9a1ab373102eed6409ad4c1cca2f6fe7b8fc874e
[fw/sdcc] / ChangeLog
1 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/mcs51/compiler.h: added SFRX for xdata based special
4           function registers and corrected defaults with additional warning
5         * device/lib/malloc.c: cosmetic changes
6         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
7         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
8           (fillGaps): and used it
9
10 2006-07-20 Raphael Neider <rneider AT web.de>
11
12         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
13           output unless SDCCPICDEBUG is set
14         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
15           output if SILENT is set
16
17 2006-07-11 Borut Razem <borut.razem AT siol.net>
18
19         * doc/README.txt: updated
20
21 2006-07-10 Borut Razem <borut.razem AT siol.net>
22
23         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
24           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
25           in WIN32 installation
26         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
27           release candidate 1
28
29 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
32         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
33
34 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
35
36         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
37
38 2006-07-06 Borut Razem <borut.razem AT siol.net>
39
40         * support/regression/tests/bitfields.c:
41           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
42         * support/regression/tests/constantRange.c:
43           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
44
45 2006-07-04 Borut Razem <borut.razem AT siol.net>
46
47         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
48           src/port.mk,
49           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
50           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
51           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
52           reverted changes from 2006-07-03
53         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
54         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
55           added CPPFLAGS, used by the host port
56
57 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
58
59         * support/regression/valdiag/tests/switch.c,
60         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
61         * support/regression/tests/libmullong.c: fixed for host
62         * support/regression/ports/host/spec.mk: disable all warnings for host,
63         SDCC runs with --less-pedantic too
64
65 2006-07-03 Borut Razem <borut.razem AT siol.net>
66
67         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
68           defined CPPFLAGS
69         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
70         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
71           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
72           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
73           include ../port.mk
74         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
75           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
76           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
77           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
78
79 2006-07-02 Raphael Neider <rneider AT web.de>
80
81         * src/pic16/devices.inc,
82         * device/include/pic16/pic18fregs.h,
83         * device/include/pic16/pic18f4550.h,
84         * device/lib/pic16/pics.all,
85         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
86
87 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
88
89         * as/hc08/lkaomf51.c (OutputName),
90         * as/mcs51/lkaomf51.c (OutputName),
91         * as/z80/asmain.c (asmbl),
92         * src/ds390/main.c (asmLineNodeFromLineNode),
93         * src/hc08/ralloc.c (hc08_assignRegisters),
94         * src/mcs51/main.c (asmLineNodeFromLineNode),
95         * src/xa51/ralloc.c (checkRegMask),
96         * src/xa51/gen.c (emitcode),
97         * src/z80/gen.c (_emit2),
98         * src/SDCCast.c (searchLitOp),
99         * src/SDCCglobl.h,
100         * support/packihx/packihx.c,
101         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
102         * src/ds390/gen.c (aopPutUsesAcc),
103         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
104         * support/regression/tests/libmullong.c (mullong_wrapper),
105         * src/SDCCsymt.c (powof2),
106         * src/SDCCast.c,
107         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
108         * src/SDCCsymt.h: added TYPE_TARGET_*
109         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
110         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
111         SDCCast because 1) header problems 2) this is the right place
112         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
113         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
114         prototype
115
116 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
117
118         * src/SDCCicode.h: removed buggy semicolon in unused macro
119         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
120         search for previous definiton of auto symbols too,
121         (findPrevUse): fixed logic of emitWarnings
122
123 2006-06-26 Raphael Neider <rneider AT web.de>
124
125         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
126           PCLATH and PCLATU on interrupts, potentially fixes #1505141
127
128 2006-06-25 Raphael Neider <rneider AT web.de>
129
130         * device/lib/pic/libm: NEW, added math library functions
131         * device/lib/pic/libsdcc: NEW; added float support functions
132         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
133         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
134           NEW, added math related headers
135         * device/include/asm/pic/features.h: NEW
136         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
137           (popGet): allow larger offsets for AOP_PCODE,
138           (genDataPointerSet): handle literals explicitly, more debug output,
139           (genAssign): fixed for float using aopLiteral ;-)
140         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
141           GOTO initialisation routine
142         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
143           flag on registers, fixes #1469043 (local variables do not work)
144         * src/pic/main.c (_pic14_do_link),
145         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
146           available
147
148 2006-06-25 Borut Razem <borut.razem AT siol.net>
149
150         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
151           characters printed (not including the trailing '\0' used to end
152           output to strings). Problem detected in regression test bug-927659.c.
153           NOTE: printf() family functions should return int instead
154           unsigned int!
155         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
156           specifier are printed as themselves
157         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
158           support flags, width and precision specifiers
159
160 2006-06-24 Borut Razem <borut.razem AT siol.net>
161
162         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
163           to the list of sdcc tagrets not supporting bit type
164         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
165           testfor pic16 due to bug:
166           [ 1511794 ] pic16: regression test bug-895992.c fails
167
168 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
169
170         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
171         * src/SDCCglue.c (initPointer), fixed bug 1496419
172         * support/regression/tests/bug1496419.c: new, added
173
174 2006-06-22 Borut Razem <borut.razem AT siol.net>
175
176         * support/regression/ports/pic16/support.c: use gpsim usart module from
177           libgpsim_modules library
178
179 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
180
181         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
182         IP0H to IPH0.
183
184 2006-06-19 Raphael Neider <rneider AT web.de>
185
186         * src/pic/glue.h,src/pic16/glue.h: added prototypes
187         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
188           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
189           (pic14printExterns,pic14printPublics,pic16printPublics,
190           pic16_printExterns): use new functions to emit symbols
191           (picglue,pic16glue): emit publics before emitting externs
192         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
193           locally defined functions to avoid bug #1443651
194         * support/regression/tests/bug-716242.c: removed pic16 workaround
195         * support/regression/ports/pic16/spec.mk: ignore errors during build
196
197 2006-06-19 Raphael Neider <rneider AT web.de>
198
199         * src/pic/glue.h: added pic14aopLiteral prototype
200         * src/pic/glue.c (pic14aopLiteral): return unsigned int
201         * src/pic/gen.c: removed stdint.h dependency
202           (aopGet): use Safe_strdup()
203           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
204           (genDataPointerSet): use pic14aopLiteral()
205         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
206           for pic16; thanks to Bernhard and Maarten
207
208 2006-06-18 Borut Razem <borut.razem AT siol.net>
209
210         * support/regression/tests/structflexarray.c: flexible array members
211           not supported by gcc < 3
212         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
213           GUI tool by default
214         * src/pic/gen.c: don't include [p]strdin.h on solaris
215         * support/Util/pstdint.h: addad svn attributes
216         * support/regression/tests/constantRange.c,
217           support/regression/tests/rotate.c: include inttypes.h instead
218           stdint.h on solaris, addad svn attributes
219
220 2006-06-18 Raphael Neider <rneider AT web.de>
221
222         * src/SDCCsymt.c (initCSupport): change return type of divschar to
223           int for PIC16
224         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
225           (pic16_genMinusBits): simplified sign-extension
226           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
227             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
228             adjusted to correctly handle mixed-signed operands, disabled
229             now unused multiplciation routines
230         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
231           (assignResultValue): added argument denoting the size of the result
232             as returned by the function (fixes upcasts in assigning from
233             function calls: char foo(); int i = foo();)
234           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
235             function result to assignResultValue
236           (genMult): disabled inlined multiplication code
237           (genDiv): augmented to also handle the modulus operator, fixed to
238             handle mixed-signed operands correctly
239           (genMod): simply call genDiv, disabled unused code
240           (genAssign): fixed missing (sign-)extension on result
241         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
242             valid char operands, allow signed operands for native code, added
243             division and modulo operator handling
244         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
245
246         As a consequence, onebyte.c (if split into two files) and muldiv.c
247         pass regression tests.
248
249 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
250
251         * doc/Makefile.in: two runs of makeindex seem needed to get
252         correct page references in the index of sdccman.pdf
253         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
254
255 2006-06-17 Borut Razem <borut.razem AT siol.net>
256
257         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
258
259 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
260
261         * doc/sdccman.lyx: updated, added (porting source code, debugging),
262         mentioned ec2drv and paulmon
263
264 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
265
266         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
267           consecutive abs areas
268           (find_empty_space, allocate_space): added map to handle codemap or
269            xdatamap,
270           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
271            absolute idata and xdata
272         * as/mcs51/lkmem.c (summary2): updated legend
273
274 2006-06-16 Raphael Neider <rneider AT web.de>
275
276         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
277
278 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
281           1208515
282         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
283
284 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
285
286         * src/port.h (struct PORT): added field gp_tags, to hold the tag
287         value of generic pointers,
288         * src/avr/main.c,
289           src/ds390/main.c,
290           src/hc08/main.c,
291           src/izt/i186.c,
292           src/izt/tlcs900h.c,
293           src/mcs51/main.c,
294           src/pic/main.c,
295           src/pic16/main.c,
296           src/xa51/main.c,
297           src/z80/main.c: PORT structure, added elements for gp_tags field,
298         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
299         fields in the PORT structure of each port,
300         * src/SDCCast.c (decorateType): allow processing of generic pointers
301         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
302         S_FIXED symbols
303
304 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
305
306         * link/z80/lkgb.c,
307         * link/z80/lkgg.c,
308         * src/pic16/gen.c,
309         * src/pic16/main.c,
310         * src/pic16/pcode.c,
311         * src/pic/main.c,
312         * src/pic/pcoderegs.c,
313         * src/SDCCicode.c,
314         * src/SDCCmain.c,
315         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
316           bug 1504689 on minGW
317
318 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
319
320         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
321
322 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
323
324         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
325
326 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
327
328         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
329           for optimization
330
331 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
332
333         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
334         to a char variable. Fixed bug #1504211
335         * device/include/pic16/adc.h,
336         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
337         and fixed bug #1364390
338
339 2006-06-10 Borut Razem <borut.razem AT siol.net>
340
341         * CVSROOT: removed the CVS left-over
342
343 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * as/hc08/asmain.c (asexit),
346         * as/hc08/lkmain.c (lkexit),
347         * as/mcs51/asmain.c (asexit),
348         * as/mcs51/lkmain.c (lkexit),
349         * src/SDCCglue.c (DEFSETFUNC),
350         * src/SDCCmain.c (linkEdit, assemble),
351         * support/librarian/sdcclib.c (AddRel),
352           replaced unlink() by standard C remove()
353         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
354         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
355           gatherImplicitVariables): new, added to fix bug 608752,
356           (createFunction): added gatherImplicitVariables()
357         * src/SDCCast.h: added createRMW prototype
358         * src/SDCCsymt.h (struct symbol): added infertype
359         * support/regression/tests/bug608752.c: new, added
360
361 2006-06-10 Raphael Neider <rneider AT web.de>
362
363         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
364           multibyte dummy reads (fixes #1503234)
365
366 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
367
368         * device/include/mcs51/compiler.h: new, added header file to enable
369           creating common sfr definition header files for different compilers
370
371 2006-06-05 Raphael Neider <rneider AT web.de>
372
373         * src/pic16/{pcode.h,genarith.c}:
374           introduced pCodeOp combining any two pCodeOps (previously only
375           two register operands could be combined), removed pcop2 from
376           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
377         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
378         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
379           rewritten to use new PO_TWO_OPS
380         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
381         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
382           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
383           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
384           (pic16_get_op): embraced return arg to allow #define return(x),
385             added new case for combined opcodes
386           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
387           (pic16_pCode2str,pic16_getRegFrompCodeOp,
388            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
389
390 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
391
392         * src/SDCCval.c (checkConstantRange): added
393         * src/SDCCval.h: added checkConstantRange
394         * support/Util/SDCCerr.c,
395         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
396         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
397         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
398         * src/SDCCast.c (decorateType): added checkConstantRange,
399         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
400         can be emitted with the correct always true/false warning,
401         added optimization for double '!';
402         result of decorateType() must be assigned back to the tree, because
403         decorateType() can change the tree
404         * src/SDCCicode.c (geniCodeLogic),
405         (geniCodeAssign): replaced new checkConstantRange, added warnings,
406         (checkConstantRange): removed, it was only a fragment which never
407         emitted a warning
408         * src/SDCCsymt.c (computeType): fixed promotion for
409         "-1 < (unsigned bit) b"
410         * src/pic/ralloc.c (packRegsForAssign),
411         * src/pic16/ralloc.c (packRegsForAssign),
412         * src/hc08/ralloc.c (packRegsForAssign),
413         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
414         from mcs51
415         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
416         * support/regression/tests/constantRange.c: added
417         * support/valdiag/tests/constantRange.c: added
418         * support/valdiag/valdiag.py: added -DPORT_HOST=1
419
420 2006-06-02 Borut Razem <borut.razem AT siol.net>
421
422         * support/regression/ports/pic16/support.c: increase stack size
423           to 255 bytes
424         * support/regression/Makefile.in: sort tests by name so that the
425           resutlts can be compared on different machines / platforms
426
427 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
430         * src/ds390/gen.c (emitLabel): new, added,
431           (genDjnz): fixed stack overflow bug,
432           (throughout): cosmetic changes to sync with mcs51/gen.c,
433           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
434         * src/mcs51/gen.c (genEndFunction): small optimization,
435           (throughout): cosmetic changes to sync with ds390/gen.c
436
437 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
440           (_print_format): fixed printing pointers
441         * src/mcs51/gen.c (emitLabel, movb): new, added,
442           (genAssign): small optimization,
443           (genDjnz): fixed stack overflow bug,
444           (throughout): replaced sprintf with SNPRINTF,
445           replaced mcs51_regWithIdx with REG_WITH_INDEX,
446           replaced emitcode("mov", "b,...") with MOVB(...),
447           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
448           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
449         * src/mcs51/peeph.def: added rules 140 and 264
450         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
451           so they may get optimized into registers
452
453 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
456           immediately when encountered,
457           (printUsage): always use stderr even on windows
458
459 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
460
461         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
462         (processParms): fixed bug #1247551
463         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
464         parseCmdLine, main): print '--version' to stdout,
465         print 'help' to stdout if --help is given,
466         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
467         arguments are given; fixed --help
468
469 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
470
471         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
472         * support/regression/tests/bug-1493710.c: added
473
474 2006-05-27 Borut Razem <borut.razem AT siol.net>
475
476         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
477           static instead auto
478         * support/regression/ports/pic16/support.c: increase stack size
479           from default 64 bytes to 128 bytes
480         * support/regression/tests/staticinit.c,
481           support/regression/tests/float.c: regression tests fully enabled
482           for pic16 port by putting the initialized data arrays into the code
483           section
484         * support/regression/ports/pic16/spec.mk: don't link default libraries.
485           This was changed by mistake in the previous version.
486
487 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
488
489         * src/pic16/gen.c (genFunction, genEndFunction): some
490         beautifications, fixed bug with falsely restoring FSR2 in large
491         stack model, thanks to Beau E. Cox for reporting the bug
492
493 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
494
495         * debugger/mcs51/break.c,
496         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
497           use %p to print pointers, made address variables unsigned
498         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
499         * debugger/mcs51/symtab.c (parseSymbol): must return something
500         * src/mcs51/gen.c (aopForSym): small optimization,
501            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
502           (freeAsmop): added missing break,
503           (aopPut): removed parameter bvolatile, determine it inside the function,
504           (saveRegisters, unsaveRegisters): small optimization,
505           (genIpush): removed pointless check,
506           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
507           replaced sprintf with SNPRINTF,
508           replaced strcpy with strncpyz,
509           updated aopPut calls,
510           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
511         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
512
513 2006-05-24 Borut Razem <borut.razem AT siol.net>
514
515         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
516           modification of test for the pic16 port, put the array to the code
517           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
518
519 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
520
521         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
522         * support/Util/pstdint.h: added
523
524 2006-05-22 Borut Razem <borut.razem AT siol.net>
525
526         * src/regression/Makefile: removed bool2.c test, added -q linker option
527         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
528           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
529           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
530           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
531           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
532           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
533           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
534           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
535           define SUPPORT_BIT_TYPES 0, removed unused bit variables
536
537 2006-05-22 Raphael Neider <rneider AT web.de>
538
539         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
540           bug #1492360 (problematic due to generic pointers, see code)
541
542 2006-05-22 Borut Razem <borut.razem AT siol.net>
543
544         * support/regression/ports/pic16/specs.mk: removed stack size linker
545           directive
546         * support/regression/tests/array.c,
547           support/regression/tests/bitopcse.c,
548           support/regression/tests/bug-908454.c,
549           support/regression/tests/malloc.c: modified for pic16 regression test
550         * support/regression/tests/bitfields.c:
551           pic16 - excluded bitfileds of size > 8
552         * support/regression/tests/bp.c: pic16 - reduced data size
553         * support/regression/tests/bug-221100.c: pic16 - reduced data size
554         * support/regression/tests/bug-460010.c:
555           pic16 - used the absolute address the fits in memory
556         * support/regression/tests/bug-716242.c:
557           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
558         * support/regression/tests/float.c:
559           pic16 - excluded - data size too big
560         * support/regression/tests/onebyte.c:
561           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
562         * support/regression/tests/shifts.c:
563           pic16 - function names probably have to differ in first X characters
564           (gpasm limitation?)
565         * support/regression/tests/staticinit.c:
566           pic16 - excluded some tests due error: no target memory available for
567           section ".idata"
568
569 2006-05-22 Borut Razem <borut.razem AT siol.net>
570
571         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
572           second try. Thanks Stas Sergeev once more.
573
574 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
575
576         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
577           (genLeftShift, genRightShift): fixed bug 1491627
578         * src/hc08/peeph.def (rules 7, 8.x): added
579         * support/regression/tests/shifts.c (ShiftLeftByParam,
580           ShiftRightByParam, testShiftByParam): added to test variable shifting
581
582 2006-05-20 Raphael Neider <rneider AT web.de>
583
584         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
585         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
586           (allocReg): add only new registers to dynAllocRegs,
587           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
588             #1489055, #1445850, and probably #1483693
589
590 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
591
592         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
593         bug in for-loop that didn't emit the last of CONFIG and ID registers
594
595 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
596
597         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
598           with offset
599         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
600           1489016, 1434401 and 1490124
601         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
602           1489016, 1434401 and 1490124
603
604 2006-05-17 Borut Razem <borut.razem AT siol.net>
605
606         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
607           thanks Stas Sergeev
608
609 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
610
611         * device/include/mcs51/P89c51RD2.h,
612         * device/include/mcs51/P89LPC901.h,
613         * device/include/mcs51/P89LPC922.h,
614         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
615
616 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
617
618         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
619         to fix missing stack pragma in compiled binary object file,
620
621 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
622
623         * support/packihx/configure.in,
624         * support/packihx/configure: removed warning, autoconf >= 2.5x can
625         determine sizeof basic types even while cross compiling
626
627 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
628
629         * src/avr/gen.c (aopop),
630         * src/ds390/gen.c (aopOp),
631         * src/hc08/gen.c (aopOp),
632         * src/mcs51/gen.c (aopop),
633         * src/pic16/gen.c (pic16_aopOp),
634         * src/pic/gen.c (aopOp),
635         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
636         if size of operand is smaller than spill location
637
638 2006-05-12 Borut Razem <borut.razem AT siol.net>
639
640         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
641           have to have CR/LF line endings even if they are checked out on *nix
642           or on WIN32 in cygwin binmode
643
644 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
647         * device/include/ds80c390.h: added sfr16 definitions
648         * src/ds390/gen.c,
649         * src/ds390/gen.h,
650         * src/ds390/main.c,
651         * src/ds390/ralloc.c,
652         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
653           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
654           bit returning functions
655         * support/regression/tests/sfr16.c: enabled test on ds390
656
657 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
658
659         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
660         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
661
662 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
663
664         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
665         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
666           (cl_address_space constructor): removed expensive initialization,
667           (cl_address_space::get_cell): extended for late initialization,
668           (cl_address_space::*): use late initialization,
669           (cl_address_decoder::activate): removed expensive initialization,
670           This reduced regression test running time by 25%
671
672 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
673
674         * packihx/,
675         * configure.in,
676         * configure,
677         * sdcc.dsw,
678         * Makefile.bcc,
679         * Makefile.in,
680         * support/packihx/Makefile.in,
681         * support/packihx/clean.mk,
682         * support/packihx/Makefile.bcc,
683         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
684
685 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
686
687         * src/SDCCval.c (valNot): fix for regression test failure
688           of not.c on big endian hosts
689
690 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
691
692         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
693
694 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
695
696         * device/lib/mcs51/Makefile.in: changed string comparison operator
697           to = for POSIX compliance; == is bash extension
698
699 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
702           kosmonaut_pirx
703
704 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
705
706         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
707         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
708         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
709         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
710         bug report #1478657,
711
712 2006-05-05 Borut Razem <borut.razem AT siol.net>
713
714         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
715           making the html
716
717 2006-05-02 Borut Razem <borut.razem AT siol.net>
718
719         * doc/Makefile.in: removed *.ind dependency since there is no rule to
720           create *.ind, which made make to fail if invoked with -j 2
721
722 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
723
724         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
725           Hubert Sack for patch 1479782
726
727 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
728
729         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
730
731 2006-05-01 Raphael Neider <rneider AT web.de>
732
733         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
734           (create_pic): store only prefix-free device name,
735           (init_pic): check for device names with "16" prefix,
736           (list_valid_pics),
737         * src/pic/device.h (struct PIC_device),
738         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
739             stored device name,
740         * device/include/pic/pic12f{635,675,629,683}.h,
741         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
742         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
743         * device/include/pic/pic16f505.h,
744         * device/lib/pic/libdev/pic16f505.c: removed
745         * device/include/pic/pic14devices.txt: added support for pic12f
746             devices, removed unsupported non 16-bit devices
747             [above changes provided by patch from Zik Saleeba]
748         * src/pic/*, src/pic16/*, device/include/pic16/*,
749           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
750
751 2006-05-01 Borut Razem <borut.razem AT siol.net>
752
753         * configure.in, configure, doc/Makefile.in:
754           sync with nightly build makefile - latex, dvipdf and dvips
755           not needed any more
756
757 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
758
759         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
760         in the library source
761
762 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
763
764         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
765
766 2006-04-28 Raphael Neider <rneider AT web.de>
767
768         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
769         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
770           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
771         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
772
773 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
774
775         * device/lib/pic/libdev/Makefile.in,
776         * device/lib/hc08/Makefile.in,
777         * device/lib/gbz80/Makefile.in,
778         * device/lib/z80/Makefile.in,
779         * device/lib/ds390/Makefile.in,
780         * device/lib/ds400/Makefile.in: added srcdir to include search path,
781         thanks to Borut for the bug report
782         * configure.in,
783         * configure: always create doc/Makefile independent from --enable-doc
784         * Makefile.in: always install from directory doc independent from
785         --enable-doc
786         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
787         removed
788         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
789         * doc/Makefile.in: install *.txt if present
790         * device/include/Makefile.in (install): added installation of pic/*.inc
791         and pic/*.txt files again, they were erroneously removed
792
793 2006-04-28 Raphael Neider <rneider AT web.de>
794
795         * src/pic/{gen.c,main.h,pcode.c},
796         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
797             concerning signedness with casts
798
799 2006-04-28 Raphael Neider <rneider AT web.de>
800
801         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
802             definition of an interrupt handler,
803         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
804             interrupt handler stuff from picglue() to separate routine,
805           (picglue): enabled definition of intr handlers in files w/o main()
806
807 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
808
809         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
810           compilation with MSVC 2005 Express Edition (VC8)
811
812 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
813
814         * device/lib/Makefile: fixed build of gbz80 lib
815
816 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * support/regression/tests/bug-460010.c,
819         * support/regression/tests/bug-524691.c,
820         * support/regression/tests/bug-716242.c: removed conditional defines
821           that are already in testfwk.h
822
823 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
826           (AccAXRsh1): added, shift right by 1,
827           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
828            AccAXLrl1
829         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
830
831 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
832
833         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
834         remove cast to same type
835         * src/SDCCast.c (decorateType): fix for RFE 1475742,
836         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
837         * as/z80/Makefile,
838         * link/z80/Makefile: removed, they have moved to
839         Makefile.in files
840         * configure,
841         * configure.in: replaced duplicate message about ucsim by missing sdcpp
842         * install-sh: fix bug #1204398 by setting umask 0022
843         * device/lib/Makefile: separate build of z80 and gbz80 lib
844
845 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
846
847         Enabled VPATH feature: changed nearly all Makefiles (149 files).
848         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
849
850         One basic decision: e.g. src/clean.mk includes further files. In order
851         to make this work there are two solutions:
852         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
853           run configure on them. This way they can use
854           'include $(srcdir)/port-clean.mk'
855         - always include clean.mk by the Makefile at the same level. To avoid
856           that `make clean` tries to include and build Makefile.dep the
857           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
858           implemented, because now even `make uninstall` doesn't create
859           Makefile.in. clean.mk could be eliminated by pasting it in
860           Makefile.in.
861
862         * debugger/mcs51/Makefile.in: build own objects from library sources
863         (SLIB, SDCC) in current directory
864
865         * configure, configure.in: renamed --disable-device-lib-build in
866         --disable-device-lib; added --enable-doc, the required tools are
867         searched by configure; added result message; the toolchain for the
868         belonging ports are now only built, if the port is enabled.
869
870         * support/regression/*: all output is written in directory gen, because
871         the fwk and ports directories don't livet in the build tree using vpath
872
873         * doc/sdccman.lyx: renamed --disable-device-lib-build to
874         --disable-device-lib, added --enable-doc, added section VPATH
875
876         * sim/ucsim/configure.in,
877         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
878         z80 are enabled by default
879
880 2006-04-24 Raphael Neider <rneider AT web.de>
881
882         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
883             to config word, "pic14_"-prefixed some extern functions
884           (pic14_emitConfigWord): emit __config directive(s) if assignment to
885             config word has been found
886         * src/pic/device.h: added prototypes
887         * src/pic/pcode.c: added "pic14_"-prefix where needed
888         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
889             fixup
890         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
891             words,
892           (pic14emitRegularMap): ignore config words,
893           (pic14createInterruptVect): moved generating __config directives away
894           (picglue): have __config directives emitted
895
896 2006-04-24 Borut Razem <borut.razem AT siol.net>
897
898         * doc/Makefile: sync with nightly build makefile
899
900 2006-04-24 Raphael Neider <rneider AT web.de>
901
902         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
903             registers that have not been assigned proper liveranges,
904             fixes #1469504 and #1474602,
905           (pCodeRegOptimizeRegUsage): fixed typo in comment
906
907 2006-04-24 Borut Razem <borut.razem AT siol.net>
908
909         * device/examples/main8051.c: deleted - it was removed from CVS
910           24.mar.2000 and after that modified 18.feb.2001, so it reappered
911           after the transition to Subversion
912         * src/SDCCalloc.h: deleted - it was removed  from CVS
913           3.feb.2001 and after that modified 18.feb.2001, so it reappered
914           after the transition to Subversion
915         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
916           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
917           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
918           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
919
920 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
921
922         * as/asx8051.dsp: added mcs51/strcmpi.h
923         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
924         * as/hc08/aslink.h: updated lnksect prototype
925         * as/hc08/asm.h,
926         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
927         * as/hc08/asmain.c,
928         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
929           (newdot): handle A_ABS
930         * as/hc08/asout.c,
931         * as/mcs51/asout.c (outarea): output address
932         * as/hc08/lkaomf51.c,
933         * as/mcs51/lkaomf51.c: disabled unused array UsageType
934         * as/hc08/m08pst.c,
935         * as/mcs51/i51pst.c,
936         * as/z80/z80pst.c: "ABS" is not A_OVR
937         * as/hc08/lkarea.c (newarea): read a_addr,
938           (lnkarea): added codemap array, sort absolute areas to the front,
939            combine all GSINITx/GSFINAL,
940           (find_empty_space, allocate_space): new functions,
941           (lnksect): return next address, handle absolute sections
942         * as/mcs51/lkarea.c (newarea): read a_addr,
943           lnksect2 prototype changed,
944           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
945           (find_empty_space, allocate_space): new, factored out of lnksect2,
946           (lnksect2): return next address, handle absolute sections
947         * as/hc08/lkhead.c,
948         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
949         * as/hc08/lklibr.c (addfile, fndsym),
950         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
951           index out of range and detect both '\' and '/'
952         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
953         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
954           regression tests (ds390 cannot return bool yet)
955         * doc/sdccman.lyx: changed version number, document changed --no-peep,
956           document critical interrupts on z80, document changed SDCC define
957         * src/asm.c (_asxxxx_mapping): fixed .org directive,
958           (_a390_mapping): added .org directive
959         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
960           (genMultOneByte): fixed warnings
961         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
962           ones
963         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
964         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
965           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
966         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
967         * src/pic16/main.c: removed newReg prototype
968         * src/pic16/pcode.c,
969         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
970           warnings
971         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
972           ones
973         * src/pic16/ralloc.c
974         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
975           to fix warnings
976         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
977           from short to PIC_OPTYPE
978         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
979         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
980           optype from short to PIC_OPTYPE
981         * src/port.h: made int_size unsigned to fix warnings
982         * src/SDCC.y: fixed warning on MSVC
983         * src/SDCCicode.c (getArraySizePtr): return unsigned int
984         * src/SDCCopt.c (convertToFcall): fixed warnings
985         * src/SDCCsymt.h: removed double prototype for genSymName
986         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
987           offset int to fix warnings
988
989 2006-04-22 Borut Razem <borut.razem AT siol.net>
990
991         * doc/sdccman.lyx, */Makefile, */Makefile.in:
992           references to CVS replaced with Subversion
993
994 2006-04-21 Borut Razem <borut.razem AT siol.net>
995
996         * doc/sdccman.lyx, */Makefile, */Makefile.in:
997           references to CVS replaced with Subversion
998
999 2006-04-19 Borut Razem <borut.razem AT siol.net>
1000
1001         * src/version.awk: adapted for svn
1002         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1003           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1004           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1005           /binutils-avr/etc/*.vi, *.jin: removed all properties
1006           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1007
1008 2006-04-19 Borut Razem <borut.razem AT siol.net>
1009
1010         * CVS to Subversion migration completed
1011
1012 2006-04-18 Borut Razem <borut.razem AT siol.net>
1013
1014         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1015           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1016
1017 2006-04-17 Borut Razem <borut.razem AT siol.net>
1018
1019         * device/include/Makefile.in: added pic/*.inc to the installation
1020
1021 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1022
1023         * support/regression/collate-results.py: fixed output in case of
1024         a valdiag error
1025         * support/regression/generate-cases.py: fixed splitting of pathnames
1026         with dots
1027         * as/hc08/lklibr.c (addfile),
1028         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1029
1030 2006-04-11 Raphael Neider <rneider AT web.de>
1031
1032         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1033         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1034         * src/pic16/pcode.c (assignValnums): fixed #1460578
1035
1036 2006-04-11 Raphael Neider <rneider AT web.de>
1037
1038         * device/lib/pic/libdev/*.c,
1039         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1040           fixes #1468739, enables compilation in --std-c99 mode
1041         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1042
1043 2006-04-11 Raphael Neider <rneider AT web.de>
1044
1045         * src/pic/device.c (find_device): removed debug output
1046           (list_valid_pics): enabled verbose listing of supported devices
1047         * device/include/stdbool.h: define bool as char for pic14/16 as well
1048
1049 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1050
1051         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1052
1053 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1054
1055         * .version: bumped version to 2.5.6
1056         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1057
1058 2006-04-06 Raphael Neider <rneider AT web.de>
1059
1060         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1061         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1062         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1063           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1064             pic14_constructAbsMap
1065           (pic14printPublics): declare absolute global symbols as global
1066           (pic14createInterruptVect),
1067         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1068           (newReg): assume new registers unused, use correct name in
1069             hashtable (reg->name instead of name), more debugLog output
1070         * src/pic/device.h (PIC_device): added fields for verbose output
1071         * src/pic/device.c: moved device definition to pic14devices.txt,
1072             added routines for runtime parsing of pic14devices.txt,
1073             added support for second config word
1074         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1075           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1076           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1077           (_pic14_parseOptions): moved pCodeInitRegisters here
1078           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1079         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1080           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1081             handling the pseudo stack
1082         * device/lib/Makefile.in: ignore failures in objects-pic16,
1083         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1084         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1085         * device/lib/pic/Makefile.subdir,
1086         * device/lib/pic16/Makefile.subdir: improved clean rules
1087         * device/lib/pic/libdev/: NEW, pic14 device libraries
1088         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1089         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1090         * device/include/Makefile.in: create subdir and install pic14 headers
1091         * device/include/pic/p16f_common.inc: removed unused declarations
1092         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1093             PICs from inc2h.pl v1.6,
1094             replaced BIT_AT macros with struct declarations
1095         * device/include/pic/pic14devices.txt: definition of supported devices,
1096             all above improvements contributed by Zik Saleeba, thanks
1097         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1098         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1099             headers
1100
1101 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1102
1103         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1104         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1105           thanks to Charles Olds
1106
1107 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1108
1109         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1110
1111 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1112
1113         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1114         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1115         * support/regression/bug1464657.c: added, new test
1116
1117 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1120           version number
1121
1122 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1123
1124         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1125           --no-peep and --peep-file <file> are used don't use default rules but
1126           do use the <file>
1127
1128 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * src/mcs51/gen.c (genCall): fixed bug 1457608
1131
1132 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1133
1134         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1135         changes seem to cause (trigger?) problems with the build system.
1136
1137 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1138
1139         * src/SDCCpeeph.c (operandsLiteral): new, added,
1140           (callFuncByName): inserted operandsLiteral
1141         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1142
1143 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1144
1145         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1146         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1147
1148 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1151           implemented patch 1120823 Thanks to Willy De la Court (normal
1152           interrupts need an interrupt number now if they are made critical),
1153           and enabled nesting of critical functions though not for gbz80
1154           (genCritical, genEndCritical): added functions
1155           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1156         * src/z80/mappings.i: added "ei" to all mappings
1157
1158 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1159
1160         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1161         submitted by the Debian SDCC maintainer Aurelien Jarno:
1162         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1163         archive with gcc 4.1 on mips and wrote the patch"
1164
1165 2006-03-16 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1168           the left operand is shorter than the result (c* = lit-c* + int),
1169           fixes bug #1450796
1170         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1171           OP_SYMBOL
1172
1173 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1174
1175         * src/.version: increased version number to 2.5.5
1176         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1177         linking is done manually in pic16 port's _linkEdit,
1178         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1179         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1180         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1181         allocate asmop as AOP_ACC,
1182         (aopForRemat): added parameter 'bool result' in function declaration,
1183         (pic16_aopGet): return AOP_ACC when accessing WREG,
1184         (pic16_popGetTempReg): minor modification,
1185         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1186         'pic16_allocWithIdx',
1187         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1188         calling function in absolute addresses,
1189         (genAssign): take into account AOP_ACC asmop,
1190         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1191         * src/pic16/pcoderegs.c: some debug functions and lines added,
1192         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1193         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1194         register too,
1195         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1196         call to allocReg, not by manually allocating a new one,
1197         (pic16_assignRegisters): now before going through the register
1198         allocating functions mark all registers as free. This eliminates some
1199         side effects resulting from peephole parser done earlier in the backbone
1200
1201 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1202
1203         * src/SDCCicode.c (geniCodeLogic),
1204         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1205
1206 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1207
1208         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1209           (genSend): bugfix, do not allocate and free twice,
1210           (shiftRLong): handle partially overlapping aops
1211         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1212
1213 2006-03-08 Borut Razem <borut.razem AT siol.net>
1214
1215         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1216           for pic16
1217
1218 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1219
1220         * support/regression/tests/bug1409955.c: new, added
1221         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1222         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1223           (aopForSym, aopOp): increment asmop.allocated if reused,
1224           (freeAsmop): decrement asmop.allocated and check for zero instead of
1225           using asmop.freed,
1226           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1227           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1228            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1229            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1230            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1231            genSignedRightShift, genRightShift, genDataPointerGet,
1232            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1233            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1234             in reverse order from allocation,
1235           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1236             added swappedLR to keep track
1237         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1238           pdata & code for GCC, z80, gbz80 & hc08
1239         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1240
1241 2006-03-08 Raphael Neider <rneider AT web.de>
1242
1243         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1244
1245 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1246
1247         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1248         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1249         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1250
1251 2006-03-06 Borut Razem <borut.razem AT siol.net>
1252
1253         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1254           made the linker quiet
1255
1256 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1257
1258         * src/pic16/gen.c (genPcall): fixed bug #1443644
1259         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1260         which dumps before the function entry point a data byte which represents
1261         the number of the local variables used by the specified function, added
1262         'xinst' for initial support for Extended Instruction Support,
1263         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1264         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1265         port->fun_prefix anymore (may change later),
1266         (genFunction, genEndFunction): do not store/restore local registers for
1267         _main (this should take care the --main-return command line option in
1268         the future),
1269         (genOr): removed some legacy pic-port instructions,
1270         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1271         performing operations with SFR's causes data to be written more than
1272         once to each SFR. Perhaps SFRs should be handled in special cases...
1273         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1274         pcode.h
1275         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1276         into account for stack starting position,
1277         (struct OPTIONS pic16_optionsTable): added command line argument
1278         --extended or -y for Extended Instruction Support,
1279         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1280         (deassignLRs): *** perhaps the most important change, old 'for' code
1281         (commented out for reference), didn't account for some registers which
1282         were left marked 'not free' after a pointer operation. The change
1283         reduces register usage a lot in some cases
1284
1285 2006-03-04 Borut Razem <borut.razem AT siol.net>
1286
1287         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1288           _clean
1289         * support/regression/tests/bug-524697.c: decreased array size for
1290           mcs51 to fit into the internal RAM
1291         * support/regression/Makefile.in: a little bit more verbose
1292
1293 2006-03-03 Borut Razem <borut.razem AT siol.net>
1294
1295         * support/regression/fwk/lib/testfwk.c,
1296           support/regression/fwk/include/testfwk.h: introduced function
1297           _prints(), nonrecursive _printn(), call _initEmu() from main()
1298         * support/regression/ports/gbz80/support.asm,
1299           support/regression/ports/ucz80/support.asm,
1300           support/regression/ports/z80/support.asm,
1301           support/regression/ports/ds390/support.c,
1302           support/regression/ports/hc08/support.c,
1303           support/regression/ports/host/support.c,
1304           support/regression/ports/mcs51/support.c,
1305           support/regression/ports/xa51/support.c: added empty _initEmu()
1306           function
1307         * support/regression/ports/pic16/gpsim.cmd,
1308           support/regression/ports/pic16/spec.mk,
1309           support/regression/ports/pic16/support.c,
1310           support/regression/Makefile.in: added pic16 regression test
1311
1312 2006-03-01 Raphael Neider <rneider AT web.de>
1313
1314         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1315           genConstPointerGet): use safe way of generating MOVFF to cover
1316             literals as well as registers, fixes bug #1440527
1317         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1318             dereference
1319           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1320             more correctly, fixes bug #1232186
1321           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1322         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1323             gplink guess the correct processor in more cases, applied patch
1324             from Till Riedel attached to and fixing bug #1436552
1325
1326 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1327
1328         * support/regression/tests/array.c: added, contains check for #1434401
1329         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1330
1331 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1332
1333         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1334         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1335         * device/include/mcs51/c8051f326.h,
1336         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1337         * device/include/mcs51/c8051f000.h,
1338         * device/include/mcs51/c8051f018.h,
1339         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1340           PCON_IDLE,PCON_STOP and added sfr16 definitions
1341
1342 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1343
1344         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1345           genGetWord): fixed bug 1409955
1346
1347 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1348
1349         * device/include/hc08/mc68hc908gp32.h,
1350         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1351
1352 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * src/SDCCast.c (constExprValue): return NULL if not a value
1355         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1356         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1357         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1358
1359 2006-02-13 Borut Razem <borut.razem AT siol.net>
1360
1361         * src/regression/ptrarg.c: added, fails due to bug #1430967
1362         * src/regression/Makefile: ptrarg.c added, ...
1363
1364 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1367         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1368
1369 2006-02-11 Borut Razem <borut.razem AT siol.net>
1370
1371         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1372           print "Processor: xxx" message to stdout only if --verbose
1373
1374 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1375
1376         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1377         * support/regression/tests/bug1426356.c: added
1378         * support/regression/tests/bitfields.c: removed 2 tests
1379
1380 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1381
1382         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1383         * device/include/mcs51/c8051f330.h,
1384         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1385           PCON_IDLE,PCON_STOP and added sfr16 definitions
1386         * device/lib/_divsint.c,
1387         * device/lib/_divuint.c,
1388         * device/lib/_divulong.c,
1389         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1390           register bank bug for small stackauto
1391
1392 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1393
1394         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1395
1396 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1397
1398         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1399         * all.dsp: corrected several bin paths
1400         * device/include/mcs51/c8051f120.h,
1401         * device/include/mcs51/c8051f300.h,
1402         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1403           to PCON_IDLE,PCON_STOP
1404         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1405         * device/lib/printf_large.c (output_float): fixed bug 1388703
1406         * support/regression/tests/bug1057979.c: added test for bug 1388703
1407
1408 2006-02-08 Raphael Neider <rneider AT web.de>
1409
1410         * src/pic/pcode.c (pciTRIS): fixed typo,
1411           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1412           (LinkFlow): fixed handling of flows that end in a call,
1413           (ReuseReg): perform safety check earlier
1414         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1415             to work with flows at the beginning of a pBlock,
1416             fixes #1426557 (Symbol not previously defined),
1417           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1418             usage information
1419           (RemoveUnusedRegisters): update register usage info
1420         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1421             created, reuse existing ones instead
1422         * src/pic/gen.c (genPcall): fixed #1424719
1423
1424 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1425
1426         * link/z80/lkmain.c,
1427         * link/z80/lklex.c,
1428         * link/z80/lkdata.c,
1429         * link/z80/aslink.h: fixed build on current cygwin:
1430         replaced getline() by lk_getline()
1431
1432 2006-02-01 Borut Razem <borut.razem AT siol.net>
1433
1434         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1435           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1436           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1437           src/regression/bool1.c, src/regression/bool2.c,
1438           src/regression/bool3.c, src/regression/call1.c,
1439           src/regression/compare.c, src/regression/compare10.c,
1440           src/regression/compare2.c, src/regression/compare3.c,
1441           src/regression/compare4.c, src/regression/compare5.c,
1442           src/regression/compare6.c, src/regression/compare7.c,
1443           src/regression/compare8.c, src/regression/compare9.c,
1444           src/regression/configword.c, src/regression/for.c,
1445           src/regression/inline.c, src/regression/mult1.c,
1446           src/regression/nestfor.c, src/regression/or1.c,
1447           src/regression/pointer1.c, src/regression/ptrfunc.c,
1448           src/regression/rotate1.c, src/regression/rotate2.c,
1449           src/regression/rotate3.c, src/regression/rotate4.c,
1450           src/regression/rotate5.c, src/regression/rotate6.c,
1451           src/regression/rotate7.c, src/regression/string1.c,
1452           src/regression/struct1.c, src/regression/sub.c,
1453           src/regression/sub2.c, src/regression/switch1.c,
1454           src/regression/while.c, src/regression/xor.c,
1455           src/regression/create_stc, src/regression/simulate,
1456           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1457           regression tests
1458         * src/regression/gpsim_assert.h: added
1459
1460 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1461
1462         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1463         ((void (code *) (void)) 0) ();
1464         * as/hc08/aslex.c,
1465         * as/hc08/aslink.h,
1466         * as/hc08/asm.h,
1467         * as/hc08/asmain.c,
1468         * as/hc08/lkdata.c,
1469         * as/hc08/lklex.c,
1470         * as/hc08/lkmain.c,
1471         * as/mcs51/aslex.c,
1472         * as/mcs51/aslink.h,
1473         * as/mcs51/asm.h,
1474         * as/mcs51/asmain.c,
1475         * as/mcs51/lkdata.c,
1476         * as/mcs51/lklex.c,
1477         * as/mcs51/lkmain.c,
1478         * as/z80/aslex.c,
1479         * as/z80/asm.h,
1480         * as/z80/asmain.c: fixed build on current cygwin:
1481         replaced getline() by as_getline()
1482
1483 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1484
1485         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1486         declarator in the symbol chain
1487         * src/SDCCsymt.h,
1488         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1489         parameter list for function pointers
1490         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1491         * support/regression/tests/bug-716242.c: added
1492
1493 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1494
1495         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1496         offset if possible
1497         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1498
1499 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1500
1501         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1502         inifinitely recurseable, added static
1503         * support/regression/tests/bug-1408066.c: added
1504
1505 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1506
1507         * src/SDCCicode.h,
1508         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1509         renamed, added possibility to create "postLoopLbl"-labels
1510         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1511         newiTempLoopHeaderLabel
1512         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1513         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1514         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1515         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1516         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1517         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1518         (basicInduction): fixed bug #136564, made static,
1519         (loopInduction): changed parameter of basicInduction, made static,
1520         (addPostLoopBlock): added
1521         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1522         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1523         findLoopEndSeq
1524         * support/regression/tests/bug-136564.c: added
1525         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1526         --std-sdcc99 to LIBSDCCFLAGS
1527
1528 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1529
1530         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1531         while loop
1532         * support/regression/tests/bug-1406131.c: added
1533
1534 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1535
1536         * src/SDCCast.c (decorateType): fix promotion of unary minus
1537         * src/SDCCsymt.c (computeType): beautified
1538         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1539         (valUnaryPM, valComplement): fix sign and promotion,
1540         (valNot): ANSI: result type is int (SDCC: unsigned char)
1541         * support/regression/tests/uminus.c: speedup by removing superflous
1542         test case 'int'
1543         * support/regression/tests/onebyte.c: added promotion and signedness
1544         tests for unary minus
1545         * support/regressions/tests/bug-477927.c: disable warning about
1546         uninitialized variables
1547         * support/regression/tests/not.c: added
1548
1549 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1550
1551         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1552         * src/mcs51/gen.c (gen51Code): show final register usage after
1553         fillGaps in asm with --i-code-in-asm
1554         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1555         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1556         incUsed, rliveClear, adjustIChain): made static,
1557         (setFromRange): excluded because it's unused,
1558         (findPrevUseSym, markWholeLoop): added,
1559         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1560         through all branches of predecessors enables sdcc to emit the warning
1561         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1562         (rlivePoint): made static, added parameter emitWarnings which is only
1563         true during the first run out of two,
1564         (findRecursiveSucc, findRecursivePred): removed,
1565         (computeLiveRanges): made static, added parameter emitWarnings,
1566         (dumpIcRlive): added for debugging only
1567         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1568         removed prototype of setFromRange()
1569         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1570         in call of computeLiveRanges()
1571         * support/regression/tests/bug-895992.c: added
1572         * support/regression/tests/bug-971834.c: added
1573         * support/valdiag/tests/bug-895992.c: added
1574         * support/valdiag/tests/bug-971834.c: added
1575
1576 2005-12-18 Raphael Neider <rneider AT web.de>
1577
1578         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1579           (genUnpackBits): improved code for direct operands,
1580           (genPackBits): improved code for literal assignment to bitfields
1581             and for direct destination operands (no FSR indirection),
1582             prevented redundant AND, fixes #1362800,
1583           (AccLsh): added parameter to disable masking of the result
1584         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1585           skip instructions with side-effects (like incfsz),
1586           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1587         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1588         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1589           fixes #1375263
1590
1591 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1592
1593         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1594         volatile variables as spill location
1595
1596 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1597
1598         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1599         replacing literals
1600         * support/regression/tests/bug-1376320.c: added
1601
1602 2005-12-08 Raphael Neider <rneider AT web.de>
1603
1604         * src/pic/device.c: renamed is_shared to pic14_is_shared
1605         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1606         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1607           (is_valid_identifier): added for above workaround
1608
1609 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1610
1611         * device/lib/Makefile.in: fixed to enable port-specific-objects
1612         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1613           char, thanks Hubert Sack
1614         * doc/sdccman.lyx: documented --xstack-loc,
1615           elaborated a bit more on interrupts and pitfalls,
1616           removed "setjmp/longjmp unsupported",
1617           documented some unsupported C99 features
1618         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1619         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1620           if, thanks Hubert Sack
1621         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1622         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1623           make make_library
1624         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1625           regression tests can report resource usage (rfe 700441)
1626         * support/regression/collate-results.py: report resource usage
1627         * support/regression/ports/ds390/spec.mk,
1628         * support/regression/ports/hc08/spec.mk,
1629         * support/regression/ports/mcs51/spec.mk,
1630         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1631         * support/regression/ports/ds390/uCsim.cmd,
1632         * support/regression/ports/hc08/uCsim.cmd,
1633         * support/regression/ports/mcs51/uCsim.cmd,
1634         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1635         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1636           library, use the default one
1637         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1638           building the library
1639
1640 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1641
1642         * config.dsp: added dependency on .version and configure_vc.awk
1643         * device/include/setjmp.h: updated for --stack-auto and --xstack
1644         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1645         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1646         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1647         * device/lib/libsdcc.lib: added _setjmp
1648         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1649           (decorateType): fixed bug 1372851,
1650           (optimizeGetHbit): fixed warning
1651         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1652           array initialisation
1653         * support/regression/tests/bug1057979.c: added test for bug 1358192
1654         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1655
1656 2005-12-03 Borut Razem <borut.razem AT siol.net>
1657
1658         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1659           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1660
1661 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1662
1663         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1664         createIval): implement symbol independant "flexible array member",
1665         (createIvalCharPtr): implemented flexible array initialisation with a
1666         string
1667         * src/SDCCsymt.c (copyStruct): removed,
1668         (getSize): fixed misleading comment,
1669         (getAllocSize): removed, the additional allocation size is now in
1670         sym->flexArrayLength,
1671         (checkStructFlexArray): new, syntax checks for flexible array members,
1672         (compStructSize): added syntax checks for "flexible array members"
1673         (copyStruct): removed,
1674         (copyLinkChain): removed inefficient fix for bug 770487
1675         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1676         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1677         symbol->flexArrayLength
1678         * src/SDCCerr.c,
1679         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1680         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1681         * support/regression/tests/structflexarray.c: added
1682         * support/valdiag/tests/structflexiblearray.c: added
1683
1684 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1685
1686         * src/SDCCast.c (decorateType): fixed bug 1368489
1687         * support/Util/SDCCerr.c,
1688         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1689
1690 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1691
1692         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1693           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1694
1695 2005-11-27 Borut Razem <borut.razem AT siol.net>
1696
1697         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1698           support/cpp2/mkdeps.h: added command line option
1699           -obj-ext=<extension> to SDCPP to define object file externion, used
1700           for generation of make dependencies (-M)
1701         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1702
1703 2005-11-26 Borut Razem <borut.razem AT siol.net>
1704
1705         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1706           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1707           added pic and pic16 libraries
1708
1709 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1710
1711         * device/include/float.h: Corrected typo in prototype of __fsgt
1712
1713 2005-11-25 Borut Razem <borut.razem AT siol.net>
1714
1715         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1716           added creation of model-mcs51-stack-auto libraries
1717
1718 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1719
1720         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1721         and fields-list too
1722         * src/SDCCast.c (createIvalArray): removed obsolete comment
1723
1724 2005-11-24 Borut Razem <borut.razem AT siol.net>
1725
1726         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1727           added missing device/lib/mcs51/crt*.asm sources
1728
1729 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1730
1731         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1732
1733 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1734
1735         * device/lib/_fs2schar.c,
1736         * device/lib/_fs2sint.c,
1737         * device/lib/_fs2slong.c: optimized inline asm
1738
1739 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1740
1741         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1742           Better handling of floats between -1.0 and 0.0.
1743
1744 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1745
1746         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1747           (the missing "if"s prohibited removal of redundant labels)
1748
1749 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1750
1751         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1752           Properly convert floats between -1.0 and 0.0 to long, int, and char
1753           types (max integer value of negative floats tends to zero).
1754         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1755           Removed changes made so to work properly with floats between
1756           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1757           and _fs2char.c
1758
1759 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1760
1761         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1762         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1763         (genCast) cosmetic change
1764         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1765         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1766         from mcs51
1767         * support/regression/tests/bitfields (testSignedBitfields): added
1768
1769 2005-11-18 Borut Razem <borut.razem AT siol.net>
1770
1771         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1772         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1773           introduced SILENT option to make building of pic16 libraries less
1774
1775 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1776
1777         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1778           Now they work properly with floats between -1.0 and 0.0
1779         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1780
1781 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1782
1783         * src/SDCCicode.c (printOperand): added missing else
1784
1785 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1786
1787         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1788         reformatted for better readability
1789         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1790         signed bitfields
1791
1792 2005-11-17 Borut Razem <borut.razem AT siol.net>
1793
1794         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1795           introduced SILENT option to make building of pic16 libraries less
1796           verbose - used for nightly snapshot build
1797         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1798           available on Win32 platforms.
1799         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1800           medium, large, pic and pic16
1801
1802 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1803
1804         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1805           printf("%f"...) sets fraction to zero.
1806
1807 2005-11-16 Raphael Neider <rneider AT web.de>
1808
1809         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1810           fixes #1357221
1811         * src/pic/gen.c (genIfx): implemented for CARRY bit
1812         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1813           to generic pointers, fixes #1357332,
1814           (pic16_movLit2f): NEW,
1815           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1816
1817 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1818
1819         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1820
1821 2005-11-11 Raphael Neider <rneider AT web.de>
1822
1823         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1824         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1825           compute pointer's type from operand,
1826           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1827           improved single bit reads, fixes bug #1353379
1828
1829 2005-11-09 Borut Razem <borut.razem AT siol.net>
1830
1831         * support/scripts/sdcc.nsi: added lib/pic to the package
1832
1833 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1834
1835         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1836
1837 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * support/regression/tests/bug1348008.c: added
1840         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1841         * support/regression/tests/bug1337835.c: updated comment
1842
1843 2005-11-06 Borut Razem <borut.razem AT siol.net>
1844
1845         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1846           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1847           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1848           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1849           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1850           dynamic construction of cl_error_class and derivates - 2.nd try
1851
1852 2005-11-05 Borut Razem <borut.razem AT siol.net>
1853
1854         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1855           bug, which caused Bus Errors on sparc solaris
1856
1857 2005-11-04 Borut Razem <borut.razem AT siol.net>
1858
1859         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1860           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1861           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1862           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1863           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1864           and derivates to resolve the initialization problem on OSX
1865
1866 2005-11-02 Borut Razem <borut.razem AT siol.net>
1867
1868         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1869           corrected typo - #include <winsock2.h>
1870
1871 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1872
1873         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1874           (_asxxxx_mapping): added org directive for future enhancements
1875
1876 2005-11-01 Borut Razem <borut.razem AT siol.net>
1877
1878         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1879           enabled sockets on WIN32
1880         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1881
1882 2005-10-31 Borut Razem <borut.razem AT siol.net>
1883
1884         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1885           WIN32 backslash path delimiters should be escaped when used in C strings
1886         * support/regression/tests/bitfields.c: exclude failing assertions for
1887           __CYGWIN32__ and __MINGW32__ hosts
1888
1889 2005-10-30 Borut Razem <borut.razem AT siol.net>
1890
1891         * src/SDCCutil.c: corrected double comparison typo
1892
1893 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1894
1895         * device/lib/medium/Makefile: added for new memory model medium
1896         * device/include/asm/mcs51/features.h: updated for medium/pdata
1897         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1898           added Multiply & Accumulate sbit's and MAC0_PAGE define
1899         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1900         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1901         * device/lib/_mullong.c: update for medium model
1902         * device/lib/incl.mk: added medium model
1903         * doc/sdccman.lyx: documented medium model
1904         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1905         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1906         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1907         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1908           (allocParms): set SCLS and OCLS to pdata for medium model
1909         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1910           for pdata,
1911           (powof2): return <0 if not power of 2
1912         * src/avr/gen.c (genBitWise): use updated powof2
1913         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1914           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1915           (shiftLLeftOrResult): use B if necessary
1916         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1917         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1918         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1919         * support/regression/Makefile.in: added test-mcs51-medium
1920         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1921
1922 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1923
1924         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1925         specifier unsigned
1926         * device/lib/time.c (mktime): fixed bug 1334315
1927
1928 2005-10-28 Raphael Neider <rneider AT web.de>
1929
1930         * device/include/pic/p16f_common.inc: added common declarations
1931         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1932
1933 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1934
1935         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1936           (aopPutUsesAcc): added to predict accumulator use,
1937           (assignResultValue): save acc if necessary,
1938           (genMinusDec): store result if indirectly addressed,
1939           (genDivOneByte):  save acc if necessary,
1940           (movLeft2Result): bugfix if left already in acc,
1941           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1942             attention to accumulator use (esp. pdata),
1943           (genReceive): receive pdata correctly
1944         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1945         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1946
1947 2005-10-27 Raphael Neider <rneider AT web.de>
1948
1949         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1950
1951 2005-10-27 Raphael Neider <rneider AT web.de>
1952
1953         * .version: changed version to 2.5.4
1954         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1955         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1956           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1957             arithmetics support routines
1958         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1959         * device/lib/Makefile.in: also create installdir for pic
1960
1961         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1962           pic14 port as well
1963         * src/pic/device.c (dump_sfr): rewritten to delegate register
1964           placement to the linker (use `extern sym' rather than sym EQU addr),
1965           (validAddress): fixed to check last specified address
1966         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1967           (popGetLit): truncate literal value to 8 bit,
1968           (popGet): moved assert to more appropriate place
1969           (popGetExternal): create pCode operand from and mark the according
1970             symbol as being `extern'
1971           (popGetAddr): added sanity check on immediate's offset, provide
1972             GPOINTER tag on demand
1973           (aopPut): fixed for immediates,
1974           (mov2w_op): move operand's address or contents to WREG (depending on
1975             operand type), safer variant of mov2w,
1976           (movwf,call_libraryfunc): NEW, handy abbreviations,
1977           (get_argument_pcop,get_return_val_pcop,pass_argument,
1978           get_returnvalue): interface for accessing function parameters and
1979             return values,
1980           (assignResultValuei,genRet): use new parameter/return value interface
1981           (pic14_getDataSize): back to old version handling generic pointers,
1982           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1983             provided implementation and/or fixed old one,
1984           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1985             calls, removed legacy 8051 reference code
1986           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1987           (loadSignToC): NEW, move the operands sign bit to CARRY,
1988           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1989             genRightShiftSigned, accepts negative shift counts,
1990           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1991           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1992             generic pointers, __data pointers and __code pointers,
1993           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1994             and signed bitfields, limit bitfields to 8 bit,
1995           (genDataPointerGet): fixed number of bytes read,
1996           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1997           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1998             pointers to constant data are no longer assumed to point to __code
1999             space, removed invalid pointer types,
2000           (bitpatternFromVal): retrieve the PICs representation of an integer
2001             or float literal,
2002           (genDataPointerSet): fixed assigning to po_immediate operands,
2003           (genGenPointerSet): implemented as library call,
2004           (genIfx): fixed incorrect condition,
2005           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2006             provide GPOINTER tag according to destination's storage class,
2007           (genCast): added code to handle casting to generic pointers, added
2008             sign-/zero extension of the result
2009           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2010         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2011         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2012           extend the result
2013         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2014           address/register resides in the shared banks
2015           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2016             put all variables into separate sections (have the linker arrange
2017             them)
2018           (picglue): put init code and interrupt handlers in separate sections
2019         * src/pic/main.c: added port specific options table, modified to PORT
2020           structure to make GPOINTERs 3 byte, added pic14_options
2021           (_pic14_do_link): private linking routine (update paths to libraries,
2022             add libsdcc.lib by default)
2023         * src/pic/main.h: declare pic14_options
2024         * src/pic/pcode.c: fixed instructions i/o relations,
2025           (RegCond): reverted to correct version,
2026           (newpCodeOpLit): truncate literals to 8 bit,
2027           (genericPrint): added debug output,
2028           (getRegFromInstruction): fixed for various operand types, simplified
2029           (BuildFlow): fixed broken handling of isntructions with labels
2030           (LinkFlow): start at last instruction in flow (skip trailing comments),
2031             pass the flow on to the next instruction after CALL
2032           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2033           (insertPCodeInstruction): fixed inserting after a skip instruction,
2034           (DoBankSelect): fixed for labeled instructions
2035           (OptimizepBlock): honor --nopeep switch
2036           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2037         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2038         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2039           (pCodeOptime2pCodes): allow disabling this optimization via
2040             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2041             but is still buggy), started implementation of a dataflow based
2042             pCode optimization (CSE + dead code elimination)
2043           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2044         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2045           names are independant of the stack location and therefore portable across
2046           devices
2047
2048 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2051           (selectSpil): fixed bug 1337835 by not spilling bit variables
2052         * support/regression/tests/bug1337835.c: added test for this bug
2053         * src/mcs51/peeph.def: restart after rule 3.c,
2054           addded rules 263.x to optimize loading constants
2055
2056 2005-10-26 Raphael Neider <rneider AT web.de>
2057
2058         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2059         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2060           (genAssign): emit warning when casting literals to generic pointer
2061             type, also applies when taking the address of a fixed variable,
2062           (genCast): improved casting to generic pointers
2063         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2064           extern variables, added verbose error message
2065         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2066
2067 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2068
2069         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2070         carry must be complemented too
2071         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2072         could be emitted by genMinus
2073         * src/SDCCval.c (constVal): fixed bug 1305065
2074
2075 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2076
2077         * src/SDCCast.c (addCast): added promotion for bit variables
2078         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2079         promotion casts + optimisation
2080         (optimizeGetWord): fix warning 'i' might be used uninitialized
2081         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2082         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2083
2084 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2085
2086         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2087         all chars are promoted to int; promotion should be handled in SDCCast.c
2088
2089 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2090
2091         * device/lib/_strcmp.c: Fixed bug 1326457
2092
2093 2005-10-11 Raphael Neider <rneider AT web.de>
2094
2095         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2096         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2097
2098 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2099
2100         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2101         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2102
2103 2005-10-04 Raphael Neider <rneider AT web.de>
2104
2105         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2106           device/lib/pic16/pics.all: added pic18f1320
2107         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2108
2109 2005-09-30 Raphael Neider <rneider AT web.de>
2110
2111         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2112         * src/pic16/devices.inc: NEW, provides device descriptions
2113         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2114
2115 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2116
2117         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2118           GETHBIT
2119
2120 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2121
2122         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2123           documented Any Order Bit, Higher Order Byte and Higher Order Word
2124         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2125         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2126           (optimizeGetAbit): new, to get any bit, not only the high bit,
2127           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2128           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2129           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2130           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2131             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2132             GETABIT, GETBYTE, GETWORD: decorate them,
2133           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2134           (ast_print): added GETABIT, GETBYTE, GETWORD
2135         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2136         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2137           (geniCodeBinary): new generic binary icode,
2138           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2139         * src/port.h: updated comment for PORT.hasExtBitOp
2140         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2141           (genGetByte): new, to get a single byte,
2142           (genGetWord): new, to get a word from a long,
2143           (gen51Code): added GETABIT, GETBYTE, GETWORD
2144         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2145
2146 2005-09-23 Raphael Neider <rneider AT web.de>
2147
2148         * configure.in, configure: have device/lib/pic configured
2149         * device/lib/Makefile.in: added model-pic14
2150         * device/lib/clean.mk: added pic/ to clean rule
2151         * device/lib/pic: added rudimentary pic14 library providing support
2152           functions for multiplication/division/generic pointer access
2153         * src/SDCCopt.c (convilong): mark support functions as extern
2154           for pic14 port as well
2155         * src/pic/gen.c (genMult): added assertions,
2156           (genpic14Code): emit warning on unhandled iCodes
2157         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2158         * src/pic/pcode.c (pCodeOpCopy),
2159         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2160           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2161           SFR_REGISTER}), made safe for future extensions
2162         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2163           instructions even if preceeded by SKIP instructions (also remove
2164           them); removed unused code
2165         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2166           prevents leaving parts of the structure uninitialized after copying
2167
2168 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2169
2170         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2171           ago by me
2172         * support/regression/tests/addsub.c: added test for the bug
2173
2174 2005-09-21 Raphael Neider <rneider AT web.de>
2175
2176         * device/include/pic16/pic18f1220.h,
2177           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2178         * device/lib/pic16/Makefile.rules: added missing opening paren
2179         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2180           are provided in genutils.c,
2181           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2182           operand/result sizes,
2183           (genCmp): assert on NULL pointers first, then check deref'ed values
2184         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2185           result size
2186
2187 2005-09-18 Raphael Neider <rneider AT web.de>
2188
2189         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2190           as these are now unused,
2191           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2192         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2193           local, avoids uninitialized pointer dereference on r->name
2194         * src/pic16/ralloc.c (newReg): fixed indentation
2195
2196 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * src/SDCCval.c (constVal): fixed bug 730366
2199         * support/Util/SDCCerr.c,
2200         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2201
2202 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2203
2204         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2205
2206 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2207
2208         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2209
2210 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2213           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2214         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2215           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2216         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2217         * packihx/packihx.c (hexDigit): made c unsigned char
2218         * as/mcs51/lklibr.c (fndsym),
2219         * link/z80/lkgb.c (gb),
2220         * link/z80/lklibr.c (fndsym),
2221         * link/z80/lkrloc.c (relr),
2222         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2223         * src/SDCC.lex (checkCurrFile, process_pragma),
2224         * src/SDCCglue.c (spacesToUnderscores),
2225         * src/SDCCmain.c (setParseWithComma, processFile),
2226         * src/asm.c (tvsprintf, printCLine),
2227         * src/avr/gen.c (emitcode, aopPut),
2228         * src/ds390/gen.c (emitcode),
2229         * src/hc08/gen.c (emitcode, emitinline),
2230         * src/mcs51/gen.c (emitcode, genInline),
2231         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2232           tokenizeLineNode),
2233         * src/pic/ralloc.c (debugLog),
2234         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2235           tokenizeLineNode),
2236         * src/pic16/ralloc.c (debugLog),
2237         * src/z80/main.c (_process_pragma):
2238            made all ctype.h function calls safe
2239         * src/SDCCopt.c: include math.h for fabs
2240         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2241           and used them throughout the code to make ctype.h function calls safe
2242         * src/ds390/main.c (asmLineNodeFromLineNode),
2243         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2244         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2245            unsigned char*
2246         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2247           (newpCodeAsmDir): made ctype.h function calls safe
2248         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2249           pic16_emitcode):  made lbp unsigned char*
2250         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2251           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2252         * src/xa51/gen.c (emitcode),
2253         * src/z80/gen.c (_emit2): made lbp unsigned char*
2254         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2255            char*
2256
2257 2005-09-05 Raphael Neider <rneider AT web.de>
2258
2259         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2260           access bank splitpoint
2261
2262 2005-09-05 Raphael Neider <rneider AT web.de>
2263
2264         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2265
2266 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2267
2268         * .version: changed to version 2.5.3
2269         * doc/sdccman.lyx: changed version to 2.5.3,
2270           documented --codeseg and --constseg and pragma codeseg and constseg,
2271           documented bit parameters (reentrant) and bit returning
2272         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2273            currFunc->recvSize, but is this ok for all ports?
2274           (ast2iCode): result of ~ on unsigned char must be cast to int for
2275            bool to work
2276         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2277           function pointers in bit space
2278         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2279           (processFuncArgs): call port.reg_parm() with reentrancy info
2280         * src/port.h,
2281         * src/avr/main.c,
2282         * src/ds390/main.c,
2283         * src/hc08/main.c,
2284         * src/pic/main.c,
2285         * src/pic16/main.c,
2286         * src/xa51/main.c,
2287         * src/z80/main.c: port.reg_parm prototype extended with
2288           "bool reentrant" parameter
2289         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2290           options.stackAuto for allocating bit register parameters
2291         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2292           (genSend): set BitBankUsed if it is,
2293           (selectRegBank): factored out of genCall for use in genPcall,
2294           (genCall): removed redundant dtype assignmen, use selectRegBank,
2295           (genPcall): handle returning in Carry properly, save in F0 if needed,
2296           (genReceive): handle bit register parameters
2297         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2298           (mcs51_assignRegisters): enable bit registers for all reentrant
2299            functions and don't set BitBankUsed unconditionally
2300         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2301         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2302         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2303
2304 2005-08-27 Borut Razem <borut.razem AT siol.net>
2305
2306         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2307         ppc-osx (Darwin) does not support -u option. It seems that it is
2308         supported only on Linux - GNU cp
2309
2310 2005-08-25 Borut Razem <borut.razem AT siol.net>
2311
2312         * sim/ucsim/gui.src/serio.src/Makefile.in,
2313           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2314           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2315           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2316           install and strip, since the strip at /usr/ccs/bin should be used
2317           on solaris
2318
2319 2005-08-24 Borut Razem <borut.razem AT siol.net>
2320
2321         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2322
2323 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2324
2325         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2326         ffffffffu
2327
2328 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2329
2330         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2331         * as/mcs51/lkmain.c (link_main): fixed warning
2332         * device/include/stdbool.h: ds390 has no advanced bit support yet
2333         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2334         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2335         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2336           and updated their macros
2337         * src/SDCCval.c (constVal): updated comment for renamed b_long
2338
2339 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2340
2341         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2342         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2343           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2344           (oprio): set priority for '['
2345         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2346            and adb_24_bit
2347         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2348         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2349         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2350         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2351           added overlayable BIT_BANK area
2352         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2353           (summary2): explain 'T' in legenda
2354         * as/mcs51/lkrloc.c: replaced old K&R style,
2355           (relr): added R_BIT processing,
2356           (errmsg): added "Bit-addressable relocation error",
2357           (adb_bit): added for converting from byte- to bit-addressable space,
2358           (adb_24_bit): added for converting from byte- to bit-addressable space
2359         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2360            used in reentrant functions now even as return value
2361         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2362         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2363           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2364         * src/SDCCglobl.h: added indicator BitBankUsed
2365         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2366            the bit registers b0-b7
2367         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2368           (geniCodeCast): fixed bug 1263853,
2369           (geniCodeLogicAndOr): put result in bool or char,
2370           (geniCodeReceive): added parameter func for accessing the return type,
2371           (geniCodeFunctionBody): pass func to geniCodeReceive
2372         * src/SDCCmain.c: added indicator BitBankUsed
2373         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2374         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2375           (checkSClass): don't put automatic bool/bit on stack,
2376           (checkFunction): removed check on function cannot return bit
2377         * src/SDCCsymt.h: added newBoolLink prototype
2378         * src/mcs51/gen.c (rb1regs): added bit registers,
2379           (movc): created for assigning to carry,
2380           (pushReg, popReg): created for pushing registers,
2381           (sameRegs): check both AOP_REG and AOP_CRY types,
2382           (aopOp): handle bit registers,
2383           (aopPut): optimization no self-assign,
2384           (saveRegisters): push reg->base (bits) only once for bit registers,
2385            and use pushReg,
2386           (unsaveRegisters): pop reg->base only once and use popReg,
2387           (assignResultValue): added parameter func and return in carry for bits,
2388           (genIpush): optimization no reload in A if not changed,
2389           (genSend): bit parameters in reentrant functions are passed in bit
2390            registers by first assigning to bits in B, then save registers and
2391            copy B to bits,
2392           (genCall): handle returning in Carry properly, save it in F0 if needed,
2393           (genPcall): updated assignResultValue call, this is not safe yet for bit
2394            returning function !!!
2395           (genFunction): don't generate equ's for bit registers and use pushReg,
2396           (genEndFunction): take care of bit returning functions and use popReg,
2397           (genRet): return bit in Carry,
2398           (genIfx): optimize bit registers and other directly addressable bits,
2399           (genReceive): updated assignResultValue call
2400         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2401           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2402            registers when using stack-auto
2403         * src/mcs51/ralloc.c (_G): added allBitregs,
2404           (regs8051): added the bit registers,
2405           (createStackSpil): use macro IS_BIT,
2406           (getRegBit): added to allocate a bit register, else spill,
2407           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2408           (updateRegUsage): factored out to ease stepping while debugging,
2409           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2410            also allocate bit registers,
2411           (fillGaps): handle bit registers,
2412           (findAllBitregs): added to create bit vector with all bit registers,
2413           (mcs51_allBitregs): returns this bit vector,
2414           (mcs51_assignRegisters): when using stack-auto use bit registers for
2415            passing parameters and creating local variables
2416         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2417
2418 2005-08-22 Borut Razem <borut.razem AT siol.net>
2419
2420         * device/lib/Makefile.in: replaced find option -or with -o
2421           to make it run on solaris
2422
2423 2005-08-22 Raphael Neider <rneider AT web.de>
2424
2425         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2426           fixes #1265442 (crash on Solaris)
2427
2428 2005-08-20 Borut Razem <borut.razem AT siol.net>
2429
2430         * configure, configure.in: added tests for libsocket and libnsl libraries,
2431           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2432           from support/regression/Makefile.in
2433         * support/regression/Makefile.in: added
2434         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2435         * sim/ucsim/libtool: regenerated on sparc-solaris
2436         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2437           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2438           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2439           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2440           sparc-solaris, which doesn't use GNU ld linker
2441         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2442         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2443
2444 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2445
2446         * src/mcs51/peeph.def: updated comments
2447
2448 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2449
2450         * device/lib/_gptrget.c,
2451         * device/lib/_gptrput.c: slightly shorter
2452         * doc/sdccman.lyx: incremented version
2453         * src/mcs51/peeph.def: moved peephole comments to the line of first
2454           change to better keep line correlation, reanimated 186.e
2455         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2456
2457 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2458
2459         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2460           David Saxton with quotes around file name.
2461
2462 2005-08-15 Borut Razem <borut.razem AT siol.net>
2463
2464         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2465           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2466           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2467           make tests run on x86_64 platform
2468
2469 2005-08-13 Raphael Neider <rneider AT web.de>
2470
2471         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2472           as it might be executed DURING a build (parallel make is wonderful)
2473
2474 2005-08-13 Raphael Neider <rneider AT web.de>
2475
2476         * device/lib/Makefile.in (port-specific-objects-pic16):
2477           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2478         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2479           dependency
2480         * device/lib/pic16/Makefile.rules: build subdirs before creating
2481           the library, removed builddir rule, create $(builddir) early in
2482           recurse rule, use empty recurse rule for leaf directories
2483         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2484           mkdir errors (race condition), removed duplicate suffix "hex"
2485           from clean rules
2486         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2487         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2488           prevents mkdir -p from aborting on Alpha
2489
2490 2005-08-12 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2493           db-statements in order to allow for arrays of pointers in code
2494           sections to be placed without interspersed 0-padding, fixes
2495           bug #1256215
2496         * (emitStatistics): fixed division by zero for pic18f1220
2497         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2498           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2499         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2500         * (pic16_pCodeConstString): keep track of already emitted string
2501           literals to prevent "duplicate definitions of symbol _str_NR"
2502         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2503           debug message
2504         * device/lib/Makefile.in: ignore failing PIC16 library builds
2505         * device/lib/pic16/Makefile: do not build if gputils are missing
2506         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2507
2508 2005-08-10 Raphael Neider <rneider AT web.de>
2509
2510         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2511           my last commit)
2512
2513 2005-08-10 Raphael Neider <rneider AT web.de>
2514
2515         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2516           Rokas' patch to add the new fixed point type "__fixed16x16"
2517         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2518           functions for __fixed16x16 arithmetics
2519         * device/lib/pic16: reimplemented the build system to support
2520           a separate build directory, better handling of libio (create
2521           the library in a separate subdir for each architecture) and
2522           easier configuration (centralized in Makefile.common)
2523
2524 2005-08-07 Raphael Neider <rneider AT web.de>
2525
2526         * src/pic16/gen.c (genrshTwo): fixed sign extension
2527         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2528         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2529           added T0CONbits
2530         * device/include/pic16/pic18f4220.h: NEW, header for
2531           pic18f4220 and pic18f4320
2532         * device/include/pic16/pic18fregs.h: added new devices,
2533           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2534         * device/include/pic16/signal.h: resolved name clashes
2535           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2536           to also allow testing for interrupt enable bits, added
2537           comments on how to use the macros
2538         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2539         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2540           register definitions for the devices
2541         * device/lib/pic16/pics.all: added new devices
2542         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2543           allocated memory
2544         * device/lib/pic16/libc/stdlib/memfree: do not count
2545           the block header as free memory
2546         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2547           simplified and added missing end-of-blocklist-marker
2548           (reported by Peter Onion, fixes #1252814)
2549         * (_mergeHeapBlock): fixed loop condition
2550         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2551           len==0, restructured code
2552         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2553           up a bit, reduced bitfield accesses, prevent endless loops
2554           in case of heap corruption
2555         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2556           "unreferenced arguments/must return a value" warnings
2557         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2558           replaced BAUDREG with SPBRG
2559         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2560           device/lib/pic16/debug/gstack/gstack.c: replaced
2561           _naked, _asm, _endasm with __naked, __asm, __endasm
2562
2563 2005-08-05 Raphael Neider <rneider AT web.de>
2564
2565         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2566           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2567
2568 2005-08-05 Borut Razem <borut.razem AT siol.net>
2569
2570         * device/lib/Makefile.in: added missing ';'
2571         * configure: removed ^M characters
2572
2573 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2574
2575         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2576           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2577           License
2578
2579 2005-08-04 Borut Razem <borut.razem AT siol.net>
2580
2581         * configure.in: pic16 libraries build 2nd try - enable running
2582           configure in device/lib/pic16
2583         * configure: regenerated from configure.in
2584         * device/lib/Makefile.in: create $(PORT)/bin directory
2585
2586 2005-08-03 Raphael Neider <rneider AT web.de>
2587
2588         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2589           to get/set values via pointers
2590         * (genUnpackBits,genPackBits): changed detection of
2591           ptr->bitfield vs. sym.bitfield, fixed access via generic
2592           pointers, removed dead (wrong) code for multibyte bitfields
2593         * (genNearPointerGet, genGenPointerGet): removed useless code,
2594           fixed bitfield detection, fixes #1250594
2595         * (genNearPointerSet): removed useless code
2596         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2597           and introduced macro pic16_emitpcode that conditionally emits
2598           the origin of the following pCode (useful for debugging SDCC)
2599         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2600         * (createDefmap): fixed handling of LFSR for --optimize-df
2601
2602 2005-08-02 Borut Razem <borut.razem AT siol.net>
2603
2604         * device/lib/Makefile.in: pic16 libraries build enabled since
2605           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2606
2607 2005-08-02 Raphael Neider <rneider AT web.de>
2608
2609         * src/pic16/gen.c (genPackBits): removed deprecated warning
2610         * (genGenPointerSet): fixed bitfield detection
2611
2612 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2613
2614         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2615
2616 2005-07-31 Raphael Neider <rneider AT web.de>
2617
2618         * device/lib/pic16/libdev/pic18f458.c,
2619           device/include/pic16/pic18f458.h: added missing T0CONbits
2620
2621 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2622
2623         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2624
2625 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2628
2629 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2630
2631         * device/include/mcs51/at89c51ed2.h: added.
2632
2633 2005-07-23 Raphael Neider <rneider AT web.de>
2634
2635         * src/pic/gen.h: added emitpcode macro for debugging
2636         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2637           and replace by macro adding debug information on demand
2638         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2639         * (gencjne): tried to fix; replaced with correct (slower) code
2640         * (gen{Unp,P}ackBits): fixed single bit access
2641         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2642         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2643           previous instruction
2644         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2645           register has to be handled with care (forbidding movement
2646           of assignments/uses, removing assignments completely, ...)
2647         * (pCodeOptime2pCodes): make use of regIsSpecial
2648         * added lots of debugging output (commented out)
2649         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2650           from being reused as result UNLESS it is known to work
2651
2652 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2653
2654         * support/Util/dbuf.h: include <stddef.h> for size_t
2655         * .version: changed to version 2.5.2
2656
2657 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2658
2659         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2660
2661 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2662
2663         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2664           (genModOneByte): removed needless psha/pula
2665
2666 2005-07-22 Raphael Neider <rneider AT web.de>
2667
2668         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2669           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2670         * src/pic/gen.c (resolveIfx): do not "invent" labels
2671         * (genSkipc): changed to positive logic
2672         * (genSkipCond): removed as no longer needed
2673         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2674           backport from PIC16
2675         * (genLeftShift): check operands are in different registers
2676         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2677           INCF does not update CARRY...
2678         * src/pic/main.c: fixed _linkCmd
2679         * src/pic/pcode.c (unlinkpCode): added inactive code
2680         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2681           alive (do not assign result and operand overlapping registers)
2682
2683 2005-07-22 Raphael Neider <rneider AT web.de>
2684
2685         * src/pic/device.c (dump_sfr): replaced register declaration with
2686           call to emitSymbolToFile() to avoid duplicate symbols
2687         * (assignRelocatableRegisters): do not declare external symbols
2688         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2689           right (take size of type, not etype)
2690         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2691         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2692         * (packRegsForAccUse): disabled assignment of WREG as
2693           the result reg to prevent occurence of just fixed #1235003,
2694           fixes #1242954
2695         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2696           symbols (avoids duplicate symbols in .asm file)
2697         * (pic14emitRegularMap): use emitSymbolToFile()
2698         * src/pic/gen.c (aopOp): fixed spillLocation handling
2699         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2700         * (genDataPointerSet): removed unneccessary variables/output
2701
2702 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2703
2704         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2705         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2706
2707 2005-07-21 Raphael Neider <rneider AT web.de>
2708
2709         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2710           architecture cannot handle them efficiently, fixes bug #1235003
2711         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2712           check for empty sets before using them (fixes bug #1232190)
2713
2714 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2715
2716         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2717           (lnksect2): generate warnings for memory overlap
2718         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2719           constseg to set the name of these segments so you can instruct the linker
2720           to place them in banks
2721         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2722         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2723           added code_seg and const_seg to options
2724         * src/SDCCglue.c (emitMaps): use options.const_seg,
2725           (createInterruptVect): put interrupt vectors in segment HOME,
2726           (glue): put HOME before static segment and put the main glue in HOME,
2727           (glue): use options.code_seg
2728         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2729         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2730           these segments so you can instruct the linker to place them in banks
2731           (linkEdit): use code_loc for HOME segment which should be the first
2732           segment in code memory now
2733         * src/SDCCmem.c: fixed more stuff like bug 1238386
2734         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2735           (changePointer): don't change function pointers to code pointers for
2736           banked functions,
2737           (compareType): added exceptional check for banked function pointers
2738         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2739         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2740           after static in code memory
2741         * src/mcs51/gen.c: added aopLiteralLong prototype,
2742           (aopForSym): use getSize for functions,
2743           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2744           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2745           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2746           the segment,
2747           (genPcall): use call for literal function pointers and generate banked
2748           calls over the one trampoline so there's only one place for the user to
2749           modify according to his/hers hardware,
2750           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2751           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2752         * src/mcs51/main.c: added keyword banked,
2753           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2754         * support/Util/SDCCerr.c,
2755         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2756           needed for passing the bank and address to the trampoline
2757         * device/lib/mcs51/crtbank.asm: added for bankswitching
2758         * device/lib/mcs51/Makefile: added crtbank
2759
2760 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2761
2762         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2763           for fields at offset 0 of a struct or union as reported
2764           on 2005-07-07 in the developer mailing list.
2765
2766 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2767
2768         * src/SDCCmem.c: fixed bug 1238386
2769
2770 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2771
2772         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2773           (patch #1144962), added peephole 300, enabled 259.x
2774         * doc/sdccman.lyx: removed screenshot and provided link instead
2775
2776 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2777
2778         * doc/sdccman.lyx: added section about debugging with ddd
2779         * doc/figures/ddd_example.eps: screenshot of debugging session
2780
2781 2005-07-04 Raphael Neider <rneider AT web.de>
2782
2783         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2784           like CODE pointers, fixes #1115683
2785         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2786           call, fixes bugs #1232211, #1228110,
2787           fixed wrong casts to pCodeFlow from pCodeInstructions
2788
2789 2005-07-04 Raphael Neider <rneider AT web.de>
2790
2791         * src/pic/gen.c (popGet): changed assert to allow for
2792           bit operands
2793         * (popGetAddr): changed signature to provide
2794           an additional index, patched all call sites
2795         * (genCmpEq): handle literal-like operands correctly
2796         * (genAddrOf): added sanity checks on __code/__data pointers
2797         * (genAssign): added handling of symbols from __code section
2798         * (gencjne): do not generate code for comparisons whose result
2799           is neither stored nor used, fixes bug #1171114
2800         * (AccLsh, AccRsh): operate on operand instead of WREG
2801         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2802           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2803           by known count
2804         * rewrote complete shift-by-literal logic, commented unused
2805           functions out
2806         * (genConstPointerGet): get multiple bytes (if result size > 1),
2807           fixed handling of non-immediate addresses
2808         * (genPointerGet): handle CODE pointers like CONST pointers
2809         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2810         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2811           operand is to be treated as a literal or not
2812         * (mov2w,genPcall,genCmpEq),
2813           src/pic/genarith.c: use aop_isLitLike() to decide between
2814           literal/register contents
2815         * (addSign): added missing offset
2816         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2817           only emit comment in debug-mode,
2818           use {aop,op}_isLitLike throughout the file
2819         * src/pic/glue.c: fix initializers for pointers (work in progress)
2820         * src/pic/pcode.c (get_op): honor index on _const symbols
2821         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2822         * (dumppBlock): added pCode size estimation
2823         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2824           check for IS_SYMOP before OP_SYMBOL'ing
2825         * fixed indentation, compacted switch-statements
2826         * (allocReg): find free register and allocate it instead of
2827           allocating new registers all the time
2828         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2829           registers as its operands (necessary only for multibyte GETs)
2830
2831 2005-07-01 Raphael Neider <rneider AT web.de>
2832
2833         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2834           debugging .asm-output macros FENTRY + FEXIT
2835         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2836           way... I wonder...
2837         * (emitpComment): NEW, printf to pCode
2838         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2839           offset handling
2840         * (popGetAddr): NEW, variant of popGet to access an immediates
2841           high(er) bytes instead of the n'th byte of memory they reference,
2842           replaced popGet with popGetAddr where neccessary
2843         * (genDataPointerGet): reactivated and fixed implementation
2844         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2845           accesses
2846         * (genDataPointerSet): fixed multibyte assignments
2847         * (genpic14Code): fixed --i-code-in-asm handling
2848         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2849         * (genPlus): fixed index-out-of-bounds error
2850         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2851         * src/pic/ralloc.c: added debugging output macro FENTRY2
2852         * (spillThis): fixed indentation, enbraced for-body for clarity
2853         * (rematStr): commented out as now unused
2854         * (regTypeNum): commented out special spill case (overwrites
2855           arbitrary values)
2856         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2857
2858 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2859
2860         * doc/sdccman.lyx: documented sfr16/sfr32,
2861           added example for using storage class with function pointers
2862         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2863
2864 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2865
2866         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2867         * device/lib/_itoa.c,
2868         * device/lib/_ltoa.c: optimized codesize
2869         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2870           but don't know how to suppress the double warning.
2871         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2872         * support/Util/SDCCerr.c,
2873         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2874
2875 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2876
2877         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2878           fixed old K&R prototypes
2879         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2880         * device/lib/_gptrget.c,
2881         * device/lib/_gptrgetc.c,
2882         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2883           also new versions for small generic pointers and banked generic pointers
2884         * src/port.h: added const_name
2885         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2886         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2887         * src/SDCCcse.c (findPrevIc): check all associative operators
2888         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2889         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2890         * src/SDCCmem.c: updated comments,
2891           set far-space to 0 for pdata, results in optimized code
2892         * src/SDCCmem.h: added macro CONST_NAME
2893         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2894           moving the info into the highest bits, see also gptrget/gptrput
2895         * src/src.dsp: added sdcc.ico to project files
2896         * src/avr/gen.c (genCast): fixed bug 0x%d
2897         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2898         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2899           relation between ptr_type and DCL_TYPE,
2900           (genCast): fixed bug 0x%d
2901         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2902           (CODE)" for const_name
2903         * src/hc08/gen.c (genCast): fixed bug 0x%d
2904         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2905           (hc08_port): added "CONST (CODE)" for const_name
2906         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2907           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2908           between ptr_type and DCL_TYPE,
2909           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2910           operand* and took AOP() inside function so sfr-ness can be checked,
2911           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2912           new prototype,
2913           (genFunction, genEndFunction): optimized stack setup,
2914           (genMinus): optimized for literals with ending zeroes (in bytes),
2915           (genCast): fixed bug 0x%d
2916         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2917           (mcs51_port): added "CONST (CODE)" for const_name
2918         * src/mcs51/peeph.def: made rule 226 more generic
2919         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2920         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2921         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2922         * src/z80/main.c (z80_port): added NULL for const_name,
2923           (gbz80_port): added NULL for const_name
2924         * support/regression/tests/bug663539.c,
2925         * support/regression/tests/sfr16.c: new tests
2926
2927 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2928
2929         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2930
2931 2005-06-24 Raphael Neider <rneider AT web.de>
2932
2933         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2934           corrected typos...
2935         * device/include/pic16/signal.h: added USBIF
2936           and SIG_USB
2937
2938 2005-06-24 Raphael Neider <rneider AT web.de>
2939
2940         * device/lib/pic16/libdev/pic18f2455.c,
2941           device/include/pic16/pic18f2455.h: NEW
2942         * device/include/pic16/pic18fregs.h,
2943           device/lib/pic16/pics.all,
2944           src/pic16/device.c: added 18f2455
2945         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2946           device/include/pic16/{pic18f[68][567].h,usart.h}:
2947           replaced MULTIPLE_USARTS define with more relaible
2948           compatibility sfrs (for USART access)
2949
2950 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2951
2952         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2953           and the output asm file line is printed on two lines.
2954
2955 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2956
2957         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2958           BGT, BLE, BHI, and BLS instructions
2959         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2960           genCmpEq): removed
2961         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2962           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2963           fixes bug #1216342
2964         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2965
2966 2005-06-15 Raphael Neider <rneider AT web.de>
2967
2968         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2969         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2970         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2971           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2972           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2973
2974 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2975
2976         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2977           Marcel Telka in bug #1215704
2978
2979 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2980
2981         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2982           located in shared memory bank.
2983
2984 2005-05-31 Raphael Neider <rneider AT web.de>
2985
2986         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2987           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2988           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2989
2990 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2991
2992         * device/lib/_strncpy.c: fixed the fix
2993
2994 2005-05-26 Raphael Neider <rneider AT web.de>
2995
2996         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2997           initializers with \0, bug #1208187
2998         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2999           intializers with \0, bug #1208187
3000
3001 2005-05-26 Raphael Neider <rneider AT web.de>
3002
3003         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3004           initializers with \0, bug #1208187
3005         * src/pic16/main.c (_process_pragma): added sanity checks
3006           for stack position and size, emit warnings when appropriate
3007
3008 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3009
3010         * device/lib/_strncpy.c: fixed not filling with \0
3011
3012 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3015           createFunction),
3016         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3017           compound_statement),
3018         * src/SDCCsymt.h,
3019         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3020
3021 2005-05-24 Raphael Neider <rneider AT web.de>
3022
3023         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3024
3025 2005-05-24 Raphael Neider <rneider AT web.de>
3026
3027         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3028           TRISE definitions, closes bug #1162453
3029
3030 2005-05-22 Raphael Neider <rneider AT web.de>
3031
3032         * src/pic16/main.c (_process_pragma): check for missing
3033           arguments to pragmas code and udata
3034         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3035           consistency fixes to match other headers (thanks to Jim Paris)
3036         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3037
3038 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3039
3040         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3041
3042 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3043
3044         * support/regression/tests/bug1198642.c: new test
3045         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3046         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3047         * support/scripts/resource.h,
3048         * support/scripts/resource.rc,
3049         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3050         * support/scripts/sdcc.ico: added 32x32 icon
3051
3052 2005-05-18 Raphael Neider <rneider AT web.de>
3053
3054         * device/lib/pic16/libdev/pic18f*.c,
3055         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3056           keywords to "__sfr" and "__at (X)"
3057         * device/include/pic16/pic18fregs.h: added pic18f4520
3058         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3059           #1203088 (MPLAB compatibility)
3060
3061 2005-05-17 Raphael Neider <rneider AT web.de>
3062
3063         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3064         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3065         * device/lib/pic16/pics.all: added new devices
3066         * src/pic16/device.c: added support for pic18f4520
3067
3068 2005-05-16 Raphael Neider <rneider AT web.de>
3069         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3070         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3071         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3072           convenience function for bit access
3073
3074 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3075
3076         * device/lib/printf_large.c: fixed bug 1193299
3077         * support/regression/tests/bug1057979.c: added test %3.3s
3078
3079 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3080
3081         * device/include/mcs51/8051.h,
3082         * device/include/mcs51/8052.h: made parseable with lint
3083         * device/include/mcs51/lint.h: added include file for (sp)lint
3084         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3085         * doc/cdbfileformat.lyx,
3086         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3087
3088 2005-05-14 Raphael Neider <rneider AT web.de>
3089
3090         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3091         * device/lib/pic16/libc/stdlib/itoa.c (new)
3092         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3093         * device/lib/pic16/libio/Makefile: exclude subdir according to
3094           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3095         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3096         * src/pic16/gen.c (genFunction): prevent annoying warning
3097         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3098           nameclashes on BeOS
3099         * support/cpp2/cppmain.c (cpp_output_string): new
3100         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3101           fixes bug 1116802
3102
3103 2005-05-13 Borut Razem <borut.razem AT siol.net>
3104
3105         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3106
3107 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * .version: changed to version 2.5.1; back to bleeding edge development
3110
3111 2005-05-11 Borut Razem <borut.razem AT siol.net>
3112
3113         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3114           generate PDF version 1.3 documents
3115
3116 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3117
3118         * .version: changed to version 2.5.0
3119
3120 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3121
3122         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3123
3124 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3125
3126         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3127         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3128         well as many smaller updates.
3129         * .version: changed to version 2.5.0-pre1
3130
3131 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3132
3133         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3134
3135 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3136
3137         * support/regression/tests/bug1185672.c: added
3138         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3139           bug 1185672
3140         * src/mcs51/gen.c (genCall): added comments, made it look safer
3141         * src/mcs51/gen.c (genEndFunction): simplified
3142
3143 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3144
3145         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3146
3147 2005-04-14 Borut Razem <borut.razem AT siol.net>
3148
3149         * fixed bug 1045046 - SIGSEGV with really simple code?:
3150           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3151           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3152
3153 2005-04-14 Borut Razem <borut.razem AT siol.net>
3154
3155         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3156           src/pic16/device.h: temporarily disabled experimental #inline pragma
3157           for 2.5.0 release
3158
3159 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3160
3161         * device/include/z80/stdio.h,
3162         * device/include/z80/string.h: removed these highly incomplete files so
3163           SDCC can use the default ones in device/include/
3164
3165 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3166
3167         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3168         gcc warning.
3169         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3170         fix sdcpp warnings.
3171
3172 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3173
3174         * device/include/malloc.h: removed redundant __reentrant prototypes
3175         * device/lib/_mullong.c: added working xstack variant in asm (C version
3176           doesn't pass regression tests)
3177         * device/lib/bpx.c: used __data and made bpx char for mcs51
3178         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3179           (createFunction): fixed bug with xstackPtr
3180         * src/SDCCcse.c: corrected comments
3181         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3182           (killDeadCode, eBBlockFromiCode): removed unused code
3183         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3184           corrected comments
3185         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3186           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3187           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3188           (genModOneByte): fixed warning in MSVC
3189         * src/mcs51/main.c (): added comments
3190         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3191
3192 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3193
3194         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3195
3196 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3197
3198         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3199
3200 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3201
3202         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3203         characters arrays of larger size than the declared one.
3204
3205 2005-04-10 Borut Razem <borut.razem AT siol.net>
3206
3207         * src/pic/gen.c (genInline),
3208           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3209           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3210           (findNextInstruction), (findPrevInstruction),
3211           (findInstructionUsingLabel),
3212           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3213         * src/pic/pcode.c (findLabel): added missing '\n'
3214         * src/src.dsp: added SDCCdwarf2.c to the project
3215
3216 2005-04-09 Borut Razem <borut.razem AT siol.net>
3217
3218         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3219
3220 2005-04-08 Raphael Neider <rneider AT web.de>
3221
3222         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3223           into the chain after a given one) and mergeDefmapSymbols (combine
3224           defmap entries for each symbol per pcode)
3225         * (createDefmap): have defmap entries merged in the end
3226         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3227           a symbol before replacing one access type's symbol, merge symbols in
3228           the end (replacement symbol might already have an entry)
3229         * (assignValnums): keep reference to written WREG intact
3230
3231 2005-04-08 Raphael Neider <rneider AT web.de>
3232
3233         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3234           Alpha)
3235
3236 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3237
3238         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3239         bytes
3240
3241 2005-04-07 Raphael Neider <rneider AT web.de>
3242
3243         * device/include/pic16/usart.h: added compatibility defines for
3244           devices with more than one USART
3245         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3246
3247 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3248
3249         * device/lib/Makefile.in: updated for port specific include
3250
3251 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3254
3255 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3256
3257         * device/include/8051.h,
3258         * device/include/8052.h,
3259         * device/include/at89S8252.h,
3260         * device/include/at89c55.h,
3261         * device/include/at89x051.h,
3262         * device/include/at89x51.h,
3263         * device/include/at89x52.h,
3264         * device/include/mcs51reg.h,
3265         * device/include/reg51.h,
3266         * device/include/reg764.h,
3267         * device/include/regc515c.h,
3268         * device/include/sab80515.h: (re)moved these 12 files
3269         * device/include/mcs51/8051.h,
3270         * device/include/mcs51/8052.h,
3271         * device/include/mcs51/at89S8252.h,
3272         * device/include/mcs51/at89c55.h,
3273         * device/include/mcs51/at89x051.h,
3274         * device/include/mcs51/at89x51.h,
3275         * device/include/mcs51/at89x52.h,
3276         * device/include/mcs51/mcs51reg.h,
3277         * device/include/mcs51/reg51.h,
3278         * device/include/mcs51/reg764.h,
3279         * device/include/mcs51/regc515c.h,
3280         * device/include/mcs51/sab80515.h: and added them here
3281
3282 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3283
3284         * device/include/stdarg.h: changed SDCC specific keywords to double
3285           underlined form.
3286         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3287           mcs51 and ds390.
3288         * device/include/hc08/mc68hc908gp32.h,
3289         * device/include/hc08/mc68hc908jb8.h,
3290         * device/include/hc08/mc68hc908jkjl.h,
3291         * device/include/hc08/mc68hc908qy.h: fixed comments
3292         * device/include/mcs51/README: updated
3293         * device/include/mcs51/c8051f120.h: added PINRSF
3294         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3295         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3296           amidst code. Also inline is not supported.
3297
3298 2005-04-06 Raphael Neider <rneider AT web.de>
3299
3300         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3301         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3302           callers stack/frame pointers
3303
3304 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3305
3306         * device/include/pic16/usart.h: added, missing in previous commit,
3307         * device/include/pic16/adc.h: fixed typo,
3308         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3309         commit,
3310         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3311         <p18fxxx.inc>
3312         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3313         uninitialized because a bug appears with gplink
3314         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3315         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3316         complains for unrecognised option
3317
3318 2005-04-05 Raphael Neider <rneider AT web.de>
3319
3320         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3321           structs as well (using memcpy)
3322         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3323           on ISRs (GOTO has no label)
3324         * src/pic16/device.h: added OF_OPTIMIZE_DF
3325         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3326           new data flow analysis/optimization
3327         * src/pic16/pcode.c: added (prototypes for and implementation of)
3328           dataflow analysis functions, fixed pCodeInstructions' inCond and
3329           outCond values, made RCALL a branch instruction
3330         * (pic16_unlinkpCode): keep C line if possible
3331         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3332           C line moved if possible
3333         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3334         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3335           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3336         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3337           new flow)
3338         * (pic16_getJumptabpCode): NEW, needed in...
3339         * (LinkFlow): fixed handling of jumptables, calls and conditional
3340           branches
3341         * (pic16_InsertCommentAfter): NEW
3342         * (pic16_pCodeReplace): made verbose and flow preserving
3343         * (AnalyzeFlow): added call to data flow analysis
3344         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3345         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3346         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3347
3348 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3349
3350         * src/SDCCast.c (decorateType): fixed bug #1105626
3351
3352 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3353
3354         * device/include/asm/pic16/features.h,
3355         * pic18f*.h headers,
3356         * device/include/pic16/adc.h,
3357         * device/include/pic16/delay.h,
3358         * device/include/pic16/i2c.h,
3359         * device/include/pic16/malloc.h,
3360         * device/include/pic16/stdio.h,
3361         * device/include/pic16/stdlib.h,
3362         * device/include/pic16/string.h,
3363         * device/lib/pic16/libc/stdio/printf_tiny.c,
3364         * device/lib/pic16/libc/stdio/printf_small.c,
3365         * device/lib/pic16/libc/stdio/strmgpsim.c,
3366         * device/lib/pic16/libc/stdio/strmmssp.c,
3367         * device/lib/pic16/libc/stdio/strmusart.c,
3368         * device/lib/pic16/libc/stdio/vfprintf.c,
3369         * device/lib/pic16/libc/stdlib/ltoa.c,
3370         * device/lib/pic16/libc/stdlib/putchar.c,
3371         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3372         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3373         * device/lib/pic16/libc/stdlib/memchrram.c,
3374         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3375         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3376         * device/lib/pic16/libio/adc/adcbusy.c,
3377         * device/lib/pic16/libio/adc/adcread.c,
3378         * device/lib/pic16/libio/adc/adcsetch.c,
3379         * device/lib/pic16/libio/usart/ubaud.c,
3380         * device/lib/pic16/libio/usart/ubusy.c,
3381         * device/lib/pic16/libio/usart/udrdy.c,
3382         * device/lib/pic16/libio/usart/uopen.c,
3383         * device/lib/pic16/libio/usart/uputc.c,
3384         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3385         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3386         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3387         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3388         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3389         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3390         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3391         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3392         specific keywords to double underlined form,
3393         * device/lib/pic16/libc/Makefile.rules,
3394         * device/lib/pic16/libsdcc/Makefile.rules,
3395         * device/lib/pic16/libm/Makefile,
3396         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3397         to compile with C standard set in Makefile.common
3398         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3399         rand.c and crc.c in compilation process,
3400         * device/lib/pic16/libsdcc/int/divuint.c,
3401         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3402         `c' from signed to unsigned,
3403         * device/lib/pic16/startup/crt0.c,
3404         * device/lib/pic16/startup/crt0i.c,
3405         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3406         keywords to double underlined form, bug fixes in _do_cinit function
3407         which prevented the correct initialization of the .idata segment,
3408         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3409         core to enter a infinite loop
3410         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3411
3412 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3413
3414         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3415
3416 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3417
3418         * device/include/Makefile.in: add support for hc08 subdirectory
3419         * device/include/hc08/: new subdirectory
3420         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3421         Lucas Loizaga, thanks!
3422         * device/include/hc08/mc68hc908qy.h,
3423         * device/include/hc08/mc68hc908gp32.h,
3424         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3425         their own directory. Changed internal macro names to use the compiler
3426         reserved namespace. Changed SDCC specific keywords to double
3427         underlined form.
3428         * device/include/math.h,
3429         * device/include/malloc.h,
3430         * device/include/stdarg.h,
3431         * device/include/stdbool.h
3432         * device/include/string.h,
3433         * device/include/tinibios.h,
3434         * device/include/ds400rom.h,
3435         * device/include/8051.h,
3436         * device/include/8052.h,
3437         * device/include/80c51xa.h,
3438         * device/include/at89c55.h,
3439         * device/include/at89S8252.h,
3440         * device/include/at89x51.h,
3441         * device/include/at89x52.h,
3442         * device/include/ds80c390.h,
3443         * device/include/reg764.h,
3444         * device/include/regc515c.h,
3445         * device/include/sab80515.h,
3446         * device/include/mcs51/c8051f000.h,
3447         * device/include/mcs51/c8051f018.h,
3448         * device/include/mcs51/c8051f020.h,
3449         * device/include/mcs51/c8051f040.h,
3450         * device/include/mcs51/c8051f060.h,
3451         * device/include/mcs51/c8051f120.h,
3452         * device/include/mcs51/c8051f300.h,
3453         * device/include/mcs51/c8051f310.h,
3454         * device/include/mcs51/c8051f320.h,
3455         * device/include/mcs51/c8051f330.h,
3456         * device/include/mcs51/c8051f350.h,
3457         * device/include/z180.h: Changed SDCC specific keywords to double
3458         underlined form.
3459
3460 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3461
3462         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3463         18F4455,
3464         * (pic16_assignConfigWordValue): disable testing of configuration
3465         register value with config mask,
3466         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3467         function with port->fun_prefix,
3468         * (genFunction): when generating a naked interrupt function never
3469         create an absolute segment placed in interrupt vector address, place
3470         the actual interrupt function at IVA instead, when an interrupt
3471         function is generated with unspecified interrupt then do not create
3472         the absolute section,
3473         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3474         code for generating a call to generic pointer get/put function with
3475         a call to function pic16_callGenericPointer(),
3476         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3477         the call to the generic pointer get/put functions with prefixing the
3478         function name with port->fun_prefix,
3479         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3480         * src/pic16/main.c (_process_pragma): prefix function with
3481         port->fun_prefix,
3482         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3483         calling assembler, old 18Fxxxx macro is deprecated,
3484         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3485         PC_ASMDIR in while condition,
3486         * (findInstruction): add PC_ASMDIR in while condition,
3487         * (buildCallTree): prefix main with port->fun_prefix,
3488         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3489         identifier for variable with banked access in instructions BTFSS,
3490         BTFSC, BCF, BSF, BTG
3491         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3492         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3493         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3494         perform optimization when enviroment variable NO_REG_OPT is set,
3495         * (insideLRBlock): NEW, return 1 if register is inside an
3496         INF_LOCALREGS block,
3497         * (RemoveRegFromLRBlock): remove a register that is completely
3498         eliminated by register optimization, but it is still left in local
3499         register store/restore in/from stack block,
3500         * (Remove2pcodes): after removing register, check to see if it
3501         should be removed from local register store/restore in/from stack
3502         block,
3503         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3504         DUMMY_READ_VOLATILE,
3505
3506         * device/include/pic16/adc.h: minor prototype modifications and
3507         update,
3508         * device/include/pic16/malloc.h: added GPL notice various
3509         modifications,
3510         * device/include/pic16/stdint.h: NEW, standard header for ints
3511         * device/include/pic16/delay.h: NEW, header for delay functions,
3512         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3513         delay1mtcy,
3514         * device/include/pic16/signal.h: NEW, header providing helper macros
3515         for implementing signal handlers,
3516         * device/include/pic16/stdio.h: added prototypes for functions,
3517         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3518         prototypes for stdin and stdout, added macro PUTCHAR to
3519         automatically implement putchar function prototype,
3520         * device/include/pic16/usart.h: modified and updated USART library,
3521         * device/lib/pic16/libio/adc/,
3522         * device/lib/pic16/libio/i2c: some modifications to improve library
3523         performance,
3524         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3525         family of functions,
3526         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3527         family of functions and other sources,
3528         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3529         of the PIC18Fxx[28] devices,
3530         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3531         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3532         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3533         _do_cinit function, because the previous failed when local variables
3534         where not placed in the same memory bank,
3535         * device/lib/pic16/libsdcc/char/: various modifications to improve
3536         library performance,
3537         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3538         information on the new functions of the c library and more...
3539
3540 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3541
3542         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3543
3544 2005-03-26 Raphael Neider <rneider AT web.de>
3545
3546         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3547           if condition == CARRY)
3548         * (genCmp): adapted to new genSkipc semantics
3549         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3550           on rIfx (genCmp was broken)
3551
3552 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3553
3554         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3555         * src/z80/main.c (_keywords[]),
3556         * src/SDCCglobal.h (struct options),
3557         * src/SDCC.y,
3558         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3559         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3560         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3561         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3562         always available in leading double underscore form. The C99 support is
3563         mostly missing, but it's a start.
3564         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3565         reserved identifier "__data".
3566
3567 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3568
3569         * src/mcs51/peeph.def: fixed bug 1170013
3570
3571 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * device/include/mcs51reg.h: fixed bug 842007
3574
3575 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3576
3577         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3578         last time.
3579
3580 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3581
3582         * src/port.h (struct PORT),
3583         * src/avr/ralloc.c (avr_assignRegisters),
3584         * src/avr/main.c,
3585         * src/ds390/ralloc.c (ds390_assignRegisters),
3586         * src/ds390/main.c,
3587         * src/hc08/ralloc.c (hc08_assignRegisters),
3588         * src/hc08/main.c,
3589         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3590         * src/mcs51/main.c,
3591         * src/pic/ralloc.c (pic14_assignRegisters),
3592         * src/pic/main.c,
3593         * src/pic16/ralloc.c (pic16_assignRegisters),
3594         * src/pic16/main.c,
3595         * src/xa51/ralloc.c (xa51_assignRegisters),
3596         * src/xa51/main.c,
3597         * src/z80/ralloc.c (z80_assignRegisters),
3598         * src/z80/ralloc.h,
3599         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3600         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3601         * src/SDCCcse.h,
3602         * src/SDCCdflow.c (computeDataFlow),
3603         * src/SDCCdflow.h,
3604         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3605         * src/SDCCloop.h,
3606         * src/SDCCcflow.c (*),
3607         * src/SDCCcflow.h,
3608         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3609         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3610         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3611         immedDom() returning wrong block; probably fixes bug #1160833)
3612
3613 2005-03-20 Borut Razem <borut.razem AT siol.net>
3614
3615         * support/scripts/inc2h.pl: WIN32 port
3616
3617 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3618
3619         * device/lib/makefile.in: added abs.c and labs.c
3620
3621 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3622
3623         * device/include/stdint.h: added
3624         * device/lib/abs.c: added
3625         * device/lib/labs.c: added
3626         * device/include/stdlib.h: added abs() and labs() prototypes
3627         * device/lib/libsdcc.lib: added abs and labs
3628         * device/include/float.h,
3629         * device/lib/_fsmul.c,
3630         * device/lib/printf_fast.c,
3631         * device/lib/printf_tiny.c: updated comments
3632
3633 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3634
3635         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3636         bug #1164313
3637
3638 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3641         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3642
3643 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3644
3645         * device/lib/printf_large.c: removed inline assembly for portability and
3646           readability. Use printf_fast if speed or size are more important.
3647         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3648         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3649
3650 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3651
3652         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3653         prevent compiler warning
3654
3655 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3656
3657         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3658         moved to level 0 and declared as static. Also they are explicit
3659         placed in access bank. This was necessery because some times they
3660         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3661         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3662         optimizations. Currently only compare to unsigned char is implemented,
3663         * src/pic16/gen.c: added fReturnIdx array,
3664         * (struct resolvedIfx) is moved to gen.h and made public,
3665         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3666         * (aopForSym): added an optimization to directly store in stack of
3667         the operand of a SEND iCode,
3668         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3669         but as registers instead (AOP_REG) using the fReturnIdx array,
3670         * (pic16_freeAsmop): remove the freed register from the
3671         _G.sregsAlloc field,
3672         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3673         a compare of 'WREG',
3674         * (pic16_popGetTempRegCond): changed function prototype, now
3675         function takes also a bitVector argument v which holds the current
3676         set of registers that are allocated for stack access by aopForSym,
3677         registers allocated in aopForSym for accessing stack symbols are not
3678         any more part of the functions usedRegs field,
3679         * (genCall): some times aopOp is called for a stack variable to be
3680         send, aopForSym might perform the push, if this is true make sure
3681         that genCall doesn't push the variable twice by testing _G.resDirect,
3682         * (genFunction): changed testing for unspecified interrupt number
3683         from 256 to INTNO_UNSPEC,
3684         * modified selection scheme of frame pointer generation. Previously
3685         if function did use local registers a frame pointer was generated,
3686         now a frame pointer is generated only if function has arguments
3687         (that need PLUSW2 register access), or has stack arguments, or the
3688         compiler is not instructed to omit the frame pointer,
3689         * (genEndFunction): before restoring local registers that were saved
3690         in the function preamble, also restore the registers that *might*
3691         have been allocated for stack access,
3692         * (genRet): removed some old comments,
3693         * (genCmp, the active (RN's) version): added a call to the
3694         pic16_genCmp_special function to perform the compare with a more
3695         robust and optimized way,
3696         * (genInline): a feature has been added in inline code generation,
3697         which allows a wildcard variable substitution when writing inline
3698         assembly. Code is incomplete and experimental therefore undocumented,
3699         * (genCast): changed order of aopOp for result and right to allow
3700         aopForSym to directly load the result if possible,
3701         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3702         perform an optimized compare on some selected special occasions,
3703         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3704         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3705         generate an IVT any more,
3706         * src/pic16/main.c (pic16_optionsTable): added command line option
3707         --optimize-cmp,
3708         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3709         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3710         macros,
3711         * src/pic16/NOTES: Raphael Neider added in list of active developers
3712         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3713         jumptable_end to prevent bug #,
3714         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3715         inCond and outCond fields,
3716         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3717         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3718         turn off register spilling,
3719         * (packRegsForOneUse): synced with other ports' versions although it
3720         is not used currently,
3721         * (pic16_packRegisters): added an optimization while reading
3722         structure bitfields, some registers may be saved (malloc code is
3723         decreased by 80 bytes)
3724
3725 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3726
3727         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3728         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3729         this can be optimized more?
3730
3731 2005-03-10 Raphael Neider <rneider AT web.de>
3732
3733         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3734           genNearPointerGet): (hopefully) fixed access to bitfields via
3735           pointers (p->bitN = x; and x = p->bitN; failed)
3736
3737 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3738
3739         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3740
3741 2005-03-09 Raphael Neider <rneider AT web.de>
3742
3743         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3744
3745 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3748         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3749           (regTypeNum): set REG_BIT type if necessary
3750         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3751         * support/regression/tests/critical.c: check bug 1144613
3752
3753 2005-03-02 Raphael Neider <rneider AT web.de>
3754
3755         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3756
3757 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3758
3759         * src/avr/ralloc.c (serialRegAssign),
3760         * src/ds390/ralloc.c (serialRegAssign),
3761         * src/hc08/ralloc.c (serialRegAssign),
3762         * src/mcs51/ralloc.c (serialRegAssign),
3763         * src/pic/ralloc.c (serialRegAssign),
3764         * src/pic16/ralloc.c (serialRegAssign),
3765         * src/xa51/ralloc.c (serialRegAssign),
3766         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3767
3768 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3769
3770         * src/SDCCast.c (decorateType): fixed bug 1124787
3771
3772 2005-02-20 Hubert Sack <sack AT digiplan.de>
3773         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3774
3775         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3776         patch #1121755
3777
3778 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3779
3780         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3781         to keep the correct label reference count when adding/removing references
3782         to labels. A peephole file using this is appended to patch #1144962.
3783
3784 2005-02-14 Raphael Neider <rneider AT web.de>
3785
3786         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3787         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3788         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3789           retrievals of result operand's value on assignment
3790
3791 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3792
3793         * device/include/pic16/string.h: modified prototype for memccpy()
3794         to memccpy(void *, void *, char, size_t)
3795         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3796         check whether to omit frame pointer or not,
3797         * (genInline): convert all occurences of "\n" to LF in inline
3798         assembler blocks, this helps formatting the inline text,
3799         * (pic16_loadFSR0): modified prototype,
3800         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3801         removed some 8051 legacy code,
3802         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3803         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3804         before allocating temporary registers in functions,
3805
3806 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3807
3808         * support/regression/tests/bitvars.c: corrected the "fix"
3809
3810 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3811
3812         * support/regression/tests/bitvars.c,
3813         * support/regression/tests/bitwise.c,
3814         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3815
3816 2005-02-10 Raphael Neider <rneider AT web.de>
3817
3818         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3819           different size for Alpha
3820         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3821
3822 2005-02-09 Raphael Neider <rneider AT web.de>
3823
3824         * src/SDCC.lex(doPragma) : save and restore warning options as well
3825           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3826         * have #pragma less_pedantic set the errorlevel to WARNING
3827           (fixes #1117001)
3828         * (cloneOptimize) : fixed wrong malloc's size
3829         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3830           facilitate correct handling of #pragma (save|restore)
3831
3832 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3835
3836 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3837
3838         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3839
3840 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3841
3842         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3843
3844 2005-02-02 Raphael Neider <rneider AT web.de>
3845
3846         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3847         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3848         * (pic16_storeForReturn): fixed to allow returning function pointers
3849         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3850         * device/include/pic16/{stddef.h,stdbool.h}: added
3851
3852 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3853
3854         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3855
3856 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3857
3858         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3859         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3860          appeared to be required
3861
3862 2005-01-31 Borut Razem <borut.razem AT siol.net>
3863
3864         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3865           include/mcs51 and include/z80 directories to the package
3866
3867 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3868
3869         * src/hc08/gen.c (genFunction): fixed bug #1112752
3870
3871 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3872
3873         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3874
3875 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3876
3877         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3878
3879 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3882
3883 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3884
3885         * device/include/c8051fxxx.h: removed these 6 files
3886         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3887
3888 2005-01-26 Raphael Neider <rneider AT web.de>
3889
3890         * src/pic16/gen.c (genAssign): fixed assignment from longs
3891           in codespace (were cut to three bytes)
3892         * (genDummyRead): implemented (except for CODESPACE...),
3893           fixed bug #1108575
3894         * src/pic16/glue.c (emitStatistics): beautified
3895         * device/lib/pic16/libm/Makefile: added include path
3896
3897 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3898
3899         * src/z80/gen.c (aopPut): fixed bug #1103902
3900
3901 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * device/lib/expf.c: fixed bug #1095792
3904
3905 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3906
3907         * device/lib/pic16/libm: added Math library sources
3908
3909 2005-01-24 Raphael Neider <rneider AT web.de>
3910
3911         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3912           to enable upcast to pCodeOpReg2 (there is no type tag to
3913           differenciate the two and pic16_popGet2p cast into PCOR2)
3914         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3915           (sizeof(sectNames) changed to sizeof(sectName))
3916           Both patches fix segfaults under MinGW.
3917
3918 2005-01-23 Raphael Neider <rneider AT web.de>
3919
3920         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3921           Safe_[mc]?alloc()'ed variables
3922         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3923           of (byte sized) temporaries (assign them to WREG for now)
3924         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3925           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3926           this might fix SIGSEGVs on MinGW...
3927         * src/SDCCopt.c (killDeadCode): restored original behaviour
3928           (volatile operands might get thrown away though)
3929
3930 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3931
3932         * src/pic16/gen.c: fixed bug #1106975,
3933         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3934         pointer update, INTCON is saved, global interrupts are disabled and
3935         restored after updateing TOS.
3936         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3937         * added function attribute 'shadowregs' to take advantage of shadow
3938         registers,
3939         * added function attribute 'wparam' as an alternative to the wparam
3940         pragma,
3941         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3942         user declares a non-ISR function as 'shadowregs',
3943         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3944
3945 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3946
3947         * .version: bumped version number to 2.4.8
3948         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3949         pic16 port,
3950         * device/lib/pic16/libio/i2c/: I2C module support library,
3951         * device/include/pic16/i2c.h: I2C support library header,
3952         * device/lib/pic16/libc/stdio/: standard IO support sources,
3953         * (printf_small.c): printf_small() source, supports float print,
3954         * (printf_tiny.c): printf_tiny() source, does not support floats,
3955         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3956         enable global optimizations for entire library source, other
3957         Makefiles in the source tree are also modified to reflect this,
3958         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3959         function,
3960         * doc/sdccman.lyx: updated to reflect new changes,
3961         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3962         sym->onStack if-case,
3963         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3964         sbit, idata, _idata, xdata, _xdata,
3965         * added pragma library, to link an external library, (see doc),
3966         * removed command line options, --pomit-config-words, --pomit-ivt,
3967         --pleave-reset-vector,
3968         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3969         when calling assembler to reflect memory model used, also define
3970         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3971         reflect stack model used,
3972         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3973         on stack return NULL,
3974
3975 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3976
3977         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3978           of the operands is volatile. Fixes #1020220
3979
3980 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3981
3982         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3983         * (OptimizeRegUsage): make sure that there is really no other flow where
3984           the first pCode is used
3985
3986 2005-01-22 Raphael Neider <rneider AT web.de>
3987
3988         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3989           to fix #1106967 (pCode->seq are not set up correctly)
3990
3991 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3992
3993         * src/SDCCglue.c (glue): make sure code area is declared before the
3994         static initialization area.
3995
3996 2005-01-21 Raphael Neider <rneider AT web.de>
3997
3998         * device/lib/Makefile.in: fixed test for pic16 install dir
3999         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4000           optimizations
4001         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4002           added --optimize-goto compiler switch and pragma wparam documentation
4003         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4004         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4005           and PRODH closing bug #1071770 (peephole optimizer)
4006
4007 2005-01-19 Raphael Neider <rneider AT web.de>
4008
4009         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4010           cmdLine buffers (used when calling sdcpp...) are large enough
4011           (MAX_PATH=256 truncates arguments leading to system halts when
4012           used in MinGW...)
4013         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4014         * (genUminus): rewritten to for efficiency
4015         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4016           used uninitialized in some cases)
4017         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4018           copy the third byte from the int -- now assumes 0x80 (data memory)
4019         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4020           operands (genAddLit expects the iCode's operands to swapped as
4021           well), fixed leftover bytes (crashed for short left operands)
4022         * (pic16_genMinusDec): performance improvements, removed false
4023           PIC14 emitSKPNCs
4024         * (pic16_genMinus): fixed to cope with differently sized operands
4025         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4026           for --obanksel > 1
4027         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4028         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4029           new banksel optimization
4030         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4031           analysis for temporary registers (segfaults...)
4032         * src/pic16/peeph.def: added rule
4033
4034 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4035
4036         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4037         which converts a float number to its ASCII representation
4038         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4039         functions to convert the fractional and integer part of a float to ASCII,
4040         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4041         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4042         ram
4043         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4044         _STATMEM macros,
4045         * device/include/pic16/adc.h: added GPL info,
4046         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4047         a pCodeOp as tested operand,
4048         * (genNearPointerGet): optimized bit testing, does not use
4049         intermediate register for bit value, test directly instead with
4050         BTFSS, BTFSC, works only for single bits,
4051         * (genpic16Code): dump the name of the iCode in the asm,
4052         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4053         renamed to pic16_decodeOp,
4054         * (serialRegAssign): do not allocate a temporary register for iCode
4055         sequences that test a single bit for 1/0
4056
4057 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4058
4059         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4060         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4061         access stack and frame pointers. They are initially assigned to
4062         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4063         accessing SFRs. Updated all occurences of modification of stack or
4064         frame pointer in gen.c and pcode.c,
4065         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4066         assigning of a literal value to pointers,
4067         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4068         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4069         selected
4070
4071 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4072
4073         * doc/sdccman.lyx: update documentation about stack pragma, added
4074         some info for stack memory models
4075
4076 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4077
4078         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4079
4080 2005-01-08 Raphael Neider <rneider AT web.de>
4081
4082         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4083           udata sections to fix bug #1097823
4084
4085 2005-01-05 Raphael Neider <rneider AT web.de>
4086
4087         * src/pic16/gen.c (genGenericShift): added handling of differently
4088           sized left operand and result
4089
4090 2005-01-04 Raphael Neider <rneider AT web.de>
4091
4092         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4093         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4094           to hold the condition bit)
4095         * added new version of genCmp (old code available via #define)
4096         * added new version of genShiftLeft/genShiftRight in a generic
4097           way, now supports shifting by negative values
4098         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4099           shiftCount (expected by genGenericShift)
4100         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4101         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4102           dump
4103         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4104           is an invalid literal too...)
4105
4106 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4107
4108         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4109         from Raphael Neider,
4110         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4111         for 8-bit literals. This fixes some literal operands which are sign
4112         extended to 16-bits ints when instruction needs only 8-bits.
4113
4114 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4115
4116         * device/lib/logf.c: added mcs51 assembly version
4117         * device/lib/expf.c: added mcs51 assembly version
4118         * device/lib/_logexpf.c: new shared asm code for expf and logf
4119         * device/include/math.h: add defines for assembly math library
4120         * device/lib/Makefile.in: build new _logexpf.c
4121         * device/lib/libfloat.lib: use new _logexpf.c
4122
4123 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4124
4125         * src/pic/device.c
4126         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4127           device types which have less than 0x7f registers.
4128
4129 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4130
4131         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4132
4133 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4134
4135         * device/lib/printf_fast.c: only build on supported arch.
4136         * device/lib/printf_tiny.c: only build on supported arch.
4137         * device/lib/printf_fast_f.c: only build if asm float lib
4138         * device/lib/_fsget1arg.c: only build if asm float lib
4139         * device/lib/_fsget2args.c: only build if asm float lib
4140         * device/lib/_fsnormalize.c: only build if asm float lib
4141         * device/lib/_fsreturnval.c: only build if asm float lib
4142         * device/lib/_fsrshift.c: only build if asm float lib
4143         * device/lib/_fsswapargs.c: only build if asm float lib
4144         * device/include/stdio.h: don't provide print_fast,
4145           print_fast_f, print_tiny prototypes if --xstack used
4146
4147 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4148
4149         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4150         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4151           to the SOURCES
4152
4153 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4154
4155         * device/lib/printf_fast_f.c: same as printf_fast, but
4156           with floating point enabled
4157         * device/lib/printf_fast.c: minor tweaks
4158         * device/include/stdio.h: add printf_fast_f
4159
4160 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4161
4162         * src/SDCCmain.c: make --float-reent default for mcs51
4163         * device/lib/_fsadd.c: added mcs51 assembly version
4164         * device/lib/_fssub.c: added mcs51 assembly version
4165         * device/lib/_fsmul.c: added mcs51 assembly version
4166         * device/lib/_fsdiv.c: added mcs51 assembly version
4167         * device/lib/_fseq.c: added mcs51 assembly version
4168         * device/lib/_fsneq.c: added mcs51 assembly version
4169         * device/lib/_fsgt.c: added mcs51 assembly version
4170         * device/lib/_fslt.c: added mcs51 assembly version
4171         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4172         * device/lib/Makefile.in: add _fscmp to build
4173         * device/lib/libfloat.lib: add _fscmp to build
4174
4175 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4176
4177         * device/lib/_fs2slong.c: added mcs51 assembly version
4178         * device/lib/_fs2sint.c: added mcs51 assembly version
4179         * device/lib/_fs2schar.c: added mcs51 assembly version
4180         * device/lib/_fs2ulong.c: added mcs51 assembly version
4181         * device/lib/_fs2uint.c: added mcs51 assembly version
4182         * device/lib/_fs2uchar.c: added mcs51 assembly version
4183         * device/lib/_slong2fs.c: added mcs51 assembly version
4184         * device/lib/_sint2fs.c: added mcs51 assembly version
4185         * device/lib/_schar2fs.c: added mcs51 assembly version
4186         * device/lib/_ulong2fs.c: added mcs51 assembly version
4187         * device/lib/_uint2fs.c: added mcs51 assembly version
4188         * device/lib/_uchar2fs.c: added mcs51 assembly version
4189         * device/include/float.h: added #define to select asm vs c
4190
4191 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4192
4193         * device/lib/printf_fast.c: improvements to float output
4194         * device/include/float.h: add defines for assembly float library
4195         * device/lib/_fsget1arg.c: receive 1 float arg
4196         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4197         * device/lib/_fsnormalize.c: normalize a float
4198         * device/lib/_fsreturnval.c: return float, various helper routines
4199         * device/lib/_fsrshift.c: right shift a float's mantissa
4200         * device/lib/_fsswapargs.c: swap 2 floats
4201         * device/lib/Makefile.in: build these 6 new files for mcs51
4202         * device/lib/libfloat.lib: add these 6 files to the library
4203
4204 2004-12-26 Borut Razem <borut.razem AT siol.net>
4205
4206         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4207           built by gcc 3.4.2
4208
4209 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4210
4211         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4212           and fully reentrant and register bank neutral.
4213         * device/lib/printf_fast.c: added float (not enabled by default),
4214           added compact/slower integer (also not enabled by default),
4215           improved size/speed of fast integer code, other minor changes
4216         * device/include/stdio.h, device/lib/Makefile.in,
4217           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4218
4219 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4220
4221         * src/pic16/pcode.c: declaring variables other than at the start of a
4222           block is not supported in C by VC6.
4223
4224 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4225
4226         * applied a previous patch from Raphael Neider that wasn't included
4227         in the previous commits, which fixes infinite loops within jumptable
4228         improvements,
4229         * made some fixes that previous patches introduced
4230
4231 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4232
4233         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4234         that fixes an issue with AOP_PCODE asmop's offset,
4235         * (pic16_popCopyReg): update instance field too,
4236         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4237         function of pic port,
4238         * (genCmp, genAnd, genAssign),
4239         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4240
4241 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4242
4243         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4244         variables initial values to idata section,
4245         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4246         variables in some functions. This utilizes parmBytes field of iCode
4247         structure to hold the offset of the variable in stack. (might be
4248         able to use the stack field too?)
4249         * applied patch from Raphael Neider # ### , # ###
4250         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4251         variable initial values in idata section,
4252         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4253         for static variables with initial value
4254         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4255         applied fix in while loop from Raphael Neider.
4256
4257 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4258
4259         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4260         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4261         * src/ds390/ralloc.c (serialRegAssign): spill bits
4262         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4263         * support/Util/SDCCerr.c,
4264         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4265         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4266         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4267
4268 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4269
4270         * device/include/sdcc-lib.h: inserted LGPL, added includes
4271           asm/ds390/features.h and asm/mcs51/features.h
4272         * device/include/asm/default/features.h,
4273         * device/include/asm/gbz80/features.h,
4274         * device/include/asm/z80/features.h: added empty _AUTOMEM
4275           and _STATMEM
4276         * device/include/asm/ds390/features.h,
4277         * device/include/asm/mcs51/features.h: added files with defines for
4278           _AUTOMEM and _STATMEM indicating automatic and static storage class
4279         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4280         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4281         * src/SDCCicode.c (geniCodeCast),
4282         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4283         * src/SDCCloop.c (loopInduction): removed unused variable lr
4284         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4285           to convertToFcall to include char modulo (RFE 1065037), added check
4286           if left operand is unsigned and use abs of literal value
4287         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4288           as it doesn't work after conversion from peephole.def to peephole.rul
4289         * src/mcs51/gen.c (toBoolean): added check for size,
4290           (genModOneByte): optimized code for signed char modulo a literal
4291           power of 2 (thanks to Hubert Sack),
4292           (genRRC): removed unnecessary "clr c",
4293           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4294         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4295           jump optimization,
4296           swapped rules 256.c and 256.d,
4297           extended 256.d by using new multiple checks (thanks Erik),
4298           added rules 256.e and 256.f,
4299           updated rule 261.a and 261.b to new generated code
4300         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4301
4302 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4303
4304         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4305           induction related bugs, including first part of bug #1074377
4306
4307 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4308
4309         * applied patch from bug-report #1076292,
4310         * applied patches for genAnd and Goto-optimizations for Raphael
4311         Neider,
4312         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4313         dump a less iCode information,
4314         * src/pic16/device.h (pic16_options_t): added field debgen,
4315         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4316         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4317         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4318         puclic,
4319         * (various functions): added macros FENTRY and FENTRY2 to functions,
4320         to emit function prologue,
4321         * (various functions): fixed indentation,
4322         * (genNearPointerGet): fixed loading of FSR0,
4323         * (genPackBits): applied patch from Raphael Neider to fix updating
4324         of FSR0 and touching only the modified bits,
4325         * src/pic16/genarith.c (various functions): added macros FENTRY to
4326         emit function prologue in comments,
4327         * src/pic16/pcode.h: added functions debugf2, debugf3,
4328         * src/pic16/ralloc.c: partial fix for packForPush caused
4329         segmentation fault,
4330
4331 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4332
4333         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4334           <stsp AT users.sourceforge.net> with reversed byte order
4335         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4336
4337 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4338
4339         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4340           bug #1074377
4341         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4342         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4343
4344 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4345
4346         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4347
4348 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4349
4350         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4351           conditions,
4352           (setFromConditionArgs): friendly operand parser for peephole rules,
4353           (operandBaseName, operandsNotRelated): new peephole condition
4354           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4355           architecture specific register naming into account, handles n-way
4356           comparisons, and supports quoted literals
4357         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4358
4359 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4360
4361         * src/mcs51/peeph.def: fixed bug #1076940
4362
4363 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4364
4365         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4366
4367 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4368
4369         Adding support for replacing ljmps with sjmps in jumptables
4370         generated for switch statements. For now you need to set the
4371         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4372         Now 4 algorithms for mcs51 jumptable generation are used:
4373         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4374         addresses loaded pc-relative for up to 112 cases and stack-pushing
4375         target addresses loaded with offset from dptr for up to 256 cases.
4376
4377         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4378         * src/mcs51/main.c: adapted constants for switch table generation
4379         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4380
4381 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4382
4383         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4384         * support/regression/tests/bug1057979.c: added test for bug 1073386
4385
4386 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4387
4388         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4389         compilers
4390
4391 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4392
4393         * src/pic16/device.h,
4394         * src/pic16/genarith.c,
4395         * src/pic16/glue.c,
4396         * src/pic16/main.c,
4397         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4398
4399 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4400
4401         Large cummulative patch for pic16 port.
4402         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4403         to call when a stack overflow occurs,
4404         * (malloc.h): added CVS Id tag,
4405         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4406         variable,
4407         * added libc directory. The current version of LibC contains string
4408         functions, ctype functions and macros and some functions of the
4409         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4410         be extensively tested in the future. Standard disclaimer here.
4411         Library is not automatically build yet. But one can build it by
4412         invoking 'make' inside the libc directory.
4413         * added ADC library under libio. Preliminary version yet.
4414
4415         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4416         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4417         aopForRemat() now and not by pic16_aopOp(),
4418         * (pic16_popGetTempReg): removed warning messgae when allocating
4419         temporary registers, its a buggy feature and will be removed,
4420         * (pic16_popGet): set register instance field in AOP_CRY,
4421         * (pic16_outBitC): fixed for results in size greater than 1,
4422         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4423         * (pic16_storeForReturn): optimized return of 0,
4424         * (genCmp): experimental code for new genCmp which uses PIC18's
4425         special compare&skip instructions. Initial tests fail some times
4426         with variables grater than 1 byte in size, so new code is disabled,
4427         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4428         a single bit,
4429         * (genCast): began a fix to optimize the casting of a bit to another
4430         bit, now assigning a bitfield to another bitfield will fail, sorry,
4431         * src/pic16/main.c: disabled the use of lr-support feature,
4432         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4433         * added some function prototypes, added function _debugf prototype,
4434         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4435         bits with offset (case PO_GPR_BIT),
4436         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4437         command line,
4438         * (isBankInstruction): modified to return 0 for no banking instruction,
4439         and 1 for banking instruction,
4440         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4441         caused stop processing pCodes after a inline assembly block,
4442         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4443         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4444         registers when it shouldn't,
4445         * src/pic16/ralloc.c (allocReg): add preliminary support for
4446         supporting a limited set of temporary registers,
4447
4448 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4449
4450         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4451           genDataPointerSet): ensure assignments always copy in MSB to LSB
4452           order,
4453           (loadRegFromAop): recognize CLRH optimization,
4454           (genFunction): optimize RECEIVE iCodes in reentrant functions
4455
4456 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4457
4458         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4459           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4460           selected.
4461         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4462         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4463           contiguous with data
4464
4465 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4466
4467         * device/lib/_gptrget.c (_gptrget),
4468         * device/lib/_gptrgetc.c (_gptrgetc),
4469         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4470           instead of sjmp to ret
4471         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4472           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4473
4474 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4475
4476         * .version: bumped version to 2.4.7
4477         * device/lib/_gptrget.c (_gptrget): is now _naked
4478         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4479         * device/lib/_gptrput.c (_gptrput): is now _naked
4480         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4481           (createFunction): fixed xstack
4482         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4483         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4484           or bit either,
4485           (geniCodeCritical): store original interrupt state in an iTemp bit
4486           var unless stack-auto
4487         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4488         * src/SDCCmain.c (setIncludePath): added include/target to search path
4489         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4490         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4491           prototype,
4492           (processFuncArgs): put bit vars in bit area
4493         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4494           unsaveRBank): fixed xstack,
4495           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4496           (genFunction, genEndFunction): fixed xstack,
4497           (genAssign): optimization don't walk backwards through mem
4498         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4499         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4500         * support/regression/Makefile: also make library (for stack-auto) when
4501           making "all" and added "test-mcs51-xstack-auto"
4502         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4503         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4504         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4505         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4506         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4507           make-library by MAKE_LIBRARY
4508         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4509           regression tests for xstack
4510         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4511         * support/regression/tests/critical.c: test for critical on mcs51
4512
4513 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4514
4515         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4516           built version of sdcc instead of installed version
4517
4518 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4519
4520         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4521         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4522           vprintf.c now
4523         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4524         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4525           WARNING: remove device/lib/build/z80/printf.o by hand when
4526           updating from previous build!
4527         * device/lib/z80/printf.c: updated comment
4528         * support/regression/tests/bug1057979.c: test all ports now
4529         * support/regression/tests/bug1065458.c: file added
4530
4531 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4532
4533         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4534           *_start and *_end symbols for static functions
4535
4536 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4537
4538         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4539           and search crt0.o in all library paths,
4540           (setIncludePath): proper handling of --nostdinc,
4541           (setLibPath): proper handling of --nostdlib
4542         * support/regression/Makefile,
4543         * support/regression/ports/ds390/spec.mk,
4544         * support/regression/ports/gbz80/spec.mk,
4545         * support/regression/ports/hc08/spec.mk,
4546         * support/regression/ports/mcs51/spec.mk,
4547         * support/regression/ports/mcs51-large/spec.mk,
4548         * support/regression/ports/mcs51-stack-auto/spec.mk,
4549         * support/regression/ports/z80/spec.mk: use include and lib files from
4550           built version of sdcc instead of installed version
4551         * doc/sdccman.lyx: fixed typo in --nostdinc
4552
4553 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4554
4555         * src/pic/pcode.c,
4556         * src/pic/device.c,
4557         * src/pic/ralloc.c,
4558         * src/pic/gen.c : added support to generate code for struct bit fields.
4559
4560 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4561
4562         * as/xa51/xa_version.h,
4563         * device/include/errno.h,
4564         * device/include/regc515c.h,
4565         * device/lib/_itoa.c,
4566         * device/lib/_ltoa.c,
4567         * device/lib/ser_ir_cts_rts.c,
4568         * sim/ucsim/xa.src/glob.cc,
4569         * sim/ucsim/xa.src/inst_gen.cc,
4570         * sim/ucsim/xa.src/xa_bit.cc,
4571         * sim/ucsim/xa.src/xa_sfr.cc,
4572         * sim/ucsim/z80.src/inst_dd.cc,
4573         * sim/ucsim/z80.src/inst_fdcb.cc,
4574         * support/scripts/keil2sdcc.pl,
4575         * src/pic16/pic16.dsp,
4576         * src/pic16/pic16a.dsp: corrected cvs line endings
4577         * device/lib/printf_large.c: fixed bug 1057979
4578         * src/pic16/gen.c: fixed non-C standard code
4579         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4580         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4581         * support/regression/ports/mcs51/support.c: reload T1 asap
4582         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4583           pdata use and clear idata startup behaviour
4584         * support/regression/tests/bug1057979.c: added
4585
4586 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4587
4588         * device/examples/ds390/ow390/ad26.h,
4589         * device/examples/ds390/ow390/cnt1d.h,
4590         * device/examples/ds390/ow390/crcutil.c,
4591         * device/examples/ds390/ow390/ownet.h,
4592         * device/examples/ds390/ow390/owsesu.c,
4593         * device/examples/ds390/ow390/swt12.h,
4594         * device/examples/ds390/ow390/swtoper.c,
4595         * device/examples/ds390/ow390/temp10.h,
4596         * device/examples/ds390/ow390/thermodl.c,
4597         * device/examples/ds390/tinitalk/tinitalk.dsp,
4598         * device/examples/ds390/tinitalk/tinitalk.dsw,
4599         * device/examples/mcs51/clock/hw.h,
4600         * device/examples/mcs51/simple2/go.bat,
4601         * device/examples/serialcomm/windows/serial.h,
4602         * device/examples/xa51/dummy.c,
4603         * device/examples/xa51/hello.c,
4604         * device/include/80c51xa.h,
4605         * device/include/at89x051.h: corrected cvs line endings
4606
4607 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4608
4609         * src/pic16/main.c (options): added command line --gstack, to trace
4610         stack over/under flows,
4611         * added pragma 'wparam' to allow passing first byte of function
4612         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4613         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4614         call to __gstack_test function and sets up the symbol as extern,
4615         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4616         * popaop): added call to pic16_testStackOverflow,
4617         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4618         wparamList list,
4619         * (genCall, genPcall): now all parameters are passed via stack
4620         except in functions that are pass to wparam pragma in which WREG is
4621         used too,
4622         * (genPcall): REENTRANT flag is checked to see if variable prototype
4623         contains reentrant keyword, don't call a non-reentrant function, via
4624         a reentrant function pointer or vice versa, functions are never
4625         passed via WREG,
4626         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4627         D.Winkler,
4628         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4629         SIGSEGV when accessing a NULL register stucture,
4630         * (pic16_printGPointerType): modified to handle UPPER modifier for
4631         function initializers, changed prototype of function to simpler one,
4632         * (pic16_printIvalFuncPtr): check to see if function is already
4633         added in externs list,
4634         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4635         optimized a move from W to SFR with a move to the same register
4636         later after a CALL,
4637         * device/lib/pic16/debug: NEW directory, contains debug features
4638         which are enabled when linking with libdebug.lib, currently command
4639         line option --gstack enables stack pointer tracing for over/under
4640         flow, corresponding sources are in debug/gstack
4641
4642 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4643
4644         * doc/sdccman.lyx: updated SDCC version,
4645         * (PIC16 port): update list of command line options,
4646         * src/pic16/device.h (structure pic16_options_t): added field gstack
4647         to enable stack overflow tracing on push/pops,
4648         * src/pic16/device.c (statistics structure): added statistics
4649         structure,
4650         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4651         pic16_dump_int_registers): increase statistics counters for each
4652         * variable which is encountered
4653         * (pic16_dump_usection): emit each .udata variable to its own udata
4654         section,
4655         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4656         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4657         parameters via stack, otherwise use old scheme,
4658         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4659         assembler output file,
4660         * src/pic16/main.c: added command line options --gstack to enable
4661         push/pop tracing for stack overflow,
4662         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4663         instructions): added size of each instruction,
4664         * (pic16_countInstruction): estimate size of instructions in
4665         the_pFile list, inline assembly blocks are not counted,
4666         * (pic16_FixRegisterBanking): trace previous register usage, when
4667         banksel optimizations is greater than 0, don't emit a redudant
4668         banksel directive,
4669
4670 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4671
4672         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4673         * src/pic16/ralloc.c : applied same fix for pic16.
4674         * src/pic/gen.c : tidied it up a little.
4675
4676 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4677
4678         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4679         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4680
4681 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4682
4683         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4684
4685 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4686
4687         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4688         non-reentrant function __modsint in the interrupt function (thus
4689         corrupting math operations during serial I/O)
4690         * device/lib/ser_ir.c: as above, changed buffersize
4691         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4692         256.c,d for zeroing
4693         * doc/Makefile: added option -t for rsync
4694
4695 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4696
4697         * src/SDCCast.h (struct ast),
4698         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4699
4700 2004-10-20 Borut Razem <borut.razem AT siol.net>
4701
4702         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4703         package
4704
4705 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4706
4707         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4708         makefile targets,
4709         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4710         support functions to replace long sequences of MOVFF's from access
4711         bank registers to stack and vice versa,
4712         * src/pic16/device.h: added new field opt_flags, where optimization
4713         flags can be set to enable certain features,
4714         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4715         * pBlock, (genFunction, genEndFunction): surroung loop for
4716         saving/loading used registers in stack with PC_INFO pCodes,
4717         INF_LREGS. Code in between can then be optimized by pCode optimizer
4718         to support function calls,
4719         * (genDataPointerSet): fixed bug which loaded float fields in
4720         structures with corrupt data,
4721         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4722         in a standard way debug info on stderr. Feature used for developing
4723         and debugging only,
4724         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4725         obsolete chunks of code,
4726         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4727         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4728         * pic16/src/pcode.c (pic16_newpCodeInfo,
4729         * (pic16_newpCodeOpLocalRegs),
4730         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4731         feature,
4732         * (pic16_pCodeConstString): printing of the initial value of a
4733         symbol as a comment is inhibited since parsing was already done by
4734         copyStr and output is corrupt,
4735         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4736
4737 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4738
4739         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4740
4741 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4742
4743         * as/mcs51/lkarea.c: removed old K&R style,
4744           (lnksect): changed check on boundary error,
4745           (lnksect2): changed check on boundary error,
4746           (lnksect2): extend XSTK to end of page if size = 1
4747         * as/mcs51/lkmain.c: removed old K&R style,
4748           (Areas51): create l_IRAM symbol
4749         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4750         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4751           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4752         * device/lib/_mullong.c: added version to be compiled with xstack
4753         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4754         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4755         * device/lib/mcs51/crtxstack.asm: fixed comment
4756         * src/SDCCglue.c: maxInterrupts defaults to 0,
4757           (emitMaps): added pdata,
4758           (createInterruptVect): (re)moved default,
4759           (glue): added pdata,
4760           (glue): moved __start__xstack to XSTK with default size 1
4761         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4762           and options.float_rent when options.stackAuto is set,
4763           (linkEdit): only write XDATA_NAME if provided on command line
4764         * src/SDCCmem.h,
4765         * src/SDCCmem.c: added pdata
4766         * src/port.h: added pdata_name to PORT
4767         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4768           (saveRegisters, unsaveRegisters): removed usage of B,
4769           (genMinus): fixed accumulator clash,
4770           (genJumpTab): added comment, this needs another look
4771         * src/mcs51/gen.c: added check for "B in use" paranoia,
4772           added pushB() and popB()
4773         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4774           chance
4775         * src/avr/main.c,
4776         * src/ds390/main.c,
4777         * src/hc08/main.c,
4778         * src/mcs51/main.c,
4779         * src/pic/main.c,
4780         * src/pic16/main.c,
4781         * src/xa51/main.c,
4782         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4783           added PSEG (PAG,XDATA) or NULL to port specifier
4784         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4785         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4786           (_mcs51_genInitStartup): removed __start__xstack equ,
4787           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4788         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4789         * src/z80/gen.c (_rleAppend): fixed warnings
4790         * support/regression/tests/zeropad.c: added pdata test
4791         * .version: bumped to 2.4.6
4792
4793 2004-10-17 Borut Razem <borut.razem AT siol.net>
4794
4795         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4796         as a part of nightly build
4797
4798 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4799
4800         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4801         WREG holds the first byte function parameters,
4802         * (aopForSym): take special case for symbols which are in FARSPACE
4803         but in CODESPACE too,
4804         * (assignResultValue): modified to take into account _G.useWreg,
4805         * (genCall): don't use wreg for parameter passing when function is
4806         declared as reentrant, too, added optimization INCF to stack
4807         pointer when stack parameter count is 1,
4808         * (genFunction, genEndFunction): refurnished and fixed to not using
4809         wreg for passing parameters when function has varargs or is
4810         reentrant, fixed bug with symbol name compare for generating
4811         functions in absolute address,
4812         * (pic16_storeForReturn): refurnished,
4813         * (genCmp): began writing a new version of the function, not ready
4814         yet, therefore it is disabled,
4815         * (genAssign): do not read code memory when assigning a function to
4816         a pointer function,
4817         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4818         array of characters, not pointer,
4819         * (pic16initialComments): in debug mode emit an .ident directive for
4820         the assembler,
4821         * (_process_pragma): emit a new warning type (internal to pic16)
4822         when setting stack to default length, emit a similar warning when
4823         placing a function at absolute address and address is not word aligned
4824         * (_pic16_parseOptions): added 'return TRUE' statement,
4825         * (_pic16_linkEdit): if compiling a source, then add the source's
4826         file object, first in the list of objects to link,
4827
4828 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4829
4830         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4831         * src/pic/main.c : removed VC warning.
4832         * src/pic/gen.c : changed comment.
4833
4834 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4835
4836         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4837         reference to a deprecated symbol _GPTRREG was causing failure to
4838         link. Thanks G. M. Gallant for the info.
4839
4840 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4841
4842         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4843         comments for Bugs item #954788.
4844
4845 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4846
4847         * src/pic16/device.c (pic16_dump_gsection,
4848         * pic16_groupRegistersInSection): handle symbols declared to be in
4849         access bank differently,
4850         * src/pic16/gen.c (struct _G): added field resDirect,
4851         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4852         send values read from stack directly to result and don't allocate
4853         temporary values,
4854         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4855         same registers,
4856         * (pic16_sameRegsOfs): NEW,
4857         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4858         free because they were not allocated from temporary pool,
4859         * pic16_popRegFromString): workaround to fix a problem with
4860         allocating variables twice or never,
4861         * (genGenPointerGet): using PRODL instead of FSR0H,
4862         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4863         instead of FSR0H,
4864         * (genAssign): take advantage of the _G.resDirect flag,
4865         * (genCast): around line 11844, use mov2f instead of directly
4866         MOVFF'ing between operands to account for literal values,
4867         * src/pic16/genutils.c: some new debug functions for gpsim have been
4868         added,
4869         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4870         float with integer part only,
4871         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4872         place variables in access bank
4873         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4874         updated sources to reflect recent changes in gen.c
4875
4876 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4877
4878         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4879         sources that searched for headers in installation path, now the
4880         device/include/pic16 is used,
4881         * src/pic16/glue.c (pic16glue),
4882         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4883         .line directives if not in debug mode, this suppresses assembler's
4884         warnings for ignored directives
4885
4886 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4887
4888         * src/port.h: made reset_regparms prototype void parameter explicit.
4889         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4890         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4891         * doc/sdccman.lyx: documented warning disabling and how to use
4892           printf_large to make it print floats.
4893         * device/include/stdbool.h: NEW
4894         * device/lib/_atof.c,
4895         * device/lib/_divuint.c,
4896         * device/lib/_divulong.c,
4897         * device/lib/expf.c,
4898         * device/lib/printf_large.c,
4899         * device/lib/sincosf.c,
4900         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4901         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4902           a completely reentrant lib.
4903
4904 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4905
4906         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4907         * device/include/pic16/stdio.h: fixed bug with colon
4908
4909 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4910
4911         * device/include/pic16/stdio.h,
4912         * device/include/pic16/stdlib.h,
4913         * device/include/pic16/math.h: NEW
4914         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4915         declared as _naked to reduce overhead
4916         * device/lib/Makefile.in (target port-specific-objects-pic16):
4917         changed * to *.* so to ignore the CVS directory,
4918         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4919         stacked variables back in stack,
4920         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4921         corruption
4922
4923 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4924
4925         * .version: bumped version number to 2.4.5
4926         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4927         * support/Util/SDCCerr.c (messages structure): added entry for
4928         W_POSSBUG2
4929
4930         Large cumulative patch for pic16 port and libraries.
4931         * device/include/pic16/sdcc-lib.h,
4932         * device/include/pic16/stdarg.h,
4933         * device/include/asm/pic16/features.h,
4934         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4935         * device/include/pic16/float.h: changes reentrant keyword with
4936         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4937         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4938         updated target build-libraries to include objects from gptr,
4939         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4940         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4941         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4942         all function headings,
4943         * src/SDCCmain.c: added global parameter userIncDirsSet,
4944         * (parseCmdLine): when option -I is encountered add directory to
4945         userIncDirsSet too,
4946         * src/version.awk: added space between control and long,
4947         * src/pic16/NOTES: added some notes for the port,
4948         * src/pic16/gen.c: added prototype for mov2fp function,
4949         * (fReturnpic16[]): properly named return value registers,
4950         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4951         * (aopForSym): added code to handle symbols with onStack flag set,
4952         symbols onStack are allocated PTRSIZE bytes,
4953         * (aopFreeAsmop): handles special case where asmops are stack objects,
4954         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4955         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4956         added argument lock to trace flaws in allocating temporary registers
4957         when developing port,
4958         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4959         * (pic16_popRegFromString): reenabled allocating a direct register
4960         from string,
4961         * (assignResultValue): various beautifications,
4962         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4963         referenced function argument,
4964         * (genIpush): reenabled to allow stacked arguments, handles only
4965         ic->parmPush iCodes,
4966         * (genCall, genPcall): major changes to allow for variable argument
4967         functions, fixed a bug with falsely restoring stack pointer after
4968         returning from call,
4969         * (genFunction): pending code for critical function,
4970         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4971         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4972         * (genNearPointerGet): fixed bug with indirect reading, was always
4973         reading from INDF0
4974         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4975         pointers,
4976         * (genAddrOf): rewrote code to take address of a stacked function parameter
4977         * (genCast): fixed casting to generic pointer type,
4978         * src/pic16/gen.h: added AOP_STA,
4979         * (struct asmop): added field stk,
4980         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4981         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4982         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4983         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4984         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4985         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4986         generic pointers,
4987         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4988         and library paths,
4989         * (pic16_port structure): generic pointer size is set to 3,
4990         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4991         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4992         compiler warning,
4993         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4994         operand is an iTemp,
4995
4996 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4997
4998         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4999         * debugger/mcs51/simi.c: addapt new syntax of s51
5000
5001 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5002
5003         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5004         * src/pic16/pcode.c: commented out some calls to free() in order to
5005         fix bug #989576,
5006
5007 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5008
5009         * src/SDCCicode.h,
5010         * src/SDCCicode.c (isiCodeInFunctionCall),
5011         * src/avr/ralloc.c (selectSpil),
5012         * src/pic/ralloc.c (selectSpil),
5013         * src/pic16/ralloc.c (selectSpil),
5014         * src/ds390/ralloc.c (selectSpil),
5015         * src/hc08/ralloc.c (selectSpil),
5016         * src/xa51/ralloc.c (selectSpil),
5017         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5018         stack in the middle of a function call sequence (fixes bug #1020268)
5019         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5020         costs associated with the minimum switch case.
5021
5022 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5023
5024         * src/SDCC.lex: fixed bug #1030549
5025
5026 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5027
5028         * src/SDCCcse.h (struct cseDef),
5029         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5030         over a function call if the CSE is derived from a symbol whose
5031         address has been taken (fixes bug #1029883)
5032         * support/regression/tests/bug-1029883: a new regression test for
5033         this bug
5034
5035 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5036
5037         * src/hc08/gen.c (emitinline): fixed bug #1029778
5038         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5039         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5040         and starts toward RFE #905167)
5041
5042 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5043
5044         * src/pic16/gen.c (mov2f): New function to move an operand to
5045         another without considering if it is a literal or a register,
5046         * (pic16_sameRegs): don't check if they are both AOP_REG,
5047         * (AccRsh): removed andmask=0 lines,
5048         * (genLeftShift): duplicated to be improved in future versions,
5049         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5050         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5051         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5052         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5053         * (insertBankSwitch): fixed inserting banksel directives algorithm
5054         for instructions that follow a skip instruction, this fixes a report
5055         for broken subtraction code generation,
5056         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5057         iCode is a left op, just in case result and right share the same
5058         registers
5059
5060 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5061
5062         * src/hc08/main.c,
5063         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5064         preservation of HX
5065         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5066         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5067         on 2004-09-12; it was buggy
5068
5069 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5070
5071         * src/SDCCsymt.h: removed RESULT_CHECK
5072         * src/SDCCast.c,
5073         * src/SDCCglue.c,
5074         * src/SDCCval.c,
5075         * src/pic/glue.c,
5076         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5077
5078 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5079
5080         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5081         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5082         configuration values no more rejected by compiler, they are assigned
5083         to configuration registers with a warning message instead,
5084         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5085         the for-loop so last conf register is emitted too,
5086         * (_pic16_initPaths): link library libsdcc.lib by default,
5087         * (_hasNativeMulFor): modified test for multiplication according to
5088         Raphael Neider's remarks. Integer multiplication is also done with
5089         support functions,
5090         * device/include/pic16/pic18fregs.h: corrected type error in while
5091         testing and including 18f6720 header file
5092
5093 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5094
5095         * src/pic16/device.h (pic16_options): removed field use_crt,
5096         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5097         until an optimization to handle single bits is added,
5098         * (pic16_loadFSR0): moved before genUnpackBits,
5099         * (genAnd): some white lines removed,
5100         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5101         leave_reset flags in pic16_options when using crt modules,
5102
5103 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5104
5105         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5106           for bugs 898889 & 979599. Also used some safer print instructions.
5107
5108 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * src/pic16/device.h (pic16_options_t): added field use_crt,
5111         crt_name, no_crt,
5112         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5113         catch a probable future bug,
5114         * src/pic16/gen.c: aopIdx function commented out,
5115         * (genAssign): commented out old code which used aopIdx,
5116         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5117         code, added if conditionals to take into account the --use-crt
5118         command line options,
5119         * src/pic16/main.c (pic16_optionsTable): added new command line
5120         options, --use-crt= and --no-crt,
5121         * (_pic16_linkEdit): now the proper crt object is added in the
5122         linker command line except than when --no-crt is specified,
5123         * src/pic16/pcode.c,
5124         * src/pic16/pcode.h: added some structures and functions for a new
5125         optimization scheme to compansate for instruction overhead between
5126         same iCodes, this scheme is currently under development and is not
5127         working in any way,
5128         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5129         to && operator,
5130         * device/lib/pic16/startup/crt0i.c,
5131         * device/lib/pic16/startup/crt0iz.c: added global char variable
5132         __uflags to force the generation of an idata section
5133
5134 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5135
5136         * doc/Makefile,
5137         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5138         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5139
5140 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5143         Frieder) and clarified the default code optimization mode
5144
5145 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5146
5147         * src/SDCC.lex (doPragma, process_pragma),
5148         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5149         "opt_code_size", and "opt_code_balanced"
5150         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5151         regrouped options by category, added support for category headers
5152         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5153         and "--opt-code-size"
5154         * doc/sdccman.lyx: documented these new options and pragmas
5155         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5156         preference into account
5157
5158 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5159
5160         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5161           geniCodePreDec): Fixed bug 904237 by generating a warning
5162         * src/SDCCerr.h,
5163         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5164
5165 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5166
5167         * src/pic/device.c : When no max ram set validate full memory range.
5168         * src/pic/pcode.c,
5169         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5170
5171 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5172
5173         * device/lib/_gptrget.c,
5174         * device/lib/_gptrput.c: updated comment
5175         * device/lib/calloc.c,
5176         * device/lib/free.c,
5177         * device/lib/malloc.c,
5178         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5179         * src/SDCCcse.c (cseBBlock),
5180         * src/SDCCicode.c (printOperand, geniCodeArray),
5181         * src/SDCCicode.h (struct operand): fixed bug 868103
5182         * support/regression/tests/bug-868103.c: added
5183         * src/SDCCast.c (searchLitOp),
5184         * src/SDCCcse.h (struct cseDef),
5185         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5186         * src/SDCCicode.h (struct operand),
5187         * src/SDCCsymt.h (struct sym_link),
5188         * src/avr/gen.c (hasInc),
5189         * src/ds390/gen.c (hasInc),
5190         * src/hc08/gen.c (genPlusIncr, hasInc),
5191         * src/mcs51/gen.c (hasInc),
5192         * src/pic16/glue.c (pic16_printIvalChar),
5193         * src/pic16/ralloc.c (regWithIdx),
5194         * src/xa51/gen.c (hasInc) : removed warnings
5195         * src/SDCCast.c (createBlock): added comment ???
5196         * src/hc08/ralloc.c: updated comments
5197
5198 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5199
5200         * doc/sdccman.lyx: updated section on switch statements, added
5201         section about semaphore locking
5202         * doc/Makefile: added option -info for latex2html
5203         * device/lib/_gptrget.c,
5204         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5205
5206 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5207
5208         * src/pic/device.h,
5209         * src/pic/device.c,
5210         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5211          maxram is less than 0x100.
5212
5213 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5214
5215         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5216
5217 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5218
5219         * src/port.h,
5220         * src/mcs51/main.c,
5221         * src/ds390/main.c,
5222         * src/z80/main.c,
5223         * src/hc08/main.c,
5224         * src/pic/main.c,
5225         * src/pic16/main.c,
5226         * src/avr/main.c,
5227         * src/xa51/main.c
5228         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5229         a jump table is the best form for a switch statement, including
5230         automatic insertion of missing cases to make the case range
5231         continuous. Developed in collaboration with Frieder Ferlemann.
5232
5233 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5234
5235         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5236         accumulator result if it needs sign extension
5237
5238 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5239
5240         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5241
5242 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5243
5244         * device/lib/gbz80/printf.c,
5245         * device/lib/z80/printf.c: removed define for NULL
5246
5247 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5248
5249         * as/xa51/xa_link.c,
5250         * device/examples/ds390/ow390/ad26.c,
5251         * device/examples/ds390/ow390/cnt1d.c,
5252         * device/examples/ds390/ow390/counter.c,
5253         * device/examples/ds390/ow390/ds2480.h,
5254         * device/examples/ds390/ow390/ds2480ut.c,
5255         * device/examples/ds390/ow390/findtype.c,
5256         * device/examples/ds390/ow390/gethumd.c,
5257         * device/examples/ds390/ow390/owllu.c,
5258         * device/examples/ds390/ow390/ownetu.c,
5259         * device/examples/ds390/ow390/swt12.c,
5260         * device/examples/ds390/ow390/swtloop.c,
5261         * device/examples/ds390/ow390/temp.c,
5262         * device/examples/ds390/ow390/temp10.c,
5263         * device/examples/ds390/ow390/thermo21.c,
5264         * device/examples/ds390/ow390/tinilnk.c,
5265         * device/examples/ds390/ow390/tstfind.c,
5266         * device/examples/serialcomm/windows/serial.cpp,
5267         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5268         * device/include/reg51.h: fixed line endings for cvs
5269
5270 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5271
5272         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5273         packRegsForAccUse, packRegisters): new accumulator register
5274         packing algorithm
5275         * support/regression/ports/hc08/support.c (_putchar): suppress
5276         warning of unused variable
5277         * src/SDCCicode.c: added SWAP entry to codeTable
5278
5279 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5280
5281         * device/lib/sprintf.c: forgot to add this file before previous commit
5282
5283 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5284
5285         * src/pic16/gen.c (genPackBits): added operand right in function
5286         parameters, load result directly if p_type is POINTER (that is
5287         called by genNearPointerSet)
5288         * (genUnPackBits): added operand left in function parameters,
5289         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5290         FSR0 if accessing bitfields,
5291
5292 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5293
5294         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5295           _print_format; updated printf, sprintf, vsprintf
5296         * device/include/asm/default/features.h: corrected comment/define
5297         * device/lib/Makefile.in: added sprintf.c
5298         * device/lib/libsdcc.lib: added sprintf module
5299         * device/lib/printf_large.c,
5300         * device/lib/vprintf.c,
5301         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5302           into these 3 files
5303         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5304         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5305         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5306           hc08 test
5307         * support/regression/tests/zeropad.c: define idata as data for hc08
5308
5309 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5310
5311         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5312         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5313         labels are referenced at least once (even if a reference is not found)
5314         * src/hc08/gen.c (emitcode): set isComment flag for comments
5315         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5316         loads), rules 6a..6b (optimize jumps to return)
5317
5318 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5319
5320         * device/lib/acosf.c (acosf),
5321         * device/lib/asinf.c (asinf),
5322         * device/lib/atanf.c (atanf),
5323         * device/lib/ceilf.c (ceilf),
5324         * device/lib/cosf.c (cosf),
5325         * device/lib/coshf.c (coshf),
5326         * device/lib/cotf.c (cotf),
5327         * device/lib/fabsf.c (fabsf),
5328         * device/lib/floorf.c (floorf),
5329         * device/lib/log10f.c (log10f),
5330         * device/lib/logf.c (logf),
5331         * device/lib/sinf.c (sinf),
5332         * device/lib/sinhf.c (sinhf),
5333         * device/lib/sqrtf.c (sqrtf),
5334         * device/lib/tanf.c (tanf),
5335         * device/lib/tanhf.c (tanhf),
5336         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5337         replaced all instances of "reentrant" in the library functions
5338         defined in math.h with this macro.
5339         * support/regression/tests/float_trans.c: reenabled test for hc08
5340
5341 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5342
5343         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5344         erroneously deleted
5345
5346 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5347
5348         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5349         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5350         multi-byte volatile operands are used
5351         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5352         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5353         initialization to area GSINIT0 so that it would always precede
5354         any static initializers in GSINIT
5355         * support/regression/tests/zeropad.c: fixed idata define for hc08
5356         * support/regression/tests/bug-927659.c,
5357         * support/regression/tests/float_trans.c: disabled tests for hc08
5358         pending missing library routines
5359         * .version: increased version number to 2.4.4 - hc08 port now passes
5360         regression tests
5361
5362
5363 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5364
5365         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5366         * Makefile.common.in,
5367         * as/Makefile,
5368         * as/hc08/Makefile.in,
5369         * as/mcs51/Makefile.in,
5370         * as/z80/Makefile.in,
5371         * debugger/mcs51/Makefile.in,
5372         * device/include/Makefile.in,
5373         * device/lib/Makefile.in,
5374         * doc/Makefile,
5375         * link/Makefile,
5376         * link/z80/Makefile.in,
5377         * packihx/Makefile.in,
5378         * sim/ucsim/main_in.mk,
5379         * sim/ucsim/avr.src/Makefile.in,
5380         * sim/ucsim/doc/Makefile.in,
5381         * sim/ucsim/gui.src/serio.src/Makefile.in,
5382         * sim/ucsim/hc08.src/Makefile.in,
5383         * sim/ucsim/s51.src/Makefile.in,
5384         * sim/ucsim/xa.src/Makefile.in,
5385         * sim/ucsim/z80.src/Makefile.in,
5386         * src/Makefile.in,
5387         * support/cpp2/Makefile.in,
5388         * support/librarian/Makefile,
5389         * support/makebin/Makefile: added DESTDIR to the install path proposed
5390         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5391         * doc/sdccman.lyx: added DESTDIR documentation
5392
5393 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5394
5395         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5396         instruction for interrupt handlers, use fast returns when returning
5397         from high priority interrupts
5398
5399 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5400
5401         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5402         code generation
5403         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5404         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5405         bugs, ported much of Bernhard's code from mcs51
5406         * src/mcs51/gen.c (genSend),
5407         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5408         than one when calling a reentrant function
5409         * device/lib/_mullong.c: defined an alternate struct layout for big
5410         endian ports (hc08)
5411
5412 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5413
5414         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5415         test
5416
5417 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5420         are sane and complete before asking the port its prefered parameter
5421         passing method (fixes bug #1017633)
5422         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5423         and _ret3
5424
5425 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5426
5427         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5428         problem in bitfields >= 8 bits.
5429
5430 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5431
5432         * src/SDCCsymt.c: undid changes that were not meant to be committed
5433
5434 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5435
5436         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5437
5438 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5439
5440         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5441           copied and wrong bit got inverted
5442
5443 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5446         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5447         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5448         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5449         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5450         assignments to bitfields at known addresses
5451         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5452         reads from bitfields at known addresses
5453         * src/hc08/ralloc.c (packRegisters),
5454         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5455         genhc08Code): optimize pointer get values used as conditionals
5456         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5457         and branch
5458
5459 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5460
5461         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5462         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5463         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5464         as conditionals
5465
5466 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5467
5468         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5469
5470 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5471
5472         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5473         related problems
5474
5475 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5476
5477         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5478
5479 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5480
5481         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5482         mcs51 port
5483
5484 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5485
5486         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5487
5488 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5489
5490         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5491         cases use more compact code.
5492
5493 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5494
5495         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5496
5497 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5498
5499         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5500
5501 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5502
5503         * src/SDCCsymt.h,
5504         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5505         parameter of changePointer() from symbol* to sym_link*
5506         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5507         * src/SDCCsymt.c (compareType): void* type is castable to other
5508         pointers, but not necesarily an exact match.
5509         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5510         is no longer blindly treated as an exact match.
5511         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5512
5513 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5514
5515         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5516
5517 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5518
5519         * src/pic/gen.c,
5520         * src/pic/pcode.c,
5521         * src/pic/ralloc.h,
5522         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5523
5524 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5525
5526         * src/pic/device.c,
5527         * src/pic/device.h,
5528         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5529
5530 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/mcs51/gen.c (emitcode): fixed bug #992819
5533
5534 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5535
5536         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5537           there's no need to make it worse
5538
5539 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5540
5541         * src/mcs51/ralloc.c (deassignLR),
5542         * src/ds390/ralloc.c (deassignLR),
5543         * src/hc08/ralloc.c (deassignLR),
5544         * src/z80/ralloc.c (deassignLR),
5545         * src/pic/ralloc.c (deassignLR),
5546         * src/pic16/ralloc.c (deassignLR),
5547         * src/avr/ralloc.c (deassignLR),
5548         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5549         rlivePoint): fixed another part of bug #971834
5550
5551 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/z80/main.c: enabled "critical" keyword
5554         * src/z80/mappings.i,
5555         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5556         functions (fixes bug #979646)
5557         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5558
5559 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5560
5561         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5562           such as c:\mydir.
5563
5564 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5565
5566         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5567           doesn't disable too much optimizations
5568
5569 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5570
5571         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5572
5573 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5574
5575         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5576
5577 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5578
5579         * src/pic/gen.c tidied up tabs
5580         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5581         * src/pic/main.c tidied up tabs
5582         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5583         * src/pic/pcoderegs.c tidied up tabs
5584         * src/pic/ralloc.c tidied up tabs
5585
5586 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5587
5588         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5589         to S_FIXED for pic16 port and when symbol is not in level 0,
5590         allocate for S_REGISTER storage class and pic16 port, too,
5591         * src/pic16/device.h: prototype for checkSym,
5592         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5593         * (pic16_assignConfigWordValue): test the value and the mask to
5594         validate that the value is suitable for the configuration word,
5595         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5596         collect extern declared symbols, don't emit symbol twice, check
5597         first if symbol is in publics set first,
5598         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5599         * added command line '--fstack' which enables an experimental
5600         feature for stack access, too buggy to be used yet...
5601         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5602         * (pic16_allocDirReg): when register has storage class S_REGISTER
5603         allocate in pic16_dynAccessRegs,
5604         * device/include/pic16/pic18f????.h: modified configuration word
5605         naming convention, words started as CONFIG0H but should be CONFIG1H
5606
5607 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5608
5609         * device/include/mcs51reg.h: fixed bug 970993
5610
5611 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5612
5613         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5614         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5615         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5616         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5617         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5618         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5619           error/warning numbers,
5620           added function setWarningDisabled()
5621         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5622         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5623           _memcmp.c _memmove.c calloc.c realloc.c free.c
5624         * support/regression/tests/malloc.c: added tests for new functionality
5625         * support/regression/tests/zeropad.c: added tests for truncated initializers
5626           and initialized char arrays starting with '\x0'
5627         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5628
5629 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5630
5631         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5632
5633 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5634
5635         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5636         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5637         peephole 177.e. Thanks to anonymous
5638
5639 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5640
5641         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5642         function isn't used in the source but referenced as a
5643         variable initializer then declare it as extern in .asm file
5644
5645 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5646
5647         * .version: increased version number to 2.4.3
5648
5649         Adding version extension according to ChangeLog CVS revision
5650         * src/Makefile.in (target all): added dependency 'version.h'
5651         * (rule version.h): added rule to create version.h from ChangeLog,
5652         * (rule dep): added dependency version.h,
5653         * src/version.awk: AWK script to create version.h
5654         * src/SDCCdwarf2.c (dwWriteModule),
5655         * src/SDCCglue.c (initialComments),
5656         * src/SDCCmain.c (printVersionInfo): modified to write after
5657         version string the version extension number,
5658         * src/SDCCutil.c: included "version.h"
5659         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5660         number,
5661         * src/SDCCutil.h: added prototype for getBuildNumber
5662
5663         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5664         includeDirsSet, too,
5665         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5666         const char [] is found in function prototype...
5667
5668         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5669         moving to WREG with source is already in WREG,
5670         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5671         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5672         * (aopForSym): stack'ed symbols are partially supported, added
5673         if-clause to support symbols in FARSPACE,
5674         * (sameRegs): added test for AOP_ACC to see if registers are same,
5675         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5676         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5677         * (pic16_popRegFromString): will not allocate a new register if it
5678         doesn't find one by name, bug may have introduced...
5679         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5680         * (genIpush): revived to use pic16 port's stack,
5681         * (genAddrOf): added incomplete case for stack'ed operand,
5682         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5683         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5684         can handle multibyte operands,
5685         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5686         * (pic16initialComments): added message for MPLAB compatibility
5687         mode enabled,
5688         * src/pic16/main.h: prototype for pic16_mplab_comp,
5689         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5690         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5691         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5692         because of increased complexity of procedure,
5693         * (_process_pragma): stack pragma changed to format 'stack pos len',
5694         emit symbol '_stack_end' to conform with gplink,
5695         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5696         to search for register,
5697         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5698         PO_GPR_REGISTER,
5699         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5700         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5701         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5702         case for PO_GPR_REGISTER,
5703         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5704         dies, the new era is ahead !...
5705         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5706         pic16_dynInternalRegs,
5707         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5708         * (pic16_allocDirReg): minor optimizations and bug fixes,
5709         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5710
5711         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5712         load stack and frame pointer with address of 'stack_end' symbol
5713
5714 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5715
5716         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5717         without source code but only variable initializers
5718
5719 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5720
5721         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5722         external are not declared as extern to reduce overhead while linking
5723
5724 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5725
5726         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5727
5728 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5729
5730         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5731           Yee Keat for the patch
5732         * src/SDCCast.c (decorateType): fixed bug #979599
5733         * src/ds390/gen.h: removed local fReturnSizeDS390
5734         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5735         * src/ds390/gen.c (genAnd, genOr, genXor),
5736         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5737
5738 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5739
5740         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5741         add relFilesSet to $3, manipulate $2 to handle linking of object
5742         files without source files in command line,
5743         * device/include/pic16 (all headers): added ID location macros,
5744         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5745         entries for ID location bytes,
5746         * (pic16_assignIdByteValue): NEW,
5747         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5748         added field dumpcalltree to pic16_options_t,
5749         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5750         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5751         emitting rFalseIfx label after check_carry label,
5752         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5753         pic16_emitDIRegs), NEW
5754         * (pic16glue): dump .calltree file when option --calltree found,
5755         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5756         * (_pic16_genAssemblerPreamble): emit ID locations after
5757         configuration registers,
5758         * (pic16_linkCmd): modifications of the link command,
5759         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5760         * (pic16_pCodeInitRegisters): don't init stack registers,
5761         * (pic16_findPrevInstruction): fixed bug,
5762         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5763         bug with immediate registers,
5764         * (buildCallTree): traces stack push and pop,
5765         * (pct2): dump also stack usage for each function,
5766         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5767         * (pic16_allocDirReg): various modifications,
5768         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5769         fixed to 1,
5770
5771 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5772
5773         * src/pic16/pcode.c: removed buggy double colon
5774
5775 2004-07-01 Borut Razem <borut.razem AT siol.net>
5776
5777         * support/scripts/sdcc.nsi: added include/pic16 to setup
5778
5779 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5780
5781         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5782         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5783         target 'clean',
5784         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5785         specific command line arguments. Also added sample lkr script
5786         for placing a variable at a specific memory bank.
5787         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5788         at a specific memory bank,
5789         * (pic16_dump_isection): fixed bug which caused string literals to
5790         be omitted when dumping idata section,
5791         * (pic16_groupRegistersInSection): added code to handle registers
5792         in specific memory banks,
5793         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5794         public, all references are renamed too,
5795         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5796         AOP_DPTR2,
5797         * (pic16_storeForReturn): added case to handle when dest is WREG,
5798         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5799         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5800         pic16_rel_udata, check to see if that register is marked as being
5801         a member of a specific memory bank,
5802         * (pic16_printIvalCharPtr): added code to add string literals either
5803         to code or the idata sections,
5804         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5805         also accept the 'udata' pragma,
5806         * src/pic16/main.h: new structure types sectName and sectSym
5807         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5808         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5809         * (pic16_findPrevInstruction): fixed, it returned nothing,
5810         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5811         instruction combinations,
5812         * (pic16_FixRegisterBanking): heavily reorganised,
5813         * (pic16_AnalyzeBanking): if generating banksel directives is
5814         disabled, then don't call FixRegisterBanking at all,
5815         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5816         completely removed,
5817         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5818
5819 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5820
5821         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5822         Phuah Yee Keat <yk.phuah AT nestac.com>
5823
5824 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5825
5826         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5827         correctly the IVT even if it is relocated to some other location
5828
5829 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5830
5831         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5832         * device/include/pic16/pic18f2220.h: NEW,
5833         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5834         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5835         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5836         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5837         nodefaultlibs, ivt_loc is the location of the interrupt vector
5838         table, and nodefaultlibs signs that default libraries should not be
5839         linked in link stage,
5840         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5841         according to --ivt-loc argument,
5842         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5843         when pragma stack is found,
5844
5845 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5846
5847         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5848         256 (range check), 257 (do while), 258.a-f (bit banging
5849         f.e. on 3-wire SPI bus)
5850
5851 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5854         variables used exclusively within a loop
5855
5856 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5857
5858         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5859
5860 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5861
5862         * src/SDCClrange.c (computeClash): fixed bug #971834
5863
5864 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5865
5866         * src/mcs51/gen.c (genCmp): fixed bug #975903
5867         * src/hc08/gen.c (operandsEqu),
5868         * src/ds390/gen.c (operandsEqu),
5869         * src/z80/gen.c (operandsEqu),
5870         * src/pic/gen.c (operandsEqu),
5871         * src/pic16/gen.c (operandsEqu),
5872         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5873         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5874
5875 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5878
5879 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5880
5881         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5882         default case in switch statement,
5883         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5884         to eliminate problem with initialisation of pointers, but problem
5885         still exists,
5886         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5887         * (emitStaticSegment): removed various lines emitting debug info,
5888         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5889         added processor registers for utilizing EEPROM,
5890         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5891         configurable and set 8
5892
5893 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5894
5895         * .version: increased version number to 2.4.2,
5896
5897         Cumulative patch for pic16 port
5898         * src/pic16/device.c: changed scheme to dump initial values for
5899         variables in idata segment, all print_idata* functions were removed,
5900         now the pic16_printIval* will be called,
5901         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5902         * _pic16_printPointerType, pic16_printPointerType,
5903         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5904         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5905         NEW, similar to the respective functions in SDCCglue.c,
5906         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5907         way, emitting hex bytes,
5908         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5909
5910 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5911
5912         * src/avr/ralloc.c (serialRegAssign),
5913         * src/xa51/ralloc.c (serialRegAssign),
5914         * src/pic/ralloc.c (serialRegAssign),
5915         * src/pic16/ralloc.c (serialRegAssign),
5916         * src/hc08/ralloc.c (serialRegAssign),
5917         * src/z80/ralloc.c (serialRegAssign),
5918         * src/ds390/ralloc.c (serialRegAssign),
5919         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5920
5921 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5924         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5925
5926 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5927
5928         Cumulative patch for pic16 port:
5929         * src/pic16/device.h (typedef PIC16_device) modified fields for
5930         defining microcontrollers,
5931         * src/pic16/device.c: added new info for all devices in Pics16 array,
5932         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5933         to be optimised out by the pCode optimiser,
5934         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5935         specially, bug reported by G.M. Gallant,
5936         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5937         as force'd so that cannot be optimised out by pCode optimiser,
5938         * src/pic16/pcode.c,
5939         * src/pic16/pcodepeeph.c,
5940         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5941         they are disabled by default, but can be enabled explicit with
5942         command argument --denable-peeps, for testing,
5943         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5944         --pomit-ivt in COMPILE_FLAGS
5945
5946 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5947
5948         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5949           compilation on MSVC
5950
5951 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5952
5953         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5954
5955 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5956
5957         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5958         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5959
5960 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5961
5962         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5963         would only assign 0x300001 register.
5964
5965 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5966
5967         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5968         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5969
5970 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5971
5972         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5973         for ds80c400
5974         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5975         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5976         added peephole 254 (left shift), 255 (jump table)
5977
5978 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5979
5980         * device/lib/Makefile.in: removed comment line with model-pic16,
5981         * (target port-specific-objects-pic16): the libraries and objects
5982         are copied to the build directory form the device/lib/pic16/bin
5983         directory
5984
5985         Cumulative patch concerning pic16 port:
5986         * library directory has been re-organized,
5987         * added support for PIC18F1220,
5988         * added headers and library sources for chips 18f1220,18f6520,
5989         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5990
5991         * configuration registers setting has changed, now each supported
5992         device has a complete description of the registers it uses,
5993         * all initialisations are moved to idata sections, these section
5994         can be absolute or relocatable,
5995         * fixed initialisation of codespace variables,
5996         * fixed warning about PCLATU and gpsim,
5997         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5998         * (genAssign): use table reads when assigning from variables in codespace,
5999         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6000         char/int variables placed in codespace,
6001         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6002         registers set in .asm file, no need for --pomit-config-words anymore,
6003         * (pic16glue): some 8051 legacy segments are commented out
6004         (to be removed completely),
6005         * added support for alternative assembler and linker with --asm=
6006         and --link= command line arguments,
6007         * peepholes are disabled automatically in the port, no need to
6008         specify on command line,
6009         * port supports natively char/int/long multiplication, but converts
6010         all divisions to support functions,
6011         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6012         to the file set in variable $2,
6013         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6014         strings in ASCII format and not in hex,
6015         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6016         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6017         allocate proper register if iCodes aren't temporary,
6018
6019 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6020
6021         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6022
6023 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6024
6025         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6026         is commented out
6027
6028 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6029
6030         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6031         computed address is reused
6032         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6033         multi-byte bitfields
6034
6035 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6036
6037         * src/z80/gen.c: (genArrayInit): must check for pointers too
6038
6039 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6040
6041         * support/regression/tests/zeropad.c: never meant to commit the
6042           nestedstruct test: removed, added check for GCC version
6043
6044 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6045
6046         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6047         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6048         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6049           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6050           bugs 928906 and 954082 half-empty initializers
6051         * src/SDCCsymt.h,
6052         * src/SDCCsymt.c (getAllocSize): added for above fix
6053         * src/z80/gen.c (genArrayInit): fixed bug 741044
6054         * support/regression/tests/zeropad.c: added tests
6055
6056 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6057
6058         * src/pic16/device.c (pic16_dump_section): corrected bug which
6059         caused some symbols of the libraries to be misplaced
6060
6061 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6062
6063         * src/pic16/glue.c,
6064         * src/pic16/ralloc.h,
6065         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6066         to fix conflict with pic port
6067
6068 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6069
6070         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6071         externs configuration variables,
6072         * src/pic16/ralloc.h,
6073         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6074         prototype in header, commented out some debug messages
6075
6076 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6077
6078         * src/pic16/glue.c,
6079         * src/pic16/main.c,
6080         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6081         for gpasm COFF object generation. Thanks to D. Hawkins for
6082         his patch info
6083
6084 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6085
6086         * src/ds390/main.c,
6087         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6088         Brock for spotting this)
6089         * src/ds390/gen.c (genEndFunction),
6090         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6091         interrupt handler and critical. Disable push/pop optimizations when
6092         peephole optimizations disabled.
6093
6094 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6095
6096         Updated pic16 library sources and headers.
6097         * device/lib/pic16/pic18f*/ ,
6098         * device/include/pic16/*.h: modified to handle structured SFR
6099         definitions
6100
6101 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6102
6103         * src/port.h (PORT structure): added hook initPaths, now each
6104         port can declare its own default search paths,
6105         which can been seen with the --print-search-dirs option,
6106         see pic16 port for example,
6107         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6108         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6109         * (doPrintSearchDirs): NEW, replaces in a central manner the
6110         printing of search dirs which was split in set*Paths functions,
6111         * (main): added call to port->initPaths and doPrintSearchDirs,
6112         * src/avr/main.c,
6113         * src/ds390/main.c,
6114         * src/hc08/main.c,
6115         * src/izt/i186.c,
6116         * src/izt/tlcs900h.c,
6117         * src/mcs51/main.c,
6118         * src/pic/main.c,
6119         * src/pic16/main.c: modified port structures to reflect addition of
6120         initPaths hook,
6121
6122         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6123         * (pic16_dump_section): for registers in same address reserve memory once,
6124         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6125         to no_banksel,
6126         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6127         result is greater in size than right or left,
6128         * (pic16_genUMult8X8_8): there are some cases where the result can
6129         be 16 bits size, so handle these,
6130         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6131         * (pic16_outBitC): modified to emit pcodes,
6132         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6133         or not,
6134         * (genDivOneByte): implemented algorithm to divide 8-bits,
6135         * (genCmp): uncommented goto, but issues still exist,
6136         * (genAnd): fixed a bug with variables >8bits,
6137         * (genPackBits): optimization added that uses BCF/BSF to change a
6138         single bit,
6139         * (genAssign): fixed bug when assigning floating point literals,
6140         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6141         __sdcc_gsinit_startup label,
6142         * src/pic16/main.c (_pic16_init): removed search directory
6143         initialisations,
6144         * (_pic16_initPaths): NEW, used to initialise search directories,
6145         * (_hasNativeMulFor): support functions for all except char/int
6146         multiplication, and char division,
6147         * (PIC16_port struct): modified entry for native mul support,
6148         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6149         no_banksel option,
6150         * (buildCallTree): call to register_usage is ifdef'ed out,
6151
6152 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * device/include/string.h: applied Stas Sergeev's patch to make this
6155         header file compatible with the preprocessor -Wundef option
6156         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6157         failure (fixes bug #941458)
6158
6159 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6162         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6163         that the variable, not the function, should be static
6164         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6165         to be consistent with non-literal case
6166
6167 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6168
6169         * src/SDCCast.c (isConformingBody): fixed bug #949967
6170         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6171         convilong): fixed bug #952086
6172
6173 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * src/SDCCmem.c (allocVariables): fixed bug #955321
6176
6177 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6178
6179         * src/hc08/main.c (_hc08_genAssemblerEnd),
6180         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6181         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6182         completely eliminated the use of a temporary file
6183         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6184         when more than one file linked
6185         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6186
6187 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6190         which fixes bug #543481
6191         * support/regression/tests/bug-751703.c: fixed comments left from a
6192         cut and paste error
6193         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6194         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6195         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6196         scopes
6197         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6198         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6199         are now changed to underscores in moduleName
6200
6201 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6202
6203         * as/mcs51/lkmem.c: better fix for bug #954173
6204
6205 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6206         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6207
6208         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6209         * device/include/c8051f000.h,
6210         * device/include/c8051f120.h,
6211         * device/include/c8051f300.h,
6212         * device/include/c8051f310.h,
6213         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6214         PWM16) and detab'ed
6215
6216 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6217
6218         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6219         and mailing lists, doc'ed --no-peep-comments, removed reference
6220         to knoppix (newest version has no LyX/LaTeX), other minor changes
6221         * src/SDCCglue.c (glue): save 2 bytes stack space with
6222         option --main-return. The ljmp could probably be avoided too
6223
6224 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6225
6226         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6227
6228 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6231         * src/SDCCopt.c (isLocalWithoutDef),
6232         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6233         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6234         (credit to Maarten Brock for patch #949363, on which this is based)
6235         * support/regression/tests/bug-751703.c: some test cases of extern used
6236         within inner scopes.
6237
6238 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6241         SPEC_STRUCT
6242         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6243         struct definitions
6244         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6245         dwWriteLabel): fix to create valid debugger symbols even when
6246         the module name has non-alphanumeric symbols in it
6247         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6248         when a variable's allocation has been optimized away
6249
6250
6251 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6252
6253         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6254         * src/hc08/main.c,
6255         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6256         * src/mcs51/main.c,
6257         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6258         * src/ds390/main.c,
6259         * src/z80/gen.c (z80_emitDebuggerSymbol),
6260         * src/z80/main.c,
6261         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6262         * src/pic/main.c,
6263         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6264         * src/pic16/main.c,
6265         * src/avr/gen.c (avr_emitDebuggerSymbol),
6266         * src/avr/main.c,
6267         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6268         * src/xa51/main.c,
6269         * src/SDCCdebug.c (emitDebuggerSymbol),
6270         * src/SDCCdebug.h,
6271         * src/port.h: added a debugger struct to the port struct. Added a
6272         callback for defining debugger symbols
6273
6274         * src/SDCCast.c (createLabel),
6275         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6276         with isitmp = 1
6277         * src/SDCCicode.h,
6278         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6279         iCode back to the ast for the function
6280
6281         * src/hc08/ralloc.c (hc08_assignRegisters),
6282         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6283         unneeded fields from the regs struct.
6284         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6285         pushReg() & pullReg() functions instead of emitcode()
6286
6287         * src/hc08/gen.c (genLabel, genhc08Code),
6288         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6289
6290         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6291         debugger hooks
6292
6293         * src/hc08/gen.c (genEndFunction, genhc08Code),
6294         * src/hc08/gen.h,
6295         * src/mcs51/gen.c (genEndFunction, gen51Code),
6296         * src/mcs51/gen.h,
6297         * src/ds390/gen.c (genEndFunction, gen390Code),
6298         * src/ds390/gen.h,
6299         * src/z80/gen.c (genEndFunction, genZ80Code),
6300         * src/z80/gen.h,
6301         * src/z80/z80.h,
6302         * src/pic/gen.c (genEndFunction, genpic14Code),
6303         * src/pic/gen.h,
6304         * src/pic16/gen.c (genEndFunction, genpic16Code),
6305         * src/pic16/gen.h,
6306         * src/avr/gen.c (genEndFunction, genAVRCode),
6307         * src/avr/gen.h,
6308         * src/xa51/gen.c (genEndFunction, genXA51Code),
6309         * src/xa51/gen.h,
6310         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6311         specific code to cdbFile.c and out of the backend code generators
6312
6313         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6314         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6315         starting address is now 0
6316
6317         * as/hc08/asm.h,
6318         * as/hc08/m08pst.c,
6319         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6320         assembler directive for DWARF support
6321         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6322
6323         * src/src.dsp,
6324         * src/Makefile.in,
6325         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6326
6327 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6330         and inappropriate peephole optimization in jump tables
6331
6332 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6333
6334         * as/hc08/m08pst.c,
6335         * src/SDCCglue.c: sdccopt works for the hc08 port now
6336
6337 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6338
6339         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6340
6341 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6342
6343         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6344
6345 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6348         rules
6349         * src/SDCCmain.c,
6350         * src/SDCCglobl.h,
6351         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6352         comments from the peephole optimizer replacement rules
6353         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6354         symbols
6355         * src/SDCCcse.c (updateSpillLocation),
6356         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6357         equivalents
6358         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6359         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6360         objects far pointers
6361
6362 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * src/SDCCsymt.h: a missing part of my last change
6365         * src/pic/ralloc.c (regTypeNum),
6366         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6367
6368 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         * src/SDCCicode.h,
6371         * src/SDCCicode.c (aggrToPtrDclType),
6372         * src/SDCCptropt.h,
6373         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6374         ptrPseudoSymConvert),
6375         * src/pic/ralloc.c (regTypeNum),
6376         * src/pic16/ralloc.c (regTypeNum),
6377         * src/hc08/ralloc.c (regTypeNum),
6378         * src/ds390/ralloc.c (regTypeNum),
6379         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6380         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6381
6382 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * link/z80/lkmain.c (afile),
6385         * as/hc08/lkmain.c (afile),
6386         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6387         prevent a pointer problem when a filename has no directory and
6388         no extension specified.
6389
6390 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6391
6392         * link/z80/lkmain.c (afile): allow periods in directory names
6393         * link/z80/lkmain.c (afile),
6394         * as/mcs51/lkmain.c (afile),
6395         * as/hc08/lkmain.c (afile): allow linker script file to have an
6396         extension other than ".lnk"
6397         * link/z80/lklex.c (getfid),
6398         * link/z80/lkmain.c (parse),
6399         * as/mcs51/lklex.c (getfid),
6400         * as/mcs51/lkmain.c (parse),
6401         * as/hc08/lklex.c (getfid),
6402         * as/hc08/lkmain.c (parse): Support comments in the linker script
6403         file on lines by themselves and after filenames
6404
6405 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6406
6407         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6408
6409 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         * src/z80/peeph-z80.def: removed some peephole rules that don't
6412         work with multibyte arithmetic (fixed bug #937126)
6413         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6414         to registers and not global variables
6415         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6416         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6417         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6418         checking for assignments not internally generated (fixed bug #931895)
6419         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6420         structure member (fixed bug #930072)
6421
6422 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6423
6424         * src/SDCCmain.c (linkEdit),
6425         * src/hc08/main.c (_hc08_parseOptions),
6426         * as/hc08/Makefile.in,
6427         * as/hc08/aslink.h,
6428         * as/hc08/asm.h,
6429         * as/hc08/m08pst.c,
6430         * as/hc08/lkrloc.c (relr, rele),
6431         * as/hc08/lkarea.c (lnkarea)
6432         * as/hc08/lkmain.c (afile, parse),
6433         * as/hc08/lkelf.c: support for ELF output
6434         * as/hc08/lks19.c (s19),
6435         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6436
6437 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6438
6439         * as/mcs51/lkihx.c: Fixed bug #899105.
6440
6441 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6442
6443         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6444         .dsp files from Unix to DOS.
6445
6446 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6449         function pointers; we have been compliant for several months now.
6450         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6451         change that was accidently commented out
6452         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6453         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6454         bug #922319
6455
6456 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         * src/hc08/gen.c: output of all of the internal debugging information
6459         is now controlled by the D() macro; it is disabled by default
6460
6461 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6462
6463         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6464         harder to keep the same registers during a CAST iCode
6465         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6466         long via int can be done in a single cast, if the signedness is
6467         correct.
6468         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6469         putchar() in tinibios.c in ds390's library
6470
6471 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * src/SDCCast.c (decorateType): fixed bug #898889,
6474         cast result of a literal complement too
6475         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6476         fixed check for bitfields
6477
6478 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6479
6480         * src/SDCCicode.c (geniCodeLogic): made it static,
6481         (geniCodeLogicAndOr): added in order to fix bug #905492,
6482         (ast2iCode): fixed bug #905492
6483         * support/regression/tests/bug-905492.c: added
6484         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6485         (processParms): fixed bug #927659: don't copy parms, this will clear
6486         decorated flag
6487         * support/regression/tests/bug-927659.c: added
6488
6489 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * src/SDCCast.c (addCast): don't cast float to char
6492         * device/lib/libsdcc.lib: added _memmove
6493
6494 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6495
6496         * device/lib/large/Makefile: fixed parallel execution by
6497         replacing `make` by `$(MAKE)`
6498
6499 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6502         offsets (fixes bug #923936)
6503
6504 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6505
6506         * device/lib/small/Makefile: fixed parallel execution by
6507         replacing `make` by `$(MAKE)`
6508
6509 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6512
6513 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6514
6515         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6516         * src/regression/Makefile: Regression test was not running.
6517
6518 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6519
6520         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6521         complement if possible
6522         * src/SDCCval.c (valComplement),
6523         * src/SDCCicode.c (operandOperation): fixed complement of literal
6524         * support/regression/tests/onebyte.c (testComplement): added
6525
6526 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6527
6528         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6529         return an optimized tree; actually replace actParm with the new tree
6530         * src/SDCCast.h: added some parantheses to remove side effects
6531         * support/regression/tests/bug-920866.c
6532
6533 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6534         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6535         Bit operands were not being handled properly in the pic14 port.
6536         (now src/regression/add.c passes again).
6537
6538 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/SDCC.y (labeled_statement): case and default no longer require
6541         a following statement (RFE #893037)
6542
6543 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6544
6545         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6546         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6547         disabled (fixes bug #916294)
6548         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6549         "mov a,acc"; patch provided by Lenny Story
6550         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6551
6552 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6553
6554         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6555         functions
6556         * src/ds390/gen.c (genFunction, genEndFunction),
6557         * src/ds390/ralloc.c (ds390_assignRegisters),
6558         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6559         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6560         pushed if there are parameters passed on the stack. Also, a cleaner
6561         way to decide if r0/r1 should be pushed/popped. (Together they fix
6562         bug #918693)
6563
6564 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * doc/sdccman.lyx,
6567         * device/lib/mcs51/crtpagesfr.asm,
6568         * device/lib/mcs51/crtxinit.asm,
6569         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6570         to avoid confusion with Si Lab's SFRPAGE register.
6571
6572 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCglue.c (emitMaps): allow public sfr variables
6575         * src/SDCCglue.c (initialComments): include compiler build date
6576         with compiler version and put the timestamp of the generated
6577         assembly file on a serperate line to be less confusing.
6578         * src/port.h: added genInitStartup hook
6579         * src/avr/main.c,
6580         * src/ds390/main.c,
6581         * src/hc08/main.c,
6582         * src/pic/main.c,
6583         * src/pic16/main.c,
6584         * src/xa51/main.c,
6585         * src/z80/main.c: genInitStartup initialize as NULL (default to
6586         historical behaviour)
6587         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6588         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6589         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6590         library instead of hard coding it into the compiler.
6591         * support/regression/ports/mcs51-stack-auto/spec.mk,
6592         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6593         * device/lib/mcs51/Makefile,
6594         * device/lib/small/Makefile,
6595         * device/lib/large/Makefile,
6596         * device/lib/mcs51/crtpagesfr.asm,
6597         * device/lib/mcs51/crtstart.asm,
6598         * device/lib/mcs51/crtxclear.asm,
6599         * device/lib/mcs51/crtxinit.asm,
6600         * device/lib/mcs51/crtclear.asm,
6601         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6602         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6603         and into user configurable files.
6604         * device/lib/clean.mk: clean mcs51 directory too
6605         * support/regression/tests/longlit.c: added static to T1 declaration
6606         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6607         accesses in the initialization code
6608
6609 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6612         OSCTRIMVAL as noted in bug #916008
6613
6614 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6615
6616         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6617         in loops with multiple exits (reported as incorrect registers
6618         used by Martin Helmling in Sdcc-user list)
6619
6620 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6621
6622         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6623         made ds390 register extensions look less like error messages
6624
6625 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6626
6627         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6628         reported by Adam Wozniak in Sdcc-user list
6629
6630 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6633         arithmetic optimizations, added debug output
6634
6635 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6636
6637         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6638         * sdcc.spec: updated and split sdcc into 3 rpms
6639         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6640         needed for literals of LEFT_OP and '+'
6641         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6642         introduced RESULT_TYPE_NOPROM
6643         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6644         left shift
6645         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6646         limited promotion to int only for '*'
6647         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6648
6649 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6650
6651         * src/pic16/gen.c (genSkip),
6652         (genc16bit2lit), (gencjneshort): commented out
6653         (is_LitOp): new helper function, checks operand type
6654         (genCmpEq): rewritten
6655
6656 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * support/regression/tests/bug-908454.c: added
6659
6660 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6661
6662         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6663         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6664         (geniCodeCast): cosmetic, don't preserve bit storage class
6665         (geniCodeLeftShift): added promotion
6666         (geniCodeLogic): fixed regression
6667         * src/SDCCsymt.c (computeTypeOr): accept bits too
6668         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6669
6670 2004-03-07  Borut Razem <borut.razem AT siol.net>
6671
6672         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6673
6674 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6675
6676         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6677         version of pic16_genPackRegisters which does not check if ic is a
6678         CAST operator,
6679         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6680         function cause string1.c regression test fails
6681
6682 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6683
6684         * sim/ucsim/configure.in,
6685         * sim/ucsim/configure,
6686         * sim/ucsim/doc/Makefile.in: use docdir
6687         * src/SDCC.y: fixed sbit atrributes
6688         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6689         * src/SDCCast.c (decorateType): |^& need special promotion handling
6690         * src/SDCCast.h,
6691         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6692         * src/SDCCsymt.h (computeType),
6693         * src/SDCCicode.c: computeType() needs op
6694         * src/SDCCsymt.c (checkTypeSanity),
6695         * doc/sddman.lyx: "plain" bitfields are unsigned
6696         * src/SDCCsymt.c (computeTypeOr): added
6697         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6698         |^& ops
6699         * src/SDCCval.c (val*): computeType() needs op
6700         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6701         * support/regression/tests/onebyte.c: added tests for |^&
6702
6703 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6704
6705         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6706         for writing icode into asm output.
6707
6708 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6709
6710         * src/pic16/device.c: added some debug lines enabled
6711         with macro DEBUG_CHECK,
6712         * src/pic16/genarith.c: more debug in genPlus,
6713         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6714         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6715         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6716         * (aopForSym): onStack symbols are re-placed in data memspace,
6717         and onStack flag is cleared,
6718         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6719         copy temporary pcodeop,
6720         * (genPcall): added warning for not updating PCLATU,
6721         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6722         always true for pic16 port,
6723         * (genMultOneWord): NEW, supports integer multiplication,
6724         * (genMult): modified to call genMultOneWord,
6725         * (ifxForOp): added warning when return NULL,
6726         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6727         flag is set before call to operandFromSymbol for implicit
6728         added structures,
6729         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6730         options.intlong_rent are set by default,
6731         * (_hasNativeMulFor): modified to allow port generation of integer
6732         multiplication,
6733         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6734         set regtype to REG_SFR for all registers, restricting seting the
6735         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6736
6737 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6738
6739         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6740         more than 500 times in the regression tests
6741
6742 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * support/Util/SDCCerr.h,
6745         * support/Util/SDCCerr.c,
6746         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6747         enumerator_list),
6748         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6749         for symbol conflicts.
6750         * support/valdiags/tests/enum.c,
6751         * support/valdiags/tests/tentdecl.c,
6752         * support/valdiags/tests/struct.c: expect possible error messages
6753         referring to original symbol definitions.
6754         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6755         * src/SDCCsymt.h,
6756         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6757
6758 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6759
6760         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6761
6762 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6763
6764         * src/pic16/ralloc.c (newReg): fixed bug #908929
6765
6766 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * src/ds390/gen.c: added missing #include "main.h"
6769
6770 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6771
6772         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6773         checking if symbol is already in set,
6774         * src/pic16/device.h: prototype for checkAddSym,
6775         * src/pic16/gen.c: (_G): added entry interruptvector,
6776         * (assignResultValue): removed some commented out lines,
6777         * (genFunction): check for ISR via sym->type, absolute section for
6778         interrupt code is created via a new pBlock, the goto instruction is
6779         placed now correctly at the interrupt vector position, changed all
6780         references from ivec to _G.interruptvector,
6781         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6782         is the interrupt is a high priority one, same for return from ISR,
6783         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6784         externs to calls of checkAddSym,
6785         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6786         pic16_pcode_verbose flag is set,
6787         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6788         * src/pic16/pcoderegs.c: message about how many registers are saved
6789         will only be emitted if pic16_pcode_verbose flag is set,
6790
6791 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/ds390/ralloc.h,
6794         * src/ds390/ralloc.c (ds390_regWithIdx),
6795         * src/ds390/gen.c (emitcode),
6796         * src/ds390/main.h,
6797         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6798         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6799         ds390operandCompare, getRegsRead, getRegsWritten,
6800         initializeAsmLineNode): customized instruction size calculation for
6801         ds390, started basis for some register optimizations
6802         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6803         corresponding assembly output
6804         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6805         missing push/pop of r0/r1. Optimized push/pops
6806
6807 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         * src/mcs51/main.c (instructionSize): fixed ACALL size
6810         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6811
6812 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6813
6814         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6815         the sorting of rlist with NULL elements
6816         * (print_idataType, print_idata): NEW to create idata sections
6817         * src/pic16/device.h: idataSymSet new variable
6818         * src/pic16/gen.c (genFunction): fixed some bugs in string
6819         comparing, improved the absolute section creation for ISRs,
6820         added FSR0L/FSR0H in registers that are saved in an ISR,
6821         * (genInline): fixed the processing of inline snippets,
6822         now they undergo no process by the peephole optimizer
6823         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6824         are placed in idataSymSet,
6825         * (pic16emitStaticSeg): extern symbols are added in externs,
6826         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6827         switching when aboslute variables are placed in access bank memory
6828         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6829         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6830         commented out with #if,
6831         * (pic16_packRegisters): reintroduce the check for CAST because some
6832         symbols are not correctly handled,
6833         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6834         pCodeInstruction instead of pCode,
6835         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6836         pCodeAsmDir definition,
6837         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6838         directive, then the argument directive is emitted without the leading
6839         tab, hack for inline labels which must be in the first column,
6840         * (compareLabel,pic16_findNextInstruction),
6841         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6842         * (insertBankSwitch): modified for the new pCodeAsmDir,
6843
6844 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6845         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6846
6847         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6848         instance,
6849         * (pushSide): commented out with #if,
6850         * (assignResultValue): fixed some typos in saving
6851         registers,
6852         * (genPcall): FIXED and sync'ed with genCall,
6853         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6854         * (genNearPointerGet): fixed to handle some more cases,
6855         implementation scheme via table reads,
6856         * (genConstPointerGet): modified to access code memory correct,
6857         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6858         and improved to handle some cases
6859         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6860         instead of "RETLW" for init data
6861         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6862         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6863         variables are placed in access bank memory (<0x80 and >=0xf80),
6864         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6865         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6866         TBLWT_POSTDEC,TBLWT_PREINC
6867         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6868         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6869         directives
6870         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6871         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6872         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6873         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6874
6875 2004-02-29  Borut Razem <borut.razem AT siol.net>
6876
6877         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6878         support/Util/findme.h, support/Util/system.h: enhance binary relative
6879         search for lib and include by using findProgramPath()
6880
6881 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/SDCCpeeph.h,
6884         * src/SDCCpeeph.c (pcDistance),
6885         * src/port.h,
6886         * src/mcs51/ralloc.h,
6887         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6888         * src/mcs51/main.h,
6889         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6890         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6891         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6892         size calculation port specific, started basis for some register
6893         optimizations
6894         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6895         missing push/pop of r0/r1. Optimized push/pops
6896         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6897         * device/lib/_modsint.c (_modsint),
6898         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6899         and stack version so regression tests pass
6900
6901 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6902
6903         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6904         * src/SDCCast.c (decorateType): catch another small optimization
6905         with '?' operator
6906         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6907         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6908         modified to finally use computeType() all over SDCC,
6909         see Feature Request #877103
6910         * src/SDCCval.h: cosmetic
6911         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6912         valCompare(); regression tested in muldiv.c
6913         * support/regression/tests/muldiv.c (testMod): mod sign follows
6914         dividend only
6915
6916 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6917
6918         * src/SDCCast.c (decorateType): fixed bug #902362
6919         * doc/INSTALL.txt: fixed install instructions for win32
6920
6921 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6922
6923         * device/include/Makefile.in (install): fixed by replacing spaces
6924         by tabs
6925         * doc/README.txt,
6926         * doc/INSTALL.txt: updated for release
6927         * doc/sdccman.lyx: added warning for --xstack being buggy
6928
6929 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6930
6931         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6932         to eliminate build warnings.
6933         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6934
6935 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6936            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6937
6938         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6939         removed -penable-stack, added comment for stack pragma, added
6940         warning for not initializing the stack/frame registers, removed
6941         comment at interrupts section
6942
6943         Stack is made permanent, there is no ability to disable stack usage.
6944         * src/pic16/device.h,
6945         * src/pic16/device.c: removed all references to USE_STACK macro,
6946         * src/pic16/device.c (pic16_dump_section): when no elements in
6947         rlist, free rlist before return,
6948         * (pic16_dump_int_registers): NEW, internal registers are a new set
6949         of general purpose registers reused by each function,
6950         * (checkAddReg): returns 1 if registers is added to set,
6951         * (pic16_groupRegistersInSection): when a registers is of type
6952         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6953         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6954         SRCASECMP macro is moved here from device.c
6955         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6956         PO_PCLATU, PO_PRODL, PO_PRODH,
6957         * (pic16_pCodeOpType, genMinus,
6958         changed compares to "a" register, with AOP_ACC,
6959         * (pic16_genPlus): fixed some bugs and indented properly,
6960         * (pic16_addSign): changed size to size+offset in the MOVWF
6961         instruction,
6962         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6963         multiply 8-bit operand by literal, result is 8-bit,
6964         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6965         multiply 2 8-bit operand, result is 8-bit,
6966         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6967         genUMult8X*_16,
6968         * src/pic16/gen.c: changed accUse to contain WREG only,
6969         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6970         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6971         true, do not use immediate addressing any more unless sym is a
6972         pointer in codespace,
6973         * (aopForRemat): do not use immediate addressing when symbol not in
6974         codespace and when symbol's address is requested,
6975         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6976         accUse size (= 1),
6977         * (aopGet): added case for AOP_ACC and don't return "accumulator
6978         bug" but WREG instead,
6979         * (popGetTempReg): pushes contents of temporary register in stack,
6980         * (popReleaseTempReg): pops contents of temporary register from
6981         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6982         * (pic16_popGet): separated case AOP_ACC to return register WREG
6983         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6984         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6985         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6986         the use of immediate pointers to certain cases only.
6987
6988         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6989         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6990         * (assignResultValue, genCall, genRet): modified to use the new
6991         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6992         genPcall is still broken,
6993         * (genFunction): added code to create 'A' type pBlocks when
6994         interrupt functions are generated, code not extensively tested yet,
6995         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6996         * (genEndFunction): modified so ISRs pop stored registers from stack,
6997         * (genMultOneByte): cleanup,
6998         * (AccRsh): added flag andmask, to and result with appropriate mask,
6999         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7000         * (genDataPointerGet): fixed and reenabled its use,
7001         * (genNearDataPointerGet): bugs fixed,
7002         * (genDataPointerSet): bugs fixed,
7003         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7004         pic16_DumpSymbol, pic16_DumpOp,
7005         * src/pic16/genutils.h: function prototypes for the above functions,
7006         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7007         pointers,
7008         * (pic16emitRegularMap): many many many improvements, but needs a
7009         major cleanup,
7010         * src/pic16/main.c: enable_stack in pic16_options is removed,
7011         * (_pic16_parseOptions): removed command line options -penable-stack,
7012         * (_process_pragma): emit stack symbol only when stack pragma is
7013         processed,
7014         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7015         redirected to FSR0L/FSR0H pair,
7016         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7017         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7018         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7019         for immediates,
7020         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7021         * (dumpPicOptype): NEW,
7022         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7023         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7024         with movff instruction,
7025         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7026         added pic16_int_regs, some packRegsFor* functions are commented out,
7027         because produce errors,
7028         * src/pic16/NOTES: minor modifications
7029
7030 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7031
7032         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7033         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7034         --pack-iram.
7035         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7036         * as/mcs51/lkaomf51.c: fixed bug #895763
7037
7038 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7039
7040         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7041
7042 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * doc/sdccman.lyx: added details about the HC08 storage classes and
7045         interrupts, fixed the register usage info for z80 & gbz80
7046
7047 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7048
7049         * doc/sdccman.lyx: added more pic16 port documentation
7050         * device/include/pic16/: added header pic18fregs.h
7051
7052 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7053
7054         * doc/sdccman.lyx: added Vangelis' contribution
7055
7056 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7059         extend to the next CALL or PCALL, not just to the next CALL.
7060
7061 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7062
7063         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7064
7065 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7068         bug #895752 and a better fix for bug #716790
7069
7070 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7071
7072         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7073
7074 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7075
7076         * doc/sdccman.lyx: minor changes, minor changed
7077
7078 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7079
7080         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7081         which can't handle SDCC_NEWONEBYTEOPS,
7082         (geniCodeMultiply): removed conversion from mult to shift for pic14
7083         and pic16
7084
7085 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/hc08/gen.h,
7088         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7089         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7090         thus fixing bug #895406
7091
7092 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7093
7094         * device/lib/_modsint.c,
7095         * device/lib/_modslong.c: sign follows divisor only
7096         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7097         signs or signedness can be ignored
7098         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7099         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7100         added optimization for IFX,
7101         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7102         arguments;
7103         reenabled optimization for IFX, which was removed on 2004-01-11
7104         * src/SDCCast.h: added return type IFX
7105         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7106         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7107         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7108         SDCC_OLDONEBYTEOPS selects the old behaviour
7109         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7110         changed again and commented promotion rule
7111         * src/SDCCval.c (valDiv): promotion no longer necessary
7112         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7113         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7114         rewritten
7115         * support/regression/tests/onebyte.c: added
7116
7117 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7118
7119         * gen.c (genInline): reverted to old code for assemnling inline
7120         code because of bug reported James Chadd
7121
7122 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7123
7124         * ralloc.h: missing declarations from previous patch,
7125         seems that patch for ralloc.h was never applied, fixed
7126
7127 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7128            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7129
7130         * pcode.c,
7131         * pcode.h,
7132         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7133         indirect addressing. Marked FSR0 as deprecated
7134         * gen.c (pointerCode): commented out, not needed now
7135         (pic16_popGet2p): new MOVFF helper function
7136         (genGenPointerGet),
7137         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7138         (shiftRLong): removed duplicate debugging info
7139
7140 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/ds390/gen.c (genNearPointerGet),
7143         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7144         optimization with bits, but not bitfields.
7145         * src/ds390/ralloc.c (packRegisters),
7146         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7147
7148 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7151
7152 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         * src/SDCCsymt.h,
7155         * src/SDCCicode.c (operandFromSymbol),
7156         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7157         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7158         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7159         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7160         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7161         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7162         bug #892038
7163         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7164         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7165         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7166         * src/SDCCsymt.c (newSymbol),
7167         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7168         enumerator_list),
7169         * src/SDCCval.h,
7170         * src/SDCCval.c (newiList): fixed bug #885705
7171
7172 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7173
7174         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7175         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7176
7177 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7178
7179         * device/include/c8051f120.h,
7180         * device/include/c8051f300.h,
7181         * device/include/c8051f310.h: added/updated header files for Silicon
7182         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7183         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7184         in new section Submitting patches
7185
7186 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7187
7188         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7189         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7190         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7191         genGenPointerSet),
7192         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7193         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7194         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7195         genGenPointerSet),
7196         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7197         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7198         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7199         genGenPointerSet),
7200         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7201         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7202         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7203         genGenPointerSet): fixed bug #892400
7204         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7205         to eliminate build warnings.
7206         * src/SDCCast.c (processParms),
7207         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7208         fixed bug 751859
7209         * support/valdiag/valdiag.py: added GCC to the list of defines active
7210         when compiling with gcc
7211
7212 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * support/Util/SDCCerr.h,
7215         * support/Util/SDCCerr.c,
7216         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7217         with an incomplete type (fixed bug #883734)
7218         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7219
7220 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7223
7224 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/SDCCast.c (decorateType),
7227         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7228         function pointer implementation
7229         * support/regression/tests/funptrs.c: added tests to verify both forms
7230         of function pointers work correctly. Added tests to verify parameters
7231         are passed in the correct order.
7232
7233 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7234
7235         * device.c (regCompare): registers are sorted by ascending
7236         address and increasing size,
7237         * main.c (_pic16_finaliseOptions): removed the declaration
7238         of compiler macro MCU. Now a macro of the format pic18fxxxx
7239         will be defined from the command line
7240
7241 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7242             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7243
7244         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7245         PCOP_RLCF was overwritten!
7246         * gen.c (genSkip): commented out calls to pic16_emitcode,
7247         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7248         * (genlshTwo),
7249         * (genRRC): added debugging info,
7250         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7251         overwritten while shifting,
7252         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7253         overwritten while shifting,
7254         * (AccLsh),
7255         * (AccRsh),
7256         * (shiftLLeftOrResult),
7257         * (shiftRLeftOrResult),
7258         * (shiftRLong),
7259         * (shiftLLong): Implemented with pic16_emitpcode
7260         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7261         * (genLeftShift): Fixed bug, operand for shift by variable always
7262         was "and"ed with 0x0f,
7263         * (genLeftShiftLiteral),
7264         * (genrshTwo),
7265         * (genRightShiftLiteral): added debugging info,
7266         * (genrshFour): added comment,
7267         * (genRightShift): determined signedness from operand "left"
7268         instead of "result"
7269
7270 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         * src/SDCCicode.c (geniCodeParms),
7273         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7274         function pointers, fixed function pointer bugs #861242 and #861896
7275
7276 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7277
7278         * device/include/c8051f000.h,
7279         * device/include/c8051f120.h,
7280         * device/include/c8051f300.h: added header files for Silicon
7281         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7282
7283 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7284
7285         * src/SDCCast.c (processParams): added new type flow and restructured
7286         (gatherAutoInit): added new type flow
7287         (addCast): cosmetic changes
7288         (getLeftResultType): added new type flow for array indices, patch
7289         provided by Stas, see FR #877103
7290         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7291         array index patch by Stas
7292         * src/SDCCast.h: added prototype getResultTypeFromType()
7293         * src/SDCCval.h,
7294         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7295         * src/pic/glue.c (pic14emitStaticSeg),
7296         * src/pic16/glue.c (pic16emitStaticSeg),
7297         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7298         for initialization of symbols
7299         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7300         * support/Util/SDCCerr.h:
7301         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7302         * .version: bumped version number to 2.3.8
7303         * device/include/Makefile.in (install),
7304         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7305         avoid warnings
7306
7307 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7308
7309         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7310         Slade Rich fixed an optimization bug
7311         * src/pic/pcodepeep.c,
7312         * src/pic/pcoderegs.c
7313         * doc/Makefile (install): added test for directory
7314
7315 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7318         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7319         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7320         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7321         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7322         * as/mcs51/asexpr.c (term),
7323         * as/hc08/asexpr.c (term): fixed bug #887146
7324
7325 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * src/z80/gen.c (genMult): handle single byte result product
7328         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7329         DUMMY_READ_VOLATILE (fixed bug #886367)
7330
7331 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7332
7333         * support/regression/tests/libmullong.c: fixed logic, on little endian
7334         hosts we ended without a mullong_wrapper()
7335
7336 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7339         virus/worm forged address usage.
7340
7341 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7342
7343         Fixed promotion, it should be done on AST level:
7344         * src/SDCCast.c (addCast): added promotion to int
7345         (decorateType): updated call to upCast()
7346         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7347         usualUnaryConversions()
7348
7349 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7350
7351         * support/regression/tests/literalop.c (mulWrapper): Added a
7352         wrapper to remove integer overflow warnings.
7353
7354         * support/regression/tests/float_trans.c: Made work on host.
7355
7356         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7357         location of sz80.
7358
7359         * support/regression/generate-cases.py (main): Changed from inline
7360         to a main method.
7361
7362         * doc/Makefile (install): Changed to depth first to get rid of
7363         missing directory install warning.
7364
7365         * as/Makefile (install-doc): Made work on Mac.
7366
7367 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7368
7369         * src/SDCCast.c: added an additional type flow in decorateType() of
7370         opposite direction, see feature request #860006; it's enabled at runtime
7371         by setting the environment variable SDCC_NEWTYPEFLOW
7372         * src/SDCCast.h: changed prototype of decorateType()
7373         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7374         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7375         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7376         see feature request #877103
7377         * src/SDCCval.c: updated call of decorateType()
7378         (valBitwise): fixed bug #882876
7379         (valMinus): added promotion
7380         (valLogicAndOr): result is unsigned
7381         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7382         * src/SDCCsymt.c (computeType),
7383         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7384         must not cause an unsigned operation
7385         * src/pic/glue (pic14emitRegularMap),
7386         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7387
7388 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * src/pic/pcode.c (PCodeID): commented out left over debug code
7391
7392 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7393
7394         * support/valdiag/tests/overflow.c: added shift tests
7395         * src/pic/device.c,
7396         * src/pic/gen.c,
7397         * src/pic/gen.h,
7398         * src/pic/glue.c,
7399         * src/pic/main.c,
7400         * src/pic/pcode.c,
7401         * src/pic/pcode.h,
7402         * src/pic/pcodepeep.c,
7403         * src/pic/pcoderegs.c,
7404         * src/pic/ralloc.c,
7405         * src/pic/ralloc.h: applied patch from Slade Rich;
7406         added support for multiple code pages and multiple RAM banks on the
7407         PIC 14 port. The ASM files now no longer simply assume all the
7408         code / RAM are in the same page / bank. This means the linker can
7409         safely allocate code/RAM of separate ASM files to different pages/banks.
7410         * doc/sdccman.lyx: added Slade's tips
7411         * src/mcs51/peeph.def: fixed bug #880768
7412
7413 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7416         * src/SDCCast.c (decorateType): fixed bug #880197
7417
7418 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7419
7420         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7421         getopt.h.
7422
7423         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7424         strtof is not part of C89 and isn't included with Mac OS X.
7425
7426 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7429         shiftL2Left2Result): fixed bug #879326
7430         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7431         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7432         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7433         address fetch for clr instruction
7434         * device/lib/hc08/_mulint.c: created optimized assembly version
7435         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7436
7437 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7440         proposed in FR #877103
7441
7442 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7443
7444         * src/SDCCval.c (cheapestVal): added missing checks
7445         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7446         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7447
7448 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7449
7450         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7451         equal operands
7452
7453 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7454
7455         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7456         loaded with the linker search paths (-L arguments) and the libraries
7457         to be linked with the current source (-l arguments). Changes
7458         currently will affect only the pic16 port.
7459         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7460         include path the port specific paths and port specific libraries,
7461         * gplink command now contains the $3 argument,
7462         * src/pic16/device.h,
7463         * src/pic16/device.c,: structure PIC_device is made public and
7464         renamed to PIC16_device, the same for variable Pics which is renamed
7465         to Pics16. Updated all references to them.
7466         * src/pic16/glue.c (pic16glue): corrected bug with code
7467         initialization which bypassed the variable initializations block.
7468
7469         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7470         COMPILE_FLAGS and added the --nostdinc option
7471
7472 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * device/include/mc68hc908jb8.h: Register defs for another member
7475         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7476
7477 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7478
7479         Documenting changes from previous commits.
7480         * configure.in (version 1.56),
7481         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7482         when generating output files to configure the pic16 library,
7483         but now I've commented it out, since gputils aren't installed in the
7484         SF compile farm, so library won't compile
7485
7486         * device/lib/Makefile.in (version 1.56): initially I've added in
7487         target 'all' the prerequestive 'model-pic16' so it compiled the
7488         pic16 library, but now I've commented it out for the same reasons
7489         above,
7490         * added targets 'model-pic16' and 'objects-pic16' to compile the
7491         library
7492         * added target 'port-specific-objects-pic16' to handle the
7493         generated libraries and copy them into the build/ directory
7494         * added target 'clean-intermediate-pic16' to clean intermediate
7495         files into pic16 directory
7496         * in target 'installdirs' added line to create directory pic16 in
7497         the installation path
7498
7499         * device/include/Makefile.in (version 1.11): in target 'install'
7500         added lines to copy all header files to installation path,
7501         * in target 'installdirs' added line create directory for pic16
7502         headers in the installation path
7503
7504 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7505
7506         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7507          a function call
7508
7509 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7510
7511         * configure,
7512         * device/lib/configure.in,
7513         * device/lib/configure: fixed for autoconf 2.57
7514
7515 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7518         option so that it actually works. Made it specific to the z80, since
7519         the gbz80 doesn't have these kinds of I/O ports.
7520
7521 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * device/include/z180.h,
7524         * device/lib/_memcpy.c,
7525         * device/lib/_memmove.c,
7526         * device/lib/_mulint.c,
7527         * device/lib/ser_ir.c,
7528         * device/lib/ser_ir_cts_rts.c,
7529         * device/lib/_strcmp.c,
7530         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7531         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7532         portmode; added deprecation warning for bank= and protmode= forms.
7533         Also, guard against buffer overflow.
7534         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7535
7536 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7537
7538         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7539         changed interrupt vector table generation to only emit declared vectors.
7540         * device/include/Makefile.in: added missing backslash
7541         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7542
7543 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7544
7545         Mainly changes to support compilation of the device libraries
7546         * src/pic16/device.c: stack is allocated via symbol and not
7547         via literal number. The symbol is placed in the corresponding
7548         position of the data ram
7549         * (pic16_dump_section): relocatable and absolute uninitialized
7550         data are now emitted in sorted order to reduce section naming,
7551         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7552         weren't marked as being in the access bank,
7553
7554 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7555
7556         Added portion of GNU PIC Library under the directory
7557         device/include/pic16 and device/lib/pic16. These files
7558         contain the declarations of SFRs for the PIC18Fxx2 devices.
7559         The directory is initialized via configure from toplevel.
7560
7561 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7562
7563         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7564         the spilllocations to be compared correctly
7565
7566 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         * src/SDCCast.c (decorateType): fixed bug introduced today
7569
7570 2004-01-12  Borut Razem <borut.razem AT siol.net>
7571
7572         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7573         doc/sdccman.lyx: upper case pragmas are deprecated
7574
7575 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7576
7577         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7578         in simpler and even better code
7579
7580 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * src/SDCCicode.c (operandOperation): fixed bug #874819
7583         * src/SDCCast.c (decorateType): fixed
7584         char foo (unsigned long ul) { return ul > 0; }
7585
7586 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7587
7588         * doc/sdccman.lyx: Moved and added some sections, small changes
7589         all over. Telling LaTeX to be less strict with word spacing
7590         to better keep the right margin. Changed some notes about
7591         maintainance of the ports in section 3.2.1 - is it OK like this?
7592
7593 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7594
7595         SDCC source changes:
7596         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7597         convilong): modified to inform the pic16 port that builtin functions
7598         are external
7599
7600         PIC16 PORT specific changes:
7601         * src/pic16/device.c pic16_dump_equates() added,
7602         processor registers declared internally by the port are emitted in
7603         the translation as equates,
7604         * src/pic16/gen.c: inline code is passed unprocessed to the
7605         translation,
7606         * (pic16_popGetLit2): fnuction modified to take second operand as
7607         pCodeOp pointer and not as literal,
7608         * (popRegFromIdx): prefixed with pic16_,
7609         * (pic16_popCombine2): modified to receive already allocated pCode
7610         operands,
7611         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7612         * (genFunction): initializes local stack frame and pushes on stack
7613         all the registers used by this function,
7614         * (genEndFunction): restores all registers from stack and restores
7615         stack frame,
7616         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7617         improvements,
7618         * (pic16glue): changed the program startup sequence,
7619         * added new dbName code 'A' for functions placed in absolute section
7620         * src/pic16/main.c: added function attribute _naked,
7621         * added pragma 'code' to place a fnuction at an absolute address,
7622         * added command line arguments --debug-ralloc and --pcode-verbose,
7623         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7624         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7625         * (pic16_newpCodeOpLit2): modified to take the second operand as
7626         pCodeOp pointer,
7627         * (pic16_printpBlock): modified to emit each function in a separate
7628         section,
7629         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7630         UPPER for immediate operands,
7631         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7632         instruction,
7633         * src/pic16/peeph.def: all peepholes with movff are commented out,
7634         because there is a problem in the pcode peep optimizer,
7635         * src/pic16/ralloc.c: the register allocator can now reuse local
7636         function symbols for another function. This saves register usage.
7637         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7638
7639         Added file src/pic16/NOTES with information about program writing on
7640         the current port version.
7641
7642 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7643
7644         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7645         and peephole 252 (array access)
7646
7647 2004-01-09  Borut Razem <borut.razem AT siol.net>
7648
7649         * src/SDCCmain.c : fixed #872250: -l command line defined library
7650           files are scanned before standard library files
7651
7652 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/SDCCast.c (decorateType): fixed bug #874046
7655
7656 2004-01-09  Borut Razem <borut.razem AT siol.net>
7657
7658         * support/scripts/sdcc.nsi: remove previous installation
7659
7660 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7661
7662         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7663         bytes for last interrupt vector (mcs51)
7664         * sdcc.spec: fixed typo
7665
7666 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7667
7668         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7669         gen51Code): more efficient parameter receive for --model-large
7670         ("bug" #845294)
7671
7672 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7673
7674         * src/ds390/main.c,
7675         * src/z80/main.c: added missed needLinkerScript flags (more than
7676         one port structure defined in these file)
7677         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7678         bug #795325
7679
7680 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7681
7682         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7683         * src/port.h: added flag needLinkerScript in port->linker
7684         structure to inform whether to create a .lnk file or not,
7685         * src/avr/main.c,
7686         * src/ds390/main.c,
7687         * src/hc08/main.c,
7688         * src/mcs51/main.c,
7689         * src/pic/main.c,
7690         * src/pic16/main.c,
7691         * src/xa51/main.c,
7692         * src/z80/main.c: changed appropriately to configure
7693         needLinkerScript flag
7694         * src/pic/gen.c,
7695         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7696         * src/pic/glue.c: added variable udata_section_name to
7697         override default uninitialized data segment definition for
7698         devices only with SHAREBANK memory (reported from Erik Epetrich)
7699         * (pic14emitOverlay): modified to emit a commented overlay segment
7700         directive when no overlay data exist
7701         * (picglue): modified to emit uninitialized data segment
7702         according to udata_section_name
7703         * src/pic/main.c (_pic14_parseOptions): added command line
7704         options --udata-section-name=[name] to override default
7705         udata definition name
7706         * modified _linkCmd and _asmCmd to include compiler passed
7707         arguments via -W option
7708         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7709         object file from '.rel' to '.o' in port->linker structure,
7710         changed size of fptr from 2 to 3 in port structure
7711
7712 2004-01-07  Borut Razem <borut.razem AT siol.net>
7713
7714         * support/scripts/sdcc.nsi: update PATH
7715         * support/scripts/sdcc.ico: craeted
7716
7717 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7718
7719         * device/include/Makefile.in: fix install
7720         * doc/Makefile: fix install
7721
7722 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7725         in bug #860505
7726         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7727         how the function variable allocation summary is displayed; also
7728         include information about variables allocated to the overlay
7729         segment
7730
7731 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7732
7733         * as/mcs51/lkmain.c: Help about -Y option
7734         * as/mcs51/lkarea.c: Fixed gcc warnings
7735
7736 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7739         fixed warning
7740         * support/valdiag/tests/overflow.c: added
7741         * src/SDCCast.c (decorateType),
7742         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7743         LEFT_OP (left shift)
7744
7745 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7746
7747         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7748         (default behaviour).
7749
7750 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         A python script to validate compiler diagnostic messages. It can be
7753         used to verify that sdcc complains about bad c source code and
7754         gives a good location of the error.
7755         * support/valdiag/Makefile,
7756         * support/valdiag/valdiag.py,
7757         * support/valdiag/tests/*
7758
7759 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7762         * src/SDCCsymt.c (newEnumType),
7763         * src/SDCCsymt.h
7764         * support/Util/SDCCerr.c,
7765         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7766         enum related bugs.
7767         * support/regression/tests/enum.c: added test for enum values that
7768         require at least 2 bytes of storage.
7769
7770 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7771
7772         * src/common.h: added ifndef/define/endif macros
7773         around the header file.
7774         Bug reported from Jesus Calvino-Fraga
7775
7776 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * sdcc.spec: updated
7779         * device/include/Makefile.in: don't install CVS directories
7780         * device/lib/Makefile.in: added removal of CVS directories after install
7781         * doc/Makefile: fixed install, added local_icons
7782         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7783         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7784         * src/ds390/gen.c (genRightShift): fixed bug #870788
7785         * src/SDCCast.c (decorateType): fixed bug #870781
7786
7787 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7788
7789         PIC16 port related changes:
7790         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7791         added variable stackPos,
7792
7793         * gen.c: genCall, assignResultValue: added support for
7794         pushing/retrieving function parameters to/from stack,
7795         genFunction,genEndFunction: setup stack frame for the
7796         generated function,
7797         genAddrOf: will be changed according to bug 863624
7798
7799         * added files genutils.c and genutils.h which contain gen*
7800         debugged and optimised functions extracted from gen.c
7801
7802         * glue.c: added variable 'externs' which holds extern symbols,
7803         pic16emitRegularMap: is modified to properly handle relocatable
7804          symbols under the new scheme,
7805         pic16createInterruptVect: is modified
7806         pic16printPublics: is modified to emit 'global' assembler directives,
7807         added pic16_printExterns to print extern symbols,
7808         pic16glue: initializes stack/frame pointer in the beginning of
7809         the assembly output. Temporary hack, will be corrected later,
7810         because gplink yet does not support stack and SDCC does not
7811         yet support a type of crt0.o object to create the final binary.
7812
7813         * Removed many lines that contain 8051 legacy code.
7814         * The code is finally placed under a 'code' directive.
7815         * Added port specific options.
7816
7817         * _process_pragma: simplified since now we do not need *special*
7818         include file to define SFR registers. But a separate header
7819         will be needed. This will be developed later.
7820         * _pic16_parseOptions: added, parses port specific options:
7821         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7822         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7823         --preplace-udata-with=
7824
7825         * _pic16_setDefaultOptions: modified to initialize section names,
7826         but hack is temporarly out of order since it needs improvement.
7827         * _pic16_genAssemblerPreamble: configuration words are emitted by
7828         their address instead of their name. This part is incomplete and
7829         supports only the 18Fxx2 devices. Other devices will emit an error
7830         during assembly since they do not contain the same set of config
7831         registers
7832         * _pic16_genIVT: is modified,
7833
7834         * pcode.c: added definitions for some hardware registers that are needed
7835         for stack support
7836         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7837         All PCI entries are updated. Now LFSR is supported.
7838         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7839         * added pic16_newpCodeOpLit2 to support instructions with
7840         two literal arguments
7841         * pic16_pCode2str: corrected code that emits assembler instructions
7842         with two literal operands and those that have an access bit modifier
7843         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7844         this fixes a bug which caused some labels to be lost, when an
7845         assembler directive was added, i.e. banksel,
7846         * pic16_FixRegisterBanking: improved logic that causes the insertion
7847         of bank switching,
7848         * InlineFunction: functions that are called once, are not any more
7849         inlined. This can be a port option in the future,
7850
7851         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7852
7853         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7854         hold the corresponding uninitialized symbols,
7855         * pic16_allocProcessorRegister: registers have explicit marked the
7856         accessBank field,
7857         * pic16_allocInternalRegister: registers are explicit marked as
7858         not used,
7859         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7860         processing list, so bit registers were lost,
7861         *
7862
7863         * ralloc.h: added field 'accessBank' and original symbol operand
7864         in register definition,
7865         * removed the field isMapped from register definition,
7866
7867         ** Several functions have been removed from various sources:
7868         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7869         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7870         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7871         pic16_assignRelocatableRegisters
7872
7873         ** others have been introduced:
7874         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7875         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7876
7877 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7878
7879         * support/scripts/inc2h.pl: changed definition of BIT_AT
7880         to emit 'sbit at' instead of 'bit at'. This was a request.
7881
7882         PIC16 port related preliminary changes:
7883         * gen.c: prefixed function popRegFromString with
7884         pic16_ and all references to it corrected
7885         * pcode.c: all pic16_pc_* hardware registers prefixed
7886         with underscore (_),
7887         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7888         * ralloc.c: newReg(): when register is REG_SFR then
7889         set address to rIdx,
7890         pic16_allocProcessorRegister(): marks register wasUsed=0
7891         pic16_writeUsedRegs(): added a call to assign processor
7892         registers via pic16_assignFixedRegisters
7893
7894 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7895
7896         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7897         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7898         variables in unused register banks.  Also the SSEG is placed
7899         wherever there is enough space for it, and IDATA can be anywhere
7900         in internal RAM.  For now compile using -Wl-Y[stack_size].
7901         The mem file is different for this option as well, since it
7902         makes no sense of talking about DSEG lenght.
7903
7904 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7905
7906         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7907         in certain cases, e.g. when ROM assignment, patch provided
7908         from Albert den Haan.
7909
7910 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         Many signedness and type propagation fixes:
7913         * src/SDCCicode.c: made geniCodeCast() static
7914         replaced SPEC_ by IS_ (cosmetic)
7915         (operandOperation): fixed div and mod operation
7916         (usualBinaryConversions): added support for promotion of char
7917         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7918         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7919         (geniCodeAdd): an array index will stay unsigned, even if promoted
7920         from char to int
7921         (geniCodeArray): ditto
7922         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7923         * src/SDCCsymt.c (computeType): added more support for char;
7924         promotion of char is selectable by promoteCharToInt, fixed signedness
7925         for all cases
7926         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7927         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7928         * src/SDCCval (val*): replaced signedness calculation by
7929         computeType()
7930         rearranged if-branches (cosmetic)
7931         (valShift): added warning W_SHIFT_CHANGED
7932         (valCompare): fixed problem with different types
7933         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7934         * support/regression/tests/literalop.c: added many cases
7935         * support/regression/tests/ast_constant_folding.c: changed finally to
7936         'unsigned int'
7937         * .version: new year, new version: 2.3.7
7938         * src/SDCCmain.c (main): applied patch #866468
7939         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7940         provided by Scott Bronson
7941         * doc/sdccman.lyx: updated documentation for sdcdb
7942         updated and added chapter tips
7943
7944 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * src/SDCCsymt.h: missing from yesterday's commits
7947
7948 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/SDCC.y (struct_or_union_specifier),
7951         * support/Util/SDCCerr.c,
7952         * support/Util/SDCCerr.h: verify that struct & union tags are used
7953         as declared.
7954
7955 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/SDCCglobl.h: missing from yesterday's commits
7958
7959 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7960
7961         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7962         sft_attributes, struct_declaration, parameter_declaration,
7963         type_name, start_block, declaration_list),
7964         * src/SDCC.lex (check_type): support redefinition of typedef names
7965
7966 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7967
7968         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7969         aligned xdata arrays. Erik helped me with the if clause.
7970
7971 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7972
7973         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7974         warning
7975
7976 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7977
7978         * src/SDCCast.h,
7979         * src/SDCCast.c (newAst_),
7980         * src/SDCCicode.h,
7981         * src/SDCCicode.c (ast2iCode, newiCode),
7982         * src/SDCCglobl.h,
7983         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7984         expr, statement, expression_statement, selection_statement,
7985         iteration_statement, expr_opt, jump_statement): foundation for tracking
7986         sequence points
7987         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7988         point code too)
7989
7990 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7991
7992         * support/Util/SDCCerr.c,
7993         * src/SDCCast.h,
7994         * src/SDCCast.c (createCase, createDefault, decorateType),
7995         * src/SDCClabel.c (labelUnreach),
7996         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7997         to error messages.
7998         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7999         (with thanks to Stas Sergeev)
8000         * device/include/time.h,
8001         * device/lib/time.c (CheckTime): suppress unreachable code warning
8002
8003 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8004
8005         * src/SDCCast.c (createIvalCharPtr),
8006         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8007         bug #753752)
8008         * support/regression/tests/nullstring.c: tests for these two bugs
8009
8010 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8011
8012         * support/Util/SDCCerr.h,
8013         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8014         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8015         about storage class and 'at' used inside struct or union
8016         * src/SDCCBBlock.c (iCodeFromeBBlock),
8017         * src/SDCCcse.c (ifxOptimize),
8018         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8019         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8020         printIval, emitStaticSeg, emitOverlay),
8021         * src/SDCClabel.c (deleteIfx),
8022         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8023         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8024         gatherAutoInit, processParms),
8025         * support/Util/SDCCerr.h,
8026         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8027         reporting for post-parse errors.
8028
8029 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8032         implicit casts via union; they don't work on big endian systems
8033         (possible fix for bug #861138)
8034
8035 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8036
8037         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8038         * src/mcs51/main.c: fixed the fix for bug #737001
8039
8040 2003-12-15  Borut Razem <borut.razem AT siol.net>
8041
8042         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8043
8044 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8045
8046         * support/makebin/makebin.c: put output in binary mode
8047
8048 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8049
8050         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8051         xdata and data memory on startup. Set the environment variable
8052         SDCC_NOGENRAMCLEAR to disable this.
8053         * src/mcs51/peephole.def,
8054         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8055         (allows non-interrupt and interrupt code to safely compete for a resource
8056         without the non-interrupt code having to disable interrupts)
8057
8058 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8059
8060         * src/SDCCicode.c (geniCodeAdd),
8061         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8062         with valFromType if type might be a pointer and host is big endian).
8063         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8064         types, not just integer types.
8065         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8066         multiply defined with mismatching "at" address.
8067
8068 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8069
8070         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8071         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8072         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8073         with embedded nulls (fixed bug #753752)
8074
8075 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8076
8077         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8078         Apparently this did not see much testing (endless loop)
8079
8080 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8081
8082         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8083
8084 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8085
8086         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8087         gracefully handle NULL memmap pointers
8088
8089 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8090
8091         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8092         instead of deleting the iCode when an operand is volatile
8093         * src/z80/gen.c (genDummyRead),
8094         * src/mcs51/gen.c (genDummyRead),
8095         * src/ds390/gen.c (genDummyRead),
8096         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8097         not just IC_RIGHT
8098         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8099         * src/SDCC.y: fixed bug #850420
8100
8101 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         Applied z80 i/o port patch from Peter Townson and fixed some operators
8104         to better handle operands in A register.
8105         * device/include/z180.h
8106         * src/SDCC.y
8107         * src/SDCCglue.c
8108         * src/z80/gen.c
8109         * src/z80/gen.h
8110         * src/z80/main.c
8111         * src/z80/peeph-z80.def
8112         * src/z80/peeph.def
8113         * src/z80/z80.h
8114
8115 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8118
8119 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * device/lib/hc08/_mullong.c: Removed extra #endif
8122
8123 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * sim/ucsim/hc08.src/inst.cc,
8126         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8127         carries from x to h
8128         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8129         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8130         * device/include/stdarg.h: fixed varargs for hc08
8131         * device/lib/Makefile.in,
8132         * device/lib/hc08/Makefile,
8133         * device/lib/hc08/_mulint.c,
8134         * device/lib/hc08/_mullong.c: fixed some endian problems
8135
8136 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8137
8138         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8139         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8140         * device/lib/_gptrget.c,
8141         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8142
8143 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8144
8145         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8146         * src/SDCCast.c (astErrors): fixed bug #846007
8147         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8148
8149 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * src/SDCCast.c (decorateType): disabled a transformation I added in
8152         revision 1.188 (access to fields of a structure at an absolute address);
8153         it breaks with bitfields, extern declarations, and gcse analysis.
8154         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8155         could be assigned through a pointer, so don't complain.
8156         * src/SDCCast.c (astErrors),
8157         * src/SDCCast.h,
8158         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8159
8160 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8161
8162         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8163         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8164         output of __config directives, since gpasm now supports them
8165         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8166         pre-processor macro, i.e. -DMCU=p18f452
8167         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8168         and modified to handle 'cast' icode similarly to '=' icode
8169         * src/pic16/device.h (typedef struct PIC_device): added field
8170         'extMIface' to indicate that chip has external memory interface
8171         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8172         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8173         18F8720
8174
8175 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8176
8177         * src/SDCC.y (pointer): fixed bug #846006
8178         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8179         * src/SDCCast.c (decorateType): fixed bug #846009
8180         * src/ds390/peeph.def,
8181         * src/ds390/gen.c (genAnd, genOr),
8182         * src/mcs51/peeph.def,
8183         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8184
8185 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8186
8187         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8188         * src/SDCCdflow.c
8189         * src/SDCCcse.c
8190         * src/SDCCcse.h
8191         * src/SDCCBBlock.h
8192         * src/SDCCBBlock.c
8193
8194 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8195
8196         fixed bug #845089
8197         * src/SDCCbitv.h,
8198         * src/SDCCbitv.c: added function to free a bitvector
8199         * src/SDCClrange.h,
8200         * src/SDCClrange.c: added function to recompute the liveranges
8201         * src/avr/ralloc.c,
8202         * src/ds390/ralloc.c,
8203         * src/hc08/ralloc.c,
8204         * src/mcs51/ralloc.c,
8205         * src/pic/ralloc.c,
8206         * src/pic16/ralloc.c,
8207         * src/xa51/ralloc.c,
8208         * src/z80/ralloc.c: recompute the liveranges after register packing
8209
8210 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8211
8212         * src/SDCCloop.c (newInduction): fixed bug #845630
8213
8214 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8215
8216         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8217         inadvertantly left behind from my 2003-11-12 change
8218
8219 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8220
8221         Updated headers I neglected to commit yesterday.
8222         * src/SDCClrange.h,
8223         * src/SDCCicode.h
8224
8225 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8226
8227         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8228         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8229         * src/SDCCopt.c (eBBlockFromiCode),
8230         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8231         the creation of the key hash table from the sequencing so it can be used
8232         earlier (for some GCSE bug fixes still pending)
8233
8234 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8235
8236         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8237         * support/regression/tests/addsub.c: testing genPlus shortcut
8238
8239 2003-11-15  Borut Razem <borut.razem AT siol.net>
8240
8241         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8242
8243 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8244
8245         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8246         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8247         ordering is immaterial.
8248         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8249
8250 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8251
8252         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8253         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8254         (SIGSEV) of bug #840381
8255         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8256         unlink new file before rename if new and old filenames are the same)
8257
8258 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8259
8260         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8261         uninitialized variables) for the mcs51. Set environment variable
8262         SDCC_GENRAMCLEAR to test.
8263         xdata initialization slightly shorter
8264
8265 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8266
8267         * src/SDCCsymt.h,
8268         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8269         #838241 & 780691 (basicly the same bug)
8270         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8271         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8272
8273 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8274
8275         * src/SDCCmain.c (linkEdit): "fix" #834252
8276
8277 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8278
8279         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8280         * src/SDCCast.h,
8281         * src/SDCC.y: fixed bug #819403
8282
8283 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8286         the reentrant attribute.
8287         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8288         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8289         simulation
8290         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8291         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8292         erroneously reduced to a literal.
8293         * src/hc08/ralloc.c (packRegisters, rematStr),
8294         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8295         some cases
8296
8297 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8298
8299         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8300         * doc/sdccman.lyx: changed from 'article' to 'book'
8301         * doc/Makefile: readded test_suite_spec and cdbfileformat
8302
8303 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * device/include/stdlib.h: include malloc.h to comply with ANSI
8306         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8307
8308 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8309
8310         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8311         * doc/clean.mk: also remove *.out files
8312         * doc/sdccman.lyx: some additions, larger top/bottom margins
8313
8314 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8315
8316         * src/SDCC.y: fixed bug #837365
8317         * support/regression/tests/bitopcse.c
8318         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8319         a symbol (might be valop instead)
8320         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8321         * device/lib/clean.mk: added hc08 to the cleaning list
8322
8323 2003-11-04  Borut Razem <borut.razem AT siol.net>
8324
8325         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8326           made 2003-11-04
8327         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8328           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8329           malloc is declared in standard stdlib.h
8330
8331 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         * device/lib/hc08/Makefile: need to clean .rel not .o files
8334         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8335
8336 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8337
8338         * src/port.h,
8339         * src/hc08/main.c,
8340         * src/mcs51/main.c,
8341         * src/ds390/main.c,
8342         * src/z80/main.c,
8343         * src/avr/main.c,
8344         * src/pic/main.c,
8345         * src/pic16/main.c,
8346         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8347         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8348         tests (which uses the port's oclsExpense function)
8349         * src/SDCC.y,
8350         * src/SDCCast.c,
8351         * src/SDCCicode.c,
8352         * src/hc08/gen.c,
8353         * src/ds390/gen.c,
8354         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8355
8356 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8357
8358         * src/SDCCcse.c (ifxOptimize),
8359         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8360         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8361         deleting the IFX iCode.
8362         * src/hc08/ralloc.c: reduced unneeded slocs
8363         * src/hc08/gen.c: fixed bug in asmopToBoolean
8364
8365 2003-11-04  Borut Razem <borut.razem AT siol.net>
8366
8367         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8368           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8369           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8370           transferred to configure
8371
8372 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         Use headers defined in the C[++] standards:
8375         * sim/ucsim/gui.src/serio.src/fileio.cc
8376         * sim/ucsim/gui.src/serio.src/frontend.cc
8377         * sim/ucsim/gui.src/serio.src/main.cc
8378         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8379         * support/Util/NewAlloc.c
8380         * as/hc08/lklibr.c
8381         * as/mcs51/lklibr.c
8382         * as/z80/aslist.c
8383         * as/z80/assym.c
8384
8385 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8386
8387         * Added MSVC projects for hc08 assembler and linker:
8388         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8389         /as/hc08/link_hc08.dsp
8390
8391 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8392
8393         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8394
8395 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8396
8397         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8398
8399 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8400
8401         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8402
8403 2003-10-31  Borut Razem <borut.razem AT siol.net>
8404
8405         * support/cpp2/cpplib.h,
8406           support/cpp2/cpplib.c,
8407           support/cpp2/cpplex.c,
8408           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8409           to switch _asm block preprocessing on / off. Default is
8410           #pragma preproc_asm +
8411
8412 2003-10-31  Borut Razem <borut.razem AT siol.net>
8413
8414         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8415           when outputting comment blocks (when executed with -C option) and
8416           _asm (SDCPP specific) blocks
8417
8418 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8419
8420         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8421
8422 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8423
8424         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8425
8426 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8427
8428         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8429         * src/SDCCast.c (decorateType): fixed bug #832664
8430
8431 2003-10-31  Borut Razem <borut.razem AT siol.net>
8432
8433         * support\cpp2\cpplex.c: fixed for SDCPP:
8434           comments(when executed with -C option) and _asm blocks
8435           were included even if they where in skipped #if block.
8436           Applied solution from GCC cpp 3.3.2
8437
8438 2003-10-31  Borut Razem <borut.razem AT siol.net>
8439
8440         * src/SDCC.lex: sdcc now understands both formats:
8441           '# <line_number> <file_name>' and
8442           '#line <line_number> <file_name>'
8443         * support/cpp2/cppmain.c: sdcpp now generates the standard
8444           '# <line_number> <file_name>' instead of former
8445           '#line <line_number> <file_name>'
8446
8447 2003-10-30  Borut Razem <borut.razem AT siol.net>
8448
8449         * support/cpp2/cpphash.h,
8450         * support/cpp2/cpplib.h
8451         * support/cpp2/cpplex.c,
8452         * support/cpp2/cppmain.c,
8453         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8454
8455 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         Fixed a number of problems revealed by bug #827883.
8458         * src/SDCCloop.c (loopInvariants): Spill location of the
8459         result operand should be recomputed if extracted from
8460         a loop. Also, don't extract assignments of an iTemp
8461         from a literal.
8462         * src/SDCCast.c (isConformingBody): loop reversal should
8463         not occur if the control variable is involved with a
8464         relational operator.
8465
8466 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * .version: bumped to 2.3.6 to reflect the big improvements
8469         made by Erik and Klaus. Thanks!
8470
8471 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8472
8473         Replaced the livrange code.
8474         * src/SDCClrange.c: added new LR code
8475         * src/SDCCloop.c,
8476         * src/SDCCBBlock.h: removed remainig parts from old LR code
8477         * src/ds390/ralloc.c,
8478         * src/ds390/gen.c: minor fixes to make it work with new code
8479
8480 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8481
8482         * as/hc08/asm.h,
8483         * as/hc08/lkrloc.c,
8484         * src/hc08/gen.c,
8485         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8486         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8487         (tweaked fix for bug #818696)
8488
8489 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8490
8491         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8492
8493 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8494
8495         * src/SDCCmain.c,
8496         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8497         * src/mcs51/gen.c (gencjneshort),
8498         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8499         more efficient (per Scott Bronson's suggestion)
8500
8501 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8502
8503         Extended the semantics of the critical keyword to include
8504         individual statements. See RFE #827755 and #799831
8505         * src/SDCC.y
8506         * src/SDCCicode.c
8507         * src/SDCCopt.c
8508         * src/SDCCast.c
8509         * support/Util/SDCCerr.c
8510         * support/Util/SDCCerr.h
8511         * src/mcs51/gen.c
8512         * src/ds390/gen.c
8513         * src/hc08/gen.c
8514
8515 2003-10-19  Borut Razem <borut.razem AT siol.net>
8516
8517         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8518
8519 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8520
8521         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8522         Fixed bug #818696
8523         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8524         and predecrement operand is displayed
8525
8526 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * src/SDCCval.c (valMinus): fixed bug #826041
8529
8530 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8531
8532         Some hc08 related updates that I missed earlier
8533         * sim/ucsim/stypes.h
8534         * support/regression/ports/hc08/spec.mk
8535
8536 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8537
8538         New target "hc08" for the Motorola 68hc08 family of micros
8539
8540         * configure
8541         * configure.in
8542         * Makefile
8543         * src/hc08/*
8544         * src/SDCCmain.c
8545         * src/port.h
8546         * sim/ucsim/hc08.src/*
8547         * sim/ucsim/configure.in
8548         * src/ucsim/configure
8549         * sim/ucsim/packages_in.mk
8550         * as/hc08/*
8551         * as/Makefile
8552         * device/include/mc68hc908qy.h
8553         * device/lib/hc08/*
8554         * device/lib/Makefile.in
8555         * support/regression/ports/hc08/*
8556         * support/regression/Makefile
8557
8558 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8559
8560         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8561         regression test
8562         * src/ds390/gen.c (genCast): fixed bug #821957
8563
8564 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8565
8566         * device/lib/logf.c: "fixed" overlay bug
8567         * support/regression/ports/host/spec.mk: added m library
8568         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8569         * support/regression/tests/float_trans: added (for Eric)
8570
8571 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/mcs51/gen.c (genCpl): fixed bug
8574         http://sf.net/mailarchive/message.php?msg_id=6263915
8575
8576 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         * src/SDCCast.c (decorateType): added extended constant folding
8579         * src/SDCCsymt.c (computeType): cleanup
8580         * src/SDCCval.c (valShift): minor optimization
8581         * support/regression/tests/ast_constant_folding.c: added
8582
8583 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8584
8585         * src/SDCCmain.c: removed some unintended changes
8586
8587 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8588
8589         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8590         * src/z80/gen.c: fixed part of bug #817589
8591         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8592
8593 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8596         * src/SDCCcflow.c
8597         * src/SDCCcse.c
8598         * src/SDCCdflow.c
8599         * src/SDCClabel.c
8600         * src/SDCClrange.c
8601         * src/SDCCmem.c
8602         * src/SDCCopt.c
8603         * src/SDCCpeeph.c
8604         * src/SDCCset.c
8605         * src/avr/ralloc.c
8606         * src/ds390/ralloc.c
8607         * src/izt/ralloc.c
8608         * src/mcs51/ralloc.c
8609         * src/pic/ralloc.c
8610         * src/pic16/ralloc.c
8611         * src/xa51/ralloc.c
8612         * src/z80/ralloc.c
8613         * src/z80/gen.c: removed unused label "release:"
8614
8615 2003-10-06  Borut Razem <borut.razem AT siol.net>
8616
8617         * src/SDCC.lex: removed definition of unused variables
8618           save_optimize and save_options
8619
8620 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * clean.mk: removed '=' in "-maxdepth=1"
8623         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8624         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8625
8626 2003-10-06  Borut Razem <borut.razem AT siol.net>
8627
8628         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8629           my_unput() replaced by unput()
8630
8631 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8634         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8635         type-punned pointer will break strict-aliasing rules"
8636         Old LR behaviour is again default; Klaus' LR can be choosen by
8637         defining the environment variable LRKLAUS
8638         * src/SDCCBBlock.h
8639         * src/SDCCloop.c
8640         * src/SDCClrange.c
8641         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8642         * clean.mk: fixed removal of files in bin/CVS/
8643         * device/lib/clean.mk: fixed removal of directories small and large
8644         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8645         * src/SDCCicode.c,
8646         * src/SDCCval.c: removed superflous test for pedantic
8647
8648 2003-10-05  Borut Razem <borut.razem AT siol.net>
8649
8650         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8651           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8652           message "unmatched #pragma SAVE and #pragma RESTORE"
8653
8654 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8655
8656         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8657           assembly, critical functions, atomic, nojtbound)
8658
8659 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8660
8661         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8662         * src/SDCCBBlock.h
8663         * src/SDCCloop.c
8664         * src/SDCCloop.h
8665         * src/SDCClrange.c
8666
8667 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8668
8669         * src/z80/gen.h,
8670         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8671         * src/mcs51/gen.h
8672         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8673         * src/ds390/gen.h
8674         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8675         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8676         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8677
8678 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8679
8680         * src/z80/gen.c (genRet): fixed bug #524753
8681         * src/z80/gen.c (genCast): fixed internal error on cast from
8682         pointer to long
8683         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8684         fix for bug #477835 to the z80
8685         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8686         for tracking iCodes in the peephole optimizer for z80
8687
8688 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8691         the other part of bug #814548
8692         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8693
8694 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * src/SDCCcse.c: fixed part of bug #814548
8697
8698 2003-09-28  Borut Razem <borut.razem AT siol.net>
8699
8700         * src/asm.c: rewrite of printILine() to use temporary file instead
8701           a pipe
8702         * src/xa51/main.c: commented out declaration of int rewinds
8703
8704 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8705
8706         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8707
8708 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8711         * src/asm.c (printILine): Fixed bug #811015
8712
8713 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8714
8715         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8716         freeing.
8717
8718 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8719
8720         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8721         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8722         to correctly handle general case of AOP_PAIRPTR
8723         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8724
8725 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * src/mcs51/ralloc.c (fillGaps),
8728         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8729         register positioning bug)
8730
8731 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8734
8735 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8736
8737         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8738         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8739         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8740         (ralloc doesn't intentionally do this now, but perhaps later)
8741         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8742         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8743         register positioning bugs (Fixed bug #762602 and #795325)
8744         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8745         (Fixed bug #808779)
8746         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8747         lines that --i-code-in-asm generates
8748
8749 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8750
8751         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8752         trying to fclose a FILE* that was already closed.
8753
8754 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8755
8756         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8757         of const struct should be treated as if const themselves)
8758
8759 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8762
8763 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8764
8765         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8766         Unix (/n) and DOS (/r/n) line terminations.
8767
8768 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8769
8770         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8771         bug #613775
8772
8773 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8774
8775         * src/mcs51/gen.c (genFunction, genEndFunction),
8776         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8777         and restore of EA so that stack offsets to parameters are
8778         correct when using both critical and reentrant/stack-auto.
8779         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8780         size (can be triggered in error if sloc is shared between
8781         different sized objects)
8782         * device/include/float.h: fixed macros to explicitly use
8783         unsigned long where needed
8784
8785 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         Feature req. 799831: added code to allow nesting of critical functions
8788         * src/mcs51/gen.c (genFunction, genEndFunction)
8789         * src/ds390/gen.c (genFunction, genEndFunction)
8790
8791 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8792
8793         * src/SDCCsymt.c (sclsFromPtr),
8794         * src/SDCCsymt.h,
8795         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8796         support for standard C idiom of memory mapped variables; for
8797         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8798         to xdata int at 0x1234 tempvar = 1.
8799         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8800         provided by Akiya ISHIDA
8801
8802 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8803
8804         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8805         * src/SDCCval.c (constVal): added reduction from int to char
8806         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8807         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8808         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8809         to ignore the sign
8810         * support/regression/tests/shifts.c: fixed
8811
8812 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8813
8814         * src/z80/gen.c (genXor): Fixed bug #805445
8815
8816 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8817
8818         Fixed bug #621531 (const & volatile confusion in the type chain).
8819         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8820         refer to the const or volatile state of the pointer itself.
8821
8822         * src/SDCCast.c
8823         * src/SDCCglue.c
8824         * src/SDCCicode.c
8825         * src/SDCCsymt.c
8826         * src/SDCCval.c
8827         * src/SDCC.y
8828         * src/SDCCsymt.h
8829         * src/pic/gen.c
8830         * src/pic/ralloc.c
8831         * src/pic16/gen.c
8832         * src/pic16/ralloc.c
8833         * support/regression/tests/const.c
8834
8835 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8836
8837         When checking for duplicated modules, use absolute paths
8838         instead of relative paths.  Files changed:
8839
8840         * as/mcs51/lklib.c
8841         * link/z80/lklib.c
8842
8843 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8844
8845         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8846
8847 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * device/include/string.h: added size_t typedef, changed
8850         prototypes to use size_t, eliminated separate reentrant and
8851         non-reentrant declarations, added _memmove declaration
8852         * device/lib/_memcpy.c: changed to use size_t instead of int,
8853         changed /4 to >>2 to avoid division library call
8854         * device/lib/_memcmp.c,
8855         * device/lib/_memset.c,
8856         * device/lib/_strncat.c,
8857         * device/lib/_strncpy.c,
8858         * device/lib/_strncmp.c: changed to use size_t instead of int
8859         * device/lib/_memmove.c: new file (fixed bug #772294)
8860         * device/lib/Makefile.in: added _memmove.c
8861         * device/lib/z80/asm_strings.s: fixed bug #772290
8862         * support/regression/tests/bitfields.c: attempt to fix host assertion
8863         failure on amd64-unknown-linux2.2
8864
8865 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8866
8867         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8868         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8869         * as/z80/asmain.c (main): fixed bug #801766
8870
8871 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8872
8873         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8874         compilers
8875
8876 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8877
8878         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8879         reported in bug #800609
8880
8881 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8882
8883         * Top header beautifications in src/pic16 directory:
8884           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8885           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8886           pcoderegs.h, ralloc.c, ralloc.h
8887         * main.c: added top header and GPL license notice
8888         * pcode.c: fixed the if-conditional warning
8889
8890 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * device/lib/_mullong.c: replaced int by short for gcc
8893
8894 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8895
8896         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8897         and JUMPTABLE iCodes properly now (worked by accident before)
8898         * src/mcs51/gen.c (leftRightUseAcc),
8899         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8900         iCode properly now. Use getSize instead of nRegs since a & b
8901         aren't part of the nRegs tally.
8902
8903 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8904
8905         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8906         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8907           before instructions that use the _STATUS register
8908
8909 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8912         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8913         fetching of the pointer
8914         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8915         copied from genNearPointerSet()
8916         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8917         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8918         If they pop r0/r1 they must be called in the opposite order than aopOp().
8919         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8920         (resp. --stack-auto), prepared for --xstack
8921
8922 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8923
8924         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8925
8926 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8927
8928         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8929         these ports have their own __sdcc_external_start()
8930
8931 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8932
8933         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8934         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8935         type for bits was changed. It resulted in bit variables becoming
8936         global, which is not permitted in PIC 14 assembly output.
8937
8938 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8939
8940         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8941
8942 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8943
8944         Z80 and MCS51 linkers complaint if a public symbol is defined
8945         in more than one library module:
8946
8947         * as/mcs51/lklib.c
8948         * link/z80/lklib.c
8949         * as/mcs51/Makefile.in
8950
8951 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8952
8953         A few small changes that speed up the peephole optimizer.
8954
8955         * src/SDCCpeeph.c
8956
8957 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8958
8959         Try to make the peephole optimizer smarter by maintaining
8960         an association between the assembly source code and the
8961         iCodes that originated them. Put this information to use
8962         with a new peephole rule condition "notVolatile" so that
8963         the rules can be aggressive yet still safe.
8964
8965         * src/SDCCpeeph.c
8966         * src/SDCCpeeph.h
8967         * src/mcs51/gen.c
8968         * src/mcs51/peeph.def
8969
8970 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8971
8972         Fixed bug #741761
8973
8974         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8975         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8976         if the left or right operand symbols have the accuse flag set.
8977
8978 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8979
8980         Changed the type of the result of the ! (NOT) operator to char;
8981         previously it returned the same type as the source. This allows
8982         us to eliminate all the genFloatNot functions (all of its target
8983         implementations were very buggy) since !float can use the same
8984         code as !long now.
8985
8986         * src/SDCCicode.c (ast2iCode): ! returns char
8987         * src/mcs51/gen.c (genNot, genNotFloat),
8988         * src/ds390/gen.c (genNot, genNotFloat),
8989         * src/z80/gen.c (genNot, genNotFloat),
8990         * src/pic/gen.c (genNot, genNotFloat),
8991         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8992
8993 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8994
8995         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8996         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8997            during interrupts. Ensure WSAVE is located at a shared bank address.
8998         2. Fixed page selection in some places
8999         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9000            the registers name strings.
9001         4. Fixed "signed / unsigned compare" compiler warnings.
9002         5. The PIC port manages its own allocation of the general purpose
9003            registers, but makes no attempt to reuse them. As a result when
9004            compiling it soon runs out of general purpose registers. Some
9005            additional code was added to the files pcode.c and device.c to walk
9006            through the function call tree and rename the registers so that they
9007            get reused.
9008
9009         * src/pic/device.c
9010         * src/pic/gen.c
9011         * src/pic/glue.c
9012         * src/pic/pcode.c
9013         * src/pic/pcode.h
9014         * src/pic/ralloc.c
9015         * src/pic/ralloc.h
9016         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9017         genPlus() & genMinus() when the result is the same as left or right
9018
9019 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9022
9023 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9024
9025         Made bitfield a distinct type from bit so that bitfields
9026         convert as per ANSI C and bits retain their traditional
9027         boolean style behaviour. Implemented bitfield support in
9028         the z80 port.
9029
9030         * src/SDCCsymt.h,
9031         * src/SDCCsymt.c,
9032         * src/SDCCast.c,
9033         * src/cdbFile.c,
9034         * src/mcs51/gen.c,
9035         * src/ds390/gen.c: bit v bitfield split
9036         * src/z80/gen.c: New support for bitfields
9037         * support/regression/tests/bitfields.c: reenabled z80,
9038         added more tests
9039
9040 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9041
9042         Rules 246.x, 247.x relate to bitfields, the others speed up
9043         access to xdata mapped I/O devices.
9044
9045         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9046
9047 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9048
9049         Cleaned up genPackBits and genUnpackBits and added two helper
9050         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9051         for literal assignments in genPackBits (thanks to Frieder for
9052         reminding me).
9053
9054         * src/mcs51/gen.c
9055         * src/ds390/gen.c
9056
9057 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9058
9059         Fixed bug #748310 (pointer to function type mishandled when the
9060         function name is omitted). Also fixed a SIGSEGV when a function
9061         attribute (reentrant, etc) is used on a non-function or on a
9062         function but misplaced before the parameter list.
9063
9064         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9065         bug #748310
9066         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9067         * support/Util/SDCCerr.h,
9068         * support/Util/SDCCerr.c: Added func attr misuse error msg
9069
9070 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9071
9072         Fixed bug #787649 by anonymous
9073         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9074         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9075
9076 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9077
9078         Fixed numerous bitfield problems.
9079
9080         * src/SDCC.y: More bitfield related error checking
9081         * src/SDCCsymt.h,
9082         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9083         * support/Util/SDCCerr.h,
9084         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9085         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9086         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9087         * support/regression/tests/bitfields.c: tests added
9088
9089 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9090
9091         Made the constant following the "interrupt" keyword optional. If
9092         omitted, the function will not automatically be given an entry
9093         in the interrupt vector table (similar to #pragma NOIV, but
9094         less syntacticly kludgy). The interrupt number is also now
9095         range checked. Also fixed a bug in the high order bit example
9096         in the manual.
9097
9098         * src/SDCC.y
9099         * src/SDCCmem.c
9100         * src/SDCCglue.c
9101         * src/SDCCsymt.h
9102         * support/Util/SDCCerr.c
9103         * support/Util/SDCCerr.h
9104         * doc/sdccman.lyx
9105
9106 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9107
9108         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9109         * src/SDCCicode.c (operandOperation): rewritten some ops
9110         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9111         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9112         other type
9113         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9114         be re-activated by defining REDUCE_LITERALS)
9115         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9116         unsigned, but are signed by default
9117         * src/SDCCval.c (constVal): rearranged
9118         * src/SDCCval.c (valMod): preliminary fix
9119         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9120         * support/regression/literalop.c: added, work in progress
9121
9122 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9123
9124         Generate warnings for useless declarations like "char data;"
9125         that don't do what new users expect.
9126
9127         * src/SDCC.y
9128         * support/Util/SDCCerr.h
9129         * support/Util/SDCCerr.c
9130
9131 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9132
9133         * src/SDCCval.c (valMult): fix overflow detection of negative int
9134
9135 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9136
9137         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9138
9139         Changes to support big endian targets:
9140
9141         * src/ports.h
9142         * src/SDCCglue.c
9143         * src/avr/main.c
9144         * src/ds390/main.c
9145         * src/izt/i186.c
9146         * src/mcs51/main.c
9147         * src/pic/main.c
9148         * src/pic16/main.c
9149         * src/xa51/main.c
9150         * src/z80/main.c
9151
9152 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9155         * device/lib/time.c: fixed warning "integer overflow in expression"
9156
9157 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9158
9159         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9160         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9161         constants are unsigned; added recognition of "u" flag for unsigned
9162         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9163         * src/SDCCval.c (valDiv, valMod): fixed signdness
9164         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9165         signedness of modulo, left and right shift
9166         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9167         * support/Util/SDCCerr.h: added warning W_INT_OVL
9168         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9169         * src/SDCCast.c (ast_print): improved output of constants
9170
9171 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9172
9173         Fixed some warnings when building with MSVC:
9174
9175         * as\mcs51\asdata.c
9176         * as\z80\asdata.c
9177         * as\mcs51\asm.h
9178         * as\z80\asm.h
9179         * link\z80\aslink.h
9180         * link\z80\lkdata.c
9181         * link\z80\lkeval.c
9182         * link\z80\lkgb.c
9183         * link\z80\lkihx.c
9184         * link\z80\lks19.c
9185         * link\z80\lksym.c
9186         * support\cpp2\cpplib.c
9187         * src\ds390\gen.c
9188         * src\mcs51\gen.c
9189
9190 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9191
9192         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9193
9194 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9195
9196         * support\librarian\clean.mk: Do not remove Makefile.
9197         * support\librarian\Makefile: added.
9198
9199 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9200
9201         Added librarian to MSVC build:
9202         * all.dsp
9203         * sdcc.dsw
9204         * support\librarian\librarian.dsp
9205
9206         'configure' not needed for librarian, removed:
9207         * support\librarian\configure
9208         * support\librarian\configure.in
9209         * support\librarian\config_in.h
9210         * support\librarian\Makefile.in
9211
9212         Hopefully these ones built the librarian and the rest of sdcc properly:
9213         * Makefile
9214         * Makefile.common.in
9215
9216         Messed up 'configure', so revert to previous version:
9217         * configure
9218         * configure.in
9219
9220 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9221
9222         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9223         there, while the mantissa of a double is "only" 53 bits wide.
9224
9225 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9226
9227         Adding sdcclib to the build.  MSVC project coming soon.
9228         Files added/changed:
9229
9230         * support\librarian\clean.mk
9231         * support\librarian\configure
9232         * support\librarian\configure.in
9233         * support\librarian\config_in.h
9234         * support\librarian\Makefile.bcc
9235         * support\librarian\Makefile.in
9236         * support\librarian\sdcclib.c
9237         * Makefile.bcc
9238         * Makefile
9239         * Makefile.common.in
9240         * configure
9241         * configure.in
9242
9243 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9244
9245         Linker now complaints if linked modules have conflicting options, for
9246         example, one compiled using --model-large and another one compiled with
9247         --model-small.  The following files were modified:
9248
9249         * as\mcs51\asdata.c
9250         * as\mcs51\aslink.h
9251         * as\mcs51\asm.h
9252         * as\mcs51\asmain.c
9253         * as\mcs51\asout.c
9254         * as\mcs51\i51pst.c
9255         * as\mcs51\lkdata.c
9256         * as\mcs51\lklibr.c
9257         * as\mcs51\lkmain.c
9258         * as\z80\asdata.c
9259         * as\z80\asm.h
9260         * as\z80\asmain.c
9261         * as\z80\asout.c
9262         * as\z80\z80pst.c
9263         * link\z80\aslink.h
9264         * link\z80\lkdata.c
9265         * link\z80\lklibr.c
9266         * link\z80\lkmain.c
9267         * src\SDCCglue.c
9268
9269 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9270
9271         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9272         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9273
9274 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9275
9276         * src/z80/mappings.i: fix _mul[us][int,long] entries
9277
9278 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9279
9280         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9281
9282 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9285         * support/regression/tests/bitopcse.c: added
9286         fixed warning:
9287         * src/avr/gen.c:
9288         * src/pic/gen.c:
9289         * src/pic16/gen.c:
9290         * src/z80/gen.c:
9291         * src/xa51/gen.c:
9292
9293 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9294
9295         added support for new library format to z80, gbz80 linkers:
9296         *link/z80/aslink.h
9297         *link/z80/lklex.c
9298         *link/z80/lklib.c
9299         *link/z80/lklist.c
9300
9301 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9302
9303         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9304         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9305
9306 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9307
9308         added DUMMY_READ_VOLATILE:
9309         * src/SDCC.y:
9310         * src/avr/gen.c:
9311         * src/xa51/gen.c:
9312         * src/z80/gen.c:
9313         * src/pic/gen.c:
9314         * src/pic16/gen.c:
9315         * src/mcs51/gen.c:
9316         * src/ds390/gen.c:
9317         * src/SDCCcse.c (algebraicOpts): many improvements
9318         * src/SDCCcse.h: removed algebraicOpts()
9319         * src/SDCCicode.c (picDummyRead): added
9320
9321 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9322
9323         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9324         "Insufficient space in data memory".
9325
9326 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9327
9328         * src/mcs51/gen.c: fixed bug #771358
9329         * src/z80/gen.c: fixed bug #759087
9330
9331 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9332
9333         * src/pic16/glue.c: minor cleanup by Vangelis
9334
9335 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9336
9337         * device/include/regc515c.h: fixed #758477
9338         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9339         * device/lib/_gptrput.c: saved a few bytes
9340         * my tab spacing is 8, yours too?)
9341         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9342         * device/lib/serial.c: process RX bytes earlier than TX bytes
9343         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9344
9345 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9346
9347         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9348
9349 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9350
9351     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9352
9353 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9354
9355         * device/lib/Makefile.in: bad fix, reverted to 1.43
9356
9357 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9358
9359         * device/lib/Makefile.in: added missing z80 object files
9360
9361 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9364         pic16 progress by Vangelis:
9365         * src/SDCCglobl.h:
9366         * src/SDCCmain.c:
9367         * src/pic/Makefile:
9368         * src/pic:
9369         * pic/Makefile:
9370         * pic16/device.c:
9371         * pic16/device.h:
9372         * pic16/gen.c:
9373         * pic16/gen.h:
9374         * pic16/genarith.c:
9375         * pic16/glue.c:
9376         * pic16/main.c:
9377         * pic16/pcode.c:
9378         * pic16/pcode.h:
9379         * pic16/pcodepeep.c:
9380         * pic16/peeph.def:
9381
9382 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9383
9384     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9385
9386 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9387
9388     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9389     added gbz80 build to MSVC project.
9390     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9391     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9392     from 8051 stuff and setup so it links using a .lnk file.
9393
9394 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9395
9396     * support/librarian/sdcclib.c: sdcc librarian.
9397     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9398     with sdcclib.
9399
9400 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9401
9402     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9403
9404 2003-07-02  Borut Razem <borut.razem AT siol.net>
9405
9406         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9407         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9408         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9409         src/xa51/main.c, src/z80/main.c:
9410         virtualization of glue() function: each port has it's own glue function,
9411         which is accessed by do_glue function pointer in PORT.general structure
9412
9413 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9414
9415         * DS800C400 fun, improved ROM interface and tinibios.
9416
9417 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9418
9419         * More support for DS80C400. Now includes beginning of interface to ROM.
9420
9421 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9422
9423         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9424
9425 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9426
9427         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9428
9429 2003-06-19  Borut Razem <borut.razem AT siol.net>
9430
9431         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9432
9433 2003-06-19  Borut Razem <borut.razem AT siol.net>
9434
9435         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9436         fixed Z80 port - crt0.o: cannot open.
9437
9438 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9439
9440         * support/Util/MySystem.c (merge_command): revert bad fix
9441
9442 2003-06-18  Borut Razem <borut.razem AT siol.net>
9443
9444         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9445
9446 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9447
9448         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9449         option --use-stdout sends errors to stdout instead of stderr.
9450
9451 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9452
9453         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9454
9455 2003-06-15  Borut Razem <borut.razem AT siol.net>
9456
9457         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9458         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9459         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9460         fixed width array of pointers replaced with sets;
9461         multiple include and lib paths ared transferred to preprocessor and linker
9462         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9463         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9464         fixed width array of pointers
9465         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9466         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9467         fixupPath(), getPathDifference()
9468         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9469         fixed width array of pointers
9470
9471 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9472
9473         * src/pic16/ralloc.c: fix warnings
9474         * src/pic16/pcode.c: fix warning
9475
9476 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9477
9478          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9479         know all the details, but essentially this set of changes enable
9480         the pic16 port to generate movff instructions and generate assembler
9481         directives,
9482         * src/SDCCmain.c:
9483         * src/pic16/gen.c:
9484         * src/pic16/glue.c:
9485         * src/pic16/pcode.c:
9486         * src/pic16/device.c:
9487         * src/pic16/main.c:
9488         * src/pic16/pcode.h:
9489         * src/pic16/pcoderegs.c:
9490         * src/pic16/ralloc.c:
9491         * src/pic16/ralloc.h:
9492
9493 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9494
9495         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9496         added option --vc, so sdcc errors and warnings are compatible with
9497         Microsoft Visual Studio.
9498
9499 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9500
9501         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9502           device/lib/libfloat.lib: added atof function.
9503
9504 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * doc/sdccman.lyx: updated to Lyx 1.3
9507         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9508         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9509         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9510
9511 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9512
9513         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9514
9515 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9516
9517         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9518           additions to the "related tools/documentation" section
9519
9520 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9521
9522         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9523
9524 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9525
9526         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9527         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9528
9529 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9530
9531         * doc/sdccman.lyx: fix double dash and other minor things
9532         * doc/Makefile: fix double dash
9533
9534 2003-05-28  Karl Bongers(patches from Martin Helmling)
9535         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9536           condition and ignore commands.
9537
9538 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9539
9540         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9541           is in parts still quite out of date, I did changes as far as I felt makes sense
9542           for a non-native english speaker.
9543           Please feel free to add to the manual or to correct my changes.
9544         * doc/Makefile: undid touching the date of intermediate tex files.
9545
9546 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9547
9548         * doc/sdccman.lyx: Manual has an index now
9549
9550 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         Finalize muluint/mulsint and mululong/mulslong merging:
9553         * device/lib/_mulint.c
9554         * device/lib/_mullong.c
9555         * device/lib/gbz80/mul.s
9556         * device/lib/gbz80/stubs.s
9557         * device/lib/z80/mul.s
9558         * device/lib/z80/stubs.s
9559         * src/SDCCsymt.c (initCSupport)
9560
9561 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9562
9563         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9564         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9565           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9566           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9567           instead of /Zm500.
9568
9569 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9570
9571         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9572           the regression tests I'm not brave enough to enable 245.b, 245.c
9573         * doc/sdccman.lyx: added latex preamble for hyperref package.
9574           Using pdflatex this will give you a hyperlinked pdf file with
9575           bookmarks. (prepend '%' before /usepackage if this breaks something)
9576
9577 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9578
9579          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9580
9581 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9584
9585 2003-05-21    <johan AT balder>
9586
9587         * src/SDCCglue.c (printIval): fixed bug #739934
9588
9589 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9590
9591         Applied patch from bug 737905 (renamed yylineo to mylineno):
9592         * src/altlex.c
9593         * src/SDCCast.c
9594         * src/SDCglobl.h
9595         * src/SDCC.lex
9596         * src/SDCCsymt.c
9597         * src/SDCCval.c
9598         * src/pic16/pcode.c: Cleaned warnings
9599         * src/pic16/pcodeflow.c: Cleaned warnings
9600         * src/pic16/pcoderegs.c: Cleaned warnings
9601
9602 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9603
9604         * src/pic16/pcode.c: Cleaned warnings
9605         * src/pic16/pcodepeep.c: Cleaned warnings
9606         * src/pic16/ralloc.c: Cleaned warnings
9607
9608 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9609
9610         * doc/sdccman.lyx: fixed bug 739745
9611         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9612
9613 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9614
9615         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9616         it can be defined with CFLAGS when running configure
9617         * src/SDCCmain.c: fixed compiling + linking with object files
9618
9619 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9620
9621         * configure.in: configure for pic16 port,
9622             added --disable-pic16-port
9623         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9624         * src/SDCCmain.c: linkOptions is changed to set *,
9625             added if/endif conditional macros to remove options help
9626             messages from optionsTable when a port is not configured, added
9627             support for the PIc16 port in the ports table, when executing
9628             the compiler with no port specified on command line, a default
9629             port is selected with the new macro DEFAULT_PORT which is
9630             defined in port.h, in setDefaultOptions() linkOptions is removed
9631             from initialization assignment, since now it is a set,
9632             parseCmdLine uses setParseWithComma for linkOptions, in
9633             linkEdit() linkOptions are accessed with new function indexSet()
9634             which returns the i'th item of a set variable. See SDCCset.c, in
9635             linkEdit() when calling buildCmdLine(), added linkOptions as
9636             last argument. Now users can pass arguments to gplink via the
9637             -Wl option, main() uses pic16glue() to glue up pic16 programs
9638         * src/SDCCpeeph.c: various changes to support pic16
9639         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9640             return the i'th item of the set
9641         * src/SDCCset.h: added function prototype for indexSet()
9642         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9643         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9644         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9645             added macro DEFAULT_PORT
9646         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9647         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9648             generated
9649         * src/pic16/glue.c: commented out some error producing lines
9650         * src/pic16/main.c: __config directives are commented out to stop
9651             gpasm complaining and test the linkage with gplink, _linkCmd and
9652             _asmCmd changed to be more gplink and gpasm friendly
9653         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9654             produced an error when parsed, peep rule 12 is added to utilize
9655             movff, but it is commented out since the pCode does not support
9656             yet a command with 2 address arguments
9657
9658 2003-05-18    <johan AT balder>
9659
9660         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9661         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9662 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9663
9664         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9665   Added feature to script commands from file.
9666
9667 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9668
9669         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9670         * src/SDCCutil.c: include ctype.h for win32
9671
9672 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9673
9674         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9675
9676 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9677
9678         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9679   Fixed so you can set breakpoints prior to run, run does not stop
9680   on entry now.  Add tbreak.  Other enhancements and fixes for use
9681   with ddd.
9682
9683 2003-05-12  Borut Razem <borut.razem AT siol.net>
9684
9685         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9686
9687 2003-05-11  Borut Razem <borut.razem AT siol.net>
9688
9689         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9690         the path of bin directory, so that PATH is the only env. variable, which has to be set
9691         in case of standard installation.
9692         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9693         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9694         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9695
9696 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9699         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9700         temp files are in the port dir; clean the gen/test directory when
9701         generating new test.c
9702         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9703         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9704         * support/regression/tests/zeropad.c: added
9705
9706 2003-05-09    <johan AT balder>
9707
9708         * src/SDCCglue.c: fixed bug #597940
9709
9710 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9711
9712         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9713   cache sfr, optimize next,step, fix off by one sourceline,
9714   support ddd list function.
9715         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9716
9717 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9718
9719         * support/regression/HTMLgen.py: added compare_s2f()
9720         * support/regression/Makefile: redo 1.27
9721         * support/regression/generate-cases.py: redo 1.5
9722
9723 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9724
9725         * support/regression/tests/float.c: workaround 33 bit hex constant
9726         * support/regression/tests/simplefloat.c: fix division for host
9727
9728 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9729
9730         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9731         that tame's the PIC's over-aggressive optimizer.
9732
9733 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9734
9735          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9736          support for MSVC.
9737
9738 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9739
9740         Initial support for DS80C400. "Hello world" runs on TINIm400
9741         (with polled I/O).
9742
9743 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9744
9745          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9746          * Some notes on ddd usage added in debugger/README
9747          Martin Helmling adding more features and fixes for ddd GUI debugger.
9748          Code added for nexti, stepi, up, down, and other adjustments.
9749
9750 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9751
9752         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9753         * src/pic/peeph.def Added two rules to optimize carry manipulation
9754         * src/pic/* removed debug printfs
9755
9756 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9757
9758         * debugger/mcs51/cmd.c: added header newalloc.h
9759
9760 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         * as/Makefile: new EXEEXT
9763         * as/z80/Makefile: remove trailing slash of BUILDIR
9764         * as/z80/clean.mk: new EXEEXT
9765         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9766         * support/cpp2/Makefile.in: new EXEEXT
9767         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9768
9769 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9770
9771         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9772         EXEEXT was introduced to fix all related problems with targets
9773         "clean", "install" and "uninstall"; a couple of further flaws
9774         especially with "clean" have been fixed too
9775         * as/mcs51/Makefile.in
9776         * as/mcs51/clean.mk
9777         * as/z80/Makefile
9778         * Makefile
9779         * clean.mk
9780         * debugger/mcs51/Makefile.in
9781         * debugger/mcs51/clean.mk
9782         * link/z80/Makefile
9783         * link/z80/Makefile.in
9784         * link/z80/clean.mk
9785         * link/Makefile
9786         * packihx/Makefile.in
9787         * packihx/clean.mk
9788         * sim/ucsim/Makefile
9789         * sim/ucsim/clean.mk
9790         * sim/ucsim/avr.src/Makefile.in
9791         * sim/ucsim/avr.src/clean.mk
9792         * sim/ucsim/s51.src/Makefile.in
9793         * sim/ucsim/s51.src/clean.mk
9794         * sim/ucsim/xa.src/Makefile.in
9795         * sim/ucsim/xa.src/clean.mk
9796         * sim/ucsim/z80.src/Makefile.in
9797         * sim/ucsim/z80.src/clean.mk
9798         * sim/ucsim/main_in.mk
9799         * sim/ucsim/packages_in.mk
9800         * sim/ucsim/gui.src/Makefile.in
9801         * sim/ucsim/gui.src/serio.src/Makefile.in
9802         * sim/ucsim/gui.src/serio.src/clean.mk
9803         * src/Makefile.in
9804         * src/clean.mk
9805         * support/cpp2/Makefile.in
9806         * support/cpp2/clean.mk
9807         * support/makebin/Makefile
9808         * support/makebin/clean.mk
9809         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9810         * doc/sdccman.lyx: --program-suffix no longer needed
9811
9812 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9813
9814          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9815          Martin Helmling added support for ddd GUI debugger.
9816          Code added to display assembly, set variables, and other commands
9817          to interface to ddd.
9818
9819 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9820
9821         * as/Makefile: fix target clean
9822         * as/clean.mk: fix target clean
9823         * as/z80/clean.mk: fix target clean
9824
9825 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9826
9827         * Makefile.common.in: added  AT EXEEXT AT
9828         * configure.in: removed all mingw32 stuff
9829         * configure: rebuilt from configure.in
9830         * doc/sdccman.lyx: updated section "installation"
9831         * support/scripts/sdcc_mingw32: adapted to configure
9832         * support/scripts/sdcc_cygwin_mingw32: added
9833
9834 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9835
9836         * src/pic Added object file support for the PIC port
9837         * src/pic Applied patch from Craig Franklin (this started the object file support)
9838         * src/regression Updated the PIC regression tests for object files
9839
9840 2003-04-20  Borut Razem <borut.razem AT siol.net>
9841
9842         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9843           lklex.c: In function `getfid':
9844           lklex.c:203: warning: array subscript has type `char'
9845         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9846           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9847         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9848           stack handling macros
9849
9850 2003-04-19  Borut Razem <borut.razem AT siol.net>
9851
9852         * "handling space characters in file path" task:
9853         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9854         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9855         * support/Util/MySystem.h: make it self-sufficient
9856         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9857           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9858           handling space characters in file path
9859         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9860           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9861         * support/Util/MySystem.c: handling space characters in executable's path
9862
9863 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9864
9865         * as/z80/Makefile: fix permanent rebuild of z80
9866         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9867         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9868
9869 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9870
9871         * src/SDCCopt.c: add special case optimization to replace modulo by
9872           a power of two with a bitwise AND.
9873
9874 2003-04-18    <johan AT balder>
9875
9876         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9877
9878 2003-04-17    <johan AT balder>
9879
9880         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9881         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9882
9883 2003-04-13  Borut Razem <borut.razem AT siol.net>
9884
9885         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9886         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9887           fixed mingw problem in adl_NORMALIZE_PATH
9888
9889 2003-04-12  Borut Razem <borut.razem AT siol.net>
9890
9891         * fixed "#pragma SAVE/RESTORE can not be nested":
9892         * src/SDCC.lex: reworked pragma handling functions
9893         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9894         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9895
9896 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9897
9898         * src/SDCCutil.c (pathEquivalent): defined but not used
9899         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9900         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9901         * configure: rebuilt from configure.in
9902         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9903         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9904         * device/include/Makefile.in: replace sdcc_datadir
9905         * device/lib/Makefile.in: replace sdcc_datadir
9906         * Makefile.common.in: add LDFLAGS from configure
9907         * packihx/Makefile.in: use LDFLAGS
9908         * src/Makefile.in: use LDFLAGS
9909         * support/cpp2/Makefile.in: add LDFLAGS from configure
9910         * support/makebin/Makefile: use LDFLAGS
9911         * .version: bumped version number to 2.3.5
9912
9913 2003-04-12  Borut Razem <borut.razem AT siol.net>
9914
9915         * completed "different paths" task:
9916         * src/SDCCmacro.c: fixed bug in handling quotes
9917         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9918         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9919
9920 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9921
9922         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9923
9924 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9925
9926         * ds390/gen.c ds390/peeph.def: fix bug 706781
9927
9928 2003-04-11  Borut Razem <borut.razem AT siol.net>
9929
9930         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9931
9932 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9933
9934         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9935         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9936          set - this bit used to not be set...).
9937         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9938           bad code in PIC Port
9939         * src/regression/and2.c added to test bug 609268
9940         * src/regression/Makefile added and2.c to regression test
9941
9942
9943 2003-04-08    <johan AT CP255758-A>
9944
9945         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9946         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9947         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9948
9949 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9952         fix bug #487815
9953         * support/cpp2/Makefile.in: fix bug #487815
9954         * configure: rebuilt from configure.in
9955         * Makefile.common.in: docdir changed, new path suffixes
9956         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9957         * sdcc_vc_in.h: reflect changes from sdccconf.h
9958         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9959         * src/SDCCutil.h: remove BINDIR hack
9960         * doc/sdccman.lyx: update new path hierarchy
9961
9962 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9963
9964         * src/SDCCpeeph.c: added okToRemoveSLOC test
9965
9966 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9967
9968         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9969
9970 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9971
9972         * src/SDCCpeeph.c: added labelIsReturnOnly test
9973         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9974
9975 2003-04-05    <johan AT balder>
9976
9977         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9978         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9979         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9980         * src/SDCCast.c: fixed a warning
9981         * src/SDCCast.h: fixed a warning
9982         * src/SDCCicode.c (operandFromAst): fixed a warning
9983
9984 2003-04-04    <johan AT balder>
9985
9986         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9987         * src/SDCCast.c (decorateType): fixed bug #715076
9988         * src/SDCC.y: fixed bug #702907
9989
9990 2003-04-03    <johan AT balder>
9991
9992         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9993         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9994         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9995         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9996         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9997
9998 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * _decdptr.c: fix return values
10001         * _gptrget.c: fix return values
10002         * _gptrgetc.c: fix return values
10003         * _gptrput.c: fix return values
10004         * _mulint.c: fix return values
10005         * as/z80/Makefile: fix 'make -j' problem
10006
10007 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10010         * configure.in: big cleanup, updated to autoconf 2.5x
10011         * configure: rebuilt from configure.in
10012         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10013         * sdcc_vc_in.h: reflect changes from sdccconf.h
10014         * doc/Makefile: fixed a flaw in "make install"
10015
10016 2003-04-02    <johan AT balder>
10017
10018         * src/ds390/gen.c (genCmp): no comments
10019         * src/mcs51/gen.c (genCmp): no comments
10020         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10021         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10022
10023 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * support/regression/generate-cases.py: place generated file in given sub directory
10026         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10027         * support/regression/Makefile: improvements for 'make -j';
10028         side effect: it's simpler and faster now
10029
10030 2003-03-31  Borut Razem <borut.razem AT siol.net>
10031
10032         * src/z80/main.c: link-{port} and as-{port} defined without path
10033         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10034
10035 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10036
10037         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10038
10039 2003-03-30  Borut Razem <borut.razem AT siol.net>
10040
10041         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10042           changed type of list parameter to set
10043         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10044         * src/port.h: changed type of do_assemble() parameter to set
10045         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10046           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10047           definition of "cppoutfilename" macro with NULL value in preProcess()
10048         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10049         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10050         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10051           replaced with set *binPathSet
10052         * shash_add() deallocates the item, if allready exsists, before adding the new one
10053         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10054
10055 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10056
10057         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10058           a nested for loop bug in the PIC port
10059         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10060           for loops
10061
10062 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10063
10064         * support/Util/dbuf.h: remove C++ stuff to make it portable
10065
10066 2003-03-28  Borut Razem <borut.razem AT siol.net>
10067
10068         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10069           literal strings in stringLiteral()
10070         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10071         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10072           to the project
10073
10074 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10075
10076         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10077
10078 2003-03-26    <johan AT balder>
10079
10080         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10081         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10082         * src/SDCCast.c (decorateType): fixed " -v < 3"
10083
10084 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10085
10086         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10087         Added Lenny Story's debug infrastructure changes:
10088         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10089         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10090         * src/cdbFile.c: added
10091         * src/SDCCdebug.c: added
10092         * src/SDCCdebug.h: added
10093         * src/SDCCast.c (createFunction)
10094         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10095         * src/SDCCmain.c (parseCmdLine, main)
10096         * src/SDCCmem.c (redoStackOffsets)
10097         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10098         * src/SDCCsymt.h
10099         * src/common.h
10100         * src/avr/gen.c (genAVRCode)
10101         * src/ds390/gen.c (gen390Code)
10102         * src/mcs51/gen.c (gen51Code)
10103         * src/pic/gen.c (genpic14Code)
10104         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10105         * src/xa51/gen.c (genXA51Code)
10106         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10107
10108 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10109
10110         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10111         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10112
10113 2003-03-22    <johan AT balder>
10114
10115         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10116
10117 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10118
10119         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10120         * doc/cdbfileformat.lyx: added, written by Lenny Story
10121         * doc/Makefile: added cdbfileformat.lyx
10122         * doc/clean.mk: added cdbfileformat.lyx
10123
10124 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10125
10126         * src/mcs51/peeph.def: fix bug #705773
10127
10128 2003-03-20    <johan AT balder>
10129
10130         An sfr/sbit can have an "at #" AND an initializer
10131         * src/SDCCsymt.c (checkSClass):
10132         * src/SDCCmem.c (allocGlobal):
10133         * src/SDCCmem.c (allocLocal):
10134         * src/SDCCast.c (createBlock):
10135
10136 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10137
10138         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10139
10140 2003-03-16    <johan AT balder>
10141
10142         Undid the hackup of const and volatile, the problem is much bigger
10143         * src/SDCC.y:1.65
10144         * src/SDCCast.c:1.171
10145         * src/SDCCglue.c:1.138
10146         * src/SDCCicode.c:1.146
10147         * src/SDCCsymt.c:1.150
10148         * src/SDCCval.c:1.65
10149
10150 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10151
10152         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10153         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10154
10155 2003-03-13    <johan AT balder>
10156
10157         Hackup const and volatile modifiers in type chains a bit:
10158         * src/SDCC.y:1.63
10159         * src/SDCCast.c:1.169
10160         * src/SDCCglue.c:1.136
10161         * src/SDCCicode.c:1.143
10162         * src/SDCCsymt.c1.146
10163         * src/SDCCsymt.h1.59
10164         * src/SDCCval.c:1.63
10165
10166 2003-03-12    <johan AT balder>
10167
10168         * src/SDCCBBlock.h: more LRH debugging junk
10169         * src/SDCCcflow.h: more LRH debugging junk
10170         * src/SDCCloop.c: more LRH debugging junk
10171         * src/SDCC.y (struct_declaration): fixed bug #697590
10172         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10173         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10174         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10175
10176 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10177         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10178         test function names must now match exactly).
10179         * src/SDCCcse.c: added special case in findCheaperOp to allow
10180         extending a short integer. Makes less awful code for bug 700121 test case.
10181
10182 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10183
10184         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10185         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10186
10187 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10188
10189         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10190         actually called (operandsNotEqual() was called for all
10191         operandsNotEqualX tests).
10192
10193 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10194
10195         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10196         with shorter literals. Fixes bug 700121.
10197
10198 2003-03-11    <johan AT balder>
10199
10200         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10201
10202 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10203
10204         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10205         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10206
10207 2003-03-10  Borut Razem <borut.razem AT siol.net>
10208
10209         * src/SDCCmain.c: pipe preprocessor's output
10210         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10211         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10212         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10213         which closes all pipes in pipeSet set
10214         * src/SDCCset.c: free deleted item in function deleteSetItem()
10215         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10216         moved from z80 to src subproject
10217         * .version: increased version number to 2.3.4
10218
10219 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10220
10221         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10222         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10223         * support/regression/ports/xa51/spec.mk: fix typo
10224
10225 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10226
10227         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10228
10229 2003-03-09  Borut Razem <borut.razem AT siol.net>
10230
10231         * src/SDCCmain.c: pipe preprocessor's output
10232         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10233         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10234         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10235         which closes all pipes in pipeSet set
10236         * src/SDCCset.c: free deleted item in function deleteSetItem()
10237         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10238         moved from z80 to src subproject
10239
10240 2003-03-09  Borut Razem <borut.razem AT siol.net>
10241
10242         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10243         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10244         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10245         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10246         * src/SDCCglobl.h: unification of WIN32 native definitions
10247
10248 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10249
10250         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10251
10252 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * src/configure.in:   check for endianess (even while cross-compiling)
10255         * src/configure:      check for endianess (even while cross-compiling)
10256         * src/configure_in.h: check for endianess (even while cross-compiling)
10257         * src/avr/gen.c:        remove old endianess stuff
10258         * src/mcs51/gen.c:      remove old endianess stuff
10259         * src/ds390/gen.c:      remove old endianess stuff
10260         * src/pic/gen.c:        remove old endianess stuff
10261         * src/pic/genarith.c:   remove old endianess stuff
10262         * src/pic/glue.c:       fix endianess check
10263         * src/pic16/gen.c:      remove old endianess stuff
10264         * src/pic16/genarith.c: remove old endianess stuff
10265         * src/pic16/glue.c:     fix endianess check
10266         * src/xa51/gen.c:       remove old endianess stuff
10267         * src/z80/gen.c:        fix endianess check
10268         * src/SDCCglue.c:       fix endianess check
10269         * src/ds390/peeph.def: fix bug 700036
10270
10271 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10272
10273         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10274         * src/configure: find appropriate data-types on host for SDCC's int and long
10275         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10276         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10277         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10278
10279 2003-03-07    <johan AT balder>
10280
10281         Just a big NOOP:
10282                 some minor cleanups before the big shot
10283                 OP_DEFS and OP_USES now use Kevin's protection
10284                 new option --nolabelopt
10285
10286         * src/SDCCBBlock.c:
10287         * src/SDCCast.c,:
10288         * src/SDCCcflow.c:
10289         * src/SDCCcse.c:
10290         * src/SDCCicode.c:
10291         * src/SDCCicode.h:
10292         * src/SDCClabel.c:
10293         * src/SDCCloop.c:
10294         * src/SDCCmain.c:
10295         * src/ds390/ralloc.c:
10296         * src/mcs51/ralloc.c:
10297         * src/pic/ralloc.c:
10298         * src/xa51/ralloc.c:
10299         * src/z80/ralloc.c:
10300
10301 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10302
10303         * src/pic/pcode.c (get_op): fix 64 bit warnings
10304         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10305         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10306         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10307         * support/regression/tests/malloc.c: fix 64 bit warnings
10308
10309 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10310
10311         * src/mcs51/gen.c (genMinus): fixed bug 696436
10312
10313 2003-03-02  Borut Razem <borut.razem AT siol.net>
10314
10315         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10316
10317 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10318
10319         * configure.in: test for mkstemp
10320         * sdccconf_in.h: add HAVE_MKSTEMP
10321
10322 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * device/include/ctype.h: removed warning while using --stack-auto
10325         * device/include/malloc.h: removed warning while using --stack-auto
10326         * device/include/string.h: removed warning while using --stack-auto
10327
10328 2003-02-23  Borut Razem <borut.razem AT siol.net>
10329
10330         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10331         because NDEBUG is defined (see man assert)
10332         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10333
10334 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10335
10336         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10337         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10338
10339 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10340
10341         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10342         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10343
10344 2003-02-18    <johan AT balder>
10345
10346         * as/mcs51/asmain.c (asmbl): module can start with a digit
10347         * as/z80/asmain.c (asmbl): module can start with a digit
10348
10349 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10350
10351         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10352         * src/asm.c: fix pipe() for Mingw32
10353
10354 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10355
10356         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10357         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10358         make -V work again; --c1mode reads now from stdin
10359         * doc/sdccman.lyx: added --c1mode
10360         * support/Util/SDCCerr.c: new messages for c1 mode
10361         * support/Util/SDCCerr.h: new messages for c1 mode
10362         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10363
10364 2003-02-15    <johan AT balder>
10365
10366         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10367
10368 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10369
10370         * doc/sdccman.lyx: Environment variables, -o and other minor things
10371
10372 2003-02-14    <johan AT balder>
10373
10374         * src/xa51/main.c: before anyone really tries to use it :)
10375
10376         * Install doc's in share/sdcc/doc
10377         * removed some obsolete files
10378         * Do a proper make distclean and uninstall
10379         M Makefile.common.in
10380         R sdccbuild.sh
10381         M as/Makefile
10382         M device/include/Makefile.in
10383         M device/lib/Makefile.in
10384         M doc/sdccman.lyx
10385         M link/Makefile
10386         M sim/ucsim/doc/Makefile.in
10387         M src/clean.mk
10388         R src/avr/peeph.rul
10389         R src/xa51/peeph.rul
10390         M support/cpp2/Makefile.in
10391         M support/makebin/Makefile
10392
10393
10394 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10397
10398 2003-02-10  Borut Razem <borut.razem AT siol.net>
10399
10400         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10401         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10402         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10403         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10404         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10405         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10406         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10407         src/z80/Makefile.bcc: Borland Makefile cleanup
10408         * as/z80/Makefile.bcc: Added Borland Makefile
10409         * support/cpp2/borland.h: Removed
10410
10411 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10414         * src/SDCC.lex: new pragma NOIV
10415         * src/SDCCglobl.h: new pragma NOIV
10416         * src/SDCCmem.c: new pragma NOIV
10417
10418 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10419
10420         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10421
10422 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10423
10424         * src/SDCCmain.c: signal handling is switched off by --debug
10425         * doc/Makefile: small fix for install; use clean.mk again
10426         * doc/clean.mk: clean *.pdf and *.html too
10427
10428 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10431         * device/lib/printfl.c: fix a ds390 bug by making it portable
10432         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10433         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10434         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10435         * debugger/mcs51/cmd.c: converted multi-line string literals
10436         * sim/ucsim/globals.cc: converted multi-line string literals
10437         * src/SDCCmain.c: introduced signal handler to remove temp files
10438         * doc/Makefile: small tweaks, implement clean
10439         * doc: removed generated files
10440
10441 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10442
10443         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10444         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10445         Address Record is not correctly generated for DS390."
10446
10447 2003-02-02  Borut Razem <borut.razem AT siol.net>
10448
10449         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10450         * as/mcs51/asm.h: fixed compilation with Borland C
10451         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10452         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10453         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10454         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10455         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10456         src/z80/Makefile.bcc: delete $(LIB) only if exist
10457         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10458
10459 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10460
10461         * device/include/malloc.h: introduced NULL
10462         * device/include/string.h: introduced NULL
10463         * device/include/stdlib.h: introduced NULL
10464         * device/lib/_memcpy.c: removed NULL
10465         * device/lib/_strcat.c: removed NULL
10466         * device/lib/_strchr.c: removed NULL
10467         * device/lib/_strcmp.c: removed NULL
10468         * device/lib/_strcpy.c: removed NULL
10469         * device/lib/_strcspn.c: removed NULL
10470         * device/lib/_strlen.c: removed NULL
10471         * device/lib/_strncat.c: removed NULL
10472         * device/lib/_strncmp.c: removed NULL
10473         * device/lib/_strncpy.c: removed NULL
10474         * device/lib/_strpbrk.c: removed NULL
10475         * device/lib/_strrchr.c: removed NULL
10476         * device/lib/_strspn.c: removed NULL
10477         * device/lib/_strstr.c: removed NULL
10478         * device/lib/_strtok.c: removed NULL
10479         * device/lib/malloc.c: removed NULL, include own header
10480
10481 2003-02-02    <johan AT balder>
10482
10483         * 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
10484         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10485         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10486         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10487         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10488         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10489
10490 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10491
10492         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10493         area 'DATA'"
10494
10495 2003-02-01    <johan AT balder>
10496
10497         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10498
10499 2003-01-31    <johan AT CP255758-A>
10500
10501         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10502
10503 2003-01-30    <johan AT balder>
10504
10505         * src/SDCCBBlock.c: automatic bug detection
10506         * src/SDCCicode.c: automatic bug detection
10507
10508 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10509
10510         * src/SDCCglobl.h:   now --xram-size 0 works
10511         * src/SDCCmain.c:    now --xram-size 0 works
10512
10513 2003-01-29    <johan AT balder>
10514
10515         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10516
10517 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10518
10519         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10520         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10521         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10522         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10523         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10524         * src/SDCCmain.c:    Added options --xram-size and --code-size
10525
10526 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10527
10528         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10529         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10530
10531 2003-01-27    <johan AT balder>
10532
10533         * src/SDCC.y: fixed bug #613764
10534
10535 2003-01-26    <johan AT balder>
10536
10537         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10538         * src/SDCCsymt.h: fixed bug #673374
10539         * src/SDCCglue.c: fixed bug #661910
10540         * src/SDCCast.c: fixed bug #458099 and 673374
10541
10542 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10543
10544         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10545         * as/mcs51/strcmpi.h: added
10546         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10547         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10548         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10549         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10550         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10551         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10552         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10553         * as/mcs51/Makefile.aslink: new module strcmpi
10554         * as/mcs51/Makefile.asx8051: new module strcmpi
10555         * as/mcs51/Makefil.bcc: new module strcmpi
10556         * as/mcs51/Makefile.in: new module strcmpi
10557         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10558
10559 2003-01-26    <johan AT balder>
10560
10561         * src/SDCCglue.c: reverted back to 1.124
10562         * src/SDCCast.c: reverted back to 1.156
10563         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10564
10565 2003-01-25    <johan AT balder>
10566
10567         * src/SDCCglue.c: A better fix for bug #661910
10568         * src/SDCCast.c: A better fix for bug #661910
10569         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10570
10571 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10572
10573         * src/Makefile.in: remove spawn.o
10574         * src/SDCCmain.c: remove spawn.h
10575         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10576         * src/spawn.c: removed
10577         * src/spawn.h: removed
10578         * support/regression/ports/ds390/spec.mk: link with -r
10579
10580 2003-01-24    <johan AT CP255758-A>
10581
10582         * src/ds390/gen.c (aopOp): fixed bug #667458
10583         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10584         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10585         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10586
10587 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10588
10589         * src/mcs51/peeph.def: better assembler identation by Frieder
10590         * src/mcs51/gen.c: better assembler identation by Frieder
10591
10592 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10593
10594         * as/z80/string.h: removed for gcc 3.2
10595         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10596         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10597
10598 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10599
10600         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10601         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10602         * support/regression/Makefile: separate temp files for ports
10603         * support/regression/generate-cases.py: separate temp files for ports
10604         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10605         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10606
10607 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10608
10609         * moved tinitalk to device/examples/ds390
10610
10611 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10612
10613         * as/mcs51/lkmem.c: rflag is for DS390
10614         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10615         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10616                          (linkEdit): move mem- and map-files the same way as ihx-files
10617         * src/z80/main.c (_setDefaultOptions): removed --generic
10618         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10619         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10620         * src/pic/glue.c (picglue): --c1mode works again
10621         * src/pic16/glue.c (pic16glue): --c1mode works again
10622         * src/asm.c (printCLine): fix #660034
10623
10624 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10625
10626         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10627         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10628         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10629         * as/mcs51/lkmem (summary): better fix for sp problem
10630         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10631         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10632         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10633                                               remove --stack-after-data
10634
10635 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10636
10637         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10638         * src/SDCCutil.c (join): ugly bug: missing '\0'
10639         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10640
10641 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10644         * src/port.h: typo
10645         * src/pic/main.c (_asmCmd): gpasm supports -o
10646         * src/z80/main.c: more general macros
10647         * device/lib/Makefile.in: remove intermediate files
10648
10649 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10650
10651         * .version: Bumped version number to 2.3.3
10652         * src/SDCCBBlock.c: new option -o
10653         * src/SDCCglobl.h: new option -o
10654         * src/SDCCglue.c: new option -o
10655         * src/SDCCmain.c: new option -o
10656         * src/asm.c: new option -o
10657         * src/ds390/main.c: new option -o
10658         * src/pic/glue.c: new option -o
10659         * src/pic/pcode.c: new option -o
10660         * src/pic/ralloc.c: new option -o
10661         * src/pic16/glue.c: new option -o
10662         * src/pic16/pcode.c: new option -o
10663         * src/pic16/ralloc.c: new option -o
10664         * src/z80/main.c: new option -o
10665         * device/lib/Makefile.in: use -o
10666         * support/regression/ports/ds390/spec.mk: use -o
10667         * support/regression/ports/gbz80/spec.mk: use -o
10668         * support/regression/ports/mcs51/spec.mk: use -o
10669         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10670         * support/regression/ports/z80/spec.mk: use -o
10671         * support/regression/ports/ucz80/spec.mk: use -o
10672         * support/regression/ports/xa51/spec.mk: use -o
10673         * support/regression/fwk/lib/timeout.c: fix usage string
10674
10675 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10676         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10677
10678 2003-01-07    <johan AT balder>
10679
10680         * src/SDCCast.c (decorateType): fixed bug #600035
10681
10682 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10683         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10684         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10685         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10686         * src/pic/pcode.c: outcommented unused variable to remove warnings
10687         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10688
10689 2003-01-06    <karl AT turbobit.com>
10690         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10691    regression tests.
10692
10693 2003-01-06    <johan AT balder>
10694
10695         * src/SDCCicode.c: fixed array add
10696
10697 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10698         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10699         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10700
10701 2003-01-04    <johan AT balder>
10702
10703         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10704
10705 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10706         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10707
10708 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10709         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10710         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10711
10712 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10713         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10714
10715 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10716         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10717
10718 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10719         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10720
10721 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10722
10723     * in \sdcc\as\mcs51\ changed these files in order to create an
10724     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10725     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10726     following files to include the previous two files: aslink.dsp,
10727     Makefile.aslink, Makefile.bcc, and Makefile.in.
10728
10729     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10730     .adb instead of .cdb
10731
10732 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10733
10734         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10735         value from option --iram-size.
10736
10737 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10738
10739         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10740         dram[] array.
10741
10742 2002-09-18    <wiml AT hhhh.org>
10743
10744         * SDCClrange.h: exposed setFromRange() and setToRange()
10745         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10746           packRegsForAccUse() (bug 542397)
10747         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10748           multiple times and emitting the fetch operations more than once
10749           added aopGetUsesAcc() function to allow binary operators to
10750           fetch their operands in the correct order; made genMinus() emit
10751           compact code for X = LITERAL - Y
10752
10753 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10754         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10755         sprintf() in line 1267.
10756
10757 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10758         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10759         like ports.
10760
10761 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10762         Changes to aslink (All the changes are marked with 'JCF'):
10763
10764         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10765         summary().
10766
10767         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10768         area BSEG.  Also moves, if possible, the DATA area down into the internal
10769         ram so more space is available.
10770
10771         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10772         sflag.
10773
10774         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10775         not bytes.  Function summary() which creates a memory usage summary
10776         file with extension .mem.  Reports of overlaping stack and small stack
10777         size.  If the space for the stack is less than 16 bytes aslink trows a
10778         warning.
10779
10780         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10781         the 8051.  Option 'y' for memory summary output file.
10782
10783         Changes to sdcc (All the changes are marked with 'JCF'):
10784
10785         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10786
10787         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10788         overlaying area for it (uses RegBankUsed[4]).
10789
10790         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10791         bank zero as used by default.  By default aslink locates the stack
10792         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10793         the creation of the .mem file.  Delegates the allocation of data area
10794         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10795         the begining of the stack area to aslink.
10796
10797         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10798         glue() in SDCCglue.c creates an area for it.
10799
10800 2002-09-03  Borut Razem <borut.razem AT siol.net>
10801         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10802         sdcc/src/pic/glue.c:
10803         introduced atexit() handler for teporay files removal in case of
10804         errors, assertions, ...
10805
10806 2002-08-29  Borut Razem <borut.razem AT siol.net>
10807         * sdcc/support/cpp2/auto-host_vc_in.h:
10808         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10809         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10810         Maybe there is a similar problem with BORLANDC? It should be checked!
10811
10812         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10813         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10814         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10815         was not executed, and the compiler (cl) launched a warning:
10816         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10817
10818 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10819         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10820
10821 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10822         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10823
10824         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10825           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10826           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10827           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10828           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10829           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10830           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10831         - added Release configuration in VS projects
10832         - review of compiler an linker options
10833         - VC .exe files are generated in bin_vc directory, not to interfere
10834           with binaries generated from other projects (cygwin, mingw, bcc ...)
10835
10836         * sdcc/src/yacc.dsp: added
10837
10838         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10839         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10840         and insert the version number definitions from .version
10841
10842         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10843
10844         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10845         added - genarate auto-host.h using auto-host_vc_in.h as template
10846
10847         * sdcc/sdcc_vc.h,
10848         removed from CVS, generated automatically
10849
10850 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10851         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10852
10853 2002-08-11  Borut Razem <borut.razem AT siol.net>
10854         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10855
10856 2002-08-10  Borut Razem <borut.razem AT siol.net>
10857         * src/SDCCmain.c (main):
10858         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10859         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10860         The consequence was that some temporary files were not removed.
10861
10862         * src/SDCCglue.c:
10863         unification of code in functions tempfilename() and tempfile():
10864         function tempnam() is defined in Visual Studio 6.0 and .NET
10865
10866         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10867
10868         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10869           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10870         - removed compiler command line option /WX: Treats all warnings as errors
10871         - update a list of source files, included into the project
10872
10873         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10874           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10875         changed project type to Generic Project so that can be correcly converted to VS.NET project
10876
10877         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10878
10879         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10880
10881         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10882
10883         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10884         added return 0 statements after assert() to make compiler happy
10885
10886         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10887         added newline in the def file to keep MSC compiler satisfied
10888
10889         * sdcc/src/z80/gen.c:
10890         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10891           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10892         - solved MSC error in function aopDump()
10893
10894         * sdcc_vc.h: define PREFIX as "\\sdcc"
10895
10896 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10897         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10898
10899 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10900         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10901         - Rewrote the register banking algorithm.
10902         - Added pCode live-range analysis to registers (for now, only non-used and
10903         singly-used registers optimized away)
10904
10905         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10906
10907         * 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.
10908
10909 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10910         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10911
10912 2002-04-22  Michael Hope  <michaelh AT vroom>
10913
10914         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10915
10916         * configure.in (DD_COPT): Added include support required for gbdk.
10917
10918         * .version: Bumped version number just to increase it.
10919
10920         * src/SDCCmain.c: Added -nostdinc to the default options.
10921
10922 2002-04-15  Michael Hope  <michaelh AT vroom>
10923
10924         * device/lib/z80/printf.c (sprintf): Added.
10925
10926         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10927
10928         * src/z80/peeph.def: Added transpose redundent load rule.
10929
10930         * src/z80/main.c: Added force callee saves for jaune.
10931
10932         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10933
10934         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10935
10936 2002-03-28  Johan Knol  <johan AT balder>
10937
10938         * src/SDCCval.c: fixed bug #532436
10939
10940 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10941         * /src/port.h:
10942         Added "char *Processor" field to the port structure.
10943
10944         * /src/SDCCmain.c:
10945         Added -p option. Allows port dependent processor to be specified.
10946
10947         * all ports:
10948         Initialized the new field char *Processor field to NULL in all ports
10949
10950         * /src/pic/*:
10951         Compiler generated registers for interrupt context saving
10952         were not getting allocated.
10953
10954 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10955
10956         * /src/SDCCast.c:
10957         Fixed left shift. Will promote the left side of a left shift
10958         if a) left shifting more than size of operand or b) when assigned
10959         to something size > size of left side
10960
10961 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10962         * src/pic/*
10963         tons of changes. Register allocation has been
10964         rewritten. Added customization for the various PICs. Flow
10965         analysis is restructured. ...
10966
10967         * src/pic/device.h:
10968         Added
10969
10970         * src/pic/device.c:
10971         Added. device.c is a PIC port hack to accomodate variations
10972         in PIC devices.
10973
10974 2002-03-13  Michael Hope  <michaelh AT vroom>
10975
10976         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10977
10978 2002-03-04  johanknol  <johanknol AT manik>
10979
10980         * /src/SDCCval.c: fixed
10981
10982         const unsigned char arr[][2] = { { 0, 1 } };
10983         t18.c:1: error: Initializer element is not constant
10984
10985 2002-03-04  bela  <bela AT manik>
10986
10987         * /device/include/mcs51reg.h:
10988         ds89c420 register definition update
10989
10990 2002-03-03    <johan AT FRIJA>
10991
10992         * support/Util/SDCCerr.c: did something, but don't no why anymore
10993
10994         * support/regression/tests/bug-524691.c: made it a little less shy
10995
10996         * src/SDCCast.c (decorateType): fixed bug #524697
10997
10998         * src/SDCCast.c: made some lineno improvements
10999
11000         * src/SDCCval.c (getNelements): changed warning to error
11001
11002         * src/SDCCglue.c (printIvalArray): changed warning to error
11003
11004         * src/SDCCicode.c: fixed a warning for mingw
11005
11006         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11007
11008         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11009
11010 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11011
11012         * src/ds390/peeph.def:
11013         Added some more peephole rules
11014
11015         * src/ds390/gen.c: Various fixes & enhancements
11016
11017         * src/SDCClrange.c, src/SDCClrange.h:
11018         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11019
11020         * src/ds390/ralloc.c:
11021         various fixes & enhancements (ds390) specific
11022
11023         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11024         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11025         from rallocs.
11026
11027         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11028
11029 2002-03-02    <johan AT FRIJA>
11030
11031         * src/SDCCast.c (decorateType): fixed bug #524708
11032
11033         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11034
11035         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11036
11037 2002-03-01  Michael Hope  <michaelh AT vroom>
11038
11039         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11040
11041         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11042
11043 2002-03-01    <johan AT FRIJA>
11044
11045         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11046
11047         * src/SDCCast.c (decorateType): fixed bug #524209
11048
11049         * src/SDCCval.c (valNot): fixed bug #524195
11050
11051 2002-02-26    <johan AT balder>
11052
11053         * src/xa51/gen.c: fixed a warning
11054
11055         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11056
11057         * src/SDCCast.c (decorateType): fixed bug #522534
11058
11059 2002-02-23    <johan AT balder>
11060
11061         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11062
11063 2002-02-22    <johan AT balder>
11064
11065         * src/SDCCast.c: fixed bug #514865
11066
11067         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11068
11069 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11070
11071         * sdcc/src/SDCCloop.c:
11072         Previous fix was not good. basic blocks that have "break" or "return" are
11073         not really partof a loop , but live ranges used in these blocks should
11074         be live thru the entire loop, so set partOfLoop but don't add them to
11075         loop region
11076
11077 2002-02-21    <johan AT FRIJA>
11078
11079         * src/SDCCcse.c: fixed bug #514308
11080
11081 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11082
11083         * src/SDCCloop.c:
11084         Fixed BUG #519583. If a conditional block ended in a return/break
11085         statement inside a loop, it was not being considered part of the loop.
11086
11087         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11088
11089 2002-02-10  Karl Bongers <karl AT turbobit.com>
11090
11091         * debugger/*:
11092         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11093         with lots of comments and notes.
11094
11095         * device/examples/test2.c:
11096         Fix bug, "red" variable not being initialized(compiler complained).
11097
11098         * device/examples/Makefile, examples/test3.c:
11099         Add Makefile in device/examples folder, compiles test3.c
11100         for use as a multiple module SDCDB test case.
11101
11102         * sim/ucsim/cmd.src/cmdset.cc:
11103         Took out debug printfs in ucsim "next" command.
11104
11105         * sim/ucsim/xa.src:
11106         Karl and Johan start ucsim XA support.  Most dissassembly working,
11107         about 75% emulation done(plenty of work remaining).
11108
11109         * sim/ucsim/z80.src:
11110         Add Z80 support to ucsim, add test-ucz80 regression test,
11111         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11112         Notice z80 compiler fails on examples/test3.c/crc code.
11113
11114 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11115
11116         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11117         Added support for --parms-in-bank1
11118
11119         * src/ds390/peeph.def:
11120         added a few more peephole optimzations
11121
11122         * src/ds390/main.c:
11123         1) added __builtin_inp & __builtin_outp used to read in data of given length
11124            from a memory mapped port
11125         2) added __builtin_memcmp
11126         3) added __builtin_swapw swap bytes of a short
11127
11128         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11129         1) handle multiple send & receives from register bank1
11130         2) ralloc can now allocate DPTR1 to some liveRanges
11131
11132         * src/SDCCsymt.c, src/SDCCsymt.h:
11133         changes to handle multiple sends & receives
11134
11135         * src/SDCCptropt.h:
11136         added some pointer arithmetic optimization
11137
11138         * src/SDCCptropt.c:
11139         added some pointer arithmetic optimizations but not stable yet so not
11140         called from anywhere (will get this working shortly)
11141
11142         * src/SDCCopt.c: fixed for multiple sends & receives
11143
11144         * src/SDCCmain.c:
11145         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11146         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11147            set preprocessor defines (depending on options)
11148
11149         * src/SDCCicode.c, src/SDCCicode.h:
11150         changes made to handle multiple sends & receives
11151
11152         * src/SDCCglobl.h:
11153         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11154
11155         * src/SDCCcse.c, src/SDCCcse.h:
11156         added function findbackward def (to be used in upcoming optimization)
11157
11158         * src/SDCCcflow.c, src/SDCCcflow.h:
11159         added function returnAtEnd - to determine if a basic block terminates with
11160         a RETURN iCode
11161
11162         * src/SDCCast.c, src/SDCCast.h:
11163         added option parms-in-bank1
11164
11165         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11166         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11167         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11168         adjusted for --parms-in-bank1 option
11169
11170         * device/include/string.h:
11171         donot redefine "reentrant" keyword
11172
11173         * device/include/ds80c390.h: Added some more SFRs
11174
11175 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11176
11177         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11178
11179 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11180
11181         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11182
11183 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11184
11185         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11186
11187 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11188
11189         * Added --xram-movc option
11190
11191 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11192
11193         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11194
11195 2002-01-11  Johan Knol
11196
11197         * Added math lib of Jesus Calvino-Fraga
11198
11199 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11200
11201         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11202         * support/regression/Makefile: new target test-mcs51-stack-auto
11203         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11204
11205 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11206
11207         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11208
11209 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11210
11211         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11212
11213 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11214
11215         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11216
11217         * src/SDCCglue.h: add definition for printIvalChar()
11218
11219 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11220
11221         * src/SDCCast.c: fix #498138 by Johan
11222
11223         * src/SDCCglue.c: fix #498138 by Johan
11224
11225 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11226
11227         * support/regression/Makefile: fix clean
11228
11229         * support/regression/ports/ds390/support.c: fix transmission of last character
11230
11231 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11232
11233         * /sdcc/src/ds390/gen.c:
11234         a) improved computing address of stack variable
11235         b) took out some #if 0 code
11236         c) improved parmBytes adjustment
11237         d) improved genPlusIncr & genMinusIncr
11238         e) genCmp could generate bad code (when left assigned to DPTR)
11239         f) Fixed bug in hasInc
11240
11241         * /sdcc/src/ds390/ralloc.c:
11242         a) packRegsForSupport could mess up live information (Fixed)
11243         b) packRegsDPTRuse could be incorrect for left & right shift
11244
11245         * /sdcc/src/mcs51/ralloc.c:
11246         packRegsForSupport could mess up the live information (Fixed)
11247
11248         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11249
11250         * /sdcc/src/SDCCast.c:
11251         can reverse a loop even if function call is present as long
11252         as the loop control variable is local & is not passed as parameter
11253
11254 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11255
11256         * /sdcc/ChangeLog: *** empty log message ***
11257
11258         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11259         More builtin function additions for TININative
11260
11261         * /sdcc/src/ds390/ralloc.c:
11262         Had broken the regression testsuite
11263
11264         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11265
11266         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11267         Added funcattr hasStackParms will be set for reentrant functions when there
11268         are paramteres on the stack, this helps in minimizing frame pointer generation
11269         typeFromStr can handle function pointers now
11270
11271         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11272         *** empty log message ***
11273
11274 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11275
11276         * /src/ds390/gen.c, /src/ds390/main.c:
11277         More builtin function additions for TININative
11278
11279         * /src/ds390/ralloc.c:
11280         Had broken the regression testsuite
11281
11282         * /src/SDCCast.c: Fixed a bug in dumptree
11283
11284         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11285         Added funcattr hasStackParms will be set for reentrant functions when there
11286         are paramteres on the stack, this helps in minimizing frame pointer generation
11287         typeFromStr can handle function pointers now
11288
11289         * /doc/builtins.txt, /doc/TININative.txt:
11290         *** empty log message ***
11291
11292
11293 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11294
11295         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11296         ALPHA version for -mTININative
11297
11298         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11299         updated to reflect changes in the port structure
11300
11301         * /src/port.h:
11302         added function do_assemble (similar to do_link) if non-null this function
11303         will be called to do assembly (-mTININative) requires a multi command
11304         assembly
11305         added function genAssemblerEnd will be called to generate assembler Epilogue
11306
11307         * /src/SDCCsymt.c:
11308         added _JavaNative to debug info printing
11309
11310         * /src/SDCCmain.c: added option --tini-libid
11311         added port->do_assemble function (-mTININative) has a multi command assemble
11312
11313         * /src/SDCCglue.c: Disabled "constExpr" check
11314         added port->genAssemblerEnd function
11315
11316         * /src/SDCCglobl.h: Added option --tini-libid value
11317
11318         * /src/SDCCast.h:
11319         tookout optimizeCompare from the header (has no external references)
11320
11321         * /src/SDCCast.c: made one more function "static"
11322
11323 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11324
11325         * src/z80/mappings.i: Added z80asm support.
11326
11327         * src/z80/main.c: Added z80asm support on --asm=z80asm
11328
11329         * src/z80/gen.c: Fixed asm portability issues.
11330
11331         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11332
11333         * src/SDCCglue.c (printExterns): Added global/extern split.
11334
11335 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11336
11337         * support/regression/Makefile: added test for mcs51 model large
11338
11339         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11340
11341         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11342
11343 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11344
11345         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11346
11347 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11348
11349         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11350
11351         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11352
11353 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11354
11355         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11356
11357         * support/regression/tests/simplefloat.c: Port to mcs51.
11358
11359 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11360         * support/regression/tests/bug-485362.c: Added.
11361
11362         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11363
11364         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11365
11366         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11367
11368         * src/z80/gen.c (aopDump): Added a dump function.
11369
11370 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11371         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11372
11373         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11374
11375         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11376
11377         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11378
11379         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11380
11381         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11382
11383         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11384
11385         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11386
11387         * support/regression/ports/ds390/support.c: Use tinibios.
11388
11389         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11390
11391 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11392
11393         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11394         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11395
11396         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11397
11398         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11399
11400 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11401
11402         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11403
11404         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11405         (packRegsForIYUse): Created and optimised.
11406
11407 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11408
11409         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11410 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11411
11412         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11413
11414         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11415
11416         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11417
11418 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11419
11420         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11421
11422         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11423
11424 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11425
11426         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11427
11428         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11429
11430         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11431
11432 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11433
11434         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11435         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11436         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11437
11438         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11439
11440         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11441         (genNotFloat): Added.
11442         (genUminusFloat): Added.
11443
11444         * device/lib/z80/Makefile: Added floating pt stubs.
11445
11446         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11447
11448         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11449
11450         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11451
11452 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11453
11454         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11455
11456         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11457
11458         * sdcc/support/regression/Makefile: Add port ds390.
11459
11460         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11461
11462         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11463
11464         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11465
11466         * sdcc/support/regression/ports/ds390/support.c: Added.
11467
11468         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11469
11470         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11471
11472         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11473
11474 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11475
11476         * device/include/malloc.h: Added z80 and gbz80 support.
11477
11478         * device/lib/gbz80/heap.s: Added.
11479
11480         * device/lib/z80/heap.s: Added.
11481
11482         * device/lib/malloc.c: Added z80 and gbz80 support.
11483
11484         * support/regression/tests/malloc.c (testMalloc): Added.
11485
11486         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11487
11488         * support/regression/tests/bug-478094.c: Added.
11489
11490         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11491
11492 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11493
11494         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11495
11496         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11497
11498         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11499
11500         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11501
11502         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11503
11504 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11505
11506         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11507
11508 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11509
11510         * support/regression/tests/bug-477927.c: Added.
11511
11512         * src/z80/peeph.def: Added minor rules.
11513
11514         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11515
11516         * src/z80/peeph.def: Added jump optimisation modification.
11517
11518 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11519
11520         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11521
11522 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11523
11524         * support/regression/tests/funptrs.c: Added.
11525
11526 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11527
11528         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11529
11530 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11531
11532         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11533
11534         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11535
11536         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11537         (movLeft2ResultLong): Created.
11538
11539         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11540         (joinPushes): Added.  Joins two char pushes into a word push.
11541
11542 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11543
11544         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11545
11546         * support/makebin/Makefile (install): Added creation of dest dir.
11547
11548 2001-10-24 Karl Bongers <karl AT turbobit.com>
11549
11550         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11551
11552 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11553
11554         * src/z80/ralloc.c: Turned off faulty pack for one use.
11555
11556         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11557
11558         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11559
11560 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11561
11562         * support/regression/Makefile: Improved clean
11563
11564         * support/regression/ports/gbz80/spec.mk: Added clean
11565
11566         * support/regression/ports/host/spec.mk: Added clean
11567
11568         * support/regression/ports/z80/spec.mk: Added clean
11569
11570         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11571
11572         * support/regression/ports/mcs51/timeout.c: little improvements
11573
11574 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11575
11576         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11577
11578         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11579
11580         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11581
11582 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11583
11584         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11585
11586         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11587
11588 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11589         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11590
11591         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11592
11593         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11594
11595         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11596
11597         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11598
11599         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11600
11601         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11602
11603         * support/regression/tests/longor.c: Added.
11604
11605 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11606
11607         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11608
11609         * as/mcs51/aslink.h: define PATH_MAX
11610
11611         * as/mcs51/asm.h: define PATH_MAX
11612
11613         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11614
11615         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11616
11617         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11618
11619         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11620
11621         * src/SDCCglobl.h: define PATH_MAX
11622
11623         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11624
11625         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11626
11627 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11628
11629         * src/z80/gen.c (gencjneshort): Fixed
11630
11631         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11632
11633 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11634
11635         * support/regression/tests/bug-469671.c: Added.
11636
11637         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11638
11639 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11640
11641         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11642
11643         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11644
11645 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11646
11647         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11648
11649         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11650
11651         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11652
11653         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11654
11655         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11656
11657         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11658
11659         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11660
11661 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11662
11663         * 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.
11664
11665         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11666
11667         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11668
11669 2001-10-07    <johan AT FRIJA>
11670
11671         * device/lib/gets.c (gets): fixed the return value.
11672
11673 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11674         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11675
11676         * 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.
11677
11678         * 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.
11679
11680         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11681
11682         * src/pic/gen.c: Removed Safe_strdup.
11683
11684         * configure.in: Added option to enable libgc support.
11685
11686         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11687         (bitVectUnion): Optimised.
11688         (bitVectIntersect): Optimised.
11689         (bitVectBitsInCommon): Optimised.
11690         (bitVectCplAnd): Optimised.
11691
11692         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11693
11694 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11695
11696         * src/SDCCmain.c: distinguish between assembler debug and plain options
11697
11698         * src/avr/main.c:   remove standard assembler options
11699
11700         * src/ds390/main.c: remove standard assembler options
11701
11702         * src/mcs51/main.c: remove standard assembler options
11703
11704         * src/port.h: removed "PENDING" comment
11705
11706 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11707
11708         * src/device/lib/_mulint.c  : new, with assember functions
11709
11710         * src/device/lib/_mullong.c : new, with assember functions
11711
11712         * src/device/lib/_divuint.c : with assember functions
11713
11714         * src/device/lib/_divsint.c : with assember functions
11715
11716         * src/device/lib/_divulong.c: with assember functions
11717
11718         * src/device/lib/_divslong.c: with assember functions
11719
11720         * src/device/lib/_moduint.c : with assember functions
11721
11722         * src/device/lib/_modsint.c : with assember functions
11723
11724         * src/device/lib/_modulong.c: with assember functions
11725
11726         * src/device/lib/_modslong.c: with assember functions
11727
11728         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11729
11730         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11731
11732         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11733                                       replaced _mululong.c and _mulslong.c by _mullong.c
11734
11735 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11736
11737         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11738
11739 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11740
11741         * src/SDCCglue.c: test, if win32api is available for MINGW
11742
11743 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11744
11745         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11746         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11747         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11748         * support/regression/ports/host/spec.mk: removed GENERIC
11749         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11750         * support/regression/ports/z80/spec.mk: removed GENERIC
11751
11752 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11753
11754         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11755
11756         * support/regression/tests/bug-467035.c: Created.
11757
11758 2001-10-01    <johan AT FRIJA>
11759
11760         * src/SDCC.y: fixed bug #466586 part 1
11761
11762 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11763
11764         * SDCCicode.c: z80 has no generic pointers
11765         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11766
11767 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11768
11769         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11770
11771 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11772
11773         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11774
11775         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11776
11777 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11778
11779         * configure.in: Fixed up so that ucsim is only configured once.
11780
11781         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11782
11783         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11784         (getPathDifference): As above.
11785
11786         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11787
11788         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11789
11790 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11791         * .version: Updated to 2.3.1
11792
11793         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11794         Added copyright header.
11795
11796         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11797         (assemble): Added support for macro based assembler commands.
11798         (linkEdit): Added support for macro based linker commands.
11799         (preProcess): Changed the pre-processor to use macros.
11800         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11801         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11802
11803         * device/lib/z80/crt0.s: Added module name for debugging.
11804
11805 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11806
11807         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11808
11809         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11810
11811         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11812
11813         * src/Makefile.in: Added SDCCmacro and SDCCutil
11814
11815 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11816
11817         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11818
11819 2001-09-16    <johan AT FRIJA>
11820
11821         * 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.
11822
11823 2001-09-15    <johan AT FRIJA>
11824
11825         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11826         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11827
11828 2001-09-11    <johan AT FRIJA>
11829
11830         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11831
11832 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11833
11834         * support/regression/tests/bug-460444.c: Added test case.
11835
11836         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11837         (genCast): Added justification for all of the asserts.
11838
11839 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11840
11841         * support/regression/support.c: _xdata replaced by xdata
11842
11843         * support/regression/spec.mk: removed _generic
11844
11845 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11846
11847         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11848
11849         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11850         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11851
11852         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11853
11854         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11855
11856         * support/regression/tests/bug-460010.c: Added test case.
11857
11858         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11859
11860 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11861
11862         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11863
11864         * support/regression/testfwk.c: removed workaround for bug #436344
11865
11866         * support/regression/tests/bp.c: use less memory with mcs51
11867
11868         * support/regression/tests/bug-441448.c: use less memory
11869
11870         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11871
11872         * support/regression/collate-results.py: typo
11873
11874 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11875
11876         * support/regression/tests/fetchoverlap.c: Added new test case.
11877
11878         * support/regression/tests/bp.c: Added new test case.
11879
11880         * support/regression/tests/bug-448984.c: Added new test case.
11881
11882         * support/regression/tests/pow2shifts.c: Added new test case.
11883
11884         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11885         (genlshTwo): Fixed right shift for count > 8.
11886
11887         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11888
11889 2001-09-08    <johan AT FRIJA>
11890
11891         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11892
11893 2001-09-07    <johan AT FRIJA>
11894
11895         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11896
11897         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11898
11899 2001-09-06    <johan AT FRIJA>
11900
11901         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11902         * bernhard noted me at this: "() equals to (void)" (1.38)
11903
11904 2001-09-05    <johan AT FRIJA>
11905
11906         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11907
11908 2001-09-04    <johan AT FRIJA>
11909
11910         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11911
11912
11913 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11914
11915         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11916
11917 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11918
11919         * link/z80/aslink.h: Fixed path for PATH_MAX
11920
11921 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11922
11923         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11924
11925         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11926
11927         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11928
11929         * 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.
11930
11931 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11932
11933         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11934         (genCmp): Fixed up genCmp for the GB with longs.
11935
11936         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11937
11938         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11939
11940         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11941
11942         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11943
11944 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11945
11946         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11947
11948 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11949
11950         * 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.
11951
11952         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11953
11954 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11955
11956         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11957
11958         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11959
11960 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11961
11962   * sim/ucsim/configure:    little improvement of Cygwin-detection
11963   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11964   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11965   * support/regression/tests/bug-221100.c: small changes for mcs51
11966   * support/regression/tests/bug-221168.c: small changes for mcs51
11967   * support/regression/tests/bug-227710.c: small changes for mcs51
11968   * support/regression/tests/staticinit.c: small changes for mcs51
11969   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11970   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11971   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11972
11973 $Revision$