* doc/README.txt: updated
[fw/sdcc] / ChangeLog
1 2006-07-11 Borut Razem <borut.razem AT siol.net>
2
3         * doc/README.txt: updated
4
5 2006-07-10 Borut Razem <borut.razem AT siol.net>
6
7         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
8           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
9           in WIN32 installation
10         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
11           release candidate 1
12
13 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
14
15         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
16         * src/pic16/glue.c (initPointer), fixed bug 1496419 for pic16
17
18 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
19
20         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
21
22 2006-07-06 Borut Razem <borut.razem AT siol.net>
23
24         * support/regression/tests/bitfields.c:
25           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
26         * support/regression/tests/constantRange.c:
27           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
28
29 2006-07-04 Borut Razem <borut.razem AT siol.net>
30
31         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
32           src/port.mk,
33           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
34           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
35           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
36           reverted changes from 2006-07-03
37         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
38         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
39           added CPPFLAGS, used by the host port
40
41 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
42
43         * support/regression/valdiag/tests/switch.c,
44         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
45         * support/regression/tests/libmullong.c: fixed for host
46         * support/regression/ports/host/spec.mk: disable all warnings for host,
47         SDCC runs with --less-pedantic too
48
49 2006-07-03 Borut Razem <borut.razem AT siol.net>
50
51         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
52           defined CPPFLAGS
53         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
54         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
55           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
56           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
57           include ../port.mk
58         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
59           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
60           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
61           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
62
63 2006-07-02 Raphael Neider <rneider AT web.de>
64
65         * src/pic16/devices.inc,
66         * device/include/pic16/pic18fregs.h,
67         * device/include/pic16/pic18f4550.h,
68         * device/lib/pic16/pics.all,
69         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
70
71 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
72
73         * as/hc08/lkaomf51.c (OutputName),
74         * as/mcs51/lkaomf51.c (OutputName),
75         * as/z80/asmain.c (asmbl),
76         * src/ds390/main.c (asmLineNodeFromLineNode),
77         * src/hc08/ralloc.c (hc08_assignRegisters),
78         * src/mcs51/main.c (asmLineNodeFromLineNode),
79         * src/xa51/ralloc.c (checkRegMask),
80         * src/xa51/gen.c (emitcode),
81         * src/z80/gen.c (_emit2),
82         * src/SDCCast.c (searchLitOp),
83         * src/SDCCglobl.h,
84         * support/packihx/packihx.c,
85         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
86         * src/ds390/gen.c (aopPutUsesAcc),
87         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
88         * support/regression/tests/libmullong.c (mullong_wrapper),
89         * src/SDCCsymt.c (powof2),
90         * src/SDCCast.c,
91         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
92         * src/SDCCsymt.h: added TYPE_TARGET_*
93         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
94         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
95         SDCCast because 1) header problems 2) this is the right place
96         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
97         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
98         prototype
99
100 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
101
102         * src/SDCCicode.h: removed buggy semicolon in unused macro
103         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
104         search for previous definiton of auto symbols too,
105         (findPrevUse): fixed logic of emitWarnings
106
107 2006-06-26 Raphael Neider <rneider AT web.de>
108
109         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
110           PCLATH and PCLATU on interrupts, potentially fixes #1505141
111
112 2006-06-25 Raphael Neider <rneider AT web.de>
113
114         * device/lib/pic/libm: NEW, added math library functions
115         * device/lib/pic/libsdcc: NEW; added float support functions
116         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
117         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
118           NEW, added math related headers
119         * device/include/asm/pic/features.h: NEW
120         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
121           (popGet): allow larger offsets for AOP_PCODE,
122           (genDataPointerSet): handle literals explicitly, more debug output,
123           (genAssign): fixed for float using aopLiteral ;-)
124         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
125           GOTO initialisation routine
126         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
127           flag on registers, fixes #1469043 (local variables do not work)
128         * src/pic/main.c (_pic14_do_link),
129         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
130           available
131
132 2006-06-25 Borut Razem <borut.razem AT siol.net>
133
134         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
135           characters printed (not including the trailing '\0' used to end
136           output to strings). Problem detected in regression test bug-927659.c.
137           NOTE: printf() family functions should return int instead
138           unsigned int!
139         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
140           specifier are printed as themselves
141         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
142           support flags, width and precision specifiers
143
144 2006-06-24 Borut Razem <borut.razem AT siol.net>
145
146         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
147           to the list of sdcc tagrets not supporting bit type
148         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
149           testfor pic16 due to bug:
150           [ 1511794 ] pic16: regression test bug-895992.c fails
151
152 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
155         * src/SDCCglue.c (initPointer), fixed bug 1496419
156         * support/regression/tests/bug1496419.c: new, added
157
158 2006-06-22 Borut Razem <borut.razem AT siol.net>
159
160         * support/regression/ports/pic16/support.c: use gpsim usart module from
161           libgpsim_modules library
162
163 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
164
165         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
166         IP0H to IPH0.
167
168 2006-06-19 Raphael Neider <rneider AT web.de>
169
170         * src/pic/glue.h,src/pic16/glue.h: added prototypes
171         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
172           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
173           (pic14printExterns,pic14printPublics,pic16printPublics,
174           pic16_printExterns): use new functions to emit symbols
175           (picglue,pic16glue): emit publics before emitting externs
176         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
177           locally defined functions to avoid bug #1443651
178         * support/regression/tests/bug-716242.c: removed pic16 workaround
179         * support/regression/ports/pic16/spec.mk: ignore errors during build
180
181 2006-06-19 Raphael Neider <rneider AT web.de>
182
183         * src/pic/glue.h: added pic14aopLiteral prototype
184         * src/pic/glue.c (pic14aopLiteral): return unsigned int
185         * src/pic/gen.c: removed stdint.h dependency
186           (aopGet): use Safe_strdup()
187           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
188           (genDataPointerSet): use pic14aopLiteral()
189         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
190           for pic16; thanks to Bernhard and Maarten
191
192 2006-06-18 Borut Razem <borut.razem AT siol.net>
193
194         * support/regression/tests/structflexarray.c: flexible array members
195           not supported by gcc < 3
196         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
197           GUI tool by default
198         * src/pic/gen.c: don't include [p]strdin.h on solaris
199         * support/Util/pstdint.h: addad svn attributes
200         * support/regression/tests/constantRange.c,
201           support/regression/tests/rotate.c: include inttypes.h instead
202           stdint.h on solaris, addad svn attributes
203
204 2006-06-18 Raphael Neider <rneider AT web.de>
205
206         * src/SDCCsymt.c (initCSupport): change return type of divschar to
207           int for PIC16
208         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
209           (pic16_genMinusBits): simplified sign-extension
210           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
211             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
212             adjusted to correctly handle mixed-signed operands, disabled
213             now unused multiplciation routines
214         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
215           (assignResultValue): added argument denoting the size of the result
216             as returned by the function (fixes upcasts in assigning from
217             function calls: char foo(); int i = foo();)
218           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
219             function result to assignResultValue
220           (genMult): disabled inlined multiplication code
221           (genDiv): augmented to also handle the modulus operator, fixed to
222             handle mixed-signed operands correctly
223           (genMod): simply call genDiv, disabled unused code
224           (genAssign): fixed missing (sign-)extension on result
225         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
226             valid char operands, allow signed operands for native code, added
227             division and modulo operator handling
228         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
229
230         As a consequence, onebyte.c (if split into two files) and muldiv.c
231         pass regression tests.
232
233 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
234
235         * doc/Makefile.in: two runs of makeindex seem needed to get
236         correct page references in the index of sdccman.pdf
237         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
238
239 2006-06-17 Borut Razem <borut.razem AT siol.net>
240
241         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
242
243 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
244
245         * doc/sdccman.lyx: updated, added (porting source code, debugging),
246         mentioned ec2drv and paulmon
247
248 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
249
250         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
251           consecutive abs areas
252           (find_empty_space, allocate_space): added map to handle codemap or
253            xdatamap,
254           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
255            absolute idata and xdata
256         * as/mcs51/lkmem.c (summary2): updated legend
257
258 2006-06-16 Raphael Neider <rneider AT web.de>
259
260         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
261
262 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
263
264         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
265           1208515
266         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
267
268 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
269
270         * src/port.h (struct PORT): added field gp_tags, to hold the tag
271         value of generic pointers,
272         * src/avr/main.c,
273           src/ds390/main.c,
274           src/hc08/main.c,
275           src/izt/i186.c,
276           src/izt/tlcs900h.c,
277           src/mcs51/main.c,
278           src/pic/main.c,
279           src/pic16/main.c,
280           src/xa51/main.c,
281           src/z80/main.c: PORT structure, added elements for gp_tags field,
282         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
283         fields in the PORT structure of each port,
284         * src/SDCCast.c (decorateType): allow processing of generic pointers
285         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
286         S_FIXED symbols
287
288 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
289
290         * link/z80/lkgb.c,
291         * link/z80/lkgg.c,
292         * src/pic16/gen.c,
293         * src/pic16/main.c,
294         * src/pic16/pcode.c,
295         * src/pic/main.c,
296         * src/pic/pcoderegs.c,
297         * src/SDCCicode.c,
298         * src/SDCCmain.c,
299         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
300           bug 1504689 on minGW
301
302 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
303
304         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
305
306 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
307
308         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
309
310 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
311
312         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
313           for optimization
314
315 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
316
317         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
318         to a char variable. Fixed bug #1504211
319         * device/include/pic16/adc.h,
320         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
321         and fixed bug #1364390
322
323 2006-06-10 Borut Razem <borut.razem AT siol.net>
324
325         * CVSROOT: removed the CVS left-over
326
327 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
328
329         * as/hc08/asmain.c (asexit),
330         * as/hc08/lkmain.c (lkexit),
331         * as/mcs51/asmain.c (asexit),
332         * as/mcs51/lkmain.c (lkexit),
333         * src/SDCCglue.c (DEFSETFUNC),
334         * src/SDCCmain.c (linkEdit, assemble),
335         * support/librarian/sdcclib.c (AddRel),
336           replaced unlink() by standard C remove()
337         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
338         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
339           gatherImplicitVariables): new, added to fix bug 608752,
340           (createFunction): added gatherImplicitVariables()
341         * src/SDCCast.h: added createRMW prototype
342         * src/SDCCsymt.h (struct symbol): added infertype
343         * support/regression/tests/bug608752.c: new, added
344
345 2006-06-10 Raphael Neider <rneider AT web.de>
346
347         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
348           multibyte dummy reads (fixes #1503234)
349
350 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
351
352         * device/include/mcs51/compiler.h: new, added header file to enable
353           creating common sfr definition header files for different compilers
354
355 2006-06-05 Raphael Neider <rneider AT web.de>
356
357         * src/pic16/{pcode.h,genarith.c}:
358           introduced pCodeOp combining any two pCodeOps (previously only
359           two register operands could be combined), removed pcop2 from
360           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
361         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
362         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
363           rewritten to use new PO_TWO_OPS
364         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
365         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
366           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
367           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
368           (pic16_get_op): embraced return arg to allow #define return(x),
369             added new case for combined opcodes
370           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
371           (pic16_pCode2str,pic16_getRegFrompCodeOp,
372            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
373
374 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
375
376         * src/SDCCval.c (checkConstantRange): added
377         * src/SDCCval.h: added checkConstantRange
378         * support/Util/SDCCerr.c,
379         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
380         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
381         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
382         * src/SDCCast.c (decorateType): added checkConstantRange,
383         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
384         can be emitted with the correct always true/false warning,
385         added optimization for double '!';
386         result of decorateType() must be assigned back to the tree, because
387         decorateType() can change the tree
388         * src/SDCCicode.c (geniCodeLogic),
389         (geniCodeAssign): replaced new checkConstantRange, added warnings,
390         (checkConstantRange): removed, it was only a fragment which never
391         emitted a warning
392         * src/SDCCsymt.c (computeType): fixed promotion for
393         "-1 < (unsigned bit) b"
394         * src/pic/ralloc.c (packRegsForAssign),
395         * src/pic16/ralloc.c (packRegsForAssign),
396         * src/hc08/ralloc.c (packRegsForAssign),
397         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
398         from mcs51
399         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
400         * support/regression/tests/constantRange.c: added
401         * support/valdiag/tests/constantRange.c: added
402         * support/valdiag/valdiag.py: added -DPORT_HOST=1
403
404 2006-06-02 Borut Razem <borut.razem AT siol.net>
405
406         * support/regression/ports/pic16/support.c: increase stack size
407           to 255 bytes
408         * support/regression/Makefile.in: sort tests by name so that the
409           resutlts can be compared on different machines / platforms
410
411 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
414         * src/ds390/gen.c (emitLabel): new, added,
415           (genDjnz): fixed stack overflow bug,
416           (throughout): cosmetic changes to sync with mcs51/gen.c,
417           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
418         * src/mcs51/gen.c (genEndFunction): small optimization,
419           (throughout): cosmetic changes to sync with ds390/gen.c
420
421 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
424           (_print_format): fixed printing pointers
425         * src/mcs51/gen.c (emitLabel, movb): new, added,
426           (genAssign): small optimization,
427           (genDjnz): fixed stack overflow bug,
428           (throughout): replaced sprintf with SNPRINTF,
429           replaced mcs51_regWithIdx with REG_WITH_INDEX,
430           replaced emitcode("mov", "b,...") with MOVB(...),
431           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
432           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
433         * src/mcs51/peeph.def: added rules 140 and 264
434         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
435           so they may get optimized into registers
436
437 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
440           immediately when encountered,
441           (printUsage): always use stderr even on windows
442
443 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
444
445         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
446         (processParms): fixed bug #1247551
447         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
448         parseCmdLine, main): print '--version' to stdout,
449         print 'help' to stdout if --help is given,
450         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
451         arguments are given; fixed --help
452
453 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
454
455         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
456         * support/regression/tests/bug-1493710.c: added
457
458 2006-05-27 Borut Razem <borut.razem AT siol.net>
459
460         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
461           static instead auto
462         * support/regression/ports/pic16/support.c: increase stack size
463           from default 64 bytes to 128 bytes
464         * support/regression/tests/staticinit.c,
465           support/regression/tests/float.c: regression tests fully enabled
466           for pic16 port by putting the initialized data arrays into the code
467           section
468         * support/regression/ports/pic16/spec.mk: don't link default libraries.
469           This was changed by mistake in the previous version.
470
471 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
472
473         * src/pic16/gen.c (genFunction, genEndFunction): some
474         beautifications, fixed bug with falsely restoring FSR2 in large
475         stack model, thanks to Beau E. Cox for reporting the bug
476
477 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
478
479         * debugger/mcs51/break.c,
480         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
481           use %p to print pointers, made address variables unsigned
482         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
483         * debugger/mcs51/symtab.c (parseSymbol): must return something
484         * src/mcs51/gen.c (aopForSym): small optimization,
485            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
486           (freeAsmop): added missing break,
487           (aopPut): removed parameter bvolatile, determine it inside the function,
488           (saveRegisters, unsaveRegisters): small optimization,
489           (genIpush): removed pointless check,
490           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
491           replaced sprintf with SNPRINTF,
492           replaced strcpy with strncpyz,
493           updated aopPut calls,
494           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
495         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
496
497 2006-05-24 Borut Razem <borut.razem AT siol.net>
498
499         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
500           modification of test for the pic16 port, put the array to the code
501           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
502
503 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
504
505         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
506         * support/Util/pstdint.h: added
507
508 2006-05-22 Borut Razem <borut.razem AT siol.net>
509
510         * src/regression/Makefile: removed bool2.c test, added -q linker option
511         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
512           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
513           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
514           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
515           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
516           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
517           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
518           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
519           define SUPPORT_BIT_TYPES 0, removed unused bit variables
520
521 2006-05-22 Raphael Neider <rneider AT web.de>
522
523         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
524           bug #1492360 (problematic due to generic pointers, see code)
525
526 2006-05-22 Borut Razem <borut.razem AT siol.net>
527
528         * support/regression/ports/pic16/specs.mk: removed stack size linker
529           directive
530         * support/regression/tests/array.c,
531           support/regression/tests/bitopcse.c,
532           support/regression/tests/bug-908454.c,
533           support/regression/tests/malloc.c: modified for pic16 regression test
534         * support/regression/tests/bitfields.c:
535           pic16 - excluded bitfileds of size > 8
536         * support/regression/tests/bp.c: pic16 - reduced data size
537         * support/regression/tests/bug-221100.c: pic16 - reduced data size
538         * support/regression/tests/bug-460010.c:
539           pic16 - used the absolute address the fits in memory
540         * support/regression/tests/bug-716242.c:
541           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
542         * support/regression/tests/float.c:
543           pic16 - excluded - data size too big
544         * support/regression/tests/onebyte.c:
545           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
546         * support/regression/tests/shifts.c:
547           pic16 - function names probably have to differ in first X characters
548           (gpasm limitation?)
549         * support/regression/tests/staticinit.c:
550           pic16 - excluded some tests due error: no target memory available for
551           section ".idata"
552
553 2006-05-22 Borut Razem <borut.razem AT siol.net>
554
555         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
556           second try. Thanks Stas Sergeev once more.
557
558 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
559
560         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
561           (genLeftShift, genRightShift): fixed bug 1491627
562         * src/hc08/peeph.def (rules 7, 8.x): added
563         * support/regression/tests/shifts.c (ShiftLeftByParam,
564           ShiftRightByParam, testShiftByParam): added to test variable shifting
565
566 2006-05-20 Raphael Neider <rneider AT web.de>
567
568         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
569         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
570           (allocReg): add only new registers to dynAllocRegs,
571           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
572             #1489055, #1445850, and probably #1483693
573
574 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
575
576         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
577         bug in for-loop that didn't emit the last of CONFIG and ID registers
578
579 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
580
581         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
582           with offset
583         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
584           1489016, 1434401 and 1490124
585         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
586           1489016, 1434401 and 1490124
587
588 2006-05-17 Borut Razem <borut.razem AT siol.net>
589
590         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
591           thanks Stas Sergeev
592
593 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
594
595         * device/include/mcs51/P89c51RD2.h,
596         * device/include/mcs51/P89LPC901.h,
597         * device/include/mcs51/P89LPC922.h,
598         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
599
600 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
601
602         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
603         to fix missing stack pragma in compiled binary object file,
604
605 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
606
607         * support/packihx/configure.in,
608         * support/packihx/configure: removed warning, autoconf >= 2.5x can
609         determine sizeof basic types even while cross compiling
610
611 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
612
613         * src/avr/gen.c (aopop),
614         * src/ds390/gen.c (aopOp),
615         * src/hc08/gen.c (aopOp),
616         * src/mcs51/gen.c (aopop),
617         * src/pic16/gen.c (pic16_aopOp),
618         * src/pic/gen.c (aopOp),
619         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
620         if size of operand is smaller than spill location
621
622 2006-05-12 Borut Razem <borut.razem AT siol.net>
623
624         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
625           have to have CR/LF line endings even if they are checked out on *nix
626           or on WIN32 in cygwin binmode
627
628 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
629
630         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
631         * device/include/ds80c390.h: added sfr16 definitions
632         * src/ds390/gen.c,
633         * src/ds390/gen.h,
634         * src/ds390/main.c,
635         * src/ds390/ralloc.c,
636         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
637           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
638           bit returning functions
639         * support/regression/tests/sfr16.c: enabled test on ds390
640
641 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
642
643         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
644         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
645
646 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
647
648         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
649         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
650           (cl_address_space constructor): removed expensive initialization,
651           (cl_address_space::get_cell): extended for late initialization,
652           (cl_address_space::*): use late initialization,
653           (cl_address_decoder::activate): removed expensive initialization,
654           This reduced regression test running time by 25%
655
656 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
657
658         * packihx/,
659         * configure.in,
660         * configure,
661         * sdcc.dsw,
662         * Makefile.bcc,
663         * Makefile.in,
664         * support/packihx/Makefile.in,
665         * support/packihx/clean.mk,
666         * support/packihx/Makefile.bcc,
667         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
668
669 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
670
671         * src/SDCCval.c (valNot): fix for regression test failure
672           of not.c on big endian hosts
673
674 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
675
676         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
677
678 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
679
680         * device/lib/mcs51/Makefile.in: changed string comparison operator
681           to = for POSIX compliance; == is bash extension
682
683 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
684
685         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
686           kosmonaut_pirx
687
688 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
689
690         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
691         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
692         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
693         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
694         bug report #1478657,
695
696 2006-05-05 Borut Razem <borut.razem AT siol.net>
697
698         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
699           making the html
700
701 2006-05-02 Borut Razem <borut.razem AT siol.net>
702
703         * doc/Makefile.in: removed *.ind dependency since there is no rule to
704           create *.ind, which made make to fail if invoked with -j 2
705
706 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
707
708         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
709           Hubert Sack for patch 1479782
710
711 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
712
713         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
714
715 2006-05-01 Raphael Neider <rneider AT web.de>
716
717         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
718           (create_pic): store only prefix-free device name,
719           (init_pic): check for device names with "16" prefix,
720           (list_valid_pics),
721         * src/pic/device.h (struct PIC_device),
722         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
723             stored device name,
724         * device/include/pic/pic12f{635,675,629,683}.h,
725         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
726         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
727         * device/include/pic/pic16f505.h,
728         * device/lib/pic/libdev/pic16f505.c: removed
729         * device/include/pic/pic14devices.txt: added support for pic12f
730             devices, removed unsupported non 16-bit devices
731             [above changes provided by patch from Zik Saleeba]
732         * src/pic/*, src/pic16/*, device/include/pic16/*,
733           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
734
735 2006-05-01 Borut Razem <borut.razem AT siol.net>
736
737         * configure.in, configure, doc/Makefile.in:
738           sync with nightly build makefile - latex, dvipdf and dvips
739           not needed any more
740
741 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
742
743         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
744         in the library source
745
746 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
747
748         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
749
750 2006-04-28 Raphael Neider <rneider AT web.de>
751
752         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
753         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
754           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
755         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
756
757 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
758
759         * device/lib/pic/libdev/Makefile.in,
760         * device/lib/hc08/Makefile.in,
761         * device/lib/gbz80/Makefile.in,
762         * device/lib/z80/Makefile.in,
763         * device/lib/ds390/Makefile.in,
764         * device/lib/ds400/Makefile.in: added srcdir to include search path,
765         thanks to Borut for the bug report
766         * configure.in,
767         * configure: always create doc/Makefile independent from --enable-doc
768         * Makefile.in: always install from directory doc independent from
769         --enable-doc
770         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
771         removed
772         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
773         * doc/Makefile.in: install *.txt if present
774         * device/include/Makefile.in (install): added installation of pic/*.inc
775         and pic/*.txt files again, they were erroneously removed
776
777 2006-04-28 Raphael Neider <rneider AT web.de>
778
779         * src/pic/{gen.c,main.h,pcode.c},
780         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
781             concerning signedness with casts
782
783 2006-04-28 Raphael Neider <rneider AT web.de>
784
785         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
786             definition of an interrupt handler,
787         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
788             interrupt handler stuff from picglue() to separate routine,
789           (picglue): enabled definition of intr handlers in files w/o main()
790
791 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
792
793         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
794           compilation with MSVC 2005 Express Edition (VC8)
795
796 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
797
798         * device/lib/Makefile: fixed build of gbz80 lib
799
800 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
801
802         * support/regression/tests/bug-460010.c,
803         * support/regression/tests/bug-524691.c,
804         * support/regression/tests/bug-716242.c: removed conditional defines
805           that are already in testfwk.h
806
807 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
808
809         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
810           (AccAXRsh1): added, shift right by 1,
811           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
812            AccAXLrl1
813         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
814
815 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
816
817         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
818         remove cast to same type
819         * src/SDCCast.c (decorateType): fix for RFE 1475742,
820         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
821         * as/z80/Makefile,
822         * link/z80/Makefile: removed, they have moved to
823         Makefile.in files
824         * configure,
825         * configure.in: replaced duplicate message about ucsim by missing sdcpp
826         * install-sh: fix bug #1204398 by setting umask 0022
827         * device/lib/Makefile: separate build of z80 and gbz80 lib
828
829 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
830
831         Enabled VPATH feature: changed nearly all Makefiles (149 files).
832         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
833
834         One basic decision: e.g. src/clean.mk includes further files. In order
835         to make this work there are two solutions:
836         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
837           run configure on them. This way they can use
838           'include $(srcdir)/port-clean.mk'
839         - always include clean.mk by the Makefile at the same level. To avoid
840           that `make clean` tries to include and build Makefile.dep the
841           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
842           implemented, because now even `make uninstall` doesn't create
843           Makefile.in. clean.mk could be eliminated by pasting it in
844           Makefile.in.
845
846         * debugger/mcs51/Makefile.in: build own objects from library sources
847         (SLIB, SDCC) in current directory
848
849         * configure, configure.in: renamed --disable-device-lib-build in
850         --disable-device-lib; added --enable-doc, the required tools are
851         searched by configure; added result message; the toolchain for the
852         belonging ports are now only built, if the port is enabled.
853
854         * support/regression/*: all output is written in directory gen, because
855         the fwk and ports directories don't livet in the build tree using vpath
856
857         * doc/sdccman.lyx: renamed --disable-device-lib-build to
858         --disable-device-lib, added --enable-doc, added section VPATH
859
860         * sim/ucsim/configure.in,
861         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
862         z80 are enabled by default
863
864 2006-04-24 Raphael Neider <rneider AT web.de>
865
866         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
867             to config word, "pic14_"-prefixed some extern functions
868           (pic14_emitConfigWord): emit __config directive(s) if assignment to
869             config word has been found
870         * src/pic/device.h: added prototypes
871         * src/pic/pcode.c: added "pic14_"-prefix where needed
872         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
873             fixup
874         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
875             words,
876           (pic14emitRegularMap): ignore config words,
877           (pic14createInterruptVect): moved generating __config directives away
878           (picglue): have __config directives emitted
879
880 2006-04-24 Borut Razem <borut.razem AT siol.net>
881
882         * doc/Makefile: sync with nightly build makefile
883
884 2006-04-24 Raphael Neider <rneider AT web.de>
885
886         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
887             registers that have not been assigned proper liveranges,
888             fixes #1469504 and #1474602,
889           (pCodeRegOptimizeRegUsage): fixed typo in comment
890
891 2006-04-24 Borut Razem <borut.razem AT siol.net>
892
893         * device/examples/main8051.c: deleted - it was removed from CVS
894           24.mar.2000 and after that modified 18.feb.2001, so it reappered
895           after the transition to Subversion
896         * src/SDCCalloc.h: deleted - it was removed  from CVS
897           3.feb.2001 and after that modified 18.feb.2001, so it reappered
898           after the transition to Subversion
899         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
900           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
901           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
902           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
903
904 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
905
906         * as/asx8051.dsp: added mcs51/strcmpi.h
907         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
908         * as/hc08/aslink.h: updated lnksect prototype
909         * as/hc08/asm.h,
910         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
911         * as/hc08/asmain.c,
912         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
913           (newdot): handle A_ABS
914         * as/hc08/asout.c,
915         * as/mcs51/asout.c (outarea): output address
916         * as/hc08/lkaomf51.c,
917         * as/mcs51/lkaomf51.c: disabled unused array UsageType
918         * as/hc08/m08pst.c,
919         * as/mcs51/i51pst.c,
920         * as/z80/z80pst.c: "ABS" is not A_OVR
921         * as/hc08/lkarea.c (newarea): read a_addr,
922           (lnkarea): added codemap array, sort absolute areas to the front,
923            combine all GSINITx/GSFINAL,
924           (find_empty_space, allocate_space): new functions,
925           (lnksect): return next address, handle absolute sections
926         * as/mcs51/lkarea.c (newarea): read a_addr,
927           lnksect2 prototype changed,
928           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
929           (find_empty_space, allocate_space): new, factored out of lnksect2,
930           (lnksect2): return next address, handle absolute sections
931         * as/hc08/lkhead.c,
932         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
933         * as/hc08/lklibr.c (addfile, fndsym),
934         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
935           index out of range and detect both '\' and '/'
936         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
937         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
938           regression tests (ds390 cannot return bool yet)
939         * doc/sdccman.lyx: changed version number, document changed --no-peep,
940           document critical interrupts on z80, document changed SDCC define
941         * src/asm.c (_asxxxx_mapping): fixed .org directive,
942           (_a390_mapping): added .org directive
943         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
944           (genMultOneByte): fixed warnings
945         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
946           ones
947         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
948         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
949           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
950         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
951         * src/pic16/main.c: removed newReg prototype
952         * src/pic16/pcode.c,
953         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
954           warnings
955         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
956           ones
957         * src/pic16/ralloc.c
958         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
959           to fix warnings
960         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
961           from short to PIC_OPTYPE
962         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
963         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
964           optype from short to PIC_OPTYPE
965         * src/port.h: made int_size unsigned to fix warnings
966         * src/SDCC.y: fixed warning on MSVC
967         * src/SDCCicode.c (getArraySizePtr): return unsigned int
968         * src/SDCCopt.c (convertToFcall): fixed warnings
969         * src/SDCCsymt.h: removed double prototype for genSymName
970         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
971           offset int to fix warnings
972
973 2006-04-22 Borut Razem <borut.razem AT siol.net>
974
975         * doc/sdccman.lyx, */Makefile, */Makefile.in:
976           references to CVS replaced with Subversion
977
978 2006-04-21 Borut Razem <borut.razem AT siol.net>
979
980         * doc/sdccman.lyx, */Makefile, */Makefile.in:
981           references to CVS replaced with Subversion
982
983 2006-04-19 Borut Razem <borut.razem AT siol.net>
984
985         * src/version.awk: adapted for svn
986         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
987           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
988           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
989           /binutils-avr/etc/*.vi, *.jin: removed all properties
990           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
991
992 2006-04-19 Borut Razem <borut.razem AT siol.net>
993
994         * CVS to Subversion migration completed
995
996 2006-04-18 Borut Razem <borut.razem AT siol.net>
997
998         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
999           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1000
1001 2006-04-17 Borut Razem <borut.razem AT siol.net>
1002
1003         * device/include/Makefile.in: added pic/*.inc to the installation
1004
1005 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1006
1007         * support/regression/collate-results.py: fixed output in case of
1008         a valdiag error
1009         * support/regression/generate-cases.py: fixed splitting of pathnames
1010         with dots
1011         * as/hc08/lklibr.c (addfile),
1012         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1013
1014 2006-04-11 Raphael Neider <rneider AT web.de>
1015
1016         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1017         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1018         * src/pic16/pcode.c (assignValnums): fixed #1460578
1019
1020 2006-04-11 Raphael Neider <rneider AT web.de>
1021
1022         * device/lib/pic/libdev/*.c,
1023         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1024           fixes #1468739, enables compilation in --std-c99 mode
1025         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1026
1027 2006-04-11 Raphael Neider <rneider AT web.de>
1028
1029         * src/pic/device.c (find_device): removed debug output
1030           (list_valid_pics): enabled verbose listing of supported devices
1031         * device/include/stdbool.h: define bool as char for pic14/16 as well
1032
1033 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1034
1035         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1036
1037 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1038
1039         * .version: bumped version to 2.5.6
1040         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1041
1042 2006-04-06 Raphael Neider <rneider AT web.de>
1043
1044         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1045         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1046         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1047           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1048             pic14_constructAbsMap
1049           (pic14printPublics): declare absolute global symbols as global
1050           (pic14createInterruptVect),
1051         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1052           (newReg): assume new registers unused, use correct name in
1053             hashtable (reg->name instead of name), more debugLog output
1054         * src/pic/device.h (PIC_device): added fields for verbose output
1055         * src/pic/device.c: moved device definition to pic14devices.txt,
1056             added routines for runtime parsing of pic14devices.txt,
1057             added support for second config word
1058         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1059           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1060           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1061           (_pic14_parseOptions): moved pCodeInitRegisters here
1062           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1063         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1064           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1065             handling the pseudo stack
1066         * device/lib/Makefile.in: ignore failures in objects-pic16,
1067         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1068         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1069         * device/lib/pic/Makefile.subdir,
1070         * device/lib/pic16/Makefile.subdir: improved clean rules
1071         * device/lib/pic/libdev/: NEW, pic14 device libraries
1072         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1073         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1074         * device/include/Makefile.in: create subdir and install pic14 headers
1075         * device/include/pic/p16f_common.inc: removed unused declarations
1076         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1077             PICs from inc2h.pl v1.6,
1078             replaced BIT_AT macros with struct declarations
1079         * device/include/pic/pic14devices.txt: definition of supported devices,
1080             all above improvements contributed by Zik Saleeba, thanks
1081         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1082         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1083             headers
1084
1085 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1086
1087         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1088         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1089           thanks to Charles Olds
1090
1091 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1092
1093         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1094
1095 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1096
1097         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1098         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1099         * support/regression/bug1464657.c: added, new test
1100
1101 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1102
1103         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1104           version number
1105
1106 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1107
1108         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1109           --no-peep and --peep-file <file> are used don't use default rules but
1110           do use the <file>
1111
1112 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * src/mcs51/gen.c (genCall): fixed bug 1457608
1115
1116 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1117
1118         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1119         changes seem to cause (trigger?) problems with the build system.
1120
1121 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * src/SDCCpeeph.c (operandsLiteral): new, added,
1124           (callFuncByName): inserted operandsLiteral
1125         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1126
1127 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1128
1129         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1130         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1131
1132 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1133
1134         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1135           implemented patch 1120823 Thanks to Willy De la Court (normal
1136           interrupts need an interrupt number now if they are made critical),
1137           and enabled nesting of critical functions though not for gbz80
1138           (genCritical, genEndCritical): added functions
1139           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1140         * src/z80/mappings.i: added "ei" to all mappings
1141
1142 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1143
1144         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1145         submitted by the Debian SDCC maintainer Aurelien Jarno:
1146         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1147         archive with gcc 4.1 on mips and wrote the patch"
1148
1149 2006-03-16 Raphael Neider <rneider AT web.de>
1150
1151         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1152           the left operand is shorter than the result (c* = lit-c* + int),
1153           fixes bug #1450796
1154         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1155           OP_SYMBOL
1156
1157 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1158
1159         * src/.version: increased version number to 2.5.5
1160         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1161         linking is done manually in pic16 port's _linkEdit,
1162         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1163         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1164         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1165         allocate asmop as AOP_ACC,
1166         (aopForRemat): added parameter 'bool result' in function declaration,
1167         (pic16_aopGet): return AOP_ACC when accessing WREG,
1168         (pic16_popGetTempReg): minor modification,
1169         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1170         'pic16_allocWithIdx',
1171         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1172         calling function in absolute addresses,
1173         (genAssign): take into account AOP_ACC asmop,
1174         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1175         * src/pic16/pcoderegs.c: some debug functions and lines added,
1176         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1177         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1178         register too,
1179         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1180         call to allocReg, not by manually allocating a new one,
1181         (pic16_assignRegisters): now before going through the register
1182         allocating functions mark all registers as free. This eliminates some
1183         side effects resulting from peephole parser done earlier in the backbone
1184
1185 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1186
1187         * src/SDCCicode.c (geniCodeLogic),
1188         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1189
1190 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1191
1192         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1193           (genSend): bugfix, do not allocate and free twice,
1194           (shiftRLong): handle partially overlapping aops
1195         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1196
1197 2006-03-08 Borut Razem <borut.razem AT siol.net>
1198
1199         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1200           for pic16
1201
1202 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1203
1204         * support/regression/tests/bug1409955.c: new, added
1205         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1206         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1207           (aopForSym, aopOp): increment asmop.allocated if reused,
1208           (freeAsmop): decrement asmop.allocated and check for zero instead of
1209           using asmop.freed,
1210           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1211           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1212            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1213            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1214            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1215            genSignedRightShift, genRightShift, genDataPointerGet,
1216            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1217            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1218             in reverse order from allocation,
1219           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1220             added swappedLR to keep track
1221         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1222           pdata & code for GCC, z80, gbz80 & hc08
1223         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1224
1225 2006-03-08 Raphael Neider <rneider AT web.de>
1226
1227         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1228
1229 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1230
1231         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1232         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1233         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1234
1235 2006-03-06 Borut Razem <borut.razem AT siol.net>
1236
1237         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1238           made the linker quiet
1239
1240 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1241
1242         * src/pic16/gen.c (genPcall): fixed bug #1443644
1243         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1244         which dumps before the function entry point a data byte which represents
1245         the number of the local variables used by the specified function, added
1246         'xinst' for initial support for Extended Instruction Support,
1247         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1248         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1249         port->fun_prefix anymore (may change later),
1250         (genFunction, genEndFunction): do not store/restore local registers for
1251         _main (this should take care the --main-return command line option in
1252         the future),
1253         (genOr): removed some legacy pic-port instructions,
1254         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1255         performing operations with SFR's causes data to be written more than
1256         once to each SFR. Perhaps SFRs should be handled in special cases...
1257         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1258         pcode.h
1259         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1260         into account for stack starting position,
1261         (struct OPTIONS pic16_optionsTable): added command line argument
1262         --extended or -y for Extended Instruction Support,
1263         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1264         (deassignLRs): *** perhaps the most important change, old 'for' code
1265         (commented out for reference), didn't account for some registers which
1266         were left marked 'not free' after a pointer operation. The change
1267         reduces register usage a lot in some cases
1268
1269 2006-03-04 Borut Razem <borut.razem AT siol.net>
1270
1271         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1272           _clean
1273         * support/regression/tests/bug-524697.c: decreased array size for
1274           mcs51 to fit into the internal RAM
1275         * support/regression/Makefile.in: a little bit more verbose
1276
1277 2006-03-03 Borut Razem <borut.razem AT siol.net>
1278
1279         * support/regression/fwk/lib/testfwk.c,
1280           support/regression/fwk/include/testfwk.h: introduced function
1281           _prints(), nonrecursive _printn(), call _initEmu() from main()
1282         * support/regression/ports/gbz80/support.asm,
1283           support/regression/ports/ucz80/support.asm,
1284           support/regression/ports/z80/support.asm,
1285           support/regression/ports/ds390/support.c,
1286           support/regression/ports/hc08/support.c,
1287           support/regression/ports/host/support.c,
1288           support/regression/ports/mcs51/support.c,
1289           support/regression/ports/xa51/support.c: added empty _initEmu()
1290           function
1291         * support/regression/ports/pic16/gpsim.cmd,
1292           support/regression/ports/pic16/spec.mk,
1293           support/regression/ports/pic16/support.c,
1294           support/regression/Makefile.in: added pic16 regression test
1295
1296 2006-03-01 Raphael Neider <rneider AT web.de>
1297
1298         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1299           genConstPointerGet): use safe way of generating MOVFF to cover
1300             literals as well as registers, fixes bug #1440527
1301         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1302             dereference
1303           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1304             more correctly, fixes bug #1232186
1305           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1306         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1307             gplink guess the correct processor in more cases, applied patch
1308             from Till Riedel attached to and fixing bug #1436552
1309
1310 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1311
1312         * support/regression/tests/array.c: added, contains check for #1434401
1313         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1314
1315 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1316
1317         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1318         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1319         * device/include/mcs51/c8051f326.h,
1320         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1321         * device/include/mcs51/c8051f000.h,
1322         * device/include/mcs51/c8051f018.h,
1323         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1324           PCON_IDLE,PCON_STOP and added sfr16 definitions
1325
1326 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1327
1328         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1329           genGetWord): fixed bug 1409955
1330
1331 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1332
1333         * device/include/hc08/mc68hc908gp32.h,
1334         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1335
1336 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1337
1338         * src/SDCCast.c (constExprValue): return NULL if not a value
1339         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1340         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1341         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1342
1343 2006-02-13 Borut Razem <borut.razem AT siol.net>
1344
1345         * src/regression/ptrarg.c: added, fails due to bug #1430967
1346         * src/regression/Makefile: ptrarg.c added, ...
1347
1348 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1349
1350         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1351         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1352
1353 2006-02-11 Borut Razem <borut.razem AT siol.net>
1354
1355         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1356           print "Processor: xxx" message to stdout only if --verbose
1357
1358 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1359
1360         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1361         * support/regression/tests/bug1426356.c: added
1362         * support/regression/tests/bitfields.c: removed 2 tests
1363
1364 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1367         * device/include/mcs51/c8051f330.h,
1368         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1369           PCON_IDLE,PCON_STOP and added sfr16 definitions
1370         * device/lib/_divsint.c,
1371         * device/lib/_divuint.c,
1372         * device/lib/_divulong.c,
1373         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1374           register bank bug for small stackauto
1375
1376 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1377
1378         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1379
1380 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1381
1382         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1383         * all.dsp: corrected several bin paths
1384         * device/include/mcs51/c8051f120.h,
1385         * device/include/mcs51/c8051f300.h,
1386         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1387           to PCON_IDLE,PCON_STOP
1388         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1389         * device/lib/printf_large.c (output_float): fixed bug 1388703
1390         * support/regression/tests/bug1057979.c: added test for bug 1388703
1391
1392 2006-02-08 Raphael Neider <rneider AT web.de>
1393
1394         * src/pic/pcode.c (pciTRIS): fixed typo,
1395           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1396           (LinkFlow): fixed handling of flows that end in a call,
1397           (ReuseReg): perform safety check earlier
1398         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1399             to work with flows at the beginning of a pBlock,
1400             fixes #1426557 (Symbol not previously defined),
1401           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1402             usage information
1403           (RemoveUnusedRegisters): update register usage info
1404         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1405             created, reuse existing ones instead
1406         * src/pic/gen.c (genPcall): fixed #1424719
1407
1408 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1409
1410         * link/z80/lkmain.c,
1411         * link/z80/lklex.c,
1412         * link/z80/lkdata.c,
1413         * link/z80/aslink.h: fixed build on current cygwin:
1414         replaced getline() by lk_getline()
1415
1416 2006-02-01 Borut Razem <borut.razem AT siol.net>
1417
1418         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1419           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1420           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1421           src/regression/bool1.c, src/regression/bool2.c,
1422           src/regression/bool3.c, src/regression/call1.c,
1423           src/regression/compare.c, src/regression/compare10.c,
1424           src/regression/compare2.c, src/regression/compare3.c,
1425           src/regression/compare4.c, src/regression/compare5.c,
1426           src/regression/compare6.c, src/regression/compare7.c,
1427           src/regression/compare8.c, src/regression/compare9.c,
1428           src/regression/configword.c, src/regression/for.c,
1429           src/regression/inline.c, src/regression/mult1.c,
1430           src/regression/nestfor.c, src/regression/or1.c,
1431           src/regression/pointer1.c, src/regression/ptrfunc.c,
1432           src/regression/rotate1.c, src/regression/rotate2.c,
1433           src/regression/rotate3.c, src/regression/rotate4.c,
1434           src/regression/rotate5.c, src/regression/rotate6.c,
1435           src/regression/rotate7.c, src/regression/string1.c,
1436           src/regression/struct1.c, src/regression/sub.c,
1437           src/regression/sub2.c, src/regression/switch1.c,
1438           src/regression/while.c, src/regression/xor.c,
1439           src/regression/create_stc, src/regression/simulate,
1440           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1441           regression tests
1442         * src/regression/gpsim_assert.h: added
1443
1444 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1445
1446         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1447         ((void (code *) (void)) 0) ();
1448         * as/hc08/aslex.c,
1449         * as/hc08/aslink.h,
1450         * as/hc08/asm.h,
1451         * as/hc08/asmain.c,
1452         * as/hc08/lkdata.c,
1453         * as/hc08/lklex.c,
1454         * as/hc08/lkmain.c,
1455         * as/mcs51/aslex.c,
1456         * as/mcs51/aslink.h,
1457         * as/mcs51/asm.h,
1458         * as/mcs51/asmain.c,
1459         * as/mcs51/lkdata.c,
1460         * as/mcs51/lklex.c,
1461         * as/mcs51/lkmain.c,
1462         * as/z80/aslex.c,
1463         * as/z80/asm.h,
1464         * as/z80/asmain.c: fixed build on current cygwin:
1465         replaced getline() by as_getline()
1466
1467 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1468
1469         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1470         declarator in the symbol chain
1471         * src/SDCCsymt.h,
1472         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1473         parameter list for function pointers
1474         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1475         * support/regression/tests/bug-716242.c: added
1476
1477 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1480         offset if possible
1481         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1482
1483 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1484
1485         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1486         inifinitely recurseable, added static
1487         * support/regression/tests/bug-1408066.c: added
1488
1489 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1490
1491         * src/SDCCicode.h,
1492         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1493         renamed, added possibility to create "postLoopLbl"-labels
1494         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1495         newiTempLoopHeaderLabel
1496         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1497         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1498         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1499         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1500         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1501         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1502         (basicInduction): fixed bug #136564, made static,
1503         (loopInduction): changed parameter of basicInduction, made static,
1504         (addPostLoopBlock): added
1505         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1506         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1507         findLoopEndSeq
1508         * support/regression/tests/bug-136564.c: added
1509         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1510         --std-sdcc99 to LIBSDCCFLAGS
1511
1512 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1513
1514         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1515         while loop
1516         * support/regression/tests/bug-1406131.c: added
1517
1518 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1519
1520         * src/SDCCast.c (decorateType): fix promotion of unary minus
1521         * src/SDCCsymt.c (computeType): beautified
1522         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1523         (valUnaryPM, valComplement): fix sign and promotion,
1524         (valNot): ANSI: result type is int (SDCC: unsigned char)
1525         * support/regression/tests/uminus.c: speedup by removing superflous
1526         test case 'int'
1527         * support/regression/tests/onebyte.c: added promotion and signedness
1528         tests for unary minus
1529         * support/regressions/tests/bug-477927.c: disable warning about
1530         uninitialized variables
1531         * support/regression/tests/not.c: added
1532
1533 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1534
1535         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1536         * src/mcs51/gen.c (gen51Code): show final register usage after
1537         fillGaps in asm with --i-code-in-asm
1538         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1539         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1540         incUsed, rliveClear, adjustIChain): made static,
1541         (setFromRange): excluded because it's unused,
1542         (findPrevUseSym, markWholeLoop): added,
1543         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1544         through all branches of predecessors enables sdcc to emit the warning
1545         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1546         (rlivePoint): made static, added parameter emitWarnings which is only
1547         true during the first run out of two,
1548         (findRecursiveSucc, findRecursivePred): removed,
1549         (computeLiveRanges): made static, added parameter emitWarnings,
1550         (dumpIcRlive): added for debugging only
1551         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1552         removed prototype of setFromRange()
1553         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1554         in call of computeLiveRanges()
1555         * support/regression/tests/bug-895992.c: added
1556         * support/regression/tests/bug-971834.c: added
1557         * support/valdiag/tests/bug-895992.c: added
1558         * support/valdiag/tests/bug-971834.c: added
1559
1560 2005-12-18 Raphael Neider <rneider AT web.de>
1561
1562         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1563           (genUnpackBits): improved code for direct operands,
1564           (genPackBits): improved code for literal assignment to bitfields
1565             and for direct destination operands (no FSR indirection),
1566             prevented redundant AND, fixes #1362800,
1567           (AccLsh): added parameter to disable masking of the result
1568         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1569           skip instructions with side-effects (like incfsz),
1570           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1571         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1572         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1573           fixes #1375263
1574
1575 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1576
1577         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1578         volatile variables as spill location
1579
1580 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1581
1582         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1583         replacing literals
1584         * support/regression/tests/bug-1376320.c: added
1585
1586 2005-12-08 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic/device.c: renamed is_shared to pic14_is_shared
1589         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1590         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1591           (is_valid_identifier): added for above workaround
1592
1593 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1594
1595         * device/lib/Makefile.in: fixed to enable port-specific-objects
1596         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1597           char, thanks Hubert Sack
1598         * doc/sdccman.lyx: documented --xstack-loc,
1599           elaborated a bit more on interrupts and pitfalls,
1600           removed "setjmp/longjmp unsupported",
1601           documented some unsupported C99 features
1602         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1603         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1604           if, thanks Hubert Sack
1605         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1606         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1607           make make_library
1608         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1609           regression tests can report resource usage (rfe 700441)
1610         * support/regression/collate-results.py: report resource usage
1611         * support/regression/ports/ds390/spec.mk,
1612         * support/regression/ports/hc08/spec.mk,
1613         * support/regression/ports/mcs51/spec.mk,
1614         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1615         * support/regression/ports/ds390/uCsim.cmd,
1616         * support/regression/ports/hc08/uCsim.cmd,
1617         * support/regression/ports/mcs51/uCsim.cmd,
1618         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1619         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1620           library, use the default one
1621         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1622           building the library
1623
1624 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1625
1626         * config.dsp: added dependency on .version and configure_vc.awk
1627         * device/include/setjmp.h: updated for --stack-auto and --xstack
1628         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1629         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1630         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1631         * device/lib/libsdcc.lib: added _setjmp
1632         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1633           (decorateType): fixed bug 1372851,
1634           (optimizeGetHbit): fixed warning
1635         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1636           array initialisation
1637         * support/regression/tests/bug1057979.c: added test for bug 1358192
1638         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1639
1640 2005-12-03 Borut Razem <borut.razem AT siol.net>
1641
1642         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1643           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1644
1645 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1646
1647         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1648         createIval): implement symbol independant "flexible array member",
1649         (createIvalCharPtr): implemented flexible array initialisation with a
1650         string
1651         * src/SDCCsymt.c (copyStruct): removed,
1652         (getSize): fixed misleading comment,
1653         (getAllocSize): removed, the additional allocation size is now in
1654         sym->flexArrayLength,
1655         (checkStructFlexArray): new, syntax checks for flexible array members,
1656         (compStructSize): added syntax checks for "flexible array members"
1657         (copyStruct): removed,
1658         (copyLinkChain): removed inefficient fix for bug 770487
1659         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1660         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1661         symbol->flexArrayLength
1662         * src/SDCCerr.c,
1663         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1664         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1665         * support/regression/tests/structflexarray.c: added
1666         * support/valdiag/tests/structflexiblearray.c: added
1667
1668 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1669
1670         * src/SDCCast.c (decorateType): fixed bug 1368489
1671         * support/Util/SDCCerr.c,
1672         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1673
1674 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1675
1676         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1677           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1678
1679 2005-11-27 Borut Razem <borut.razem AT siol.net>
1680
1681         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1682           support/cpp2/mkdeps.h: added command line option
1683           -obj-ext=<extension> to SDCPP to define object file externion, used
1684           for generation of make dependencies (-M)
1685         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1686
1687 2005-11-26 Borut Razem <borut.razem AT siol.net>
1688
1689         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1690           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1691           added pic and pic16 libraries
1692
1693 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1694
1695         * device/include/float.h: Corrected typo in prototype of __fsgt
1696
1697 2005-11-25 Borut Razem <borut.razem AT siol.net>
1698
1699         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1700           added creation of model-mcs51-stack-auto libraries
1701
1702 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1703
1704         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1705         and fields-list too
1706         * src/SDCCast.c (createIvalArray): removed obsolete comment
1707
1708 2005-11-24 Borut Razem <borut.razem AT siol.net>
1709
1710         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1711           added missing device/lib/mcs51/crt*.asm sources
1712
1713 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1714
1715         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1716
1717 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1718
1719         * device/lib/_fs2schar.c,
1720         * device/lib/_fs2sint.c,
1721         * device/lib/_fs2slong.c: optimized inline asm
1722
1723 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1724
1725         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1726           Better handling of floats between -1.0 and 0.0.
1727
1728 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1729
1730         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1731           (the missing "if"s prohibited removal of redundant labels)
1732
1733 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1734
1735         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1736           Properly convert floats between -1.0 and 0.0 to long, int, and char
1737           types (max integer value of negative floats tends to zero).
1738         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1739           Removed changes made so to work properly with floats between
1740           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1741           and _fs2char.c
1742
1743 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1744
1745         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1746         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1747         (genCast) cosmetic change
1748         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1749         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1750         from mcs51
1751         * support/regression/tests/bitfields (testSignedBitfields): added
1752
1753 2005-11-18 Borut Razem <borut.razem AT siol.net>
1754
1755         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1756         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1757           introduced SILENT option to make building of pic16 libraries less
1758
1759 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1760
1761         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1762           Now they work properly with floats between -1.0 and 0.0
1763         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1764
1765 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1766
1767         * src/SDCCicode.c (printOperand): added missing else
1768
1769 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1770
1771         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1772         reformatted for better readability
1773         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1774         signed bitfields
1775
1776 2005-11-17 Borut Razem <borut.razem AT siol.net>
1777
1778         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1779           introduced SILENT option to make building of pic16 libraries less
1780           verbose - used for nightly snapshot build
1781         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1782           available on Win32 platforms.
1783         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1784           medium, large, pic and pic16
1785
1786 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1787
1788         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1789           printf("%f"...) sets fraction to zero.
1790
1791 2005-11-16 Raphael Neider <rneider AT web.de>
1792
1793         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1794           fixes #1357221
1795         * src/pic/gen.c (genIfx): implemented for CARRY bit
1796         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1797           to generic pointers, fixes #1357332,
1798           (pic16_movLit2f): NEW,
1799           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1800
1801 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1802
1803         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1804
1805 2005-11-11 Raphael Neider <rneider AT web.de>
1806
1807         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1808         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1809           compute pointer's type from operand,
1810           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1811           improved single bit reads, fixes bug #1353379
1812
1813 2005-11-09 Borut Razem <borut.razem AT siol.net>
1814
1815         * support/scripts/sdcc.nsi: added lib/pic to the package
1816
1817 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1818
1819         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1820
1821 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1822
1823         * support/regression/tests/bug1348008.c: added
1824         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1825         * support/regression/tests/bug1337835.c: updated comment
1826
1827 2005-11-06 Borut Razem <borut.razem AT siol.net>
1828
1829         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1830           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1831           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1832           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1833           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1834           dynamic construction of cl_error_class and derivates - 2.nd try
1835
1836 2005-11-05 Borut Razem <borut.razem AT siol.net>
1837
1838         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1839           bug, which caused Bus Errors on sparc solaris
1840
1841 2005-11-04 Borut Razem <borut.razem AT siol.net>
1842
1843         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1844           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1845           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1846           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1847           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1848           and derivates to resolve the initialization problem on OSX
1849
1850 2005-11-02 Borut Razem <borut.razem AT siol.net>
1851
1852         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1853           corrected typo - #include <winsock2.h>
1854
1855 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1856
1857         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1858           (_asxxxx_mapping): added org directive for future enhancements
1859
1860 2005-11-01 Borut Razem <borut.razem AT siol.net>
1861
1862         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1863           enabled sockets on WIN32
1864         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1865
1866 2005-10-31 Borut Razem <borut.razem AT siol.net>
1867
1868         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1869           WIN32 backslash path delimiters should be escaped when used in C strings
1870         * support/regression/tests/bitfields.c: exclude failing assertions for
1871           __CYGWIN32__ and __MINGW32__ hosts
1872
1873 2005-10-30 Borut Razem <borut.razem AT siol.net>
1874
1875         * src/SDCCutil.c: corrected double comparison typo
1876
1877 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * device/lib/medium/Makefile: added for new memory model medium
1880         * device/include/asm/mcs51/features.h: updated for medium/pdata
1881         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1882           added Multiply & Accumulate sbit's and MAC0_PAGE define
1883         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1884         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1885         * device/lib/_mullong.c: update for medium model
1886         * device/lib/incl.mk: added medium model
1887         * doc/sdccman.lyx: documented medium model
1888         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1889         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1890         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1891         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1892           (allocParms): set SCLS and OCLS to pdata for medium model
1893         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1894           for pdata,
1895           (powof2): return <0 if not power of 2
1896         * src/avr/gen.c (genBitWise): use updated powof2
1897         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1898           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1899           (shiftLLeftOrResult): use B if necessary
1900         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1901         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1902         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1903         * support/regression/Makefile.in: added test-mcs51-medium
1904         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1905
1906 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1907
1908         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1909         specifier unsigned
1910         * device/lib/time.c (mktime): fixed bug 1334315
1911
1912 2005-10-28 Raphael Neider <rneider AT web.de>
1913
1914         * device/include/pic/p16f_common.inc: added common declarations
1915         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1916
1917 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1918
1919         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1920           (aopPutUsesAcc): added to predict accumulator use,
1921           (assignResultValue): save acc if necessary,
1922           (genMinusDec): store result if indirectly addressed,
1923           (genDivOneByte):  save acc if necessary,
1924           (movLeft2Result): bugfix if left already in acc,
1925           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1926             attention to accumulator use (esp. pdata),
1927           (genReceive): receive pdata correctly
1928         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1929         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1930
1931 2005-10-27 Raphael Neider <rneider AT web.de>
1932
1933         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1934
1935 2005-10-27 Raphael Neider <rneider AT web.de>
1936
1937         * .version: changed version to 2.5.4
1938         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1939         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1940           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1941             arithmetics support routines
1942         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1943         * device/lib/Makefile.in: also create installdir for pic
1944
1945         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1946           pic14 port as well
1947         * src/pic/device.c (dump_sfr): rewritten to delegate register
1948           placement to the linker (use `extern sym' rather than sym EQU addr),
1949           (validAddress): fixed to check last specified address
1950         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1951           (popGetLit): truncate literal value to 8 bit,
1952           (popGet): moved assert to more appropriate place
1953           (popGetExternal): create pCode operand from and mark the according
1954             symbol as being `extern'
1955           (popGetAddr): added sanity check on immediate's offset, provide
1956             GPOINTER tag on demand
1957           (aopPut): fixed for immediates,
1958           (mov2w_op): move operand's address or contents to WREG (depending on
1959             operand type), safer variant of mov2w,
1960           (movwf,call_libraryfunc): NEW, handy abbreviations,
1961           (get_argument_pcop,get_return_val_pcop,pass_argument,
1962           get_returnvalue): interface for accessing function parameters and
1963             return values,
1964           (assignResultValuei,genRet): use new parameter/return value interface
1965           (pic14_getDataSize): back to old version handling generic pointers,
1966           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1967             provided implementation and/or fixed old one,
1968           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1969             calls, removed legacy 8051 reference code
1970           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1971           (loadSignToC): NEW, move the operands sign bit to CARRY,
1972           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1973             genRightShiftSigned, accepts negative shift counts,
1974           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1975           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1976             generic pointers, __data pointers and __code pointers,
1977           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1978             and signed bitfields, limit bitfields to 8 bit,
1979           (genDataPointerGet): fixed number of bytes read,
1980           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1981           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1982             pointers to constant data are no longer assumed to point to __code
1983             space, removed invalid pointer types,
1984           (bitpatternFromVal): retrieve the PICs representation of an integer
1985             or float literal,
1986           (genDataPointerSet): fixed assigning to po_immediate operands,
1987           (genGenPointerSet): implemented as library call,
1988           (genIfx): fixed incorrect condition,
1989           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1990             provide GPOINTER tag according to destination's storage class,
1991           (genCast): added code to handle casting to generic pointers, added
1992             sign-/zero extension of the result
1993           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1994         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1995         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1996           extend the result
1997         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1998           address/register resides in the shared banks
1999           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2000             put all variables into separate sections (have the linker arrange
2001             them)
2002           (picglue): put init code and interrupt handlers in separate sections
2003         * src/pic/main.c: added port specific options table, modified to PORT
2004           structure to make GPOINTERs 3 byte, added pic14_options
2005           (_pic14_do_link): private linking routine (update paths to libraries,
2006             add libsdcc.lib by default)
2007         * src/pic/main.h: declare pic14_options
2008         * src/pic/pcode.c: fixed instructions i/o relations,
2009           (RegCond): reverted to correct version,
2010           (newpCodeOpLit): truncate literals to 8 bit,
2011           (genericPrint): added debug output,
2012           (getRegFromInstruction): fixed for various operand types, simplified
2013           (BuildFlow): fixed broken handling of isntructions with labels
2014           (LinkFlow): start at last instruction in flow (skip trailing comments),
2015             pass the flow on to the next instruction after CALL
2016           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2017           (insertPCodeInstruction): fixed inserting after a skip instruction,
2018           (DoBankSelect): fixed for labeled instructions
2019           (OptimizepBlock): honor --nopeep switch
2020           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2021         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2022         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2023           (pCodeOptime2pCodes): allow disabling this optimization via
2024             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2025             but is still buggy), started implementation of a dataflow based
2026             pCode optimization (CSE + dead code elimination)
2027           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2028         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2029           names are independant of the stack location and therefore portable across
2030           devices
2031
2032 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2035           (selectSpil): fixed bug 1337835 by not spilling bit variables
2036         * support/regression/tests/bug1337835.c: added test for this bug
2037         * src/mcs51/peeph.def: restart after rule 3.c,
2038           addded rules 263.x to optimize loading constants
2039
2040 2005-10-26 Raphael Neider <rneider AT web.de>
2041
2042         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2043         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2044           (genAssign): emit warning when casting literals to generic pointer
2045             type, also applies when taking the address of a fixed variable,
2046           (genCast): improved casting to generic pointers
2047         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2048           extern variables, added verbose error message
2049         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2050
2051 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2052
2053         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2054         carry must be complemented too
2055         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2056         could be emitted by genMinus
2057         * src/SDCCval.c (constVal): fixed bug 1305065
2058
2059 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2060
2061         * src/SDCCast.c (addCast): added promotion for bit variables
2062         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2063         promotion casts + optimisation
2064         (optimizeGetWord): fix warning 'i' might be used uninitialized
2065         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2066         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2067
2068 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2069
2070         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2071         all chars are promoted to int; promotion should be handled in SDCCast.c
2072
2073 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2074
2075         * device/lib/_strcmp.c: Fixed bug 1326457
2076
2077 2005-10-11 Raphael Neider <rneider AT web.de>
2078
2079         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2080         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2081
2082 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2085         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2086
2087 2005-10-04 Raphael Neider <rneider AT web.de>
2088
2089         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2090           device/lib/pic16/pics.all: added pic18f1320
2091         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2092
2093 2005-09-30 Raphael Neider <rneider AT web.de>
2094
2095         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2096         * src/pic16/devices.inc: NEW, provides device descriptions
2097         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2098
2099 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2100
2101         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2102           GETHBIT
2103
2104 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2105
2106         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2107           documented Any Order Bit, Higher Order Byte and Higher Order Word
2108         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2109         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2110           (optimizeGetAbit): new, to get any bit, not only the high bit,
2111           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2112           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2113           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2114           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2115             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2116             GETABIT, GETBYTE, GETWORD: decorate them,
2117           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2118           (ast_print): added GETABIT, GETBYTE, GETWORD
2119         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2120         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2121           (geniCodeBinary): new generic binary icode,
2122           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2123         * src/port.h: updated comment for PORT.hasExtBitOp
2124         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2125           (genGetByte): new, to get a single byte,
2126           (genGetWord): new, to get a word from a long,
2127           (gen51Code): added GETABIT, GETBYTE, GETWORD
2128         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2129
2130 2005-09-23 Raphael Neider <rneider AT web.de>
2131
2132         * configure.in, configure: have device/lib/pic configured
2133         * device/lib/Makefile.in: added model-pic14
2134         * device/lib/clean.mk: added pic/ to clean rule
2135         * device/lib/pic: added rudimentary pic14 library providing support
2136           functions for multiplication/division/generic pointer access
2137         * src/SDCCopt.c (convilong): mark support functions as extern
2138           for pic14 port as well
2139         * src/pic/gen.c (genMult): added assertions,
2140           (genpic14Code): emit warning on unhandled iCodes
2141         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2142         * src/pic/pcode.c (pCodeOpCopy),
2143         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2144           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2145           SFR_REGISTER}), made safe for future extensions
2146         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2147           instructions even if preceeded by SKIP instructions (also remove
2148           them); removed unused code
2149         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2150           prevents leaving parts of the structure uninitialized after copying
2151
2152 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2153
2154         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2155           ago by me
2156         * support/regression/tests/addsub.c: added test for the bug
2157
2158 2005-09-21 Raphael Neider <rneider AT web.de>
2159
2160         * device/include/pic16/pic18f1220.h,
2161           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2162         * device/lib/pic16/Makefile.rules: added missing opening paren
2163         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2164           are provided in genutils.c,
2165           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2166           operand/result sizes,
2167           (genCmp): assert on NULL pointers first, then check deref'ed values
2168         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2169           result size
2170
2171 2005-09-18 Raphael Neider <rneider AT web.de>
2172
2173         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2174           as these are now unused,
2175           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2176         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2177           local, avoids uninitialized pointer dereference on r->name
2178         * src/pic16/ralloc.c (newReg): fixed indentation
2179
2180 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2181
2182         * src/SDCCval.c (constVal): fixed bug 730366
2183         * support/Util/SDCCerr.c,
2184         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2185
2186 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2187
2188         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2189
2190 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2191
2192         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2193
2194 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2195
2196         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2197           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2198         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2199           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2200         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2201         * packihx/packihx.c (hexDigit): made c unsigned char
2202         * as/mcs51/lklibr.c (fndsym),
2203         * link/z80/lkgb.c (gb),
2204         * link/z80/lklibr.c (fndsym),
2205         * link/z80/lkrloc.c (relr),
2206         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2207         * src/SDCC.lex (checkCurrFile, process_pragma),
2208         * src/SDCCglue.c (spacesToUnderscores),
2209         * src/SDCCmain.c (setParseWithComma, processFile),
2210         * src/asm.c (tvsprintf, printCLine),
2211         * src/avr/gen.c (emitcode, aopPut),
2212         * src/ds390/gen.c (emitcode),
2213         * src/hc08/gen.c (emitcode, emitinline),
2214         * src/mcs51/gen.c (emitcode, genInline),
2215         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2216           tokenizeLineNode),
2217         * src/pic/ralloc.c (debugLog),
2218         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2219           tokenizeLineNode),
2220         * src/pic16/ralloc.c (debugLog),
2221         * src/z80/main.c (_process_pragma):
2222            made all ctype.h function calls safe
2223         * src/SDCCopt.c: include math.h for fabs
2224         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2225           and used them throughout the code to make ctype.h function calls safe
2226         * src/ds390/main.c (asmLineNodeFromLineNode),
2227         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2228         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2229            unsigned char*
2230         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2231           (newpCodeAsmDir): made ctype.h function calls safe
2232         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2233           pic16_emitcode):  made lbp unsigned char*
2234         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2235           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2236         * src/xa51/gen.c (emitcode),
2237         * src/z80/gen.c (_emit2): made lbp unsigned char*
2238         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2239            char*
2240
2241 2005-09-05 Raphael Neider <rneider AT web.de>
2242
2243         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2244           access bank splitpoint
2245
2246 2005-09-05 Raphael Neider <rneider AT web.de>
2247
2248         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2249
2250 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * .version: changed to version 2.5.3
2253         * doc/sdccman.lyx: changed version to 2.5.3,
2254           documented --codeseg and --constseg and pragma codeseg and constseg,
2255           documented bit parameters (reentrant) and bit returning
2256         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2257            currFunc->recvSize, but is this ok for all ports?
2258           (ast2iCode): result of ~ on unsigned char must be cast to int for
2259            bool to work
2260         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2261           function pointers in bit space
2262         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2263           (processFuncArgs): call port.reg_parm() with reentrancy info
2264         * src/port.h,
2265         * src/avr/main.c,
2266         * src/ds390/main.c,
2267         * src/hc08/main.c,
2268         * src/pic/main.c,
2269         * src/pic16/main.c,
2270         * src/xa51/main.c,
2271         * src/z80/main.c: port.reg_parm prototype extended with
2272           "bool reentrant" parameter
2273         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2274           options.stackAuto for allocating bit register parameters
2275         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2276           (genSend): set BitBankUsed if it is,
2277           (selectRegBank): factored out of genCall for use in genPcall,
2278           (genCall): removed redundant dtype assignmen, use selectRegBank,
2279           (genPcall): handle returning in Carry properly, save in F0 if needed,
2280           (genReceive): handle bit register parameters
2281         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2282           (mcs51_assignRegisters): enable bit registers for all reentrant
2283            functions and don't set BitBankUsed unconditionally
2284         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2285         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2286         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2287
2288 2005-08-27 Borut Razem <borut.razem AT siol.net>
2289
2290         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2291         ppc-osx (Darwin) does not support -u option. It seems that it is
2292         supported only on Linux - GNU cp
2293
2294 2005-08-25 Borut Razem <borut.razem AT siol.net>
2295
2296         * sim/ucsim/gui.src/serio.src/Makefile.in,
2297           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2298           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2299           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2300           install and strip, since the strip at /usr/ccs/bin should be used
2301           on solaris
2302
2303 2005-08-24 Borut Razem <borut.razem AT siol.net>
2304
2305         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2306
2307 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2308
2309         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2310         ffffffffu
2311
2312 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2315         * as/mcs51/lkmain.c (link_main): fixed warning
2316         * device/include/stdbool.h: ds390 has no advanced bit support yet
2317         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2318         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2319         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2320           and updated their macros
2321         * src/SDCCval.c (constVal): updated comment for renamed b_long
2322
2323 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2324
2325         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2326         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2327           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2328           (oprio): set priority for '['
2329         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2330            and adb_24_bit
2331         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2332         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2333         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2334         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2335           added overlayable BIT_BANK area
2336         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2337           (summary2): explain 'T' in legenda
2338         * as/mcs51/lkrloc.c: replaced old K&R style,
2339           (relr): added R_BIT processing,
2340           (errmsg): added "Bit-addressable relocation error",
2341           (adb_bit): added for converting from byte- to bit-addressable space,
2342           (adb_24_bit): added for converting from byte- to bit-addressable space
2343         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2344            used in reentrant functions now even as return value
2345         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2346         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2347           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2348         * src/SDCCglobl.h: added indicator BitBankUsed
2349         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2350            the bit registers b0-b7
2351         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2352           (geniCodeCast): fixed bug 1263853,
2353           (geniCodeLogicAndOr): put result in bool or char,
2354           (geniCodeReceive): added parameter func for accessing the return type,
2355           (geniCodeFunctionBody): pass func to geniCodeReceive
2356         * src/SDCCmain.c: added indicator BitBankUsed
2357         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2358         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2359           (checkSClass): don't put automatic bool/bit on stack,
2360           (checkFunction): removed check on function cannot return bit
2361         * src/SDCCsymt.h: added newBoolLink prototype
2362         * src/mcs51/gen.c (rb1regs): added bit registers,
2363           (movc): created for assigning to carry,
2364           (pushReg, popReg): created for pushing registers,
2365           (sameRegs): check both AOP_REG and AOP_CRY types,
2366           (aopOp): handle bit registers,
2367           (aopPut): optimization no self-assign,
2368           (saveRegisters): push reg->base (bits) only once for bit registers,
2369            and use pushReg,
2370           (unsaveRegisters): pop reg->base only once and use popReg,
2371           (assignResultValue): added parameter func and return in carry for bits,
2372           (genIpush): optimization no reload in A if not changed,
2373           (genSend): bit parameters in reentrant functions are passed in bit
2374            registers by first assigning to bits in B, then save registers and
2375            copy B to bits,
2376           (genCall): handle returning in Carry properly, save it in F0 if needed,
2377           (genPcall): updated assignResultValue call, this is not safe yet for bit
2378            returning function !!!
2379           (genFunction): don't generate equ's for bit registers and use pushReg,
2380           (genEndFunction): take care of bit returning functions and use popReg,
2381           (genRet): return bit in Carry,
2382           (genIfx): optimize bit registers and other directly addressable bits,
2383           (genReceive): updated assignResultValue call
2384         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2385           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2386            registers when using stack-auto
2387         * src/mcs51/ralloc.c (_G): added allBitregs,
2388           (regs8051): added the bit registers,
2389           (createStackSpil): use macro IS_BIT,
2390           (getRegBit): added to allocate a bit register, else spill,
2391           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2392           (updateRegUsage): factored out to ease stepping while debugging,
2393           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2394            also allocate bit registers,
2395           (fillGaps): handle bit registers,
2396           (findAllBitregs): added to create bit vector with all bit registers,
2397           (mcs51_allBitregs): returns this bit vector,
2398           (mcs51_assignRegisters): when using stack-auto use bit registers for
2399            passing parameters and creating local variables
2400         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2401
2402 2005-08-22 Borut Razem <borut.razem AT siol.net>
2403
2404         * device/lib/Makefile.in: replaced find option -or with -o
2405           to make it run on solaris
2406
2407 2005-08-22 Raphael Neider <rneider AT web.de>
2408
2409         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2410           fixes #1265442 (crash on Solaris)
2411
2412 2005-08-20 Borut Razem <borut.razem AT siol.net>
2413
2414         * configure, configure.in: added tests for libsocket and libnsl libraries,
2415           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2416           from support/regression/Makefile.in
2417         * support/regression/Makefile.in: added
2418         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2419         * sim/ucsim/libtool: regenerated on sparc-solaris
2420         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2421           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2422           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2423           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2424           sparc-solaris, which doesn't use GNU ld linker
2425         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2426         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2427
2428 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2429
2430         * src/mcs51/peeph.def: updated comments
2431
2432 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2433
2434         * device/lib/_gptrget.c,
2435         * device/lib/_gptrput.c: slightly shorter
2436         * doc/sdccman.lyx: incremented version
2437         * src/mcs51/peeph.def: moved peephole comments to the line of first
2438           change to better keep line correlation, reanimated 186.e
2439         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2440
2441 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2442
2443         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2444           David Saxton with quotes around file name.
2445
2446 2005-08-15 Borut Razem <borut.razem AT siol.net>
2447
2448         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2449           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2450           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2451           make tests run on x86_64 platform
2452
2453 2005-08-13 Raphael Neider <rneider AT web.de>
2454
2455         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2456           as it might be executed DURING a build (parallel make is wonderful)
2457
2458 2005-08-13 Raphael Neider <rneider AT web.de>
2459
2460         * device/lib/Makefile.in (port-specific-objects-pic16):
2461           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2462         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2463           dependency
2464         * device/lib/pic16/Makefile.rules: build subdirs before creating
2465           the library, removed builddir rule, create $(builddir) early in
2466           recurse rule, use empty recurse rule for leaf directories
2467         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2468           mkdir errors (race condition), removed duplicate suffix "hex"
2469           from clean rules
2470         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2471         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2472           prevents mkdir -p from aborting on Alpha
2473
2474 2005-08-12 Raphael Neider <rneider AT web.de>
2475
2476         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2477           db-statements in order to allow for arrays of pointers in code
2478           sections to be placed without interspersed 0-padding, fixes
2479           bug #1256215
2480         * (emitStatistics): fixed division by zero for pic18f1220
2481         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2482           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2483         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2484         * (pic16_pCodeConstString): keep track of already emitted string
2485           literals to prevent "duplicate definitions of symbol _str_NR"
2486         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2487           debug message
2488         * device/lib/Makefile.in: ignore failing PIC16 library builds
2489         * device/lib/pic16/Makefile: do not build if gputils are missing
2490         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2491
2492 2005-08-10 Raphael Neider <rneider AT web.de>
2493
2494         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2495           my last commit)
2496
2497 2005-08-10 Raphael Neider <rneider AT web.de>
2498
2499         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2500           Rokas' patch to add the new fixed point type "__fixed16x16"
2501         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2502           functions for __fixed16x16 arithmetics
2503         * device/lib/pic16: reimplemented the build system to support
2504           a separate build directory, better handling of libio (create
2505           the library in a separate subdir for each architecture) and
2506           easier configuration (centralized in Makefile.common)
2507
2508 2005-08-07 Raphael Neider <rneider AT web.de>
2509
2510         * src/pic16/gen.c (genrshTwo): fixed sign extension
2511         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2512         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2513           added T0CONbits
2514         * device/include/pic16/pic18f4220.h: NEW, header for
2515           pic18f4220 and pic18f4320
2516         * device/include/pic16/pic18fregs.h: added new devices,
2517           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2518         * device/include/pic16/signal.h: resolved name clashes
2519           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2520           to also allow testing for interrupt enable bits, added
2521           comments on how to use the macros
2522         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2523         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2524           register definitions for the devices
2525         * device/lib/pic16/pics.all: added new devices
2526         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2527           allocated memory
2528         * device/lib/pic16/libc/stdlib/memfree: do not count
2529           the block header as free memory
2530         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2531           simplified and added missing end-of-blocklist-marker
2532           (reported by Peter Onion, fixes #1252814)
2533         * (_mergeHeapBlock): fixed loop condition
2534         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2535           len==0, restructured code
2536         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2537           up a bit, reduced bitfield accesses, prevent endless loops
2538           in case of heap corruption
2539         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2540           "unreferenced arguments/must return a value" warnings
2541         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2542           replaced BAUDREG with SPBRG
2543         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2544           device/lib/pic16/debug/gstack/gstack.c: replaced
2545           _naked, _asm, _endasm with __naked, __asm, __endasm
2546
2547 2005-08-05 Raphael Neider <rneider AT web.de>
2548
2549         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2550           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2551
2552 2005-08-05 Borut Razem <borut.razem AT siol.net>
2553
2554         * device/lib/Makefile.in: added missing ';'
2555         * configure: removed ^M characters
2556
2557 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2558
2559         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2560           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2561           License
2562
2563 2005-08-04 Borut Razem <borut.razem AT siol.net>
2564
2565         * configure.in: pic16 libraries build 2nd try - enable running
2566           configure in device/lib/pic16
2567         * configure: regenerated from configure.in
2568         * device/lib/Makefile.in: create $(PORT)/bin directory
2569
2570 2005-08-03 Raphael Neider <rneider AT web.de>
2571
2572         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2573           to get/set values via pointers
2574         * (genUnpackBits,genPackBits): changed detection of
2575           ptr->bitfield vs. sym.bitfield, fixed access via generic
2576           pointers, removed dead (wrong) code for multibyte bitfields
2577         * (genNearPointerGet, genGenPointerGet): removed useless code,
2578           fixed bitfield detection, fixes #1250594
2579         * (genNearPointerSet): removed useless code
2580         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2581           and introduced macro pic16_emitpcode that conditionally emits
2582           the origin of the following pCode (useful for debugging SDCC)
2583         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2584         * (createDefmap): fixed handling of LFSR for --optimize-df
2585
2586 2005-08-02 Borut Razem <borut.razem AT siol.net>
2587
2588         * device/lib/Makefile.in: pic16 libraries build enabled since
2589           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2590
2591 2005-08-02 Raphael Neider <rneider AT web.de>
2592
2593         * src/pic16/gen.c (genPackBits): removed deprecated warning
2594         * (genGenPointerSet): fixed bitfield detection
2595
2596 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2597
2598         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2599
2600 2005-07-31 Raphael Neider <rneider AT web.de>
2601
2602         * device/lib/pic16/libdev/pic18f458.c,
2603           device/include/pic16/pic18f458.h: added missing T0CONbits
2604
2605 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2606
2607         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2608
2609 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2610
2611         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2612
2613 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2614
2615         * device/include/mcs51/at89c51ed2.h: added.
2616
2617 2005-07-23 Raphael Neider <rneider AT web.de>
2618
2619         * src/pic/gen.h: added emitpcode macro for debugging
2620         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2621           and replace by macro adding debug information on demand
2622         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2623         * (gencjne): tried to fix; replaced with correct (slower) code
2624         * (gen{Unp,P}ackBits): fixed single bit access
2625         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2626         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2627           previous instruction
2628         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2629           register has to be handled with care (forbidding movement
2630           of assignments/uses, removing assignments completely, ...)
2631         * (pCodeOptime2pCodes): make use of regIsSpecial
2632         * added lots of debugging output (commented out)
2633         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2634           from being reused as result UNLESS it is known to work
2635
2636 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2637
2638         * support/Util/dbuf.h: include <stddef.h> for size_t
2639         * .version: changed to version 2.5.2
2640
2641 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2642
2643         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2644
2645 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2646
2647         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2648           (genModOneByte): removed needless psha/pula
2649
2650 2005-07-22 Raphael Neider <rneider AT web.de>
2651
2652         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2653           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2654         * src/pic/gen.c (resolveIfx): do not "invent" labels
2655         * (genSkipc): changed to positive logic
2656         * (genSkipCond): removed as no longer needed
2657         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2658           backport from PIC16
2659         * (genLeftShift): check operands are in different registers
2660         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2661           INCF does not update CARRY...
2662         * src/pic/main.c: fixed _linkCmd
2663         * src/pic/pcode.c (unlinkpCode): added inactive code
2664         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2665           alive (do not assign result and operand overlapping registers)
2666
2667 2005-07-22 Raphael Neider <rneider AT web.de>
2668
2669         * src/pic/device.c (dump_sfr): replaced register declaration with
2670           call to emitSymbolToFile() to avoid duplicate symbols
2671         * (assignRelocatableRegisters): do not declare external symbols
2672         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2673           right (take size of type, not etype)
2674         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2675         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2676         * (packRegsForAccUse): disabled assignment of WREG as
2677           the result reg to prevent occurence of just fixed #1235003,
2678           fixes #1242954
2679         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2680           symbols (avoids duplicate symbols in .asm file)
2681         * (pic14emitRegularMap): use emitSymbolToFile()
2682         * src/pic/gen.c (aopOp): fixed spillLocation handling
2683         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2684         * (genDataPointerSet): removed unneccessary variables/output
2685
2686 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2689         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2690
2691 2005-07-21 Raphael Neider <rneider AT web.de>
2692
2693         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2694           architecture cannot handle them efficiently, fixes bug #1235003
2695         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2696           check for empty sets before using them (fixes bug #1232190)
2697
2698 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2699
2700         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2701           (lnksect2): generate warnings for memory overlap
2702         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2703           constseg to set the name of these segments so you can instruct the linker
2704           to place them in banks
2705         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2706         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2707           added code_seg and const_seg to options
2708         * src/SDCCglue.c (emitMaps): use options.const_seg,
2709           (createInterruptVect): put interrupt vectors in segment HOME,
2710           (glue): put HOME before static segment and put the main glue in HOME,
2711           (glue): use options.code_seg
2712         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2713         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2714           these segments so you can instruct the linker to place them in banks
2715           (linkEdit): use code_loc for HOME segment which should be the first
2716           segment in code memory now
2717         * src/SDCCmem.c: fixed more stuff like bug 1238386
2718         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2719           (changePointer): don't change function pointers to code pointers for
2720           banked functions,
2721           (compareType): added exceptional check for banked function pointers
2722         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2723         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2724           after static in code memory
2725         * src/mcs51/gen.c: added aopLiteralLong prototype,
2726           (aopForSym): use getSize for functions,
2727           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2728           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2729           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2730           the segment,
2731           (genPcall): use call for literal function pointers and generate banked
2732           calls over the one trampoline so there's only one place for the user to
2733           modify according to his/hers hardware,
2734           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2735           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2736         * src/mcs51/main.c: added keyword banked,
2737           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2738         * support/Util/SDCCerr.c,
2739         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2740           needed for passing the bank and address to the trampoline
2741         * device/lib/mcs51/crtbank.asm: added for bankswitching
2742         * device/lib/mcs51/Makefile: added crtbank
2743
2744 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2745
2746         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2747           for fields at offset 0 of a struct or union as reported
2748           on 2005-07-07 in the developer mailing list.
2749
2750 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2751
2752         * src/SDCCmem.c: fixed bug 1238386
2753
2754 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2755
2756         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2757           (patch #1144962), added peephole 300, enabled 259.x
2758         * doc/sdccman.lyx: removed screenshot and provided link instead
2759
2760 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2761
2762         * doc/sdccman.lyx: added section about debugging with ddd
2763         * doc/figures/ddd_example.eps: screenshot of debugging session
2764
2765 2005-07-04 Raphael Neider <rneider AT web.de>
2766
2767         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2768           like CODE pointers, fixes #1115683
2769         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2770           call, fixes bugs #1232211, #1228110,
2771           fixed wrong casts to pCodeFlow from pCodeInstructions
2772
2773 2005-07-04 Raphael Neider <rneider AT web.de>
2774
2775         * src/pic/gen.c (popGet): changed assert to allow for
2776           bit operands
2777         * (popGetAddr): changed signature to provide
2778           an additional index, patched all call sites
2779         * (genCmpEq): handle literal-like operands correctly
2780         * (genAddrOf): added sanity checks on __code/__data pointers
2781         * (genAssign): added handling of symbols from __code section
2782         * (gencjne): do not generate code for comparisons whose result
2783           is neither stored nor used, fixes bug #1171114
2784         * (AccLsh, AccRsh): operate on operand instead of WREG
2785         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2786           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2787           by known count
2788         * rewrote complete shift-by-literal logic, commented unused
2789           functions out
2790         * (genConstPointerGet): get multiple bytes (if result size > 1),
2791           fixed handling of non-immediate addresses
2792         * (genPointerGet): handle CODE pointers like CONST pointers
2793         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2794         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2795           operand is to be treated as a literal or not
2796         * (mov2w,genPcall,genCmpEq),
2797           src/pic/genarith.c: use aop_isLitLike() to decide between
2798           literal/register contents
2799         * (addSign): added missing offset
2800         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2801           only emit comment in debug-mode,
2802           use {aop,op}_isLitLike throughout the file
2803         * src/pic/glue.c: fix initializers for pointers (work in progress)
2804         * src/pic/pcode.c (get_op): honor index on _const symbols
2805         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2806         * (dumppBlock): added pCode size estimation
2807         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2808           check for IS_SYMOP before OP_SYMBOL'ing
2809         * fixed indentation, compacted switch-statements
2810         * (allocReg): find free register and allocate it instead of
2811           allocating new registers all the time
2812         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2813           registers as its operands (necessary only for multibyte GETs)
2814
2815 2005-07-01 Raphael Neider <rneider AT web.de>
2816
2817         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2818           debugging .asm-output macros FENTRY + FEXIT
2819         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2820           way... I wonder...
2821         * (emitpComment): NEW, printf to pCode
2822         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2823           offset handling
2824         * (popGetAddr): NEW, variant of popGet to access an immediates
2825           high(er) bytes instead of the n'th byte of memory they reference,
2826           replaced popGet with popGetAddr where neccessary
2827         * (genDataPointerGet): reactivated and fixed implementation
2828         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2829           accesses
2830         * (genDataPointerSet): fixed multibyte assignments
2831         * (genpic14Code): fixed --i-code-in-asm handling
2832         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2833         * (genPlus): fixed index-out-of-bounds error
2834         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2835         * src/pic/ralloc.c: added debugging output macro FENTRY2
2836         * (spillThis): fixed indentation, enbraced for-body for clarity
2837         * (rematStr): commented out as now unused
2838         * (regTypeNum): commented out special spill case (overwrites
2839           arbitrary values)
2840         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2841
2842 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2843
2844         * doc/sdccman.lyx: documented sfr16/sfr32,
2845           added example for using storage class with function pointers
2846         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2847
2848 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2849
2850         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2851         * device/lib/_itoa.c,
2852         * device/lib/_ltoa.c: optimized codesize
2853         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2854           but don't know how to suppress the double warning.
2855         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2856         * support/Util/SDCCerr.c,
2857         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2858
2859 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2860
2861         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2862           fixed old K&R prototypes
2863         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2864         * device/lib/_gptrget.c,
2865         * device/lib/_gptrgetc.c,
2866         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2867           also new versions for small generic pointers and banked generic pointers
2868         * src/port.h: added const_name
2869         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2870         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2871         * src/SDCCcse.c (findPrevIc): check all associative operators
2872         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2873         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2874         * src/SDCCmem.c: updated comments,
2875           set far-space to 0 for pdata, results in optimized code
2876         * src/SDCCmem.h: added macro CONST_NAME
2877         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2878           moving the info into the highest bits, see also gptrget/gptrput
2879         * src/src.dsp: added sdcc.ico to project files
2880         * src/avr/gen.c (genCast): fixed bug 0x%d
2881         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2882         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2883           relation between ptr_type and DCL_TYPE,
2884           (genCast): fixed bug 0x%d
2885         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2886           (CODE)" for const_name
2887         * src/hc08/gen.c (genCast): fixed bug 0x%d
2888         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2889           (hc08_port): added "CONST (CODE)" for const_name
2890         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2891           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2892           between ptr_type and DCL_TYPE,
2893           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2894           operand* and took AOP() inside function so sfr-ness can be checked,
2895           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2896           new prototype,
2897           (genFunction, genEndFunction): optimized stack setup,
2898           (genMinus): optimized for literals with ending zeroes (in bytes),
2899           (genCast): fixed bug 0x%d
2900         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2901           (mcs51_port): added "CONST (CODE)" for const_name
2902         * src/mcs51/peeph.def: made rule 226 more generic
2903         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2904         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2905         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2906         * src/z80/main.c (z80_port): added NULL for const_name,
2907           (gbz80_port): added NULL for const_name
2908         * support/regression/tests/bug663539.c,
2909         * support/regression/tests/sfr16.c: new tests
2910
2911 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2912
2913         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2914
2915 2005-06-24 Raphael Neider <rneider AT web.de>
2916
2917         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2918           corrected typos...
2919         * device/include/pic16/signal.h: added USBIF
2920           and SIG_USB
2921
2922 2005-06-24 Raphael Neider <rneider AT web.de>
2923
2924         * device/lib/pic16/libdev/pic18f2455.c,
2925           device/include/pic16/pic18f2455.h: NEW
2926         * device/include/pic16/pic18fregs.h,
2927           device/lib/pic16/pics.all,
2928           src/pic16/device.c: added 18f2455
2929         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2930           device/include/pic16/{pic18f[68][567].h,usart.h}:
2931           replaced MULTIPLE_USARTS define with more relaible
2932           compatibility sfrs (for USART access)
2933
2934 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2935
2936         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2937           and the output asm file line is printed on two lines.
2938
2939 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2940
2941         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2942           BGT, BLE, BHI, and BLS instructions
2943         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2944           genCmpEq): removed
2945         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2946           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2947           fixes bug #1216342
2948         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2949
2950 2005-06-15 Raphael Neider <rneider AT web.de>
2951
2952         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2953         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2954         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2955           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2956           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2957
2958 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2959
2960         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2961           Marcel Telka in bug #1215704
2962
2963 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2964
2965         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2966           located in shared memory bank.
2967
2968 2005-05-31 Raphael Neider <rneider AT web.de>
2969
2970         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2971           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2972           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2973
2974 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2975
2976         * device/lib/_strncpy.c: fixed the fix
2977
2978 2005-05-26 Raphael Neider <rneider AT web.de>
2979
2980         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2981           initializers with \0, bug #1208187
2982         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2983           intializers with \0, bug #1208187
2984
2985 2005-05-26 Raphael Neider <rneider AT web.de>
2986
2987         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2988           initializers with \0, bug #1208187
2989         * src/pic16/main.c (_process_pragma): added sanity checks
2990           for stack position and size, emit warnings when appropriate
2991
2992 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2993
2994         * device/lib/_strncpy.c: fixed not filling with \0
2995
2996 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2997
2998         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2999           createFunction),
3000         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3001           compound_statement),
3002         * src/SDCCsymt.h,
3003         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3004
3005 2005-05-24 Raphael Neider <rneider AT web.de>
3006
3007         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3008
3009 2005-05-24 Raphael Neider <rneider AT web.de>
3010
3011         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3012           TRISE definitions, closes bug #1162453
3013
3014 2005-05-22 Raphael Neider <rneider AT web.de>
3015
3016         * src/pic16/main.c (_process_pragma): check for missing
3017           arguments to pragmas code and udata
3018         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3019           consistency fixes to match other headers (thanks to Jim Paris)
3020         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3021
3022 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3025
3026 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3027
3028         * support/regression/tests/bug1198642.c: new test
3029         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3030         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3031         * support/scripts/resource.h,
3032         * support/scripts/resource.rc,
3033         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3034         * support/scripts/sdcc.ico: added 32x32 icon
3035
3036 2005-05-18 Raphael Neider <rneider AT web.de>
3037
3038         * device/lib/pic16/libdev/pic18f*.c,
3039         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3040           keywords to "__sfr" and "__at (X)"
3041         * device/include/pic16/pic18fregs.h: added pic18f4520
3042         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3043           #1203088 (MPLAB compatibility)
3044
3045 2005-05-17 Raphael Neider <rneider AT web.de>
3046
3047         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3048         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3049         * device/lib/pic16/pics.all: added new devices
3050         * src/pic16/device.c: added support for pic18f4520
3051
3052 2005-05-16 Raphael Neider <rneider AT web.de>
3053         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3054         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3055         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3056           convenience function for bit access
3057
3058 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3059
3060         * device/lib/printf_large.c: fixed bug 1193299
3061         * support/regression/tests/bug1057979.c: added test %3.3s
3062
3063 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3064
3065         * device/include/mcs51/8051.h,
3066         * device/include/mcs51/8052.h: made parseable with lint
3067         * device/include/mcs51/lint.h: added include file for (sp)lint
3068         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3069         * doc/cdbfileformat.lyx,
3070         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3071
3072 2005-05-14 Raphael Neider <rneider AT web.de>
3073
3074         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3075         * device/lib/pic16/libc/stdlib/itoa.c (new)
3076         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3077         * device/lib/pic16/libio/Makefile: exclude subdir according to
3078           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3079         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3080         * src/pic16/gen.c (genFunction): prevent annoying warning
3081         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3082           nameclashes on BeOS
3083         * support/cpp2/cppmain.c (cpp_output_string): new
3084         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3085           fixes bug 1116802
3086
3087 2005-05-13 Borut Razem <borut.razem AT siol.net>
3088
3089         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3090
3091 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3092
3093         * .version: changed to version 2.5.1; back to bleeding edge development
3094
3095 2005-05-11 Borut Razem <borut.razem AT siol.net>
3096
3097         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3098           generate PDF version 1.3 documents
3099
3100 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3101
3102         * .version: changed to version 2.5.0
3103
3104 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3105
3106         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3107
3108 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3109
3110         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3111         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3112         well as many smaller updates.
3113         * .version: changed to version 2.5.0-pre1
3114
3115 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3116
3117         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3118
3119 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3120
3121         * support/regression/tests/bug1185672.c: added
3122         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3123           bug 1185672
3124         * src/mcs51/gen.c (genCall): added comments, made it look safer
3125         * src/mcs51/gen.c (genEndFunction): simplified
3126
3127 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3128
3129         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3130
3131 2005-04-14 Borut Razem <borut.razem AT siol.net>
3132
3133         * fixed bug 1045046 - SIGSEGV with really simple code?:
3134           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3135           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3136
3137 2005-04-14 Borut Razem <borut.razem AT siol.net>
3138
3139         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3140           src/pic16/device.h: temporarily disabled experimental #inline pragma
3141           for 2.5.0 release
3142
3143 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3144
3145         * device/include/z80/stdio.h,
3146         * device/include/z80/string.h: removed these highly incomplete files so
3147           SDCC can use the default ones in device/include/
3148
3149 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3150
3151         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3152         gcc warning.
3153         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3154         fix sdcpp warnings.
3155
3156 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3157
3158         * device/include/malloc.h: removed redundant __reentrant prototypes
3159         * device/lib/_mullong.c: added working xstack variant in asm (C version
3160           doesn't pass regression tests)
3161         * device/lib/bpx.c: used __data and made bpx char for mcs51
3162         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3163           (createFunction): fixed bug with xstackPtr
3164         * src/SDCCcse.c: corrected comments
3165         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3166           (killDeadCode, eBBlockFromiCode): removed unused code
3167         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3168           corrected comments
3169         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3170           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3171           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3172           (genModOneByte): fixed warning in MSVC
3173         * src/mcs51/main.c (): added comments
3174         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3175
3176 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3179
3180 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3181
3182         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3183
3184 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3185
3186         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3187         characters arrays of larger size than the declared one.
3188
3189 2005-04-10 Borut Razem <borut.razem AT siol.net>
3190
3191         * src/pic/gen.c (genInline),
3192           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3193           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3194           (findNextInstruction), (findPrevInstruction),
3195           (findInstructionUsingLabel),
3196           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3197         * src/pic/pcode.c (findLabel): added missing '\n'
3198         * src/src.dsp: added SDCCdwarf2.c to the project
3199
3200 2005-04-09 Borut Razem <borut.razem AT siol.net>
3201
3202         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3203
3204 2005-04-08 Raphael Neider <rneider AT web.de>
3205
3206         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3207           into the chain after a given one) and mergeDefmapSymbols (combine
3208           defmap entries for each symbol per pcode)
3209         * (createDefmap): have defmap entries merged in the end
3210         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3211           a symbol before replacing one access type's symbol, merge symbols in
3212           the end (replacement symbol might already have an entry)
3213         * (assignValnums): keep reference to written WREG intact
3214
3215 2005-04-08 Raphael Neider <rneider AT web.de>
3216
3217         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3218           Alpha)
3219
3220 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3221
3222         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3223         bytes
3224
3225 2005-04-07 Raphael Neider <rneider AT web.de>
3226
3227         * device/include/pic16/usart.h: added compatibility defines for
3228           devices with more than one USART
3229         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3230
3231 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3232
3233         * device/lib/Makefile.in: updated for port specific include
3234
3235 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3238
3239 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3240
3241         * device/include/8051.h,
3242         * device/include/8052.h,
3243         * device/include/at89S8252.h,
3244         * device/include/at89c55.h,
3245         * device/include/at89x051.h,
3246         * device/include/at89x51.h,
3247         * device/include/at89x52.h,
3248         * device/include/mcs51reg.h,
3249         * device/include/reg51.h,
3250         * device/include/reg764.h,
3251         * device/include/regc515c.h,
3252         * device/include/sab80515.h: (re)moved these 12 files
3253         * device/include/mcs51/8051.h,
3254         * device/include/mcs51/8052.h,
3255         * device/include/mcs51/at89S8252.h,
3256         * device/include/mcs51/at89c55.h,
3257         * device/include/mcs51/at89x051.h,
3258         * device/include/mcs51/at89x51.h,
3259         * device/include/mcs51/at89x52.h,
3260         * device/include/mcs51/mcs51reg.h,
3261         * device/include/mcs51/reg51.h,
3262         * device/include/mcs51/reg764.h,
3263         * device/include/mcs51/regc515c.h,
3264         * device/include/mcs51/sab80515.h: and added them here
3265
3266 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3267
3268         * device/include/stdarg.h: changed SDCC specific keywords to double
3269           underlined form.
3270         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3271           mcs51 and ds390.
3272         * device/include/hc08/mc68hc908gp32.h,
3273         * device/include/hc08/mc68hc908jb8.h,
3274         * device/include/hc08/mc68hc908jkjl.h,
3275         * device/include/hc08/mc68hc908qy.h: fixed comments
3276         * device/include/mcs51/README: updated
3277         * device/include/mcs51/c8051f120.h: added PINRSF
3278         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3279         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3280           amidst code. Also inline is not supported.
3281
3282 2005-04-06 Raphael Neider <rneider AT web.de>
3283
3284         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3285         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3286           callers stack/frame pointers
3287
3288 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3289
3290         * device/include/pic16/usart.h: added, missing in previous commit,
3291         * device/include/pic16/adc.h: fixed typo,
3292         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3293         commit,
3294         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3295         <p18fxxx.inc>
3296         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3297         uninitialized because a bug appears with gplink
3298         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3299         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3300         complains for unrecognised option
3301
3302 2005-04-05 Raphael Neider <rneider AT web.de>
3303
3304         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3305           structs as well (using memcpy)
3306         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3307           on ISRs (GOTO has no label)
3308         * src/pic16/device.h: added OF_OPTIMIZE_DF
3309         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3310           new data flow analysis/optimization
3311         * src/pic16/pcode.c: added (prototypes for and implementation of)
3312           dataflow analysis functions, fixed pCodeInstructions' inCond and
3313           outCond values, made RCALL a branch instruction
3314         * (pic16_unlinkpCode): keep C line if possible
3315         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3316           C line moved if possible
3317         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3318         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3319           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3320         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3321           new flow)
3322         * (pic16_getJumptabpCode): NEW, needed in...
3323         * (LinkFlow): fixed handling of jumptables, calls and conditional
3324           branches
3325         * (pic16_InsertCommentAfter): NEW
3326         * (pic16_pCodeReplace): made verbose and flow preserving
3327         * (AnalyzeFlow): added call to data flow analysis
3328         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3329         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3330         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3331
3332 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3333
3334         * src/SDCCast.c (decorateType): fixed bug #1105626
3335
3336 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3337
3338         * device/include/asm/pic16/features.h,
3339         * pic18f*.h headers,
3340         * device/include/pic16/adc.h,
3341         * device/include/pic16/delay.h,
3342         * device/include/pic16/i2c.h,
3343         * device/include/pic16/malloc.h,
3344         * device/include/pic16/stdio.h,
3345         * device/include/pic16/stdlib.h,
3346         * device/include/pic16/string.h,
3347         * device/lib/pic16/libc/stdio/printf_tiny.c,
3348         * device/lib/pic16/libc/stdio/printf_small.c,
3349         * device/lib/pic16/libc/stdio/strmgpsim.c,
3350         * device/lib/pic16/libc/stdio/strmmssp.c,
3351         * device/lib/pic16/libc/stdio/strmusart.c,
3352         * device/lib/pic16/libc/stdio/vfprintf.c,
3353         * device/lib/pic16/libc/stdlib/ltoa.c,
3354         * device/lib/pic16/libc/stdlib/putchar.c,
3355         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3356         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3357         * device/lib/pic16/libc/stdlib/memchrram.c,
3358         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3359         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3360         * device/lib/pic16/libio/adc/adcbusy.c,
3361         * device/lib/pic16/libio/adc/adcread.c,
3362         * device/lib/pic16/libio/adc/adcsetch.c,
3363         * device/lib/pic16/libio/usart/ubaud.c,
3364         * device/lib/pic16/libio/usart/ubusy.c,
3365         * device/lib/pic16/libio/usart/udrdy.c,
3366         * device/lib/pic16/libio/usart/uopen.c,
3367         * device/lib/pic16/libio/usart/uputc.c,
3368         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3369         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3370         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3371         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3372         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3373         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3374         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3375         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3376         specific keywords to double underlined form,
3377         * device/lib/pic16/libc/Makefile.rules,
3378         * device/lib/pic16/libsdcc/Makefile.rules,
3379         * device/lib/pic16/libm/Makefile,
3380         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3381         to compile with C standard set in Makefile.common
3382         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3383         rand.c and crc.c in compilation process,
3384         * device/lib/pic16/libsdcc/int/divuint.c,
3385         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3386         `c' from signed to unsigned,
3387         * device/lib/pic16/startup/crt0.c,
3388         * device/lib/pic16/startup/crt0i.c,
3389         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3390         keywords to double underlined form, bug fixes in _do_cinit function
3391         which prevented the correct initialization of the .idata segment,
3392         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3393         core to enter a infinite loop
3394         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3395
3396 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3397
3398         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3399
3400 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3401
3402         * device/include/Makefile.in: add support for hc08 subdirectory
3403         * device/include/hc08/: new subdirectory
3404         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3405         Lucas Loizaga, thanks!
3406         * device/include/hc08/mc68hc908qy.h,
3407         * device/include/hc08/mc68hc908gp32.h,
3408         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3409         their own directory. Changed internal macro names to use the compiler
3410         reserved namespace. Changed SDCC specific keywords to double
3411         underlined form.
3412         * device/include/math.h,
3413         * device/include/malloc.h,
3414         * device/include/stdarg.h,
3415         * device/include/stdbool.h
3416         * device/include/string.h,
3417         * device/include/tinibios.h,
3418         * device/include/ds400rom.h,
3419         * device/include/8051.h,
3420         * device/include/8052.h,
3421         * device/include/80c51xa.h,
3422         * device/include/at89c55.h,
3423         * device/include/at89S8252.h,
3424         * device/include/at89x51.h,
3425         * device/include/at89x52.h,
3426         * device/include/ds80c390.h,
3427         * device/include/reg764.h,
3428         * device/include/regc515c.h,
3429         * device/include/sab80515.h,
3430         * device/include/mcs51/c8051f000.h,
3431         * device/include/mcs51/c8051f018.h,
3432         * device/include/mcs51/c8051f020.h,
3433         * device/include/mcs51/c8051f040.h,
3434         * device/include/mcs51/c8051f060.h,
3435         * device/include/mcs51/c8051f120.h,
3436         * device/include/mcs51/c8051f300.h,
3437         * device/include/mcs51/c8051f310.h,
3438         * device/include/mcs51/c8051f320.h,
3439         * device/include/mcs51/c8051f330.h,
3440         * device/include/mcs51/c8051f350.h,
3441         * device/include/z180.h: Changed SDCC specific keywords to double
3442         underlined form.
3443
3444 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3445
3446         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3447         18F4455,
3448         * (pic16_assignConfigWordValue): disable testing of configuration
3449         register value with config mask,
3450         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3451         function with port->fun_prefix,
3452         * (genFunction): when generating a naked interrupt function never
3453         create an absolute segment placed in interrupt vector address, place
3454         the actual interrupt function at IVA instead, when an interrupt
3455         function is generated with unspecified interrupt then do not create
3456         the absolute section,
3457         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3458         code for generating a call to generic pointer get/put function with
3459         a call to function pic16_callGenericPointer(),
3460         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3461         the call to the generic pointer get/put functions with prefixing the
3462         function name with port->fun_prefix,
3463         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3464         * src/pic16/main.c (_process_pragma): prefix function with
3465         port->fun_prefix,
3466         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3467         calling assembler, old 18Fxxxx macro is deprecated,
3468         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3469         PC_ASMDIR in while condition,
3470         * (findInstruction): add PC_ASMDIR in while condition,
3471         * (buildCallTree): prefix main with port->fun_prefix,
3472         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3473         identifier for variable with banked access in instructions BTFSS,
3474         BTFSC, BCF, BSF, BTG
3475         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3476         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3477         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3478         perform optimization when enviroment variable NO_REG_OPT is set,
3479         * (insideLRBlock): NEW, return 1 if register is inside an
3480         INF_LOCALREGS block,
3481         * (RemoveRegFromLRBlock): remove a register that is completely
3482         eliminated by register optimization, but it is still left in local
3483         register store/restore in/from stack block,
3484         * (Remove2pcodes): after removing register, check to see if it
3485         should be removed from local register store/restore in/from stack
3486         block,
3487         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3488         DUMMY_READ_VOLATILE,
3489
3490         * device/include/pic16/adc.h: minor prototype modifications and
3491         update,
3492         * device/include/pic16/malloc.h: added GPL notice various
3493         modifications,
3494         * device/include/pic16/stdint.h: NEW, standard header for ints
3495         * device/include/pic16/delay.h: NEW, header for delay functions,
3496         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3497         delay1mtcy,
3498         * device/include/pic16/signal.h: NEW, header providing helper macros
3499         for implementing signal handlers,
3500         * device/include/pic16/stdio.h: added prototypes for functions,
3501         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3502         prototypes for stdin and stdout, added macro PUTCHAR to
3503         automatically implement putchar function prototype,
3504         * device/include/pic16/usart.h: modified and updated USART library,
3505         * device/lib/pic16/libio/adc/,
3506         * device/lib/pic16/libio/i2c: some modifications to improve library
3507         performance,
3508         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3509         family of functions,
3510         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3511         family of functions and other sources,
3512         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3513         of the PIC18Fxx[28] devices,
3514         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3515         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3516         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3517         _do_cinit function, because the previous failed when local variables
3518         where not placed in the same memory bank,
3519         * device/lib/pic16/libsdcc/char/: various modifications to improve
3520         library performance,
3521         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3522         information on the new functions of the c library and more...
3523
3524 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3527
3528 2005-03-26 Raphael Neider <rneider AT web.de>
3529
3530         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3531           if condition == CARRY)
3532         * (genCmp): adapted to new genSkipc semantics
3533         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3534           on rIfx (genCmp was broken)
3535
3536 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3537
3538         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3539         * src/z80/main.c (_keywords[]),
3540         * src/SDCCglobal.h (struct options),
3541         * src/SDCC.y,
3542         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3543         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3544         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3545         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3546         always available in leading double underscore form. The C99 support is
3547         mostly missing, but it's a start.
3548         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3549         reserved identifier "__data".
3550
3551 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3552
3553         * src/mcs51/peeph.def: fixed bug 1170013
3554
3555 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3556
3557         * device/include/mcs51reg.h: fixed bug 842007
3558
3559 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3560
3561         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3562         last time.
3563
3564 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3565
3566         * src/port.h (struct PORT),
3567         * src/avr/ralloc.c (avr_assignRegisters),
3568         * src/avr/main.c,
3569         * src/ds390/ralloc.c (ds390_assignRegisters),
3570         * src/ds390/main.c,
3571         * src/hc08/ralloc.c (hc08_assignRegisters),
3572         * src/hc08/main.c,
3573         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3574         * src/mcs51/main.c,
3575         * src/pic/ralloc.c (pic14_assignRegisters),
3576         * src/pic/main.c,
3577         * src/pic16/ralloc.c (pic16_assignRegisters),
3578         * src/pic16/main.c,
3579         * src/xa51/ralloc.c (xa51_assignRegisters),
3580         * src/xa51/main.c,
3581         * src/z80/ralloc.c (z80_assignRegisters),
3582         * src/z80/ralloc.h,
3583         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3584         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3585         * src/SDCCcse.h,
3586         * src/SDCCdflow.c (computeDataFlow),
3587         * src/SDCCdflow.h,
3588         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3589         * src/SDCCloop.h,
3590         * src/SDCCcflow.c (*),
3591         * src/SDCCcflow.h,
3592         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3593         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3594         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3595         immedDom() returning wrong block; probably fixes bug #1160833)
3596
3597 2005-03-20 Borut Razem <borut.razem AT siol.net>
3598
3599         * support/scripts/inc2h.pl: WIN32 port
3600
3601 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3602
3603         * device/lib/makefile.in: added abs.c and labs.c
3604
3605 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3606
3607         * device/include/stdint.h: added
3608         * device/lib/abs.c: added
3609         * device/lib/labs.c: added
3610         * device/include/stdlib.h: added abs() and labs() prototypes
3611         * device/lib/libsdcc.lib: added abs and labs
3612         * device/include/float.h,
3613         * device/lib/_fsmul.c,
3614         * device/lib/printf_fast.c,
3615         * device/lib/printf_tiny.c: updated comments
3616
3617 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3618
3619         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3620         bug #1164313
3621
3622 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3623
3624         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3625         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3626
3627 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3628
3629         * device/lib/printf_large.c: removed inline assembly for portability and
3630           readability. Use printf_fast if speed or size are more important.
3631         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3632         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3633
3634 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3635
3636         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3637         prevent compiler warning
3638
3639 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3640
3641         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3642         moved to level 0 and declared as static. Also they are explicit
3643         placed in access bank. This was necessery because some times they
3644         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3645         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3646         optimizations. Currently only compare to unsigned char is implemented,
3647         * src/pic16/gen.c: added fReturnIdx array,
3648         * (struct resolvedIfx) is moved to gen.h and made public,
3649         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3650         * (aopForSym): added an optimization to directly store in stack of
3651         the operand of a SEND iCode,
3652         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3653         but as registers instead (AOP_REG) using the fReturnIdx array,
3654         * (pic16_freeAsmop): remove the freed register from the
3655         _G.sregsAlloc field,
3656         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3657         a compare of 'WREG',
3658         * (pic16_popGetTempRegCond): changed function prototype, now
3659         function takes also a bitVector argument v which holds the current
3660         set of registers that are allocated for stack access by aopForSym,
3661         registers allocated in aopForSym for accessing stack symbols are not
3662         any more part of the functions usedRegs field,
3663         * (genCall): some times aopOp is called for a stack variable to be
3664         send, aopForSym might perform the push, if this is true make sure
3665         that genCall doesn't push the variable twice by testing _G.resDirect,
3666         * (genFunction): changed testing for unspecified interrupt number
3667         from 256 to INTNO_UNSPEC,
3668         * modified selection scheme of frame pointer generation. Previously
3669         if function did use local registers a frame pointer was generated,
3670         now a frame pointer is generated only if function has arguments
3671         (that need PLUSW2 register access), or has stack arguments, or the
3672         compiler is not instructed to omit the frame pointer,
3673         * (genEndFunction): before restoring local registers that were saved
3674         in the function preamble, also restore the registers that *might*
3675         have been allocated for stack access,
3676         * (genRet): removed some old comments,
3677         * (genCmp, the active (RN's) version): added a call to the
3678         pic16_genCmp_special function to perform the compare with a more
3679         robust and optimized way,
3680         * (genInline): a feature has been added in inline code generation,
3681         which allows a wildcard variable substitution when writing inline
3682         assembly. Code is incomplete and experimental therefore undocumented,
3683         * (genCast): changed order of aopOp for result and right to allow
3684         aopForSym to directly load the result if possible,
3685         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3686         perform an optimized compare on some selected special occasions,
3687         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3688         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3689         generate an IVT any more,
3690         * src/pic16/main.c (pic16_optionsTable): added command line option
3691         --optimize-cmp,
3692         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3693         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3694         macros,
3695         * src/pic16/NOTES: Raphael Neider added in list of active developers
3696         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3697         jumptable_end to prevent bug #,
3698         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3699         inCond and outCond fields,
3700         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3701         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3702         turn off register spilling,
3703         * (packRegsForOneUse): synced with other ports' versions although it
3704         is not used currently,
3705         * (pic16_packRegisters): added an optimization while reading
3706         structure bitfields, some registers may be saved (malloc code is
3707         decreased by 80 bytes)
3708
3709 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3710
3711         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3712         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3713         this can be optimized more?
3714
3715 2005-03-10 Raphael Neider <rneider AT web.de>
3716
3717         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3718           genNearPointerGet): (hopefully) fixed access to bitfields via
3719           pointers (p->bitN = x; and x = p->bitN; failed)
3720
3721 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3722
3723         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3724
3725 2005-03-09 Raphael Neider <rneider AT web.de>
3726
3727         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3728
3729 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3730
3731         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3732         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3733           (regTypeNum): set REG_BIT type if necessary
3734         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3735         * support/regression/tests/critical.c: check bug 1144613
3736
3737 2005-03-02 Raphael Neider <rneider AT web.de>
3738
3739         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3740
3741 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3742
3743         * src/avr/ralloc.c (serialRegAssign),
3744         * src/ds390/ralloc.c (serialRegAssign),
3745         * src/hc08/ralloc.c (serialRegAssign),
3746         * src/mcs51/ralloc.c (serialRegAssign),
3747         * src/pic/ralloc.c (serialRegAssign),
3748         * src/pic16/ralloc.c (serialRegAssign),
3749         * src/xa51/ralloc.c (serialRegAssign),
3750         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3751
3752 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3753
3754         * src/SDCCast.c (decorateType): fixed bug 1124787
3755
3756 2005-02-20 Hubert Sack <sack AT digiplan.de>
3757         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3758
3759         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3760         patch #1121755
3761
3762 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3763
3764         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3765         to keep the correct label reference count when adding/removing references
3766         to labels. A peephole file using this is appended to patch #1144962.
3767
3768 2005-02-14 Raphael Neider <rneider AT web.de>
3769
3770         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3771         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3772         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3773           retrievals of result operand's value on assignment
3774
3775 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3776
3777         * device/include/pic16/string.h: modified prototype for memccpy()
3778         to memccpy(void *, void *, char, size_t)
3779         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3780         check whether to omit frame pointer or not,
3781         * (genInline): convert all occurences of "\n" to LF in inline
3782         assembler blocks, this helps formatting the inline text,
3783         * (pic16_loadFSR0): modified prototype,
3784         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3785         removed some 8051 legacy code,
3786         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3787         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3788         before allocating temporary registers in functions,
3789
3790 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3791
3792         * support/regression/tests/bitvars.c: corrected the "fix"
3793
3794 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3795
3796         * support/regression/tests/bitvars.c,
3797         * support/regression/tests/bitwise.c,
3798         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3799
3800 2005-02-10 Raphael Neider <rneider AT web.de>
3801
3802         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3803           different size for Alpha
3804         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3805
3806 2005-02-09 Raphael Neider <rneider AT web.de>
3807
3808         * src/SDCC.lex(doPragma) : save and restore warning options as well
3809           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3810         * have #pragma less_pedantic set the errorlevel to WARNING
3811           (fixes #1117001)
3812         * (cloneOptimize) : fixed wrong malloc's size
3813         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3814           facilitate correct handling of #pragma (save|restore)
3815
3816 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3817
3818         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3819
3820 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3821
3822         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3823
3824 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3825
3826         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3827
3828 2005-02-02 Raphael Neider <rneider AT web.de>
3829
3830         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3831         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3832         * (pic16_storeForReturn): fixed to allow returning function pointers
3833         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3834         * device/include/pic16/{stddef.h,stdbool.h}: added
3835
3836 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3837
3838         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3839
3840 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3841
3842         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3843         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3844          appeared to be required
3845
3846 2005-01-31 Borut Razem <borut.razem AT siol.net>
3847
3848         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3849           include/mcs51 and include/z80 directories to the package
3850
3851 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3852
3853         * src/hc08/gen.c (genFunction): fixed bug #1112752
3854
3855 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3856
3857         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3858
3859 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3860
3861         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3862
3863 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3864
3865         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3866
3867 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3868
3869         * device/include/c8051fxxx.h: removed these 6 files
3870         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3871
3872 2005-01-26 Raphael Neider <rneider AT web.de>
3873
3874         * src/pic16/gen.c (genAssign): fixed assignment from longs
3875           in codespace (were cut to three bytes)
3876         * (genDummyRead): implemented (except for CODESPACE...),
3877           fixed bug #1108575
3878         * src/pic16/glue.c (emitStatistics): beautified
3879         * device/lib/pic16/libm/Makefile: added include path
3880
3881 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3882
3883         * src/z80/gen.c (aopPut): fixed bug #1103902
3884
3885 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3886
3887         * device/lib/expf.c: fixed bug #1095792
3888
3889 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3890
3891         * device/lib/pic16/libm: added Math library sources
3892
3893 2005-01-24 Raphael Neider <rneider AT web.de>
3894
3895         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3896           to enable upcast to pCodeOpReg2 (there is no type tag to
3897           differenciate the two and pic16_popGet2p cast into PCOR2)
3898         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3899           (sizeof(sectNames) changed to sizeof(sectName))
3900           Both patches fix segfaults under MinGW.
3901
3902 2005-01-23 Raphael Neider <rneider AT web.de>
3903
3904         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3905           Safe_[mc]?alloc()'ed variables
3906         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3907           of (byte sized) temporaries (assign them to WREG for now)
3908         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3909           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3910           this might fix SIGSEGVs on MinGW...
3911         * src/SDCCopt.c (killDeadCode): restored original behaviour
3912           (volatile operands might get thrown away though)
3913
3914 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3915
3916         * src/pic16/gen.c: fixed bug #1106975,
3917         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3918         pointer update, INTCON is saved, global interrupts are disabled and
3919         restored after updateing TOS.
3920         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3921         * added function attribute 'shadowregs' to take advantage of shadow
3922         registers,
3923         * added function attribute 'wparam' as an alternative to the wparam
3924         pragma,
3925         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3926         user declares a non-ISR function as 'shadowregs',
3927         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3928
3929 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3930
3931         * .version: bumped version number to 2.4.8
3932         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3933         pic16 port,
3934         * device/lib/pic16/libio/i2c/: I2C module support library,
3935         * device/include/pic16/i2c.h: I2C support library header,
3936         * device/lib/pic16/libc/stdio/: standard IO support sources,
3937         * (printf_small.c): printf_small() source, supports float print,
3938         * (printf_tiny.c): printf_tiny() source, does not support floats,
3939         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3940         enable global optimizations for entire library source, other
3941         Makefiles in the source tree are also modified to reflect this,
3942         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3943         function,
3944         * doc/sdccman.lyx: updated to reflect new changes,
3945         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3946         sym->onStack if-case,
3947         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3948         sbit, idata, _idata, xdata, _xdata,
3949         * added pragma library, to link an external library, (see doc),
3950         * removed command line options, --pomit-config-words, --pomit-ivt,
3951         --pleave-reset-vector,
3952         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3953         when calling assembler to reflect memory model used, also define
3954         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3955         reflect stack model used,
3956         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3957         on stack return NULL,
3958
3959 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3960
3961         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3962           of the operands is volatile. Fixes #1020220
3963
3964 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3965
3966         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3967         * (OptimizeRegUsage): make sure that there is really no other flow where
3968           the first pCode is used
3969
3970 2005-01-22 Raphael Neider <rneider AT web.de>
3971
3972         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3973           to fix #1106967 (pCode->seq are not set up correctly)
3974
3975 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3976
3977         * src/SDCCglue.c (glue): make sure code area is declared before the
3978         static initialization area.
3979
3980 2005-01-21 Raphael Neider <rneider AT web.de>
3981
3982         * device/lib/Makefile.in: fixed test for pic16 install dir
3983         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3984           optimizations
3985         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3986           added --optimize-goto compiler switch and pragma wparam documentation
3987         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3988         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3989           and PRODH closing bug #1071770 (peephole optimizer)
3990
3991 2005-01-19 Raphael Neider <rneider AT web.de>
3992
3993         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3994           cmdLine buffers (used when calling sdcpp...) are large enough
3995           (MAX_PATH=256 truncates arguments leading to system halts when
3996           used in MinGW...)
3997         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3998         * (genUminus): rewritten to for efficiency
3999         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4000           used uninitialized in some cases)
4001         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4002           copy the third byte from the int -- now assumes 0x80 (data memory)
4003         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4004           operands (genAddLit expects the iCode's operands to swapped as
4005           well), fixed leftover bytes (crashed for short left operands)
4006         * (pic16_genMinusDec): performance improvements, removed false
4007           PIC14 emitSKPNCs
4008         * (pic16_genMinus): fixed to cope with differently sized operands
4009         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4010           for --obanksel > 1
4011         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4012         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4013           new banksel optimization
4014         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4015           analysis for temporary registers (segfaults...)
4016         * src/pic16/peeph.def: added rule
4017
4018 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4019
4020         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4021         which converts a float number to its ASCII representation
4022         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4023         functions to convert the fractional and integer part of a float to ASCII,
4024         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4025         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4026         ram
4027         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4028         _STATMEM macros,
4029         * device/include/pic16/adc.h: added GPL info,
4030         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4031         a pCodeOp as tested operand,
4032         * (genNearPointerGet): optimized bit testing, does not use
4033         intermediate register for bit value, test directly instead with
4034         BTFSS, BTFSC, works only for single bits,
4035         * (genpic16Code): dump the name of the iCode in the asm,
4036         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4037         renamed to pic16_decodeOp,
4038         * (serialRegAssign): do not allocate a temporary register for iCode
4039         sequences that test a single bit for 1/0
4040
4041 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4042
4043         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4044         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4045         access stack and frame pointers. They are initially assigned to
4046         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4047         accessing SFRs. Updated all occurences of modification of stack or
4048         frame pointer in gen.c and pcode.c,
4049         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4050         assigning of a literal value to pointers,
4051         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4052         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4053         selected
4054
4055 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4056
4057         * doc/sdccman.lyx: update documentation about stack pragma, added
4058         some info for stack memory models
4059
4060 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4061
4062         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4063
4064 2005-01-08 Raphael Neider <rneider AT web.de>
4065
4066         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4067           udata sections to fix bug #1097823
4068
4069 2005-01-05 Raphael Neider <rneider AT web.de>
4070
4071         * src/pic16/gen.c (genGenericShift): added handling of differently
4072           sized left operand and result
4073
4074 2005-01-04 Raphael Neider <rneider AT web.de>
4075
4076         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4077         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4078           to hold the condition bit)
4079         * added new version of genCmp (old code available via #define)
4080         * added new version of genShiftLeft/genShiftRight in a generic
4081           way, now supports shifting by negative values
4082         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4083           shiftCount (expected by genGenericShift)
4084         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4085         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4086           dump
4087         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4088           is an invalid literal too...)
4089
4090 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4091
4092         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4093         from Raphael Neider,
4094         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4095         for 8-bit literals. This fixes some literal operands which are sign
4096         extended to 16-bits ints when instruction needs only 8-bits.
4097
4098 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4099
4100         * device/lib/logf.c: added mcs51 assembly version
4101         * device/lib/expf.c: added mcs51 assembly version
4102         * device/lib/_logexpf.c: new shared asm code for expf and logf
4103         * device/include/math.h: add defines for assembly math library
4104         * device/lib/Makefile.in: build new _logexpf.c
4105         * device/lib/libfloat.lib: use new _logexpf.c
4106
4107 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4108
4109         * src/pic/device.c
4110         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4111           device types which have less than 0x7f registers.
4112
4113 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4114
4115         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4116
4117 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4118
4119         * device/lib/printf_fast.c: only build on supported arch.
4120         * device/lib/printf_tiny.c: only build on supported arch.
4121         * device/lib/printf_fast_f.c: only build if asm float lib
4122         * device/lib/_fsget1arg.c: only build if asm float lib
4123         * device/lib/_fsget2args.c: only build if asm float lib
4124         * device/lib/_fsnormalize.c: only build if asm float lib
4125         * device/lib/_fsreturnval.c: only build if asm float lib
4126         * device/lib/_fsrshift.c: only build if asm float lib
4127         * device/lib/_fsswapargs.c: only build if asm float lib
4128         * device/include/stdio.h: don't provide print_fast,
4129           print_fast_f, print_tiny prototypes if --xstack used
4130
4131 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4132
4133         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4134         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4135           to the SOURCES
4136
4137 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4138
4139         * device/lib/printf_fast_f.c: same as printf_fast, but
4140           with floating point enabled
4141         * device/lib/printf_fast.c: minor tweaks
4142         * device/include/stdio.h: add printf_fast_f
4143
4144 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4145
4146         * src/SDCCmain.c: make --float-reent default for mcs51
4147         * device/lib/_fsadd.c: added mcs51 assembly version
4148         * device/lib/_fssub.c: added mcs51 assembly version
4149         * device/lib/_fsmul.c: added mcs51 assembly version
4150         * device/lib/_fsdiv.c: added mcs51 assembly version
4151         * device/lib/_fseq.c: added mcs51 assembly version
4152         * device/lib/_fsneq.c: added mcs51 assembly version
4153         * device/lib/_fsgt.c: added mcs51 assembly version
4154         * device/lib/_fslt.c: added mcs51 assembly version
4155         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4156         * device/lib/Makefile.in: add _fscmp to build
4157         * device/lib/libfloat.lib: add _fscmp to build
4158
4159 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4160
4161         * device/lib/_fs2slong.c: added mcs51 assembly version
4162         * device/lib/_fs2sint.c: added mcs51 assembly version
4163         * device/lib/_fs2schar.c: added mcs51 assembly version
4164         * device/lib/_fs2ulong.c: added mcs51 assembly version
4165         * device/lib/_fs2uint.c: added mcs51 assembly version
4166         * device/lib/_fs2uchar.c: added mcs51 assembly version
4167         * device/lib/_slong2fs.c: added mcs51 assembly version
4168         * device/lib/_sint2fs.c: added mcs51 assembly version
4169         * device/lib/_schar2fs.c: added mcs51 assembly version
4170         * device/lib/_ulong2fs.c: added mcs51 assembly version
4171         * device/lib/_uint2fs.c: added mcs51 assembly version
4172         * device/lib/_uchar2fs.c: added mcs51 assembly version
4173         * device/include/float.h: added #define to select asm vs c
4174
4175 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4176
4177         * device/lib/printf_fast.c: improvements to float output
4178         * device/include/float.h: add defines for assembly float library
4179         * device/lib/_fsget1arg.c: receive 1 float arg
4180         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4181         * device/lib/_fsnormalize.c: normalize a float
4182         * device/lib/_fsreturnval.c: return float, various helper routines
4183         * device/lib/_fsrshift.c: right shift a float's mantissa
4184         * device/lib/_fsswapargs.c: swap 2 floats
4185         * device/lib/Makefile.in: build these 6 new files for mcs51
4186         * device/lib/libfloat.lib: add these 6 files to the library
4187
4188 2004-12-26 Borut Razem <borut.razem AT siol.net>
4189
4190         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4191           built by gcc 3.4.2
4192
4193 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4194
4195         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4196           and fully reentrant and register bank neutral.
4197         * device/lib/printf_fast.c: added float (not enabled by default),
4198           added compact/slower integer (also not enabled by default),
4199           improved size/speed of fast integer code, other minor changes
4200         * device/include/stdio.h, device/lib/Makefile.in,
4201           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4202
4203 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4204
4205         * src/pic16/pcode.c: declaring variables other than at the start of a
4206           block is not supported in C by VC6.
4207
4208 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4209
4210         * applied a previous patch from Raphael Neider that wasn't included
4211         in the previous commits, which fixes infinite loops within jumptable
4212         improvements,
4213         * made some fixes that previous patches introduced
4214
4215 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4216
4217         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4218         that fixes an issue with AOP_PCODE asmop's offset,
4219         * (pic16_popCopyReg): update instance field too,
4220         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4221         function of pic port,
4222         * (genCmp, genAnd, genAssign),
4223         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4224
4225 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4226
4227         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4228         variables initial values to idata section,
4229         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4230         variables in some functions. This utilizes parmBytes field of iCode
4231         structure to hold the offset of the variable in stack. (might be
4232         able to use the stack field too?)
4233         * applied patch from Raphael Neider # ### , # ###
4234         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4235         variable initial values in idata section,
4236         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4237         for static variables with initial value
4238         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4239         applied fix in while loop from Raphael Neider.
4240
4241 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4242
4243         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4244         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4245         * src/ds390/ralloc.c (serialRegAssign): spill bits
4246         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4247         * support/Util/SDCCerr.c,
4248         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4249         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4250         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4251
4252 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4253
4254         * device/include/sdcc-lib.h: inserted LGPL, added includes
4255           asm/ds390/features.h and asm/mcs51/features.h
4256         * device/include/asm/default/features.h,
4257         * device/include/asm/gbz80/features.h,
4258         * device/include/asm/z80/features.h: added empty _AUTOMEM
4259           and _STATMEM
4260         * device/include/asm/ds390/features.h,
4261         * device/include/asm/mcs51/features.h: added files with defines for
4262           _AUTOMEM and _STATMEM indicating automatic and static storage class
4263         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4264         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4265         * src/SDCCicode.c (geniCodeCast),
4266         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4267         * src/SDCCloop.c (loopInduction): removed unused variable lr
4268         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4269           to convertToFcall to include char modulo (RFE 1065037), added check
4270           if left operand is unsigned and use abs of literal value
4271         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4272           as it doesn't work after conversion from peephole.def to peephole.rul
4273         * src/mcs51/gen.c (toBoolean): added check for size,
4274           (genModOneByte): optimized code for signed char modulo a literal
4275           power of 2 (thanks to Hubert Sack),
4276           (genRRC): removed unnecessary "clr c",
4277           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4278         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4279           jump optimization,
4280           swapped rules 256.c and 256.d,
4281           extended 256.d by using new multiple checks (thanks Erik),
4282           added rules 256.e and 256.f,
4283           updated rule 261.a and 261.b to new generated code
4284         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4285
4286 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4287
4288         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4289           induction related bugs, including first part of bug #1074377
4290
4291 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4292
4293         * applied patch from bug-report #1076292,
4294         * applied patches for genAnd and Goto-optimizations for Raphael
4295         Neider,
4296         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4297         dump a less iCode information,
4298         * src/pic16/device.h (pic16_options_t): added field debgen,
4299         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4300         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4301         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4302         puclic,
4303         * (various functions): added macros FENTRY and FENTRY2 to functions,
4304         to emit function prologue,
4305         * (various functions): fixed indentation,
4306         * (genNearPointerGet): fixed loading of FSR0,
4307         * (genPackBits): applied patch from Raphael Neider to fix updating
4308         of FSR0 and touching only the modified bits,
4309         * src/pic16/genarith.c (various functions): added macros FENTRY to
4310         emit function prologue in comments,
4311         * src/pic16/pcode.h: added functions debugf2, debugf3,
4312         * src/pic16/ralloc.c: partial fix for packForPush caused
4313         segmentation fault,
4314
4315 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4316
4317         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4318           <stsp AT users.sourceforge.net> with reversed byte order
4319         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4320
4321 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4322
4323         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4324           bug #1074377
4325         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4326         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4327
4328 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4329
4330         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4331
4332 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4335           conditions,
4336           (setFromConditionArgs): friendly operand parser for peephole rules,
4337           (operandBaseName, operandsNotRelated): new peephole condition
4338           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4339           architecture specific register naming into account, handles n-way
4340           comparisons, and supports quoted literals
4341         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4342
4343 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4344
4345         * src/mcs51/peeph.def: fixed bug #1076940
4346
4347 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4348
4349         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4350
4351 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4352
4353         Adding support for replacing ljmps with sjmps in jumptables
4354         generated for switch statements. For now you need to set the
4355         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4356         Now 4 algorithms for mcs51 jumptable generation are used:
4357         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4358         addresses loaded pc-relative for up to 112 cases and stack-pushing
4359         target addresses loaded with offset from dptr for up to 256 cases.
4360
4361         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4362         * src/mcs51/main.c: adapted constants for switch table generation
4363         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4364
4365 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4366
4367         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4368         * support/regression/tests/bug1057979.c: added test for bug 1073386
4369
4370 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4373         compilers
4374
4375 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4376
4377         * src/pic16/device.h,
4378         * src/pic16/genarith.c,
4379         * src/pic16/glue.c,
4380         * src/pic16/main.c,
4381         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4382
4383 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4384
4385         Large cummulative patch for pic16 port.
4386         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4387         to call when a stack overflow occurs,
4388         * (malloc.h): added CVS Id tag,
4389         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4390         variable,
4391         * added libc directory. The current version of LibC contains string
4392         functions, ctype functions and macros and some functions of the
4393         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4394         be extensively tested in the future. Standard disclaimer here.
4395         Library is not automatically build yet. But one can build it by
4396         invoking 'make' inside the libc directory.
4397         * added ADC library under libio. Preliminary version yet.
4398
4399         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4400         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4401         aopForRemat() now and not by pic16_aopOp(),
4402         * (pic16_popGetTempReg): removed warning messgae when allocating
4403         temporary registers, its a buggy feature and will be removed,
4404         * (pic16_popGet): set register instance field in AOP_CRY,
4405         * (pic16_outBitC): fixed for results in size greater than 1,
4406         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4407         * (pic16_storeForReturn): optimized return of 0,
4408         * (genCmp): experimental code for new genCmp which uses PIC18's
4409         special compare&skip instructions. Initial tests fail some times
4410         with variables grater than 1 byte in size, so new code is disabled,
4411         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4412         a single bit,
4413         * (genCast): began a fix to optimize the casting of a bit to another
4414         bit, now assigning a bitfield to another bitfield will fail, sorry,
4415         * src/pic16/main.c: disabled the use of lr-support feature,
4416         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4417         * added some function prototypes, added function _debugf prototype,
4418         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4419         bits with offset (case PO_GPR_BIT),
4420         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4421         command line,
4422         * (isBankInstruction): modified to return 0 for no banking instruction,
4423         and 1 for banking instruction,
4424         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4425         caused stop processing pCodes after a inline assembly block,
4426         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4427         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4428         registers when it shouldn't,
4429         * src/pic16/ralloc.c (allocReg): add preliminary support for
4430         supporting a limited set of temporary registers,
4431
4432 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4433
4434         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4435           genDataPointerSet): ensure assignments always copy in MSB to LSB
4436           order,
4437           (loadRegFromAop): recognize CLRH optimization,
4438           (genFunction): optimize RECEIVE iCodes in reentrant functions
4439
4440 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4441
4442         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4443           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4444           selected.
4445         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4446         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4447           contiguous with data
4448
4449 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4450
4451         * device/lib/_gptrget.c (_gptrget),
4452         * device/lib/_gptrgetc.c (_gptrgetc),
4453         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4454           instead of sjmp to ret
4455         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4456           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4457
4458 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4459
4460         * .version: bumped version to 2.4.7
4461         * device/lib/_gptrget.c (_gptrget): is now _naked
4462         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4463         * device/lib/_gptrput.c (_gptrput): is now _naked
4464         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4465           (createFunction): fixed xstack
4466         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4467         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4468           or bit either,
4469           (geniCodeCritical): store original interrupt state in an iTemp bit
4470           var unless stack-auto
4471         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4472         * src/SDCCmain.c (setIncludePath): added include/target to search path
4473         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4474         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4475           prototype,
4476           (processFuncArgs): put bit vars in bit area
4477         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4478           unsaveRBank): fixed xstack,
4479           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4480           (genFunction, genEndFunction): fixed xstack,
4481           (genAssign): optimization don't walk backwards through mem
4482         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4483         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4484         * support/regression/Makefile: also make library (for stack-auto) when
4485           making "all" and added "test-mcs51-xstack-auto"
4486         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4487         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4488         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4489         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4490         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4491           make-library by MAKE_LIBRARY
4492         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4493           regression tests for xstack
4494         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4495         * support/regression/tests/critical.c: test for critical on mcs51
4496
4497 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4498
4499         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4500           built version of sdcc instead of installed version
4501
4502 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4503
4504         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4505         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4506           vprintf.c now
4507         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4508         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4509           WARNING: remove device/lib/build/z80/printf.o by hand when
4510           updating from previous build!
4511         * device/lib/z80/printf.c: updated comment
4512         * support/regression/tests/bug1057979.c: test all ports now
4513         * support/regression/tests/bug1065458.c: file added
4514
4515 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4516
4517         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4518           *_start and *_end symbols for static functions
4519
4520 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4521
4522         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4523           and search crt0.o in all library paths,
4524           (setIncludePath): proper handling of --nostdinc,
4525           (setLibPath): proper handling of --nostdlib
4526         * support/regression/Makefile,
4527         * support/regression/ports/ds390/spec.mk,
4528         * support/regression/ports/gbz80/spec.mk,
4529         * support/regression/ports/hc08/spec.mk,
4530         * support/regression/ports/mcs51/spec.mk,
4531         * support/regression/ports/mcs51-large/spec.mk,
4532         * support/regression/ports/mcs51-stack-auto/spec.mk,
4533         * support/regression/ports/z80/spec.mk: use include and lib files from
4534           built version of sdcc instead of installed version
4535         * doc/sdccman.lyx: fixed typo in --nostdinc
4536
4537 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4538
4539         * src/pic/pcode.c,
4540         * src/pic/device.c,
4541         * src/pic/ralloc.c,
4542         * src/pic/gen.c : added support to generate code for struct bit fields.
4543
4544 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * as/xa51/xa_version.h,
4547         * device/include/errno.h,
4548         * device/include/regc515c.h,
4549         * device/lib/_itoa.c,
4550         * device/lib/_ltoa.c,
4551         * device/lib/ser_ir_cts_rts.c,
4552         * sim/ucsim/xa.src/glob.cc,
4553         * sim/ucsim/xa.src/inst_gen.cc,
4554         * sim/ucsim/xa.src/xa_bit.cc,
4555         * sim/ucsim/xa.src/xa_sfr.cc,
4556         * sim/ucsim/z80.src/inst_dd.cc,
4557         * sim/ucsim/z80.src/inst_fdcb.cc,
4558         * support/scripts/keil2sdcc.pl,
4559         * src/pic16/pic16.dsp,
4560         * src/pic16/pic16a.dsp: corrected cvs line endings
4561         * device/lib/printf_large.c: fixed bug 1057979
4562         * src/pic16/gen.c: fixed non-C standard code
4563         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4564         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4565         * support/regression/ports/mcs51/support.c: reload T1 asap
4566         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4567           pdata use and clear idata startup behaviour
4568         * support/regression/tests/bug1057979.c: added
4569
4570 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4571
4572         * device/examples/ds390/ow390/ad26.h,
4573         * device/examples/ds390/ow390/cnt1d.h,
4574         * device/examples/ds390/ow390/crcutil.c,
4575         * device/examples/ds390/ow390/ownet.h,
4576         * device/examples/ds390/ow390/owsesu.c,
4577         * device/examples/ds390/ow390/swt12.h,
4578         * device/examples/ds390/ow390/swtoper.c,
4579         * device/examples/ds390/ow390/temp10.h,
4580         * device/examples/ds390/ow390/thermodl.c,
4581         * device/examples/ds390/tinitalk/tinitalk.dsp,
4582         * device/examples/ds390/tinitalk/tinitalk.dsw,
4583         * device/examples/mcs51/clock/hw.h,
4584         * device/examples/mcs51/simple2/go.bat,
4585         * device/examples/serialcomm/windows/serial.h,
4586         * device/examples/xa51/dummy.c,
4587         * device/examples/xa51/hello.c,
4588         * device/include/80c51xa.h,
4589         * device/include/at89x051.h: corrected cvs line endings
4590
4591 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4592
4593         * src/pic16/main.c (options): added command line --gstack, to trace
4594         stack over/under flows,
4595         * added pragma 'wparam' to allow passing first byte of function
4596         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4597         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4598         call to __gstack_test function and sets up the symbol as extern,
4599         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4600         * popaop): added call to pic16_testStackOverflow,
4601         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4602         wparamList list,
4603         * (genCall, genPcall): now all parameters are passed via stack
4604         except in functions that are pass to wparam pragma in which WREG is
4605         used too,
4606         * (genPcall): REENTRANT flag is checked to see if variable prototype
4607         contains reentrant keyword, don't call a non-reentrant function, via
4608         a reentrant function pointer or vice versa, functions are never
4609         passed via WREG,
4610         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4611         D.Winkler,
4612         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4613         SIGSEGV when accessing a NULL register stucture,
4614         * (pic16_printGPointerType): modified to handle UPPER modifier for
4615         function initializers, changed prototype of function to simpler one,
4616         * (pic16_printIvalFuncPtr): check to see if function is already
4617         added in externs list,
4618         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4619         optimized a move from W to SFR with a move to the same register
4620         later after a CALL,
4621         * device/lib/pic16/debug: NEW directory, contains debug features
4622         which are enabled when linking with libdebug.lib, currently command
4623         line option --gstack enables stack pointer tracing for over/under
4624         flow, corresponding sources are in debug/gstack
4625
4626 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4627
4628         * doc/sdccman.lyx: updated SDCC version,
4629         * (PIC16 port): update list of command line options,
4630         * src/pic16/device.h (structure pic16_options_t): added field gstack
4631         to enable stack overflow tracing on push/pops,
4632         * src/pic16/device.c (statistics structure): added statistics
4633         structure,
4634         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4635         pic16_dump_int_registers): increase statistics counters for each
4636         * variable which is encountered
4637         * (pic16_dump_usection): emit each .udata variable to its own udata
4638         section,
4639         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4640         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4641         parameters via stack, otherwise use old scheme,
4642         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4643         assembler output file,
4644         * src/pic16/main.c: added command line options --gstack to enable
4645         push/pop tracing for stack overflow,
4646         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4647         instructions): added size of each instruction,
4648         * (pic16_countInstruction): estimate size of instructions in
4649         the_pFile list, inline assembly blocks are not counted,
4650         * (pic16_FixRegisterBanking): trace previous register usage, when
4651         banksel optimizations is greater than 0, don't emit a redudant
4652         banksel directive,
4653
4654 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4655
4656         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4657         * src/pic16/ralloc.c : applied same fix for pic16.
4658         * src/pic/gen.c : tidied it up a little.
4659
4660 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4661
4662         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4663         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4664
4665 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4668
4669 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4670
4671         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4672         non-reentrant function __modsint in the interrupt function (thus
4673         corrupting math operations during serial I/O)
4674         * device/lib/ser_ir.c: as above, changed buffersize
4675         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4676         256.c,d for zeroing
4677         * doc/Makefile: added option -t for rsync
4678
4679 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4680
4681         * src/SDCCast.h (struct ast),
4682         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4683
4684 2004-10-20 Borut Razem <borut.razem AT siol.net>
4685
4686         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4687         package
4688
4689 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4690
4691         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4692         makefile targets,
4693         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4694         support functions to replace long sequences of MOVFF's from access
4695         bank registers to stack and vice versa,
4696         * src/pic16/device.h: added new field opt_flags, where optimization
4697         flags can be set to enable certain features,
4698         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4699         * pBlock, (genFunction, genEndFunction): surroung loop for
4700         saving/loading used registers in stack with PC_INFO pCodes,
4701         INF_LREGS. Code in between can then be optimized by pCode optimizer
4702         to support function calls,
4703         * (genDataPointerSet): fixed bug which loaded float fields in
4704         structures with corrupt data,
4705         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4706         in a standard way debug info on stderr. Feature used for developing
4707         and debugging only,
4708         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4709         obsolete chunks of code,
4710         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4711         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4712         * pic16/src/pcode.c (pic16_newpCodeInfo,
4713         * (pic16_newpCodeOpLocalRegs),
4714         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4715         feature,
4716         * (pic16_pCodeConstString): printing of the initial value of a
4717         symbol as a comment is inhibited since parsing was already done by
4718         copyStr and output is corrupt,
4719         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4720
4721 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4722
4723         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4724
4725 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4726
4727         * as/mcs51/lkarea.c: removed old K&R style,
4728           (lnksect): changed check on boundary error,
4729           (lnksect2): changed check on boundary error,
4730           (lnksect2): extend XSTK to end of page if size = 1
4731         * as/mcs51/lkmain.c: removed old K&R style,
4732           (Areas51): create l_IRAM symbol
4733         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4734         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4735           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4736         * device/lib/_mullong.c: added version to be compiled with xstack
4737         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4738         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4739         * device/lib/mcs51/crtxstack.asm: fixed comment
4740         * src/SDCCglue.c: maxInterrupts defaults to 0,
4741           (emitMaps): added pdata,
4742           (createInterruptVect): (re)moved default,
4743           (glue): added pdata,
4744           (glue): moved __start__xstack to XSTK with default size 1
4745         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4746           and options.float_rent when options.stackAuto is set,
4747           (linkEdit): only write XDATA_NAME if provided on command line
4748         * src/SDCCmem.h,
4749         * src/SDCCmem.c: added pdata
4750         * src/port.h: added pdata_name to PORT
4751         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4752           (saveRegisters, unsaveRegisters): removed usage of B,
4753           (genMinus): fixed accumulator clash,
4754           (genJumpTab): added comment, this needs another look
4755         * src/mcs51/gen.c: added check for "B in use" paranoia,
4756           added pushB() and popB()
4757         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4758           chance
4759         * src/avr/main.c,
4760         * src/ds390/main.c,
4761         * src/hc08/main.c,
4762         * src/mcs51/main.c,
4763         * src/pic/main.c,
4764         * src/pic16/main.c,
4765         * src/xa51/main.c,
4766         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4767           added PSEG (PAG,XDATA) or NULL to port specifier
4768         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4769         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4770           (_mcs51_genInitStartup): removed __start__xstack equ,
4771           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4772         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4773         * src/z80/gen.c (_rleAppend): fixed warnings
4774         * support/regression/tests/zeropad.c: added pdata test
4775         * .version: bumped to 2.4.6
4776
4777 2004-10-17 Borut Razem <borut.razem AT siol.net>
4778
4779         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4780         as a part of nightly build
4781
4782 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4783
4784         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4785         WREG holds the first byte function parameters,
4786         * (aopForSym): take special case for symbols which are in FARSPACE
4787         but in CODESPACE too,
4788         * (assignResultValue): modified to take into account _G.useWreg,
4789         * (genCall): don't use wreg for parameter passing when function is
4790         declared as reentrant, too, added optimization INCF to stack
4791         pointer when stack parameter count is 1,
4792         * (genFunction, genEndFunction): refurnished and fixed to not using
4793         wreg for passing parameters when function has varargs or is
4794         reentrant, fixed bug with symbol name compare for generating
4795         functions in absolute address,
4796         * (pic16_storeForReturn): refurnished,
4797         * (genCmp): began writing a new version of the function, not ready
4798         yet, therefore it is disabled,
4799         * (genAssign): do not read code memory when assigning a function to
4800         a pointer function,
4801         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4802         array of characters, not pointer,
4803         * (pic16initialComments): in debug mode emit an .ident directive for
4804         the assembler,
4805         * (_process_pragma): emit a new warning type (internal to pic16)
4806         when setting stack to default length, emit a similar warning when
4807         placing a function at absolute address and address is not word aligned
4808         * (_pic16_parseOptions): added 'return TRUE' statement,
4809         * (_pic16_linkEdit): if compiling a source, then add the source's
4810         file object, first in the list of objects to link,
4811
4812 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4813
4814         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4815         * src/pic/main.c : removed VC warning.
4816         * src/pic/gen.c : changed comment.
4817
4818 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4819
4820         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4821         reference to a deprecated symbol _GPTRREG was causing failure to
4822         link. Thanks G. M. Gallant for the info.
4823
4824 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4825
4826         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4827         comments for Bugs item #954788.
4828
4829 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4830
4831         * src/pic16/device.c (pic16_dump_gsection,
4832         * pic16_groupRegistersInSection): handle symbols declared to be in
4833         access bank differently,
4834         * src/pic16/gen.c (struct _G): added field resDirect,
4835         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4836         send values read from stack directly to result and don't allocate
4837         temporary values,
4838         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4839         same registers,
4840         * (pic16_sameRegsOfs): NEW,
4841         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4842         free because they were not allocated from temporary pool,
4843         * pic16_popRegFromString): workaround to fix a problem with
4844         allocating variables twice or never,
4845         * (genGenPointerGet): using PRODL instead of FSR0H,
4846         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4847         instead of FSR0H,
4848         * (genAssign): take advantage of the _G.resDirect flag,
4849         * (genCast): around line 11844, use mov2f instead of directly
4850         MOVFF'ing between operands to account for literal values,
4851         * src/pic16/genutils.c: some new debug functions for gpsim have been
4852         added,
4853         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4854         float with integer part only,
4855         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4856         place variables in access bank
4857         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4858         updated sources to reflect recent changes in gen.c
4859
4860 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4861
4862         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4863         sources that searched for headers in installation path, now the
4864         device/include/pic16 is used,
4865         * src/pic16/glue.c (pic16glue),
4866         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4867         .line directives if not in debug mode, this suppresses assembler's
4868         warnings for ignored directives
4869
4870 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4871
4872         * src/port.h: made reset_regparms prototype void parameter explicit.
4873         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4874         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4875         * doc/sdccman.lyx: documented warning disabling and how to use
4876           printf_large to make it print floats.
4877         * device/include/stdbool.h: NEW
4878         * device/lib/_atof.c,
4879         * device/lib/_divuint.c,
4880         * device/lib/_divulong.c,
4881         * device/lib/expf.c,
4882         * device/lib/printf_large.c,
4883         * device/lib/sincosf.c,
4884         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4885         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4886           a completely reentrant lib.
4887
4888 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4889
4890         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4891         * device/include/pic16/stdio.h: fixed bug with colon
4892
4893 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4894
4895         * device/include/pic16/stdio.h,
4896         * device/include/pic16/stdlib.h,
4897         * device/include/pic16/math.h: NEW
4898         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4899         declared as _naked to reduce overhead
4900         * device/lib/Makefile.in (target port-specific-objects-pic16):
4901         changed * to *.* so to ignore the CVS directory,
4902         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4903         stacked variables back in stack,
4904         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4905         corruption
4906
4907 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4908
4909         * .version: bumped version number to 2.4.5
4910         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4911         * support/Util/SDCCerr.c (messages structure): added entry for
4912         W_POSSBUG2
4913
4914         Large cumulative patch for pic16 port and libraries.
4915         * device/include/pic16/sdcc-lib.h,
4916         * device/include/pic16/stdarg.h,
4917         * device/include/asm/pic16/features.h,
4918         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4919         * device/include/pic16/float.h: changes reentrant keyword with
4920         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4921         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4922         updated target build-libraries to include objects from gptr,
4923         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4924         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4925         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4926         all function headings,
4927         * src/SDCCmain.c: added global parameter userIncDirsSet,
4928         * (parseCmdLine): when option -I is encountered add directory to
4929         userIncDirsSet too,
4930         * src/version.awk: added space between control and long,
4931         * src/pic16/NOTES: added some notes for the port,
4932         * src/pic16/gen.c: added prototype for mov2fp function,
4933         * (fReturnpic16[]): properly named return value registers,
4934         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4935         * (aopForSym): added code to handle symbols with onStack flag set,
4936         symbols onStack are allocated PTRSIZE bytes,
4937         * (aopFreeAsmop): handles special case where asmops are stack objects,
4938         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4939         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4940         added argument lock to trace flaws in allocating temporary registers
4941         when developing port,
4942         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4943         * (pic16_popRegFromString): reenabled allocating a direct register
4944         from string,
4945         * (assignResultValue): various beautifications,
4946         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4947         referenced function argument,
4948         * (genIpush): reenabled to allow stacked arguments, handles only
4949         ic->parmPush iCodes,
4950         * (genCall, genPcall): major changes to allow for variable argument
4951         functions, fixed a bug with falsely restoring stack pointer after
4952         returning from call,
4953         * (genFunction): pending code for critical function,
4954         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4955         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4956         * (genNearPointerGet): fixed bug with indirect reading, was always
4957         reading from INDF0
4958         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4959         pointers,
4960         * (genAddrOf): rewrote code to take address of a stacked function parameter
4961         * (genCast): fixed casting to generic pointer type,
4962         * src/pic16/gen.h: added AOP_STA,
4963         * (struct asmop): added field stk,
4964         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4965         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4966         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4967         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4968         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4969         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4970         generic pointers,
4971         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4972         and library paths,
4973         * (pic16_port structure): generic pointer size is set to 3,
4974         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4975         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4976         compiler warning,
4977         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4978         operand is an iTemp,
4979
4980 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4981
4982         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4983         * debugger/mcs51/simi.c: addapt new syntax of s51
4984
4985 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4986
4987         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4988         * src/pic16/pcode.c: commented out some calls to free() in order to
4989         fix bug #989576,
4990
4991 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4992
4993         * src/SDCCicode.h,
4994         * src/SDCCicode.c (isiCodeInFunctionCall),
4995         * src/avr/ralloc.c (selectSpil),
4996         * src/pic/ralloc.c (selectSpil),
4997         * src/pic16/ralloc.c (selectSpil),
4998         * src/ds390/ralloc.c (selectSpil),
4999         * src/hc08/ralloc.c (selectSpil),
5000         * src/xa51/ralloc.c (selectSpil),
5001         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5002         stack in the middle of a function call sequence (fixes bug #1020268)
5003         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5004         costs associated with the minimum switch case.
5005
5006 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5007
5008         * src/SDCC.lex: fixed bug #1030549
5009
5010 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/SDCCcse.h (struct cseDef),
5013         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5014         over a function call if the CSE is derived from a symbol whose
5015         address has been taken (fixes bug #1029883)
5016         * support/regression/tests/bug-1029883: a new regression test for
5017         this bug
5018
5019 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/hc08/gen.c (emitinline): fixed bug #1029778
5022         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5023         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5024         and starts toward RFE #905167)
5025
5026 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5027
5028         * src/pic16/gen.c (mov2f): New function to move an operand to
5029         another without considering if it is a literal or a register,
5030         * (pic16_sameRegs): don't check if they are both AOP_REG,
5031         * (AccRsh): removed andmask=0 lines,
5032         * (genLeftShift): duplicated to be improved in future versions,
5033         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5034         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5035         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5036         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5037         * (insertBankSwitch): fixed inserting banksel directives algorithm
5038         for instructions that follow a skip instruction, this fixes a report
5039         for broken subtraction code generation,
5040         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5041         iCode is a left op, just in case result and right share the same
5042         registers
5043
5044 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5045
5046         * src/hc08/main.c,
5047         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5048         preservation of HX
5049         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5050         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5051         on 2004-09-12; it was buggy
5052
5053 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5054
5055         * src/SDCCsymt.h: removed RESULT_CHECK
5056         * src/SDCCast.c,
5057         * src/SDCCglue.c,
5058         * src/SDCCval.c,
5059         * src/pic/glue.c,
5060         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5061
5062 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5063
5064         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5065         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5066         configuration values no more rejected by compiler, they are assigned
5067         to configuration registers with a warning message instead,
5068         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5069         the for-loop so last conf register is emitted too,
5070         * (_pic16_initPaths): link library libsdcc.lib by default,
5071         * (_hasNativeMulFor): modified test for multiplication according to
5072         Raphael Neider's remarks. Integer multiplication is also done with
5073         support functions,
5074         * device/include/pic16/pic18fregs.h: corrected type error in while
5075         testing and including 18f6720 header file
5076
5077 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5078
5079         * src/pic16/device.h (pic16_options): removed field use_crt,
5080         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5081         until an optimization to handle single bits is added,
5082         * (pic16_loadFSR0): moved before genUnpackBits,
5083         * (genAnd): some white lines removed,
5084         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5085         leave_reset flags in pic16_options when using crt modules,
5086
5087 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5088
5089         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5090           for bugs 898889 & 979599. Also used some safer print instructions.
5091
5092 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5093
5094         * src/pic16/device.h (pic16_options_t): added field use_crt,
5095         crt_name, no_crt,
5096         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5097         catch a probable future bug,
5098         * src/pic16/gen.c: aopIdx function commented out,
5099         * (genAssign): commented out old code which used aopIdx,
5100         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5101         code, added if conditionals to take into account the --use-crt
5102         command line options,
5103         * src/pic16/main.c (pic16_optionsTable): added new command line
5104         options, --use-crt= and --no-crt,
5105         * (_pic16_linkEdit): now the proper crt object is added in the
5106         linker command line except than when --no-crt is specified,
5107         * src/pic16/pcode.c,
5108         * src/pic16/pcode.h: added some structures and functions for a new
5109         optimization scheme to compansate for instruction overhead between
5110         same iCodes, this scheme is currently under development and is not
5111         working in any way,
5112         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5113         to && operator,
5114         * device/lib/pic16/startup/crt0i.c,
5115         * device/lib/pic16/startup/crt0iz.c: added global char variable
5116         __uflags to force the generation of an idata section
5117
5118 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5119
5120         * doc/Makefile,
5121         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5122         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5123
5124 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5125
5126         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5127         Frieder) and clarified the default code optimization mode
5128
5129 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5130
5131         * src/SDCC.lex (doPragma, process_pragma),
5132         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5133         "opt_code_size", and "opt_code_balanced"
5134         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5135         regrouped options by category, added support for category headers
5136         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5137         and "--opt-code-size"
5138         * doc/sdccman.lyx: documented these new options and pragmas
5139         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5140         preference into account
5141
5142 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5143
5144         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5145           geniCodePreDec): Fixed bug 904237 by generating a warning
5146         * src/SDCCerr.h,
5147         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5148
5149 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5150
5151         * src/pic/device.c : When no max ram set validate full memory range.
5152         * src/pic/pcode.c,
5153         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5154
5155 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5156
5157         * device/lib/_gptrget.c,
5158         * device/lib/_gptrput.c: updated comment
5159         * device/lib/calloc.c,
5160         * device/lib/free.c,
5161         * device/lib/malloc.c,
5162         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5163         * src/SDCCcse.c (cseBBlock),
5164         * src/SDCCicode.c (printOperand, geniCodeArray),
5165         * src/SDCCicode.h (struct operand): fixed bug 868103
5166         * support/regression/tests/bug-868103.c: added
5167         * src/SDCCast.c (searchLitOp),
5168         * src/SDCCcse.h (struct cseDef),
5169         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5170         * src/SDCCicode.h (struct operand),
5171         * src/SDCCsymt.h (struct sym_link),
5172         * src/avr/gen.c (hasInc),
5173         * src/ds390/gen.c (hasInc),
5174         * src/hc08/gen.c (genPlusIncr, hasInc),
5175         * src/mcs51/gen.c (hasInc),
5176         * src/pic16/glue.c (pic16_printIvalChar),
5177         * src/pic16/ralloc.c (regWithIdx),
5178         * src/xa51/gen.c (hasInc) : removed warnings
5179         * src/SDCCast.c (createBlock): added comment ???
5180         * src/hc08/ralloc.c: updated comments
5181
5182 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5183
5184         * doc/sdccman.lyx: updated section on switch statements, added
5185         section about semaphore locking
5186         * doc/Makefile: added option -info for latex2html
5187         * device/lib/_gptrget.c,
5188         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5189
5190 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5191
5192         * src/pic/device.h,
5193         * src/pic/device.c,
5194         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5195          maxram is less than 0x100.
5196
5197 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5198
5199         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5200
5201 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5202
5203         * src/port.h,
5204         * src/mcs51/main.c,
5205         * src/ds390/main.c,
5206         * src/z80/main.c,
5207         * src/hc08/main.c,
5208         * src/pic/main.c,
5209         * src/pic16/main.c,
5210         * src/avr/main.c,
5211         * src/xa51/main.c
5212         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5213         a jump table is the best form for a switch statement, including
5214         automatic insertion of missing cases to make the case range
5215         continuous. Developed in collaboration with Frieder Ferlemann.
5216
5217 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5218
5219         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5220         accumulator result if it needs sign extension
5221
5222 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5223
5224         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5225
5226 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5227
5228         * device/lib/gbz80/printf.c,
5229         * device/lib/z80/printf.c: removed define for NULL
5230
5231 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5232
5233         * as/xa51/xa_link.c,
5234         * device/examples/ds390/ow390/ad26.c,
5235         * device/examples/ds390/ow390/cnt1d.c,
5236         * device/examples/ds390/ow390/counter.c,
5237         * device/examples/ds390/ow390/ds2480.h,
5238         * device/examples/ds390/ow390/ds2480ut.c,
5239         * device/examples/ds390/ow390/findtype.c,
5240         * device/examples/ds390/ow390/gethumd.c,
5241         * device/examples/ds390/ow390/owllu.c,
5242         * device/examples/ds390/ow390/ownetu.c,
5243         * device/examples/ds390/ow390/swt12.c,
5244         * device/examples/ds390/ow390/swtloop.c,
5245         * device/examples/ds390/ow390/temp.c,
5246         * device/examples/ds390/ow390/temp10.c,
5247         * device/examples/ds390/ow390/thermo21.c,
5248         * device/examples/ds390/ow390/tinilnk.c,
5249         * device/examples/ds390/ow390/tstfind.c,
5250         * device/examples/serialcomm/windows/serial.cpp,
5251         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5252         * device/include/reg51.h: fixed line endings for cvs
5253
5254 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5257         packRegsForAccUse, packRegisters): new accumulator register
5258         packing algorithm
5259         * support/regression/ports/hc08/support.c (_putchar): suppress
5260         warning of unused variable
5261         * src/SDCCicode.c: added SWAP entry to codeTable
5262
5263 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5264
5265         * device/lib/sprintf.c: forgot to add this file before previous commit
5266
5267 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * src/pic16/gen.c (genPackBits): added operand right in function
5270         parameters, load result directly if p_type is POINTER (that is
5271         called by genNearPointerSet)
5272         * (genUnPackBits): added operand left in function parameters,
5273         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5274         FSR0 if accessing bitfields,
5275
5276 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5277
5278         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5279           _print_format; updated printf, sprintf, vsprintf
5280         * device/include/asm/default/features.h: corrected comment/define
5281         * device/lib/Makefile.in: added sprintf.c
5282         * device/lib/libsdcc.lib: added sprintf module
5283         * device/lib/printf_large.c,
5284         * device/lib/vprintf.c,
5285         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5286           into these 3 files
5287         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5288         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5289         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5290           hc08 test
5291         * support/regression/tests/zeropad.c: define idata as data for hc08
5292
5293 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5294
5295         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5296         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5297         labels are referenced at least once (even if a reference is not found)
5298         * src/hc08/gen.c (emitcode): set isComment flag for comments
5299         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5300         loads), rules 6a..6b (optimize jumps to return)
5301
5302 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5303
5304         * device/lib/acosf.c (acosf),
5305         * device/lib/asinf.c (asinf),
5306         * device/lib/atanf.c (atanf),
5307         * device/lib/ceilf.c (ceilf),
5308         * device/lib/cosf.c (cosf),
5309         * device/lib/coshf.c (coshf),
5310         * device/lib/cotf.c (cotf),
5311         * device/lib/fabsf.c (fabsf),
5312         * device/lib/floorf.c (floorf),
5313         * device/lib/log10f.c (log10f),
5314         * device/lib/logf.c (logf),
5315         * device/lib/sinf.c (sinf),
5316         * device/lib/sinhf.c (sinhf),
5317         * device/lib/sqrtf.c (sqrtf),
5318         * device/lib/tanf.c (tanf),
5319         * device/lib/tanhf.c (tanhf),
5320         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5321         replaced all instances of "reentrant" in the library functions
5322         defined in math.h with this macro.
5323         * support/regression/tests/float_trans.c: reenabled test for hc08
5324
5325 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5326
5327         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5328         erroneously deleted
5329
5330 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5333         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5334         multi-byte volatile operands are used
5335         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5336         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5337         initialization to area GSINIT0 so that it would always precede
5338         any static initializers in GSINIT
5339         * support/regression/tests/zeropad.c: fixed idata define for hc08
5340         * support/regression/tests/bug-927659.c,
5341         * support/regression/tests/float_trans.c: disabled tests for hc08
5342         pending missing library routines
5343         * .version: increased version number to 2.4.4 - hc08 port now passes
5344         regression tests
5345
5346
5347 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5348
5349         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5350         * Makefile.common.in,
5351         * as/Makefile,
5352         * as/hc08/Makefile.in,
5353         * as/mcs51/Makefile.in,
5354         * as/z80/Makefile.in,
5355         * debugger/mcs51/Makefile.in,
5356         * device/include/Makefile.in,
5357         * device/lib/Makefile.in,
5358         * doc/Makefile,
5359         * link/Makefile,
5360         * link/z80/Makefile.in,
5361         * packihx/Makefile.in,
5362         * sim/ucsim/main_in.mk,
5363         * sim/ucsim/avr.src/Makefile.in,
5364         * sim/ucsim/doc/Makefile.in,
5365         * sim/ucsim/gui.src/serio.src/Makefile.in,
5366         * sim/ucsim/hc08.src/Makefile.in,
5367         * sim/ucsim/s51.src/Makefile.in,
5368         * sim/ucsim/xa.src/Makefile.in,
5369         * sim/ucsim/z80.src/Makefile.in,
5370         * src/Makefile.in,
5371         * support/cpp2/Makefile.in,
5372         * support/librarian/Makefile,
5373         * support/makebin/Makefile: added DESTDIR to the install path proposed
5374         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5375         * doc/sdccman.lyx: added DESTDIR documentation
5376
5377 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5378
5379         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5380         instruction for interrupt handlers, use fast returns when returning
5381         from high priority interrupts
5382
5383 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5384
5385         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5386         code generation
5387         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5388         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5389         bugs, ported much of Bernhard's code from mcs51
5390         * src/mcs51/gen.c (genSend),
5391         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5392         than one when calling a reentrant function
5393         * device/lib/_mullong.c: defined an alternate struct layout for big
5394         endian ports (hc08)
5395
5396 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5397
5398         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5399         test
5400
5401 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5402
5403         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5404         are sane and complete before asking the port its prefered parameter
5405         passing method (fixes bug #1017633)
5406         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5407         and _ret3
5408
5409 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5410
5411         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5412         problem in bitfields >= 8 bits.
5413
5414 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * src/SDCCsymt.c: undid changes that were not meant to be committed
5417
5418 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5419
5420         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5421
5422 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5423
5424         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5425           copied and wrong bit got inverted
5426
5427 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5428
5429         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5430         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5431         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5432         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5433         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5434         assignments to bitfields at known addresses
5435         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5436         reads from bitfields at known addresses
5437         * src/hc08/ralloc.c (packRegisters),
5438         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5439         genhc08Code): optimize pointer get values used as conditionals
5440         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5441         and branch
5442
5443 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5446         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5447         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5448         as conditionals
5449
5450 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5451
5452         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5453
5454 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5457         related problems
5458
5459 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5460
5461         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5462
5463 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5464
5465         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5466         mcs51 port
5467
5468 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5469
5470         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5471
5472 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5473
5474         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5475         cases use more compact code.
5476
5477 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5478
5479         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5480
5481 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5484
5485 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5486
5487         * src/SDCCsymt.h,
5488         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5489         parameter of changePointer() from symbol* to sym_link*
5490         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5491         * src/SDCCsymt.c (compareType): void* type is castable to other
5492         pointers, but not necesarily an exact match.
5493         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5494         is no longer blindly treated as an exact match.
5495         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5496
5497 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5498
5499         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5500
5501 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5502
5503         * src/pic/gen.c,
5504         * src/pic/pcode.c,
5505         * src/pic/ralloc.h,
5506         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5507
5508 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5509
5510         * src/pic/device.c,
5511         * src/pic/device.h,
5512         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5513
5514 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5515
5516         * src/mcs51/gen.c (emitcode): fixed bug #992819
5517
5518 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5519
5520         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5521           there's no need to make it worse
5522
5523 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/mcs51/ralloc.c (deassignLR),
5526         * src/ds390/ralloc.c (deassignLR),
5527         * src/hc08/ralloc.c (deassignLR),
5528         * src/z80/ralloc.c (deassignLR),
5529         * src/pic/ralloc.c (deassignLR),
5530         * src/pic16/ralloc.c (deassignLR),
5531         * src/avr/ralloc.c (deassignLR),
5532         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5533         rlivePoint): fixed another part of bug #971834
5534
5535 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/z80/main.c: enabled "critical" keyword
5538         * src/z80/mappings.i,
5539         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5540         functions (fixes bug #979646)
5541         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5542
5543 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5544
5545         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5546           such as c:\mydir.
5547
5548 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5549
5550         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5551           doesn't disable too much optimizations
5552
5553 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5554
5555         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5556
5557 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5558
5559         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5560
5561 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5562
5563         * src/pic/gen.c tidied up tabs
5564         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5565         * src/pic/main.c tidied up tabs
5566         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5567         * src/pic/pcoderegs.c tidied up tabs
5568         * src/pic/ralloc.c tidied up tabs
5569
5570 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5571
5572         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5573         to S_FIXED for pic16 port and when symbol is not in level 0,
5574         allocate for S_REGISTER storage class and pic16 port, too,
5575         * src/pic16/device.h: prototype for checkSym,
5576         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5577         * (pic16_assignConfigWordValue): test the value and the mask to
5578         validate that the value is suitable for the configuration word,
5579         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5580         collect extern declared symbols, don't emit symbol twice, check
5581         first if symbol is in publics set first,
5582         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5583         * added command line '--fstack' which enables an experimental
5584         feature for stack access, too buggy to be used yet...
5585         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5586         * (pic16_allocDirReg): when register has storage class S_REGISTER
5587         allocate in pic16_dynAccessRegs,
5588         * device/include/pic16/pic18f????.h: modified configuration word
5589         naming convention, words started as CONFIG0H but should be CONFIG1H
5590
5591 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5592
5593         * device/include/mcs51reg.h: fixed bug 970993
5594
5595 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5596
5597         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5598         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5599         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5600         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5601         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5602         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5603           error/warning numbers,
5604           added function setWarningDisabled()
5605         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5606         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5607           _memcmp.c _memmove.c calloc.c realloc.c free.c
5608         * support/regression/tests/malloc.c: added tests for new functionality
5609         * support/regression/tests/zeropad.c: added tests for truncated initializers
5610           and initialized char arrays starting with '\x0'
5611         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5612
5613 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5614
5615         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5616
5617 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5618
5619         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5620         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5621         peephole 177.e. Thanks to anonymous
5622
5623 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5624
5625         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5626         function isn't used in the source but referenced as a
5627         variable initializer then declare it as extern in .asm file
5628
5629 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5630
5631         * .version: increased version number to 2.4.3
5632
5633         Adding version extension according to ChangeLog CVS revision
5634         * src/Makefile.in (target all): added dependency 'version.h'
5635         * (rule version.h): added rule to create version.h from ChangeLog,
5636         * (rule dep): added dependency version.h,
5637         * src/version.awk: AWK script to create version.h
5638         * src/SDCCdwarf2.c (dwWriteModule),
5639         * src/SDCCglue.c (initialComments),
5640         * src/SDCCmain.c (printVersionInfo): modified to write after
5641         version string the version extension number,
5642         * src/SDCCutil.c: included "version.h"
5643         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5644         number,
5645         * src/SDCCutil.h: added prototype for getBuildNumber
5646
5647         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5648         includeDirsSet, too,
5649         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5650         const char [] is found in function prototype...
5651
5652         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5653         moving to WREG with source is already in WREG,
5654         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5655         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5656         * (aopForSym): stack'ed symbols are partially supported, added
5657         if-clause to support symbols in FARSPACE,
5658         * (sameRegs): added test for AOP_ACC to see if registers are same,
5659         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5660         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5661         * (pic16_popRegFromString): will not allocate a new register if it
5662         doesn't find one by name, bug may have introduced...
5663         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5664         * (genIpush): revived to use pic16 port's stack,
5665         * (genAddrOf): added incomplete case for stack'ed operand,
5666         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5667         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5668         can handle multibyte operands,
5669         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5670         * (pic16initialComments): added message for MPLAB compatibility
5671         mode enabled,
5672         * src/pic16/main.h: prototype for pic16_mplab_comp,
5673         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5674         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5675         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5676         because of increased complexity of procedure,
5677         * (_process_pragma): stack pragma changed to format 'stack pos len',
5678         emit symbol '_stack_end' to conform with gplink,
5679         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5680         to search for register,
5681         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5682         PO_GPR_REGISTER,
5683         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5684         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5685         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5686         case for PO_GPR_REGISTER,
5687         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5688         dies, the new era is ahead !...
5689         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5690         pic16_dynInternalRegs,
5691         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5692         * (pic16_allocDirReg): minor optimizations and bug fixes,
5693         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5694
5695         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5696         load stack and frame pointer with address of 'stack_end' symbol
5697
5698 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5699
5700         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5701         without source code but only variable initializers
5702
5703 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5704
5705         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5706         external are not declared as extern to reduce overhead while linking
5707
5708 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5709
5710         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5711
5712 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5713
5714         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5715           Yee Keat for the patch
5716         * src/SDCCast.c (decorateType): fixed bug #979599
5717         * src/ds390/gen.h: removed local fReturnSizeDS390
5718         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5719         * src/ds390/gen.c (genAnd, genOr, genXor),
5720         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5721
5722 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5723
5724         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5725         add relFilesSet to $3, manipulate $2 to handle linking of object
5726         files without source files in command line,
5727         * device/include/pic16 (all headers): added ID location macros,
5728         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5729         entries for ID location bytes,
5730         * (pic16_assignIdByteValue): NEW,
5731         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5732         added field dumpcalltree to pic16_options_t,
5733         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5734         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5735         emitting rFalseIfx label after check_carry label,
5736         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5737         pic16_emitDIRegs), NEW
5738         * (pic16glue): dump .calltree file when option --calltree found,
5739         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5740         * (_pic16_genAssemblerPreamble): emit ID locations after
5741         configuration registers,
5742         * (pic16_linkCmd): modifications of the link command,
5743         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5744         * (pic16_pCodeInitRegisters): don't init stack registers,
5745         * (pic16_findPrevInstruction): fixed bug,
5746         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5747         bug with immediate registers,
5748         * (buildCallTree): traces stack push and pop,
5749         * (pct2): dump also stack usage for each function,
5750         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5751         * (pic16_allocDirReg): various modifications,
5752         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5753         fixed to 1,
5754
5755 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5756
5757         * src/pic16/pcode.c: removed buggy double colon
5758
5759 2004-07-01 Borut Razem <borut.razem AT siol.net>
5760
5761         * support/scripts/sdcc.nsi: added include/pic16 to setup
5762
5763 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5766         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5767         target 'clean',
5768         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5769         specific command line arguments. Also added sample lkr script
5770         for placing a variable at a specific memory bank.
5771         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5772         at a specific memory bank,
5773         * (pic16_dump_isection): fixed bug which caused string literals to
5774         be omitted when dumping idata section,
5775         * (pic16_groupRegistersInSection): added code to handle registers
5776         in specific memory banks,
5777         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5778         public, all references are renamed too,
5779         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5780         AOP_DPTR2,
5781         * (pic16_storeForReturn): added case to handle when dest is WREG,
5782         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5783         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5784         pic16_rel_udata, check to see if that register is marked as being
5785         a member of a specific memory bank,
5786         * (pic16_printIvalCharPtr): added code to add string literals either
5787         to code or the idata sections,
5788         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5789         also accept the 'udata' pragma,
5790         * src/pic16/main.h: new structure types sectName and sectSym
5791         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5792         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5793         * (pic16_findPrevInstruction): fixed, it returned nothing,
5794         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5795         instruction combinations,
5796         * (pic16_FixRegisterBanking): heavily reorganised,
5797         * (pic16_AnalyzeBanking): if generating banksel directives is
5798         disabled, then don't call FixRegisterBanking at all,
5799         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5800         completely removed,
5801         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5802
5803 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5804
5805         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5806         Phuah Yee Keat <yk.phuah AT nestac.com>
5807
5808 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5809
5810         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5811         correctly the IVT even if it is relocated to some other location
5812
5813 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5814
5815         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5816         * device/include/pic16/pic18f2220.h: NEW,
5817         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5818         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5819         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5820         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5821         nodefaultlibs, ivt_loc is the location of the interrupt vector
5822         table, and nodefaultlibs signs that default libraries should not be
5823         linked in link stage,
5824         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5825         according to --ivt-loc argument,
5826         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5827         when pragma stack is found,
5828
5829 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5830
5831         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5832         256 (range check), 257 (do while), 258.a-f (bit banging
5833         f.e. on 3-wire SPI bus)
5834
5835 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5836
5837         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5838         variables used exclusively within a loop
5839
5840 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5841
5842         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5843
5844 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5845
5846         * src/SDCClrange.c (computeClash): fixed bug #971834
5847
5848 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5849
5850         * src/mcs51/gen.c (genCmp): fixed bug #975903
5851         * src/hc08/gen.c (operandsEqu),
5852         * src/ds390/gen.c (operandsEqu),
5853         * src/z80/gen.c (operandsEqu),
5854         * src/pic/gen.c (operandsEqu),
5855         * src/pic16/gen.c (operandsEqu),
5856         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5857         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5858
5859 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5862
5863 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5864
5865         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5866         default case in switch statement,
5867         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5868         to eliminate problem with initialisation of pointers, but problem
5869         still exists,
5870         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5871         * (emitStaticSegment): removed various lines emitting debug info,
5872         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5873         added processor registers for utilizing EEPROM,
5874         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5875         configurable and set 8
5876
5877 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5878
5879         * .version: increased version number to 2.4.2,
5880
5881         Cumulative patch for pic16 port
5882         * src/pic16/device.c: changed scheme to dump initial values for
5883         variables in idata segment, all print_idata* functions were removed,
5884         now the pic16_printIval* will be called,
5885         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5886         * _pic16_printPointerType, pic16_printPointerType,
5887         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5888         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5889         NEW, similar to the respective functions in SDCCglue.c,
5890         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5891         way, emitting hex bytes,
5892         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5893
5894 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         * src/avr/ralloc.c (serialRegAssign),
5897         * src/xa51/ralloc.c (serialRegAssign),
5898         * src/pic/ralloc.c (serialRegAssign),
5899         * src/pic16/ralloc.c (serialRegAssign),
5900         * src/hc08/ralloc.c (serialRegAssign),
5901         * src/z80/ralloc.c (serialRegAssign),
5902         * src/ds390/ralloc.c (serialRegAssign),
5903         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5904
5905 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5906
5907         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5908         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5909
5910 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5911
5912         Cumulative patch for pic16 port:
5913         * src/pic16/device.h (typedef PIC16_device) modified fields for
5914         defining microcontrollers,
5915         * src/pic16/device.c: added new info for all devices in Pics16 array,
5916         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5917         to be optimised out by the pCode optimiser,
5918         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5919         specially, bug reported by G.M. Gallant,
5920         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5921         as force'd so that cannot be optimised out by pCode optimiser,
5922         * src/pic16/pcode.c,
5923         * src/pic16/pcodepeeph.c,
5924         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5925         they are disabled by default, but can be enabled explicit with
5926         command argument --denable-peeps, for testing,
5927         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5928         --pomit-ivt in COMPILE_FLAGS
5929
5930 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5931
5932         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5933           compilation on MSVC
5934
5935 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5936
5937         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5938
5939 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5940
5941         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5942         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5943
5944 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5945
5946         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5947         would only assign 0x300001 register.
5948
5949 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5950
5951         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5952         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5953
5954 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5955
5956         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5957         for ds80c400
5958         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5959         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5960         added peephole 254 (left shift), 255 (jump table)
5961
5962 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5963
5964         * device/lib/Makefile.in: removed comment line with model-pic16,
5965         * (target port-specific-objects-pic16): the libraries and objects
5966         are copied to the build directory form the device/lib/pic16/bin
5967         directory
5968
5969         Cumulative patch concerning pic16 port:
5970         * library directory has been re-organized,
5971         * added support for PIC18F1220,
5972         * added headers and library sources for chips 18f1220,18f6520,
5973         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5974
5975         * configuration registers setting has changed, now each supported
5976         device has a complete description of the registers it uses,
5977         * all initialisations are moved to idata sections, these section
5978         can be absolute or relocatable,
5979         * fixed initialisation of codespace variables,
5980         * fixed warning about PCLATU and gpsim,
5981         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5982         * (genAssign): use table reads when assigning from variables in codespace,
5983         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5984         char/int variables placed in codespace,
5985         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5986         registers set in .asm file, no need for --pomit-config-words anymore,
5987         * (pic16glue): some 8051 legacy segments are commented out
5988         (to be removed completely),
5989         * added support for alternative assembler and linker with --asm=
5990         and --link= command line arguments,
5991         * peepholes are disabled automatically in the port, no need to
5992         specify on command line,
5993         * port supports natively char/int/long multiplication, but converts
5994         all divisions to support functions,
5995         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5996         to the file set in variable $2,
5997         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5998         strings in ASCII format and not in hex,
5999         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6000         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6001         allocate proper register if iCodes aren't temporary,
6002
6003 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6004
6005         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6006
6007 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6008
6009         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6010         is commented out
6011
6012 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6015         computed address is reused
6016         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6017         multi-byte bitfields
6018
6019 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6020
6021         * src/z80/gen.c: (genArrayInit): must check for pointers too
6022
6023 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6024
6025         * support/regression/tests/zeropad.c: never meant to commit the
6026           nestedstruct test: removed, added check for GCC version
6027
6028 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6029
6030         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6031         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6032         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6033           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6034           bugs 928906 and 954082 half-empty initializers
6035         * src/SDCCsymt.h,
6036         * src/SDCCsymt.c (getAllocSize): added for above fix
6037         * src/z80/gen.c (genArrayInit): fixed bug 741044
6038         * support/regression/tests/zeropad.c: added tests
6039
6040 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6041
6042         * src/pic16/device.c (pic16_dump_section): corrected bug which
6043         caused some symbols of the libraries to be misplaced
6044
6045 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6046
6047         * src/pic16/glue.c,
6048         * src/pic16/ralloc.h,
6049         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6050         to fix conflict with pic port
6051
6052 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6053
6054         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6055         externs configuration variables,
6056         * src/pic16/ralloc.h,
6057         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6058         prototype in header, commented out some debug messages
6059
6060 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6061
6062         * src/pic16/glue.c,
6063         * src/pic16/main.c,
6064         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6065         for gpasm COFF object generation. Thanks to D. Hawkins for
6066         his patch info
6067
6068 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/ds390/main.c,
6071         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6072         Brock for spotting this)
6073         * src/ds390/gen.c (genEndFunction),
6074         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6075         interrupt handler and critical. Disable push/pop optimizations when
6076         peephole optimizations disabled.
6077
6078 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         Updated pic16 library sources and headers.
6081         * device/lib/pic16/pic18f*/ ,
6082         * device/include/pic16/*.h: modified to handle structured SFR
6083         definitions
6084
6085 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         * src/port.h (PORT structure): added hook initPaths, now each
6088         port can declare its own default search paths,
6089         which can been seen with the --print-search-dirs option,
6090         see pic16 port for example,
6091         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6092         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6093         * (doPrintSearchDirs): NEW, replaces in a central manner the
6094         printing of search dirs which was split in set*Paths functions,
6095         * (main): added call to port->initPaths and doPrintSearchDirs,
6096         * src/avr/main.c,
6097         * src/ds390/main.c,
6098         * src/hc08/main.c,
6099         * src/izt/i186.c,
6100         * src/izt/tlcs900h.c,
6101         * src/mcs51/main.c,
6102         * src/pic/main.c,
6103         * src/pic16/main.c: modified port structures to reflect addition of
6104         initPaths hook,
6105
6106         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6107         * (pic16_dump_section): for registers in same address reserve memory once,
6108         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6109         to no_banksel,
6110         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6111         result is greater in size than right or left,
6112         * (pic16_genUMult8X8_8): there are some cases where the result can
6113         be 16 bits size, so handle these,
6114         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6115         * (pic16_outBitC): modified to emit pcodes,
6116         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6117         or not,
6118         * (genDivOneByte): implemented algorithm to divide 8-bits,
6119         * (genCmp): uncommented goto, but issues still exist,
6120         * (genAnd): fixed a bug with variables >8bits,
6121         * (genPackBits): optimization added that uses BCF/BSF to change a
6122         single bit,
6123         * (genAssign): fixed bug when assigning floating point literals,
6124         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6125         __sdcc_gsinit_startup label,
6126         * src/pic16/main.c (_pic16_init): removed search directory
6127         initialisations,
6128         * (_pic16_initPaths): NEW, used to initialise search directories,
6129         * (_hasNativeMulFor): support functions for all except char/int
6130         multiplication, and char division,
6131         * (PIC16_port struct): modified entry for native mul support,
6132         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6133         no_banksel option,
6134         * (buildCallTree): call to register_usage is ifdef'ed out,
6135
6136 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * device/include/string.h: applied Stas Sergeev's patch to make this
6139         header file compatible with the preprocessor -Wundef option
6140         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6141         failure (fixes bug #941458)
6142
6143 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6144
6145         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6146         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6147         that the variable, not the function, should be static
6148         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6149         to be consistent with non-literal case
6150
6151 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/SDCCast.c (isConformingBody): fixed bug #949967
6154         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6155         convilong): fixed bug #952086
6156
6157 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6158
6159         * src/SDCCmem.c (allocVariables): fixed bug #955321
6160
6161 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/hc08/main.c (_hc08_genAssemblerEnd),
6164         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6165         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6166         completely eliminated the use of a temporary file
6167         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6168         when more than one file linked
6169         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6170
6171 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6174         which fixes bug #543481
6175         * support/regression/tests/bug-751703.c: fixed comments left from a
6176         cut and paste error
6177         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6178         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6179         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6180         scopes
6181         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6182         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6183         are now changed to underscores in moduleName
6184
6185 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6186
6187         * as/mcs51/lkmem.c: better fix for bug #954173
6188
6189 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6190         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6191
6192         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6193         * device/include/c8051f000.h,
6194         * device/include/c8051f120.h,
6195         * device/include/c8051f300.h,
6196         * device/include/c8051f310.h,
6197         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6198         PWM16) and detab'ed
6199
6200 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6201
6202         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6203         and mailing lists, doc'ed --no-peep-comments, removed reference
6204         to knoppix (newest version has no LyX/LaTeX), other minor changes
6205         * src/SDCCglue.c (glue): save 2 bytes stack space with
6206         option --main-return. The ljmp could probably be avoided too
6207
6208 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6209
6210         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6211
6212 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6215         * src/SDCCopt.c (isLocalWithoutDef),
6216         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6217         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6218         (credit to Maarten Brock for patch #949363, on which this is based)
6219         * support/regression/tests/bug-751703.c: some test cases of extern used
6220         within inner scopes.
6221
6222 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6225         SPEC_STRUCT
6226         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6227         struct definitions
6228         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6229         dwWriteLabel): fix to create valid debugger symbols even when
6230         the module name has non-alphanumeric symbols in it
6231         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6232         when a variable's allocation has been optimized away
6233
6234
6235 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6236
6237         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6238         * src/hc08/main.c,
6239         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6240         * src/mcs51/main.c,
6241         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6242         * src/ds390/main.c,
6243         * src/z80/gen.c (z80_emitDebuggerSymbol),
6244         * src/z80/main.c,
6245         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6246         * src/pic/main.c,
6247         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6248         * src/pic16/main.c,
6249         * src/avr/gen.c (avr_emitDebuggerSymbol),
6250         * src/avr/main.c,
6251         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6252         * src/xa51/main.c,
6253         * src/SDCCdebug.c (emitDebuggerSymbol),
6254         * src/SDCCdebug.h,
6255         * src/port.h: added a debugger struct to the port struct. Added a
6256         callback for defining debugger symbols
6257
6258         * src/SDCCast.c (createLabel),
6259         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6260         with isitmp = 1
6261         * src/SDCCicode.h,
6262         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6263         iCode back to the ast for the function
6264
6265         * src/hc08/ralloc.c (hc08_assignRegisters),
6266         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6267         unneeded fields from the regs struct.
6268         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6269         pushReg() & pullReg() functions instead of emitcode()
6270
6271         * src/hc08/gen.c (genLabel, genhc08Code),
6272         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6273
6274         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6275         debugger hooks
6276
6277         * src/hc08/gen.c (genEndFunction, genhc08Code),
6278         * src/hc08/gen.h,
6279         * src/mcs51/gen.c (genEndFunction, gen51Code),
6280         * src/mcs51/gen.h,
6281         * src/ds390/gen.c (genEndFunction, gen390Code),
6282         * src/ds390/gen.h,
6283         * src/z80/gen.c (genEndFunction, genZ80Code),
6284         * src/z80/gen.h,
6285         * src/z80/z80.h,
6286         * src/pic/gen.c (genEndFunction, genpic14Code),
6287         * src/pic/gen.h,
6288         * src/pic16/gen.c (genEndFunction, genpic16Code),
6289         * src/pic16/gen.h,
6290         * src/avr/gen.c (genEndFunction, genAVRCode),
6291         * src/avr/gen.h,
6292         * src/xa51/gen.c (genEndFunction, genXA51Code),
6293         * src/xa51/gen.h,
6294         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6295         specific code to cdbFile.c and out of the backend code generators
6296
6297         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6298         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6299         starting address is now 0
6300
6301         * as/hc08/asm.h,
6302         * as/hc08/m08pst.c,
6303         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6304         assembler directive for DWARF support
6305         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6306
6307         * src/src.dsp,
6308         * src/Makefile.in,
6309         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6310
6311 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6314         and inappropriate peephole optimization in jump tables
6315
6316 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6317
6318         * as/hc08/m08pst.c,
6319         * src/SDCCglue.c: sdccopt works for the hc08 port now
6320
6321 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6322
6323         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6324
6325 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6326
6327         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6328
6329 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6332         rules
6333         * src/SDCCmain.c,
6334         * src/SDCCglobl.h,
6335         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6336         comments from the peephole optimizer replacement rules
6337         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6338         symbols
6339         * src/SDCCcse.c (updateSpillLocation),
6340         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6341         equivalents
6342         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6343         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6344         objects far pointers
6345
6346 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/SDCCsymt.h: a missing part of my last change
6349         * src/pic/ralloc.c (regTypeNum),
6350         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6351
6352 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCCicode.h,
6355         * src/SDCCicode.c (aggrToPtrDclType),
6356         * src/SDCCptropt.h,
6357         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6358         ptrPseudoSymConvert),
6359         * src/pic/ralloc.c (regTypeNum),
6360         * src/pic16/ralloc.c (regTypeNum),
6361         * src/hc08/ralloc.c (regTypeNum),
6362         * src/ds390/ralloc.c (regTypeNum),
6363         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6364         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6365
6366 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * link/z80/lkmain.c (afile),
6369         * as/hc08/lkmain.c (afile),
6370         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6371         prevent a pointer problem when a filename has no directory and
6372         no extension specified.
6373
6374 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * link/z80/lkmain.c (afile): allow periods in directory names
6377         * link/z80/lkmain.c (afile),
6378         * as/mcs51/lkmain.c (afile),
6379         * as/hc08/lkmain.c (afile): allow linker script file to have an
6380         extension other than ".lnk"
6381         * link/z80/lklex.c (getfid),
6382         * link/z80/lkmain.c (parse),
6383         * as/mcs51/lklex.c (getfid),
6384         * as/mcs51/lkmain.c (parse),
6385         * as/hc08/lklex.c (getfid),
6386         * as/hc08/lkmain.c (parse): Support comments in the linker script
6387         file on lines by themselves and after filenames
6388
6389 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6390
6391         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6392
6393 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/z80/peeph-z80.def: removed some peephole rules that don't
6396         work with multibyte arithmetic (fixed bug #937126)
6397         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6398         to registers and not global variables
6399         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6400         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6401         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6402         checking for assignments not internally generated (fixed bug #931895)
6403         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6404         structure member (fixed bug #930072)
6405
6406 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/SDCCmain.c (linkEdit),
6409         * src/hc08/main.c (_hc08_parseOptions),
6410         * as/hc08/Makefile.in,
6411         * as/hc08/aslink.h,
6412         * as/hc08/asm.h,
6413         * as/hc08/m08pst.c,
6414         * as/hc08/lkrloc.c (relr, rele),
6415         * as/hc08/lkarea.c (lnkarea)
6416         * as/hc08/lkmain.c (afile, parse),
6417         * as/hc08/lkelf.c: support for ELF output
6418         * as/hc08/lks19.c (s19),
6419         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6420
6421 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6422
6423         * as/mcs51/lkihx.c: Fixed bug #899105.
6424
6425 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6426
6427         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6428         .dsp files from Unix to DOS.
6429
6430 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6433         function pointers; we have been compliant for several months now.
6434         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6435         change that was accidently commented out
6436         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6437         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6438         bug #922319
6439
6440 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6441
6442         * src/hc08/gen.c: output of all of the internal debugging information
6443         is now controlled by the D() macro; it is disabled by default
6444
6445 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6448         harder to keep the same registers during a CAST iCode
6449         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6450         long via int can be done in a single cast, if the signedness is
6451         correct.
6452         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6453         putchar() in tinibios.c in ds390's library
6454
6455 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * src/SDCCast.c (decorateType): fixed bug #898889,
6458         cast result of a literal complement too
6459         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6460         fixed check for bitfields
6461
6462 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6463
6464         * src/SDCCicode.c (geniCodeLogic): made it static,
6465         (geniCodeLogicAndOr): added in order to fix bug #905492,
6466         (ast2iCode): fixed bug #905492
6467         * support/regression/tests/bug-905492.c: added
6468         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6469         (processParms): fixed bug #927659: don't copy parms, this will clear
6470         decorated flag
6471         * support/regression/tests/bug-927659.c: added
6472
6473 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6474
6475         * src/SDCCast.c (addCast): don't cast float to char
6476         * device/lib/libsdcc.lib: added _memmove
6477
6478 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6479
6480         * device/lib/large/Makefile: fixed parallel execution by
6481         replacing `make` by `$(MAKE)`
6482
6483 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6484
6485         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6486         offsets (fixes bug #923936)
6487
6488 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6489
6490         * device/lib/small/Makefile: fixed parallel execution by
6491         replacing `make` by `$(MAKE)`
6492
6493 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6494
6495         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6496
6497 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6498
6499         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6500         * src/regression/Makefile: Regression test was not running.
6501
6502 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6503
6504         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6505         complement if possible
6506         * src/SDCCval.c (valComplement),
6507         * src/SDCCicode.c (operandOperation): fixed complement of literal
6508         * support/regression/tests/onebyte.c (testComplement): added
6509
6510 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6511
6512         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6513         return an optimized tree; actually replace actParm with the new tree
6514         * src/SDCCast.h: added some parantheses to remove side effects
6515         * support/regression/tests/bug-920866.c
6516
6517 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6518         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6519         Bit operands were not being handled properly in the pic14 port.
6520         (now src/regression/add.c passes again).
6521
6522 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6523
6524         * src/SDCC.y (labeled_statement): case and default no longer require
6525         a following statement (RFE #893037)
6526
6527 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6530         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6531         disabled (fixes bug #916294)
6532         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6533         "mov a,acc"; patch provided by Lenny Story
6534         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6535
6536 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6537
6538         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6539         functions
6540         * src/ds390/gen.c (genFunction, genEndFunction),
6541         * src/ds390/ralloc.c (ds390_assignRegisters),
6542         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6543         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6544         pushed if there are parameters passed on the stack. Also, a cleaner
6545         way to decide if r0/r1 should be pushed/popped. (Together they fix
6546         bug #918693)
6547
6548 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6549
6550         * doc/sdccman.lyx,
6551         * device/lib/mcs51/crtpagesfr.asm,
6552         * device/lib/mcs51/crtxinit.asm,
6553         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6554         to avoid confusion with Si Lab's SFRPAGE register.
6555
6556 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6557
6558         * src/SDCCglue.c (emitMaps): allow public sfr variables
6559         * src/SDCCglue.c (initialComments): include compiler build date
6560         with compiler version and put the timestamp of the generated
6561         assembly file on a serperate line to be less confusing.
6562         * src/port.h: added genInitStartup hook
6563         * src/avr/main.c,
6564         * src/ds390/main.c,
6565         * src/hc08/main.c,
6566         * src/pic/main.c,
6567         * src/pic16/main.c,
6568         * src/xa51/main.c,
6569         * src/z80/main.c: genInitStartup initialize as NULL (default to
6570         historical behaviour)
6571         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6572         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6573         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6574         library instead of hard coding it into the compiler.
6575         * support/regression/ports/mcs51-stack-auto/spec.mk,
6576         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6577         * device/lib/mcs51/Makefile,
6578         * device/lib/small/Makefile,
6579         * device/lib/large/Makefile,
6580         * device/lib/mcs51/crtpagesfr.asm,
6581         * device/lib/mcs51/crtstart.asm,
6582         * device/lib/mcs51/crtxclear.asm,
6583         * device/lib/mcs51/crtxinit.asm,
6584         * device/lib/mcs51/crtclear.asm,
6585         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6586         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6587         and into user configurable files.
6588         * device/lib/clean.mk: clean mcs51 directory too
6589         * support/regression/tests/longlit.c: added static to T1 declaration
6590         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6591         accesses in the initialization code
6592
6593 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6594
6595         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6596         OSCTRIMVAL as noted in bug #916008
6597
6598 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6601         in loops with multiple exits (reported as incorrect registers
6602         used by Martin Helmling in Sdcc-user list)
6603
6604 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6605
6606         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6607         made ds390 register extensions look less like error messages
6608
6609 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6612         reported by Adam Wozniak in Sdcc-user list
6613
6614 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6615
6616         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6617         arithmetic optimizations, added debug output
6618
6619 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6620
6621         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6622         * sdcc.spec: updated and split sdcc into 3 rpms
6623         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6624         needed for literals of LEFT_OP and '+'
6625         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6626         introduced RESULT_TYPE_NOPROM
6627         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6628         left shift
6629         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6630         limited promotion to int only for '*'
6631         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6632
6633 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6634
6635         * src/pic16/gen.c (genSkip),
6636         (genc16bit2lit), (gencjneshort): commented out
6637         (is_LitOp): new helper function, checks operand type
6638         (genCmpEq): rewritten
6639
6640 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6641
6642         * support/regression/tests/bug-908454.c: added
6643
6644 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6645
6646         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6647         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6648         (geniCodeCast): cosmetic, don't preserve bit storage class
6649         (geniCodeLeftShift): added promotion
6650         (geniCodeLogic): fixed regression
6651         * src/SDCCsymt.c (computeTypeOr): accept bits too
6652         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6653
6654 2004-03-07  Borut Razem <borut.razem AT siol.net>
6655
6656         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6657
6658 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6659
6660         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6661         version of pic16_genPackRegisters which does not check if ic is a
6662         CAST operator,
6663         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6664         function cause string1.c regression test fails
6665
6666 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6667
6668         * sim/ucsim/configure.in,
6669         * sim/ucsim/configure,
6670         * sim/ucsim/doc/Makefile.in: use docdir
6671         * src/SDCC.y: fixed sbit atrributes
6672         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6673         * src/SDCCast.c (decorateType): |^& need special promotion handling
6674         * src/SDCCast.h,
6675         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6676         * src/SDCCsymt.h (computeType),
6677         * src/SDCCicode.c: computeType() needs op
6678         * src/SDCCsymt.c (checkTypeSanity),
6679         * doc/sddman.lyx: "plain" bitfields are unsigned
6680         * src/SDCCsymt.c (computeTypeOr): added
6681         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6682         |^& ops
6683         * src/SDCCval.c (val*): computeType() needs op
6684         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6685         * support/regression/tests/onebyte.c: added tests for |^&
6686
6687 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6688
6689         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6690         for writing icode into asm output.
6691
6692 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6693
6694         * src/pic16/device.c: added some debug lines enabled
6695         with macro DEBUG_CHECK,
6696         * src/pic16/genarith.c: more debug in genPlus,
6697         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6698         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6699         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6700         * (aopForSym): onStack symbols are re-placed in data memspace,
6701         and onStack flag is cleared,
6702         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6703         copy temporary pcodeop,
6704         * (genPcall): added warning for not updating PCLATU,
6705         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6706         always true for pic16 port,
6707         * (genMultOneWord): NEW, supports integer multiplication,
6708         * (genMult): modified to call genMultOneWord,
6709         * (ifxForOp): added warning when return NULL,
6710         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6711         flag is set before call to operandFromSymbol for implicit
6712         added structures,
6713         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6714         options.intlong_rent are set by default,
6715         * (_hasNativeMulFor): modified to allow port generation of integer
6716         multiplication,
6717         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6718         set regtype to REG_SFR for all registers, restricting seting the
6719         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6720
6721 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6722
6723         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6724         more than 500 times in the regression tests
6725
6726 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6727
6728         * support/Util/SDCCerr.h,
6729         * support/Util/SDCCerr.c,
6730         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6731         enumerator_list),
6732         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6733         for symbol conflicts.
6734         * support/valdiags/tests/enum.c,
6735         * support/valdiags/tests/tentdecl.c,
6736         * support/valdiags/tests/struct.c: expect possible error messages
6737         referring to original symbol definitions.
6738         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6739         * src/SDCCsymt.h,
6740         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6741
6742 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6743
6744         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6745
6746 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6747
6748         * src/pic16/ralloc.c (newReg): fixed bug #908929
6749
6750 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6751
6752         * src/ds390/gen.c: added missing #include "main.h"
6753
6754 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6755
6756         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6757         checking if symbol is already in set,
6758         * src/pic16/device.h: prototype for checkAddSym,
6759         * src/pic16/gen.c: (_G): added entry interruptvector,
6760         * (assignResultValue): removed some commented out lines,
6761         * (genFunction): check for ISR via sym->type, absolute section for
6762         interrupt code is created via a new pBlock, the goto instruction is
6763         placed now correctly at the interrupt vector position, changed all
6764         references from ivec to _G.interruptvector,
6765         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6766         is the interrupt is a high priority one, same for return from ISR,
6767         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6768         externs to calls of checkAddSym,
6769         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6770         pic16_pcode_verbose flag is set,
6771         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6772         * src/pic16/pcoderegs.c: message about how many registers are saved
6773         will only be emitted if pic16_pcode_verbose flag is set,
6774
6775 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6776
6777         * src/ds390/ralloc.h,
6778         * src/ds390/ralloc.c (ds390_regWithIdx),
6779         * src/ds390/gen.c (emitcode),
6780         * src/ds390/main.h,
6781         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6782         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6783         ds390operandCompare, getRegsRead, getRegsWritten,
6784         initializeAsmLineNode): customized instruction size calculation for
6785         ds390, started basis for some register optimizations
6786         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6787         corresponding assembly output
6788         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6789         missing push/pop of r0/r1. Optimized push/pops
6790
6791 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/mcs51/main.c (instructionSize): fixed ACALL size
6794         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6795
6796 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6797
6798         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6799         the sorting of rlist with NULL elements
6800         * (print_idataType, print_idata): NEW to create idata sections
6801         * src/pic16/device.h: idataSymSet new variable
6802         * src/pic16/gen.c (genFunction): fixed some bugs in string
6803         comparing, improved the absolute section creation for ISRs,
6804         added FSR0L/FSR0H in registers that are saved in an ISR,
6805         * (genInline): fixed the processing of inline snippets,
6806         now they undergo no process by the peephole optimizer
6807         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6808         are placed in idataSymSet,
6809         * (pic16emitStaticSeg): extern symbols are added in externs,
6810         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6811         switching when aboslute variables are placed in access bank memory
6812         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6813         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6814         commented out with #if,
6815         * (pic16_packRegisters): reintroduce the check for CAST because some
6816         symbols are not correctly handled,
6817         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6818         pCodeInstruction instead of pCode,
6819         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6820         pCodeAsmDir definition,
6821         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6822         directive, then the argument directive is emitted without the leading
6823         tab, hack for inline labels which must be in the first column,
6824         * (compareLabel,pic16_findNextInstruction),
6825         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6826         * (insertBankSwitch): modified for the new pCodeAsmDir,
6827
6828 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6829         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6830
6831         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6832         instance,
6833         * (pushSide): commented out with #if,
6834         * (assignResultValue): fixed some typos in saving
6835         registers,
6836         * (genPcall): FIXED and sync'ed with genCall,
6837         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6838         * (genNearPointerGet): fixed to handle some more cases,
6839         implementation scheme via table reads,
6840         * (genConstPointerGet): modified to access code memory correct,
6841         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6842         and improved to handle some cases
6843         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6844         instead of "RETLW" for init data
6845         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6846         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6847         variables are placed in access bank memory (<0x80 and >=0xf80),
6848         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6849         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6850         TBLWT_POSTDEC,TBLWT_PREINC
6851         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6852         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6853         directives
6854         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6855         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6856         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6857         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6858
6859 2004-02-29  Borut Razem <borut.razem AT siol.net>
6860
6861         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6862         support/Util/findme.h, support/Util/system.h: enhance binary relative
6863         search for lib and include by using findProgramPath()
6864
6865 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/SDCCpeeph.h,
6868         * src/SDCCpeeph.c (pcDistance),
6869         * src/port.h,
6870         * src/mcs51/ralloc.h,
6871         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6872         * src/mcs51/main.h,
6873         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6874         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6875         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6876         size calculation port specific, started basis for some register
6877         optimizations
6878         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6879         missing push/pop of r0/r1. Optimized push/pops
6880         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6881         * device/lib/_modsint.c (_modsint),
6882         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6883         and stack version so regression tests pass
6884
6885 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6886
6887         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6888         * src/SDCCast.c (decorateType): catch another small optimization
6889         with '?' operator
6890         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6891         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6892         modified to finally use computeType() all over SDCC,
6893         see Feature Request #877103
6894         * src/SDCCval.h: cosmetic
6895         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6896         valCompare(); regression tested in muldiv.c
6897         * support/regression/tests/muldiv.c (testMod): mod sign follows
6898         dividend only
6899
6900 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6901
6902         * src/SDCCast.c (decorateType): fixed bug #902362
6903         * doc/INSTALL.txt: fixed install instructions for win32
6904
6905 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6906
6907         * device/include/Makefile.in (install): fixed by replacing spaces
6908         by tabs
6909         * doc/README.txt,
6910         * doc/INSTALL.txt: updated for release
6911         * doc/sdccman.lyx: added warning for --xstack being buggy
6912
6913 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6914
6915         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6916         to eliminate build warnings.
6917         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6918
6919 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6920            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6921
6922         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6923         removed -penable-stack, added comment for stack pragma, added
6924         warning for not initializing the stack/frame registers, removed
6925         comment at interrupts section
6926
6927         Stack is made permanent, there is no ability to disable stack usage.
6928         * src/pic16/device.h,
6929         * src/pic16/device.c: removed all references to USE_STACK macro,
6930         * src/pic16/device.c (pic16_dump_section): when no elements in
6931         rlist, free rlist before return,
6932         * (pic16_dump_int_registers): NEW, internal registers are a new set
6933         of general purpose registers reused by each function,
6934         * (checkAddReg): returns 1 if registers is added to set,
6935         * (pic16_groupRegistersInSection): when a registers is of type
6936         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6937         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6938         SRCASECMP macro is moved here from device.c
6939         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6940         PO_PCLATU, PO_PRODL, PO_PRODH,
6941         * (pic16_pCodeOpType, genMinus,
6942         changed compares to "a" register, with AOP_ACC,
6943         * (pic16_genPlus): fixed some bugs and indented properly,
6944         * (pic16_addSign): changed size to size+offset in the MOVWF
6945         instruction,
6946         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6947         multiply 8-bit operand by literal, result is 8-bit,
6948         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6949         multiply 2 8-bit operand, result is 8-bit,
6950         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6951         genUMult8X*_16,
6952         * src/pic16/gen.c: changed accUse to contain WREG only,
6953         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6954         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6955         true, do not use immediate addressing any more unless sym is a
6956         pointer in codespace,
6957         * (aopForRemat): do not use immediate addressing when symbol not in
6958         codespace and when symbol's address is requested,
6959         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6960         accUse size (= 1),
6961         * (aopGet): added case for AOP_ACC and don't return "accumulator
6962         bug" but WREG instead,
6963         * (popGetTempReg): pushes contents of temporary register in stack,
6964         * (popReleaseTempReg): pops contents of temporary register from
6965         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6966         * (pic16_popGet): separated case AOP_ACC to return register WREG
6967         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6968         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6969         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6970         the use of immediate pointers to certain cases only.
6971
6972         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6973         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6974         * (assignResultValue, genCall, genRet): modified to use the new
6975         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6976         genPcall is still broken,
6977         * (genFunction): added code to create 'A' type pBlocks when
6978         interrupt functions are generated, code not extensively tested yet,
6979         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6980         * (genEndFunction): modified so ISRs pop stored registers from stack,
6981         * (genMultOneByte): cleanup,
6982         * (AccRsh): added flag andmask, to and result with appropriate mask,
6983         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6984         * (genDataPointerGet): fixed and reenabled its use,
6985         * (genNearDataPointerGet): bugs fixed,
6986         * (genDataPointerSet): bugs fixed,
6987         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6988         pic16_DumpSymbol, pic16_DumpOp,
6989         * src/pic16/genutils.h: function prototypes for the above functions,
6990         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6991         pointers,
6992         * (pic16emitRegularMap): many many many improvements, but needs a
6993         major cleanup,
6994         * src/pic16/main.c: enable_stack in pic16_options is removed,
6995         * (_pic16_parseOptions): removed command line options -penable-stack,
6996         * (_process_pragma): emit stack symbol only when stack pragma is
6997         processed,
6998         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6999         redirected to FSR0L/FSR0H pair,
7000         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7001         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7002         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7003         for immediates,
7004         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7005         * (dumpPicOptype): NEW,
7006         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7007         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7008         with movff instruction,
7009         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7010         added pic16_int_regs, some packRegsFor* functions are commented out,
7011         because produce errors,
7012         * src/pic16/NOTES: minor modifications
7013
7014 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7015
7016         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7017         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7018         --pack-iram.
7019         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7020         * as/mcs51/lkaomf51.c: fixed bug #895763
7021
7022 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7025
7026 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * doc/sdccman.lyx: added details about the HC08 storage classes and
7029         interrupts, fixed the register usage info for z80 & gbz80
7030
7031 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7032
7033         * doc/sdccman.lyx: added more pic16 port documentation
7034         * device/include/pic16/: added header pic18fregs.h
7035
7036 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7037
7038         * doc/sdccman.lyx: added Vangelis' contribution
7039
7040 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7041
7042         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7043         extend to the next CALL or PCALL, not just to the next CALL.
7044
7045 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7046
7047         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7048
7049 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7052         bug #895752 and a better fix for bug #716790
7053
7054 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7055
7056         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7057
7058 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7059
7060         * doc/sdccman.lyx: minor changes, minor changed
7061
7062 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7063
7064         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7065         which can't handle SDCC_NEWONEBYTEOPS,
7066         (geniCodeMultiply): removed conversion from mult to shift for pic14
7067         and pic16
7068
7069 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * src/hc08/gen.h,
7072         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7073         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7074         thus fixing bug #895406
7075
7076 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * device/lib/_modsint.c,
7079         * device/lib/_modslong.c: sign follows divisor only
7080         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7081         signs or signedness can be ignored
7082         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7083         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7084         added optimization for IFX,
7085         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7086         arguments;
7087         reenabled optimization for IFX, which was removed on 2004-01-11
7088         * src/SDCCast.h: added return type IFX
7089         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7090         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7091         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7092         SDCC_OLDONEBYTEOPS selects the old behaviour
7093         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7094         changed again and commented promotion rule
7095         * src/SDCCval.c (valDiv): promotion no longer necessary
7096         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7097         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7098         rewritten
7099         * support/regression/tests/onebyte.c: added
7100
7101 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7102
7103         * gen.c (genInline): reverted to old code for assemnling inline
7104         code because of bug reported James Chadd
7105
7106 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7107
7108         * ralloc.h: missing declarations from previous patch,
7109         seems that patch for ralloc.h was never applied, fixed
7110
7111 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7112            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7113
7114         * pcode.c,
7115         * pcode.h,
7116         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7117         indirect addressing. Marked FSR0 as deprecated
7118         * gen.c (pointerCode): commented out, not needed now
7119         (pic16_popGet2p): new MOVFF helper function
7120         (genGenPointerGet),
7121         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7122         (shiftRLong): removed duplicate debugging info
7123
7124 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7125
7126         * src/ds390/gen.c (genNearPointerGet),
7127         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7128         optimization with bits, but not bitfields.
7129         * src/ds390/ralloc.c (packRegisters),
7130         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7131
7132 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7133
7134         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7135
7136 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         * src/SDCCsymt.h,
7139         * src/SDCCicode.c (operandFromSymbol),
7140         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7141         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7142         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7143         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7144         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7145         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7146         bug #892038
7147         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7148         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7149         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7150         * src/SDCCsymt.c (newSymbol),
7151         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7152         enumerator_list),
7153         * src/SDCCval.h,
7154         * src/SDCCval.c (newiList): fixed bug #885705
7155
7156 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7157
7158         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7159         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7160
7161 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7162
7163         * device/include/c8051f120.h,
7164         * device/include/c8051f300.h,
7165         * device/include/c8051f310.h: added/updated header files for Silicon
7166         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7167         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7168         in new section Submitting patches
7169
7170 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7171
7172         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7173         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7174         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7175         genGenPointerSet),
7176         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7177         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7178         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7179         genGenPointerSet),
7180         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7181         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7182         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7183         genGenPointerSet),
7184         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7185         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7186         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7187         genGenPointerSet): fixed bug #892400
7188         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7189         to eliminate build warnings.
7190         * src/SDCCast.c (processParms),
7191         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7192         fixed bug 751859
7193         * support/valdiag/valdiag.py: added GCC to the list of defines active
7194         when compiling with gcc
7195
7196 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         * support/Util/SDCCerr.h,
7199         * support/Util/SDCCerr.c,
7200         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7201         with an incomplete type (fixed bug #883734)
7202         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7203
7204 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7205
7206         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7207
7208 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * src/SDCCast.c (decorateType),
7211         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7212         function pointer implementation
7213         * support/regression/tests/funptrs.c: added tests to verify both forms
7214         of function pointers work correctly. Added tests to verify parameters
7215         are passed in the correct order.
7216
7217 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7218
7219         * device.c (regCompare): registers are sorted by ascending
7220         address and increasing size,
7221         * main.c (_pic16_finaliseOptions): removed the declaration
7222         of compiler macro MCU. Now a macro of the format pic18fxxxx
7223         will be defined from the command line
7224
7225 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7226             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7227
7228         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7229         PCOP_RLCF was overwritten!
7230         * gen.c (genSkip): commented out calls to pic16_emitcode,
7231         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7232         * (genlshTwo),
7233         * (genRRC): added debugging info,
7234         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7235         overwritten while shifting,
7236         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7237         overwritten while shifting,
7238         * (AccLsh),
7239         * (AccRsh),
7240         * (shiftLLeftOrResult),
7241         * (shiftRLeftOrResult),
7242         * (shiftRLong),
7243         * (shiftLLong): Implemented with pic16_emitpcode
7244         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7245         * (genLeftShift): Fixed bug, operand for shift by variable always
7246         was "and"ed with 0x0f,
7247         * (genLeftShiftLiteral),
7248         * (genrshTwo),
7249         * (genRightShiftLiteral): added debugging info,
7250         * (genrshFour): added comment,
7251         * (genRightShift): determined signedness from operand "left"
7252         instead of "result"
7253
7254 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7255
7256         * src/SDCCicode.c (geniCodeParms),
7257         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7258         function pointers, fixed function pointer bugs #861242 and #861896
7259
7260 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7261
7262         * device/include/c8051f000.h,
7263         * device/include/c8051f120.h,
7264         * device/include/c8051f300.h: added header files for Silicon
7265         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7266
7267 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7268
7269         * src/SDCCast.c (processParams): added new type flow and restructured
7270         (gatherAutoInit): added new type flow
7271         (addCast): cosmetic changes
7272         (getLeftResultType): added new type flow for array indices, patch
7273         provided by Stas, see FR #877103
7274         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7275         array index patch by Stas
7276         * src/SDCCast.h: added prototype getResultTypeFromType()
7277         * src/SDCCval.h,
7278         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7279         * src/pic/glue.c (pic14emitStaticSeg),
7280         * src/pic16/glue.c (pic16emitStaticSeg),
7281         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7282         for initialization of symbols
7283         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7284         * support/Util/SDCCerr.h:
7285         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7286         * .version: bumped version number to 2.3.8
7287         * device/include/Makefile.in (install),
7288         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7289         avoid warnings
7290
7291 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7292
7293         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7294         Slade Rich fixed an optimization bug
7295         * src/pic/pcodepeep.c,
7296         * src/pic/pcoderegs.c
7297         * doc/Makefile (install): added test for directory
7298
7299 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7302         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7303         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7304         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7305         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7306         * as/mcs51/asexpr.c (term),
7307         * as/hc08/asexpr.c (term): fixed bug #887146
7308
7309 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         * src/z80/gen.c (genMult): handle single byte result product
7312         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7313         DUMMY_READ_VOLATILE (fixed bug #886367)
7314
7315 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * support/regression/tests/libmullong.c: fixed logic, on little endian
7318         hosts we ended without a mullong_wrapper()
7319
7320 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7321
7322         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7323         virus/worm forged address usage.
7324
7325 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7326
7327         Fixed promotion, it should be done on AST level:
7328         * src/SDCCast.c (addCast): added promotion to int
7329         (decorateType): updated call to upCast()
7330         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7331         usualUnaryConversions()
7332
7333 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7334
7335         * support/regression/tests/literalop.c (mulWrapper): Added a
7336         wrapper to remove integer overflow warnings.
7337
7338         * support/regression/tests/float_trans.c: Made work on host.
7339
7340         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7341         location of sz80.
7342
7343         * support/regression/generate-cases.py (main): Changed from inline
7344         to a main method.
7345
7346         * doc/Makefile (install): Changed to depth first to get rid of
7347         missing directory install warning.
7348
7349         * as/Makefile (install-doc): Made work on Mac.
7350
7351 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7352
7353         * src/SDCCast.c: added an additional type flow in decorateType() of
7354         opposite direction, see feature request #860006; it's enabled at runtime
7355         by setting the environment variable SDCC_NEWTYPEFLOW
7356         * src/SDCCast.h: changed prototype of decorateType()
7357         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7358         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7359         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7360         see feature request #877103
7361         * src/SDCCval.c: updated call of decorateType()
7362         (valBitwise): fixed bug #882876
7363         (valMinus): added promotion
7364         (valLogicAndOr): result is unsigned
7365         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7366         * src/SDCCsymt.c (computeType),
7367         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7368         must not cause an unsigned operation
7369         * src/pic/glue (pic14emitRegularMap),
7370         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7371
7372 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * src/pic/pcode.c (PCodeID): commented out left over debug code
7375
7376 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7377
7378         * support/valdiag/tests/overflow.c: added shift tests
7379         * src/pic/device.c,
7380         * src/pic/gen.c,
7381         * src/pic/gen.h,
7382         * src/pic/glue.c,
7383         * src/pic/main.c,
7384         * src/pic/pcode.c,
7385         * src/pic/pcode.h,
7386         * src/pic/pcodepeep.c,
7387         * src/pic/pcoderegs.c,
7388         * src/pic/ralloc.c,
7389         * src/pic/ralloc.h: applied patch from Slade Rich;
7390         added support for multiple code pages and multiple RAM banks on the
7391         PIC 14 port. The ASM files now no longer simply assume all the
7392         code / RAM are in the same page / bank. This means the linker can
7393         safely allocate code/RAM of separate ASM files to different pages/banks.
7394         * doc/sdccman.lyx: added Slade's tips
7395         * src/mcs51/peeph.def: fixed bug #880768
7396
7397 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7400         * src/SDCCast.c (decorateType): fixed bug #880197
7401
7402 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7403
7404         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7405         getopt.h.
7406
7407         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7408         strtof is not part of C89 and isn't included with Mac OS X.
7409
7410 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7411
7412         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7413         shiftL2Left2Result): fixed bug #879326
7414         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7415         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7416         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7417         address fetch for clr instruction
7418         * device/lib/hc08/_mulint.c: created optimized assembly version
7419         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7420
7421 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7422
7423         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7424         proposed in FR #877103
7425
7426 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7427
7428         * src/SDCCval.c (cheapestVal): added missing checks
7429         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7430         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7431
7432 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7433
7434         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7435         equal operands
7436
7437 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7438
7439         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7440         loaded with the linker search paths (-L arguments) and the libraries
7441         to be linked with the current source (-l arguments). Changes
7442         currently will affect only the pic16 port.
7443         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7444         include path the port specific paths and port specific libraries,
7445         * gplink command now contains the $3 argument,
7446         * src/pic16/device.h,
7447         * src/pic16/device.c,: structure PIC_device is made public and
7448         renamed to PIC16_device, the same for variable Pics which is renamed
7449         to Pics16. Updated all references to them.
7450         * src/pic16/glue.c (pic16glue): corrected bug with code
7451         initialization which bypassed the variable initializations block.
7452
7453         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7454         COMPILE_FLAGS and added the --nostdinc option
7455
7456 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7457
7458         * device/include/mc68hc908jb8.h: Register defs for another member
7459         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7460
7461 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7462
7463         Documenting changes from previous commits.
7464         * configure.in (version 1.56),
7465         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7466         when generating output files to configure the pic16 library,
7467         but now I've commented it out, since gputils aren't installed in the
7468         SF compile farm, so library won't compile
7469
7470         * device/lib/Makefile.in (version 1.56): initially I've added in
7471         target 'all' the prerequestive 'model-pic16' so it compiled the
7472         pic16 library, but now I've commented it out for the same reasons
7473         above,
7474         * added targets 'model-pic16' and 'objects-pic16' to compile the
7475         library
7476         * added target 'port-specific-objects-pic16' to handle the
7477         generated libraries and copy them into the build/ directory
7478         * added target 'clean-intermediate-pic16' to clean intermediate
7479         files into pic16 directory
7480         * in target 'installdirs' added line to create directory pic16 in
7481         the installation path
7482
7483         * device/include/Makefile.in (version 1.11): in target 'install'
7484         added lines to copy all header files to installation path,
7485         * in target 'installdirs' added line create directory for pic16
7486         headers in the installation path
7487
7488 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7489
7490         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7491          a function call
7492
7493 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7494
7495         * configure,
7496         * device/lib/configure.in,
7497         * device/lib/configure: fixed for autoconf 2.57
7498
7499 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7502         option so that it actually works. Made it specific to the z80, since
7503         the gbz80 doesn't have these kinds of I/O ports.
7504
7505 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7506
7507         * device/include/z180.h,
7508         * device/lib/_memcpy.c,
7509         * device/lib/_memmove.c,
7510         * device/lib/_mulint.c,
7511         * device/lib/ser_ir.c,
7512         * device/lib/ser_ir_cts_rts.c,
7513         * device/lib/_strcmp.c,
7514         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7515         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7516         portmode; added deprecation warning for bank= and protmode= forms.
7517         Also, guard against buffer overflow.
7518         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7519
7520 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7523         changed interrupt vector table generation to only emit declared vectors.
7524         * device/include/Makefile.in: added missing backslash
7525         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7526
7527 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7528
7529         Mainly changes to support compilation of the device libraries
7530         * src/pic16/device.c: stack is allocated via symbol and not
7531         via literal number. The symbol is placed in the corresponding
7532         position of the data ram
7533         * (pic16_dump_section): relocatable and absolute uninitialized
7534         data are now emitted in sorted order to reduce section naming,
7535         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7536         weren't marked as being in the access bank,
7537
7538 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7539
7540         Added portion of GNU PIC Library under the directory
7541         device/include/pic16 and device/lib/pic16. These files
7542         contain the declarations of SFRs for the PIC18Fxx2 devices.
7543         The directory is initialized via configure from toplevel.
7544
7545 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7546
7547         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7548         the spilllocations to be compared correctly
7549
7550 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * src/SDCCast.c (decorateType): fixed bug introduced today
7553
7554 2004-01-12  Borut Razem <borut.razem AT siol.net>
7555
7556         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7557         doc/sdccman.lyx: upper case pragmas are deprecated
7558
7559 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7560
7561         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7562         in simpler and even better code
7563
7564 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         * src/SDCCicode.c (operandOperation): fixed bug #874819
7567         * src/SDCCast.c (decorateType): fixed
7568         char foo (unsigned long ul) { return ul > 0; }
7569
7570 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7571
7572         * doc/sdccman.lyx: Moved and added some sections, small changes
7573         all over. Telling LaTeX to be less strict with word spacing
7574         to better keep the right margin. Changed some notes about
7575         maintainance of the ports in section 3.2.1 - is it OK like this?
7576
7577 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7578
7579         SDCC source changes:
7580         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7581         convilong): modified to inform the pic16 port that builtin functions
7582         are external
7583
7584         PIC16 PORT specific changes:
7585         * src/pic16/device.c pic16_dump_equates() added,
7586         processor registers declared internally by the port are emitted in
7587         the translation as equates,
7588         * src/pic16/gen.c: inline code is passed unprocessed to the
7589         translation,
7590         * (pic16_popGetLit2): fnuction modified to take second operand as
7591         pCodeOp pointer and not as literal,
7592         * (popRegFromIdx): prefixed with pic16_,
7593         * (pic16_popCombine2): modified to receive already allocated pCode
7594         operands,
7595         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7596         * (genFunction): initializes local stack frame and pushes on stack
7597         all the registers used by this function,
7598         * (genEndFunction): restores all registers from stack and restores
7599         stack frame,
7600         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7601         improvements,
7602         * (pic16glue): changed the program startup sequence,
7603         * added new dbName code 'A' for functions placed in absolute section
7604         * src/pic16/main.c: added function attribute _naked,
7605         * added pragma 'code' to place a fnuction at an absolute address,
7606         * added command line arguments --debug-ralloc and --pcode-verbose,
7607         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7608         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7609         * (pic16_newpCodeOpLit2): modified to take the second operand as
7610         pCodeOp pointer,
7611         * (pic16_printpBlock): modified to emit each function in a separate
7612         section,
7613         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7614         UPPER for immediate operands,
7615         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7616         instruction,
7617         * src/pic16/peeph.def: all peepholes with movff are commented out,
7618         because there is a problem in the pcode peep optimizer,
7619         * src/pic16/ralloc.c: the register allocator can now reuse local
7620         function symbols for another function. This saves register usage.
7621         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7622
7623         Added file src/pic16/NOTES with information about program writing on
7624         the current port version.
7625
7626 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7627
7628         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7629         and peephole 252 (array access)
7630
7631 2004-01-09  Borut Razem <borut.razem AT siol.net>
7632
7633         * src/SDCCmain.c : fixed #872250: -l command line defined library
7634           files are scanned before standard library files
7635
7636 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7637
7638         * src/SDCCast.c (decorateType): fixed bug #874046
7639
7640 2004-01-09  Borut Razem <borut.razem AT siol.net>
7641
7642         * support/scripts/sdcc.nsi: remove previous installation
7643
7644 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7645
7646         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7647         bytes for last interrupt vector (mcs51)
7648         * sdcc.spec: fixed typo
7649
7650 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7651
7652         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7653         gen51Code): more efficient parameter receive for --model-large
7654         ("bug" #845294)
7655
7656 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7657
7658         * src/ds390/main.c,
7659         * src/z80/main.c: added missed needLinkerScript flags (more than
7660         one port structure defined in these file)
7661         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7662         bug #795325
7663
7664 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7665
7666         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7667         * src/port.h: added flag needLinkerScript in port->linker
7668         structure to inform whether to create a .lnk file or not,
7669         * src/avr/main.c,
7670         * src/ds390/main.c,
7671         * src/hc08/main.c,
7672         * src/mcs51/main.c,
7673         * src/pic/main.c,
7674         * src/pic16/main.c,
7675         * src/xa51/main.c,
7676         * src/z80/main.c: changed appropriately to configure
7677         needLinkerScript flag
7678         * src/pic/gen.c,
7679         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7680         * src/pic/glue.c: added variable udata_section_name to
7681         override default uninitialized data segment definition for
7682         devices only with SHAREBANK memory (reported from Erik Epetrich)
7683         * (pic14emitOverlay): modified to emit a commented overlay segment
7684         directive when no overlay data exist
7685         * (picglue): modified to emit uninitialized data segment
7686         according to udata_section_name
7687         * src/pic/main.c (_pic14_parseOptions): added command line
7688         options --udata-section-name=[name] to override default
7689         udata definition name
7690         * modified _linkCmd and _asmCmd to include compiler passed
7691         arguments via -W option
7692         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7693         object file from '.rel' to '.o' in port->linker structure,
7694         changed size of fptr from 2 to 3 in port structure
7695
7696 2004-01-07  Borut Razem <borut.razem AT siol.net>
7697
7698         * support/scripts/sdcc.nsi: update PATH
7699         * support/scripts/sdcc.ico: craeted
7700
7701 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         * device/include/Makefile.in: fix install
7704         * doc/Makefile: fix install
7705
7706 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7707
7708         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7709         in bug #860505
7710         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7711         how the function variable allocation summary is displayed; also
7712         include information about variables allocated to the overlay
7713         segment
7714
7715 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7716
7717         * as/mcs51/lkmain.c: Help about -Y option
7718         * as/mcs51/lkarea.c: Fixed gcc warnings
7719
7720 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7721
7722         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7723         fixed warning
7724         * support/valdiag/tests/overflow.c: added
7725         * src/SDCCast.c (decorateType),
7726         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7727         LEFT_OP (left shift)
7728
7729 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7730
7731         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7732         (default behaviour).
7733
7734 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         A python script to validate compiler diagnostic messages. It can be
7737         used to verify that sdcc complains about bad c source code and
7738         gives a good location of the error.
7739         * support/valdiag/Makefile,
7740         * support/valdiag/valdiag.py,
7741         * support/valdiag/tests/*
7742
7743 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7744
7745         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7746         * src/SDCCsymt.c (newEnumType),
7747         * src/SDCCsymt.h
7748         * support/Util/SDCCerr.c,
7749         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7750         enum related bugs.
7751         * support/regression/tests/enum.c: added test for enum values that
7752         require at least 2 bytes of storage.
7753
7754 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7755
7756         * src/common.h: added ifndef/define/endif macros
7757         around the header file.
7758         Bug reported from Jesus Calvino-Fraga
7759
7760 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7761
7762         * sdcc.spec: updated
7763         * device/include/Makefile.in: don't install CVS directories
7764         * device/lib/Makefile.in: added removal of CVS directories after install
7765         * doc/Makefile: fixed install, added local_icons
7766         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7767         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7768         * src/ds390/gen.c (genRightShift): fixed bug #870788
7769         * src/SDCCast.c (decorateType): fixed bug #870781
7770
7771 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7772
7773         PIC16 port related changes:
7774         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7775         added variable stackPos,
7776
7777         * gen.c: genCall, assignResultValue: added support for
7778         pushing/retrieving function parameters to/from stack,
7779         genFunction,genEndFunction: setup stack frame for the
7780         generated function,
7781         genAddrOf: will be changed according to bug 863624
7782
7783         * added files genutils.c and genutils.h which contain gen*
7784         debugged and optimised functions extracted from gen.c
7785
7786         * glue.c: added variable 'externs' which holds extern symbols,
7787         pic16emitRegularMap: is modified to properly handle relocatable
7788          symbols under the new scheme,
7789         pic16createInterruptVect: is modified
7790         pic16printPublics: is modified to emit 'global' assembler directives,
7791         added pic16_printExterns to print extern symbols,
7792         pic16glue: initializes stack/frame pointer in the beginning of
7793         the assembly output. Temporary hack, will be corrected later,
7794         because gplink yet does not support stack and SDCC does not
7795         yet support a type of crt0.o object to create the final binary.
7796
7797         * Removed many lines that contain 8051 legacy code.
7798         * The code is finally placed under a 'code' directive.
7799         * Added port specific options.
7800
7801         * _process_pragma: simplified since now we do not need *special*
7802         include file to define SFR registers. But a separate header
7803         will be needed. This will be developed later.
7804         * _pic16_parseOptions: added, parses port specific options:
7805         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7806         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7807         --preplace-udata-with=
7808
7809         * _pic16_setDefaultOptions: modified to initialize section names,
7810         but hack is temporarly out of order since it needs improvement.
7811         * _pic16_genAssemblerPreamble: configuration words are emitted by
7812         their address instead of their name. This part is incomplete and
7813         supports only the 18Fxx2 devices. Other devices will emit an error
7814         during assembly since they do not contain the same set of config
7815         registers
7816         * _pic16_genIVT: is modified,
7817
7818         * pcode.c: added definitions for some hardware registers that are needed
7819         for stack support
7820         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7821         All PCI entries are updated. Now LFSR is supported.
7822         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7823         * added pic16_newpCodeOpLit2 to support instructions with
7824         two literal arguments
7825         * pic16_pCode2str: corrected code that emits assembler instructions
7826         with two literal operands and those that have an access bit modifier
7827         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7828         this fixes a bug which caused some labels to be lost, when an
7829         assembler directive was added, i.e. banksel,
7830         * pic16_FixRegisterBanking: improved logic that causes the insertion
7831         of bank switching,
7832         * InlineFunction: functions that are called once, are not any more
7833         inlined. This can be a port option in the future,
7834
7835         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7836
7837         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7838         hold the corresponding uninitialized symbols,
7839         * pic16_allocProcessorRegister: registers have explicit marked the
7840         accessBank field,
7841         * pic16_allocInternalRegister: registers are explicit marked as
7842         not used,
7843         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7844         processing list, so bit registers were lost,
7845         *
7846
7847         * ralloc.h: added field 'accessBank' and original symbol operand
7848         in register definition,
7849         * removed the field isMapped from register definition,
7850
7851         ** Several functions have been removed from various sources:
7852         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7853         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7854         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7855         pic16_assignRelocatableRegisters
7856
7857         ** others have been introduced:
7858         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7859         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7860
7861 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7862
7863         * support/scripts/inc2h.pl: changed definition of BIT_AT
7864         to emit 'sbit at' instead of 'bit at'. This was a request.
7865
7866         PIC16 port related preliminary changes:
7867         * gen.c: prefixed function popRegFromString with
7868         pic16_ and all references to it corrected
7869         * pcode.c: all pic16_pc_* hardware registers prefixed
7870         with underscore (_),
7871         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7872         * ralloc.c: newReg(): when register is REG_SFR then
7873         set address to rIdx,
7874         pic16_allocProcessorRegister(): marks register wasUsed=0
7875         pic16_writeUsedRegs(): added a call to assign processor
7876         registers via pic16_assignFixedRegisters
7877
7878 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7879
7880         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7881         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7882         variables in unused register banks.  Also the SSEG is placed
7883         wherever there is enough space for it, and IDATA can be anywhere
7884         in internal RAM.  For now compile using -Wl-Y[stack_size].
7885         The mem file is different for this option as well, since it
7886         makes no sense of talking about DSEG lenght.
7887
7888 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7889
7890         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7891         in certain cases, e.g. when ROM assignment, patch provided
7892         from Albert den Haan.
7893
7894 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7895
7896         Many signedness and type propagation fixes:
7897         * src/SDCCicode.c: made geniCodeCast() static
7898         replaced SPEC_ by IS_ (cosmetic)
7899         (operandOperation): fixed div and mod operation
7900         (usualBinaryConversions): added support for promotion of char
7901         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7902         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7903         (geniCodeAdd): an array index will stay unsigned, even if promoted
7904         from char to int
7905         (geniCodeArray): ditto
7906         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7907         * src/SDCCsymt.c (computeType): added more support for char;
7908         promotion of char is selectable by promoteCharToInt, fixed signedness
7909         for all cases
7910         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7911         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7912         * src/SDCCval (val*): replaced signedness calculation by
7913         computeType()
7914         rearranged if-branches (cosmetic)
7915         (valShift): added warning W_SHIFT_CHANGED
7916         (valCompare): fixed problem with different types
7917         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7918         * support/regression/tests/literalop.c: added many cases
7919         * support/regression/tests/ast_constant_folding.c: changed finally to
7920         'unsigned int'
7921         * .version: new year, new version: 2.3.7
7922         * src/SDCCmain.c (main): applied patch #866468
7923         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7924         provided by Scott Bronson
7925         * doc/sdccman.lyx: updated documentation for sdcdb
7926         updated and added chapter tips
7927
7928 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7929
7930         * src/SDCCsymt.h: missing from yesterday's commits
7931
7932 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/SDCC.y (struct_or_union_specifier),
7935         * support/Util/SDCCerr.c,
7936         * support/Util/SDCCerr.h: verify that struct & union tags are used
7937         as declared.
7938
7939 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7940
7941         * src/SDCCglobl.h: missing from yesterday's commits
7942
7943 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7944
7945         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7946         sft_attributes, struct_declaration, parameter_declaration,
7947         type_name, start_block, declaration_list),
7948         * src/SDCC.lex (check_type): support redefinition of typedef names
7949
7950 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7951
7952         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7953         aligned xdata arrays. Erik helped me with the if clause.
7954
7955 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7958         warning
7959
7960 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7961
7962         * src/SDCCast.h,
7963         * src/SDCCast.c (newAst_),
7964         * src/SDCCicode.h,
7965         * src/SDCCicode.c (ast2iCode, newiCode),
7966         * src/SDCCglobl.h,
7967         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7968         expr, statement, expression_statement, selection_statement,
7969         iteration_statement, expr_opt, jump_statement): foundation for tracking
7970         sequence points
7971         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7972         point code too)
7973
7974 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7975
7976         * support/Util/SDCCerr.c,
7977         * src/SDCCast.h,
7978         * src/SDCCast.c (createCase, createDefault, decorateType),
7979         * src/SDCClabel.c (labelUnreach),
7980         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7981         to error messages.
7982         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7983         (with thanks to Stas Sergeev)
7984         * device/include/time.h,
7985         * device/lib/time.c (CheckTime): suppress unreachable code warning
7986
7987 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7988
7989         * src/SDCCast.c (createIvalCharPtr),
7990         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7991         bug #753752)
7992         * support/regression/tests/nullstring.c: tests for these two bugs
7993
7994 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7995
7996         * support/Util/SDCCerr.h,
7997         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7998         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7999         about storage class and 'at' used inside struct or union
8000         * src/SDCCBBlock.c (iCodeFromeBBlock),
8001         * src/SDCCcse.c (ifxOptimize),
8002         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8003         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8004         printIval, emitStaticSeg, emitOverlay),
8005         * src/SDCClabel.c (deleteIfx),
8006         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8007         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8008         gatherAutoInit, processParms),
8009         * support/Util/SDCCerr.h,
8010         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8011         reporting for post-parse errors.
8012
8013 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8014
8015         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8016         implicit casts via union; they don't work on big endian systems
8017         (possible fix for bug #861138)
8018
8019 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8020
8021         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8022         * src/mcs51/main.c: fixed the fix for bug #737001
8023
8024 2003-12-15  Borut Razem <borut.razem AT siol.net>
8025
8026         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8027
8028 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8029
8030         * support/makebin/makebin.c: put output in binary mode
8031
8032 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8033
8034         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8035         xdata and data memory on startup. Set the environment variable
8036         SDCC_NOGENRAMCLEAR to disable this.
8037         * src/mcs51/peephole.def,
8038         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8039         (allows non-interrupt and interrupt code to safely compete for a resource
8040         without the non-interrupt code having to disable interrupts)
8041
8042 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/SDCCicode.c (geniCodeAdd),
8045         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8046         with valFromType if type might be a pointer and host is big endian).
8047         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8048         types, not just integer types.
8049         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8050         multiply defined with mismatching "at" address.
8051
8052 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8055         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8056         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8057         with embedded nulls (fixed bug #753752)
8058
8059 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8060
8061         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8062         Apparently this did not see much testing (endless loop)
8063
8064 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8067
8068 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8069
8070         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8071         gracefully handle NULL memmap pointers
8072
8073 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8076         instead of deleting the iCode when an operand is volatile
8077         * src/z80/gen.c (genDummyRead),
8078         * src/mcs51/gen.c (genDummyRead),
8079         * src/ds390/gen.c (genDummyRead),
8080         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8081         not just IC_RIGHT
8082         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8083         * src/SDCC.y: fixed bug #850420
8084
8085 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         Applied z80 i/o port patch from Peter Townson and fixed some operators
8088         to better handle operands in A register.
8089         * device/include/z180.h
8090         * src/SDCC.y
8091         * src/SDCCglue.c
8092         * src/z80/gen.c
8093         * src/z80/gen.h
8094         * src/z80/main.c
8095         * src/z80/peeph-z80.def
8096         * src/z80/peeph.def
8097         * src/z80/z80.h
8098
8099 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8102
8103 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * device/lib/hc08/_mullong.c: Removed extra #endif
8106
8107 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * sim/ucsim/hc08.src/inst.cc,
8110         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8111         carries from x to h
8112         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8113         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8114         * device/include/stdarg.h: fixed varargs for hc08
8115         * device/lib/Makefile.in,
8116         * device/lib/hc08/Makefile,
8117         * device/lib/hc08/_mulint.c,
8118         * device/lib/hc08/_mullong.c: fixed some endian problems
8119
8120 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8121
8122         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8123         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8124         * device/lib/_gptrget.c,
8125         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8126
8127 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8130         * src/SDCCast.c (astErrors): fixed bug #846007
8131         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8132
8133 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8134
8135         * src/SDCCast.c (decorateType): disabled a transformation I added in
8136         revision 1.188 (access to fields of a structure at an absolute address);
8137         it breaks with bitfields, extern declarations, and gcse analysis.
8138         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8139         could be assigned through a pointer, so don't complain.
8140         * src/SDCCast.c (astErrors),
8141         * src/SDCCast.h,
8142         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8143
8144 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8145
8146         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8147         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8148         output of __config directives, since gpasm now supports them
8149         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8150         pre-processor macro, i.e. -DMCU=p18f452
8151         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8152         and modified to handle 'cast' icode similarly to '=' icode
8153         * src/pic16/device.h (typedef struct PIC_device): added field
8154         'extMIface' to indicate that chip has external memory interface
8155         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8156         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8157         18F8720
8158
8159 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/SDCC.y (pointer): fixed bug #846006
8162         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8163         * src/SDCCast.c (decorateType): fixed bug #846009
8164         * src/ds390/peeph.def,
8165         * src/ds390/gen.c (genAnd, genOr),
8166         * src/mcs51/peeph.def,
8167         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8168
8169 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8170
8171         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8172         * src/SDCCdflow.c
8173         * src/SDCCcse.c
8174         * src/SDCCcse.h
8175         * src/SDCCBBlock.h
8176         * src/SDCCBBlock.c
8177
8178 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8179
8180         fixed bug #845089
8181         * src/SDCCbitv.h,
8182         * src/SDCCbitv.c: added function to free a bitvector
8183         * src/SDCClrange.h,
8184         * src/SDCClrange.c: added function to recompute the liveranges
8185         * src/avr/ralloc.c,
8186         * src/ds390/ralloc.c,
8187         * src/hc08/ralloc.c,
8188         * src/mcs51/ralloc.c,
8189         * src/pic/ralloc.c,
8190         * src/pic16/ralloc.c,
8191         * src/xa51/ralloc.c,
8192         * src/z80/ralloc.c: recompute the liveranges after register packing
8193
8194 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8195
8196         * src/SDCCloop.c (newInduction): fixed bug #845630
8197
8198 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8199
8200         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8201         inadvertantly left behind from my 2003-11-12 change
8202
8203 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8204
8205         Updated headers I neglected to commit yesterday.
8206         * src/SDCClrange.h,
8207         * src/SDCCicode.h
8208
8209 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8210
8211         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8212         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8213         * src/SDCCopt.c (eBBlockFromiCode),
8214         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8215         the creation of the key hash table from the sequencing so it can be used
8216         earlier (for some GCSE bug fixes still pending)
8217
8218 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8219
8220         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8221         * support/regression/tests/addsub.c: testing genPlus shortcut
8222
8223 2003-11-15  Borut Razem <borut.razem AT siol.net>
8224
8225         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8226
8227 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8228
8229         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8230         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8231         ordering is immaterial.
8232         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8233
8234 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8235
8236         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8237         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8238         (SIGSEV) of bug #840381
8239         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8240         unlink new file before rename if new and old filenames are the same)
8241
8242 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8243
8244         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8245         uninitialized variables) for the mcs51. Set environment variable
8246         SDCC_GENRAMCLEAR to test.
8247         xdata initialization slightly shorter
8248
8249 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8250
8251         * src/SDCCsymt.h,
8252         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8253         #838241 & 780691 (basicly the same bug)
8254         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8255         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8256
8257 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8258
8259         * src/SDCCmain.c (linkEdit): "fix" #834252
8260
8261 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8264         * src/SDCCast.h,
8265         * src/SDCC.y: fixed bug #819403
8266
8267 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8270         the reentrant attribute.
8271         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8272         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8273         simulation
8274         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8275         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8276         erroneously reduced to a literal.
8277         * src/hc08/ralloc.c (packRegisters, rematStr),
8278         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8279         some cases
8280
8281 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8282
8283         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8284         * doc/sdccman.lyx: changed from 'article' to 'book'
8285         * doc/Makefile: readded test_suite_spec and cdbfileformat
8286
8287 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8288
8289         * device/include/stdlib.h: include malloc.h to comply with ANSI
8290         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8291
8292 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8293
8294         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8295         * doc/clean.mk: also remove *.out files
8296         * doc/sdccman.lyx: some additions, larger top/bottom margins
8297
8298 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8299
8300         * src/SDCC.y: fixed bug #837365
8301         * support/regression/tests/bitopcse.c
8302         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8303         a symbol (might be valop instead)
8304         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8305         * device/lib/clean.mk: added hc08 to the cleaning list
8306
8307 2003-11-04  Borut Razem <borut.razem AT siol.net>
8308
8309         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8310           made 2003-11-04
8311         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8312           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8313           malloc is declared in standard stdlib.h
8314
8315 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8316
8317         * device/lib/hc08/Makefile: need to clean .rel not .o files
8318         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8319
8320 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8321
8322         * src/port.h,
8323         * src/hc08/main.c,
8324         * src/mcs51/main.c,
8325         * src/ds390/main.c,
8326         * src/z80/main.c,
8327         * src/avr/main.c,
8328         * src/pic/main.c,
8329         * src/pic16/main.c,
8330         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8331         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8332         tests (which uses the port's oclsExpense function)
8333         * src/SDCC.y,
8334         * src/SDCCast.c,
8335         * src/SDCCicode.c,
8336         * src/hc08/gen.c,
8337         * src/ds390/gen.c,
8338         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8339
8340 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8341
8342         * src/SDCCcse.c (ifxOptimize),
8343         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8344         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8345         deleting the IFX iCode.
8346         * src/hc08/ralloc.c: reduced unneeded slocs
8347         * src/hc08/gen.c: fixed bug in asmopToBoolean
8348
8349 2003-11-04  Borut Razem <borut.razem AT siol.net>
8350
8351         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8352           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8353           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8354           transferred to configure
8355
8356 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         Use headers defined in the C[++] standards:
8359         * sim/ucsim/gui.src/serio.src/fileio.cc
8360         * sim/ucsim/gui.src/serio.src/frontend.cc
8361         * sim/ucsim/gui.src/serio.src/main.cc
8362         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8363         * support/Util/NewAlloc.c
8364         * as/hc08/lklibr.c
8365         * as/mcs51/lklibr.c
8366         * as/z80/aslist.c
8367         * as/z80/assym.c
8368
8369 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8370
8371         * Added MSVC projects for hc08 assembler and linker:
8372         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8373         /as/hc08/link_hc08.dsp
8374
8375 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8376
8377         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8378
8379 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8382
8383 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8384
8385         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8386
8387 2003-10-31  Borut Razem <borut.razem AT siol.net>
8388
8389         * support/cpp2/cpplib.h,
8390           support/cpp2/cpplib.c,
8391           support/cpp2/cpplex.c,
8392           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8393           to switch _asm block preprocessing on / off. Default is
8394           #pragma preproc_asm +
8395
8396 2003-10-31  Borut Razem <borut.razem AT siol.net>
8397
8398         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8399           when outputting comment blocks (when executed with -C option) and
8400           _asm (SDCPP specific) blocks
8401
8402 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8405
8406 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8407
8408         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8409
8410 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8411
8412         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8413         * src/SDCCast.c (decorateType): fixed bug #832664
8414
8415 2003-10-31  Borut Razem <borut.razem AT siol.net>
8416
8417         * support\cpp2\cpplex.c: fixed for SDCPP:
8418           comments(when executed with -C option) and _asm blocks
8419           were included even if they where in skipped #if block.
8420           Applied solution from GCC cpp 3.3.2
8421
8422 2003-10-31  Borut Razem <borut.razem AT siol.net>
8423
8424         * src/SDCC.lex: sdcc now understands both formats:
8425           '# <line_number> <file_name>' and
8426           '#line <line_number> <file_name>'
8427         * support/cpp2/cppmain.c: sdcpp now generates the standard
8428           '# <line_number> <file_name>' instead of former
8429           '#line <line_number> <file_name>'
8430
8431 2003-10-30  Borut Razem <borut.razem AT siol.net>
8432
8433         * support/cpp2/cpphash.h,
8434         * support/cpp2/cpplib.h
8435         * support/cpp2/cpplex.c,
8436         * support/cpp2/cppmain.c,
8437         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8438
8439 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8440
8441         Fixed a number of problems revealed by bug #827883.
8442         * src/SDCCloop.c (loopInvariants): Spill location of the
8443         result operand should be recomputed if extracted from
8444         a loop. Also, don't extract assignments of an iTemp
8445         from a literal.
8446         * src/SDCCast.c (isConformingBody): loop reversal should
8447         not occur if the control variable is involved with a
8448         relational operator.
8449
8450 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8451
8452         * .version: bumped to 2.3.6 to reflect the big improvements
8453         made by Erik and Klaus. Thanks!
8454
8455 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8456
8457         Replaced the livrange code.
8458         * src/SDCClrange.c: added new LR code
8459         * src/SDCCloop.c,
8460         * src/SDCCBBlock.h: removed remainig parts from old LR code
8461         * src/ds390/ralloc.c,
8462         * src/ds390/gen.c: minor fixes to make it work with new code
8463
8464 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8465
8466         * as/hc08/asm.h,
8467         * as/hc08/lkrloc.c,
8468         * src/hc08/gen.c,
8469         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8470         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8471         (tweaked fix for bug #818696)
8472
8473 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8476
8477 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8478
8479         * src/SDCCmain.c,
8480         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8481         * src/mcs51/gen.c (gencjneshort),
8482         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8483         more efficient (per Scott Bronson's suggestion)
8484
8485 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8486
8487         Extended the semantics of the critical keyword to include
8488         individual statements. See RFE #827755 and #799831
8489         * src/SDCC.y
8490         * src/SDCCicode.c
8491         * src/SDCCopt.c
8492         * src/SDCCast.c
8493         * support/Util/SDCCerr.c
8494         * support/Util/SDCCerr.h
8495         * src/mcs51/gen.c
8496         * src/ds390/gen.c
8497         * src/hc08/gen.c
8498
8499 2003-10-19  Borut Razem <borut.razem AT siol.net>
8500
8501         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8502
8503 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8504
8505         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8506         Fixed bug #818696
8507         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8508         and predecrement operand is displayed
8509
8510 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8511
8512         * src/SDCCval.c (valMinus): fixed bug #826041
8513
8514 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8515
8516         Some hc08 related updates that I missed earlier
8517         * sim/ucsim/stypes.h
8518         * support/regression/ports/hc08/spec.mk
8519
8520 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8521
8522         New target "hc08" for the Motorola 68hc08 family of micros
8523
8524         * configure
8525         * configure.in
8526         * Makefile
8527         * src/hc08/*
8528         * src/SDCCmain.c
8529         * src/port.h
8530         * sim/ucsim/hc08.src/*
8531         * sim/ucsim/configure.in
8532         * src/ucsim/configure
8533         * sim/ucsim/packages_in.mk
8534         * as/hc08/*
8535         * as/Makefile
8536         * device/include/mc68hc908qy.h
8537         * device/lib/hc08/*
8538         * device/lib/Makefile.in
8539         * support/regression/ports/hc08/*
8540         * support/regression/Makefile
8541
8542 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8543
8544         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8545         regression test
8546         * src/ds390/gen.c (genCast): fixed bug #821957
8547
8548 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8549
8550         * device/lib/logf.c: "fixed" overlay bug
8551         * support/regression/ports/host/spec.mk: added m library
8552         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8553         * support/regression/tests/float_trans: added (for Eric)
8554
8555 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8556
8557         * src/mcs51/gen.c (genCpl): fixed bug
8558         http://sf.net/mailarchive/message.php?msg_id=6263915
8559
8560 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8561
8562         * src/SDCCast.c (decorateType): added extended constant folding
8563         * src/SDCCsymt.c (computeType): cleanup
8564         * src/SDCCval.c (valShift): minor optimization
8565         * support/regression/tests/ast_constant_folding.c: added
8566
8567 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8568
8569         * src/SDCCmain.c: removed some unintended changes
8570
8571 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8572
8573         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8574         * src/z80/gen.c: fixed part of bug #817589
8575         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8576
8577 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8578
8579         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8580         * src/SDCCcflow.c
8581         * src/SDCCcse.c
8582         * src/SDCCdflow.c
8583         * src/SDCClabel.c
8584         * src/SDCClrange.c
8585         * src/SDCCmem.c
8586         * src/SDCCopt.c
8587         * src/SDCCpeeph.c
8588         * src/SDCCset.c
8589         * src/avr/ralloc.c
8590         * src/ds390/ralloc.c
8591         * src/izt/ralloc.c
8592         * src/mcs51/ralloc.c
8593         * src/pic/ralloc.c
8594         * src/pic16/ralloc.c
8595         * src/xa51/ralloc.c
8596         * src/z80/ralloc.c
8597         * src/z80/gen.c: removed unused label "release:"
8598
8599 2003-10-06  Borut Razem <borut.razem AT siol.net>
8600
8601         * src/SDCC.lex: removed definition of unused variables
8602           save_optimize and save_options
8603
8604 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8605
8606         * clean.mk: removed '=' in "-maxdepth=1"
8607         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8608         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8609
8610 2003-10-06  Borut Razem <borut.razem AT siol.net>
8611
8612         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8613           my_unput() replaced by unput()
8614
8615 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8618         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8619         type-punned pointer will break strict-aliasing rules"
8620         Old LR behaviour is again default; Klaus' LR can be choosen by
8621         defining the environment variable LRKLAUS
8622         * src/SDCCBBlock.h
8623         * src/SDCCloop.c
8624         * src/SDCClrange.c
8625         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8626         * clean.mk: fixed removal of files in bin/CVS/
8627         * device/lib/clean.mk: fixed removal of directories small and large
8628         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8629         * src/SDCCicode.c,
8630         * src/SDCCval.c: removed superflous test for pedantic
8631
8632 2003-10-05  Borut Razem <borut.razem AT siol.net>
8633
8634         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8635           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8636           message "unmatched #pragma SAVE and #pragma RESTORE"
8637
8638 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8639
8640         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8641           assembly, critical functions, atomic, nojtbound)
8642
8643 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8644
8645         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8646         * src/SDCCBBlock.h
8647         * src/SDCCloop.c
8648         * src/SDCCloop.h
8649         * src/SDCClrange.c
8650
8651 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8652
8653         * src/z80/gen.h,
8654         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8655         * src/mcs51/gen.h
8656         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8657         * src/ds390/gen.h
8658         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8659         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8660         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8661
8662 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8663
8664         * src/z80/gen.c (genRet): fixed bug #524753
8665         * src/z80/gen.c (genCast): fixed internal error on cast from
8666         pointer to long
8667         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8668         fix for bug #477835 to the z80
8669         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8670         for tracking iCodes in the peephole optimizer for z80
8671
8672 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8673
8674         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8675         the other part of bug #814548
8676         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8677
8678 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8679
8680         * src/SDCCcse.c: fixed part of bug #814548
8681
8682 2003-09-28  Borut Razem <borut.razem AT siol.net>
8683
8684         * src/asm.c: rewrite of printILine() to use temporary file instead
8685           a pipe
8686         * src/xa51/main.c: commented out declaration of int rewinds
8687
8688 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8691
8692 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8693
8694         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8695         * src/asm.c (printILine): Fixed bug #811015
8696
8697 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8698
8699         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8700         freeing.
8701
8702 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8703
8704         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8705         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8706         to correctly handle general case of AOP_PAIRPTR
8707         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8708
8709 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8710
8711         * src/mcs51/ralloc.c (fillGaps),
8712         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8713         register positioning bug)
8714
8715 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8718
8719 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8720
8721         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8722         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8723         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8724         (ralloc doesn't intentionally do this now, but perhaps later)
8725         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8726         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8727         register positioning bugs (Fixed bug #762602 and #795325)
8728         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8729         (Fixed bug #808779)
8730         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8731         lines that --i-code-in-asm generates
8732
8733 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8734
8735         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8736         trying to fclose a FILE* that was already closed.
8737
8738 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8739
8740         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8741         of const struct should be treated as if const themselves)
8742
8743 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8746
8747 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8748
8749         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8750         Unix (/n) and DOS (/r/n) line terminations.
8751
8752 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8755         bug #613775
8756
8757 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8758
8759         * src/mcs51/gen.c (genFunction, genEndFunction),
8760         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8761         and restore of EA so that stack offsets to parameters are
8762         correct when using both critical and reentrant/stack-auto.
8763         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8764         size (can be triggered in error if sloc is shared between
8765         different sized objects)
8766         * device/include/float.h: fixed macros to explicitly use
8767         unsigned long where needed
8768
8769 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8770
8771         Feature req. 799831: added code to allow nesting of critical functions
8772         * src/mcs51/gen.c (genFunction, genEndFunction)
8773         * src/ds390/gen.c (genFunction, genEndFunction)
8774
8775 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8776
8777         * src/SDCCsymt.c (sclsFromPtr),
8778         * src/SDCCsymt.h,
8779         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8780         support for standard C idiom of memory mapped variables; for
8781         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8782         to xdata int at 0x1234 tempvar = 1.
8783         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8784         provided by Akiya ISHIDA
8785
8786 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8787
8788         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8789         * src/SDCCval.c (constVal): added reduction from int to char
8790         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8791         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8792         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8793         to ignore the sign
8794         * support/regression/tests/shifts.c: fixed
8795
8796 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8797
8798         * src/z80/gen.c (genXor): Fixed bug #805445
8799
8800 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8801
8802         Fixed bug #621531 (const & volatile confusion in the type chain).
8803         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8804         refer to the const or volatile state of the pointer itself.
8805
8806         * src/SDCCast.c
8807         * src/SDCCglue.c
8808         * src/SDCCicode.c
8809         * src/SDCCsymt.c
8810         * src/SDCCval.c
8811         * src/SDCC.y
8812         * src/SDCCsymt.h
8813         * src/pic/gen.c
8814         * src/pic/ralloc.c
8815         * src/pic16/gen.c
8816         * src/pic16/ralloc.c
8817         * support/regression/tests/const.c
8818
8819 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8820
8821         When checking for duplicated modules, use absolute paths
8822         instead of relative paths.  Files changed:
8823
8824         * as/mcs51/lklib.c
8825         * link/z80/lklib.c
8826
8827 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8830
8831 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8832
8833         * device/include/string.h: added size_t typedef, changed
8834         prototypes to use size_t, eliminated separate reentrant and
8835         non-reentrant declarations, added _memmove declaration
8836         * device/lib/_memcpy.c: changed to use size_t instead of int,
8837         changed /4 to >>2 to avoid division library call
8838         * device/lib/_memcmp.c,
8839         * device/lib/_memset.c,
8840         * device/lib/_strncat.c,
8841         * device/lib/_strncpy.c,
8842         * device/lib/_strncmp.c: changed to use size_t instead of int
8843         * device/lib/_memmove.c: new file (fixed bug #772294)
8844         * device/lib/Makefile.in: added _memmove.c
8845         * device/lib/z80/asm_strings.s: fixed bug #772290
8846         * support/regression/tests/bitfields.c: attempt to fix host assertion
8847         failure on amd64-unknown-linux2.2
8848
8849 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8850
8851         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8852         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8853         * as/z80/asmain.c (main): fixed bug #801766
8854
8855 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8858         compilers
8859
8860 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8863         reported in bug #800609
8864
8865 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8866
8867         * Top header beautifications in src/pic16 directory:
8868           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8869           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8870           pcoderegs.h, ralloc.c, ralloc.h
8871         * main.c: added top header and GPL license notice
8872         * pcode.c: fixed the if-conditional warning
8873
8874 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8875
8876         * device/lib/_mullong.c: replaced int by short for gcc
8877
8878 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8879
8880         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8881         and JUMPTABLE iCodes properly now (worked by accident before)
8882         * src/mcs51/gen.c (leftRightUseAcc),
8883         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8884         iCode properly now. Use getSize instead of nRegs since a & b
8885         aren't part of the nRegs tally.
8886
8887 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8888
8889         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8890         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8891           before instructions that use the _STATUS register
8892
8893 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8896         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8897         fetching of the pointer
8898         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8899         copied from genNearPointerSet()
8900         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8901         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8902         If they pop r0/r1 they must be called in the opposite order than aopOp().
8903         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8904         (resp. --stack-auto), prepared for --xstack
8905
8906 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8907
8908         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8909
8910 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8913         these ports have their own __sdcc_external_start()
8914
8915 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8918         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8919         type for bits was changed. It resulted in bit variables becoming
8920         global, which is not permitted in PIC 14 assembly output.
8921
8922 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8923
8924         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8925
8926 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8927
8928         Z80 and MCS51 linkers complaint if a public symbol is defined
8929         in more than one library module:
8930
8931         * as/mcs51/lklib.c
8932         * link/z80/lklib.c
8933         * as/mcs51/Makefile.in
8934
8935 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8936
8937         A few small changes that speed up the peephole optimizer.
8938
8939         * src/SDCCpeeph.c
8940
8941 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8942
8943         Try to make the peephole optimizer smarter by maintaining
8944         an association between the assembly source code and the
8945         iCodes that originated them. Put this information to use
8946         with a new peephole rule condition "notVolatile" so that
8947         the rules can be aggressive yet still safe.
8948
8949         * src/SDCCpeeph.c
8950         * src/SDCCpeeph.h
8951         * src/mcs51/gen.c
8952         * src/mcs51/peeph.def
8953
8954 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8955
8956         Fixed bug #741761
8957
8958         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8959         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8960         if the left or right operand symbols have the accuse flag set.
8961
8962 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8963
8964         Changed the type of the result of the ! (NOT) operator to char;
8965         previously it returned the same type as the source. This allows
8966         us to eliminate all the genFloatNot functions (all of its target
8967         implementations were very buggy) since !float can use the same
8968         code as !long now.
8969
8970         * src/SDCCicode.c (ast2iCode): ! returns char
8971         * src/mcs51/gen.c (genNot, genNotFloat),
8972         * src/ds390/gen.c (genNot, genNotFloat),
8973         * src/z80/gen.c (genNot, genNotFloat),
8974         * src/pic/gen.c (genNot, genNotFloat),
8975         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8976
8977 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8978
8979         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8980         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8981            during interrupts. Ensure WSAVE is located at a shared bank address.
8982         2. Fixed page selection in some places
8983         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8984            the registers name strings.
8985         4. Fixed "signed / unsigned compare" compiler warnings.
8986         5. The PIC port manages its own allocation of the general purpose
8987            registers, but makes no attempt to reuse them. As a result when
8988            compiling it soon runs out of general purpose registers. Some
8989            additional code was added to the files pcode.c and device.c to walk
8990            through the function call tree and rename the registers so that they
8991            get reused.
8992
8993         * src/pic/device.c
8994         * src/pic/gen.c
8995         * src/pic/glue.c
8996         * src/pic/pcode.c
8997         * src/pic/pcode.h
8998         * src/pic/ralloc.c
8999         * src/pic/ralloc.h
9000         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9001         genPlus() & genMinus() when the result is the same as left or right
9002
9003 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9004
9005         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9006
9007 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9008
9009         Made bitfield a distinct type from bit so that bitfields
9010         convert as per ANSI C and bits retain their traditional
9011         boolean style behaviour. Implemented bitfield support in
9012         the z80 port.
9013
9014         * src/SDCCsymt.h,
9015         * src/SDCCsymt.c,
9016         * src/SDCCast.c,
9017         * src/cdbFile.c,
9018         * src/mcs51/gen.c,
9019         * src/ds390/gen.c: bit v bitfield split
9020         * src/z80/gen.c: New support for bitfields
9021         * support/regression/tests/bitfields.c: reenabled z80,
9022         added more tests
9023
9024 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9025
9026         Rules 246.x, 247.x relate to bitfields, the others speed up
9027         access to xdata mapped I/O devices.
9028
9029         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9030
9031 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9032
9033         Cleaned up genPackBits and genUnpackBits and added two helper
9034         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9035         for literal assignments in genPackBits (thanks to Frieder for
9036         reminding me).
9037
9038         * src/mcs51/gen.c
9039         * src/ds390/gen.c
9040
9041 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9042
9043         Fixed bug #748310 (pointer to function type mishandled when the
9044         function name is omitted). Also fixed a SIGSEGV when a function
9045         attribute (reentrant, etc) is used on a non-function or on a
9046         function but misplaced before the parameter list.
9047
9048         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9049         bug #748310
9050         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9051         * support/Util/SDCCerr.h,
9052         * support/Util/SDCCerr.c: Added func attr misuse error msg
9053
9054 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9055
9056         Fixed bug #787649 by anonymous
9057         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9058         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9059
9060 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9061
9062         Fixed numerous bitfield problems.
9063
9064         * src/SDCC.y: More bitfield related error checking
9065         * src/SDCCsymt.h,
9066         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9067         * support/Util/SDCCerr.h,
9068         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9069         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9070         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9071         * support/regression/tests/bitfields.c: tests added
9072
9073 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9074
9075         Made the constant following the "interrupt" keyword optional. If
9076         omitted, the function will not automatically be given an entry
9077         in the interrupt vector table (similar to #pragma NOIV, but
9078         less syntacticly kludgy). The interrupt number is also now
9079         range checked. Also fixed a bug in the high order bit example
9080         in the manual.
9081
9082         * src/SDCC.y
9083         * src/SDCCmem.c
9084         * src/SDCCglue.c
9085         * src/SDCCsymt.h
9086         * support/Util/SDCCerr.c
9087         * support/Util/SDCCerr.h
9088         * doc/sdccman.lyx
9089
9090 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9091
9092         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9093         * src/SDCCicode.c (operandOperation): rewritten some ops
9094         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9095         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9096         other type
9097         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9098         be re-activated by defining REDUCE_LITERALS)
9099         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9100         unsigned, but are signed by default
9101         * src/SDCCval.c (constVal): rearranged
9102         * src/SDCCval.c (valMod): preliminary fix
9103         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9104         * support/regression/literalop.c: added, work in progress
9105
9106 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9107
9108         Generate warnings for useless declarations like "char data;"
9109         that don't do what new users expect.
9110
9111         * src/SDCC.y
9112         * support/Util/SDCCerr.h
9113         * support/Util/SDCCerr.c
9114
9115 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9116
9117         * src/SDCCval.c (valMult): fix overflow detection of negative int
9118
9119 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9120
9121         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9122
9123         Changes to support big endian targets:
9124
9125         * src/ports.h
9126         * src/SDCCglue.c
9127         * src/avr/main.c
9128         * src/ds390/main.c
9129         * src/izt/i186.c
9130         * src/mcs51/main.c
9131         * src/pic/main.c
9132         * src/pic16/main.c
9133         * src/xa51/main.c
9134         * src/z80/main.c
9135
9136 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9137
9138         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9139         * device/lib/time.c: fixed warning "integer overflow in expression"
9140
9141 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9142
9143         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9144         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9145         constants are unsigned; added recognition of "u" flag for unsigned
9146         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9147         * src/SDCCval.c (valDiv, valMod): fixed signdness
9148         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9149         signedness of modulo, left and right shift
9150         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9151         * support/Util/SDCCerr.h: added warning W_INT_OVL
9152         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9153         * src/SDCCast.c (ast_print): improved output of constants
9154
9155 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9156
9157         Fixed some warnings when building with MSVC:
9158
9159         * as\mcs51\asdata.c
9160         * as\z80\asdata.c
9161         * as\mcs51\asm.h
9162         * as\z80\asm.h
9163         * link\z80\aslink.h
9164         * link\z80\lkdata.c
9165         * link\z80\lkeval.c
9166         * link\z80\lkgb.c
9167         * link\z80\lkihx.c
9168         * link\z80\lks19.c
9169         * link\z80\lksym.c
9170         * support\cpp2\cpplib.c
9171         * src\ds390\gen.c
9172         * src\mcs51\gen.c
9173
9174 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9177
9178 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9179
9180         * support\librarian\clean.mk: Do not remove Makefile.
9181         * support\librarian\Makefile: added.
9182
9183 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9184
9185         Added librarian to MSVC build:
9186         * all.dsp
9187         * sdcc.dsw
9188         * support\librarian\librarian.dsp
9189
9190         'configure' not needed for librarian, removed:
9191         * support\librarian\configure
9192         * support\librarian\configure.in
9193         * support\librarian\config_in.h
9194         * support\librarian\Makefile.in
9195
9196         Hopefully these ones built the librarian and the rest of sdcc properly:
9197         * Makefile
9198         * Makefile.common.in
9199
9200         Messed up 'configure', so revert to previous version:
9201         * configure
9202         * configure.in
9203
9204 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9205
9206         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9207         there, while the mantissa of a double is "only" 53 bits wide.
9208
9209 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9210
9211         Adding sdcclib to the build.  MSVC project coming soon.
9212         Files added/changed:
9213
9214         * support\librarian\clean.mk
9215         * support\librarian\configure
9216         * support\librarian\configure.in
9217         * support\librarian\config_in.h
9218         * support\librarian\Makefile.bcc
9219         * support\librarian\Makefile.in
9220         * support\librarian\sdcclib.c
9221         * Makefile.bcc
9222         * Makefile
9223         * Makefile.common.in
9224         * configure
9225         * configure.in
9226
9227 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9228
9229         Linker now complaints if linked modules have conflicting options, for
9230         example, one compiled using --model-large and another one compiled with
9231         --model-small.  The following files were modified:
9232
9233         * as\mcs51\asdata.c
9234         * as\mcs51\aslink.h
9235         * as\mcs51\asm.h
9236         * as\mcs51\asmain.c
9237         * as\mcs51\asout.c
9238         * as\mcs51\i51pst.c
9239         * as\mcs51\lkdata.c
9240         * as\mcs51\lklibr.c
9241         * as\mcs51\lkmain.c
9242         * as\z80\asdata.c
9243         * as\z80\asm.h
9244         * as\z80\asmain.c
9245         * as\z80\asout.c
9246         * as\z80\z80pst.c
9247         * link\z80\aslink.h
9248         * link\z80\lkdata.c
9249         * link\z80\lklibr.c
9250         * link\z80\lkmain.c
9251         * src\SDCCglue.c
9252
9253 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9254
9255         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9256         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9257
9258 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * src/z80/mappings.i: fix _mul[us][int,long] entries
9261
9262 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9263
9264         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9265
9266 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9267
9268         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9269         * support/regression/tests/bitopcse.c: added
9270         fixed warning:
9271         * src/avr/gen.c:
9272         * src/pic/gen.c:
9273         * src/pic16/gen.c:
9274         * src/z80/gen.c:
9275         * src/xa51/gen.c:
9276
9277 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9278
9279         added support for new library format to z80, gbz80 linkers:
9280         *link/z80/aslink.h
9281         *link/z80/lklex.c
9282         *link/z80/lklib.c
9283         *link/z80/lklist.c
9284
9285 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9286
9287         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9288         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9289
9290 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9291
9292         added DUMMY_READ_VOLATILE:
9293         * src/SDCC.y:
9294         * src/avr/gen.c:
9295         * src/xa51/gen.c:
9296         * src/z80/gen.c:
9297         * src/pic/gen.c:
9298         * src/pic16/gen.c:
9299         * src/mcs51/gen.c:
9300         * src/ds390/gen.c:
9301         * src/SDCCcse.c (algebraicOpts): many improvements
9302         * src/SDCCcse.h: removed algebraicOpts()
9303         * src/SDCCicode.c (picDummyRead): added
9304
9305 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9306
9307         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9308         "Insufficient space in data memory".
9309
9310 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9311
9312         * src/mcs51/gen.c: fixed bug #771358
9313         * src/z80/gen.c: fixed bug #759087
9314
9315 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9316
9317         * src/pic16/glue.c: minor cleanup by Vangelis
9318
9319 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9320
9321         * device/include/regc515c.h: fixed #758477
9322         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9323         * device/lib/_gptrput.c: saved a few bytes
9324         * my tab spacing is 8, yours too?)
9325         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9326         * device/lib/serial.c: process RX bytes earlier than TX bytes
9327         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9328
9329 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9330
9331         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9332
9333 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9334
9335     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9336
9337 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * device/lib/Makefile.in: bad fix, reverted to 1.43
9340
9341 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9342
9343         * device/lib/Makefile.in: added missing z80 object files
9344
9345 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9346
9347         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9348         pic16 progress by Vangelis:
9349         * src/SDCCglobl.h:
9350         * src/SDCCmain.c:
9351         * src/pic/Makefile:
9352         * src/pic:
9353         * pic/Makefile:
9354         * pic16/device.c:
9355         * pic16/device.h:
9356         * pic16/gen.c:
9357         * pic16/gen.h:
9358         * pic16/genarith.c:
9359         * pic16/glue.c:
9360         * pic16/main.c:
9361         * pic16/pcode.c:
9362         * pic16/pcode.h:
9363         * pic16/pcodepeep.c:
9364         * pic16/peeph.def:
9365
9366 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9369
9370 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9371
9372     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9373     added gbz80 build to MSVC project.
9374     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9375     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9376     from 8051 stuff and setup so it links using a .lnk file.
9377
9378 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9379
9380     * support/librarian/sdcclib.c: sdcc librarian.
9381     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9382     with sdcclib.
9383
9384 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9385
9386     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9387
9388 2003-07-02  Borut Razem <borut.razem AT siol.net>
9389
9390         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9391         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9392         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9393         src/xa51/main.c, src/z80/main.c:
9394         virtualization of glue() function: each port has it's own glue function,
9395         which is accessed by do_glue function pointer in PORT.general structure
9396
9397 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9398
9399         * DS800C400 fun, improved ROM interface and tinibios.
9400
9401 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9402
9403         * More support for DS80C400. Now includes beginning of interface to ROM.
9404
9405 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9406
9407         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9408
9409 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9410
9411         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9412
9413 2003-06-19  Borut Razem <borut.razem AT siol.net>
9414
9415         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9416
9417 2003-06-19  Borut Razem <borut.razem AT siol.net>
9418
9419         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9420         fixed Z80 port - crt0.o: cannot open.
9421
9422 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9423
9424         * support/Util/MySystem.c (merge_command): revert bad fix
9425
9426 2003-06-18  Borut Razem <borut.razem AT siol.net>
9427
9428         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9429
9430 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9431
9432         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9433         option --use-stdout sends errors to stdout instead of stderr.
9434
9435 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9436
9437         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9438
9439 2003-06-15  Borut Razem <borut.razem AT siol.net>
9440
9441         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9442         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9443         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9444         fixed width array of pointers replaced with sets;
9445         multiple include and lib paths ared transferred to preprocessor and linker
9446         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9447         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9448         fixed width array of pointers
9449         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9450         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9451         fixupPath(), getPathDifference()
9452         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9453         fixed width array of pointers
9454
9455 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * src/pic16/ralloc.c: fix warnings
9458         * src/pic16/pcode.c: fix warning
9459
9460 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9461
9462          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9463         know all the details, but essentially this set of changes enable
9464         the pic16 port to generate movff instructions and generate assembler
9465         directives,
9466         * src/SDCCmain.c:
9467         * src/pic16/gen.c:
9468         * src/pic16/glue.c:
9469         * src/pic16/pcode.c:
9470         * src/pic16/device.c:
9471         * src/pic16/main.c:
9472         * src/pic16/pcode.h:
9473         * src/pic16/pcoderegs.c:
9474         * src/pic16/ralloc.c:
9475         * src/pic16/ralloc.h:
9476
9477 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9478
9479         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9480         added option --vc, so sdcc errors and warnings are compatible with
9481         Microsoft Visual Studio.
9482
9483 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9484
9485         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9486           device/lib/libfloat.lib: added atof function.
9487
9488 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9489
9490         * doc/sdccman.lyx: updated to Lyx 1.3
9491         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9492         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9493         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9494
9495 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9496
9497         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9498
9499 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9500
9501         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9502           additions to the "related tools/documentation" section
9503
9504 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9507
9508 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9511         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9512
9513 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * doc/sdccman.lyx: fix double dash and other minor things
9516         * doc/Makefile: fix double dash
9517
9518 2003-05-28  Karl Bongers(patches from Martin Helmling)
9519         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9520           condition and ignore commands.
9521
9522 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9523
9524         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9525           is in parts still quite out of date, I did changes as far as I felt makes sense
9526           for a non-native english speaker.
9527           Please feel free to add to the manual or to correct my changes.
9528         * doc/Makefile: undid touching the date of intermediate tex files.
9529
9530 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9531
9532         * doc/sdccman.lyx: Manual has an index now
9533
9534 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         Finalize muluint/mulsint and mululong/mulslong merging:
9537         * device/lib/_mulint.c
9538         * device/lib/_mullong.c
9539         * device/lib/gbz80/mul.s
9540         * device/lib/gbz80/stubs.s
9541         * device/lib/z80/mul.s
9542         * device/lib/z80/stubs.s
9543         * src/SDCCsymt.c (initCSupport)
9544
9545 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9546
9547         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9548         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9549           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9550           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9551           instead of /Zm500.
9552
9553 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9554
9555         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9556           the regression tests I'm not brave enough to enable 245.b, 245.c
9557         * doc/sdccman.lyx: added latex preamble for hyperref package.
9558           Using pdflatex this will give you a hyperlinked pdf file with
9559           bookmarks. (prepend '%' before /usepackage if this breaks something)
9560
9561 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9562
9563          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9564
9565 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9566
9567         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9568
9569 2003-05-21    <johan AT balder>
9570
9571         * src/SDCCglue.c (printIval): fixed bug #739934
9572
9573 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         Applied patch from bug 737905 (renamed yylineo to mylineno):
9576         * src/altlex.c
9577         * src/SDCCast.c
9578         * src/SDCglobl.h
9579         * src/SDCC.lex
9580         * src/SDCCsymt.c
9581         * src/SDCCval.c
9582         * src/pic16/pcode.c: Cleaned warnings
9583         * src/pic16/pcodeflow.c: Cleaned warnings
9584         * src/pic16/pcoderegs.c: Cleaned warnings
9585
9586 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9587
9588         * src/pic16/pcode.c: Cleaned warnings
9589         * src/pic16/pcodepeep.c: Cleaned warnings
9590         * src/pic16/ralloc.c: Cleaned warnings
9591
9592 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9593
9594         * doc/sdccman.lyx: fixed bug 739745
9595         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9596
9597 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9598
9599         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9600         it can be defined with CFLAGS when running configure
9601         * src/SDCCmain.c: fixed compiling + linking with object files
9602
9603 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9604
9605         * configure.in: configure for pic16 port,
9606             added --disable-pic16-port
9607         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9608         * src/SDCCmain.c: linkOptions is changed to set *,
9609             added if/endif conditional macros to remove options help
9610             messages from optionsTable when a port is not configured, added
9611             support for the PIc16 port in the ports table, when executing
9612             the compiler with no port specified on command line, a default
9613             port is selected with the new macro DEFAULT_PORT which is
9614             defined in port.h, in setDefaultOptions() linkOptions is removed
9615             from initialization assignment, since now it is a set,
9616             parseCmdLine uses setParseWithComma for linkOptions, in
9617             linkEdit() linkOptions are accessed with new function indexSet()
9618             which returns the i'th item of a set variable. See SDCCset.c, in
9619             linkEdit() when calling buildCmdLine(), added linkOptions as
9620             last argument. Now users can pass arguments to gplink via the
9621             -Wl option, main() uses pic16glue() to glue up pic16 programs
9622         * src/SDCCpeeph.c: various changes to support pic16
9623         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9624             return the i'th item of the set
9625         * src/SDCCset.h: added function prototype for indexSet()
9626         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9627         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9628         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9629             added macro DEFAULT_PORT
9630         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9631         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9632             generated
9633         * src/pic16/glue.c: commented out some error producing lines
9634         * src/pic16/main.c: __config directives are commented out to stop
9635             gpasm complaining and test the linkage with gplink, _linkCmd and
9636             _asmCmd changed to be more gplink and gpasm friendly
9637         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9638             produced an error when parsed, peep rule 12 is added to utilize
9639             movff, but it is commented out since the pCode does not support
9640             yet a command with 2 address arguments
9641
9642 2003-05-18    <johan AT balder>
9643
9644         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9645         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9646 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9647
9648         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9649   Added feature to script commands from file.
9650
9651 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9654         * src/SDCCutil.c: include ctype.h for win32
9655
9656 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9659
9660 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9661
9662         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9663   Fixed so you can set breakpoints prior to run, run does not stop
9664   on entry now.  Add tbreak.  Other enhancements and fixes for use
9665   with ddd.
9666
9667 2003-05-12  Borut Razem <borut.razem AT siol.net>
9668
9669         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9670
9671 2003-05-11  Borut Razem <borut.razem AT siol.net>
9672
9673         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9674         the path of bin directory, so that PATH is the only env. variable, which has to be set
9675         in case of standard installation.
9676         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9677         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9678         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9679
9680 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9681
9682         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9683         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9684         temp files are in the port dir; clean the gen/test directory when
9685         generating new test.c
9686         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9687         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9688         * support/regression/tests/zeropad.c: added
9689
9690 2003-05-09    <johan AT balder>
9691
9692         * src/SDCCglue.c: fixed bug #597940
9693
9694 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9695
9696         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9697   cache sfr, optimize next,step, fix off by one sourceline,
9698   support ddd list function.
9699         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9700
9701 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * support/regression/HTMLgen.py: added compare_s2f()
9704         * support/regression/Makefile: redo 1.27
9705         * support/regression/generate-cases.py: redo 1.5
9706
9707 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * support/regression/tests/float.c: workaround 33 bit hex constant
9710         * support/regression/tests/simplefloat.c: fix division for host
9711
9712 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9713
9714         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9715         that tame's the PIC's over-aggressive optimizer.
9716
9717 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9718
9719          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9720          support for MSVC.
9721
9722 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9723
9724         Initial support for DS80C400. "Hello world" runs on TINIm400
9725         (with polled I/O).
9726
9727 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9728
9729          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9730          * Some notes on ddd usage added in debugger/README
9731          Martin Helmling adding more features and fixes for ddd GUI debugger.
9732          Code added for nexti, stepi, up, down, and other adjustments.
9733
9734 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9735
9736         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9737         * src/pic/peeph.def Added two rules to optimize carry manipulation
9738         * src/pic/* removed debug printfs
9739
9740 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * debugger/mcs51/cmd.c: added header newalloc.h
9743
9744 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9745
9746         * as/Makefile: new EXEEXT
9747         * as/z80/Makefile: remove trailing slash of BUILDIR
9748         * as/z80/clean.mk: new EXEEXT
9749         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9750         * support/cpp2/Makefile.in: new EXEEXT
9751         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9752
9753 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9756         EXEEXT was introduced to fix all related problems with targets
9757         "clean", "install" and "uninstall"; a couple of further flaws
9758         especially with "clean" have been fixed too
9759         * as/mcs51/Makefile.in
9760         * as/mcs51/clean.mk
9761         * as/z80/Makefile
9762         * Makefile
9763         * clean.mk
9764         * debugger/mcs51/Makefile.in
9765         * debugger/mcs51/clean.mk
9766         * link/z80/Makefile
9767         * link/z80/Makefile.in
9768         * link/z80/clean.mk
9769         * link/Makefile
9770         * packihx/Makefile.in
9771         * packihx/clean.mk
9772         * sim/ucsim/Makefile
9773         * sim/ucsim/clean.mk
9774         * sim/ucsim/avr.src/Makefile.in
9775         * sim/ucsim/avr.src/clean.mk
9776         * sim/ucsim/s51.src/Makefile.in
9777         * sim/ucsim/s51.src/clean.mk
9778         * sim/ucsim/xa.src/Makefile.in
9779         * sim/ucsim/xa.src/clean.mk
9780         * sim/ucsim/z80.src/Makefile.in
9781         * sim/ucsim/z80.src/clean.mk
9782         * sim/ucsim/main_in.mk
9783         * sim/ucsim/packages_in.mk
9784         * sim/ucsim/gui.src/Makefile.in
9785         * sim/ucsim/gui.src/serio.src/Makefile.in
9786         * sim/ucsim/gui.src/serio.src/clean.mk
9787         * src/Makefile.in
9788         * src/clean.mk
9789         * support/cpp2/Makefile.in
9790         * support/cpp2/clean.mk
9791         * support/makebin/Makefile
9792         * support/makebin/clean.mk
9793         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9794         * doc/sdccman.lyx: --program-suffix no longer needed
9795
9796 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9797
9798          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9799          Martin Helmling added support for ddd GUI debugger.
9800          Code added to display assembly, set variables, and other commands
9801          to interface to ddd.
9802
9803 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9804
9805         * as/Makefile: fix target clean
9806         * as/clean.mk: fix target clean
9807         * as/z80/clean.mk: fix target clean
9808
9809 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9810
9811         * Makefile.common.in: added  AT EXEEXT AT
9812         * configure.in: removed all mingw32 stuff
9813         * configure: rebuilt from configure.in
9814         * doc/sdccman.lyx: updated section "installation"
9815         * support/scripts/sdcc_mingw32: adapted to configure
9816         * support/scripts/sdcc_cygwin_mingw32: added
9817
9818 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9819
9820         * src/pic Added object file support for the PIC port
9821         * src/pic Applied patch from Craig Franklin (this started the object file support)
9822         * src/regression Updated the PIC regression tests for object files
9823
9824 2003-04-20  Borut Razem <borut.razem AT siol.net>
9825
9826         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9827           lklex.c: In function `getfid':
9828           lklex.c:203: warning: array subscript has type `char'
9829         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9830           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9831         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9832           stack handling macros
9833
9834 2003-04-19  Borut Razem <borut.razem AT siol.net>
9835
9836         * "handling space characters in file path" task:
9837         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9838         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9839         * support/Util/MySystem.h: make it self-sufficient
9840         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9841           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9842           handling space characters in file path
9843         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9844           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9845         * support/Util/MySystem.c: handling space characters in executable's path
9846
9847 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9848
9849         * as/z80/Makefile: fix permanent rebuild of z80
9850         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9851         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9852
9853 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9854
9855         * src/SDCCopt.c: add special case optimization to replace modulo by
9856           a power of two with a bitwise AND.
9857
9858 2003-04-18    <johan AT balder>
9859
9860         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9861
9862 2003-04-17    <johan AT balder>
9863
9864         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9865         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9866
9867 2003-04-13  Borut Razem <borut.razem AT siol.net>
9868
9869         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9870         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9871           fixed mingw problem in adl_NORMALIZE_PATH
9872
9873 2003-04-12  Borut Razem <borut.razem AT siol.net>
9874
9875         * fixed "#pragma SAVE/RESTORE can not be nested":
9876         * src/SDCC.lex: reworked pragma handling functions
9877         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9878         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9879
9880 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9881
9882         * src/SDCCutil.c (pathEquivalent): defined but not used
9883         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9884         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9885         * configure: rebuilt from configure.in
9886         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9887         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9888         * device/include/Makefile.in: replace sdcc_datadir
9889         * device/lib/Makefile.in: replace sdcc_datadir
9890         * Makefile.common.in: add LDFLAGS from configure
9891         * packihx/Makefile.in: use LDFLAGS
9892         * src/Makefile.in: use LDFLAGS
9893         * support/cpp2/Makefile.in: add LDFLAGS from configure
9894         * support/makebin/Makefile: use LDFLAGS
9895         * .version: bumped version number to 2.3.5
9896
9897 2003-04-12  Borut Razem <borut.razem AT siol.net>
9898
9899         * completed "different paths" task:
9900         * src/SDCCmacro.c: fixed bug in handling quotes
9901         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9902         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9903
9904 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9905
9906         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9907
9908 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9909
9910         * ds390/gen.c ds390/peeph.def: fix bug 706781
9911
9912 2003-04-11  Borut Razem <borut.razem AT siol.net>
9913
9914         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9915
9916 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9917
9918         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9919         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9920          set - this bit used to not be set...).
9921         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9922           bad code in PIC Port
9923         * src/regression/and2.c added to test bug 609268
9924         * src/regression/Makefile added and2.c to regression test
9925
9926
9927 2003-04-08    <johan AT CP255758-A>
9928
9929         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9930         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9931         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9932
9933 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9934
9935         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9936         fix bug #487815
9937         * support/cpp2/Makefile.in: fix bug #487815
9938         * configure: rebuilt from configure.in
9939         * Makefile.common.in: docdir changed, new path suffixes
9940         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9941         * sdcc_vc_in.h: reflect changes from sdccconf.h
9942         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9943         * src/SDCCutil.h: remove BINDIR hack
9944         * doc/sdccman.lyx: update new path hierarchy
9945
9946 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9947
9948         * src/SDCCpeeph.c: added okToRemoveSLOC test
9949
9950 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9951
9952         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9953
9954 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9955
9956         * src/SDCCpeeph.c: added labelIsReturnOnly test
9957         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9958
9959 2003-04-05    <johan AT balder>
9960
9961         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9962         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9963         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9964         * src/SDCCast.c: fixed a warning
9965         * src/SDCCast.h: fixed a warning
9966         * src/SDCCicode.c (operandFromAst): fixed a warning
9967
9968 2003-04-04    <johan AT balder>
9969
9970         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9971         * src/SDCCast.c (decorateType): fixed bug #715076
9972         * src/SDCC.y: fixed bug #702907
9973
9974 2003-04-03    <johan AT balder>
9975
9976         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9977         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9978         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9979         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9980         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9981
9982 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9983
9984         * _decdptr.c: fix return values
9985         * _gptrget.c: fix return values
9986         * _gptrgetc.c: fix return values
9987         * _gptrput.c: fix return values
9988         * _mulint.c: fix return values
9989         * as/z80/Makefile: fix 'make -j' problem
9990
9991 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9992
9993         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9994         * configure.in: big cleanup, updated to autoconf 2.5x
9995         * configure: rebuilt from configure.in
9996         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9997         * sdcc_vc_in.h: reflect changes from sdccconf.h
9998         * doc/Makefile: fixed a flaw in "make install"
9999
10000 2003-04-02    <johan AT balder>
10001
10002         * src/ds390/gen.c (genCmp): no comments
10003         * src/mcs51/gen.c (genCmp): no comments
10004         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10005         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10006
10007 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * support/regression/generate-cases.py: place generated file in given sub directory
10010         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10011         * support/regression/Makefile: improvements for 'make -j';
10012         side effect: it's simpler and faster now
10013
10014 2003-03-31  Borut Razem <borut.razem AT siol.net>
10015
10016         * src/z80/main.c: link-{port} and as-{port} defined without path
10017         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10018
10019 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10020
10021         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10022
10023 2003-03-30  Borut Razem <borut.razem AT siol.net>
10024
10025         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10026           changed type of list parameter to set
10027         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10028         * src/port.h: changed type of do_assemble() parameter to set
10029         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10030           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10031           definition of "cppoutfilename" macro with NULL value in preProcess()
10032         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10033         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10034         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10035           replaced with set *binPathSet
10036         * shash_add() deallocates the item, if allready exsists, before adding the new one
10037         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10038
10039 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10040
10041         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10042           a nested for loop bug in the PIC port
10043         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10044           for loops
10045
10046 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10047
10048         * support/Util/dbuf.h: remove C++ stuff to make it portable
10049
10050 2003-03-28  Borut Razem <borut.razem AT siol.net>
10051
10052         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10053           literal strings in stringLiteral()
10054         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10055         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10056           to the project
10057
10058 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10059
10060         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10061
10062 2003-03-26    <johan AT balder>
10063
10064         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10065         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10066         * src/SDCCast.c (decorateType): fixed " -v < 3"
10067
10068 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10071         Added Lenny Story's debug infrastructure changes:
10072         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10073         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10074         * src/cdbFile.c: added
10075         * src/SDCCdebug.c: added
10076         * src/SDCCdebug.h: added
10077         * src/SDCCast.c (createFunction)
10078         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10079         * src/SDCCmain.c (parseCmdLine, main)
10080         * src/SDCCmem.c (redoStackOffsets)
10081         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10082         * src/SDCCsymt.h
10083         * src/common.h
10084         * src/avr/gen.c (genAVRCode)
10085         * src/ds390/gen.c (gen390Code)
10086         * src/mcs51/gen.c (gen51Code)
10087         * src/pic/gen.c (genpic14Code)
10088         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10089         * src/xa51/gen.c (genXA51Code)
10090         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10091
10092 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10093
10094         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10095         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10096
10097 2003-03-22    <johan AT balder>
10098
10099         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10100
10101 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10104         * doc/cdbfileformat.lyx: added, written by Lenny Story
10105         * doc/Makefile: added cdbfileformat.lyx
10106         * doc/clean.mk: added cdbfileformat.lyx
10107
10108 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10109
10110         * src/mcs51/peeph.def: fix bug #705773
10111
10112 2003-03-20    <johan AT balder>
10113
10114         An sfr/sbit can have an "at #" AND an initializer
10115         * src/SDCCsymt.c (checkSClass):
10116         * src/SDCCmem.c (allocGlobal):
10117         * src/SDCCmem.c (allocLocal):
10118         * src/SDCCast.c (createBlock):
10119
10120 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10121
10122         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10123
10124 2003-03-16    <johan AT balder>
10125
10126         Undid the hackup of const and volatile, the problem is much bigger
10127         * src/SDCC.y:1.65
10128         * src/SDCCast.c:1.171
10129         * src/SDCCglue.c:1.138
10130         * src/SDCCicode.c:1.146
10131         * src/SDCCsymt.c:1.150
10132         * src/SDCCval.c:1.65
10133
10134 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10135
10136         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10137         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10138
10139 2003-03-13    <johan AT balder>
10140
10141         Hackup const and volatile modifiers in type chains a bit:
10142         * src/SDCC.y:1.63
10143         * src/SDCCast.c:1.169
10144         * src/SDCCglue.c:1.136
10145         * src/SDCCicode.c:1.143
10146         * src/SDCCsymt.c1.146
10147         * src/SDCCsymt.h1.59
10148         * src/SDCCval.c:1.63
10149
10150 2003-03-12    <johan AT balder>
10151
10152         * src/SDCCBBlock.h: more LRH debugging junk
10153         * src/SDCCcflow.h: more LRH debugging junk
10154         * src/SDCCloop.c: more LRH debugging junk
10155         * src/SDCC.y (struct_declaration): fixed bug #697590
10156         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10157         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10158         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10159
10160 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10161         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10162         test function names must now match exactly).
10163         * src/SDCCcse.c: added special case in findCheaperOp to allow
10164         extending a short integer. Makes less awful code for bug 700121 test case.
10165
10166 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10167
10168         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10169         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10170
10171 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10172
10173         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10174         actually called (operandsNotEqual() was called for all
10175         operandsNotEqualX tests).
10176
10177 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10178
10179         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10180         with shorter literals. Fixes bug 700121.
10181
10182 2003-03-11    <johan AT balder>
10183
10184         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10185
10186 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10187
10188         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10189         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10190
10191 2003-03-10  Borut Razem <borut.razem AT siol.net>
10192
10193         * src/SDCCmain.c: pipe preprocessor's output
10194         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10195         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10196         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10197         which closes all pipes in pipeSet set
10198         * src/SDCCset.c: free deleted item in function deleteSetItem()
10199         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10200         moved from z80 to src subproject
10201         * .version: increased version number to 2.3.4
10202
10203 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10204
10205         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10206         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10207         * support/regression/ports/xa51/spec.mk: fix typo
10208
10209 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10210
10211         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10212
10213 2003-03-09  Borut Razem <borut.razem AT siol.net>
10214
10215         * src/SDCCmain.c: pipe preprocessor's output
10216         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10217         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10218         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10219         which closes all pipes in pipeSet set
10220         * src/SDCCset.c: free deleted item in function deleteSetItem()
10221         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10222         moved from z80 to src subproject
10223
10224 2003-03-09  Borut Razem <borut.razem AT siol.net>
10225
10226         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10227         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10228         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10229         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10230         * src/SDCCglobl.h: unification of WIN32 native definitions
10231
10232 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10233
10234         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10235
10236 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10237
10238         * src/configure.in:   check for endianess (even while cross-compiling)
10239         * src/configure:      check for endianess (even while cross-compiling)
10240         * src/configure_in.h: check for endianess (even while cross-compiling)
10241         * src/avr/gen.c:        remove old endianess stuff
10242         * src/mcs51/gen.c:      remove old endianess stuff
10243         * src/ds390/gen.c:      remove old endianess stuff
10244         * src/pic/gen.c:        remove old endianess stuff
10245         * src/pic/genarith.c:   remove old endianess stuff
10246         * src/pic/glue.c:       fix endianess check
10247         * src/pic16/gen.c:      remove old endianess stuff
10248         * src/pic16/genarith.c: remove old endianess stuff
10249         * src/pic16/glue.c:     fix endianess check
10250         * src/xa51/gen.c:       remove old endianess stuff
10251         * src/z80/gen.c:        fix endianess check
10252         * src/SDCCglue.c:       fix endianess check
10253         * src/ds390/peeph.def: fix bug 700036
10254
10255 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10256
10257         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10258         * src/configure: find appropriate data-types on host for SDCC's int and long
10259         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10260         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10261         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10262
10263 2003-03-07    <johan AT balder>
10264
10265         Just a big NOOP:
10266                 some minor cleanups before the big shot
10267                 OP_DEFS and OP_USES now use Kevin's protection
10268                 new option --nolabelopt
10269
10270         * src/SDCCBBlock.c:
10271         * src/SDCCast.c,:
10272         * src/SDCCcflow.c:
10273         * src/SDCCcse.c:
10274         * src/SDCCicode.c:
10275         * src/SDCCicode.h:
10276         * src/SDCClabel.c:
10277         * src/SDCCloop.c:
10278         * src/SDCCmain.c:
10279         * src/ds390/ralloc.c:
10280         * src/mcs51/ralloc.c:
10281         * src/pic/ralloc.c:
10282         * src/xa51/ralloc.c:
10283         * src/z80/ralloc.c:
10284
10285 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10286
10287         * src/pic/pcode.c (get_op): fix 64 bit warnings
10288         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10289         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10290         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10291         * support/regression/tests/malloc.c: fix 64 bit warnings
10292
10293 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10294
10295         * src/mcs51/gen.c (genMinus): fixed bug 696436
10296
10297 2003-03-02  Borut Razem <borut.razem AT siol.net>
10298
10299         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10300
10301 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10302
10303         * configure.in: test for mkstemp
10304         * sdccconf_in.h: add HAVE_MKSTEMP
10305
10306 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10307
10308         * device/include/ctype.h: removed warning while using --stack-auto
10309         * device/include/malloc.h: removed warning while using --stack-auto
10310         * device/include/string.h: removed warning while using --stack-auto
10311
10312 2003-02-23  Borut Razem <borut.razem AT siol.net>
10313
10314         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10315         because NDEBUG is defined (see man assert)
10316         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10317
10318 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10319
10320         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10321         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10322
10323 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10324
10325         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10326         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10327
10328 2003-02-18    <johan AT balder>
10329
10330         * as/mcs51/asmain.c (asmbl): module can start with a digit
10331         * as/z80/asmain.c (asmbl): module can start with a digit
10332
10333 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10334
10335         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10336         * src/asm.c: fix pipe() for Mingw32
10337
10338 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10339
10340         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10341         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10342         make -V work again; --c1mode reads now from stdin
10343         * doc/sdccman.lyx: added --c1mode
10344         * support/Util/SDCCerr.c: new messages for c1 mode
10345         * support/Util/SDCCerr.h: new messages for c1 mode
10346         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10347
10348 2003-02-15    <johan AT balder>
10349
10350         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10351
10352 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10353
10354         * doc/sdccman.lyx: Environment variables, -o and other minor things
10355
10356 2003-02-14    <johan AT balder>
10357
10358         * src/xa51/main.c: before anyone really tries to use it :)
10359
10360         * Install doc's in share/sdcc/doc
10361         * removed some obsolete files
10362         * Do a proper make distclean and uninstall
10363         M Makefile.common.in
10364         R sdccbuild.sh
10365         M as/Makefile
10366         M device/include/Makefile.in
10367         M device/lib/Makefile.in
10368         M doc/sdccman.lyx
10369         M link/Makefile
10370         M sim/ucsim/doc/Makefile.in
10371         M src/clean.mk
10372         R src/avr/peeph.rul
10373         R src/xa51/peeph.rul
10374         M support/cpp2/Makefile.in
10375         M support/makebin/Makefile
10376
10377
10378 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10379
10380         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10381
10382 2003-02-10  Borut Razem <borut.razem AT siol.net>
10383
10384         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10385         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10386         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10387         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10388         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10389         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10390         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10391         src/z80/Makefile.bcc: Borland Makefile cleanup
10392         * as/z80/Makefile.bcc: Added Borland Makefile
10393         * support/cpp2/borland.h: Removed
10394
10395 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10396
10397         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10398         * src/SDCC.lex: new pragma NOIV
10399         * src/SDCCglobl.h: new pragma NOIV
10400         * src/SDCCmem.c: new pragma NOIV
10401
10402 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10405
10406 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10407
10408         * src/SDCCmain.c: signal handling is switched off by --debug
10409         * doc/Makefile: small fix for install; use clean.mk again
10410         * doc/clean.mk: clean *.pdf and *.html too
10411
10412 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10413
10414         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10415         * device/lib/printfl.c: fix a ds390 bug by making it portable
10416         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10417         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10418         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10419         * debugger/mcs51/cmd.c: converted multi-line string literals
10420         * sim/ucsim/globals.cc: converted multi-line string literals
10421         * src/SDCCmain.c: introduced signal handler to remove temp files
10422         * doc/Makefile: small tweaks, implement clean
10423         * doc: removed generated files
10424
10425 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10426
10427         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10428         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10429         Address Record is not correctly generated for DS390."
10430
10431 2003-02-02  Borut Razem <borut.razem AT siol.net>
10432
10433         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10434         * as/mcs51/asm.h: fixed compilation with Borland C
10435         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10436         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10437         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10438         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10439         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10440         src/z80/Makefile.bcc: delete $(LIB) only if exist
10441         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10442
10443 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10444
10445         * device/include/malloc.h: introduced NULL
10446         * device/include/string.h: introduced NULL
10447         * device/include/stdlib.h: introduced NULL
10448         * device/lib/_memcpy.c: removed NULL
10449         * device/lib/_strcat.c: removed NULL
10450         * device/lib/_strchr.c: removed NULL
10451         * device/lib/_strcmp.c: removed NULL
10452         * device/lib/_strcpy.c: removed NULL
10453         * device/lib/_strcspn.c: removed NULL
10454         * device/lib/_strlen.c: removed NULL
10455         * device/lib/_strncat.c: removed NULL
10456         * device/lib/_strncmp.c: removed NULL
10457         * device/lib/_strncpy.c: removed NULL
10458         * device/lib/_strpbrk.c: removed NULL
10459         * device/lib/_strrchr.c: removed NULL
10460         * device/lib/_strspn.c: removed NULL
10461         * device/lib/_strstr.c: removed NULL
10462         * device/lib/_strtok.c: removed NULL
10463         * device/lib/malloc.c: removed NULL, include own header
10464
10465 2003-02-02    <johan AT balder>
10466
10467         * 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
10468         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10469         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10470         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10471         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10472         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10473
10474 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10475
10476         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10477         area 'DATA'"
10478
10479 2003-02-01    <johan AT balder>
10480
10481         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10482
10483 2003-01-31    <johan AT CP255758-A>
10484
10485         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10486
10487 2003-01-30    <johan AT balder>
10488
10489         * src/SDCCBBlock.c: automatic bug detection
10490         * src/SDCCicode.c: automatic bug detection
10491
10492 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10493
10494         * src/SDCCglobl.h:   now --xram-size 0 works
10495         * src/SDCCmain.c:    now --xram-size 0 works
10496
10497 2003-01-29    <johan AT balder>
10498
10499         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10500
10501 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10502
10503         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10504         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10505         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10506         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10507         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10508         * src/SDCCmain.c:    Added options --xram-size and --code-size
10509
10510 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10511
10512         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10513         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10514
10515 2003-01-27    <johan AT balder>
10516
10517         * src/SDCC.y: fixed bug #613764
10518
10519 2003-01-26    <johan AT balder>
10520
10521         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10522         * src/SDCCsymt.h: fixed bug #673374
10523         * src/SDCCglue.c: fixed bug #661910
10524         * src/SDCCast.c: fixed bug #458099 and 673374
10525
10526 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10527
10528         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10529         * as/mcs51/strcmpi.h: added
10530         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10531         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10532         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10533         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10534         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10535         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10536         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10537         * as/mcs51/Makefile.aslink: new module strcmpi
10538         * as/mcs51/Makefile.asx8051: new module strcmpi
10539         * as/mcs51/Makefil.bcc: new module strcmpi
10540         * as/mcs51/Makefile.in: new module strcmpi
10541         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10542
10543 2003-01-26    <johan AT balder>
10544
10545         * src/SDCCglue.c: reverted back to 1.124
10546         * src/SDCCast.c: reverted back to 1.156
10547         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10548
10549 2003-01-25    <johan AT balder>
10550
10551         * src/SDCCglue.c: A better fix for bug #661910
10552         * src/SDCCast.c: A better fix for bug #661910
10553         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10554
10555 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10556
10557         * src/Makefile.in: remove spawn.o
10558         * src/SDCCmain.c: remove spawn.h
10559         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10560         * src/spawn.c: removed
10561         * src/spawn.h: removed
10562         * support/regression/ports/ds390/spec.mk: link with -r
10563
10564 2003-01-24    <johan AT CP255758-A>
10565
10566         * src/ds390/gen.c (aopOp): fixed bug #667458
10567         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10568         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10569         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10570
10571 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10572
10573         * src/mcs51/peeph.def: better assembler identation by Frieder
10574         * src/mcs51/gen.c: better assembler identation by Frieder
10575
10576 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10577
10578         * as/z80/string.h: removed for gcc 3.2
10579         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10580         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10581
10582 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10583
10584         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10585         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10586         * support/regression/Makefile: separate temp files for ports
10587         * support/regression/generate-cases.py: separate temp files for ports
10588         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10589         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10590
10591 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10592
10593         * moved tinitalk to device/examples/ds390
10594
10595 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10596
10597         * as/mcs51/lkmem.c: rflag is for DS390
10598         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10599         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10600                          (linkEdit): move mem- and map-files the same way as ihx-files
10601         * src/z80/main.c (_setDefaultOptions): removed --generic
10602         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10603         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10604         * src/pic/glue.c (picglue): --c1mode works again
10605         * src/pic16/glue.c (pic16glue): --c1mode works again
10606         * src/asm.c (printCLine): fix #660034
10607
10608 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10609
10610         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10611         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10612         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10613         * as/mcs51/lkmem (summary): better fix for sp problem
10614         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10615         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10616         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10617                                               remove --stack-after-data
10618
10619 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10620
10621         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10622         * src/SDCCutil.c (join): ugly bug: missing '\0'
10623         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10624
10625 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10626
10627         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10628         * src/port.h: typo
10629         * src/pic/main.c (_asmCmd): gpasm supports -o
10630         * src/z80/main.c: more general macros
10631         * device/lib/Makefile.in: remove intermediate files
10632
10633 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10634
10635         * .version: Bumped version number to 2.3.3
10636         * src/SDCCBBlock.c: new option -o
10637         * src/SDCCglobl.h: new option -o
10638         * src/SDCCglue.c: new option -o
10639         * src/SDCCmain.c: new option -o
10640         * src/asm.c: new option -o
10641         * src/ds390/main.c: new option -o
10642         * src/pic/glue.c: new option -o
10643         * src/pic/pcode.c: new option -o
10644         * src/pic/ralloc.c: new option -o
10645         * src/pic16/glue.c: new option -o
10646         * src/pic16/pcode.c: new option -o
10647         * src/pic16/ralloc.c: new option -o
10648         * src/z80/main.c: new option -o
10649         * device/lib/Makefile.in: use -o
10650         * support/regression/ports/ds390/spec.mk: use -o
10651         * support/regression/ports/gbz80/spec.mk: use -o
10652         * support/regression/ports/mcs51/spec.mk: use -o
10653         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10654         * support/regression/ports/z80/spec.mk: use -o
10655         * support/regression/ports/ucz80/spec.mk: use -o
10656         * support/regression/ports/xa51/spec.mk: use -o
10657         * support/regression/fwk/lib/timeout.c: fix usage string
10658
10659 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10660         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10661
10662 2003-01-07    <johan AT balder>
10663
10664         * src/SDCCast.c (decorateType): fixed bug #600035
10665
10666 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10667         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10668         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10669         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10670         * src/pic/pcode.c: outcommented unused variable to remove warnings
10671         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10672
10673 2003-01-06    <karl AT turbobit.com>
10674         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10675    regression tests.
10676
10677 2003-01-06    <johan AT balder>
10678
10679         * src/SDCCicode.c: fixed array add
10680
10681 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10682         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10683         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10684
10685 2003-01-04    <johan AT balder>
10686
10687         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10688
10689 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10690         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10691
10692 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10693         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10694         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10695
10696 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10697         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10698
10699 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10700         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10701
10702 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10703         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10704
10705 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10706
10707     * in \sdcc\as\mcs51\ changed these files in order to create an
10708     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10709     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10710     following files to include the previous two files: aslink.dsp,
10711     Makefile.aslink, Makefile.bcc, and Makefile.in.
10712
10713     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10714     .adb instead of .cdb
10715
10716 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10717
10718         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10719         value from option --iram-size.
10720
10721 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10722
10723         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10724         dram[] array.
10725
10726 2002-09-18    <wiml AT hhhh.org>
10727
10728         * SDCClrange.h: exposed setFromRange() and setToRange()
10729         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10730           packRegsForAccUse() (bug 542397)
10731         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10732           multiple times and emitting the fetch operations more than once
10733           added aopGetUsesAcc() function to allow binary operators to
10734           fetch their operands in the correct order; made genMinus() emit
10735           compact code for X = LITERAL - Y
10736
10737 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10738         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10739         sprintf() in line 1267.
10740
10741 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10742         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10743         like ports.
10744
10745 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10746         Changes to aslink (All the changes are marked with 'JCF'):
10747
10748         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10749         summary().
10750
10751         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10752         area BSEG.  Also moves, if possible, the DATA area down into the internal
10753         ram so more space is available.
10754
10755         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10756         sflag.
10757
10758         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10759         not bytes.  Function summary() which creates a memory usage summary
10760         file with extension .mem.  Reports of overlaping stack and small stack
10761         size.  If the space for the stack is less than 16 bytes aslink trows a
10762         warning.
10763
10764         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10765         the 8051.  Option 'y' for memory summary output file.
10766
10767         Changes to sdcc (All the changes are marked with 'JCF'):
10768
10769         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10770
10771         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10772         overlaying area for it (uses RegBankUsed[4]).
10773
10774         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10775         bank zero as used by default.  By default aslink locates the stack
10776         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10777         the creation of the .mem file.  Delegates the allocation of data area
10778         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10779         the begining of the stack area to aslink.
10780
10781         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10782         glue() in SDCCglue.c creates an area for it.
10783
10784 2002-09-03  Borut Razem <borut.razem AT siol.net>
10785         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10786         sdcc/src/pic/glue.c:
10787         introduced atexit() handler for teporay files removal in case of
10788         errors, assertions, ...
10789
10790 2002-08-29  Borut Razem <borut.razem AT siol.net>
10791         * sdcc/support/cpp2/auto-host_vc_in.h:
10792         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10793         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10794         Maybe there is a similar problem with BORLANDC? It should be checked!
10795
10796         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10797         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10798         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10799         was not executed, and the compiler (cl) launched a warning:
10800         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10801
10802 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10803         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10804
10805 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10806         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10807
10808         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10809           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10810           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10811           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10812           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10813           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10814           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10815         - added Release configuration in VS projects
10816         - review of compiler an linker options
10817         - VC .exe files are generated in bin_vc directory, not to interfere
10818           with binaries generated from other projects (cygwin, mingw, bcc ...)
10819
10820         * sdcc/src/yacc.dsp: added
10821
10822         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10823         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10824         and insert the version number definitions from .version
10825
10826         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10827
10828         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10829         added - genarate auto-host.h using auto-host_vc_in.h as template
10830
10831         * sdcc/sdcc_vc.h,
10832         removed from CVS, generated automatically
10833
10834 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10835         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10836
10837 2002-08-11  Borut Razem <borut.razem AT siol.net>
10838         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10839
10840 2002-08-10  Borut Razem <borut.razem AT siol.net>
10841         * src/SDCCmain.c (main):
10842         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10843         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10844         The consequence was that some temporary files were not removed.
10845
10846         * src/SDCCglue.c:
10847         unification of code in functions tempfilename() and tempfile():
10848         function tempnam() is defined in Visual Studio 6.0 and .NET
10849
10850         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10851
10852         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10853           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10854         - removed compiler command line option /WX: Treats all warnings as errors
10855         - update a list of source files, included into the project
10856
10857         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10858           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10859         changed project type to Generic Project so that can be correcly converted to VS.NET project
10860
10861         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10862
10863         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10864
10865         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10866
10867         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10868         added return 0 statements after assert() to make compiler happy
10869
10870         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10871         added newline in the def file to keep MSC compiler satisfied
10872
10873         * sdcc/src/z80/gen.c:
10874         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10875           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10876         - solved MSC error in function aopDump()
10877
10878         * sdcc_vc.h: define PREFIX as "\\sdcc"
10879
10880 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10881         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10882
10883 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10884         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10885         - Rewrote the register banking algorithm.
10886         - Added pCode live-range analysis to registers (for now, only non-used and
10887         singly-used registers optimized away)
10888
10889         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10890
10891         * 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.
10892
10893 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10894         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10895
10896 2002-04-22  Michael Hope  <michaelh AT vroom>
10897
10898         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10899
10900         * configure.in (DD_COPT): Added include support required for gbdk.
10901
10902         * .version: Bumped version number just to increase it.
10903
10904         * src/SDCCmain.c: Added -nostdinc to the default options.
10905
10906 2002-04-15  Michael Hope  <michaelh AT vroom>
10907
10908         * device/lib/z80/printf.c (sprintf): Added.
10909
10910         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10911
10912         * src/z80/peeph.def: Added transpose redundent load rule.
10913
10914         * src/z80/main.c: Added force callee saves for jaune.
10915
10916         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10917
10918         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10919
10920 2002-03-28  Johan Knol  <johan AT balder>
10921
10922         * src/SDCCval.c: fixed bug #532436
10923
10924 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10925         * /src/port.h:
10926         Added "char *Processor" field to the port structure.
10927
10928         * /src/SDCCmain.c:
10929         Added -p option. Allows port dependent processor to be specified.
10930
10931         * all ports:
10932         Initialized the new field char *Processor field to NULL in all ports
10933
10934         * /src/pic/*:
10935         Compiler generated registers for interrupt context saving
10936         were not getting allocated.
10937
10938 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10939
10940         * /src/SDCCast.c:
10941         Fixed left shift. Will promote the left side of a left shift
10942         if a) left shifting more than size of operand or b) when assigned
10943         to something size > size of left side
10944
10945 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10946         * src/pic/*
10947         tons of changes. Register allocation has been
10948         rewritten. Added customization for the various PICs. Flow
10949         analysis is restructured. ...
10950
10951         * src/pic/device.h:
10952         Added
10953
10954         * src/pic/device.c:
10955         Added. device.c is a PIC port hack to accomodate variations
10956         in PIC devices.
10957
10958 2002-03-13  Michael Hope  <michaelh AT vroom>
10959
10960         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10961
10962 2002-03-04  johanknol  <johanknol AT manik>
10963
10964         * /src/SDCCval.c: fixed
10965
10966         const unsigned char arr[][2] = { { 0, 1 } };
10967         t18.c:1: error: Initializer element is not constant
10968
10969 2002-03-04  bela  <bela AT manik>
10970
10971         * /device/include/mcs51reg.h:
10972         ds89c420 register definition update
10973
10974 2002-03-03    <johan AT FRIJA>
10975
10976         * support/Util/SDCCerr.c: did something, but don't no why anymore
10977
10978         * support/regression/tests/bug-524691.c: made it a little less shy
10979
10980         * src/SDCCast.c (decorateType): fixed bug #524697
10981
10982         * src/SDCCast.c: made some lineno improvements
10983
10984         * src/SDCCval.c (getNelements): changed warning to error
10985
10986         * src/SDCCglue.c (printIvalArray): changed warning to error
10987
10988         * src/SDCCicode.c: fixed a warning for mingw
10989
10990         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10991
10992         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10993
10994 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10995
10996         * src/ds390/peeph.def:
10997         Added some more peephole rules
10998
10999         * src/ds390/gen.c: Various fixes & enhancements
11000
11001         * src/SDCClrange.c, src/SDCClrange.h:
11002         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11003
11004         * src/ds390/ralloc.c:
11005         various fixes & enhancements (ds390) specific
11006
11007         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11008         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11009         from rallocs.
11010
11011         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11012
11013 2002-03-02    <johan AT FRIJA>
11014
11015         * src/SDCCast.c (decorateType): fixed bug #524708
11016
11017         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11018
11019         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11020
11021 2002-03-01  Michael Hope  <michaelh AT vroom>
11022
11023         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11024
11025         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11026
11027 2002-03-01    <johan AT FRIJA>
11028
11029         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11030
11031         * src/SDCCast.c (decorateType): fixed bug #524209
11032
11033         * src/SDCCval.c (valNot): fixed bug #524195
11034
11035 2002-02-26    <johan AT balder>
11036
11037         * src/xa51/gen.c: fixed a warning
11038
11039         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11040
11041         * src/SDCCast.c (decorateType): fixed bug #522534
11042
11043 2002-02-23    <johan AT balder>
11044
11045         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11046
11047 2002-02-22    <johan AT balder>
11048
11049         * src/SDCCast.c: fixed bug #514865
11050
11051         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11052
11053 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11054
11055         * sdcc/src/SDCCloop.c:
11056         Previous fix was not good. basic blocks that have "break" or "return" are
11057         not really partof a loop , but live ranges used in these blocks should
11058         be live thru the entire loop, so set partOfLoop but don't add them to
11059         loop region
11060
11061 2002-02-21    <johan AT FRIJA>
11062
11063         * src/SDCCcse.c: fixed bug #514308
11064
11065 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11066
11067         * src/SDCCloop.c:
11068         Fixed BUG #519583. If a conditional block ended in a return/break
11069         statement inside a loop, it was not being considered part of the loop.
11070
11071         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11072
11073 2002-02-10  Karl Bongers <karl AT turbobit.com>
11074
11075         * debugger/*:
11076         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11077         with lots of comments and notes.
11078
11079         * device/examples/test2.c:
11080         Fix bug, "red" variable not being initialized(compiler complained).
11081
11082         * device/examples/Makefile, examples/test3.c:
11083         Add Makefile in device/examples folder, compiles test3.c
11084         for use as a multiple module SDCDB test case.
11085
11086         * sim/ucsim/cmd.src/cmdset.cc:
11087         Took out debug printfs in ucsim "next" command.
11088
11089         * sim/ucsim/xa.src:
11090         Karl and Johan start ucsim XA support.  Most dissassembly working,
11091         about 75% emulation done(plenty of work remaining).
11092
11093         * sim/ucsim/z80.src:
11094         Add Z80 support to ucsim, add test-ucz80 regression test,
11095         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11096         Notice z80 compiler fails on examples/test3.c/crc code.
11097
11098 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11099
11100         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11101         Added support for --parms-in-bank1
11102
11103         * src/ds390/peeph.def:
11104         added a few more peephole optimzations
11105
11106         * src/ds390/main.c:
11107         1) added __builtin_inp & __builtin_outp used to read in data of given length
11108            from a memory mapped port
11109         2) added __builtin_memcmp
11110         3) added __builtin_swapw swap bytes of a short
11111
11112         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11113         1) handle multiple send & receives from register bank1
11114         2) ralloc can now allocate DPTR1 to some liveRanges
11115
11116         * src/SDCCsymt.c, src/SDCCsymt.h:
11117         changes to handle multiple sends & receives
11118
11119         * src/SDCCptropt.h:
11120         added some pointer arithmetic optimization
11121
11122         * src/SDCCptropt.c:
11123         added some pointer arithmetic optimizations but not stable yet so not
11124         called from anywhere (will get this working shortly)
11125
11126         * src/SDCCopt.c: fixed for multiple sends & receives
11127
11128         * src/SDCCmain.c:
11129         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11130         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11131            set preprocessor defines (depending on options)
11132
11133         * src/SDCCicode.c, src/SDCCicode.h:
11134         changes made to handle multiple sends & receives
11135
11136         * src/SDCCglobl.h:
11137         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11138
11139         * src/SDCCcse.c, src/SDCCcse.h:
11140         added function findbackward def (to be used in upcoming optimization)
11141
11142         * src/SDCCcflow.c, src/SDCCcflow.h:
11143         added function returnAtEnd - to determine if a basic block terminates with
11144         a RETURN iCode
11145
11146         * src/SDCCast.c, src/SDCCast.h:
11147         added option parms-in-bank1
11148
11149         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11150         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11151         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11152         adjusted for --parms-in-bank1 option
11153
11154         * device/include/string.h:
11155         donot redefine "reentrant" keyword
11156
11157         * device/include/ds80c390.h: Added some more SFRs
11158
11159 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11160
11161         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11162
11163 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11164
11165         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11166
11167 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11168
11169         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11170
11171 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11172
11173         * Added --xram-movc option
11174
11175 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11176
11177         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11178
11179 2002-01-11  Johan Knol
11180
11181         * Added math lib of Jesus Calvino-Fraga
11182
11183 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11184
11185         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11186         * support/regression/Makefile: new target test-mcs51-stack-auto
11187         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11188
11189 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11190
11191         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11192
11193 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11194
11195         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11196
11197 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11198
11199         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11200
11201         * src/SDCCglue.h: add definition for printIvalChar()
11202
11203 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11204
11205         * src/SDCCast.c: fix #498138 by Johan
11206
11207         * src/SDCCglue.c: fix #498138 by Johan
11208
11209 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11210
11211         * support/regression/Makefile: fix clean
11212
11213         * support/regression/ports/ds390/support.c: fix transmission of last character
11214
11215 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11216
11217         * /sdcc/src/ds390/gen.c:
11218         a) improved computing address of stack variable
11219         b) took out some #if 0 code
11220         c) improved parmBytes adjustment
11221         d) improved genPlusIncr & genMinusIncr
11222         e) genCmp could generate bad code (when left assigned to DPTR)
11223         f) Fixed bug in hasInc
11224
11225         * /sdcc/src/ds390/ralloc.c:
11226         a) packRegsForSupport could mess up live information (Fixed)
11227         b) packRegsDPTRuse could be incorrect for left & right shift
11228
11229         * /sdcc/src/mcs51/ralloc.c:
11230         packRegsForSupport could mess up the live information (Fixed)
11231
11232         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11233
11234         * /sdcc/src/SDCCast.c:
11235         can reverse a loop even if function call is present as long
11236         as the loop control variable is local & is not passed as parameter
11237
11238 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11239
11240         * /sdcc/ChangeLog: *** empty log message ***
11241
11242         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11243         More builtin function additions for TININative
11244
11245         * /sdcc/src/ds390/ralloc.c:
11246         Had broken the regression testsuite
11247
11248         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11249
11250         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11251         Added funcattr hasStackParms will be set for reentrant functions when there
11252         are paramteres on the stack, this helps in minimizing frame pointer generation
11253         typeFromStr can handle function pointers now
11254
11255         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11256         *** empty log message ***
11257
11258 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11259
11260         * /src/ds390/gen.c, /src/ds390/main.c:
11261         More builtin function additions for TININative
11262
11263         * /src/ds390/ralloc.c:
11264         Had broken the regression testsuite
11265
11266         * /src/SDCCast.c: Fixed a bug in dumptree
11267
11268         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11269         Added funcattr hasStackParms will be set for reentrant functions when there
11270         are paramteres on the stack, this helps in minimizing frame pointer generation
11271         typeFromStr can handle function pointers now
11272
11273         * /doc/builtins.txt, /doc/TININative.txt:
11274         *** empty log message ***
11275
11276
11277 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11278
11279         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11280         ALPHA version for -mTININative
11281
11282         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11283         updated to reflect changes in the port structure
11284
11285         * /src/port.h:
11286         added function do_assemble (similar to do_link) if non-null this function
11287         will be called to do assembly (-mTININative) requires a multi command
11288         assembly
11289         added function genAssemblerEnd will be called to generate assembler Epilogue
11290
11291         * /src/SDCCsymt.c:
11292         added _JavaNative to debug info printing
11293
11294         * /src/SDCCmain.c: added option --tini-libid
11295         added port->do_assemble function (-mTININative) has a multi command assemble
11296
11297         * /src/SDCCglue.c: Disabled "constExpr" check
11298         added port->genAssemblerEnd function
11299
11300         * /src/SDCCglobl.h: Added option --tini-libid value
11301
11302         * /src/SDCCast.h:
11303         tookout optimizeCompare from the header (has no external references)
11304
11305         * /src/SDCCast.c: made one more function "static"
11306
11307 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11308
11309         * src/z80/mappings.i: Added z80asm support.
11310
11311         * src/z80/main.c: Added z80asm support on --asm=z80asm
11312
11313         * src/z80/gen.c: Fixed asm portability issues.
11314
11315         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11316
11317         * src/SDCCglue.c (printExterns): Added global/extern split.
11318
11319 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11320
11321         * support/regression/Makefile: added test for mcs51 model large
11322
11323         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11324
11325         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11326
11327 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11328
11329         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11330
11331 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11332
11333         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11334
11335         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11336
11337 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11338
11339         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11340
11341         * support/regression/tests/simplefloat.c: Port to mcs51.
11342
11343 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11344         * support/regression/tests/bug-485362.c: Added.
11345
11346         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11347
11348         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11349
11350         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11351
11352         * src/z80/gen.c (aopDump): Added a dump function.
11353
11354 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11355         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11356
11357         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11358
11359         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11360
11361         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11362
11363         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11364
11365         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11366
11367         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11368
11369         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11370
11371         * support/regression/ports/ds390/support.c: Use tinibios.
11372
11373         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11374
11375 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11376
11377         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11378         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11379
11380         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11381
11382         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11383
11384 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11385
11386         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11387
11388         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11389         (packRegsForIYUse): Created and optimised.
11390
11391 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11392
11393         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11394 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11395
11396         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11397
11398         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11399
11400         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11401
11402 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11403
11404         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11405
11406         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11407
11408 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11409
11410         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11411
11412         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11413
11414         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11415
11416 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11417
11418         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11419         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11420         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11421
11422         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11423
11424         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11425         (genNotFloat): Added.
11426         (genUminusFloat): Added.
11427
11428         * device/lib/z80/Makefile: Added floating pt stubs.
11429
11430         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11431
11432         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11433
11434         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11435
11436 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11437
11438         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11439
11440         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11441
11442         * sdcc/support/regression/Makefile: Add port ds390.
11443
11444         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11445
11446         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11447
11448         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11449
11450         * sdcc/support/regression/ports/ds390/support.c: Added.
11451
11452         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11453
11454         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11455
11456         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11457
11458 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11459
11460         * device/include/malloc.h: Added z80 and gbz80 support.
11461
11462         * device/lib/gbz80/heap.s: Added.
11463
11464         * device/lib/z80/heap.s: Added.
11465
11466         * device/lib/malloc.c: Added z80 and gbz80 support.
11467
11468         * support/regression/tests/malloc.c (testMalloc): Added.
11469
11470         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11471
11472         * support/regression/tests/bug-478094.c: Added.
11473
11474         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11475
11476 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11477
11478         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11479
11480         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11481
11482         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11483
11484         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11485
11486         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11487
11488 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11489
11490         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11491
11492 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11493
11494         * support/regression/tests/bug-477927.c: Added.
11495
11496         * src/z80/peeph.def: Added minor rules.
11497
11498         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11499
11500         * src/z80/peeph.def: Added jump optimisation modification.
11501
11502 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11505
11506 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11507
11508         * support/regression/tests/funptrs.c: Added.
11509
11510 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11511
11512         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11513
11514 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11515
11516         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11517
11518         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11519
11520         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11521         (movLeft2ResultLong): Created.
11522
11523         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11524         (joinPushes): Added.  Joins two char pushes into a word push.
11525
11526 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11527
11528         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11529
11530         * support/makebin/Makefile (install): Added creation of dest dir.
11531
11532 2001-10-24 Karl Bongers <karl AT turbobit.com>
11533
11534         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11535
11536 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11537
11538         * src/z80/ralloc.c: Turned off faulty pack for one use.
11539
11540         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11541
11542         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11543
11544 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11545
11546         * support/regression/Makefile: Improved clean
11547
11548         * support/regression/ports/gbz80/spec.mk: Added clean
11549
11550         * support/regression/ports/host/spec.mk: Added clean
11551
11552         * support/regression/ports/z80/spec.mk: Added clean
11553
11554         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11555
11556         * support/regression/ports/mcs51/timeout.c: little improvements
11557
11558 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11559
11560         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11561
11562         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11563
11564         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11565
11566 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11567
11568         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11569
11570         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11571
11572 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11573         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11574
11575         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11576
11577         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11578
11579         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11580
11581         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11582
11583         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11584
11585         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11586
11587         * support/regression/tests/longor.c: Added.
11588
11589 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11590
11591         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11592
11593         * as/mcs51/aslink.h: define PATH_MAX
11594
11595         * as/mcs51/asm.h: define PATH_MAX
11596
11597         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11598
11599         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11600
11601         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11602
11603         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11604
11605         * src/SDCCglobl.h: define PATH_MAX
11606
11607         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11608
11609         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11610
11611 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11612
11613         * src/z80/gen.c (gencjneshort): Fixed
11614
11615         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11616
11617 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11618
11619         * support/regression/tests/bug-469671.c: Added.
11620
11621         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11622
11623 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11624
11625         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11626
11627         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11628
11629 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11630
11631         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11632
11633         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11634
11635         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11636
11637         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11638
11639         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11640
11641         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11642
11643         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11644
11645 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11646
11647         * 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.
11648
11649         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11650
11651         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11652
11653 2001-10-07    <johan AT FRIJA>
11654
11655         * device/lib/gets.c (gets): fixed the return value.
11656
11657 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11658         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11659
11660         * 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.
11661
11662         * 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.
11663
11664         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11665
11666         * src/pic/gen.c: Removed Safe_strdup.
11667
11668         * configure.in: Added option to enable libgc support.
11669
11670         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11671         (bitVectUnion): Optimised.
11672         (bitVectIntersect): Optimised.
11673         (bitVectBitsInCommon): Optimised.
11674         (bitVectCplAnd): Optimised.
11675
11676         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11677
11678 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11679
11680         * src/SDCCmain.c: distinguish between assembler debug and plain options
11681
11682         * src/avr/main.c:   remove standard assembler options
11683
11684         * src/ds390/main.c: remove standard assembler options
11685
11686         * src/mcs51/main.c: remove standard assembler options
11687
11688         * src/port.h: removed "PENDING" comment
11689
11690 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11691
11692         * src/device/lib/_mulint.c  : new, with assember functions
11693
11694         * src/device/lib/_mullong.c : new, with assember functions
11695
11696         * src/device/lib/_divuint.c : with assember functions
11697
11698         * src/device/lib/_divsint.c : with assember functions
11699
11700         * src/device/lib/_divulong.c: with assember functions
11701
11702         * src/device/lib/_divslong.c: with assember functions
11703
11704         * src/device/lib/_moduint.c : with assember functions
11705
11706         * src/device/lib/_modsint.c : with assember functions
11707
11708         * src/device/lib/_modulong.c: with assember functions
11709
11710         * src/device/lib/_modslong.c: with assember functions
11711
11712         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11713
11714         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11715
11716         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11717                                       replaced _mululong.c and _mulslong.c by _mullong.c
11718
11719 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11720
11721         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11722
11723 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11724
11725         * src/SDCCglue.c: test, if win32api is available for MINGW
11726
11727 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11728
11729         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11730         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11731         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11732         * support/regression/ports/host/spec.mk: removed GENERIC
11733         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11734         * support/regression/ports/z80/spec.mk: removed GENERIC
11735
11736 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11737
11738         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11739
11740         * support/regression/tests/bug-467035.c: Created.
11741
11742 2001-10-01    <johan AT FRIJA>
11743
11744         * src/SDCC.y: fixed bug #466586 part 1
11745
11746 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11747
11748         * SDCCicode.c: z80 has no generic pointers
11749         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11750
11751 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11752
11753         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11754
11755 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11756
11757         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11758
11759         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11760
11761 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11762
11763         * configure.in: Fixed up so that ucsim is only configured once.
11764
11765         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11766
11767         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11768         (getPathDifference): As above.
11769
11770         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11771
11772         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11773
11774 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11775         * .version: Updated to 2.3.1
11776
11777         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11778         Added copyright header.
11779
11780         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11781         (assemble): Added support for macro based assembler commands.
11782         (linkEdit): Added support for macro based linker commands.
11783         (preProcess): Changed the pre-processor to use macros.
11784         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11785         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11786
11787         * device/lib/z80/crt0.s: Added module name for debugging.
11788
11789 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11790
11791         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11792
11793         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11794
11795         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11796
11797         * src/Makefile.in: Added SDCCmacro and SDCCutil
11798
11799 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11800
11801         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11802
11803 2001-09-16    <johan AT FRIJA>
11804
11805         * 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.
11806
11807 2001-09-15    <johan AT FRIJA>
11808
11809         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11810         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11811
11812 2001-09-11    <johan AT FRIJA>
11813
11814         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11815
11816 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11817
11818         * support/regression/tests/bug-460444.c: Added test case.
11819
11820         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11821         (genCast): Added justification for all of the asserts.
11822
11823 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11824
11825         * support/regression/support.c: _xdata replaced by xdata
11826
11827         * support/regression/spec.mk: removed _generic
11828
11829 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11830
11831         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11832
11833         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11834         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11835
11836         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11837
11838         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11839
11840         * support/regression/tests/bug-460010.c: Added test case.
11841
11842         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11843
11844 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11845
11846         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11847
11848         * support/regression/testfwk.c: removed workaround for bug #436344
11849
11850         * support/regression/tests/bp.c: use less memory with mcs51
11851
11852         * support/regression/tests/bug-441448.c: use less memory
11853
11854         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11855
11856         * support/regression/collate-results.py: typo
11857
11858 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11859
11860         * support/regression/tests/fetchoverlap.c: Added new test case.
11861
11862         * support/regression/tests/bp.c: Added new test case.
11863
11864         * support/regression/tests/bug-448984.c: Added new test case.
11865
11866         * support/regression/tests/pow2shifts.c: Added new test case.
11867
11868         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11869         (genlshTwo): Fixed right shift for count > 8.
11870
11871         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11872
11873 2001-09-08    <johan AT FRIJA>
11874
11875         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11876
11877 2001-09-07    <johan AT FRIJA>
11878
11879         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11880
11881         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11882
11883 2001-09-06    <johan AT FRIJA>
11884
11885         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11886         * bernhard noted me at this: "() equals to (void)" (1.38)
11887
11888 2001-09-05    <johan AT FRIJA>
11889
11890         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11891
11892 2001-09-04    <johan AT FRIJA>
11893
11894         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11895
11896
11897 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11898
11899         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11900
11901 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11902
11903         * link/z80/aslink.h: Fixed path for PATH_MAX
11904
11905 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11906
11907         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11908
11909         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11910
11911         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11912
11913         * 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.
11914
11915 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11916
11917         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11918         (genCmp): Fixed up genCmp for the GB with longs.
11919
11920         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11921
11922         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11923
11924         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11925
11926         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11927
11928 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11929
11930         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11931
11932 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11933
11934         * 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.
11935
11936         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11937
11938 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11939
11940         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11941
11942         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11943
11944 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11945
11946   * sim/ucsim/configure:    little improvement of Cygwin-detection
11947   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11948   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11949   * support/regression/tests/bug-221100.c: small changes for mcs51
11950   * support/regression/tests/bug-221168.c: small changes for mcs51
11951   * support/regression/tests/bug-227710.c: small changes for mcs51
11952   * support/regression/tests/staticinit.c: small changes for mcs51
11953   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11954   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11955   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11956
11957 $Revision$