* device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
[fw/sdcc] / ChangeLog
1 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
4         * src/pic16/glue.c (initPointer), fixed bug 1496419 for pic16
5
6 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
9
10 2006-07-06 Borut Razem <borut.razem AT siol.net>
11
12         * support/regression/tests/bitfields.c:
13           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
14         * support/regression/tests/constantRange.c:
15           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
16
17 2006-07-04 Borut Razem <borut.razem AT siol.net>
18
19         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
20           src/port.mk,
21           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
22           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
23           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
24           reverted changes from 2006-07-03
25         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
26         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
27           added CPPFLAGS, used by the host port
28
29 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
30
31         * support/regression/valdiag/tests/switch.c,
32         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
33         * support/regression/tests/libmullong.c: fixed for host
34         * support/regression/ports/host/spec.mk: disable all warnings for host,
35         SDCC runs with --less-pedantic too
36
37 2006-07-03 Borut Razem <borut.razem AT siol.net>
38
39         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
40           defined CPPFLAGS
41         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
42         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
43           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
44           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
45           include ../port.mk
46         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
47           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
48           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
49           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
50
51 2006-07-02 Raphael Neider <rneider AT web.de>
52
53         * src/pic16/devices.inc,
54         * device/include/pic16/pic18fregs.h,
55         * device/include/pic16/pic18f4550.h,
56         * device/lib/pic16/pics.all,
57         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
58
59 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
60
61         * as/hc08/lkaomf51.c (OutputName),
62         * as/mcs51/lkaomf51.c (OutputName),
63         * as/z80/asmain.c (asmbl),
64         * src/ds390/main.c (asmLineNodeFromLineNode),
65         * src/hc08/ralloc.c (hc08_assignRegisters),
66         * src/mcs51/main.c (asmLineNodeFromLineNode),
67         * src/xa51/ralloc.c (checkRegMask),
68         * src/xa51/gen.c (emitcode),
69         * src/z80/gen.c (_emit2),
70         * src/SDCCast.c (searchLitOp),
71         * src/SDCCglobl.h,
72         * support/packihx/packihx.c,
73         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
74         * src/ds390/gen.c (aopPutUsesAcc),
75         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
76         * support/regression/tests/libmullong.c (mullong_wrapper),
77         * src/SDCCsymt.c (powof2),
78         * src/SDCCast.c,
79         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
80         * src/SDCCsymt.h: added TYPE_TARGET_*
81         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
82         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
83         SDCCast because 1) header problems 2) this is the right place
84         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
85         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
86         prototype
87
88 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
89
90         * src/SDCCicode.h: removed buggy semicolon in unused macro
91         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
92         search for previous definiton of auto symbols too,
93         (findPrevUse): fixed logic of emitWarnings
94
95 2006-06-26 Raphael Neider <rneider AT web.de>
96
97         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
98           PCLATH and PCLATU on interrupts, potentially fixes #1505141
99
100 2006-06-25 Raphael Neider <rneider AT web.de>
101
102         * device/lib/pic/libm: NEW, added math library functions
103         * device/lib/pic/libsdcc: NEW; added float support functions
104         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
105         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
106           NEW, added math related headers
107         * device/include/asm/pic/features.h: NEW
108         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
109           (popGet): allow larger offsets for AOP_PCODE,
110           (genDataPointerSet): handle literals explicitly, more debug output,
111           (genAssign): fixed for float using aopLiteral ;-)
112         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
113           GOTO initialisation routine
114         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
115           flag on registers, fixes #1469043 (local variables do not work)
116         * src/pic/main.c (_pic14_do_link),
117         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
118           available
119
120 2006-06-25 Borut Razem <borut.razem AT siol.net>
121
122         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
123           characters printed (not including the trailing '\0' used to end
124           output to strings). Problem detected in regression test bug-927659.c.
125           NOTE: printf() family functions should return int instead
126           unsigned int!
127         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
128           specifier are printed as themselves
129         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
130           support flags, width and precision specifiers
131
132 2006-06-24 Borut Razem <borut.razem AT siol.net>
133
134         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
135           to the list of sdcc tagrets not supporting bit type
136         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
137           testfor pic16 due to bug:
138           [ 1511794 ] pic16: regression test bug-895992.c fails
139
140 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
141
142         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
143         * src/SDCCglue.c (initPointer), fixed bug 1496419
144         * support/regression/tests/bug1496419.c: new, added
145
146 2006-06-22 Borut Razem <borut.razem AT siol.net>
147
148         * support/regression/ports/pic16/support.c: use gpsim usart module from
149           libgpsim_modules library
150
151 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
152
153         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
154         IP0H to IPH0.
155
156 2006-06-19 Raphael Neider <rneider AT web.de>
157
158         * src/pic/glue.h,src/pic16/glue.h: added prototypes
159         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
160           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
161           (pic14printExterns,pic14printPublics,pic16printPublics,
162           pic16_printExterns): use new functions to emit symbols
163           (picglue,pic16glue): emit publics before emitting externs
164         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
165           locally defined functions to avoid bug #1443651
166         * support/regression/tests/bug-716242.c: removed pic16 workaround
167         * support/regression/ports/pic16/spec.mk: ignore errors during build
168
169 2006-06-19 Raphael Neider <rneider AT web.de>
170
171         * src/pic/glue.h: added pic14aopLiteral prototype
172         * src/pic/glue.c (pic14aopLiteral): return unsigned int
173         * src/pic/gen.c: removed stdint.h dependency
174           (aopGet): use Safe_strdup()
175           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
176           (genDataPointerSet): use pic14aopLiteral()
177         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
178           for pic16; thanks to Bernhard and Maarten
179
180 2006-06-18 Borut Razem <borut.razem AT siol.net>
181
182         * support/regression/tests/structflexarray.c: flexible array members
183           not supported by gcc < 3
184         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
185           GUI tool by default
186         * src/pic/gen.c: don't include [p]strdin.h on solaris
187         * support/Util/pstdint.h: addad svn attributes
188         * support/regression/tests/constantRange.c,
189           support/regression/tests/rotate.c: include inttypes.h instead
190           stdint.h on solaris, addad svn attributes
191
192 2006-06-18 Raphael Neider <rneider AT web.de>
193
194         * src/SDCCsymt.c (initCSupport): change return type of divschar to
195           int for PIC16
196         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
197           (pic16_genMinusBits): simplified sign-extension
198           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
199             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
200             adjusted to correctly handle mixed-signed operands, disabled
201             now unused multiplciation routines
202         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
203           (assignResultValue): added argument denoting the size of the result
204             as returned by the function (fixes upcasts in assigning from
205             function calls: char foo(); int i = foo();)
206           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
207             function result to assignResultValue
208           (genMult): disabled inlined multiplication code
209           (genDiv): augmented to also handle the modulus operator, fixed to
210             handle mixed-signed operands correctly
211           (genMod): simply call genDiv, disabled unused code
212           (genAssign): fixed missing (sign-)extension on result
213         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
214             valid char operands, allow signed operands for native code, added
215             division and modulo operator handling
216         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
217
218         As a consequence, onebyte.c (if split into two files) and muldiv.c
219         pass regression tests.
220
221 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
222
223         * doc/Makefile.in: two runs of makeindex seem needed to get
224         correct page references in the index of sdccman.pdf
225         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
226
227 2006-06-17 Borut Razem <borut.razem AT siol.net>
228
229         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
230
231 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
232
233         * doc/sdccman.lyx: updated, added (porting source code, debugging),
234         mentioned ec2drv and paulmon
235
236 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
237
238         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
239           consecutive abs areas
240           (find_empty_space, allocate_space): added map to handle codemap or
241            xdatamap,
242           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
243            absolute idata and xdata
244         * as/mcs51/lkmem.c (summary2): updated legend
245
246 2006-06-16 Raphael Neider <rneider AT web.de>
247
248         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
249
250 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
251
252         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
253           1208515
254         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
255
256 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
257
258         * src/port.h (struct PORT): added field gp_tags, to hold the tag
259         value of generic pointers,
260         * src/avr/main.c,
261           src/ds390/main.c,
262           src/hc08/main.c,
263           src/izt/i186.c,
264           src/izt/tlcs900h.c,
265           src/mcs51/main.c,
266           src/pic/main.c,
267           src/pic16/main.c,
268           src/xa51/main.c,
269           src/z80/main.c: PORT structure, added elements for gp_tags field,
270         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
271         fields in the PORT structure of each port,
272         * src/SDCCast.c (decorateType): allow processing of generic pointers
273         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
274         S_FIXED symbols
275
276 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * link/z80/lkgb.c,
279         * link/z80/lkgg.c,
280         * src/pic16/gen.c,
281         * src/pic16/main.c,
282         * src/pic16/pcode.c,
283         * src/pic/main.c,
284         * src/pic/pcoderegs.c,
285         * src/SDCCicode.c,
286         * src/SDCCmain.c,
287         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
288           bug 1504689 on minGW
289
290 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
291
292         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
293
294 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
295
296         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
297
298 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
301           for optimization
302
303 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
304
305         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
306         to a char variable. Fixed bug #1504211
307         * device/include/pic16/adc.h,
308         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
309         and fixed bug #1364390
310
311 2006-06-10 Borut Razem <borut.razem AT siol.net>
312
313         * CVSROOT: removed the CVS left-over
314
315 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
316
317         * as/hc08/asmain.c (asexit),
318         * as/hc08/lkmain.c (lkexit),
319         * as/mcs51/asmain.c (asexit),
320         * as/mcs51/lkmain.c (lkexit),
321         * src/SDCCglue.c (DEFSETFUNC),
322         * src/SDCCmain.c (linkEdit, assemble),
323         * support/librarian/sdcclib.c (AddRel),
324           replaced unlink() by standard C remove()
325         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
326         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
327           gatherImplicitVariables): new, added to fix bug 608752,
328           (createFunction): added gatherImplicitVariables()
329         * src/SDCCast.h: added createRMW prototype
330         * src/SDCCsymt.h (struct symbol): added infertype
331         * support/regression/tests/bug608752.c: new, added
332
333 2006-06-10 Raphael Neider <rneider AT web.de>
334
335         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
336           multibyte dummy reads (fixes #1503234)
337
338 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
339
340         * device/include/mcs51/compiler.h: new, added header file to enable
341           creating common sfr definition header files for different compilers
342
343 2006-06-05 Raphael Neider <rneider AT web.de>
344
345         * src/pic16/{pcode.h,genarith.c}:
346           introduced pCodeOp combining any two pCodeOps (previously only
347           two register operands could be combined), removed pcop2 from
348           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
349         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
350         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
351           rewritten to use new PO_TWO_OPS
352         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
353         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
354           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
355           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
356           (pic16_get_op): embraced return arg to allow #define return(x),
357             added new case for combined opcodes
358           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
359           (pic16_pCode2str,pic16_getRegFrompCodeOp,
360            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
361
362 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
363
364         * src/SDCCval.c (checkConstantRange): added
365         * src/SDCCval.h: added checkConstantRange
366         * support/Util/SDCCerr.c,
367         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
368         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
369         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
370         * src/SDCCast.c (decorateType): added checkConstantRange,
371         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
372         can be emitted with the correct always true/false warning,
373         added optimization for double '!';
374         result of decorateType() must be assigned back to the tree, because
375         decorateType() can change the tree
376         * src/SDCCicode.c (geniCodeLogic),
377         (geniCodeAssign): replaced new checkConstantRange, added warnings,
378         (checkConstantRange): removed, it was only a fragment which never
379         emitted a warning
380         * src/SDCCsymt.c (computeType): fixed promotion for
381         "-1 < (unsigned bit) b"
382         * src/pic/ralloc.c (packRegsForAssign),
383         * src/pic16/ralloc.c (packRegsForAssign),
384         * src/hc08/ralloc.c (packRegsForAssign),
385         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
386         from mcs51
387         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
388         * support/regression/tests/constantRange.c: added
389         * support/valdiag/tests/constantRange.c: added
390         * support/valdiag/valdiag.py: added -DPORT_HOST=1
391
392 2006-06-02 Borut Razem <borut.razem AT siol.net>
393
394         * support/regression/ports/pic16/support.c: increase stack size
395           to 255 bytes
396         * support/regression/Makefile.in: sort tests by name so that the
397           resutlts can be compared on different machines / platforms
398
399 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
400
401         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
402         * src/ds390/gen.c (emitLabel): new, added,
403           (genDjnz): fixed stack overflow bug,
404           (throughout): cosmetic changes to sync with mcs51/gen.c,
405           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
406         * src/mcs51/gen.c (genEndFunction): small optimization,
407           (throughout): cosmetic changes to sync with ds390/gen.c
408
409 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
410
411         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
412           (_print_format): fixed printing pointers
413         * src/mcs51/gen.c (emitLabel, movb): new, added,
414           (genAssign): small optimization,
415           (genDjnz): fixed stack overflow bug,
416           (throughout): replaced sprintf with SNPRINTF,
417           replaced mcs51_regWithIdx with REG_WITH_INDEX,
418           replaced emitcode("mov", "b,...") with MOVB(...),
419           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
420           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
421         * src/mcs51/peeph.def: added rules 140 and 264
422         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
423           so they may get optimized into registers
424
425 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
426
427         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
428           immediately when encountered,
429           (printUsage): always use stderr even on windows
430
431 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
432
433         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
434         (processParms): fixed bug #1247551
435         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
436         parseCmdLine, main): print '--version' to stdout,
437         print 'help' to stdout if --help is given,
438         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
439         arguments are given; fixed --help
440
441 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
442
443         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
444         * support/regression/tests/bug-1493710.c: added
445
446 2006-05-27 Borut Razem <borut.razem AT siol.net>
447
448         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
449           static instead auto
450         * support/regression/ports/pic16/support.c: increase stack size
451           from default 64 bytes to 128 bytes
452         * support/regression/tests/staticinit.c,
453           support/regression/tests/float.c: regression tests fully enabled
454           for pic16 port by putting the initialized data arrays into the code
455           section
456         * support/regression/ports/pic16/spec.mk: don't link default libraries.
457           This was changed by mistake in the previous version.
458
459 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
460
461         * src/pic16/gen.c (genFunction, genEndFunction): some
462         beautifications, fixed bug with falsely restoring FSR2 in large
463         stack model, thanks to Beau E. Cox for reporting the bug
464
465 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
466
467         * debugger/mcs51/break.c,
468         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
469           use %p to print pointers, made address variables unsigned
470         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
471         * debugger/mcs51/symtab.c (parseSymbol): must return something
472         * src/mcs51/gen.c (aopForSym): small optimization,
473            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
474           (freeAsmop): added missing break,
475           (aopPut): removed parameter bvolatile, determine it inside the function,
476           (saveRegisters, unsaveRegisters): small optimization,
477           (genIpush): removed pointless check,
478           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
479           replaced sprintf with SNPRINTF,
480           replaced strcpy with strncpyz,
481           updated aopPut calls,
482           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
483         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
484
485 2006-05-24 Borut Razem <borut.razem AT siol.net>
486
487         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
488           modification of test for the pic16 port, put the array to the code
489           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
490
491 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
492
493         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
494         * support/Util/pstdint.h: added
495
496 2006-05-22 Borut Razem <borut.razem AT siol.net>
497
498         * src/regression/Makefile: removed bool2.c test, added -q linker option
499         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
500           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
501           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
502           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
503           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
504           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
505           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
506           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
507           define SUPPORT_BIT_TYPES 0, removed unused bit variables
508
509 2006-05-22 Raphael Neider <rneider AT web.de>
510
511         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
512           bug #1492360 (problematic due to generic pointers, see code)
513
514 2006-05-22 Borut Razem <borut.razem AT siol.net>
515
516         * support/regression/ports/pic16/specs.mk: removed stack size linker
517           directive
518         * support/regression/tests/array.c,
519           support/regression/tests/bitopcse.c,
520           support/regression/tests/bug-908454.c,
521           support/regression/tests/malloc.c: modified for pic16 regression test
522         * support/regression/tests/bitfields.c:
523           pic16 - excluded bitfileds of size > 8
524         * support/regression/tests/bp.c: pic16 - reduced data size
525         * support/regression/tests/bug-221100.c: pic16 - reduced data size
526         * support/regression/tests/bug-460010.c:
527           pic16 - used the absolute address the fits in memory
528         * support/regression/tests/bug-716242.c:
529           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
530         * support/regression/tests/float.c:
531           pic16 - excluded - data size too big
532         * support/regression/tests/onebyte.c:
533           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
534         * support/regression/tests/shifts.c:
535           pic16 - function names probably have to differ in first X characters
536           (gpasm limitation?)
537         * support/regression/tests/staticinit.c:
538           pic16 - excluded some tests due error: no target memory available for
539           section ".idata"
540
541 2006-05-22 Borut Razem <borut.razem AT siol.net>
542
543         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
544           second try. Thanks Stas Sergeev once more.
545
546 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
547
548         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
549           (genLeftShift, genRightShift): fixed bug 1491627
550         * src/hc08/peeph.def (rules 7, 8.x): added
551         * support/regression/tests/shifts.c (ShiftLeftByParam,
552           ShiftRightByParam, testShiftByParam): added to test variable shifting
553
554 2006-05-20 Raphael Neider <rneider AT web.de>
555
556         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
557         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
558           (allocReg): add only new registers to dynAllocRegs,
559           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
560             #1489055, #1445850, and probably #1483693
561
562 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
563
564         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
565         bug in for-loop that didn't emit the last of CONFIG and ID registers
566
567 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
568
569         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
570           with offset
571         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
572           1489016, 1434401 and 1490124
573         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
574           1489016, 1434401 and 1490124
575
576 2006-05-17 Borut Razem <borut.razem AT siol.net>
577
578         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
579           thanks Stas Sergeev
580
581 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
582
583         * device/include/mcs51/P89c51RD2.h,
584         * device/include/mcs51/P89LPC901.h,
585         * device/include/mcs51/P89LPC922.h,
586         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
587
588 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
589
590         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
591         to fix missing stack pragma in compiled binary object file,
592
593 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
594
595         * support/packihx/configure.in,
596         * support/packihx/configure: removed warning, autoconf >= 2.5x can
597         determine sizeof basic types even while cross compiling
598
599 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
600
601         * src/avr/gen.c (aopop),
602         * src/ds390/gen.c (aopOp),
603         * src/hc08/gen.c (aopOp),
604         * src/mcs51/gen.c (aopop),
605         * src/pic16/gen.c (pic16_aopOp),
606         * src/pic/gen.c (aopOp),
607         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
608         if size of operand is smaller than spill location
609
610 2006-05-12 Borut Razem <borut.razem AT siol.net>
611
612         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
613           have to have CR/LF line endings even if they are checked out on *nix
614           or on WIN32 in cygwin binmode
615
616 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
619         * device/include/ds80c390.h: added sfr16 definitions
620         * src/ds390/gen.c,
621         * src/ds390/gen.h,
622         * src/ds390/main.c,
623         * src/ds390/ralloc.c,
624         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
625           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
626           bit returning functions
627         * support/regression/tests/sfr16.c: enabled test on ds390
628
629 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
630
631         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
632         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
633
634 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
635
636         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
637         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
638           (cl_address_space constructor): removed expensive initialization,
639           (cl_address_space::get_cell): extended for late initialization,
640           (cl_address_space::*): use late initialization,
641           (cl_address_decoder::activate): removed expensive initialization,
642           This reduced regression test running time by 25%
643
644 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
645
646         * packihx/,
647         * configure.in,
648         * configure,
649         * sdcc.dsw,
650         * Makefile.bcc,
651         * Makefile.in,
652         * support/packihx/Makefile.in,
653         * support/packihx/clean.mk,
654         * support/packihx/Makefile.bcc,
655         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
656
657 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
658
659         * src/SDCCval.c (valNot): fix for regression test failure
660           of not.c on big endian hosts
661
662 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
663
664         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
665
666 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
667
668         * device/lib/mcs51/Makefile.in: changed string comparison operator
669           to = for POSIX compliance; == is bash extension
670
671 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
674           kosmonaut_pirx
675
676 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
677
678         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
679         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
680         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
681         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
682         bug report #1478657,
683
684 2006-05-05 Borut Razem <borut.razem AT siol.net>
685
686         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
687           making the html
688
689 2006-05-02 Borut Razem <borut.razem AT siol.net>
690
691         * doc/Makefile.in: removed *.ind dependency since there is no rule to
692           create *.ind, which made make to fail if invoked with -j 2
693
694 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
697           Hubert Sack for patch 1479782
698
699 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
700
701         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
702
703 2006-05-01 Raphael Neider <rneider AT web.de>
704
705         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
706           (create_pic): store only prefix-free device name,
707           (init_pic): check for device names with "16" prefix,
708           (list_valid_pics),
709         * src/pic/device.h (struct PIC_device),
710         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
711             stored device name,
712         * device/include/pic/pic12f{635,675,629,683}.h,
713         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
714         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
715         * device/include/pic/pic16f505.h,
716         * device/lib/pic/libdev/pic16f505.c: removed
717         * device/include/pic/pic14devices.txt: added support for pic12f
718             devices, removed unsupported non 16-bit devices
719             [above changes provided by patch from Zik Saleeba]
720         * src/pic/*, src/pic16/*, device/include/pic16/*,
721           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
722
723 2006-05-01 Borut Razem <borut.razem AT siol.net>
724
725         * configure.in, configure, doc/Makefile.in:
726           sync with nightly build makefile - latex, dvipdf and dvips
727           not needed any more
728
729 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
730
731         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
732         in the library source
733
734 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
735
736         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
737
738 2006-04-28 Raphael Neider <rneider AT web.de>
739
740         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
741         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
742           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
743         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
744
745 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
746
747         * device/lib/pic/libdev/Makefile.in,
748         * device/lib/hc08/Makefile.in,
749         * device/lib/gbz80/Makefile.in,
750         * device/lib/z80/Makefile.in,
751         * device/lib/ds390/Makefile.in,
752         * device/lib/ds400/Makefile.in: added srcdir to include search path,
753         thanks to Borut for the bug report
754         * configure.in,
755         * configure: always create doc/Makefile independent from --enable-doc
756         * Makefile.in: always install from directory doc independent from
757         --enable-doc
758         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
759         removed
760         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
761         * doc/Makefile.in: install *.txt if present
762         * device/include/Makefile.in (install): added installation of pic/*.inc
763         and pic/*.txt files again, they were erroneously removed
764
765 2006-04-28 Raphael Neider <rneider AT web.de>
766
767         * src/pic/{gen.c,main.h,pcode.c},
768         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
769             concerning signedness with casts
770
771 2006-04-28 Raphael Neider <rneider AT web.de>
772
773         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
774             definition of an interrupt handler,
775         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
776             interrupt handler stuff from picglue() to separate routine,
777           (picglue): enabled definition of intr handlers in files w/o main()
778
779 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
782           compilation with MSVC 2005 Express Edition (VC8)
783
784 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
785
786         * device/lib/Makefile: fixed build of gbz80 lib
787
788 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
789
790         * support/regression/tests/bug-460010.c,
791         * support/regression/tests/bug-524691.c,
792         * support/regression/tests/bug-716242.c: removed conditional defines
793           that are already in testfwk.h
794
795 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
796
797         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
798           (AccAXRsh1): added, shift right by 1,
799           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
800            AccAXLrl1
801         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
802
803 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
804
805         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
806         remove cast to same type
807         * src/SDCCast.c (decorateType): fix for RFE 1475742,
808         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
809         * as/z80/Makefile,
810         * link/z80/Makefile: removed, they have moved to
811         Makefile.in files
812         * configure,
813         * configure.in: replaced duplicate message about ucsim by missing sdcpp
814         * install-sh: fix bug #1204398 by setting umask 0022
815         * device/lib/Makefile: separate build of z80 and gbz80 lib
816
817 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
818
819         Enabled VPATH feature: changed nearly all Makefiles (149 files).
820         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
821
822         One basic decision: e.g. src/clean.mk includes further files. In order
823         to make this work there are two solutions:
824         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
825           run configure on them. This way they can use
826           'include $(srcdir)/port-clean.mk'
827         - always include clean.mk by the Makefile at the same level. To avoid
828           that `make clean` tries to include and build Makefile.dep the
829           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
830           implemented, because now even `make uninstall` doesn't create
831           Makefile.in. clean.mk could be eliminated by pasting it in
832           Makefile.in.
833
834         * debugger/mcs51/Makefile.in: build own objects from library sources
835         (SLIB, SDCC) in current directory
836
837         * configure, configure.in: renamed --disable-device-lib-build in
838         --disable-device-lib; added --enable-doc, the required tools are
839         searched by configure; added result message; the toolchain for the
840         belonging ports are now only built, if the port is enabled.
841
842         * support/regression/*: all output is written in directory gen, because
843         the fwk and ports directories don't livet in the build tree using vpath
844
845         * doc/sdccman.lyx: renamed --disable-device-lib-build to
846         --disable-device-lib, added --enable-doc, added section VPATH
847
848         * sim/ucsim/configure.in,
849         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
850         z80 are enabled by default
851
852 2006-04-24 Raphael Neider <rneider AT web.de>
853
854         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
855             to config word, "pic14_"-prefixed some extern functions
856           (pic14_emitConfigWord): emit __config directive(s) if assignment to
857             config word has been found
858         * src/pic/device.h: added prototypes
859         * src/pic/pcode.c: added "pic14_"-prefix where needed
860         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
861             fixup
862         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
863             words,
864           (pic14emitRegularMap): ignore config words,
865           (pic14createInterruptVect): moved generating __config directives away
866           (picglue): have __config directives emitted
867
868 2006-04-24 Borut Razem <borut.razem AT siol.net>
869
870         * doc/Makefile: sync with nightly build makefile
871
872 2006-04-24 Raphael Neider <rneider AT web.de>
873
874         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
875             registers that have not been assigned proper liveranges,
876             fixes #1469504 and #1474602,
877           (pCodeRegOptimizeRegUsage): fixed typo in comment
878
879 2006-04-24 Borut Razem <borut.razem AT siol.net>
880
881         * device/examples/main8051.c: deleted - it was removed from CVS
882           24.mar.2000 and after that modified 18.feb.2001, so it reappered
883           after the transition to Subversion
884         * src/SDCCalloc.h: deleted - it was removed  from CVS
885           3.feb.2001 and after that modified 18.feb.2001, so it reappered
886           after the transition to Subversion
887         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
888           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
889           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
890           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
891
892 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
893
894         * as/asx8051.dsp: added mcs51/strcmpi.h
895         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
896         * as/hc08/aslink.h: updated lnksect prototype
897         * as/hc08/asm.h,
898         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
899         * as/hc08/asmain.c,
900         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
901           (newdot): handle A_ABS
902         * as/hc08/asout.c,
903         * as/mcs51/asout.c (outarea): output address
904         * as/hc08/lkaomf51.c,
905         * as/mcs51/lkaomf51.c: disabled unused array UsageType
906         * as/hc08/m08pst.c,
907         * as/mcs51/i51pst.c,
908         * as/z80/z80pst.c: "ABS" is not A_OVR
909         * as/hc08/lkarea.c (newarea): read a_addr,
910           (lnkarea): added codemap array, sort absolute areas to the front,
911            combine all GSINITx/GSFINAL,
912           (find_empty_space, allocate_space): new functions,
913           (lnksect): return next address, handle absolute sections
914         * as/mcs51/lkarea.c (newarea): read a_addr,
915           lnksect2 prototype changed,
916           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
917           (find_empty_space, allocate_space): new, factored out of lnksect2,
918           (lnksect2): return next address, handle absolute sections
919         * as/hc08/lkhead.c,
920         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
921         * as/hc08/lklibr.c (addfile, fndsym),
922         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
923           index out of range and detect both '\' and '/'
924         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
925         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
926           regression tests (ds390 cannot return bool yet)
927         * doc/sdccman.lyx: changed version number, document changed --no-peep,
928           document critical interrupts on z80, document changed SDCC define
929         * src/asm.c (_asxxxx_mapping): fixed .org directive,
930           (_a390_mapping): added .org directive
931         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
932           (genMultOneByte): fixed warnings
933         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
934           ones
935         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
936         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
937           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
938         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
939         * src/pic16/main.c: removed newReg prototype
940         * src/pic16/pcode.c,
941         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
942           warnings
943         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
944           ones
945         * src/pic16/ralloc.c
946         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
947           to fix warnings
948         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
949           from short to PIC_OPTYPE
950         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
951         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
952           optype from short to PIC_OPTYPE
953         * src/port.h: made int_size unsigned to fix warnings
954         * src/SDCC.y: fixed warning on MSVC
955         * src/SDCCicode.c (getArraySizePtr): return unsigned int
956         * src/SDCCopt.c (convertToFcall): fixed warnings
957         * src/SDCCsymt.h: removed double prototype for genSymName
958         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
959           offset int to fix warnings
960
961 2006-04-22 Borut Razem <borut.razem AT siol.net>
962
963         * doc/sdccman.lyx, */Makefile, */Makefile.in:
964           references to CVS replaced with Subversion
965
966 2006-04-21 Borut Razem <borut.razem AT siol.net>
967
968         * doc/sdccman.lyx, */Makefile, */Makefile.in:
969           references to CVS replaced with Subversion
970
971 2006-04-19 Borut Razem <borut.razem AT siol.net>
972
973         * src/version.awk: adapted for svn
974         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
975           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
976           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
977           /binutils-avr/etc/*.vi, *.jin: removed all properties
978           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
979
980 2006-04-19 Borut Razem <borut.razem AT siol.net>
981
982         * CVS to Subversion migration completed
983
984 2006-04-18 Borut Razem <borut.razem AT siol.net>
985
986         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
987           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
988
989 2006-04-17 Borut Razem <borut.razem AT siol.net>
990
991         * device/include/Makefile.in: added pic/*.inc to the installation
992
993 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
994
995         * support/regression/collate-results.py: fixed output in case of
996         a valdiag error
997         * support/regression/generate-cases.py: fixed splitting of pathnames
998         with dots
999         * as/hc08/lklibr.c (addfile),
1000         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1001
1002 2006-04-11 Raphael Neider <rneider AT web.de>
1003
1004         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1005         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1006         * src/pic16/pcode.c (assignValnums): fixed #1460578
1007
1008 2006-04-11 Raphael Neider <rneider AT web.de>
1009
1010         * device/lib/pic/libdev/*.c,
1011         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1012           fixes #1468739, enables compilation in --std-c99 mode
1013         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1014
1015 2006-04-11 Raphael Neider <rneider AT web.de>
1016
1017         * src/pic/device.c (find_device): removed debug output
1018           (list_valid_pics): enabled verbose listing of supported devices
1019         * device/include/stdbool.h: define bool as char for pic14/16 as well
1020
1021 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1022
1023         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1024
1025 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * .version: bumped version to 2.5.6
1028         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1029
1030 2006-04-06 Raphael Neider <rneider AT web.de>
1031
1032         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1033         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1034         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1035           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1036             pic14_constructAbsMap
1037           (pic14printPublics): declare absolute global symbols as global
1038           (pic14createInterruptVect),
1039         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1040           (newReg): assume new registers unused, use correct name in
1041             hashtable (reg->name instead of name), more debugLog output
1042         * src/pic/device.h (PIC_device): added fields for verbose output
1043         * src/pic/device.c: moved device definition to pic14devices.txt,
1044             added routines for runtime parsing of pic14devices.txt,
1045             added support for second config word
1046         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1047           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1048           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1049           (_pic14_parseOptions): moved pCodeInitRegisters here
1050           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1051         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1052           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1053             handling the pseudo stack
1054         * device/lib/Makefile.in: ignore failures in objects-pic16,
1055         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1056         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1057         * device/lib/pic/Makefile.subdir,
1058         * device/lib/pic16/Makefile.subdir: improved clean rules
1059         * device/lib/pic/libdev/: NEW, pic14 device libraries
1060         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1061         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1062         * device/include/Makefile.in: create subdir and install pic14 headers
1063         * device/include/pic/p16f_common.inc: removed unused declarations
1064         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1065             PICs from inc2h.pl v1.6,
1066             replaced BIT_AT macros with struct declarations
1067         * device/include/pic/pic14devices.txt: definition of supported devices,
1068             all above improvements contributed by Zik Saleeba, thanks
1069         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1070         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1071             headers
1072
1073 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1074
1075         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1076         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1077           thanks to Charles Olds
1078
1079 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1080
1081         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1082
1083 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1084
1085         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1086         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1087         * support/regression/bug1464657.c: added, new test
1088
1089 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1090
1091         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1092           version number
1093
1094 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1095
1096         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1097           --no-peep and --peep-file <file> are used don't use default rules but
1098           do use the <file>
1099
1100 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1101
1102         * src/mcs51/gen.c (genCall): fixed bug 1457608
1103
1104 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1105
1106         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1107         changes seem to cause (trigger?) problems with the build system.
1108
1109 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1110
1111         * src/SDCCpeeph.c (operandsLiteral): new, added,
1112           (callFuncByName): inserted operandsLiteral
1113         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1114
1115 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1116
1117         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1118         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1119
1120 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1121
1122         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1123           implemented patch 1120823 Thanks to Willy De la Court (normal
1124           interrupts need an interrupt number now if they are made critical),
1125           and enabled nesting of critical functions though not for gbz80
1126           (genCritical, genEndCritical): added functions
1127           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1128         * src/z80/mappings.i: added "ei" to all mappings
1129
1130 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1131
1132         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1133         submitted by the Debian SDCC maintainer Aurelien Jarno:
1134         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1135         archive with gcc 4.1 on mips and wrote the patch"
1136
1137 2006-03-16 Raphael Neider <rneider AT web.de>
1138
1139         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1140           the left operand is shorter than the result (c* = lit-c* + int),
1141           fixes bug #1450796
1142         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1143           OP_SYMBOL
1144
1145 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1146
1147         * src/.version: increased version number to 2.5.5
1148         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1149         linking is done manually in pic16 port's _linkEdit,
1150         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1151         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1152         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1153         allocate asmop as AOP_ACC,
1154         (aopForRemat): added parameter 'bool result' in function declaration,
1155         (pic16_aopGet): return AOP_ACC when accessing WREG,
1156         (pic16_popGetTempReg): minor modification,
1157         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1158         'pic16_allocWithIdx',
1159         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1160         calling function in absolute addresses,
1161         (genAssign): take into account AOP_ACC asmop,
1162         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1163         * src/pic16/pcoderegs.c: some debug functions and lines added,
1164         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1165         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1166         register too,
1167         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1168         call to allocReg, not by manually allocating a new one,
1169         (pic16_assignRegisters): now before going through the register
1170         allocating functions mark all registers as free. This eliminates some
1171         side effects resulting from peephole parser done earlier in the backbone
1172
1173 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * src/SDCCicode.c (geniCodeLogic),
1176         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1177
1178 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1181           (genSend): bugfix, do not allocate and free twice,
1182           (shiftRLong): handle partially overlapping aops
1183         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1184
1185 2006-03-08 Borut Razem <borut.razem AT siol.net>
1186
1187         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1188           for pic16
1189
1190 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1191
1192         * support/regression/tests/bug1409955.c: new, added
1193         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1194         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1195           (aopForSym, aopOp): increment asmop.allocated if reused,
1196           (freeAsmop): decrement asmop.allocated and check for zero instead of
1197           using asmop.freed,
1198           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1199           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1200            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1201            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1202            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1203            genSignedRightShift, genRightShift, genDataPointerGet,
1204            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1205            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1206             in reverse order from allocation,
1207           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1208             added swappedLR to keep track
1209         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1210           pdata & code for GCC, z80, gbz80 & hc08
1211         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1212
1213 2006-03-08 Raphael Neider <rneider AT web.de>
1214
1215         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1216
1217 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1218
1219         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1220         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1221         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1222
1223 2006-03-06 Borut Razem <borut.razem AT siol.net>
1224
1225         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1226           made the linker quiet
1227
1228 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1229
1230         * src/pic16/gen.c (genPcall): fixed bug #1443644
1231         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1232         which dumps before the function entry point a data byte which represents
1233         the number of the local variables used by the specified function, added
1234         'xinst' for initial support for Extended Instruction Support,
1235         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1236         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1237         port->fun_prefix anymore (may change later),
1238         (genFunction, genEndFunction): do not store/restore local registers for
1239         _main (this should take care the --main-return command line option in
1240         the future),
1241         (genOr): removed some legacy pic-port instructions,
1242         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1243         performing operations with SFR's causes data to be written more than
1244         once to each SFR. Perhaps SFRs should be handled in special cases...
1245         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1246         pcode.h
1247         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1248         into account for stack starting position,
1249         (struct OPTIONS pic16_optionsTable): added command line argument
1250         --extended or -y for Extended Instruction Support,
1251         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1252         (deassignLRs): *** perhaps the most important change, old 'for' code
1253         (commented out for reference), didn't account for some registers which
1254         were left marked 'not free' after a pointer operation. The change
1255         reduces register usage a lot in some cases
1256
1257 2006-03-04 Borut Razem <borut.razem AT siol.net>
1258
1259         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1260           _clean
1261         * support/regression/tests/bug-524697.c: decreased array size for
1262           mcs51 to fit into the internal RAM
1263         * support/regression/Makefile.in: a little bit more verbose
1264
1265 2006-03-03 Borut Razem <borut.razem AT siol.net>
1266
1267         * support/regression/fwk/lib/testfwk.c,
1268           support/regression/fwk/include/testfwk.h: introduced function
1269           _prints(), nonrecursive _printn(), call _initEmu() from main()
1270         * support/regression/ports/gbz80/support.asm,
1271           support/regression/ports/ucz80/support.asm,
1272           support/regression/ports/z80/support.asm,
1273           support/regression/ports/ds390/support.c,
1274           support/regression/ports/hc08/support.c,
1275           support/regression/ports/host/support.c,
1276           support/regression/ports/mcs51/support.c,
1277           support/regression/ports/xa51/support.c: added empty _initEmu()
1278           function
1279         * support/regression/ports/pic16/gpsim.cmd,
1280           support/regression/ports/pic16/spec.mk,
1281           support/regression/ports/pic16/support.c,
1282           support/regression/Makefile.in: added pic16 regression test
1283
1284 2006-03-01 Raphael Neider <rneider AT web.de>
1285
1286         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1287           genConstPointerGet): use safe way of generating MOVFF to cover
1288             literals as well as registers, fixes bug #1440527
1289         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1290             dereference
1291           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1292             more correctly, fixes bug #1232186
1293           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1294         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1295             gplink guess the correct processor in more cases, applied patch
1296             from Till Riedel attached to and fixing bug #1436552
1297
1298 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1299
1300         * support/regression/tests/array.c: added, contains check for #1434401
1301         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1302
1303 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1306         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1307         * device/include/mcs51/c8051f326.h,
1308         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1309         * device/include/mcs51/c8051f000.h,
1310         * device/include/mcs51/c8051f018.h,
1311         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1312           PCON_IDLE,PCON_STOP and added sfr16 definitions
1313
1314 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1315
1316         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1317           genGetWord): fixed bug 1409955
1318
1319 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1320
1321         * device/include/hc08/mc68hc908gp32.h,
1322         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1323
1324 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1325
1326         * src/SDCCast.c (constExprValue): return NULL if not a value
1327         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1328         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1329         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1330
1331 2006-02-13 Borut Razem <borut.razem AT siol.net>
1332
1333         * src/regression/ptrarg.c: added, fails due to bug #1430967
1334         * src/regression/Makefile: ptrarg.c added, ...
1335
1336 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1337
1338         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1339         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1340
1341 2006-02-11 Borut Razem <borut.razem AT siol.net>
1342
1343         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1344           print "Processor: xxx" message to stdout only if --verbose
1345
1346 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1347
1348         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1349         * support/regression/tests/bug1426356.c: added
1350         * support/regression/tests/bitfields.c: removed 2 tests
1351
1352 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1355         * device/include/mcs51/c8051f330.h,
1356         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1357           PCON_IDLE,PCON_STOP and added sfr16 definitions
1358         * device/lib/_divsint.c,
1359         * device/lib/_divuint.c,
1360         * device/lib/_divulong.c,
1361         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1362           register bank bug for small stackauto
1363
1364 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1367
1368 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1371         * all.dsp: corrected several bin paths
1372         * device/include/mcs51/c8051f120.h,
1373         * device/include/mcs51/c8051f300.h,
1374         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1375           to PCON_IDLE,PCON_STOP
1376         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1377         * device/lib/printf_large.c (output_float): fixed bug 1388703
1378         * support/regression/tests/bug1057979.c: added test for bug 1388703
1379
1380 2006-02-08 Raphael Neider <rneider AT web.de>
1381
1382         * src/pic/pcode.c (pciTRIS): fixed typo,
1383           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1384           (LinkFlow): fixed handling of flows that end in a call,
1385           (ReuseReg): perform safety check earlier
1386         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1387             to work with flows at the beginning of a pBlock,
1388             fixes #1426557 (Symbol not previously defined),
1389           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1390             usage information
1391           (RemoveUnusedRegisters): update register usage info
1392         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1393             created, reuse existing ones instead
1394         * src/pic/gen.c (genPcall): fixed #1424719
1395
1396 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1397
1398         * link/z80/lkmain.c,
1399         * link/z80/lklex.c,
1400         * link/z80/lkdata.c,
1401         * link/z80/aslink.h: fixed build on current cygwin:
1402         replaced getline() by lk_getline()
1403
1404 2006-02-01 Borut Razem <borut.razem AT siol.net>
1405
1406         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1407           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1408           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1409           src/regression/bool1.c, src/regression/bool2.c,
1410           src/regression/bool3.c, src/regression/call1.c,
1411           src/regression/compare.c, src/regression/compare10.c,
1412           src/regression/compare2.c, src/regression/compare3.c,
1413           src/regression/compare4.c, src/regression/compare5.c,
1414           src/regression/compare6.c, src/regression/compare7.c,
1415           src/regression/compare8.c, src/regression/compare9.c,
1416           src/regression/configword.c, src/regression/for.c,
1417           src/regression/inline.c, src/regression/mult1.c,
1418           src/regression/nestfor.c, src/regression/or1.c,
1419           src/regression/pointer1.c, src/regression/ptrfunc.c,
1420           src/regression/rotate1.c, src/regression/rotate2.c,
1421           src/regression/rotate3.c, src/regression/rotate4.c,
1422           src/regression/rotate5.c, src/regression/rotate6.c,
1423           src/regression/rotate7.c, src/regression/string1.c,
1424           src/regression/struct1.c, src/regression/sub.c,
1425           src/regression/sub2.c, src/regression/switch1.c,
1426           src/regression/while.c, src/regression/xor.c,
1427           src/regression/create_stc, src/regression/simulate,
1428           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1429           regression tests
1430         * src/regression/gpsim_assert.h: added
1431
1432 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1433
1434         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1435         ((void (code *) (void)) 0) ();
1436         * as/hc08/aslex.c,
1437         * as/hc08/aslink.h,
1438         * as/hc08/asm.h,
1439         * as/hc08/asmain.c,
1440         * as/hc08/lkdata.c,
1441         * as/hc08/lklex.c,
1442         * as/hc08/lkmain.c,
1443         * as/mcs51/aslex.c,
1444         * as/mcs51/aslink.h,
1445         * as/mcs51/asm.h,
1446         * as/mcs51/asmain.c,
1447         * as/mcs51/lkdata.c,
1448         * as/mcs51/lklex.c,
1449         * as/mcs51/lkmain.c,
1450         * as/z80/aslex.c,
1451         * as/z80/asm.h,
1452         * as/z80/asmain.c: fixed build on current cygwin:
1453         replaced getline() by as_getline()
1454
1455 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1456
1457         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1458         declarator in the symbol chain
1459         * src/SDCCsymt.h,
1460         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1461         parameter list for function pointers
1462         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1463         * support/regression/tests/bug-716242.c: added
1464
1465 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1466
1467         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1468         offset if possible
1469         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1470
1471 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1472
1473         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1474         inifinitely recurseable, added static
1475         * support/regression/tests/bug-1408066.c: added
1476
1477 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/SDCCicode.h,
1480         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1481         renamed, added possibility to create "postLoopLbl"-labels
1482         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1483         newiTempLoopHeaderLabel
1484         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1485         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1486         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1487         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1488         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1489         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1490         (basicInduction): fixed bug #136564, made static,
1491         (loopInduction): changed parameter of basicInduction, made static,
1492         (addPostLoopBlock): added
1493         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1494         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1495         findLoopEndSeq
1496         * support/regression/tests/bug-136564.c: added
1497         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1498         --std-sdcc99 to LIBSDCCFLAGS
1499
1500 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1501
1502         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1503         while loop
1504         * support/regression/tests/bug-1406131.c: added
1505
1506 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1507
1508         * src/SDCCast.c (decorateType): fix promotion of unary minus
1509         * src/SDCCsymt.c (computeType): beautified
1510         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1511         (valUnaryPM, valComplement): fix sign and promotion,
1512         (valNot): ANSI: result type is int (SDCC: unsigned char)
1513         * support/regression/tests/uminus.c: speedup by removing superflous
1514         test case 'int'
1515         * support/regression/tests/onebyte.c: added promotion and signedness
1516         tests for unary minus
1517         * support/regressions/tests/bug-477927.c: disable warning about
1518         uninitialized variables
1519         * support/regression/tests/not.c: added
1520
1521 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1522
1523         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1524         * src/mcs51/gen.c (gen51Code): show final register usage after
1525         fillGaps in asm with --i-code-in-asm
1526         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1527         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1528         incUsed, rliveClear, adjustIChain): made static,
1529         (setFromRange): excluded because it's unused,
1530         (findPrevUseSym, markWholeLoop): added,
1531         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1532         through all branches of predecessors enables sdcc to emit the warning
1533         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1534         (rlivePoint): made static, added parameter emitWarnings which is only
1535         true during the first run out of two,
1536         (findRecursiveSucc, findRecursivePred): removed,
1537         (computeLiveRanges): made static, added parameter emitWarnings,
1538         (dumpIcRlive): added for debugging only
1539         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1540         removed prototype of setFromRange()
1541         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1542         in call of computeLiveRanges()
1543         * support/regression/tests/bug-895992.c: added
1544         * support/regression/tests/bug-971834.c: added
1545         * support/valdiag/tests/bug-895992.c: added
1546         * support/valdiag/tests/bug-971834.c: added
1547
1548 2005-12-18 Raphael Neider <rneider AT web.de>
1549
1550         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1551           (genUnpackBits): improved code for direct operands,
1552           (genPackBits): improved code for literal assignment to bitfields
1553             and for direct destination operands (no FSR indirection),
1554             prevented redundant AND, fixes #1362800,
1555           (AccLsh): added parameter to disable masking of the result
1556         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1557           skip instructions with side-effects (like incfsz),
1558           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1559         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1560         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1561           fixes #1375263
1562
1563 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1564
1565         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1566         volatile variables as spill location
1567
1568 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1569
1570         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1571         replacing literals
1572         * support/regression/tests/bug-1376320.c: added
1573
1574 2005-12-08 Raphael Neider <rneider AT web.de>
1575
1576         * src/pic/device.c: renamed is_shared to pic14_is_shared
1577         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1578         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1579           (is_valid_identifier): added for above workaround
1580
1581 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1582
1583         * device/lib/Makefile.in: fixed to enable port-specific-objects
1584         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1585           char, thanks Hubert Sack
1586         * doc/sdccman.lyx: documented --xstack-loc,
1587           elaborated a bit more on interrupts and pitfalls,
1588           removed "setjmp/longjmp unsupported",
1589           documented some unsupported C99 features
1590         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1591         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1592           if, thanks Hubert Sack
1593         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1594         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1595           make make_library
1596         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1597           regression tests can report resource usage (rfe 700441)
1598         * support/regression/collate-results.py: report resource usage
1599         * support/regression/ports/ds390/spec.mk,
1600         * support/regression/ports/hc08/spec.mk,
1601         * support/regression/ports/mcs51/spec.mk,
1602         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1603         * support/regression/ports/ds390/uCsim.cmd,
1604         * support/regression/ports/hc08/uCsim.cmd,
1605         * support/regression/ports/mcs51/uCsim.cmd,
1606         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1607         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1608           library, use the default one
1609         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1610           building the library
1611
1612 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1613
1614         * config.dsp: added dependency on .version and configure_vc.awk
1615         * device/include/setjmp.h: updated for --stack-auto and --xstack
1616         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1617         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1618         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1619         * device/lib/libsdcc.lib: added _setjmp
1620         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1621           (decorateType): fixed bug 1372851,
1622           (optimizeGetHbit): fixed warning
1623         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1624           array initialisation
1625         * support/regression/tests/bug1057979.c: added test for bug 1358192
1626         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1627
1628 2005-12-03 Borut Razem <borut.razem AT siol.net>
1629
1630         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1631           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1632
1633 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1634
1635         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1636         createIval): implement symbol independant "flexible array member",
1637         (createIvalCharPtr): implemented flexible array initialisation with a
1638         string
1639         * src/SDCCsymt.c (copyStruct): removed,
1640         (getSize): fixed misleading comment,
1641         (getAllocSize): removed, the additional allocation size is now in
1642         sym->flexArrayLength,
1643         (checkStructFlexArray): new, syntax checks for flexible array members,
1644         (compStructSize): added syntax checks for "flexible array members"
1645         (copyStruct): removed,
1646         (copyLinkChain): removed inefficient fix for bug 770487
1647         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1648         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1649         symbol->flexArrayLength
1650         * src/SDCCerr.c,
1651         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1652         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1653         * support/regression/tests/structflexarray.c: added
1654         * support/valdiag/tests/structflexiblearray.c: added
1655
1656 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1657
1658         * src/SDCCast.c (decorateType): fixed bug 1368489
1659         * support/Util/SDCCerr.c,
1660         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1661
1662 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1663
1664         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1665           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1666
1667 2005-11-27 Borut Razem <borut.razem AT siol.net>
1668
1669         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1670           support/cpp2/mkdeps.h: added command line option
1671           -obj-ext=<extension> to SDCPP to define object file externion, used
1672           for generation of make dependencies (-M)
1673         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1674
1675 2005-11-26 Borut Razem <borut.razem AT siol.net>
1676
1677         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1678           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1679           added pic and pic16 libraries
1680
1681 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1682
1683         * device/include/float.h: Corrected typo in prototype of __fsgt
1684
1685 2005-11-25 Borut Razem <borut.razem AT siol.net>
1686
1687         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1688           added creation of model-mcs51-stack-auto libraries
1689
1690 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1691
1692         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1693         and fields-list too
1694         * src/SDCCast.c (createIvalArray): removed obsolete comment
1695
1696 2005-11-24 Borut Razem <borut.razem AT siol.net>
1697
1698         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1699           added missing device/lib/mcs51/crt*.asm sources
1700
1701 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1702
1703         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1704
1705 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1706
1707         * device/lib/_fs2schar.c,
1708         * device/lib/_fs2sint.c,
1709         * device/lib/_fs2slong.c: optimized inline asm
1710
1711 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1712
1713         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1714           Better handling of floats between -1.0 and 0.0.
1715
1716 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1717
1718         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1719           (the missing "if"s prohibited removal of redundant labels)
1720
1721 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1722
1723         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1724           Properly convert floats between -1.0 and 0.0 to long, int, and char
1725           types (max integer value of negative floats tends to zero).
1726         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1727           Removed changes made so to work properly with floats between
1728           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1729           and _fs2char.c
1730
1731 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1732
1733         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1734         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1735         (genCast) cosmetic change
1736         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1737         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1738         from mcs51
1739         * support/regression/tests/bitfields (testSignedBitfields): added
1740
1741 2005-11-18 Borut Razem <borut.razem AT siol.net>
1742
1743         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1744         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1745           introduced SILENT option to make building of pic16 libraries less
1746
1747 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1748
1749         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1750           Now they work properly with floats between -1.0 and 0.0
1751         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1752
1753 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1754
1755         * src/SDCCicode.c (printOperand): added missing else
1756
1757 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1758
1759         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1760         reformatted for better readability
1761         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1762         signed bitfields
1763
1764 2005-11-17 Borut Razem <borut.razem AT siol.net>
1765
1766         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1767           introduced SILENT option to make building of pic16 libraries less
1768           verbose - used for nightly snapshot build
1769         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1770           available on Win32 platforms.
1771         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1772           medium, large, pic and pic16
1773
1774 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1775
1776         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1777           printf("%f"...) sets fraction to zero.
1778
1779 2005-11-16 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1782           fixes #1357221
1783         * src/pic/gen.c (genIfx): implemented for CARRY bit
1784         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1785           to generic pointers, fixes #1357332,
1786           (pic16_movLit2f): NEW,
1787           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1788
1789 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1790
1791         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1792
1793 2005-11-11 Raphael Neider <rneider AT web.de>
1794
1795         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1796         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1797           compute pointer's type from operand,
1798           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1799           improved single bit reads, fixes bug #1353379
1800
1801 2005-11-09 Borut Razem <borut.razem AT siol.net>
1802
1803         * support/scripts/sdcc.nsi: added lib/pic to the package
1804
1805 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1806
1807         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1808
1809 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1810
1811         * support/regression/tests/bug1348008.c: added
1812         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1813         * support/regression/tests/bug1337835.c: updated comment
1814
1815 2005-11-06 Borut Razem <borut.razem AT siol.net>
1816
1817         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1818           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1819           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1820           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1821           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1822           dynamic construction of cl_error_class and derivates - 2.nd try
1823
1824 2005-11-05 Borut Razem <borut.razem AT siol.net>
1825
1826         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1827           bug, which caused Bus Errors on sparc solaris
1828
1829 2005-11-04 Borut Razem <borut.razem AT siol.net>
1830
1831         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1832           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1833           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1834           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1835           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1836           and derivates to resolve the initialization problem on OSX
1837
1838 2005-11-02 Borut Razem <borut.razem AT siol.net>
1839
1840         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1841           corrected typo - #include <winsock2.h>
1842
1843 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1846           (_asxxxx_mapping): added org directive for future enhancements
1847
1848 2005-11-01 Borut Razem <borut.razem AT siol.net>
1849
1850         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1851           enabled sockets on WIN32
1852         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1853
1854 2005-10-31 Borut Razem <borut.razem AT siol.net>
1855
1856         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1857           WIN32 backslash path delimiters should be escaped when used in C strings
1858         * support/regression/tests/bitfields.c: exclude failing assertions for
1859           __CYGWIN32__ and __MINGW32__ hosts
1860
1861 2005-10-30 Borut Razem <borut.razem AT siol.net>
1862
1863         * src/SDCCutil.c: corrected double comparison typo
1864
1865 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * device/lib/medium/Makefile: added for new memory model medium
1868         * device/include/asm/mcs51/features.h: updated for medium/pdata
1869         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1870           added Multiply & Accumulate sbit's and MAC0_PAGE define
1871         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1872         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1873         * device/lib/_mullong.c: update for medium model
1874         * device/lib/incl.mk: added medium model
1875         * doc/sdccman.lyx: documented medium model
1876         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1877         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1878         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1879         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1880           (allocParms): set SCLS and OCLS to pdata for medium model
1881         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1882           for pdata,
1883           (powof2): return <0 if not power of 2
1884         * src/avr/gen.c (genBitWise): use updated powof2
1885         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1886           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1887           (shiftLLeftOrResult): use B if necessary
1888         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1889         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1890         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1891         * support/regression/Makefile.in: added test-mcs51-medium
1892         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1893
1894 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1895
1896         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1897         specifier unsigned
1898         * device/lib/time.c (mktime): fixed bug 1334315
1899
1900 2005-10-28 Raphael Neider <rneider AT web.de>
1901
1902         * device/include/pic/p16f_common.inc: added common declarations
1903         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1904
1905 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1906
1907         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1908           (aopPutUsesAcc): added to predict accumulator use,
1909           (assignResultValue): save acc if necessary,
1910           (genMinusDec): store result if indirectly addressed,
1911           (genDivOneByte):  save acc if necessary,
1912           (movLeft2Result): bugfix if left already in acc,
1913           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1914             attention to accumulator use (esp. pdata),
1915           (genReceive): receive pdata correctly
1916         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1917         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1918
1919 2005-10-27 Raphael Neider <rneider AT web.de>
1920
1921         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1922
1923 2005-10-27 Raphael Neider <rneider AT web.de>
1924
1925         * .version: changed version to 2.5.4
1926         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1927         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1928           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1929             arithmetics support routines
1930         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1931         * device/lib/Makefile.in: also create installdir for pic
1932
1933         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1934           pic14 port as well
1935         * src/pic/device.c (dump_sfr): rewritten to delegate register
1936           placement to the linker (use `extern sym' rather than sym EQU addr),
1937           (validAddress): fixed to check last specified address
1938         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1939           (popGetLit): truncate literal value to 8 bit,
1940           (popGet): moved assert to more appropriate place
1941           (popGetExternal): create pCode operand from and mark the according
1942             symbol as being `extern'
1943           (popGetAddr): added sanity check on immediate's offset, provide
1944             GPOINTER tag on demand
1945           (aopPut): fixed for immediates,
1946           (mov2w_op): move operand's address or contents to WREG (depending on
1947             operand type), safer variant of mov2w,
1948           (movwf,call_libraryfunc): NEW, handy abbreviations,
1949           (get_argument_pcop,get_return_val_pcop,pass_argument,
1950           get_returnvalue): interface for accessing function parameters and
1951             return values,
1952           (assignResultValuei,genRet): use new parameter/return value interface
1953           (pic14_getDataSize): back to old version handling generic pointers,
1954           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1955             provided implementation and/or fixed old one,
1956           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1957             calls, removed legacy 8051 reference code
1958           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1959           (loadSignToC): NEW, move the operands sign bit to CARRY,
1960           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1961             genRightShiftSigned, accepts negative shift counts,
1962           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1963           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1964             generic pointers, __data pointers and __code pointers,
1965           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1966             and signed bitfields, limit bitfields to 8 bit,
1967           (genDataPointerGet): fixed number of bytes read,
1968           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1969           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1970             pointers to constant data are no longer assumed to point to __code
1971             space, removed invalid pointer types,
1972           (bitpatternFromVal): retrieve the PICs representation of an integer
1973             or float literal,
1974           (genDataPointerSet): fixed assigning to po_immediate operands,
1975           (genGenPointerSet): implemented as library call,
1976           (genIfx): fixed incorrect condition,
1977           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1978             provide GPOINTER tag according to destination's storage class,
1979           (genCast): added code to handle casting to generic pointers, added
1980             sign-/zero extension of the result
1981           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1982         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1983         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1984           extend the result
1985         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1986           address/register resides in the shared banks
1987           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1988             put all variables into separate sections (have the linker arrange
1989             them)
1990           (picglue): put init code and interrupt handlers in separate sections
1991         * src/pic/main.c: added port specific options table, modified to PORT
1992           structure to make GPOINTERs 3 byte, added pic14_options
1993           (_pic14_do_link): private linking routine (update paths to libraries,
1994             add libsdcc.lib by default)
1995         * src/pic/main.h: declare pic14_options
1996         * src/pic/pcode.c: fixed instructions i/o relations,
1997           (RegCond): reverted to correct version,
1998           (newpCodeOpLit): truncate literals to 8 bit,
1999           (genericPrint): added debug output,
2000           (getRegFromInstruction): fixed for various operand types, simplified
2001           (BuildFlow): fixed broken handling of isntructions with labels
2002           (LinkFlow): start at last instruction in flow (skip trailing comments),
2003             pass the flow on to the next instruction after CALL
2004           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2005           (insertPCodeInstruction): fixed inserting after a skip instruction,
2006           (DoBankSelect): fixed for labeled instructions
2007           (OptimizepBlock): honor --nopeep switch
2008           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2009         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2010         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2011           (pCodeOptime2pCodes): allow disabling this optimization via
2012             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2013             but is still buggy), started implementation of a dataflow based
2014             pCode optimization (CSE + dead code elimination)
2015           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2016         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2017           names are independant of the stack location and therefore portable across
2018           devices
2019
2020 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2021
2022         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2023           (selectSpil): fixed bug 1337835 by not spilling bit variables
2024         * support/regression/tests/bug1337835.c: added test for this bug
2025         * src/mcs51/peeph.def: restart after rule 3.c,
2026           addded rules 263.x to optimize loading constants
2027
2028 2005-10-26 Raphael Neider <rneider AT web.de>
2029
2030         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2031         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2032           (genAssign): emit warning when casting literals to generic pointer
2033             type, also applies when taking the address of a fixed variable,
2034           (genCast): improved casting to generic pointers
2035         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2036           extern variables, added verbose error message
2037         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2038
2039 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2040
2041         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2042         carry must be complemented too
2043         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2044         could be emitted by genMinus
2045         * src/SDCCval.c (constVal): fixed bug 1305065
2046
2047 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2048
2049         * src/SDCCast.c (addCast): added promotion for bit variables
2050         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2051         promotion casts + optimisation
2052         (optimizeGetWord): fix warning 'i' might be used uninitialized
2053         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2054         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2055
2056 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2057
2058         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2059         all chars are promoted to int; promotion should be handled in SDCCast.c
2060
2061 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2062
2063         * device/lib/_strcmp.c: Fixed bug 1326457
2064
2065 2005-10-11 Raphael Neider <rneider AT web.de>
2066
2067         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2068         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2069
2070 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2071
2072         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2073         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2074
2075 2005-10-04 Raphael Neider <rneider AT web.de>
2076
2077         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2078           device/lib/pic16/pics.all: added pic18f1320
2079         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2080
2081 2005-09-30 Raphael Neider <rneider AT web.de>
2082
2083         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2084         * src/pic16/devices.inc: NEW, provides device descriptions
2085         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2086
2087 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2088
2089         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2090           GETHBIT
2091
2092 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2095           documented Any Order Bit, Higher Order Byte and Higher Order Word
2096         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2097         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2098           (optimizeGetAbit): new, to get any bit, not only the high bit,
2099           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2100           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2101           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2102           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2103             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2104             GETABIT, GETBYTE, GETWORD: decorate them,
2105           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2106           (ast_print): added GETABIT, GETBYTE, GETWORD
2107         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2108         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2109           (geniCodeBinary): new generic binary icode,
2110           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2111         * src/port.h: updated comment for PORT.hasExtBitOp
2112         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2113           (genGetByte): new, to get a single byte,
2114           (genGetWord): new, to get a word from a long,
2115           (gen51Code): added GETABIT, GETBYTE, GETWORD
2116         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2117
2118 2005-09-23 Raphael Neider <rneider AT web.de>
2119
2120         * configure.in, configure: have device/lib/pic configured
2121         * device/lib/Makefile.in: added model-pic14
2122         * device/lib/clean.mk: added pic/ to clean rule
2123         * device/lib/pic: added rudimentary pic14 library providing support
2124           functions for multiplication/division/generic pointer access
2125         * src/SDCCopt.c (convilong): mark support functions as extern
2126           for pic14 port as well
2127         * src/pic/gen.c (genMult): added assertions,
2128           (genpic14Code): emit warning on unhandled iCodes
2129         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2130         * src/pic/pcode.c (pCodeOpCopy),
2131         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2132           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2133           SFR_REGISTER}), made safe for future extensions
2134         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2135           instructions even if preceeded by SKIP instructions (also remove
2136           them); removed unused code
2137         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2138           prevents leaving parts of the structure uninitialized after copying
2139
2140 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2141
2142         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2143           ago by me
2144         * support/regression/tests/addsub.c: added test for the bug
2145
2146 2005-09-21 Raphael Neider <rneider AT web.de>
2147
2148         * device/include/pic16/pic18f1220.h,
2149           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2150         * device/lib/pic16/Makefile.rules: added missing opening paren
2151         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2152           are provided in genutils.c,
2153           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2154           operand/result sizes,
2155           (genCmp): assert on NULL pointers first, then check deref'ed values
2156         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2157           result size
2158
2159 2005-09-18 Raphael Neider <rneider AT web.de>
2160
2161         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2162           as these are now unused,
2163           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2164         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2165           local, avoids uninitialized pointer dereference on r->name
2166         * src/pic16/ralloc.c (newReg): fixed indentation
2167
2168 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2169
2170         * src/SDCCval.c (constVal): fixed bug 730366
2171         * support/Util/SDCCerr.c,
2172         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2173
2174 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2175
2176         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2177
2178 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2179
2180         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2181
2182 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2183
2184         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2185           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2186         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2187           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2188         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2189         * packihx/packihx.c (hexDigit): made c unsigned char
2190         * as/mcs51/lklibr.c (fndsym),
2191         * link/z80/lkgb.c (gb),
2192         * link/z80/lklibr.c (fndsym),
2193         * link/z80/lkrloc.c (relr),
2194         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2195         * src/SDCC.lex (checkCurrFile, process_pragma),
2196         * src/SDCCglue.c (spacesToUnderscores),
2197         * src/SDCCmain.c (setParseWithComma, processFile),
2198         * src/asm.c (tvsprintf, printCLine),
2199         * src/avr/gen.c (emitcode, aopPut),
2200         * src/ds390/gen.c (emitcode),
2201         * src/hc08/gen.c (emitcode, emitinline),
2202         * src/mcs51/gen.c (emitcode, genInline),
2203         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2204           tokenizeLineNode),
2205         * src/pic/ralloc.c (debugLog),
2206         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2207           tokenizeLineNode),
2208         * src/pic16/ralloc.c (debugLog),
2209         * src/z80/main.c (_process_pragma):
2210            made all ctype.h function calls safe
2211         * src/SDCCopt.c: include math.h for fabs
2212         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2213           and used them throughout the code to make ctype.h function calls safe
2214         * src/ds390/main.c (asmLineNodeFromLineNode),
2215         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2216         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2217            unsigned char*
2218         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2219           (newpCodeAsmDir): made ctype.h function calls safe
2220         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2221           pic16_emitcode):  made lbp unsigned char*
2222         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2223           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2224         * src/xa51/gen.c (emitcode),
2225         * src/z80/gen.c (_emit2): made lbp unsigned char*
2226         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2227            char*
2228
2229 2005-09-05 Raphael Neider <rneider AT web.de>
2230
2231         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2232           access bank splitpoint
2233
2234 2005-09-05 Raphael Neider <rneider AT web.de>
2235
2236         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2237
2238 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * .version: changed to version 2.5.3
2241         * doc/sdccman.lyx: changed version to 2.5.3,
2242           documented --codeseg and --constseg and pragma codeseg and constseg,
2243           documented bit parameters (reentrant) and bit returning
2244         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2245            currFunc->recvSize, but is this ok for all ports?
2246           (ast2iCode): result of ~ on unsigned char must be cast to int for
2247            bool to work
2248         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2249           function pointers in bit space
2250         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2251           (processFuncArgs): call port.reg_parm() with reentrancy info
2252         * src/port.h,
2253         * src/avr/main.c,
2254         * src/ds390/main.c,
2255         * src/hc08/main.c,
2256         * src/pic/main.c,
2257         * src/pic16/main.c,
2258         * src/xa51/main.c,
2259         * src/z80/main.c: port.reg_parm prototype extended with
2260           "bool reentrant" parameter
2261         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2262           options.stackAuto for allocating bit register parameters
2263         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2264           (genSend): set BitBankUsed if it is,
2265           (selectRegBank): factored out of genCall for use in genPcall,
2266           (genCall): removed redundant dtype assignmen, use selectRegBank,
2267           (genPcall): handle returning in Carry properly, save in F0 if needed,
2268           (genReceive): handle bit register parameters
2269         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2270           (mcs51_assignRegisters): enable bit registers for all reentrant
2271            functions and don't set BitBankUsed unconditionally
2272         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2273         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2274         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2275
2276 2005-08-27 Borut Razem <borut.razem AT siol.net>
2277
2278         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2279         ppc-osx (Darwin) does not support -u option. It seems that it is
2280         supported only on Linux - GNU cp
2281
2282 2005-08-25 Borut Razem <borut.razem AT siol.net>
2283
2284         * sim/ucsim/gui.src/serio.src/Makefile.in,
2285           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2286           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2287           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2288           install and strip, since the strip at /usr/ccs/bin should be used
2289           on solaris
2290
2291 2005-08-24 Borut Razem <borut.razem AT siol.net>
2292
2293         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2294
2295 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2296
2297         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2298         ffffffffu
2299
2300 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2301
2302         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2303         * as/mcs51/lkmain.c (link_main): fixed warning
2304         * device/include/stdbool.h: ds390 has no advanced bit support yet
2305         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2306         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2307         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2308           and updated their macros
2309         * src/SDCCval.c (constVal): updated comment for renamed b_long
2310
2311 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2312
2313         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2314         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2315           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2316           (oprio): set priority for '['
2317         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2318            and adb_24_bit
2319         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2320         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2321         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2322         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2323           added overlayable BIT_BANK area
2324         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2325           (summary2): explain 'T' in legenda
2326         * as/mcs51/lkrloc.c: replaced old K&R style,
2327           (relr): added R_BIT processing,
2328           (errmsg): added "Bit-addressable relocation error",
2329           (adb_bit): added for converting from byte- to bit-addressable space,
2330           (adb_24_bit): added for converting from byte- to bit-addressable space
2331         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2332            used in reentrant functions now even as return value
2333         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2334         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2335           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2336         * src/SDCCglobl.h: added indicator BitBankUsed
2337         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2338            the bit registers b0-b7
2339         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2340           (geniCodeCast): fixed bug 1263853,
2341           (geniCodeLogicAndOr): put result in bool or char,
2342           (geniCodeReceive): added parameter func for accessing the return type,
2343           (geniCodeFunctionBody): pass func to geniCodeReceive
2344         * src/SDCCmain.c: added indicator BitBankUsed
2345         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2346         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2347           (checkSClass): don't put automatic bool/bit on stack,
2348           (checkFunction): removed check on function cannot return bit
2349         * src/SDCCsymt.h: added newBoolLink prototype
2350         * src/mcs51/gen.c (rb1regs): added bit registers,
2351           (movc): created for assigning to carry,
2352           (pushReg, popReg): created for pushing registers,
2353           (sameRegs): check both AOP_REG and AOP_CRY types,
2354           (aopOp): handle bit registers,
2355           (aopPut): optimization no self-assign,
2356           (saveRegisters): push reg->base (bits) only once for bit registers,
2357            and use pushReg,
2358           (unsaveRegisters): pop reg->base only once and use popReg,
2359           (assignResultValue): added parameter func and return in carry for bits,
2360           (genIpush): optimization no reload in A if not changed,
2361           (genSend): bit parameters in reentrant functions are passed in bit
2362            registers by first assigning to bits in B, then save registers and
2363            copy B to bits,
2364           (genCall): handle returning in Carry properly, save it in F0 if needed,
2365           (genPcall): updated assignResultValue call, this is not safe yet for bit
2366            returning function !!!
2367           (genFunction): don't generate equ's for bit registers and use pushReg,
2368           (genEndFunction): take care of bit returning functions and use popReg,
2369           (genRet): return bit in Carry,
2370           (genIfx): optimize bit registers and other directly addressable bits,
2371           (genReceive): updated assignResultValue call
2372         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2373           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2374            registers when using stack-auto
2375         * src/mcs51/ralloc.c (_G): added allBitregs,
2376           (regs8051): added the bit registers,
2377           (createStackSpil): use macro IS_BIT,
2378           (getRegBit): added to allocate a bit register, else spill,
2379           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2380           (updateRegUsage): factored out to ease stepping while debugging,
2381           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2382            also allocate bit registers,
2383           (fillGaps): handle bit registers,
2384           (findAllBitregs): added to create bit vector with all bit registers,
2385           (mcs51_allBitregs): returns this bit vector,
2386           (mcs51_assignRegisters): when using stack-auto use bit registers for
2387            passing parameters and creating local variables
2388         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2389
2390 2005-08-22 Borut Razem <borut.razem AT siol.net>
2391
2392         * device/lib/Makefile.in: replaced find option -or with -o
2393           to make it run on solaris
2394
2395 2005-08-22 Raphael Neider <rneider AT web.de>
2396
2397         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2398           fixes #1265442 (crash on Solaris)
2399
2400 2005-08-20 Borut Razem <borut.razem AT siol.net>
2401
2402         * configure, configure.in: added tests for libsocket and libnsl libraries,
2403           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2404           from support/regression/Makefile.in
2405         * support/regression/Makefile.in: added
2406         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2407         * sim/ucsim/libtool: regenerated on sparc-solaris
2408         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2409           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2410           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2411           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2412           sparc-solaris, which doesn't use GNU ld linker
2413         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2414         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2415
2416 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2417
2418         * src/mcs51/peeph.def: updated comments
2419
2420 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2421
2422         * device/lib/_gptrget.c,
2423         * device/lib/_gptrput.c: slightly shorter
2424         * doc/sdccman.lyx: incremented version
2425         * src/mcs51/peeph.def: moved peephole comments to the line of first
2426           change to better keep line correlation, reanimated 186.e
2427         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2428
2429 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2430
2431         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2432           David Saxton with quotes around file name.
2433
2434 2005-08-15 Borut Razem <borut.razem AT siol.net>
2435
2436         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2437           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2438           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2439           make tests run on x86_64 platform
2440
2441 2005-08-13 Raphael Neider <rneider AT web.de>
2442
2443         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2444           as it might be executed DURING a build (parallel make is wonderful)
2445
2446 2005-08-13 Raphael Neider <rneider AT web.de>
2447
2448         * device/lib/Makefile.in (port-specific-objects-pic16):
2449           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2450         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2451           dependency
2452         * device/lib/pic16/Makefile.rules: build subdirs before creating
2453           the library, removed builddir rule, create $(builddir) early in
2454           recurse rule, use empty recurse rule for leaf directories
2455         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2456           mkdir errors (race condition), removed duplicate suffix "hex"
2457           from clean rules
2458         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2459         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2460           prevents mkdir -p from aborting on Alpha
2461
2462 2005-08-12 Raphael Neider <rneider AT web.de>
2463
2464         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2465           db-statements in order to allow for arrays of pointers in code
2466           sections to be placed without interspersed 0-padding, fixes
2467           bug #1256215
2468         * (emitStatistics): fixed division by zero for pic18f1220
2469         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2470           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2471         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2472         * (pic16_pCodeConstString): keep track of already emitted string
2473           literals to prevent "duplicate definitions of symbol _str_NR"
2474         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2475           debug message
2476         * device/lib/Makefile.in: ignore failing PIC16 library builds
2477         * device/lib/pic16/Makefile: do not build if gputils are missing
2478         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2479
2480 2005-08-10 Raphael Neider <rneider AT web.de>
2481
2482         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2483           my last commit)
2484
2485 2005-08-10 Raphael Neider <rneider AT web.de>
2486
2487         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2488           Rokas' patch to add the new fixed point type "__fixed16x16"
2489         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2490           functions for __fixed16x16 arithmetics
2491         * device/lib/pic16: reimplemented the build system to support
2492           a separate build directory, better handling of libio (create
2493           the library in a separate subdir for each architecture) and
2494           easier configuration (centralized in Makefile.common)
2495
2496 2005-08-07 Raphael Neider <rneider AT web.de>
2497
2498         * src/pic16/gen.c (genrshTwo): fixed sign extension
2499         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2500         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2501           added T0CONbits
2502         * device/include/pic16/pic18f4220.h: NEW, header for
2503           pic18f4220 and pic18f4320
2504         * device/include/pic16/pic18fregs.h: added new devices,
2505           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2506         * device/include/pic16/signal.h: resolved name clashes
2507           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2508           to also allow testing for interrupt enable bits, added
2509           comments on how to use the macros
2510         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2511         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2512           register definitions for the devices
2513         * device/lib/pic16/pics.all: added new devices
2514         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2515           allocated memory
2516         * device/lib/pic16/libc/stdlib/memfree: do not count
2517           the block header as free memory
2518         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2519           simplified and added missing end-of-blocklist-marker
2520           (reported by Peter Onion, fixes #1252814)
2521         * (_mergeHeapBlock): fixed loop condition
2522         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2523           len==0, restructured code
2524         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2525           up a bit, reduced bitfield accesses, prevent endless loops
2526           in case of heap corruption
2527         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2528           "unreferenced arguments/must return a value" warnings
2529         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2530           replaced BAUDREG with SPBRG
2531         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2532           device/lib/pic16/debug/gstack/gstack.c: replaced
2533           _naked, _asm, _endasm with __naked, __asm, __endasm
2534
2535 2005-08-05 Raphael Neider <rneider AT web.de>
2536
2537         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2538           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2539
2540 2005-08-05 Borut Razem <borut.razem AT siol.net>
2541
2542         * device/lib/Makefile.in: added missing ';'
2543         * configure: removed ^M characters
2544
2545 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2546
2547         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2548           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2549           License
2550
2551 2005-08-04 Borut Razem <borut.razem AT siol.net>
2552
2553         * configure.in: pic16 libraries build 2nd try - enable running
2554           configure in device/lib/pic16
2555         * configure: regenerated from configure.in
2556         * device/lib/Makefile.in: create $(PORT)/bin directory
2557
2558 2005-08-03 Raphael Neider <rneider AT web.de>
2559
2560         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2561           to get/set values via pointers
2562         * (genUnpackBits,genPackBits): changed detection of
2563           ptr->bitfield vs. sym.bitfield, fixed access via generic
2564           pointers, removed dead (wrong) code for multibyte bitfields
2565         * (genNearPointerGet, genGenPointerGet): removed useless code,
2566           fixed bitfield detection, fixes #1250594
2567         * (genNearPointerSet): removed useless code
2568         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2569           and introduced macro pic16_emitpcode that conditionally emits
2570           the origin of the following pCode (useful for debugging SDCC)
2571         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2572         * (createDefmap): fixed handling of LFSR for --optimize-df
2573
2574 2005-08-02 Borut Razem <borut.razem AT siol.net>
2575
2576         * device/lib/Makefile.in: pic16 libraries build enabled since
2577           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2578
2579 2005-08-02 Raphael Neider <rneider AT web.de>
2580
2581         * src/pic16/gen.c (genPackBits): removed deprecated warning
2582         * (genGenPointerSet): fixed bitfield detection
2583
2584 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2585
2586         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2587
2588 2005-07-31 Raphael Neider <rneider AT web.de>
2589
2590         * device/lib/pic16/libdev/pic18f458.c,
2591           device/include/pic16/pic18f458.h: added missing T0CONbits
2592
2593 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2594
2595         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2596
2597 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2598
2599         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2600
2601 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2602
2603         * device/include/mcs51/at89c51ed2.h: added.
2604
2605 2005-07-23 Raphael Neider <rneider AT web.de>
2606
2607         * src/pic/gen.h: added emitpcode macro for debugging
2608         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2609           and replace by macro adding debug information on demand
2610         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2611         * (gencjne): tried to fix; replaced with correct (slower) code
2612         * (gen{Unp,P}ackBits): fixed single bit access
2613         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2614         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2615           previous instruction
2616         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2617           register has to be handled with care (forbidding movement
2618           of assignments/uses, removing assignments completely, ...)
2619         * (pCodeOptime2pCodes): make use of regIsSpecial
2620         * added lots of debugging output (commented out)
2621         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2622           from being reused as result UNLESS it is known to work
2623
2624 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2625
2626         * support/Util/dbuf.h: include <stddef.h> for size_t
2627         * .version: changed to version 2.5.2
2628
2629 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2630
2631         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2632
2633 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2634
2635         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2636           (genModOneByte): removed needless psha/pula
2637
2638 2005-07-22 Raphael Neider <rneider AT web.de>
2639
2640         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2641           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2642         * src/pic/gen.c (resolveIfx): do not "invent" labels
2643         * (genSkipc): changed to positive logic
2644         * (genSkipCond): removed as no longer needed
2645         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2646           backport from PIC16
2647         * (genLeftShift): check operands are in different registers
2648         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2649           INCF does not update CARRY...
2650         * src/pic/main.c: fixed _linkCmd
2651         * src/pic/pcode.c (unlinkpCode): added inactive code
2652         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2653           alive (do not assign result and operand overlapping registers)
2654
2655 2005-07-22 Raphael Neider <rneider AT web.de>
2656
2657         * src/pic/device.c (dump_sfr): replaced register declaration with
2658           call to emitSymbolToFile() to avoid duplicate symbols
2659         * (assignRelocatableRegisters): do not declare external symbols
2660         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2661           right (take size of type, not etype)
2662         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2663         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2664         * (packRegsForAccUse): disabled assignment of WREG as
2665           the result reg to prevent occurence of just fixed #1235003,
2666           fixes #1242954
2667         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2668           symbols (avoids duplicate symbols in .asm file)
2669         * (pic14emitRegularMap): use emitSymbolToFile()
2670         * src/pic/gen.c (aopOp): fixed spillLocation handling
2671         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2672         * (genDataPointerSet): removed unneccessary variables/output
2673
2674 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2675
2676         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2677         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2678
2679 2005-07-21 Raphael Neider <rneider AT web.de>
2680
2681         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2682           architecture cannot handle them efficiently, fixes bug #1235003
2683         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2684           check for empty sets before using them (fixes bug #1232190)
2685
2686 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2689           (lnksect2): generate warnings for memory overlap
2690         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2691           constseg to set the name of these segments so you can instruct the linker
2692           to place them in banks
2693         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2694         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2695           added code_seg and const_seg to options
2696         * src/SDCCglue.c (emitMaps): use options.const_seg,
2697           (createInterruptVect): put interrupt vectors in segment HOME,
2698           (glue): put HOME before static segment and put the main glue in HOME,
2699           (glue): use options.code_seg
2700         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2701         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2702           these segments so you can instruct the linker to place them in banks
2703           (linkEdit): use code_loc for HOME segment which should be the first
2704           segment in code memory now
2705         * src/SDCCmem.c: fixed more stuff like bug 1238386
2706         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2707           (changePointer): don't change function pointers to code pointers for
2708           banked functions,
2709           (compareType): added exceptional check for banked function pointers
2710         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2711         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2712           after static in code memory
2713         * src/mcs51/gen.c: added aopLiteralLong prototype,
2714           (aopForSym): use getSize for functions,
2715           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2716           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2717           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2718           the segment,
2719           (genPcall): use call for literal function pointers and generate banked
2720           calls over the one trampoline so there's only one place for the user to
2721           modify according to his/hers hardware,
2722           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2723           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2724         * src/mcs51/main.c: added keyword banked,
2725           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2726         * support/Util/SDCCerr.c,
2727         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2728           needed for passing the bank and address to the trampoline
2729         * device/lib/mcs51/crtbank.asm: added for bankswitching
2730         * device/lib/mcs51/Makefile: added crtbank
2731
2732 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2733
2734         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2735           for fields at offset 0 of a struct or union as reported
2736           on 2005-07-07 in the developer mailing list.
2737
2738 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2739
2740         * src/SDCCmem.c: fixed bug 1238386
2741
2742 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2743
2744         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2745           (patch #1144962), added peephole 300, enabled 259.x
2746         * doc/sdccman.lyx: removed screenshot and provided link instead
2747
2748 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2749
2750         * doc/sdccman.lyx: added section about debugging with ddd
2751         * doc/figures/ddd_example.eps: screenshot of debugging session
2752
2753 2005-07-04 Raphael Neider <rneider AT web.de>
2754
2755         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2756           like CODE pointers, fixes #1115683
2757         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2758           call, fixes bugs #1232211, #1228110,
2759           fixed wrong casts to pCodeFlow from pCodeInstructions
2760
2761 2005-07-04 Raphael Neider <rneider AT web.de>
2762
2763         * src/pic/gen.c (popGet): changed assert to allow for
2764           bit operands
2765         * (popGetAddr): changed signature to provide
2766           an additional index, patched all call sites
2767         * (genCmpEq): handle literal-like operands correctly
2768         * (genAddrOf): added sanity checks on __code/__data pointers
2769         * (genAssign): added handling of symbols from __code section
2770         * (gencjne): do not generate code for comparisons whose result
2771           is neither stored nor used, fixes bug #1171114
2772         * (AccLsh, AccRsh): operate on operand instead of WREG
2773         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2774           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2775           by known count
2776         * rewrote complete shift-by-literal logic, commented unused
2777           functions out
2778         * (genConstPointerGet): get multiple bytes (if result size > 1),
2779           fixed handling of non-immediate addresses
2780         * (genPointerGet): handle CODE pointers like CONST pointers
2781         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2782         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2783           operand is to be treated as a literal or not
2784         * (mov2w,genPcall,genCmpEq),
2785           src/pic/genarith.c: use aop_isLitLike() to decide between
2786           literal/register contents
2787         * (addSign): added missing offset
2788         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2789           only emit comment in debug-mode,
2790           use {aop,op}_isLitLike throughout the file
2791         * src/pic/glue.c: fix initializers for pointers (work in progress)
2792         * src/pic/pcode.c (get_op): honor index on _const symbols
2793         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2794         * (dumppBlock): added pCode size estimation
2795         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2796           check for IS_SYMOP before OP_SYMBOL'ing
2797         * fixed indentation, compacted switch-statements
2798         * (allocReg): find free register and allocate it instead of
2799           allocating new registers all the time
2800         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2801           registers as its operands (necessary only for multibyte GETs)
2802
2803 2005-07-01 Raphael Neider <rneider AT web.de>
2804
2805         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2806           debugging .asm-output macros FENTRY + FEXIT
2807         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2808           way... I wonder...
2809         * (emitpComment): NEW, printf to pCode
2810         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2811           offset handling
2812         * (popGetAddr): NEW, variant of popGet to access an immediates
2813           high(er) bytes instead of the n'th byte of memory they reference,
2814           replaced popGet with popGetAddr where neccessary
2815         * (genDataPointerGet): reactivated and fixed implementation
2816         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2817           accesses
2818         * (genDataPointerSet): fixed multibyte assignments
2819         * (genpic14Code): fixed --i-code-in-asm handling
2820         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2821         * (genPlus): fixed index-out-of-bounds error
2822         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2823         * src/pic/ralloc.c: added debugging output macro FENTRY2
2824         * (spillThis): fixed indentation, enbraced for-body for clarity
2825         * (rematStr): commented out as now unused
2826         * (regTypeNum): commented out special spill case (overwrites
2827           arbitrary values)
2828         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2829
2830 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2831
2832         * doc/sdccman.lyx: documented sfr16/sfr32,
2833           added example for using storage class with function pointers
2834         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2835
2836 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2837
2838         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2839         * device/lib/_itoa.c,
2840         * device/lib/_ltoa.c: optimized codesize
2841         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2842           but don't know how to suppress the double warning.
2843         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2844         * support/Util/SDCCerr.c,
2845         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2846
2847 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2848
2849         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2850           fixed old K&R prototypes
2851         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2852         * device/lib/_gptrget.c,
2853         * device/lib/_gptrgetc.c,
2854         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2855           also new versions for small generic pointers and banked generic pointers
2856         * src/port.h: added const_name
2857         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2858         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2859         * src/SDCCcse.c (findPrevIc): check all associative operators
2860         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2861         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2862         * src/SDCCmem.c: updated comments,
2863           set far-space to 0 for pdata, results in optimized code
2864         * src/SDCCmem.h: added macro CONST_NAME
2865         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2866           moving the info into the highest bits, see also gptrget/gptrput
2867         * src/src.dsp: added sdcc.ico to project files
2868         * src/avr/gen.c (genCast): fixed bug 0x%d
2869         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2870         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2871           relation between ptr_type and DCL_TYPE,
2872           (genCast): fixed bug 0x%d
2873         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2874           (CODE)" for const_name
2875         * src/hc08/gen.c (genCast): fixed bug 0x%d
2876         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2877           (hc08_port): added "CONST (CODE)" for const_name
2878         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2879           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2880           between ptr_type and DCL_TYPE,
2881           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2882           operand* and took AOP() inside function so sfr-ness can be checked,
2883           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2884           new prototype,
2885           (genFunction, genEndFunction): optimized stack setup,
2886           (genMinus): optimized for literals with ending zeroes (in bytes),
2887           (genCast): fixed bug 0x%d
2888         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2889           (mcs51_port): added "CONST (CODE)" for const_name
2890         * src/mcs51/peeph.def: made rule 226 more generic
2891         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2892         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2893         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2894         * src/z80/main.c (z80_port): added NULL for const_name,
2895           (gbz80_port): added NULL for const_name
2896         * support/regression/tests/bug663539.c,
2897         * support/regression/tests/sfr16.c: new tests
2898
2899 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2900
2901         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2902
2903 2005-06-24 Raphael Neider <rneider AT web.de>
2904
2905         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2906           corrected typos...
2907         * device/include/pic16/signal.h: added USBIF
2908           and SIG_USB
2909
2910 2005-06-24 Raphael Neider <rneider AT web.de>
2911
2912         * device/lib/pic16/libdev/pic18f2455.c,
2913           device/include/pic16/pic18f2455.h: NEW
2914         * device/include/pic16/pic18fregs.h,
2915           device/lib/pic16/pics.all,
2916           src/pic16/device.c: added 18f2455
2917         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2918           device/include/pic16/{pic18f[68][567].h,usart.h}:
2919           replaced MULTIPLE_USARTS define with more relaible
2920           compatibility sfrs (for USART access)
2921
2922 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2923
2924         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2925           and the output asm file line is printed on two lines.
2926
2927 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2928
2929         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2930           BGT, BLE, BHI, and BLS instructions
2931         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2932           genCmpEq): removed
2933         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2934           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2935           fixes bug #1216342
2936         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2937
2938 2005-06-15 Raphael Neider <rneider AT web.de>
2939
2940         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2941         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2942         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2943           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2944           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2945
2946 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2947
2948         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2949           Marcel Telka in bug #1215704
2950
2951 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2952
2953         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2954           located in shared memory bank.
2955
2956 2005-05-31 Raphael Neider <rneider AT web.de>
2957
2958         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2959           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2960           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2961
2962 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2963
2964         * device/lib/_strncpy.c: fixed the fix
2965
2966 2005-05-26 Raphael Neider <rneider AT web.de>
2967
2968         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2969           initializers with \0, bug #1208187
2970         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2971           intializers with \0, bug #1208187
2972
2973 2005-05-26 Raphael Neider <rneider AT web.de>
2974
2975         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2976           initializers with \0, bug #1208187
2977         * src/pic16/main.c (_process_pragma): added sanity checks
2978           for stack position and size, emit warnings when appropriate
2979
2980 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2981
2982         * device/lib/_strncpy.c: fixed not filling with \0
2983
2984 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2985
2986         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2987           createFunction),
2988         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2989           compound_statement),
2990         * src/SDCCsymt.h,
2991         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2992
2993 2005-05-24 Raphael Neider <rneider AT web.de>
2994
2995         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2996
2997 2005-05-24 Raphael Neider <rneider AT web.de>
2998
2999         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3000           TRISE definitions, closes bug #1162453
3001
3002 2005-05-22 Raphael Neider <rneider AT web.de>
3003
3004         * src/pic16/main.c (_process_pragma): check for missing
3005           arguments to pragmas code and udata
3006         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3007           consistency fixes to match other headers (thanks to Jim Paris)
3008         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3009
3010 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3011
3012         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3013
3014 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3015
3016         * support/regression/tests/bug1198642.c: new test
3017         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3018         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3019         * support/scripts/resource.h,
3020         * support/scripts/resource.rc,
3021         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3022         * support/scripts/sdcc.ico: added 32x32 icon
3023
3024 2005-05-18 Raphael Neider <rneider AT web.de>
3025
3026         * device/lib/pic16/libdev/pic18f*.c,
3027         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3028           keywords to "__sfr" and "__at (X)"
3029         * device/include/pic16/pic18fregs.h: added pic18f4520
3030         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3031           #1203088 (MPLAB compatibility)
3032
3033 2005-05-17 Raphael Neider <rneider AT web.de>
3034
3035         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3036         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3037         * device/lib/pic16/pics.all: added new devices
3038         * src/pic16/device.c: added support for pic18f4520
3039
3040 2005-05-16 Raphael Neider <rneider AT web.de>
3041         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3042         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3043         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3044           convenience function for bit access
3045
3046 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3047
3048         * device/lib/printf_large.c: fixed bug 1193299
3049         * support/regression/tests/bug1057979.c: added test %3.3s
3050
3051 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3052
3053         * device/include/mcs51/8051.h,
3054         * device/include/mcs51/8052.h: made parseable with lint
3055         * device/include/mcs51/lint.h: added include file for (sp)lint
3056         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3057         * doc/cdbfileformat.lyx,
3058         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3059
3060 2005-05-14 Raphael Neider <rneider AT web.de>
3061
3062         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3063         * device/lib/pic16/libc/stdlib/itoa.c (new)
3064         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3065         * device/lib/pic16/libio/Makefile: exclude subdir according to
3066           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3067         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3068         * src/pic16/gen.c (genFunction): prevent annoying warning
3069         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3070           nameclashes on BeOS
3071         * support/cpp2/cppmain.c (cpp_output_string): new
3072         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3073           fixes bug 1116802
3074
3075 2005-05-13 Borut Razem <borut.razem AT siol.net>
3076
3077         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3078
3079 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3080
3081         * .version: changed to version 2.5.1; back to bleeding edge development
3082
3083 2005-05-11 Borut Razem <borut.razem AT siol.net>
3084
3085         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3086           generate PDF version 1.3 documents
3087
3088 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3089
3090         * .version: changed to version 2.5.0
3091
3092 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3093
3094         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3095
3096 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3097
3098         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3099         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3100         well as many smaller updates.
3101         * .version: changed to version 2.5.0-pre1
3102
3103 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3104
3105         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3106
3107 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3108
3109         * support/regression/tests/bug1185672.c: added
3110         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3111           bug 1185672
3112         * src/mcs51/gen.c (genCall): added comments, made it look safer
3113         * src/mcs51/gen.c (genEndFunction): simplified
3114
3115 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3116
3117         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3118
3119 2005-04-14 Borut Razem <borut.razem AT siol.net>
3120
3121         * fixed bug 1045046 - SIGSEGV with really simple code?:
3122           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3123           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3124
3125 2005-04-14 Borut Razem <borut.razem AT siol.net>
3126
3127         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3128           src/pic16/device.h: temporarily disabled experimental #inline pragma
3129           for 2.5.0 release
3130
3131 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3132
3133         * device/include/z80/stdio.h,
3134         * device/include/z80/string.h: removed these highly incomplete files so
3135           SDCC can use the default ones in device/include/
3136
3137 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3138
3139         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3140         gcc warning.
3141         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3142         fix sdcpp warnings.
3143
3144 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3145
3146         * device/include/malloc.h: removed redundant __reentrant prototypes
3147         * device/lib/_mullong.c: added working xstack variant in asm (C version
3148           doesn't pass regression tests)
3149         * device/lib/bpx.c: used __data and made bpx char for mcs51
3150         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3151           (createFunction): fixed bug with xstackPtr
3152         * src/SDCCcse.c: corrected comments
3153         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3154           (killDeadCode, eBBlockFromiCode): removed unused code
3155         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3156           corrected comments
3157         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3158           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3159           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3160           (genModOneByte): fixed warning in MSVC
3161         * src/mcs51/main.c (): added comments
3162         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3163
3164 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3165
3166         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3167
3168 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3169
3170         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3171
3172 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3173
3174         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3175         characters arrays of larger size than the declared one.
3176
3177 2005-04-10 Borut Razem <borut.razem AT siol.net>
3178
3179         * src/pic/gen.c (genInline),
3180           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3181           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3182           (findNextInstruction), (findPrevInstruction),
3183           (findInstructionUsingLabel),
3184           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3185         * src/pic/pcode.c (findLabel): added missing '\n'
3186         * src/src.dsp: added SDCCdwarf2.c to the project
3187
3188 2005-04-09 Borut Razem <borut.razem AT siol.net>
3189
3190         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3191
3192 2005-04-08 Raphael Neider <rneider AT web.de>
3193
3194         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3195           into the chain after a given one) and mergeDefmapSymbols (combine
3196           defmap entries for each symbol per pcode)
3197         * (createDefmap): have defmap entries merged in the end
3198         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3199           a symbol before replacing one access type's symbol, merge symbols in
3200           the end (replacement symbol might already have an entry)
3201         * (assignValnums): keep reference to written WREG intact
3202
3203 2005-04-08 Raphael Neider <rneider AT web.de>
3204
3205         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3206           Alpha)
3207
3208 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3209
3210         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3211         bytes
3212
3213 2005-04-07 Raphael Neider <rneider AT web.de>
3214
3215         * device/include/pic16/usart.h: added compatibility defines for
3216           devices with more than one USART
3217         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3218
3219 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3220
3221         * device/lib/Makefile.in: updated for port specific include
3222
3223 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3224
3225         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3226
3227 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3228
3229         * device/include/8051.h,
3230         * device/include/8052.h,
3231         * device/include/at89S8252.h,
3232         * device/include/at89c55.h,
3233         * device/include/at89x051.h,
3234         * device/include/at89x51.h,
3235         * device/include/at89x52.h,
3236         * device/include/mcs51reg.h,
3237         * device/include/reg51.h,
3238         * device/include/reg764.h,
3239         * device/include/regc515c.h,
3240         * device/include/sab80515.h: (re)moved these 12 files
3241         * device/include/mcs51/8051.h,
3242         * device/include/mcs51/8052.h,
3243         * device/include/mcs51/at89S8252.h,
3244         * device/include/mcs51/at89c55.h,
3245         * device/include/mcs51/at89x051.h,
3246         * device/include/mcs51/at89x51.h,
3247         * device/include/mcs51/at89x52.h,
3248         * device/include/mcs51/mcs51reg.h,
3249         * device/include/mcs51/reg51.h,
3250         * device/include/mcs51/reg764.h,
3251         * device/include/mcs51/regc515c.h,
3252         * device/include/mcs51/sab80515.h: and added them here
3253
3254 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3255
3256         * device/include/stdarg.h: changed SDCC specific keywords to double
3257           underlined form.
3258         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3259           mcs51 and ds390.
3260         * device/include/hc08/mc68hc908gp32.h,
3261         * device/include/hc08/mc68hc908jb8.h,
3262         * device/include/hc08/mc68hc908jkjl.h,
3263         * device/include/hc08/mc68hc908qy.h: fixed comments
3264         * device/include/mcs51/README: updated
3265         * device/include/mcs51/c8051f120.h: added PINRSF
3266         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3267         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3268           amidst code. Also inline is not supported.
3269
3270 2005-04-06 Raphael Neider <rneider AT web.de>
3271
3272         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3273         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3274           callers stack/frame pointers
3275
3276 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3277
3278         * device/include/pic16/usart.h: added, missing in previous commit,
3279         * device/include/pic16/adc.h: fixed typo,
3280         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3281         commit,
3282         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3283         <p18fxxx.inc>
3284         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3285         uninitialized because a bug appears with gplink
3286         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3287         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3288         complains for unrecognised option
3289
3290 2005-04-05 Raphael Neider <rneider AT web.de>
3291
3292         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3293           structs as well (using memcpy)
3294         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3295           on ISRs (GOTO has no label)
3296         * src/pic16/device.h: added OF_OPTIMIZE_DF
3297         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3298           new data flow analysis/optimization
3299         * src/pic16/pcode.c: added (prototypes for and implementation of)
3300           dataflow analysis functions, fixed pCodeInstructions' inCond and
3301           outCond values, made RCALL a branch instruction
3302         * (pic16_unlinkpCode): keep C line if possible
3303         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3304           C line moved if possible
3305         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3306         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3307           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3308         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3309           new flow)
3310         * (pic16_getJumptabpCode): NEW, needed in...
3311         * (LinkFlow): fixed handling of jumptables, calls and conditional
3312           branches
3313         * (pic16_InsertCommentAfter): NEW
3314         * (pic16_pCodeReplace): made verbose and flow preserving
3315         * (AnalyzeFlow): added call to data flow analysis
3316         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3317         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3318         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3319
3320 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3321
3322         * src/SDCCast.c (decorateType): fixed bug #1105626
3323
3324 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3325
3326         * device/include/asm/pic16/features.h,
3327         * pic18f*.h headers,
3328         * device/include/pic16/adc.h,
3329         * device/include/pic16/delay.h,
3330         * device/include/pic16/i2c.h,
3331         * device/include/pic16/malloc.h,
3332         * device/include/pic16/stdio.h,
3333         * device/include/pic16/stdlib.h,
3334         * device/include/pic16/string.h,
3335         * device/lib/pic16/libc/stdio/printf_tiny.c,
3336         * device/lib/pic16/libc/stdio/printf_small.c,
3337         * device/lib/pic16/libc/stdio/strmgpsim.c,
3338         * device/lib/pic16/libc/stdio/strmmssp.c,
3339         * device/lib/pic16/libc/stdio/strmusart.c,
3340         * device/lib/pic16/libc/stdio/vfprintf.c,
3341         * device/lib/pic16/libc/stdlib/ltoa.c,
3342         * device/lib/pic16/libc/stdlib/putchar.c,
3343         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3344         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3345         * device/lib/pic16/libc/stdlib/memchrram.c,
3346         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3347         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3348         * device/lib/pic16/libio/adc/adcbusy.c,
3349         * device/lib/pic16/libio/adc/adcread.c,
3350         * device/lib/pic16/libio/adc/adcsetch.c,
3351         * device/lib/pic16/libio/usart/ubaud.c,
3352         * device/lib/pic16/libio/usart/ubusy.c,
3353         * device/lib/pic16/libio/usart/udrdy.c,
3354         * device/lib/pic16/libio/usart/uopen.c,
3355         * device/lib/pic16/libio/usart/uputc.c,
3356         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3357         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3358         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3359         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3360         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3361         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3362         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3363         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3364         specific keywords to double underlined form,
3365         * device/lib/pic16/libc/Makefile.rules,
3366         * device/lib/pic16/libsdcc/Makefile.rules,
3367         * device/lib/pic16/libm/Makefile,
3368         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3369         to compile with C standard set in Makefile.common
3370         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3371         rand.c and crc.c in compilation process,
3372         * device/lib/pic16/libsdcc/int/divuint.c,
3373         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3374         `c' from signed to unsigned,
3375         * device/lib/pic16/startup/crt0.c,
3376         * device/lib/pic16/startup/crt0i.c,
3377         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3378         keywords to double underlined form, bug fixes in _do_cinit function
3379         which prevented the correct initialization of the .idata segment,
3380         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3381         core to enter a infinite loop
3382         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3383
3384 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3385
3386         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3387
3388 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3389
3390         * device/include/Makefile.in: add support for hc08 subdirectory
3391         * device/include/hc08/: new subdirectory
3392         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3393         Lucas Loizaga, thanks!
3394         * device/include/hc08/mc68hc908qy.h,
3395         * device/include/hc08/mc68hc908gp32.h,
3396         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3397         their own directory. Changed internal macro names to use the compiler
3398         reserved namespace. Changed SDCC specific keywords to double
3399         underlined form.
3400         * device/include/math.h,
3401         * device/include/malloc.h,
3402         * device/include/stdarg.h,
3403         * device/include/stdbool.h
3404         * device/include/string.h,
3405         * device/include/tinibios.h,
3406         * device/include/ds400rom.h,
3407         * device/include/8051.h,
3408         * device/include/8052.h,
3409         * device/include/80c51xa.h,
3410         * device/include/at89c55.h,
3411         * device/include/at89S8252.h,
3412         * device/include/at89x51.h,
3413         * device/include/at89x52.h,
3414         * device/include/ds80c390.h,
3415         * device/include/reg764.h,
3416         * device/include/regc515c.h,
3417         * device/include/sab80515.h,
3418         * device/include/mcs51/c8051f000.h,
3419         * device/include/mcs51/c8051f018.h,
3420         * device/include/mcs51/c8051f020.h,
3421         * device/include/mcs51/c8051f040.h,
3422         * device/include/mcs51/c8051f060.h,
3423         * device/include/mcs51/c8051f120.h,
3424         * device/include/mcs51/c8051f300.h,
3425         * device/include/mcs51/c8051f310.h,
3426         * device/include/mcs51/c8051f320.h,
3427         * device/include/mcs51/c8051f330.h,
3428         * device/include/mcs51/c8051f350.h,
3429         * device/include/z180.h: Changed SDCC specific keywords to double
3430         underlined form.
3431
3432 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3433
3434         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3435         18F4455,
3436         * (pic16_assignConfigWordValue): disable testing of configuration
3437         register value with config mask,
3438         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3439         function with port->fun_prefix,
3440         * (genFunction): when generating a naked interrupt function never
3441         create an absolute segment placed in interrupt vector address, place
3442         the actual interrupt function at IVA instead, when an interrupt
3443         function is generated with unspecified interrupt then do not create
3444         the absolute section,
3445         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3446         code for generating a call to generic pointer get/put function with
3447         a call to function pic16_callGenericPointer(),
3448         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3449         the call to the generic pointer get/put functions with prefixing the
3450         function name with port->fun_prefix,
3451         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3452         * src/pic16/main.c (_process_pragma): prefix function with
3453         port->fun_prefix,
3454         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3455         calling assembler, old 18Fxxxx macro is deprecated,
3456         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3457         PC_ASMDIR in while condition,
3458         * (findInstruction): add PC_ASMDIR in while condition,
3459         * (buildCallTree): prefix main with port->fun_prefix,
3460         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3461         identifier for variable with banked access in instructions BTFSS,
3462         BTFSC, BCF, BSF, BTG
3463         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3464         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3465         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3466         perform optimization when enviroment variable NO_REG_OPT is set,
3467         * (insideLRBlock): NEW, return 1 if register is inside an
3468         INF_LOCALREGS block,
3469         * (RemoveRegFromLRBlock): remove a register that is completely
3470         eliminated by register optimization, but it is still left in local
3471         register store/restore in/from stack block,
3472         * (Remove2pcodes): after removing register, check to see if it
3473         should be removed from local register store/restore in/from stack
3474         block,
3475         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3476         DUMMY_READ_VOLATILE,
3477
3478         * device/include/pic16/adc.h: minor prototype modifications and
3479         update,
3480         * device/include/pic16/malloc.h: added GPL notice various
3481         modifications,
3482         * device/include/pic16/stdint.h: NEW, standard header for ints
3483         * device/include/pic16/delay.h: NEW, header for delay functions,
3484         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3485         delay1mtcy,
3486         * device/include/pic16/signal.h: NEW, header providing helper macros
3487         for implementing signal handlers,
3488         * device/include/pic16/stdio.h: added prototypes for functions,
3489         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3490         prototypes for stdin and stdout, added macro PUTCHAR to
3491         automatically implement putchar function prototype,
3492         * device/include/pic16/usart.h: modified and updated USART library,
3493         * device/lib/pic16/libio/adc/,
3494         * device/lib/pic16/libio/i2c: some modifications to improve library
3495         performance,
3496         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3497         family of functions,
3498         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3499         family of functions and other sources,
3500         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3501         of the PIC18Fxx[28] devices,
3502         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3503         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3504         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3505         _do_cinit function, because the previous failed when local variables
3506         where not placed in the same memory bank,
3507         * device/lib/pic16/libsdcc/char/: various modifications to improve
3508         library performance,
3509         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3510         information on the new functions of the c library and more...
3511
3512 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3513
3514         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3515
3516 2005-03-26 Raphael Neider <rneider AT web.de>
3517
3518         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3519           if condition == CARRY)
3520         * (genCmp): adapted to new genSkipc semantics
3521         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3522           on rIfx (genCmp was broken)
3523
3524 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3527         * src/z80/main.c (_keywords[]),
3528         * src/SDCCglobal.h (struct options),
3529         * src/SDCC.y,
3530         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3531         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3532         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3533         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3534         always available in leading double underscore form. The C99 support is
3535         mostly missing, but it's a start.
3536         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3537         reserved identifier "__data".
3538
3539 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3540
3541         * src/mcs51/peeph.def: fixed bug 1170013
3542
3543 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3544
3545         * device/include/mcs51reg.h: fixed bug 842007
3546
3547 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3548
3549         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3550         last time.
3551
3552 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3553
3554         * src/port.h (struct PORT),
3555         * src/avr/ralloc.c (avr_assignRegisters),
3556         * src/avr/main.c,
3557         * src/ds390/ralloc.c (ds390_assignRegisters),
3558         * src/ds390/main.c,
3559         * src/hc08/ralloc.c (hc08_assignRegisters),
3560         * src/hc08/main.c,
3561         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3562         * src/mcs51/main.c,
3563         * src/pic/ralloc.c (pic14_assignRegisters),
3564         * src/pic/main.c,
3565         * src/pic16/ralloc.c (pic16_assignRegisters),
3566         * src/pic16/main.c,
3567         * src/xa51/ralloc.c (xa51_assignRegisters),
3568         * src/xa51/main.c,
3569         * src/z80/ralloc.c (z80_assignRegisters),
3570         * src/z80/ralloc.h,
3571         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3572         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3573         * src/SDCCcse.h,
3574         * src/SDCCdflow.c (computeDataFlow),
3575         * src/SDCCdflow.h,
3576         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3577         * src/SDCCloop.h,
3578         * src/SDCCcflow.c (*),
3579         * src/SDCCcflow.h,
3580         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3581         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3582         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3583         immedDom() returning wrong block; probably fixes bug #1160833)
3584
3585 2005-03-20 Borut Razem <borut.razem AT siol.net>
3586
3587         * support/scripts/inc2h.pl: WIN32 port
3588
3589 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3590
3591         * device/lib/makefile.in: added abs.c and labs.c
3592
3593 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3594
3595         * device/include/stdint.h: added
3596         * device/lib/abs.c: added
3597         * device/lib/labs.c: added
3598         * device/include/stdlib.h: added abs() and labs() prototypes
3599         * device/lib/libsdcc.lib: added abs and labs
3600         * device/include/float.h,
3601         * device/lib/_fsmul.c,
3602         * device/lib/printf_fast.c,
3603         * device/lib/printf_tiny.c: updated comments
3604
3605 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3606
3607         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3608         bug #1164313
3609
3610 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3613         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3614
3615 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3616
3617         * device/lib/printf_large.c: removed inline assembly for portability and
3618           readability. Use printf_fast if speed or size are more important.
3619         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3620         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3621
3622 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3623
3624         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3625         prevent compiler warning
3626
3627 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3628
3629         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3630         moved to level 0 and declared as static. Also they are explicit
3631         placed in access bank. This was necessery because some times they
3632         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3633         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3634         optimizations. Currently only compare to unsigned char is implemented,
3635         * src/pic16/gen.c: added fReturnIdx array,
3636         * (struct resolvedIfx) is moved to gen.h and made public,
3637         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3638         * (aopForSym): added an optimization to directly store in stack of
3639         the operand of a SEND iCode,
3640         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3641         but as registers instead (AOP_REG) using the fReturnIdx array,
3642         * (pic16_freeAsmop): remove the freed register from the
3643         _G.sregsAlloc field,
3644         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3645         a compare of 'WREG',
3646         * (pic16_popGetTempRegCond): changed function prototype, now
3647         function takes also a bitVector argument v which holds the current
3648         set of registers that are allocated for stack access by aopForSym,
3649         registers allocated in aopForSym for accessing stack symbols are not
3650         any more part of the functions usedRegs field,
3651         * (genCall): some times aopOp is called for a stack variable to be
3652         send, aopForSym might perform the push, if this is true make sure
3653         that genCall doesn't push the variable twice by testing _G.resDirect,
3654         * (genFunction): changed testing for unspecified interrupt number
3655         from 256 to INTNO_UNSPEC,
3656         * modified selection scheme of frame pointer generation. Previously
3657         if function did use local registers a frame pointer was generated,
3658         now a frame pointer is generated only if function has arguments
3659         (that need PLUSW2 register access), or has stack arguments, or the
3660         compiler is not instructed to omit the frame pointer,
3661         * (genEndFunction): before restoring local registers that were saved
3662         in the function preamble, also restore the registers that *might*
3663         have been allocated for stack access,
3664         * (genRet): removed some old comments,
3665         * (genCmp, the active (RN's) version): added a call to the
3666         pic16_genCmp_special function to perform the compare with a more
3667         robust and optimized way,
3668         * (genInline): a feature has been added in inline code generation,
3669         which allows a wildcard variable substitution when writing inline
3670         assembly. Code is incomplete and experimental therefore undocumented,
3671         * (genCast): changed order of aopOp for result and right to allow
3672         aopForSym to directly load the result if possible,
3673         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3674         perform an optimized compare on some selected special occasions,
3675         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3676         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3677         generate an IVT any more,
3678         * src/pic16/main.c (pic16_optionsTable): added command line option
3679         --optimize-cmp,
3680         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3681         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3682         macros,
3683         * src/pic16/NOTES: Raphael Neider added in list of active developers
3684         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3685         jumptable_end to prevent bug #,
3686         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3687         inCond and outCond fields,
3688         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3689         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3690         turn off register spilling,
3691         * (packRegsForOneUse): synced with other ports' versions although it
3692         is not used currently,
3693         * (pic16_packRegisters): added an optimization while reading
3694         structure bitfields, some registers may be saved (malloc code is
3695         decreased by 80 bytes)
3696
3697 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3698
3699         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3700         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3701         this can be optimized more?
3702
3703 2005-03-10 Raphael Neider <rneider AT web.de>
3704
3705         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3706           genNearPointerGet): (hopefully) fixed access to bitfields via
3707           pointers (p->bitN = x; and x = p->bitN; failed)
3708
3709 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3710
3711         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3712
3713 2005-03-09 Raphael Neider <rneider AT web.de>
3714
3715         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3716
3717 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3720         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3721           (regTypeNum): set REG_BIT type if necessary
3722         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3723         * support/regression/tests/critical.c: check bug 1144613
3724
3725 2005-03-02 Raphael Neider <rneider AT web.de>
3726
3727         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3728
3729 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3730
3731         * src/avr/ralloc.c (serialRegAssign),
3732         * src/ds390/ralloc.c (serialRegAssign),
3733         * src/hc08/ralloc.c (serialRegAssign),
3734         * src/mcs51/ralloc.c (serialRegAssign),
3735         * src/pic/ralloc.c (serialRegAssign),
3736         * src/pic16/ralloc.c (serialRegAssign),
3737         * src/xa51/ralloc.c (serialRegAssign),
3738         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3739
3740 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * src/SDCCast.c (decorateType): fixed bug 1124787
3743
3744 2005-02-20 Hubert Sack <sack AT digiplan.de>
3745         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3746
3747         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3748         patch #1121755
3749
3750 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3751
3752         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3753         to keep the correct label reference count when adding/removing references
3754         to labels. A peephole file using this is appended to patch #1144962.
3755
3756 2005-02-14 Raphael Neider <rneider AT web.de>
3757
3758         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3759         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3760         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3761           retrievals of result operand's value on assignment
3762
3763 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3764
3765         * device/include/pic16/string.h: modified prototype for memccpy()
3766         to memccpy(void *, void *, char, size_t)
3767         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3768         check whether to omit frame pointer or not,
3769         * (genInline): convert all occurences of "\n" to LF in inline
3770         assembler blocks, this helps formatting the inline text,
3771         * (pic16_loadFSR0): modified prototype,
3772         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3773         removed some 8051 legacy code,
3774         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3775         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3776         before allocating temporary registers in functions,
3777
3778 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * support/regression/tests/bitvars.c: corrected the "fix"
3781
3782 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3783
3784         * support/regression/tests/bitvars.c,
3785         * support/regression/tests/bitwise.c,
3786         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3787
3788 2005-02-10 Raphael Neider <rneider AT web.de>
3789
3790         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3791           different size for Alpha
3792         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3793
3794 2005-02-09 Raphael Neider <rneider AT web.de>
3795
3796         * src/SDCC.lex(doPragma) : save and restore warning options as well
3797           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3798         * have #pragma less_pedantic set the errorlevel to WARNING
3799           (fixes #1117001)
3800         * (cloneOptimize) : fixed wrong malloc's size
3801         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3802           facilitate correct handling of #pragma (save|restore)
3803
3804 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3805
3806         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3807
3808 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3809
3810         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3811
3812 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3813
3814         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3815
3816 2005-02-02 Raphael Neider <rneider AT web.de>
3817
3818         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3819         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3820         * (pic16_storeForReturn): fixed to allow returning function pointers
3821         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3822         * device/include/pic16/{stddef.h,stdbool.h}: added
3823
3824 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3825
3826         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3827
3828 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3829
3830         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3831         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3832          appeared to be required
3833
3834 2005-01-31 Borut Razem <borut.razem AT siol.net>
3835
3836         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3837           include/mcs51 and include/z80 directories to the package
3838
3839 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3840
3841         * src/hc08/gen.c (genFunction): fixed bug #1112752
3842
3843 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3844
3845         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3846
3847 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3848
3849         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3850
3851 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3852
3853         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3854
3855 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3856
3857         * device/include/c8051fxxx.h: removed these 6 files
3858         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3859
3860 2005-01-26 Raphael Neider <rneider AT web.de>
3861
3862         * src/pic16/gen.c (genAssign): fixed assignment from longs
3863           in codespace (were cut to three bytes)
3864         * (genDummyRead): implemented (except for CODESPACE...),
3865           fixed bug #1108575
3866         * src/pic16/glue.c (emitStatistics): beautified
3867         * device/lib/pic16/libm/Makefile: added include path
3868
3869 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3870
3871         * src/z80/gen.c (aopPut): fixed bug #1103902
3872
3873 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3874
3875         * device/lib/expf.c: fixed bug #1095792
3876
3877 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3878
3879         * device/lib/pic16/libm: added Math library sources
3880
3881 2005-01-24 Raphael Neider <rneider AT web.de>
3882
3883         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3884           to enable upcast to pCodeOpReg2 (there is no type tag to
3885           differenciate the two and pic16_popGet2p cast into PCOR2)
3886         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3887           (sizeof(sectNames) changed to sizeof(sectName))
3888           Both patches fix segfaults under MinGW.
3889
3890 2005-01-23 Raphael Neider <rneider AT web.de>
3891
3892         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3893           Safe_[mc]?alloc()'ed variables
3894         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3895           of (byte sized) temporaries (assign them to WREG for now)
3896         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3897           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3898           this might fix SIGSEGVs on MinGW...
3899         * src/SDCCopt.c (killDeadCode): restored original behaviour
3900           (volatile operands might get thrown away though)
3901
3902 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3903
3904         * src/pic16/gen.c: fixed bug #1106975,
3905         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3906         pointer update, INTCON is saved, global interrupts are disabled and
3907         restored after updateing TOS.
3908         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3909         * added function attribute 'shadowregs' to take advantage of shadow
3910         registers,
3911         * added function attribute 'wparam' as an alternative to the wparam
3912         pragma,
3913         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3914         user declares a non-ISR function as 'shadowregs',
3915         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3916
3917 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3918
3919         * .version: bumped version number to 2.4.8
3920         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3921         pic16 port,
3922         * device/lib/pic16/libio/i2c/: I2C module support library,
3923         * device/include/pic16/i2c.h: I2C support library header,
3924         * device/lib/pic16/libc/stdio/: standard IO support sources,
3925         * (printf_small.c): printf_small() source, supports float print,
3926         * (printf_tiny.c): printf_tiny() source, does not support floats,
3927         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3928         enable global optimizations for entire library source, other
3929         Makefiles in the source tree are also modified to reflect this,
3930         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3931         function,
3932         * doc/sdccman.lyx: updated to reflect new changes,
3933         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3934         sym->onStack if-case,
3935         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3936         sbit, idata, _idata, xdata, _xdata,
3937         * added pragma library, to link an external library, (see doc),
3938         * removed command line options, --pomit-config-words, --pomit-ivt,
3939         --pleave-reset-vector,
3940         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3941         when calling assembler to reflect memory model used, also define
3942         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3943         reflect stack model used,
3944         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3945         on stack return NULL,
3946
3947 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3948
3949         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3950           of the operands is volatile. Fixes #1020220
3951
3952 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3953
3954         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3955         * (OptimizeRegUsage): make sure that there is really no other flow where
3956           the first pCode is used
3957
3958 2005-01-22 Raphael Neider <rneider AT web.de>
3959
3960         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3961           to fix #1106967 (pCode->seq are not set up correctly)
3962
3963 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3964
3965         * src/SDCCglue.c (glue): make sure code area is declared before the
3966         static initialization area.
3967
3968 2005-01-21 Raphael Neider <rneider AT web.de>
3969
3970         * device/lib/Makefile.in: fixed test for pic16 install dir
3971         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3972           optimizations
3973         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3974           added --optimize-goto compiler switch and pragma wparam documentation
3975         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3976         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3977           and PRODH closing bug #1071770 (peephole optimizer)
3978
3979 2005-01-19 Raphael Neider <rneider AT web.de>
3980
3981         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3982           cmdLine buffers (used when calling sdcpp...) are large enough
3983           (MAX_PATH=256 truncates arguments leading to system halts when
3984           used in MinGW...)
3985         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3986         * (genUminus): rewritten to for efficiency
3987         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3988           used uninitialized in some cases)
3989         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3990           copy the third byte from the int -- now assumes 0x80 (data memory)
3991         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3992           operands (genAddLit expects the iCode's operands to swapped as
3993           well), fixed leftover bytes (crashed for short left operands)
3994         * (pic16_genMinusDec): performance improvements, removed false
3995           PIC14 emitSKPNCs
3996         * (pic16_genMinus): fixed to cope with differently sized operands
3997         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3998           for --obanksel > 1
3999         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4000         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4001           new banksel optimization
4002         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4003           analysis for temporary registers (segfaults...)
4004         * src/pic16/peeph.def: added rule
4005
4006 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4009         which converts a float number to its ASCII representation
4010         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4011         functions to convert the fractional and integer part of a float to ASCII,
4012         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4013         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4014         ram
4015         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4016         _STATMEM macros,
4017         * device/include/pic16/adc.h: added GPL info,
4018         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4019         a pCodeOp as tested operand,
4020         * (genNearPointerGet): optimized bit testing, does not use
4021         intermediate register for bit value, test directly instead with
4022         BTFSS, BTFSC, works only for single bits,
4023         * (genpic16Code): dump the name of the iCode in the asm,
4024         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4025         renamed to pic16_decodeOp,
4026         * (serialRegAssign): do not allocate a temporary register for iCode
4027         sequences that test a single bit for 1/0
4028
4029 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4030
4031         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4032         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4033         access stack and frame pointers. They are initially assigned to
4034         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4035         accessing SFRs. Updated all occurences of modification of stack or
4036         frame pointer in gen.c and pcode.c,
4037         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4038         assigning of a literal value to pointers,
4039         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4040         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4041         selected
4042
4043 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4044
4045         * doc/sdccman.lyx: update documentation about stack pragma, added
4046         some info for stack memory models
4047
4048 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4049
4050         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4051
4052 2005-01-08 Raphael Neider <rneider AT web.de>
4053
4054         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4055           udata sections to fix bug #1097823
4056
4057 2005-01-05 Raphael Neider <rneider AT web.de>
4058
4059         * src/pic16/gen.c (genGenericShift): added handling of differently
4060           sized left operand and result
4061
4062 2005-01-04 Raphael Neider <rneider AT web.de>
4063
4064         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4065         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4066           to hold the condition bit)
4067         * added new version of genCmp (old code available via #define)
4068         * added new version of genShiftLeft/genShiftRight in a generic
4069           way, now supports shifting by negative values
4070         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4071           shiftCount (expected by genGenericShift)
4072         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4073         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4074           dump
4075         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4076           is an invalid literal too...)
4077
4078 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4079
4080         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4081         from Raphael Neider,
4082         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4083         for 8-bit literals. This fixes some literal operands which are sign
4084         extended to 16-bits ints when instruction needs only 8-bits.
4085
4086 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4087
4088         * device/lib/logf.c: added mcs51 assembly version
4089         * device/lib/expf.c: added mcs51 assembly version
4090         * device/lib/_logexpf.c: new shared asm code for expf and logf
4091         * device/include/math.h: add defines for assembly math library
4092         * device/lib/Makefile.in: build new _logexpf.c
4093         * device/lib/libfloat.lib: use new _logexpf.c
4094
4095 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4096
4097         * src/pic/device.c
4098         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4099           device types which have less than 0x7f registers.
4100
4101 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4102
4103         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4104
4105 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4106
4107         * device/lib/printf_fast.c: only build on supported arch.
4108         * device/lib/printf_tiny.c: only build on supported arch.
4109         * device/lib/printf_fast_f.c: only build if asm float lib
4110         * device/lib/_fsget1arg.c: only build if asm float lib
4111         * device/lib/_fsget2args.c: only build if asm float lib
4112         * device/lib/_fsnormalize.c: only build if asm float lib
4113         * device/lib/_fsreturnval.c: only build if asm float lib
4114         * device/lib/_fsrshift.c: only build if asm float lib
4115         * device/lib/_fsswapargs.c: only build if asm float lib
4116         * device/include/stdio.h: don't provide print_fast,
4117           print_fast_f, print_tiny prototypes if --xstack used
4118
4119 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4120
4121         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4122         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4123           to the SOURCES
4124
4125 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4126
4127         * device/lib/printf_fast_f.c: same as printf_fast, but
4128           with floating point enabled
4129         * device/lib/printf_fast.c: minor tweaks
4130         * device/include/stdio.h: add printf_fast_f
4131
4132 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4133
4134         * src/SDCCmain.c: make --float-reent default for mcs51
4135         * device/lib/_fsadd.c: added mcs51 assembly version
4136         * device/lib/_fssub.c: added mcs51 assembly version
4137         * device/lib/_fsmul.c: added mcs51 assembly version
4138         * device/lib/_fsdiv.c: added mcs51 assembly version
4139         * device/lib/_fseq.c: added mcs51 assembly version
4140         * device/lib/_fsneq.c: added mcs51 assembly version
4141         * device/lib/_fsgt.c: added mcs51 assembly version
4142         * device/lib/_fslt.c: added mcs51 assembly version
4143         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4144         * device/lib/Makefile.in: add _fscmp to build
4145         * device/lib/libfloat.lib: add _fscmp to build
4146
4147 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4148
4149         * device/lib/_fs2slong.c: added mcs51 assembly version
4150         * device/lib/_fs2sint.c: added mcs51 assembly version
4151         * device/lib/_fs2schar.c: added mcs51 assembly version
4152         * device/lib/_fs2ulong.c: added mcs51 assembly version
4153         * device/lib/_fs2uint.c: added mcs51 assembly version
4154         * device/lib/_fs2uchar.c: added mcs51 assembly version
4155         * device/lib/_slong2fs.c: added mcs51 assembly version
4156         * device/lib/_sint2fs.c: added mcs51 assembly version
4157         * device/lib/_schar2fs.c: added mcs51 assembly version
4158         * device/lib/_ulong2fs.c: added mcs51 assembly version
4159         * device/lib/_uint2fs.c: added mcs51 assembly version
4160         * device/lib/_uchar2fs.c: added mcs51 assembly version
4161         * device/include/float.h: added #define to select asm vs c
4162
4163 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4164
4165         * device/lib/printf_fast.c: improvements to float output
4166         * device/include/float.h: add defines for assembly float library
4167         * device/lib/_fsget1arg.c: receive 1 float arg
4168         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4169         * device/lib/_fsnormalize.c: normalize a float
4170         * device/lib/_fsreturnval.c: return float, various helper routines
4171         * device/lib/_fsrshift.c: right shift a float's mantissa
4172         * device/lib/_fsswapargs.c: swap 2 floats
4173         * device/lib/Makefile.in: build these 6 new files for mcs51
4174         * device/lib/libfloat.lib: add these 6 files to the library
4175
4176 2004-12-26 Borut Razem <borut.razem AT siol.net>
4177
4178         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4179           built by gcc 3.4.2
4180
4181 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4182
4183         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4184           and fully reentrant and register bank neutral.
4185         * device/lib/printf_fast.c: added float (not enabled by default),
4186           added compact/slower integer (also not enabled by default),
4187           improved size/speed of fast integer code, other minor changes
4188         * device/include/stdio.h, device/lib/Makefile.in,
4189           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4190
4191 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4192
4193         * src/pic16/pcode.c: declaring variables other than at the start of a
4194           block is not supported in C by VC6.
4195
4196 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4197
4198         * applied a previous patch from Raphael Neider that wasn't included
4199         in the previous commits, which fixes infinite loops within jumptable
4200         improvements,
4201         * made some fixes that previous patches introduced
4202
4203 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4206         that fixes an issue with AOP_PCODE asmop's offset,
4207         * (pic16_popCopyReg): update instance field too,
4208         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4209         function of pic port,
4210         * (genCmp, genAnd, genAssign),
4211         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4212
4213 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4214
4215         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4216         variables initial values to idata section,
4217         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4218         variables in some functions. This utilizes parmBytes field of iCode
4219         structure to hold the offset of the variable in stack. (might be
4220         able to use the stack field too?)
4221         * applied patch from Raphael Neider # ### , # ###
4222         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4223         variable initial values in idata section,
4224         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4225         for static variables with initial value
4226         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4227         applied fix in while loop from Raphael Neider.
4228
4229 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4230
4231         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4232         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4233         * src/ds390/ralloc.c (serialRegAssign): spill bits
4234         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4235         * support/Util/SDCCerr.c,
4236         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4237         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4238         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4239
4240 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4241
4242         * device/include/sdcc-lib.h: inserted LGPL, added includes
4243           asm/ds390/features.h and asm/mcs51/features.h
4244         * device/include/asm/default/features.h,
4245         * device/include/asm/gbz80/features.h,
4246         * device/include/asm/z80/features.h: added empty _AUTOMEM
4247           and _STATMEM
4248         * device/include/asm/ds390/features.h,
4249         * device/include/asm/mcs51/features.h: added files with defines for
4250           _AUTOMEM and _STATMEM indicating automatic and static storage class
4251         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4252         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4253         * src/SDCCicode.c (geniCodeCast),
4254         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4255         * src/SDCCloop.c (loopInduction): removed unused variable lr
4256         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4257           to convertToFcall to include char modulo (RFE 1065037), added check
4258           if left operand is unsigned and use abs of literal value
4259         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4260           as it doesn't work after conversion from peephole.def to peephole.rul
4261         * src/mcs51/gen.c (toBoolean): added check for size,
4262           (genModOneByte): optimized code for signed char modulo a literal
4263           power of 2 (thanks to Hubert Sack),
4264           (genRRC): removed unnecessary "clr c",
4265           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4266         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4267           jump optimization,
4268           swapped rules 256.c and 256.d,
4269           extended 256.d by using new multiple checks (thanks Erik),
4270           added rules 256.e and 256.f,
4271           updated rule 261.a and 261.b to new generated code
4272         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4273
4274 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4275
4276         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4277           induction related bugs, including first part of bug #1074377
4278
4279 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4280
4281         * applied patch from bug-report #1076292,
4282         * applied patches for genAnd and Goto-optimizations for Raphael
4283         Neider,
4284         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4285         dump a less iCode information,
4286         * src/pic16/device.h (pic16_options_t): added field debgen,
4287         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4288         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4289         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4290         puclic,
4291         * (various functions): added macros FENTRY and FENTRY2 to functions,
4292         to emit function prologue,
4293         * (various functions): fixed indentation,
4294         * (genNearPointerGet): fixed loading of FSR0,
4295         * (genPackBits): applied patch from Raphael Neider to fix updating
4296         of FSR0 and touching only the modified bits,
4297         * src/pic16/genarith.c (various functions): added macros FENTRY to
4298         emit function prologue in comments,
4299         * src/pic16/pcode.h: added functions debugf2, debugf3,
4300         * src/pic16/ralloc.c: partial fix for packForPush caused
4301         segmentation fault,
4302
4303 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4304
4305         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4306           <stsp AT users.sourceforge.net> with reversed byte order
4307         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4308
4309 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4310
4311         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4312           bug #1074377
4313         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4314         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4315
4316 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4317
4318         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4319
4320 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4323           conditions,
4324           (setFromConditionArgs): friendly operand parser for peephole rules,
4325           (operandBaseName, operandsNotRelated): new peephole condition
4326           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4327           architecture specific register naming into account, handles n-way
4328           comparisons, and supports quoted literals
4329         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4330
4331 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4332
4333         * src/mcs51/peeph.def: fixed bug #1076940
4334
4335 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4336
4337         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4338
4339 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4340
4341         Adding support for replacing ljmps with sjmps in jumptables
4342         generated for switch statements. For now you need to set the
4343         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4344         Now 4 algorithms for mcs51 jumptable generation are used:
4345         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4346         addresses loaded pc-relative for up to 112 cases and stack-pushing
4347         target addresses loaded with offset from dptr for up to 256 cases.
4348
4349         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4350         * src/mcs51/main.c: adapted constants for switch table generation
4351         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4352
4353 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4354
4355         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4356         * support/regression/tests/bug1057979.c: added test for bug 1073386
4357
4358 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4359
4360         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4361         compilers
4362
4363 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * src/pic16/device.h,
4366         * src/pic16/genarith.c,
4367         * src/pic16/glue.c,
4368         * src/pic16/main.c,
4369         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4370
4371 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4372
4373         Large cummulative patch for pic16 port.
4374         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4375         to call when a stack overflow occurs,
4376         * (malloc.h): added CVS Id tag,
4377         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4378         variable,
4379         * added libc directory. The current version of LibC contains string
4380         functions, ctype functions and macros and some functions of the
4381         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4382         be extensively tested in the future. Standard disclaimer here.
4383         Library is not automatically build yet. But one can build it by
4384         invoking 'make' inside the libc directory.
4385         * added ADC library under libio. Preliminary version yet.
4386
4387         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4388         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4389         aopForRemat() now and not by pic16_aopOp(),
4390         * (pic16_popGetTempReg): removed warning messgae when allocating
4391         temporary registers, its a buggy feature and will be removed,
4392         * (pic16_popGet): set register instance field in AOP_CRY,
4393         * (pic16_outBitC): fixed for results in size greater than 1,
4394         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4395         * (pic16_storeForReturn): optimized return of 0,
4396         * (genCmp): experimental code for new genCmp which uses PIC18's
4397         special compare&skip instructions. Initial tests fail some times
4398         with variables grater than 1 byte in size, so new code is disabled,
4399         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4400         a single bit,
4401         * (genCast): began a fix to optimize the casting of a bit to another
4402         bit, now assigning a bitfield to another bitfield will fail, sorry,
4403         * src/pic16/main.c: disabled the use of lr-support feature,
4404         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4405         * added some function prototypes, added function _debugf prototype,
4406         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4407         bits with offset (case PO_GPR_BIT),
4408         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4409         command line,
4410         * (isBankInstruction): modified to return 0 for no banking instruction,
4411         and 1 for banking instruction,
4412         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4413         caused stop processing pCodes after a inline assembly block,
4414         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4415         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4416         registers when it shouldn't,
4417         * src/pic16/ralloc.c (allocReg): add preliminary support for
4418         supporting a limited set of temporary registers,
4419
4420 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4421
4422         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4423           genDataPointerSet): ensure assignments always copy in MSB to LSB
4424           order,
4425           (loadRegFromAop): recognize CLRH optimization,
4426           (genFunction): optimize RECEIVE iCodes in reentrant functions
4427
4428 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4429
4430         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4431           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4432           selected.
4433         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4434         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4435           contiguous with data
4436
4437 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4438
4439         * device/lib/_gptrget.c (_gptrget),
4440         * device/lib/_gptrgetc.c (_gptrgetc),
4441         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4442           instead of sjmp to ret
4443         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4444           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4445
4446 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4447
4448         * .version: bumped version to 2.4.7
4449         * device/lib/_gptrget.c (_gptrget): is now _naked
4450         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4451         * device/lib/_gptrput.c (_gptrput): is now _naked
4452         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4453           (createFunction): fixed xstack
4454         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4455         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4456           or bit either,
4457           (geniCodeCritical): store original interrupt state in an iTemp bit
4458           var unless stack-auto
4459         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4460         * src/SDCCmain.c (setIncludePath): added include/target to search path
4461         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4462         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4463           prototype,
4464           (processFuncArgs): put bit vars in bit area
4465         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4466           unsaveRBank): fixed xstack,
4467           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4468           (genFunction, genEndFunction): fixed xstack,
4469           (genAssign): optimization don't walk backwards through mem
4470         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4471         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4472         * support/regression/Makefile: also make library (for stack-auto) when
4473           making "all" and added "test-mcs51-xstack-auto"
4474         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4475         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4476         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4477         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4478         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4479           make-library by MAKE_LIBRARY
4480         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4481           regression tests for xstack
4482         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4483         * support/regression/tests/critical.c: test for critical on mcs51
4484
4485 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4488           built version of sdcc instead of installed version
4489
4490 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4491
4492         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4493         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4494           vprintf.c now
4495         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4496         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4497           WARNING: remove device/lib/build/z80/printf.o by hand when
4498           updating from previous build!
4499         * device/lib/z80/printf.c: updated comment
4500         * support/regression/tests/bug1057979.c: test all ports now
4501         * support/regression/tests/bug1065458.c: file added
4502
4503 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4506           *_start and *_end symbols for static functions
4507
4508 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4509
4510         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4511           and search crt0.o in all library paths,
4512           (setIncludePath): proper handling of --nostdinc,
4513           (setLibPath): proper handling of --nostdlib
4514         * support/regression/Makefile,
4515         * support/regression/ports/ds390/spec.mk,
4516         * support/regression/ports/gbz80/spec.mk,
4517         * support/regression/ports/hc08/spec.mk,
4518         * support/regression/ports/mcs51/spec.mk,
4519         * support/regression/ports/mcs51-large/spec.mk,
4520         * support/regression/ports/mcs51-stack-auto/spec.mk,
4521         * support/regression/ports/z80/spec.mk: use include and lib files from
4522           built version of sdcc instead of installed version
4523         * doc/sdccman.lyx: fixed typo in --nostdinc
4524
4525 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4526
4527         * src/pic/pcode.c,
4528         * src/pic/device.c,
4529         * src/pic/ralloc.c,
4530         * src/pic/gen.c : added support to generate code for struct bit fields.
4531
4532 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4533
4534         * as/xa51/xa_version.h,
4535         * device/include/errno.h,
4536         * device/include/regc515c.h,
4537         * device/lib/_itoa.c,
4538         * device/lib/_ltoa.c,
4539         * device/lib/ser_ir_cts_rts.c,
4540         * sim/ucsim/xa.src/glob.cc,
4541         * sim/ucsim/xa.src/inst_gen.cc,
4542         * sim/ucsim/xa.src/xa_bit.cc,
4543         * sim/ucsim/xa.src/xa_sfr.cc,
4544         * sim/ucsim/z80.src/inst_dd.cc,
4545         * sim/ucsim/z80.src/inst_fdcb.cc,
4546         * support/scripts/keil2sdcc.pl,
4547         * src/pic16/pic16.dsp,
4548         * src/pic16/pic16a.dsp: corrected cvs line endings
4549         * device/lib/printf_large.c: fixed bug 1057979
4550         * src/pic16/gen.c: fixed non-C standard code
4551         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4552         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4553         * support/regression/ports/mcs51/support.c: reload T1 asap
4554         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4555           pdata use and clear idata startup behaviour
4556         * support/regression/tests/bug1057979.c: added
4557
4558 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4559
4560         * device/examples/ds390/ow390/ad26.h,
4561         * device/examples/ds390/ow390/cnt1d.h,
4562         * device/examples/ds390/ow390/crcutil.c,
4563         * device/examples/ds390/ow390/ownet.h,
4564         * device/examples/ds390/ow390/owsesu.c,
4565         * device/examples/ds390/ow390/swt12.h,
4566         * device/examples/ds390/ow390/swtoper.c,
4567         * device/examples/ds390/ow390/temp10.h,
4568         * device/examples/ds390/ow390/thermodl.c,
4569         * device/examples/ds390/tinitalk/tinitalk.dsp,
4570         * device/examples/ds390/tinitalk/tinitalk.dsw,
4571         * device/examples/mcs51/clock/hw.h,
4572         * device/examples/mcs51/simple2/go.bat,
4573         * device/examples/serialcomm/windows/serial.h,
4574         * device/examples/xa51/dummy.c,
4575         * device/examples/xa51/hello.c,
4576         * device/include/80c51xa.h,
4577         * device/include/at89x051.h: corrected cvs line endings
4578
4579 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4580
4581         * src/pic16/main.c (options): added command line --gstack, to trace
4582         stack over/under flows,
4583         * added pragma 'wparam' to allow passing first byte of function
4584         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4585         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4586         call to __gstack_test function and sets up the symbol as extern,
4587         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4588         * popaop): added call to pic16_testStackOverflow,
4589         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4590         wparamList list,
4591         * (genCall, genPcall): now all parameters are passed via stack
4592         except in functions that are pass to wparam pragma in which WREG is
4593         used too,
4594         * (genPcall): REENTRANT flag is checked to see if variable prototype
4595         contains reentrant keyword, don't call a non-reentrant function, via
4596         a reentrant function pointer or vice versa, functions are never
4597         passed via WREG,
4598         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4599         D.Winkler,
4600         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4601         SIGSEGV when accessing a NULL register stucture,
4602         * (pic16_printGPointerType): modified to handle UPPER modifier for
4603         function initializers, changed prototype of function to simpler one,
4604         * (pic16_printIvalFuncPtr): check to see if function is already
4605         added in externs list,
4606         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4607         optimized a move from W to SFR with a move to the same register
4608         later after a CALL,
4609         * device/lib/pic16/debug: NEW directory, contains debug features
4610         which are enabled when linking with libdebug.lib, currently command
4611         line option --gstack enables stack pointer tracing for over/under
4612         flow, corresponding sources are in debug/gstack
4613
4614 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4615
4616         * doc/sdccman.lyx: updated SDCC version,
4617         * (PIC16 port): update list of command line options,
4618         * src/pic16/device.h (structure pic16_options_t): added field gstack
4619         to enable stack overflow tracing on push/pops,
4620         * src/pic16/device.c (statistics structure): added statistics
4621         structure,
4622         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4623         pic16_dump_int_registers): increase statistics counters for each
4624         * variable which is encountered
4625         * (pic16_dump_usection): emit each .udata variable to its own udata
4626         section,
4627         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4628         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4629         parameters via stack, otherwise use old scheme,
4630         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4631         assembler output file,
4632         * src/pic16/main.c: added command line options --gstack to enable
4633         push/pop tracing for stack overflow,
4634         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4635         instructions): added size of each instruction,
4636         * (pic16_countInstruction): estimate size of instructions in
4637         the_pFile list, inline assembly blocks are not counted,
4638         * (pic16_FixRegisterBanking): trace previous register usage, when
4639         banksel optimizations is greater than 0, don't emit a redudant
4640         banksel directive,
4641
4642 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4643
4644         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4645         * src/pic16/ralloc.c : applied same fix for pic16.
4646         * src/pic/gen.c : tidied it up a little.
4647
4648 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4649
4650         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4651         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4652
4653 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4654
4655         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4656
4657 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4658
4659         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4660         non-reentrant function __modsint in the interrupt function (thus
4661         corrupting math operations during serial I/O)
4662         * device/lib/ser_ir.c: as above, changed buffersize
4663         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4664         256.c,d for zeroing
4665         * doc/Makefile: added option -t for rsync
4666
4667 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * src/SDCCast.h (struct ast),
4670         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4671
4672 2004-10-20 Borut Razem <borut.razem AT siol.net>
4673
4674         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4675         package
4676
4677 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4678
4679         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4680         makefile targets,
4681         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4682         support functions to replace long sequences of MOVFF's from access
4683         bank registers to stack and vice versa,
4684         * src/pic16/device.h: added new field opt_flags, where optimization
4685         flags can be set to enable certain features,
4686         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4687         * pBlock, (genFunction, genEndFunction): surroung loop for
4688         saving/loading used registers in stack with PC_INFO pCodes,
4689         INF_LREGS. Code in between can then be optimized by pCode optimizer
4690         to support function calls,
4691         * (genDataPointerSet): fixed bug which loaded float fields in
4692         structures with corrupt data,
4693         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4694         in a standard way debug info on stderr. Feature used for developing
4695         and debugging only,
4696         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4697         obsolete chunks of code,
4698         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4699         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4700         * pic16/src/pcode.c (pic16_newpCodeInfo,
4701         * (pic16_newpCodeOpLocalRegs),
4702         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4703         feature,
4704         * (pic16_pCodeConstString): printing of the initial value of a
4705         symbol as a comment is inhibited since parsing was already done by
4706         copyStr and output is corrupt,
4707         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4708
4709 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4710
4711         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4712
4713 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4714
4715         * as/mcs51/lkarea.c: removed old K&R style,
4716           (lnksect): changed check on boundary error,
4717           (lnksect2): changed check on boundary error,
4718           (lnksect2): extend XSTK to end of page if size = 1
4719         * as/mcs51/lkmain.c: removed old K&R style,
4720           (Areas51): create l_IRAM symbol
4721         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4722         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4723           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4724         * device/lib/_mullong.c: added version to be compiled with xstack
4725         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4726         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4727         * device/lib/mcs51/crtxstack.asm: fixed comment
4728         * src/SDCCglue.c: maxInterrupts defaults to 0,
4729           (emitMaps): added pdata,
4730           (createInterruptVect): (re)moved default,
4731           (glue): added pdata,
4732           (glue): moved __start__xstack to XSTK with default size 1
4733         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4734           and options.float_rent when options.stackAuto is set,
4735           (linkEdit): only write XDATA_NAME if provided on command line
4736         * src/SDCCmem.h,
4737         * src/SDCCmem.c: added pdata
4738         * src/port.h: added pdata_name to PORT
4739         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4740           (saveRegisters, unsaveRegisters): removed usage of B,
4741           (genMinus): fixed accumulator clash,
4742           (genJumpTab): added comment, this needs another look
4743         * src/mcs51/gen.c: added check for "B in use" paranoia,
4744           added pushB() and popB()
4745         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4746           chance
4747         * src/avr/main.c,
4748         * src/ds390/main.c,
4749         * src/hc08/main.c,
4750         * src/mcs51/main.c,
4751         * src/pic/main.c,
4752         * src/pic16/main.c,
4753         * src/xa51/main.c,
4754         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4755           added PSEG (PAG,XDATA) or NULL to port specifier
4756         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4757         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4758           (_mcs51_genInitStartup): removed __start__xstack equ,
4759           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4760         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4761         * src/z80/gen.c (_rleAppend): fixed warnings
4762         * support/regression/tests/zeropad.c: added pdata test
4763         * .version: bumped to 2.4.6
4764
4765 2004-10-17 Borut Razem <borut.razem AT siol.net>
4766
4767         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4768         as a part of nightly build
4769
4770 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4771
4772         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4773         WREG holds the first byte function parameters,
4774         * (aopForSym): take special case for symbols which are in FARSPACE
4775         but in CODESPACE too,
4776         * (assignResultValue): modified to take into account _G.useWreg,
4777         * (genCall): don't use wreg for parameter passing when function is
4778         declared as reentrant, too, added optimization INCF to stack
4779         pointer when stack parameter count is 1,
4780         * (genFunction, genEndFunction): refurnished and fixed to not using
4781         wreg for passing parameters when function has varargs or is
4782         reentrant, fixed bug with symbol name compare for generating
4783         functions in absolute address,
4784         * (pic16_storeForReturn): refurnished,
4785         * (genCmp): began writing a new version of the function, not ready
4786         yet, therefore it is disabled,
4787         * (genAssign): do not read code memory when assigning a function to
4788         a pointer function,
4789         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4790         array of characters, not pointer,
4791         * (pic16initialComments): in debug mode emit an .ident directive for
4792         the assembler,
4793         * (_process_pragma): emit a new warning type (internal to pic16)
4794         when setting stack to default length, emit a similar warning when
4795         placing a function at absolute address and address is not word aligned
4796         * (_pic16_parseOptions): added 'return TRUE' statement,
4797         * (_pic16_linkEdit): if compiling a source, then add the source's
4798         file object, first in the list of objects to link,
4799
4800 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4801
4802         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4803         * src/pic/main.c : removed VC warning.
4804         * src/pic/gen.c : changed comment.
4805
4806 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4807
4808         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4809         reference to a deprecated symbol _GPTRREG was causing failure to
4810         link. Thanks G. M. Gallant for the info.
4811
4812 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4813
4814         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4815         comments for Bugs item #954788.
4816
4817 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4818
4819         * src/pic16/device.c (pic16_dump_gsection,
4820         * pic16_groupRegistersInSection): handle symbols declared to be in
4821         access bank differently,
4822         * src/pic16/gen.c (struct _G): added field resDirect,
4823         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4824         send values read from stack directly to result and don't allocate
4825         temporary values,
4826         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4827         same registers,
4828         * (pic16_sameRegsOfs): NEW,
4829         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4830         free because they were not allocated from temporary pool,
4831         * pic16_popRegFromString): workaround to fix a problem with
4832         allocating variables twice or never,
4833         * (genGenPointerGet): using PRODL instead of FSR0H,
4834         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4835         instead of FSR0H,
4836         * (genAssign): take advantage of the _G.resDirect flag,
4837         * (genCast): around line 11844, use mov2f instead of directly
4838         MOVFF'ing between operands to account for literal values,
4839         * src/pic16/genutils.c: some new debug functions for gpsim have been
4840         added,
4841         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4842         float with integer part only,
4843         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4844         place variables in access bank
4845         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4846         updated sources to reflect recent changes in gen.c
4847
4848 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4849
4850         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4851         sources that searched for headers in installation path, now the
4852         device/include/pic16 is used,
4853         * src/pic16/glue.c (pic16glue),
4854         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4855         .line directives if not in debug mode, this suppresses assembler's
4856         warnings for ignored directives
4857
4858 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4859
4860         * src/port.h: made reset_regparms prototype void parameter explicit.
4861         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4862         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4863         * doc/sdccman.lyx: documented warning disabling and how to use
4864           printf_large to make it print floats.
4865         * device/include/stdbool.h: NEW
4866         * device/lib/_atof.c,
4867         * device/lib/_divuint.c,
4868         * device/lib/_divulong.c,
4869         * device/lib/expf.c,
4870         * device/lib/printf_large.c,
4871         * device/lib/sincosf.c,
4872         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4873         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4874           a completely reentrant lib.
4875
4876 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4877
4878         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4879         * device/include/pic16/stdio.h: fixed bug with colon
4880
4881 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4882
4883         * device/include/pic16/stdio.h,
4884         * device/include/pic16/stdlib.h,
4885         * device/include/pic16/math.h: NEW
4886         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4887         declared as _naked to reduce overhead
4888         * device/lib/Makefile.in (target port-specific-objects-pic16):
4889         changed * to *.* so to ignore the CVS directory,
4890         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4891         stacked variables back in stack,
4892         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4893         corruption
4894
4895 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4896
4897         * .version: bumped version number to 2.4.5
4898         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4899         * support/Util/SDCCerr.c (messages structure): added entry for
4900         W_POSSBUG2
4901
4902         Large cumulative patch for pic16 port and libraries.
4903         * device/include/pic16/sdcc-lib.h,
4904         * device/include/pic16/stdarg.h,
4905         * device/include/asm/pic16/features.h,
4906         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4907         * device/include/pic16/float.h: changes reentrant keyword with
4908         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4909         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4910         updated target build-libraries to include objects from gptr,
4911         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4912         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4913         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4914         all function headings,
4915         * src/SDCCmain.c: added global parameter userIncDirsSet,
4916         * (parseCmdLine): when option -I is encountered add directory to
4917         userIncDirsSet too,
4918         * src/version.awk: added space between control and long,
4919         * src/pic16/NOTES: added some notes for the port,
4920         * src/pic16/gen.c: added prototype for mov2fp function,
4921         * (fReturnpic16[]): properly named return value registers,
4922         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4923         * (aopForSym): added code to handle symbols with onStack flag set,
4924         symbols onStack are allocated PTRSIZE bytes,
4925         * (aopFreeAsmop): handles special case where asmops are stack objects,
4926         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4927         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4928         added argument lock to trace flaws in allocating temporary registers
4929         when developing port,
4930         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4931         * (pic16_popRegFromString): reenabled allocating a direct register
4932         from string,
4933         * (assignResultValue): various beautifications,
4934         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4935         referenced function argument,
4936         * (genIpush): reenabled to allow stacked arguments, handles only
4937         ic->parmPush iCodes,
4938         * (genCall, genPcall): major changes to allow for variable argument
4939         functions, fixed a bug with falsely restoring stack pointer after
4940         returning from call,
4941         * (genFunction): pending code for critical function,
4942         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4943         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4944         * (genNearPointerGet): fixed bug with indirect reading, was always
4945         reading from INDF0
4946         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4947         pointers,
4948         * (genAddrOf): rewrote code to take address of a stacked function parameter
4949         * (genCast): fixed casting to generic pointer type,
4950         * src/pic16/gen.h: added AOP_STA,
4951         * (struct asmop): added field stk,
4952         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4953         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4954         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4955         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4956         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4957         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4958         generic pointers,
4959         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4960         and library paths,
4961         * (pic16_port structure): generic pointer size is set to 3,
4962         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4963         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4964         compiler warning,
4965         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4966         operand is an iTemp,
4967
4968 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4969
4970         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4971         * debugger/mcs51/simi.c: addapt new syntax of s51
4972
4973 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4974
4975         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4976         * src/pic16/pcode.c: commented out some calls to free() in order to
4977         fix bug #989576,
4978
4979 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4980
4981         * src/SDCCicode.h,
4982         * src/SDCCicode.c (isiCodeInFunctionCall),
4983         * src/avr/ralloc.c (selectSpil),
4984         * src/pic/ralloc.c (selectSpil),
4985         * src/pic16/ralloc.c (selectSpil),
4986         * src/ds390/ralloc.c (selectSpil),
4987         * src/hc08/ralloc.c (selectSpil),
4988         * src/xa51/ralloc.c (selectSpil),
4989         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4990         stack in the middle of a function call sequence (fixes bug #1020268)
4991         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4992         costs associated with the minimum switch case.
4993
4994 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4995
4996         * src/SDCC.lex: fixed bug #1030549
4997
4998 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4999
5000         * src/SDCCcse.h (struct cseDef),
5001         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5002         over a function call if the CSE is derived from a symbol whose
5003         address has been taken (fixes bug #1029883)
5004         * support/regression/tests/bug-1029883: a new regression test for
5005         this bug
5006
5007 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5008
5009         * src/hc08/gen.c (emitinline): fixed bug #1029778
5010         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5011         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5012         and starts toward RFE #905167)
5013
5014 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5015
5016         * src/pic16/gen.c (mov2f): New function to move an operand to
5017         another without considering if it is a literal or a register,
5018         * (pic16_sameRegs): don't check if they are both AOP_REG,
5019         * (AccRsh): removed andmask=0 lines,
5020         * (genLeftShift): duplicated to be improved in future versions,
5021         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5022         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5023         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5024         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5025         * (insertBankSwitch): fixed inserting banksel directives algorithm
5026         for instructions that follow a skip instruction, this fixes a report
5027         for broken subtraction code generation,
5028         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5029         iCode is a left op, just in case result and right share the same
5030         registers
5031
5032 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5033
5034         * src/hc08/main.c,
5035         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5036         preservation of HX
5037         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5038         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5039         on 2004-09-12; it was buggy
5040
5041 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5042
5043         * src/SDCCsymt.h: removed RESULT_CHECK
5044         * src/SDCCast.c,
5045         * src/SDCCglue.c,
5046         * src/SDCCval.c,
5047         * src/pic/glue.c,
5048         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5049
5050 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5051
5052         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5053         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5054         configuration values no more rejected by compiler, they are assigned
5055         to configuration registers with a warning message instead,
5056         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5057         the for-loop so last conf register is emitted too,
5058         * (_pic16_initPaths): link library libsdcc.lib by default,
5059         * (_hasNativeMulFor): modified test for multiplication according to
5060         Raphael Neider's remarks. Integer multiplication is also done with
5061         support functions,
5062         * device/include/pic16/pic18fregs.h: corrected type error in while
5063         testing and including 18f6720 header file
5064
5065 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5066
5067         * src/pic16/device.h (pic16_options): removed field use_crt,
5068         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5069         until an optimization to handle single bits is added,
5070         * (pic16_loadFSR0): moved before genUnpackBits,
5071         * (genAnd): some white lines removed,
5072         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5073         leave_reset flags in pic16_options when using crt modules,
5074
5075 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5076
5077         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5078           for bugs 898889 & 979599. Also used some safer print instructions.
5079
5080 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5081
5082         * src/pic16/device.h (pic16_options_t): added field use_crt,
5083         crt_name, no_crt,
5084         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5085         catch a probable future bug,
5086         * src/pic16/gen.c: aopIdx function commented out,
5087         * (genAssign): commented out old code which used aopIdx,
5088         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5089         code, added if conditionals to take into account the --use-crt
5090         command line options,
5091         * src/pic16/main.c (pic16_optionsTable): added new command line
5092         options, --use-crt= and --no-crt,
5093         * (_pic16_linkEdit): now the proper crt object is added in the
5094         linker command line except than when --no-crt is specified,
5095         * src/pic16/pcode.c,
5096         * src/pic16/pcode.h: added some structures and functions for a new
5097         optimization scheme to compansate for instruction overhead between
5098         same iCodes, this scheme is currently under development and is not
5099         working in any way,
5100         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5101         to && operator,
5102         * device/lib/pic16/startup/crt0i.c,
5103         * device/lib/pic16/startup/crt0iz.c: added global char variable
5104         __uflags to force the generation of an idata section
5105
5106 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5107
5108         * doc/Makefile,
5109         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5110         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5111
5112 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5113
5114         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5115         Frieder) and clarified the default code optimization mode
5116
5117 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5118
5119         * src/SDCC.lex (doPragma, process_pragma),
5120         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5121         "opt_code_size", and "opt_code_balanced"
5122         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5123         regrouped options by category, added support for category headers
5124         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5125         and "--opt-code-size"
5126         * doc/sdccman.lyx: documented these new options and pragmas
5127         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5128         preference into account
5129
5130 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5131
5132         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5133           geniCodePreDec): Fixed bug 904237 by generating a warning
5134         * src/SDCCerr.h,
5135         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5136
5137 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5138
5139         * src/pic/device.c : When no max ram set validate full memory range.
5140         * src/pic/pcode.c,
5141         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5142
5143 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5144
5145         * device/lib/_gptrget.c,
5146         * device/lib/_gptrput.c: updated comment
5147         * device/lib/calloc.c,
5148         * device/lib/free.c,
5149         * device/lib/malloc.c,
5150         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5151         * src/SDCCcse.c (cseBBlock),
5152         * src/SDCCicode.c (printOperand, geniCodeArray),
5153         * src/SDCCicode.h (struct operand): fixed bug 868103
5154         * support/regression/tests/bug-868103.c: added
5155         * src/SDCCast.c (searchLitOp),
5156         * src/SDCCcse.h (struct cseDef),
5157         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5158         * src/SDCCicode.h (struct operand),
5159         * src/SDCCsymt.h (struct sym_link),
5160         * src/avr/gen.c (hasInc),
5161         * src/ds390/gen.c (hasInc),
5162         * src/hc08/gen.c (genPlusIncr, hasInc),
5163         * src/mcs51/gen.c (hasInc),
5164         * src/pic16/glue.c (pic16_printIvalChar),
5165         * src/pic16/ralloc.c (regWithIdx),
5166         * src/xa51/gen.c (hasInc) : removed warnings
5167         * src/SDCCast.c (createBlock): added comment ???
5168         * src/hc08/ralloc.c: updated comments
5169
5170 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5171
5172         * doc/sdccman.lyx: updated section on switch statements, added
5173         section about semaphore locking
5174         * doc/Makefile: added option -info for latex2html
5175         * device/lib/_gptrget.c,
5176         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5177
5178 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5179
5180         * src/pic/device.h,
5181         * src/pic/device.c,
5182         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5183          maxram is less than 0x100.
5184
5185 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5186
5187         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5188
5189 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/port.h,
5192         * src/mcs51/main.c,
5193         * src/ds390/main.c,
5194         * src/z80/main.c,
5195         * src/hc08/main.c,
5196         * src/pic/main.c,
5197         * src/pic16/main.c,
5198         * src/avr/main.c,
5199         * src/xa51/main.c
5200         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5201         a jump table is the best form for a switch statement, including
5202         automatic insertion of missing cases to make the case range
5203         continuous. Developed in collaboration with Frieder Ferlemann.
5204
5205 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5208         accumulator result if it needs sign extension
5209
5210 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5211
5212         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5213
5214 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5215
5216         * device/lib/gbz80/printf.c,
5217         * device/lib/z80/printf.c: removed define for NULL
5218
5219 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5220
5221         * as/xa51/xa_link.c,
5222         * device/examples/ds390/ow390/ad26.c,
5223         * device/examples/ds390/ow390/cnt1d.c,
5224         * device/examples/ds390/ow390/counter.c,
5225         * device/examples/ds390/ow390/ds2480.h,
5226         * device/examples/ds390/ow390/ds2480ut.c,
5227         * device/examples/ds390/ow390/findtype.c,
5228         * device/examples/ds390/ow390/gethumd.c,
5229         * device/examples/ds390/ow390/owllu.c,
5230         * device/examples/ds390/ow390/ownetu.c,
5231         * device/examples/ds390/ow390/swt12.c,
5232         * device/examples/ds390/ow390/swtloop.c,
5233         * device/examples/ds390/ow390/temp.c,
5234         * device/examples/ds390/ow390/temp10.c,
5235         * device/examples/ds390/ow390/thermo21.c,
5236         * device/examples/ds390/ow390/tinilnk.c,
5237         * device/examples/ds390/ow390/tstfind.c,
5238         * device/examples/serialcomm/windows/serial.cpp,
5239         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5240         * device/include/reg51.h: fixed line endings for cvs
5241
5242 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5243
5244         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5245         packRegsForAccUse, packRegisters): new accumulator register
5246         packing algorithm
5247         * support/regression/ports/hc08/support.c (_putchar): suppress
5248         warning of unused variable
5249         * src/SDCCicode.c: added SWAP entry to codeTable
5250
5251 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5252
5253         * device/lib/sprintf.c: forgot to add this file before previous commit
5254
5255 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         * src/pic16/gen.c (genPackBits): added operand right in function
5258         parameters, load result directly if p_type is POINTER (that is
5259         called by genNearPointerSet)
5260         * (genUnPackBits): added operand left in function parameters,
5261         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5262         FSR0 if accessing bitfields,
5263
5264 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5265
5266         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5267           _print_format; updated printf, sprintf, vsprintf
5268         * device/include/asm/default/features.h: corrected comment/define
5269         * device/lib/Makefile.in: added sprintf.c
5270         * device/lib/libsdcc.lib: added sprintf module
5271         * device/lib/printf_large.c,
5272         * device/lib/vprintf.c,
5273         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5274           into these 3 files
5275         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5276         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5277         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5278           hc08 test
5279         * support/regression/tests/zeropad.c: define idata as data for hc08
5280
5281 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5282
5283         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5284         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5285         labels are referenced at least once (even if a reference is not found)
5286         * src/hc08/gen.c (emitcode): set isComment flag for comments
5287         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5288         loads), rules 6a..6b (optimize jumps to return)
5289
5290 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         * device/lib/acosf.c (acosf),
5293         * device/lib/asinf.c (asinf),
5294         * device/lib/atanf.c (atanf),
5295         * device/lib/ceilf.c (ceilf),
5296         * device/lib/cosf.c (cosf),
5297         * device/lib/coshf.c (coshf),
5298         * device/lib/cotf.c (cotf),
5299         * device/lib/fabsf.c (fabsf),
5300         * device/lib/floorf.c (floorf),
5301         * device/lib/log10f.c (log10f),
5302         * device/lib/logf.c (logf),
5303         * device/lib/sinf.c (sinf),
5304         * device/lib/sinhf.c (sinhf),
5305         * device/lib/sqrtf.c (sqrtf),
5306         * device/lib/tanf.c (tanf),
5307         * device/lib/tanhf.c (tanhf),
5308         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5309         replaced all instances of "reentrant" in the library functions
5310         defined in math.h with this macro.
5311         * support/regression/tests/float_trans.c: reenabled test for hc08
5312
5313 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5314
5315         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5316         erroneously deleted
5317
5318 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5319
5320         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5321         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5322         multi-byte volatile operands are used
5323         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5324         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5325         initialization to area GSINIT0 so that it would always precede
5326         any static initializers in GSINIT
5327         * support/regression/tests/zeropad.c: fixed idata define for hc08
5328         * support/regression/tests/bug-927659.c,
5329         * support/regression/tests/float_trans.c: disabled tests for hc08
5330         pending missing library routines
5331         * .version: increased version number to 2.4.4 - hc08 port now passes
5332         regression tests
5333
5334
5335 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5336
5337         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5338         * Makefile.common.in,
5339         * as/Makefile,
5340         * as/hc08/Makefile.in,
5341         * as/mcs51/Makefile.in,
5342         * as/z80/Makefile.in,
5343         * debugger/mcs51/Makefile.in,
5344         * device/include/Makefile.in,
5345         * device/lib/Makefile.in,
5346         * doc/Makefile,
5347         * link/Makefile,
5348         * link/z80/Makefile.in,
5349         * packihx/Makefile.in,
5350         * sim/ucsim/main_in.mk,
5351         * sim/ucsim/avr.src/Makefile.in,
5352         * sim/ucsim/doc/Makefile.in,
5353         * sim/ucsim/gui.src/serio.src/Makefile.in,
5354         * sim/ucsim/hc08.src/Makefile.in,
5355         * sim/ucsim/s51.src/Makefile.in,
5356         * sim/ucsim/xa.src/Makefile.in,
5357         * sim/ucsim/z80.src/Makefile.in,
5358         * src/Makefile.in,
5359         * support/cpp2/Makefile.in,
5360         * support/librarian/Makefile,
5361         * support/makebin/Makefile: added DESTDIR to the install path proposed
5362         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5363         * doc/sdccman.lyx: added DESTDIR documentation
5364
5365 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5366
5367         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5368         instruction for interrupt handlers, use fast returns when returning
5369         from high priority interrupts
5370
5371 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5374         code generation
5375         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5376         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5377         bugs, ported much of Bernhard's code from mcs51
5378         * src/mcs51/gen.c (genSend),
5379         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5380         than one when calling a reentrant function
5381         * device/lib/_mullong.c: defined an alternate struct layout for big
5382         endian ports (hc08)
5383
5384 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5385
5386         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5387         test
5388
5389 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5392         are sane and complete before asking the port its prefered parameter
5393         passing method (fixes bug #1017633)
5394         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5395         and _ret3
5396
5397 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5400         problem in bitfields >= 8 bits.
5401
5402 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5403
5404         * src/SDCCsymt.c: undid changes that were not meant to be committed
5405
5406 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5407
5408         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5409
5410 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5411
5412         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5413           copied and wrong bit got inverted
5414
5415 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5416
5417         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5418         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5419         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5420         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5421         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5422         assignments to bitfields at known addresses
5423         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5424         reads from bitfields at known addresses
5425         * src/hc08/ralloc.c (packRegisters),
5426         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5427         genhc08Code): optimize pointer get values used as conditionals
5428         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5429         and branch
5430
5431 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5432
5433         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5434         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5435         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5436         as conditionals
5437
5438 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5439
5440         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5441
5442 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5445         related problems
5446
5447 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5448
5449         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5450
5451 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5452
5453         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5454         mcs51 port
5455
5456 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5457
5458         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5459
5460 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5461
5462         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5463         cases use more compact code.
5464
5465 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5466
5467         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5468
5469 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5472
5473 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5474
5475         * src/SDCCsymt.h,
5476         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5477         parameter of changePointer() from symbol* to sym_link*
5478         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5479         * src/SDCCsymt.c (compareType): void* type is castable to other
5480         pointers, but not necesarily an exact match.
5481         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5482         is no longer blindly treated as an exact match.
5483         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5484
5485 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5486
5487         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5488
5489 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5490
5491         * src/pic/gen.c,
5492         * src/pic/pcode.c,
5493         * src/pic/ralloc.h,
5494         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5495
5496 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5497
5498         * src/pic/device.c,
5499         * src/pic/device.h,
5500         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5501
5502 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5503
5504         * src/mcs51/gen.c (emitcode): fixed bug #992819
5505
5506 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5507
5508         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5509           there's no need to make it worse
5510
5511 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5512
5513         * src/mcs51/ralloc.c (deassignLR),
5514         * src/ds390/ralloc.c (deassignLR),
5515         * src/hc08/ralloc.c (deassignLR),
5516         * src/z80/ralloc.c (deassignLR),
5517         * src/pic/ralloc.c (deassignLR),
5518         * src/pic16/ralloc.c (deassignLR),
5519         * src/avr/ralloc.c (deassignLR),
5520         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5521         rlivePoint): fixed another part of bug #971834
5522
5523 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/z80/main.c: enabled "critical" keyword
5526         * src/z80/mappings.i,
5527         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5528         functions (fixes bug #979646)
5529         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5530
5531 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5532
5533         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5534           such as c:\mydir.
5535
5536 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5537
5538         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5539           doesn't disable too much optimizations
5540
5541 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5542
5543         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5544
5545 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5546
5547         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5548
5549 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5550
5551         * src/pic/gen.c tidied up tabs
5552         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5553         * src/pic/main.c tidied up tabs
5554         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5555         * src/pic/pcoderegs.c tidied up tabs
5556         * src/pic/ralloc.c tidied up tabs
5557
5558 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5559
5560         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5561         to S_FIXED for pic16 port and when symbol is not in level 0,
5562         allocate for S_REGISTER storage class and pic16 port, too,
5563         * src/pic16/device.h: prototype for checkSym,
5564         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5565         * (pic16_assignConfigWordValue): test the value and the mask to
5566         validate that the value is suitable for the configuration word,
5567         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5568         collect extern declared symbols, don't emit symbol twice, check
5569         first if symbol is in publics set first,
5570         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5571         * added command line '--fstack' which enables an experimental
5572         feature for stack access, too buggy to be used yet...
5573         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5574         * (pic16_allocDirReg): when register has storage class S_REGISTER
5575         allocate in pic16_dynAccessRegs,
5576         * device/include/pic16/pic18f????.h: modified configuration word
5577         naming convention, words started as CONFIG0H but should be CONFIG1H
5578
5579 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5580
5581         * device/include/mcs51reg.h: fixed bug 970993
5582
5583 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5584
5585         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5586         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5587         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5588         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5589         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5590         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5591           error/warning numbers,
5592           added function setWarningDisabled()
5593         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5594         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5595           _memcmp.c _memmove.c calloc.c realloc.c free.c
5596         * support/regression/tests/malloc.c: added tests for new functionality
5597         * support/regression/tests/zeropad.c: added tests for truncated initializers
5598           and initialized char arrays starting with '\x0'
5599         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5600
5601 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5602
5603         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5604
5605 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5606
5607         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5608         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5609         peephole 177.e. Thanks to anonymous
5610
5611 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5612
5613         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5614         function isn't used in the source but referenced as a
5615         variable initializer then declare it as extern in .asm file
5616
5617 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5618
5619         * .version: increased version number to 2.4.3
5620
5621         Adding version extension according to ChangeLog CVS revision
5622         * src/Makefile.in (target all): added dependency 'version.h'
5623         * (rule version.h): added rule to create version.h from ChangeLog,
5624         * (rule dep): added dependency version.h,
5625         * src/version.awk: AWK script to create version.h
5626         * src/SDCCdwarf2.c (dwWriteModule),
5627         * src/SDCCglue.c (initialComments),
5628         * src/SDCCmain.c (printVersionInfo): modified to write after
5629         version string the version extension number,
5630         * src/SDCCutil.c: included "version.h"
5631         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5632         number,
5633         * src/SDCCutil.h: added prototype for getBuildNumber
5634
5635         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5636         includeDirsSet, too,
5637         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5638         const char [] is found in function prototype...
5639
5640         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5641         moving to WREG with source is already in WREG,
5642         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5643         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5644         * (aopForSym): stack'ed symbols are partially supported, added
5645         if-clause to support symbols in FARSPACE,
5646         * (sameRegs): added test for AOP_ACC to see if registers are same,
5647         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5648         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5649         * (pic16_popRegFromString): will not allocate a new register if it
5650         doesn't find one by name, bug may have introduced...
5651         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5652         * (genIpush): revived to use pic16 port's stack,
5653         * (genAddrOf): added incomplete case for stack'ed operand,
5654         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5655         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5656         can handle multibyte operands,
5657         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5658         * (pic16initialComments): added message for MPLAB compatibility
5659         mode enabled,
5660         * src/pic16/main.h: prototype for pic16_mplab_comp,
5661         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5662         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5663         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5664         because of increased complexity of procedure,
5665         * (_process_pragma): stack pragma changed to format 'stack pos len',
5666         emit symbol '_stack_end' to conform with gplink,
5667         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5668         to search for register,
5669         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5670         PO_GPR_REGISTER,
5671         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5672         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5673         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5674         case for PO_GPR_REGISTER,
5675         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5676         dies, the new era is ahead !...
5677         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5678         pic16_dynInternalRegs,
5679         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5680         * (pic16_allocDirReg): minor optimizations and bug fixes,
5681         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5682
5683         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5684         load stack and frame pointer with address of 'stack_end' symbol
5685
5686 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5687
5688         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5689         without source code but only variable initializers
5690
5691 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5692
5693         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5694         external are not declared as extern to reduce overhead while linking
5695
5696 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5697
5698         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5699
5700 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5701
5702         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5703           Yee Keat for the patch
5704         * src/SDCCast.c (decorateType): fixed bug #979599
5705         * src/ds390/gen.h: removed local fReturnSizeDS390
5706         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5707         * src/ds390/gen.c (genAnd, genOr, genXor),
5708         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5709
5710 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5711
5712         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5713         add relFilesSet to $3, manipulate $2 to handle linking of object
5714         files without source files in command line,
5715         * device/include/pic16 (all headers): added ID location macros,
5716         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5717         entries for ID location bytes,
5718         * (pic16_assignIdByteValue): NEW,
5719         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5720         added field dumpcalltree to pic16_options_t,
5721         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5722         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5723         emitting rFalseIfx label after check_carry label,
5724         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5725         pic16_emitDIRegs), NEW
5726         * (pic16glue): dump .calltree file when option --calltree found,
5727         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5728         * (_pic16_genAssemblerPreamble): emit ID locations after
5729         configuration registers,
5730         * (pic16_linkCmd): modifications of the link command,
5731         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5732         * (pic16_pCodeInitRegisters): don't init stack registers,
5733         * (pic16_findPrevInstruction): fixed bug,
5734         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5735         bug with immediate registers,
5736         * (buildCallTree): traces stack push and pop,
5737         * (pct2): dump also stack usage for each function,
5738         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5739         * (pic16_allocDirReg): various modifications,
5740         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5741         fixed to 1,
5742
5743 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5744
5745         * src/pic16/pcode.c: removed buggy double colon
5746
5747 2004-07-01 Borut Razem <borut.razem AT siol.net>
5748
5749         * support/scripts/sdcc.nsi: added include/pic16 to setup
5750
5751 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5754         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5755         target 'clean',
5756         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5757         specific command line arguments. Also added sample lkr script
5758         for placing a variable at a specific memory bank.
5759         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5760         at a specific memory bank,
5761         * (pic16_dump_isection): fixed bug which caused string literals to
5762         be omitted when dumping idata section,
5763         * (pic16_groupRegistersInSection): added code to handle registers
5764         in specific memory banks,
5765         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5766         public, all references are renamed too,
5767         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5768         AOP_DPTR2,
5769         * (pic16_storeForReturn): added case to handle when dest is WREG,
5770         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5771         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5772         pic16_rel_udata, check to see if that register is marked as being
5773         a member of a specific memory bank,
5774         * (pic16_printIvalCharPtr): added code to add string literals either
5775         to code or the idata sections,
5776         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5777         also accept the 'udata' pragma,
5778         * src/pic16/main.h: new structure types sectName and sectSym
5779         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5780         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5781         * (pic16_findPrevInstruction): fixed, it returned nothing,
5782         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5783         instruction combinations,
5784         * (pic16_FixRegisterBanking): heavily reorganised,
5785         * (pic16_AnalyzeBanking): if generating banksel directives is
5786         disabled, then don't call FixRegisterBanking at all,
5787         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5788         completely removed,
5789         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5790
5791 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5792
5793         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5794         Phuah Yee Keat <yk.phuah AT nestac.com>
5795
5796 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5797
5798         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5799         correctly the IVT even if it is relocated to some other location
5800
5801 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5802
5803         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5804         * device/include/pic16/pic18f2220.h: NEW,
5805         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5806         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5807         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5808         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5809         nodefaultlibs, ivt_loc is the location of the interrupt vector
5810         table, and nodefaultlibs signs that default libraries should not be
5811         linked in link stage,
5812         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5813         according to --ivt-loc argument,
5814         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5815         when pragma stack is found,
5816
5817 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5818
5819         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5820         256 (range check), 257 (do while), 258.a-f (bit banging
5821         f.e. on 3-wire SPI bus)
5822
5823 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5826         variables used exclusively within a loop
5827
5828 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5831
5832 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * src/SDCClrange.c (computeClash): fixed bug #971834
5835
5836 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/mcs51/gen.c (genCmp): fixed bug #975903
5839         * src/hc08/gen.c (operandsEqu),
5840         * src/ds390/gen.c (operandsEqu),
5841         * src/z80/gen.c (operandsEqu),
5842         * src/pic/gen.c (operandsEqu),
5843         * src/pic16/gen.c (operandsEqu),
5844         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5845         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5846
5847 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5848
5849         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5850
5851 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5852
5853         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5854         default case in switch statement,
5855         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5856         to eliminate problem with initialisation of pointers, but problem
5857         still exists,
5858         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5859         * (emitStaticSegment): removed various lines emitting debug info,
5860         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5861         added processor registers for utilizing EEPROM,
5862         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5863         configurable and set 8
5864
5865 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5866
5867         * .version: increased version number to 2.4.2,
5868
5869         Cumulative patch for pic16 port
5870         * src/pic16/device.c: changed scheme to dump initial values for
5871         variables in idata segment, all print_idata* functions were removed,
5872         now the pic16_printIval* will be called,
5873         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5874         * _pic16_printPointerType, pic16_printPointerType,
5875         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5876         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5877         NEW, similar to the respective functions in SDCCglue.c,
5878         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5879         way, emitting hex bytes,
5880         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5881
5882 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * src/avr/ralloc.c (serialRegAssign),
5885         * src/xa51/ralloc.c (serialRegAssign),
5886         * src/pic/ralloc.c (serialRegAssign),
5887         * src/pic16/ralloc.c (serialRegAssign),
5888         * src/hc08/ralloc.c (serialRegAssign),
5889         * src/z80/ralloc.c (serialRegAssign),
5890         * src/ds390/ralloc.c (serialRegAssign),
5891         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5892
5893 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5896         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5897
5898 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5899
5900         Cumulative patch for pic16 port:
5901         * src/pic16/device.h (typedef PIC16_device) modified fields for
5902         defining microcontrollers,
5903         * src/pic16/device.c: added new info for all devices in Pics16 array,
5904         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5905         to be optimised out by the pCode optimiser,
5906         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5907         specially, bug reported by G.M. Gallant,
5908         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5909         as force'd so that cannot be optimised out by pCode optimiser,
5910         * src/pic16/pcode.c,
5911         * src/pic16/pcodepeeph.c,
5912         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5913         they are disabled by default, but can be enabled explicit with
5914         command argument --denable-peeps, for testing,
5915         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5916         --pomit-ivt in COMPILE_FLAGS
5917
5918 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5919
5920         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5921           compilation on MSVC
5922
5923 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5924
5925         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5926
5927 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5928
5929         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5930         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5931
5932 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5933
5934         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5935         would only assign 0x300001 register.
5936
5937 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5938
5939         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5940         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5941
5942 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5943
5944         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5945         for ds80c400
5946         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5947         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5948         added peephole 254 (left shift), 255 (jump table)
5949
5950 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5951
5952         * device/lib/Makefile.in: removed comment line with model-pic16,
5953         * (target port-specific-objects-pic16): the libraries and objects
5954         are copied to the build directory form the device/lib/pic16/bin
5955         directory
5956
5957         Cumulative patch concerning pic16 port:
5958         * library directory has been re-organized,
5959         * added support for PIC18F1220,
5960         * added headers and library sources for chips 18f1220,18f6520,
5961         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5962
5963         * configuration registers setting has changed, now each supported
5964         device has a complete description of the registers it uses,
5965         * all initialisations are moved to idata sections, these section
5966         can be absolute or relocatable,
5967         * fixed initialisation of codespace variables,
5968         * fixed warning about PCLATU and gpsim,
5969         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5970         * (genAssign): use table reads when assigning from variables in codespace,
5971         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5972         char/int variables placed in codespace,
5973         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5974         registers set in .asm file, no need for --pomit-config-words anymore,
5975         * (pic16glue): some 8051 legacy segments are commented out
5976         (to be removed completely),
5977         * added support for alternative assembler and linker with --asm=
5978         and --link= command line arguments,
5979         * peepholes are disabled automatically in the port, no need to
5980         specify on command line,
5981         * port supports natively char/int/long multiplication, but converts
5982         all divisions to support functions,
5983         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5984         to the file set in variable $2,
5985         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5986         strings in ASCII format and not in hex,
5987         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5988         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5989         allocate proper register if iCodes aren't temporary,
5990
5991 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5992
5993         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5994
5995 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5996
5997         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5998         is commented out
5999
6000 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6001
6002         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6003         computed address is reused
6004         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6005         multi-byte bitfields
6006
6007 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6008
6009         * src/z80/gen.c: (genArrayInit): must check for pointers too
6010
6011 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6012
6013         * support/regression/tests/zeropad.c: never meant to commit the
6014           nestedstruct test: removed, added check for GCC version
6015
6016 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6017
6018         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6019         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6020         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6021           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6022           bugs 928906 and 954082 half-empty initializers
6023         * src/SDCCsymt.h,
6024         * src/SDCCsymt.c (getAllocSize): added for above fix
6025         * src/z80/gen.c (genArrayInit): fixed bug 741044
6026         * support/regression/tests/zeropad.c: added tests
6027
6028 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6029
6030         * src/pic16/device.c (pic16_dump_section): corrected bug which
6031         caused some symbols of the libraries to be misplaced
6032
6033 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6034
6035         * src/pic16/glue.c,
6036         * src/pic16/ralloc.h,
6037         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6038         to fix conflict with pic port
6039
6040 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6041
6042         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6043         externs configuration variables,
6044         * src/pic16/ralloc.h,
6045         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6046         prototype in header, commented out some debug messages
6047
6048 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         * src/pic16/glue.c,
6051         * src/pic16/main.c,
6052         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6053         for gpasm COFF object generation. Thanks to D. Hawkins for
6054         his patch info
6055
6056 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         * src/ds390/main.c,
6059         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6060         Brock for spotting this)
6061         * src/ds390/gen.c (genEndFunction),
6062         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6063         interrupt handler and critical. Disable push/pop optimizations when
6064         peephole optimizations disabled.
6065
6066 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6067
6068         Updated pic16 library sources and headers.
6069         * device/lib/pic16/pic18f*/ ,
6070         * device/include/pic16/*.h: modified to handle structured SFR
6071         definitions
6072
6073 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6074
6075         * src/port.h (PORT structure): added hook initPaths, now each
6076         port can declare its own default search paths,
6077         which can been seen with the --print-search-dirs option,
6078         see pic16 port for example,
6079         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6080         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6081         * (doPrintSearchDirs): NEW, replaces in a central manner the
6082         printing of search dirs which was split in set*Paths functions,
6083         * (main): added call to port->initPaths and doPrintSearchDirs,
6084         * src/avr/main.c,
6085         * src/ds390/main.c,
6086         * src/hc08/main.c,
6087         * src/izt/i186.c,
6088         * src/izt/tlcs900h.c,
6089         * src/mcs51/main.c,
6090         * src/pic/main.c,
6091         * src/pic16/main.c: modified port structures to reflect addition of
6092         initPaths hook,
6093
6094         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6095         * (pic16_dump_section): for registers in same address reserve memory once,
6096         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6097         to no_banksel,
6098         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6099         result is greater in size than right or left,
6100         * (pic16_genUMult8X8_8): there are some cases where the result can
6101         be 16 bits size, so handle these,
6102         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6103         * (pic16_outBitC): modified to emit pcodes,
6104         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6105         or not,
6106         * (genDivOneByte): implemented algorithm to divide 8-bits,
6107         * (genCmp): uncommented goto, but issues still exist,
6108         * (genAnd): fixed a bug with variables >8bits,
6109         * (genPackBits): optimization added that uses BCF/BSF to change a
6110         single bit,
6111         * (genAssign): fixed bug when assigning floating point literals,
6112         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6113         __sdcc_gsinit_startup label,
6114         * src/pic16/main.c (_pic16_init): removed search directory
6115         initialisations,
6116         * (_pic16_initPaths): NEW, used to initialise search directories,
6117         * (_hasNativeMulFor): support functions for all except char/int
6118         multiplication, and char division,
6119         * (PIC16_port struct): modified entry for native mul support,
6120         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6121         no_banksel option,
6122         * (buildCallTree): call to register_usage is ifdef'ed out,
6123
6124 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6125
6126         * device/include/string.h: applied Stas Sergeev's patch to make this
6127         header file compatible with the preprocessor -Wundef option
6128         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6129         failure (fixes bug #941458)
6130
6131 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6134         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6135         that the variable, not the function, should be static
6136         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6137         to be consistent with non-literal case
6138
6139 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         * src/SDCCast.c (isConformingBody): fixed bug #949967
6142         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6143         convilong): fixed bug #952086
6144
6145 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6146
6147         * src/SDCCmem.c (allocVariables): fixed bug #955321
6148
6149 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6150
6151         * src/hc08/main.c (_hc08_genAssemblerEnd),
6152         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6153         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6154         completely eliminated the use of a temporary file
6155         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6156         when more than one file linked
6157         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6158
6159 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6162         which fixes bug #543481
6163         * support/regression/tests/bug-751703.c: fixed comments left from a
6164         cut and paste error
6165         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6166         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6167         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6168         scopes
6169         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6170         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6171         are now changed to underscores in moduleName
6172
6173 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6174
6175         * as/mcs51/lkmem.c: better fix for bug #954173
6176
6177 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6178         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6179
6180         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6181         * device/include/c8051f000.h,
6182         * device/include/c8051f120.h,
6183         * device/include/c8051f300.h,
6184         * device/include/c8051f310.h,
6185         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6186         PWM16) and detab'ed
6187
6188 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6189
6190         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6191         and mailing lists, doc'ed --no-peep-comments, removed reference
6192         to knoppix (newest version has no LyX/LaTeX), other minor changes
6193         * src/SDCCglue.c (glue): save 2 bytes stack space with
6194         option --main-return. The ljmp could probably be avoided too
6195
6196 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6197
6198         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6199
6200 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6203         * src/SDCCopt.c (isLocalWithoutDef),
6204         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6205         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6206         (credit to Maarten Brock for patch #949363, on which this is based)
6207         * support/regression/tests/bug-751703.c: some test cases of extern used
6208         within inner scopes.
6209
6210 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6213         SPEC_STRUCT
6214         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6215         struct definitions
6216         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6217         dwWriteLabel): fix to create valid debugger symbols even when
6218         the module name has non-alphanumeric symbols in it
6219         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6220         when a variable's allocation has been optimized away
6221
6222
6223 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6226         * src/hc08/main.c,
6227         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6228         * src/mcs51/main.c,
6229         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6230         * src/ds390/main.c,
6231         * src/z80/gen.c (z80_emitDebuggerSymbol),
6232         * src/z80/main.c,
6233         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6234         * src/pic/main.c,
6235         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6236         * src/pic16/main.c,
6237         * src/avr/gen.c (avr_emitDebuggerSymbol),
6238         * src/avr/main.c,
6239         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6240         * src/xa51/main.c,
6241         * src/SDCCdebug.c (emitDebuggerSymbol),
6242         * src/SDCCdebug.h,
6243         * src/port.h: added a debugger struct to the port struct. Added a
6244         callback for defining debugger symbols
6245
6246         * src/SDCCast.c (createLabel),
6247         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6248         with isitmp = 1
6249         * src/SDCCicode.h,
6250         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6251         iCode back to the ast for the function
6252
6253         * src/hc08/ralloc.c (hc08_assignRegisters),
6254         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6255         unneeded fields from the regs struct.
6256         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6257         pushReg() & pullReg() functions instead of emitcode()
6258
6259         * src/hc08/gen.c (genLabel, genhc08Code),
6260         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6261
6262         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6263         debugger hooks
6264
6265         * src/hc08/gen.c (genEndFunction, genhc08Code),
6266         * src/hc08/gen.h,
6267         * src/mcs51/gen.c (genEndFunction, gen51Code),
6268         * src/mcs51/gen.h,
6269         * src/ds390/gen.c (genEndFunction, gen390Code),
6270         * src/ds390/gen.h,
6271         * src/z80/gen.c (genEndFunction, genZ80Code),
6272         * src/z80/gen.h,
6273         * src/z80/z80.h,
6274         * src/pic/gen.c (genEndFunction, genpic14Code),
6275         * src/pic/gen.h,
6276         * src/pic16/gen.c (genEndFunction, genpic16Code),
6277         * src/pic16/gen.h,
6278         * src/avr/gen.c (genEndFunction, genAVRCode),
6279         * src/avr/gen.h,
6280         * src/xa51/gen.c (genEndFunction, genXA51Code),
6281         * src/xa51/gen.h,
6282         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6283         specific code to cdbFile.c and out of the backend code generators
6284
6285         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6286         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6287         starting address is now 0
6288
6289         * as/hc08/asm.h,
6290         * as/hc08/m08pst.c,
6291         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6292         assembler directive for DWARF support
6293         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6294
6295         * src/src.dsp,
6296         * src/Makefile.in,
6297         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6298
6299 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6300
6301         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6302         and inappropriate peephole optimization in jump tables
6303
6304 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6305
6306         * as/hc08/m08pst.c,
6307         * src/SDCCglue.c: sdccopt works for the hc08 port now
6308
6309 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6310
6311         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6312
6313 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6314
6315         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6316
6317 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6318
6319         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6320         rules
6321         * src/SDCCmain.c,
6322         * src/SDCCglobl.h,
6323         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6324         comments from the peephole optimizer replacement rules
6325         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6326         symbols
6327         * src/SDCCcse.c (updateSpillLocation),
6328         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6329         equivalents
6330         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6331         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6332         objects far pointers
6333
6334 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6335
6336         * src/SDCCsymt.h: a missing part of my last change
6337         * src/pic/ralloc.c (regTypeNum),
6338         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6339
6340 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/SDCCicode.h,
6343         * src/SDCCicode.c (aggrToPtrDclType),
6344         * src/SDCCptropt.h,
6345         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6346         ptrPseudoSymConvert),
6347         * src/pic/ralloc.c (regTypeNum),
6348         * src/pic16/ralloc.c (regTypeNum),
6349         * src/hc08/ralloc.c (regTypeNum),
6350         * src/ds390/ralloc.c (regTypeNum),
6351         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6352         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6353
6354 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * link/z80/lkmain.c (afile),
6357         * as/hc08/lkmain.c (afile),
6358         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6359         prevent a pointer problem when a filename has no directory and
6360         no extension specified.
6361
6362 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * link/z80/lkmain.c (afile): allow periods in directory names
6365         * link/z80/lkmain.c (afile),
6366         * as/mcs51/lkmain.c (afile),
6367         * as/hc08/lkmain.c (afile): allow linker script file to have an
6368         extension other than ".lnk"
6369         * link/z80/lklex.c (getfid),
6370         * link/z80/lkmain.c (parse),
6371         * as/mcs51/lklex.c (getfid),
6372         * as/mcs51/lkmain.c (parse),
6373         * as/hc08/lklex.c (getfid),
6374         * as/hc08/lkmain.c (parse): Support comments in the linker script
6375         file on lines by themselves and after filenames
6376
6377 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6378
6379         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6380
6381 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/z80/peeph-z80.def: removed some peephole rules that don't
6384         work with multibyte arithmetic (fixed bug #937126)
6385         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6386         to registers and not global variables
6387         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6388         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6389         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6390         checking for assignments not internally generated (fixed bug #931895)
6391         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6392         structure member (fixed bug #930072)
6393
6394 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         * src/SDCCmain.c (linkEdit),
6397         * src/hc08/main.c (_hc08_parseOptions),
6398         * as/hc08/Makefile.in,
6399         * as/hc08/aslink.h,
6400         * as/hc08/asm.h,
6401         * as/hc08/m08pst.c,
6402         * as/hc08/lkrloc.c (relr, rele),
6403         * as/hc08/lkarea.c (lnkarea)
6404         * as/hc08/lkmain.c (afile, parse),
6405         * as/hc08/lkelf.c: support for ELF output
6406         * as/hc08/lks19.c (s19),
6407         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6408
6409 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6410
6411         * as/mcs51/lkihx.c: Fixed bug #899105.
6412
6413 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6414
6415         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6416         .dsp files from Unix to DOS.
6417
6418 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6421         function pointers; we have been compliant for several months now.
6422         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6423         change that was accidently commented out
6424         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6425         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6426         bug #922319
6427
6428 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6429
6430         * src/hc08/gen.c: output of all of the internal debugging information
6431         is now controlled by the D() macro; it is disabled by default
6432
6433 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6436         harder to keep the same registers during a CAST iCode
6437         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6438         long via int can be done in a single cast, if the signedness is
6439         correct.
6440         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6441         putchar() in tinibios.c in ds390's library
6442
6443 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6444
6445         * src/SDCCast.c (decorateType): fixed bug #898889,
6446         cast result of a literal complement too
6447         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6448         fixed check for bitfields
6449
6450 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6451
6452         * src/SDCCicode.c (geniCodeLogic): made it static,
6453         (geniCodeLogicAndOr): added in order to fix bug #905492,
6454         (ast2iCode): fixed bug #905492
6455         * support/regression/tests/bug-905492.c: added
6456         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6457         (processParms): fixed bug #927659: don't copy parms, this will clear
6458         decorated flag
6459         * support/regression/tests/bug-927659.c: added
6460
6461 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6462
6463         * src/SDCCast.c (addCast): don't cast float to char
6464         * device/lib/libsdcc.lib: added _memmove
6465
6466 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6467
6468         * device/lib/large/Makefile: fixed parallel execution by
6469         replacing `make` by `$(MAKE)`
6470
6471 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6472
6473         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6474         offsets (fixes bug #923936)
6475
6476 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6477
6478         * device/lib/small/Makefile: fixed parallel execution by
6479         replacing `make` by `$(MAKE)`
6480
6481 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6482
6483         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6484
6485 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6486
6487         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6488         * src/regression/Makefile: Regression test was not running.
6489
6490 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6491
6492         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6493         complement if possible
6494         * src/SDCCval.c (valComplement),
6495         * src/SDCCicode.c (operandOperation): fixed complement of literal
6496         * support/regression/tests/onebyte.c (testComplement): added
6497
6498 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6499
6500         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6501         return an optimized tree; actually replace actParm with the new tree
6502         * src/SDCCast.h: added some parantheses to remove side effects
6503         * support/regression/tests/bug-920866.c
6504
6505 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6506         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6507         Bit operands were not being handled properly in the pic14 port.
6508         (now src/regression/add.c passes again).
6509
6510 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6511
6512         * src/SDCC.y (labeled_statement): case and default no longer require
6513         a following statement (RFE #893037)
6514
6515 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6518         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6519         disabled (fixes bug #916294)
6520         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6521         "mov a,acc"; patch provided by Lenny Story
6522         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6523
6524 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6525
6526         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6527         functions
6528         * src/ds390/gen.c (genFunction, genEndFunction),
6529         * src/ds390/ralloc.c (ds390_assignRegisters),
6530         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6531         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6532         pushed if there are parameters passed on the stack. Also, a cleaner
6533         way to decide if r0/r1 should be pushed/popped. (Together they fix
6534         bug #918693)
6535
6536 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6537
6538         * doc/sdccman.lyx,
6539         * device/lib/mcs51/crtpagesfr.asm,
6540         * device/lib/mcs51/crtxinit.asm,
6541         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6542         to avoid confusion with Si Lab's SFRPAGE register.
6543
6544 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * src/SDCCglue.c (emitMaps): allow public sfr variables
6547         * src/SDCCglue.c (initialComments): include compiler build date
6548         with compiler version and put the timestamp of the generated
6549         assembly file on a serperate line to be less confusing.
6550         * src/port.h: added genInitStartup hook
6551         * src/avr/main.c,
6552         * src/ds390/main.c,
6553         * src/hc08/main.c,
6554         * src/pic/main.c,
6555         * src/pic16/main.c,
6556         * src/xa51/main.c,
6557         * src/z80/main.c: genInitStartup initialize as NULL (default to
6558         historical behaviour)
6559         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6560         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6561         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6562         library instead of hard coding it into the compiler.
6563         * support/regression/ports/mcs51-stack-auto/spec.mk,
6564         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6565         * device/lib/mcs51/Makefile,
6566         * device/lib/small/Makefile,
6567         * device/lib/large/Makefile,
6568         * device/lib/mcs51/crtpagesfr.asm,
6569         * device/lib/mcs51/crtstart.asm,
6570         * device/lib/mcs51/crtxclear.asm,
6571         * device/lib/mcs51/crtxinit.asm,
6572         * device/lib/mcs51/crtclear.asm,
6573         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6574         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6575         and into user configurable files.
6576         * device/lib/clean.mk: clean mcs51 directory too
6577         * support/regression/tests/longlit.c: added static to T1 declaration
6578         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6579         accesses in the initialization code
6580
6581 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6584         OSCTRIMVAL as noted in bug #916008
6585
6586 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6589         in loops with multiple exits (reported as incorrect registers
6590         used by Martin Helmling in Sdcc-user list)
6591
6592 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6593
6594         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6595         made ds390 register extensions look less like error messages
6596
6597 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6598
6599         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6600         reported by Adam Wozniak in Sdcc-user list
6601
6602 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6603
6604         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6605         arithmetic optimizations, added debug output
6606
6607 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6608
6609         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6610         * sdcc.spec: updated and split sdcc into 3 rpms
6611         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6612         needed for literals of LEFT_OP and '+'
6613         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6614         introduced RESULT_TYPE_NOPROM
6615         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6616         left shift
6617         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6618         limited promotion to int only for '*'
6619         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6620
6621 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6622
6623         * src/pic16/gen.c (genSkip),
6624         (genc16bit2lit), (gencjneshort): commented out
6625         (is_LitOp): new helper function, checks operand type
6626         (genCmpEq): rewritten
6627
6628 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6629
6630         * support/regression/tests/bug-908454.c: added
6631
6632 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6633
6634         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6635         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6636         (geniCodeCast): cosmetic, don't preserve bit storage class
6637         (geniCodeLeftShift): added promotion
6638         (geniCodeLogic): fixed regression
6639         * src/SDCCsymt.c (computeTypeOr): accept bits too
6640         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6641
6642 2004-03-07  Borut Razem <borut.razem AT siol.net>
6643
6644         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6645
6646 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6647
6648         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6649         version of pic16_genPackRegisters which does not check if ic is a
6650         CAST operator,
6651         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6652         function cause string1.c regression test fails
6653
6654 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6655
6656         * sim/ucsim/configure.in,
6657         * sim/ucsim/configure,
6658         * sim/ucsim/doc/Makefile.in: use docdir
6659         * src/SDCC.y: fixed sbit atrributes
6660         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6661         * src/SDCCast.c (decorateType): |^& need special promotion handling
6662         * src/SDCCast.h,
6663         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6664         * src/SDCCsymt.h (computeType),
6665         * src/SDCCicode.c: computeType() needs op
6666         * src/SDCCsymt.c (checkTypeSanity),
6667         * doc/sddman.lyx: "plain" bitfields are unsigned
6668         * src/SDCCsymt.c (computeTypeOr): added
6669         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6670         |^& ops
6671         * src/SDCCval.c (val*): computeType() needs op
6672         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6673         * support/regression/tests/onebyte.c: added tests for |^&
6674
6675 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6676
6677         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6678         for writing icode into asm output.
6679
6680 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6681
6682         * src/pic16/device.c: added some debug lines enabled
6683         with macro DEBUG_CHECK,
6684         * src/pic16/genarith.c: more debug in genPlus,
6685         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6686         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6687         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6688         * (aopForSym): onStack symbols are re-placed in data memspace,
6689         and onStack flag is cleared,
6690         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6691         copy temporary pcodeop,
6692         * (genPcall): added warning for not updating PCLATU,
6693         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6694         always true for pic16 port,
6695         * (genMultOneWord): NEW, supports integer multiplication,
6696         * (genMult): modified to call genMultOneWord,
6697         * (ifxForOp): added warning when return NULL,
6698         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6699         flag is set before call to operandFromSymbol for implicit
6700         added structures,
6701         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6702         options.intlong_rent are set by default,
6703         * (_hasNativeMulFor): modified to allow port generation of integer
6704         multiplication,
6705         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6706         set regtype to REG_SFR for all registers, restricting seting the
6707         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6708
6709 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6710
6711         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6712         more than 500 times in the regression tests
6713
6714 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6715
6716         * support/Util/SDCCerr.h,
6717         * support/Util/SDCCerr.c,
6718         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6719         enumerator_list),
6720         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6721         for symbol conflicts.
6722         * support/valdiags/tests/enum.c,
6723         * support/valdiags/tests/tentdecl.c,
6724         * support/valdiags/tests/struct.c: expect possible error messages
6725         referring to original symbol definitions.
6726         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6727         * src/SDCCsymt.h,
6728         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6729
6730 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6731
6732         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6733
6734 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6735
6736         * src/pic16/ralloc.c (newReg): fixed bug #908929
6737
6738 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6739
6740         * src/ds390/gen.c: added missing #include "main.h"
6741
6742 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6743
6744         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6745         checking if symbol is already in set,
6746         * src/pic16/device.h: prototype for checkAddSym,
6747         * src/pic16/gen.c: (_G): added entry interruptvector,
6748         * (assignResultValue): removed some commented out lines,
6749         * (genFunction): check for ISR via sym->type, absolute section for
6750         interrupt code is created via a new pBlock, the goto instruction is
6751         placed now correctly at the interrupt vector position, changed all
6752         references from ivec to _G.interruptvector,
6753         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6754         is the interrupt is a high priority one, same for return from ISR,
6755         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6756         externs to calls of checkAddSym,
6757         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6758         pic16_pcode_verbose flag is set,
6759         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6760         * src/pic16/pcoderegs.c: message about how many registers are saved
6761         will only be emitted if pic16_pcode_verbose flag is set,
6762
6763 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6764
6765         * src/ds390/ralloc.h,
6766         * src/ds390/ralloc.c (ds390_regWithIdx),
6767         * src/ds390/gen.c (emitcode),
6768         * src/ds390/main.h,
6769         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6770         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6771         ds390operandCompare, getRegsRead, getRegsWritten,
6772         initializeAsmLineNode): customized instruction size calculation for
6773         ds390, started basis for some register optimizations
6774         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6775         corresponding assembly output
6776         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6777         missing push/pop of r0/r1. Optimized push/pops
6778
6779 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6780
6781         * src/mcs51/main.c (instructionSize): fixed ACALL size
6782         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6783
6784 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6785
6786         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6787         the sorting of rlist with NULL elements
6788         * (print_idataType, print_idata): NEW to create idata sections
6789         * src/pic16/device.h: idataSymSet new variable
6790         * src/pic16/gen.c (genFunction): fixed some bugs in string
6791         comparing, improved the absolute section creation for ISRs,
6792         added FSR0L/FSR0H in registers that are saved in an ISR,
6793         * (genInline): fixed the processing of inline snippets,
6794         now they undergo no process by the peephole optimizer
6795         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6796         are placed in idataSymSet,
6797         * (pic16emitStaticSeg): extern symbols are added in externs,
6798         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6799         switching when aboslute variables are placed in access bank memory
6800         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6801         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6802         commented out with #if,
6803         * (pic16_packRegisters): reintroduce the check for CAST because some
6804         symbols are not correctly handled,
6805         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6806         pCodeInstruction instead of pCode,
6807         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6808         pCodeAsmDir definition,
6809         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6810         directive, then the argument directive is emitted without the leading
6811         tab, hack for inline labels which must be in the first column,
6812         * (compareLabel,pic16_findNextInstruction),
6813         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6814         * (insertBankSwitch): modified for the new pCodeAsmDir,
6815
6816 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6817         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6818
6819         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6820         instance,
6821         * (pushSide): commented out with #if,
6822         * (assignResultValue): fixed some typos in saving
6823         registers,
6824         * (genPcall): FIXED and sync'ed with genCall,
6825         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6826         * (genNearPointerGet): fixed to handle some more cases,
6827         implementation scheme via table reads,
6828         * (genConstPointerGet): modified to access code memory correct,
6829         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6830         and improved to handle some cases
6831         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6832         instead of "RETLW" for init data
6833         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6834         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6835         variables are placed in access bank memory (<0x80 and >=0xf80),
6836         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6837         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6838         TBLWT_POSTDEC,TBLWT_PREINC
6839         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6840         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6841         directives
6842         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6843         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6844         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6845         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6846
6847 2004-02-29  Borut Razem <borut.razem AT siol.net>
6848
6849         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6850         support/Util/findme.h, support/Util/system.h: enhance binary relative
6851         search for lib and include by using findProgramPath()
6852
6853 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6854
6855         * src/SDCCpeeph.h,
6856         * src/SDCCpeeph.c (pcDistance),
6857         * src/port.h,
6858         * src/mcs51/ralloc.h,
6859         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6860         * src/mcs51/main.h,
6861         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6862         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6863         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6864         size calculation port specific, started basis for some register
6865         optimizations
6866         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6867         missing push/pop of r0/r1. Optimized push/pops
6868         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6869         * device/lib/_modsint.c (_modsint),
6870         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6871         and stack version so regression tests pass
6872
6873 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6874
6875         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6876         * src/SDCCast.c (decorateType): catch another small optimization
6877         with '?' operator
6878         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6879         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6880         modified to finally use computeType() all over SDCC,
6881         see Feature Request #877103
6882         * src/SDCCval.h: cosmetic
6883         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6884         valCompare(); regression tested in muldiv.c
6885         * support/regression/tests/muldiv.c (testMod): mod sign follows
6886         dividend only
6887
6888 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6889
6890         * src/SDCCast.c (decorateType): fixed bug #902362
6891         * doc/INSTALL.txt: fixed install instructions for win32
6892
6893 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * device/include/Makefile.in (install): fixed by replacing spaces
6896         by tabs
6897         * doc/README.txt,
6898         * doc/INSTALL.txt: updated for release
6899         * doc/sdccman.lyx: added warning for --xstack being buggy
6900
6901 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6902
6903         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6904         to eliminate build warnings.
6905         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6906
6907 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6908            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6909
6910         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6911         removed -penable-stack, added comment for stack pragma, added
6912         warning for not initializing the stack/frame registers, removed
6913         comment at interrupts section
6914
6915         Stack is made permanent, there is no ability to disable stack usage.
6916         * src/pic16/device.h,
6917         * src/pic16/device.c: removed all references to USE_STACK macro,
6918         * src/pic16/device.c (pic16_dump_section): when no elements in
6919         rlist, free rlist before return,
6920         * (pic16_dump_int_registers): NEW, internal registers are a new set
6921         of general purpose registers reused by each function,
6922         * (checkAddReg): returns 1 if registers is added to set,
6923         * (pic16_groupRegistersInSection): when a registers is of type
6924         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6925         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6926         SRCASECMP macro is moved here from device.c
6927         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6928         PO_PCLATU, PO_PRODL, PO_PRODH,
6929         * (pic16_pCodeOpType, genMinus,
6930         changed compares to "a" register, with AOP_ACC,
6931         * (pic16_genPlus): fixed some bugs and indented properly,
6932         * (pic16_addSign): changed size to size+offset in the MOVWF
6933         instruction,
6934         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6935         multiply 8-bit operand by literal, result is 8-bit,
6936         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6937         multiply 2 8-bit operand, result is 8-bit,
6938         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6939         genUMult8X*_16,
6940         * src/pic16/gen.c: changed accUse to contain WREG only,
6941         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6942         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6943         true, do not use immediate addressing any more unless sym is a
6944         pointer in codespace,
6945         * (aopForRemat): do not use immediate addressing when symbol not in
6946         codespace and when symbol's address is requested,
6947         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6948         accUse size (= 1),
6949         * (aopGet): added case for AOP_ACC and don't return "accumulator
6950         bug" but WREG instead,
6951         * (popGetTempReg): pushes contents of temporary register in stack,
6952         * (popReleaseTempReg): pops contents of temporary register from
6953         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6954         * (pic16_popGet): separated case AOP_ACC to return register WREG
6955         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6956         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6957         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6958         the use of immediate pointers to certain cases only.
6959
6960         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6961         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6962         * (assignResultValue, genCall, genRet): modified to use the new
6963         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6964         genPcall is still broken,
6965         * (genFunction): added code to create 'A' type pBlocks when
6966         interrupt functions are generated, code not extensively tested yet,
6967         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6968         * (genEndFunction): modified so ISRs pop stored registers from stack,
6969         * (genMultOneByte): cleanup,
6970         * (AccRsh): added flag andmask, to and result with appropriate mask,
6971         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6972         * (genDataPointerGet): fixed and reenabled its use,
6973         * (genNearDataPointerGet): bugs fixed,
6974         * (genDataPointerSet): bugs fixed,
6975         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6976         pic16_DumpSymbol, pic16_DumpOp,
6977         * src/pic16/genutils.h: function prototypes for the above functions,
6978         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6979         pointers,
6980         * (pic16emitRegularMap): many many many improvements, but needs a
6981         major cleanup,
6982         * src/pic16/main.c: enable_stack in pic16_options is removed,
6983         * (_pic16_parseOptions): removed command line options -penable-stack,
6984         * (_process_pragma): emit stack symbol only when stack pragma is
6985         processed,
6986         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6987         redirected to FSR0L/FSR0H pair,
6988         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6989         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6990         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6991         for immediates,
6992         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6993         * (dumpPicOptype): NEW,
6994         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6995         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6996         with movff instruction,
6997         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6998         added pic16_int_regs, some packRegsFor* functions are commented out,
6999         because produce errors,
7000         * src/pic16/NOTES: minor modifications
7001
7002 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7003
7004         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7005         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7006         --pack-iram.
7007         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7008         * as/mcs51/lkaomf51.c: fixed bug #895763
7009
7010 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7011
7012         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7013
7014 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7015
7016         * doc/sdccman.lyx: added details about the HC08 storage classes and
7017         interrupts, fixed the register usage info for z80 & gbz80
7018
7019 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7020
7021         * doc/sdccman.lyx: added more pic16 port documentation
7022         * device/include/pic16/: added header pic18fregs.h
7023
7024 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7025
7026         * doc/sdccman.lyx: added Vangelis' contribution
7027
7028 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7029
7030         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7031         extend to the next CALL or PCALL, not just to the next CALL.
7032
7033 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7034
7035         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7036
7037 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7038
7039         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7040         bug #895752 and a better fix for bug #716790
7041
7042 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7045
7046 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7047
7048         * doc/sdccman.lyx: minor changes, minor changed
7049
7050 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7051
7052         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7053         which can't handle SDCC_NEWONEBYTEOPS,
7054         (geniCodeMultiply): removed conversion from mult to shift for pic14
7055         and pic16
7056
7057 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         * src/hc08/gen.h,
7060         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7061         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7062         thus fixing bug #895406
7063
7064 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7065
7066         * device/lib/_modsint.c,
7067         * device/lib/_modslong.c: sign follows divisor only
7068         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7069         signs or signedness can be ignored
7070         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7071         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7072         added optimization for IFX,
7073         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7074         arguments;
7075         reenabled optimization for IFX, which was removed on 2004-01-11
7076         * src/SDCCast.h: added return type IFX
7077         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7078         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7079         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7080         SDCC_OLDONEBYTEOPS selects the old behaviour
7081         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7082         changed again and commented promotion rule
7083         * src/SDCCval.c (valDiv): promotion no longer necessary
7084         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7085         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7086         rewritten
7087         * support/regression/tests/onebyte.c: added
7088
7089 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7090
7091         * gen.c (genInline): reverted to old code for assemnling inline
7092         code because of bug reported James Chadd
7093
7094 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7095
7096         * ralloc.h: missing declarations from previous patch,
7097         seems that patch for ralloc.h was never applied, fixed
7098
7099 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7100            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7101
7102         * pcode.c,
7103         * pcode.h,
7104         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7105         indirect addressing. Marked FSR0 as deprecated
7106         * gen.c (pointerCode): commented out, not needed now
7107         (pic16_popGet2p): new MOVFF helper function
7108         (genGenPointerGet),
7109         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7110         (shiftRLong): removed duplicate debugging info
7111
7112 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/ds390/gen.c (genNearPointerGet),
7115         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7116         optimization with bits, but not bitfields.
7117         * src/ds390/ralloc.c (packRegisters),
7118         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7119
7120 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7121
7122         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7123
7124 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7125
7126         * src/SDCCsymt.h,
7127         * src/SDCCicode.c (operandFromSymbol),
7128         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7129         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7130         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7131         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7132         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7133         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7134         bug #892038
7135         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7136         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7137         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7138         * src/SDCCsymt.c (newSymbol),
7139         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7140         enumerator_list),
7141         * src/SDCCval.h,
7142         * src/SDCCval.c (newiList): fixed bug #885705
7143
7144 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7145
7146         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7147         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7148
7149 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7150
7151         * device/include/c8051f120.h,
7152         * device/include/c8051f300.h,
7153         * device/include/c8051f310.h: added/updated header files for Silicon
7154         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7155         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7156         in new section Submitting patches
7157
7158 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7161         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7162         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7163         genGenPointerSet),
7164         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7165         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7166         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7167         genGenPointerSet),
7168         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7169         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7170         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7171         genGenPointerSet),
7172         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7173         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7174         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7175         genGenPointerSet): fixed bug #892400
7176         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7177         to eliminate build warnings.
7178         * src/SDCCast.c (processParms),
7179         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7180         fixed bug 751859
7181         * support/valdiag/valdiag.py: added GCC to the list of defines active
7182         when compiling with gcc
7183
7184 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7185
7186         * support/Util/SDCCerr.h,
7187         * support/Util/SDCCerr.c,
7188         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7189         with an incomplete type (fixed bug #883734)
7190         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7191
7192 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7195
7196 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         * src/SDCCast.c (decorateType),
7199         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7200         function pointer implementation
7201         * support/regression/tests/funptrs.c: added tests to verify both forms
7202         of function pointers work correctly. Added tests to verify parameters
7203         are passed in the correct order.
7204
7205 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7206
7207         * device.c (regCompare): registers are sorted by ascending
7208         address and increasing size,
7209         * main.c (_pic16_finaliseOptions): removed the declaration
7210         of compiler macro MCU. Now a macro of the format pic18fxxxx
7211         will be defined from the command line
7212
7213 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7214             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7215
7216         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7217         PCOP_RLCF was overwritten!
7218         * gen.c (genSkip): commented out calls to pic16_emitcode,
7219         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7220         * (genlshTwo),
7221         * (genRRC): added debugging info,
7222         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7223         overwritten while shifting,
7224         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7225         overwritten while shifting,
7226         * (AccLsh),
7227         * (AccRsh),
7228         * (shiftLLeftOrResult),
7229         * (shiftRLeftOrResult),
7230         * (shiftRLong),
7231         * (shiftLLong): Implemented with pic16_emitpcode
7232         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7233         * (genLeftShift): Fixed bug, operand for shift by variable always
7234         was "and"ed with 0x0f,
7235         * (genLeftShiftLiteral),
7236         * (genrshTwo),
7237         * (genRightShiftLiteral): added debugging info,
7238         * (genrshFour): added comment,
7239         * (genRightShift): determined signedness from operand "left"
7240         instead of "result"
7241
7242 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7243
7244         * src/SDCCicode.c (geniCodeParms),
7245         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7246         function pointers, fixed function pointer bugs #861242 and #861896
7247
7248 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7249
7250         * device/include/c8051f000.h,
7251         * device/include/c8051f120.h,
7252         * device/include/c8051f300.h: added header files for Silicon
7253         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7254
7255 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7256
7257         * src/SDCCast.c (processParams): added new type flow and restructured
7258         (gatherAutoInit): added new type flow
7259         (addCast): cosmetic changes
7260         (getLeftResultType): added new type flow for array indices, patch
7261         provided by Stas, see FR #877103
7262         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7263         array index patch by Stas
7264         * src/SDCCast.h: added prototype getResultTypeFromType()
7265         * src/SDCCval.h,
7266         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7267         * src/pic/glue.c (pic14emitStaticSeg),
7268         * src/pic16/glue.c (pic16emitStaticSeg),
7269         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7270         for initialization of symbols
7271         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7272         * support/Util/SDCCerr.h:
7273         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7274         * .version: bumped version number to 2.3.8
7275         * device/include/Makefile.in (install),
7276         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7277         avoid warnings
7278
7279 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7282         Slade Rich fixed an optimization bug
7283         * src/pic/pcodepeep.c,
7284         * src/pic/pcoderegs.c
7285         * doc/Makefile (install): added test for directory
7286
7287 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7290         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7291         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7292         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7293         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7294         * as/mcs51/asexpr.c (term),
7295         * as/hc08/asexpr.c (term): fixed bug #887146
7296
7297 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7298
7299         * src/z80/gen.c (genMult): handle single byte result product
7300         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7301         DUMMY_READ_VOLATILE (fixed bug #886367)
7302
7303 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7304
7305         * support/regression/tests/libmullong.c: fixed logic, on little endian
7306         hosts we ended without a mullong_wrapper()
7307
7308 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7311         virus/worm forged address usage.
7312
7313 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7314
7315         Fixed promotion, it should be done on AST level:
7316         * src/SDCCast.c (addCast): added promotion to int
7317         (decorateType): updated call to upCast()
7318         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7319         usualUnaryConversions()
7320
7321 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7322
7323         * support/regression/tests/literalop.c (mulWrapper): Added a
7324         wrapper to remove integer overflow warnings.
7325
7326         * support/regression/tests/float_trans.c: Made work on host.
7327
7328         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7329         location of sz80.
7330
7331         * support/regression/generate-cases.py (main): Changed from inline
7332         to a main method.
7333
7334         * doc/Makefile (install): Changed to depth first to get rid of
7335         missing directory install warning.
7336
7337         * as/Makefile (install-doc): Made work on Mac.
7338
7339 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7340
7341         * src/SDCCast.c: added an additional type flow in decorateType() of
7342         opposite direction, see feature request #860006; it's enabled at runtime
7343         by setting the environment variable SDCC_NEWTYPEFLOW
7344         * src/SDCCast.h: changed prototype of decorateType()
7345         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7346         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7347         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7348         see feature request #877103
7349         * src/SDCCval.c: updated call of decorateType()
7350         (valBitwise): fixed bug #882876
7351         (valMinus): added promotion
7352         (valLogicAndOr): result is unsigned
7353         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7354         * src/SDCCsymt.c (computeType),
7355         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7356         must not cause an unsigned operation
7357         * src/pic/glue (pic14emitRegularMap),
7358         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7359
7360 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7361
7362         * src/pic/pcode.c (PCodeID): commented out left over debug code
7363
7364 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7365
7366         * support/valdiag/tests/overflow.c: added shift tests
7367         * src/pic/device.c,
7368         * src/pic/gen.c,
7369         * src/pic/gen.h,
7370         * src/pic/glue.c,
7371         * src/pic/main.c,
7372         * src/pic/pcode.c,
7373         * src/pic/pcode.h,
7374         * src/pic/pcodepeep.c,
7375         * src/pic/pcoderegs.c,
7376         * src/pic/ralloc.c,
7377         * src/pic/ralloc.h: applied patch from Slade Rich;
7378         added support for multiple code pages and multiple RAM banks on the
7379         PIC 14 port. The ASM files now no longer simply assume all the
7380         code / RAM are in the same page / bank. This means the linker can
7381         safely allocate code/RAM of separate ASM files to different pages/banks.
7382         * doc/sdccman.lyx: added Slade's tips
7383         * src/mcs51/peeph.def: fixed bug #880768
7384
7385 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7388         * src/SDCCast.c (decorateType): fixed bug #880197
7389
7390 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7391
7392         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7393         getopt.h.
7394
7395         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7396         strtof is not part of C89 and isn't included with Mac OS X.
7397
7398 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7399
7400         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7401         shiftL2Left2Result): fixed bug #879326
7402         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7403         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7404         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7405         address fetch for clr instruction
7406         * device/lib/hc08/_mulint.c: created optimized assembly version
7407         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7408
7409 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7412         proposed in FR #877103
7413
7414 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7415
7416         * src/SDCCval.c (cheapestVal): added missing checks
7417         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7418         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7419
7420 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7421
7422         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7423         equal operands
7424
7425 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7426
7427         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7428         loaded with the linker search paths (-L arguments) and the libraries
7429         to be linked with the current source (-l arguments). Changes
7430         currently will affect only the pic16 port.
7431         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7432         include path the port specific paths and port specific libraries,
7433         * gplink command now contains the $3 argument,
7434         * src/pic16/device.h,
7435         * src/pic16/device.c,: structure PIC_device is made public and
7436         renamed to PIC16_device, the same for variable Pics which is renamed
7437         to Pics16. Updated all references to them.
7438         * src/pic16/glue.c (pic16glue): corrected bug with code
7439         initialization which bypassed the variable initializations block.
7440
7441         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7442         COMPILE_FLAGS and added the --nostdinc option
7443
7444 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7445
7446         * device/include/mc68hc908jb8.h: Register defs for another member
7447         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7448
7449 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7450
7451         Documenting changes from previous commits.
7452         * configure.in (version 1.56),
7453         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7454         when generating output files to configure the pic16 library,
7455         but now I've commented it out, since gputils aren't installed in the
7456         SF compile farm, so library won't compile
7457
7458         * device/lib/Makefile.in (version 1.56): initially I've added in
7459         target 'all' the prerequestive 'model-pic16' so it compiled the
7460         pic16 library, but now I've commented it out for the same reasons
7461         above,
7462         * added targets 'model-pic16' and 'objects-pic16' to compile the
7463         library
7464         * added target 'port-specific-objects-pic16' to handle the
7465         generated libraries and copy them into the build/ directory
7466         * added target 'clean-intermediate-pic16' to clean intermediate
7467         files into pic16 directory
7468         * in target 'installdirs' added line to create directory pic16 in
7469         the installation path
7470
7471         * device/include/Makefile.in (version 1.11): in target 'install'
7472         added lines to copy all header files to installation path,
7473         * in target 'installdirs' added line create directory for pic16
7474         headers in the installation path
7475
7476 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7477
7478         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7479          a function call
7480
7481 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7482
7483         * configure,
7484         * device/lib/configure.in,
7485         * device/lib/configure: fixed for autoconf 2.57
7486
7487 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7490         option so that it actually works. Made it specific to the z80, since
7491         the gbz80 doesn't have these kinds of I/O ports.
7492
7493 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * device/include/z180.h,
7496         * device/lib/_memcpy.c,
7497         * device/lib/_memmove.c,
7498         * device/lib/_mulint.c,
7499         * device/lib/ser_ir.c,
7500         * device/lib/ser_ir_cts_rts.c,
7501         * device/lib/_strcmp.c,
7502         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7503         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7504         portmode; added deprecation warning for bank= and protmode= forms.
7505         Also, guard against buffer overflow.
7506         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7507
7508 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7511         changed interrupt vector table generation to only emit declared vectors.
7512         * device/include/Makefile.in: added missing backslash
7513         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7514
7515 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7516
7517         Mainly changes to support compilation of the device libraries
7518         * src/pic16/device.c: stack is allocated via symbol and not
7519         via literal number. The symbol is placed in the corresponding
7520         position of the data ram
7521         * (pic16_dump_section): relocatable and absolute uninitialized
7522         data are now emitted in sorted order to reduce section naming,
7523         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7524         weren't marked as being in the access bank,
7525
7526 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7527
7528         Added portion of GNU PIC Library under the directory
7529         device/include/pic16 and device/lib/pic16. These files
7530         contain the declarations of SFRs for the PIC18Fxx2 devices.
7531         The directory is initialized via configure from toplevel.
7532
7533 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7534
7535         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7536         the spilllocations to be compared correctly
7537
7538 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7539
7540         * src/SDCCast.c (decorateType): fixed bug introduced today
7541
7542 2004-01-12  Borut Razem <borut.razem AT siol.net>
7543
7544         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7545         doc/sdccman.lyx: upper case pragmas are deprecated
7546
7547 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7548
7549         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7550         in simpler and even better code
7551
7552 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7553
7554         * src/SDCCicode.c (operandOperation): fixed bug #874819
7555         * src/SDCCast.c (decorateType): fixed
7556         char foo (unsigned long ul) { return ul > 0; }
7557
7558 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7559
7560         * doc/sdccman.lyx: Moved and added some sections, small changes
7561         all over. Telling LaTeX to be less strict with word spacing
7562         to better keep the right margin. Changed some notes about
7563         maintainance of the ports in section 3.2.1 - is it OK like this?
7564
7565 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7566
7567         SDCC source changes:
7568         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7569         convilong): modified to inform the pic16 port that builtin functions
7570         are external
7571
7572         PIC16 PORT specific changes:
7573         * src/pic16/device.c pic16_dump_equates() added,
7574         processor registers declared internally by the port are emitted in
7575         the translation as equates,
7576         * src/pic16/gen.c: inline code is passed unprocessed to the
7577         translation,
7578         * (pic16_popGetLit2): fnuction modified to take second operand as
7579         pCodeOp pointer and not as literal,
7580         * (popRegFromIdx): prefixed with pic16_,
7581         * (pic16_popCombine2): modified to receive already allocated pCode
7582         operands,
7583         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7584         * (genFunction): initializes local stack frame and pushes on stack
7585         all the registers used by this function,
7586         * (genEndFunction): restores all registers from stack and restores
7587         stack frame,
7588         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7589         improvements,
7590         * (pic16glue): changed the program startup sequence,
7591         * added new dbName code 'A' for functions placed in absolute section
7592         * src/pic16/main.c: added function attribute _naked,
7593         * added pragma 'code' to place a fnuction at an absolute address,
7594         * added command line arguments --debug-ralloc and --pcode-verbose,
7595         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7596         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7597         * (pic16_newpCodeOpLit2): modified to take the second operand as
7598         pCodeOp pointer,
7599         * (pic16_printpBlock): modified to emit each function in a separate
7600         section,
7601         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7602         UPPER for immediate operands,
7603         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7604         instruction,
7605         * src/pic16/peeph.def: all peepholes with movff are commented out,
7606         because there is a problem in the pcode peep optimizer,
7607         * src/pic16/ralloc.c: the register allocator can now reuse local
7608         function symbols for another function. This saves register usage.
7609         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7610
7611         Added file src/pic16/NOTES with information about program writing on
7612         the current port version.
7613
7614 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7615
7616         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7617         and peephole 252 (array access)
7618
7619 2004-01-09  Borut Razem <borut.razem AT siol.net>
7620
7621         * src/SDCCmain.c : fixed #872250: -l command line defined library
7622           files are scanned before standard library files
7623
7624 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         * src/SDCCast.c (decorateType): fixed bug #874046
7627
7628 2004-01-09  Borut Razem <borut.razem AT siol.net>
7629
7630         * support/scripts/sdcc.nsi: remove previous installation
7631
7632 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7633
7634         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7635         bytes for last interrupt vector (mcs51)
7636         * sdcc.spec: fixed typo
7637
7638 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7639
7640         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7641         gen51Code): more efficient parameter receive for --model-large
7642         ("bug" #845294)
7643
7644 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * src/ds390/main.c,
7647         * src/z80/main.c: added missed needLinkerScript flags (more than
7648         one port structure defined in these file)
7649         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7650         bug #795325
7651
7652 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7653
7654         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7655         * src/port.h: added flag needLinkerScript in port->linker
7656         structure to inform whether to create a .lnk file or not,
7657         * src/avr/main.c,
7658         * src/ds390/main.c,
7659         * src/hc08/main.c,
7660         * src/mcs51/main.c,
7661         * src/pic/main.c,
7662         * src/pic16/main.c,
7663         * src/xa51/main.c,
7664         * src/z80/main.c: changed appropriately to configure
7665         needLinkerScript flag
7666         * src/pic/gen.c,
7667         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7668         * src/pic/glue.c: added variable udata_section_name to
7669         override default uninitialized data segment definition for
7670         devices only with SHAREBANK memory (reported from Erik Epetrich)
7671         * (pic14emitOverlay): modified to emit a commented overlay segment
7672         directive when no overlay data exist
7673         * (picglue): modified to emit uninitialized data segment
7674         according to udata_section_name
7675         * src/pic/main.c (_pic14_parseOptions): added command line
7676         options --udata-section-name=[name] to override default
7677         udata definition name
7678         * modified _linkCmd and _asmCmd to include compiler passed
7679         arguments via -W option
7680         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7681         object file from '.rel' to '.o' in port->linker structure,
7682         changed size of fptr from 2 to 3 in port structure
7683
7684 2004-01-07  Borut Razem <borut.razem AT siol.net>
7685
7686         * support/scripts/sdcc.nsi: update PATH
7687         * support/scripts/sdcc.ico: craeted
7688
7689 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7690
7691         * device/include/Makefile.in: fix install
7692         * doc/Makefile: fix install
7693
7694 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7697         in bug #860505
7698         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7699         how the function variable allocation summary is displayed; also
7700         include information about variables allocated to the overlay
7701         segment
7702
7703 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7704
7705         * as/mcs51/lkmain.c: Help about -Y option
7706         * as/mcs51/lkarea.c: Fixed gcc warnings
7707
7708 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7711         fixed warning
7712         * support/valdiag/tests/overflow.c: added
7713         * src/SDCCast.c (decorateType),
7714         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7715         LEFT_OP (left shift)
7716
7717 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7718
7719         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7720         (default behaviour).
7721
7722 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         A python script to validate compiler diagnostic messages. It can be
7725         used to verify that sdcc complains about bad c source code and
7726         gives a good location of the error.
7727         * support/valdiag/Makefile,
7728         * support/valdiag/valdiag.py,
7729         * support/valdiag/tests/*
7730
7731 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7732
7733         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7734         * src/SDCCsymt.c (newEnumType),
7735         * src/SDCCsymt.h
7736         * support/Util/SDCCerr.c,
7737         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7738         enum related bugs.
7739         * support/regression/tests/enum.c: added test for enum values that
7740         require at least 2 bytes of storage.
7741
7742 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7743
7744         * src/common.h: added ifndef/define/endif macros
7745         around the header file.
7746         Bug reported from Jesus Calvino-Fraga
7747
7748 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7749
7750         * sdcc.spec: updated
7751         * device/include/Makefile.in: don't install CVS directories
7752         * device/lib/Makefile.in: added removal of CVS directories after install
7753         * doc/Makefile: fixed install, added local_icons
7754         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7755         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7756         * src/ds390/gen.c (genRightShift): fixed bug #870788
7757         * src/SDCCast.c (decorateType): fixed bug #870781
7758
7759 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7760
7761         PIC16 port related changes:
7762         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7763         added variable stackPos,
7764
7765         * gen.c: genCall, assignResultValue: added support for
7766         pushing/retrieving function parameters to/from stack,
7767         genFunction,genEndFunction: setup stack frame for the
7768         generated function,
7769         genAddrOf: will be changed according to bug 863624
7770
7771         * added files genutils.c and genutils.h which contain gen*
7772         debugged and optimised functions extracted from gen.c
7773
7774         * glue.c: added variable 'externs' which holds extern symbols,
7775         pic16emitRegularMap: is modified to properly handle relocatable
7776          symbols under the new scheme,
7777         pic16createInterruptVect: is modified
7778         pic16printPublics: is modified to emit 'global' assembler directives,
7779         added pic16_printExterns to print extern symbols,
7780         pic16glue: initializes stack/frame pointer in the beginning of
7781         the assembly output. Temporary hack, will be corrected later,
7782         because gplink yet does not support stack and SDCC does not
7783         yet support a type of crt0.o object to create the final binary.
7784
7785         * Removed many lines that contain 8051 legacy code.
7786         * The code is finally placed under a 'code' directive.
7787         * Added port specific options.
7788
7789         * _process_pragma: simplified since now we do not need *special*
7790         include file to define SFR registers. But a separate header
7791         will be needed. This will be developed later.
7792         * _pic16_parseOptions: added, parses port specific options:
7793         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7794         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7795         --preplace-udata-with=
7796
7797         * _pic16_setDefaultOptions: modified to initialize section names,
7798         but hack is temporarly out of order since it needs improvement.
7799         * _pic16_genAssemblerPreamble: configuration words are emitted by
7800         their address instead of their name. This part is incomplete and
7801         supports only the 18Fxx2 devices. Other devices will emit an error
7802         during assembly since they do not contain the same set of config
7803         registers
7804         * _pic16_genIVT: is modified,
7805
7806         * pcode.c: added definitions for some hardware registers that are needed
7807         for stack support
7808         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7809         All PCI entries are updated. Now LFSR is supported.
7810         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7811         * added pic16_newpCodeOpLit2 to support instructions with
7812         two literal arguments
7813         * pic16_pCode2str: corrected code that emits assembler instructions
7814         with two literal operands and those that have an access bit modifier
7815         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7816         this fixes a bug which caused some labels to be lost, when an
7817         assembler directive was added, i.e. banksel,
7818         * pic16_FixRegisterBanking: improved logic that causes the insertion
7819         of bank switching,
7820         * InlineFunction: functions that are called once, are not any more
7821         inlined. This can be a port option in the future,
7822
7823         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7824
7825         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7826         hold the corresponding uninitialized symbols,
7827         * pic16_allocProcessorRegister: registers have explicit marked the
7828         accessBank field,
7829         * pic16_allocInternalRegister: registers are explicit marked as
7830         not used,
7831         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7832         processing list, so bit registers were lost,
7833         *
7834
7835         * ralloc.h: added field 'accessBank' and original symbol operand
7836         in register definition,
7837         * removed the field isMapped from register definition,
7838
7839         ** Several functions have been removed from various sources:
7840         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7841         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7842         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7843         pic16_assignRelocatableRegisters
7844
7845         ** others have been introduced:
7846         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7847         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7848
7849 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7850
7851         * support/scripts/inc2h.pl: changed definition of BIT_AT
7852         to emit 'sbit at' instead of 'bit at'. This was a request.
7853
7854         PIC16 port related preliminary changes:
7855         * gen.c: prefixed function popRegFromString with
7856         pic16_ and all references to it corrected
7857         * pcode.c: all pic16_pc_* hardware registers prefixed
7858         with underscore (_),
7859         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7860         * ralloc.c: newReg(): when register is REG_SFR then
7861         set address to rIdx,
7862         pic16_allocProcessorRegister(): marks register wasUsed=0
7863         pic16_writeUsedRegs(): added a call to assign processor
7864         registers via pic16_assignFixedRegisters
7865
7866 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7867
7868         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7869         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7870         variables in unused register banks.  Also the SSEG is placed
7871         wherever there is enough space for it, and IDATA can be anywhere
7872         in internal RAM.  For now compile using -Wl-Y[stack_size].
7873         The mem file is different for this option as well, since it
7874         makes no sense of talking about DSEG lenght.
7875
7876 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7877
7878         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7879         in certain cases, e.g. when ROM assignment, patch provided
7880         from Albert den Haan.
7881
7882 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7883
7884         Many signedness and type propagation fixes:
7885         * src/SDCCicode.c: made geniCodeCast() static
7886         replaced SPEC_ by IS_ (cosmetic)
7887         (operandOperation): fixed div and mod operation
7888         (usualBinaryConversions): added support for promotion of char
7889         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7890         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7891         (geniCodeAdd): an array index will stay unsigned, even if promoted
7892         from char to int
7893         (geniCodeArray): ditto
7894         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7895         * src/SDCCsymt.c (computeType): added more support for char;
7896         promotion of char is selectable by promoteCharToInt, fixed signedness
7897         for all cases
7898         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7899         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7900         * src/SDCCval (val*): replaced signedness calculation by
7901         computeType()
7902         rearranged if-branches (cosmetic)
7903         (valShift): added warning W_SHIFT_CHANGED
7904         (valCompare): fixed problem with different types
7905         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7906         * support/regression/tests/literalop.c: added many cases
7907         * support/regression/tests/ast_constant_folding.c: changed finally to
7908         'unsigned int'
7909         * .version: new year, new version: 2.3.7
7910         * src/SDCCmain.c (main): applied patch #866468
7911         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7912         provided by Scott Bronson
7913         * doc/sdccman.lyx: updated documentation for sdcdb
7914         updated and added chapter tips
7915
7916 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7917
7918         * src/SDCCsymt.h: missing from yesterday's commits
7919
7920 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7921
7922         * src/SDCC.y (struct_or_union_specifier),
7923         * support/Util/SDCCerr.c,
7924         * support/Util/SDCCerr.h: verify that struct & union tags are used
7925         as declared.
7926
7927 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * src/SDCCglobl.h: missing from yesterday's commits
7930
7931 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7932
7933         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7934         sft_attributes, struct_declaration, parameter_declaration,
7935         type_name, start_block, declaration_list),
7936         * src/SDCC.lex (check_type): support redefinition of typedef names
7937
7938 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7939
7940         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7941         aligned xdata arrays. Erik helped me with the if clause.
7942
7943 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7944
7945         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7946         warning
7947
7948 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/SDCCast.h,
7951         * src/SDCCast.c (newAst_),
7952         * src/SDCCicode.h,
7953         * src/SDCCicode.c (ast2iCode, newiCode),
7954         * src/SDCCglobl.h,
7955         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7956         expr, statement, expression_statement, selection_statement,
7957         iteration_statement, expr_opt, jump_statement): foundation for tracking
7958         sequence points
7959         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7960         point code too)
7961
7962 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * support/Util/SDCCerr.c,
7965         * src/SDCCast.h,
7966         * src/SDCCast.c (createCase, createDefault, decorateType),
7967         * src/SDCClabel.c (labelUnreach),
7968         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7969         to error messages.
7970         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7971         (with thanks to Stas Sergeev)
7972         * device/include/time.h,
7973         * device/lib/time.c (CheckTime): suppress unreachable code warning
7974
7975 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7976
7977         * src/SDCCast.c (createIvalCharPtr),
7978         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7979         bug #753752)
7980         * support/regression/tests/nullstring.c: tests for these two bugs
7981
7982 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7983
7984         * support/Util/SDCCerr.h,
7985         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7986         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7987         about storage class and 'at' used inside struct or union
7988         * src/SDCCBBlock.c (iCodeFromeBBlock),
7989         * src/SDCCcse.c (ifxOptimize),
7990         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7991         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7992         printIval, emitStaticSeg, emitOverlay),
7993         * src/SDCClabel.c (deleteIfx),
7994         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7995         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7996         gatherAutoInit, processParms),
7997         * support/Util/SDCCerr.h,
7998         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7999         reporting for post-parse errors.
8000
8001 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8002
8003         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8004         implicit casts via union; they don't work on big endian systems
8005         (possible fix for bug #861138)
8006
8007 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8008
8009         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8010         * src/mcs51/main.c: fixed the fix for bug #737001
8011
8012 2003-12-15  Borut Razem <borut.razem AT siol.net>
8013
8014         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8015
8016 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8017
8018         * support/makebin/makebin.c: put output in binary mode
8019
8020 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8021
8022         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8023         xdata and data memory on startup. Set the environment variable
8024         SDCC_NOGENRAMCLEAR to disable this.
8025         * src/mcs51/peephole.def,
8026         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8027         (allows non-interrupt and interrupt code to safely compete for a resource
8028         without the non-interrupt code having to disable interrupts)
8029
8030 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8031
8032         * src/SDCCicode.c (geniCodeAdd),
8033         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8034         with valFromType if type might be a pointer and host is big endian).
8035         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8036         types, not just integer types.
8037         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8038         multiply defined with mismatching "at" address.
8039
8040 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8041
8042         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8043         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8044         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8045         with embedded nulls (fixed bug #753752)
8046
8047 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8048
8049         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8050         Apparently this did not see much testing (endless loop)
8051
8052 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8055
8056 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8059         gracefully handle NULL memmap pointers
8060
8061 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8064         instead of deleting the iCode when an operand is volatile
8065         * src/z80/gen.c (genDummyRead),
8066         * src/mcs51/gen.c (genDummyRead),
8067         * src/ds390/gen.c (genDummyRead),
8068         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8069         not just IC_RIGHT
8070         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8071         * src/SDCC.y: fixed bug #850420
8072
8073 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         Applied z80 i/o port patch from Peter Townson and fixed some operators
8076         to better handle operands in A register.
8077         * device/include/z180.h
8078         * src/SDCC.y
8079         * src/SDCCglue.c
8080         * src/z80/gen.c
8081         * src/z80/gen.h
8082         * src/z80/main.c
8083         * src/z80/peeph-z80.def
8084         * src/z80/peeph.def
8085         * src/z80/z80.h
8086
8087 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8090
8091 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * device/lib/hc08/_mullong.c: Removed extra #endif
8094
8095 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8096
8097         * sim/ucsim/hc08.src/inst.cc,
8098         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8099         carries from x to h
8100         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8101         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8102         * device/include/stdarg.h: fixed varargs for hc08
8103         * device/lib/Makefile.in,
8104         * device/lib/hc08/Makefile,
8105         * device/lib/hc08/_mulint.c,
8106         * device/lib/hc08/_mullong.c: fixed some endian problems
8107
8108 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8109
8110         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8111         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8112         * device/lib/_gptrget.c,
8113         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8114
8115 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8118         * src/SDCCast.c (astErrors): fixed bug #846007
8119         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8120
8121 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8122
8123         * src/SDCCast.c (decorateType): disabled a transformation I added in
8124         revision 1.188 (access to fields of a structure at an absolute address);
8125         it breaks with bitfields, extern declarations, and gcse analysis.
8126         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8127         could be assigned through a pointer, so don't complain.
8128         * src/SDCCast.c (astErrors),
8129         * src/SDCCast.h,
8130         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8131
8132 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8133
8134         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8135         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8136         output of __config directives, since gpasm now supports them
8137         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8138         pre-processor macro, i.e. -DMCU=p18f452
8139         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8140         and modified to handle 'cast' icode similarly to '=' icode
8141         * src/pic16/device.h (typedef struct PIC_device): added field
8142         'extMIface' to indicate that chip has external memory interface
8143         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8144         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8145         18F8720
8146
8147 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/SDCC.y (pointer): fixed bug #846006
8150         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8151         * src/SDCCast.c (decorateType): fixed bug #846009
8152         * src/ds390/peeph.def,
8153         * src/ds390/gen.c (genAnd, genOr),
8154         * src/mcs51/peeph.def,
8155         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8156
8157 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8158
8159         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8160         * src/SDCCdflow.c
8161         * src/SDCCcse.c
8162         * src/SDCCcse.h
8163         * src/SDCCBBlock.h
8164         * src/SDCCBBlock.c
8165
8166 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8167
8168         fixed bug #845089
8169         * src/SDCCbitv.h,
8170         * src/SDCCbitv.c: added function to free a bitvector
8171         * src/SDCClrange.h,
8172         * src/SDCClrange.c: added function to recompute the liveranges
8173         * src/avr/ralloc.c,
8174         * src/ds390/ralloc.c,
8175         * src/hc08/ralloc.c,
8176         * src/mcs51/ralloc.c,
8177         * src/pic/ralloc.c,
8178         * src/pic16/ralloc.c,
8179         * src/xa51/ralloc.c,
8180         * src/z80/ralloc.c: recompute the liveranges after register packing
8181
8182 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8183
8184         * src/SDCCloop.c (newInduction): fixed bug #845630
8185
8186 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8187
8188         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8189         inadvertantly left behind from my 2003-11-12 change
8190
8191 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8192
8193         Updated headers I neglected to commit yesterday.
8194         * src/SDCClrange.h,
8195         * src/SDCCicode.h
8196
8197 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8198
8199         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8200         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8201         * src/SDCCopt.c (eBBlockFromiCode),
8202         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8203         the creation of the key hash table from the sequencing so it can be used
8204         earlier (for some GCSE bug fixes still pending)
8205
8206 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8207
8208         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8209         * support/regression/tests/addsub.c: testing genPlus shortcut
8210
8211 2003-11-15  Borut Razem <borut.razem AT siol.net>
8212
8213         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8214
8215 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8218         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8219         ordering is immaterial.
8220         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8221
8222 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8223
8224         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8225         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8226         (SIGSEV) of bug #840381
8227         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8228         unlink new file before rename if new and old filenames are the same)
8229
8230 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8231
8232         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8233         uninitialized variables) for the mcs51. Set environment variable
8234         SDCC_GENRAMCLEAR to test.
8235         xdata initialization slightly shorter
8236
8237 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8238
8239         * src/SDCCsymt.h,
8240         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8241         #838241 & 780691 (basicly the same bug)
8242         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8243         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8244
8245 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8246
8247         * src/SDCCmain.c (linkEdit): "fix" #834252
8248
8249 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8250
8251         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8252         * src/SDCCast.h,
8253         * src/SDCC.y: fixed bug #819403
8254
8255 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8256
8257         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8258         the reentrant attribute.
8259         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8260         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8261         simulation
8262         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8263         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8264         erroneously reduced to a literal.
8265         * src/hc08/ralloc.c (packRegisters, rematStr),
8266         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8267         some cases
8268
8269 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8270
8271         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8272         * doc/sdccman.lyx: changed from 'article' to 'book'
8273         * doc/Makefile: readded test_suite_spec and cdbfileformat
8274
8275 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8276
8277         * device/include/stdlib.h: include malloc.h to comply with ANSI
8278         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8279
8280 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8281
8282         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8283         * doc/clean.mk: also remove *.out files
8284         * doc/sdccman.lyx: some additions, larger top/bottom margins
8285
8286 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         * src/SDCC.y: fixed bug #837365
8289         * support/regression/tests/bitopcse.c
8290         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8291         a symbol (might be valop instead)
8292         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8293         * device/lib/clean.mk: added hc08 to the cleaning list
8294
8295 2003-11-04  Borut Razem <borut.razem AT siol.net>
8296
8297         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8298           made 2003-11-04
8299         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8300           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8301           malloc is declared in standard stdlib.h
8302
8303 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8304
8305         * device/lib/hc08/Makefile: need to clean .rel not .o files
8306         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8307
8308 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/port.h,
8311         * src/hc08/main.c,
8312         * src/mcs51/main.c,
8313         * src/ds390/main.c,
8314         * src/z80/main.c,
8315         * src/avr/main.c,
8316         * src/pic/main.c,
8317         * src/pic16/main.c,
8318         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8319         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8320         tests (which uses the port's oclsExpense function)
8321         * src/SDCC.y,
8322         * src/SDCCast.c,
8323         * src/SDCCicode.c,
8324         * src/hc08/gen.c,
8325         * src/ds390/gen.c,
8326         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8327
8328 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8329
8330         * src/SDCCcse.c (ifxOptimize),
8331         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8332         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8333         deleting the IFX iCode.
8334         * src/hc08/ralloc.c: reduced unneeded slocs
8335         * src/hc08/gen.c: fixed bug in asmopToBoolean
8336
8337 2003-11-04  Borut Razem <borut.razem AT siol.net>
8338
8339         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8340           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8341           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8342           transferred to configure
8343
8344 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8345
8346         Use headers defined in the C[++] standards:
8347         * sim/ucsim/gui.src/serio.src/fileio.cc
8348         * sim/ucsim/gui.src/serio.src/frontend.cc
8349         * sim/ucsim/gui.src/serio.src/main.cc
8350         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8351         * support/Util/NewAlloc.c
8352         * as/hc08/lklibr.c
8353         * as/mcs51/lklibr.c
8354         * as/z80/aslist.c
8355         * as/z80/assym.c
8356
8357 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8358
8359         * Added MSVC projects for hc08 assembler and linker:
8360         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8361         /as/hc08/link_hc08.dsp
8362
8363 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8364
8365         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8366
8367 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8368
8369         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8370
8371 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8372
8373         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8374
8375 2003-10-31  Borut Razem <borut.razem AT siol.net>
8376
8377         * support/cpp2/cpplib.h,
8378           support/cpp2/cpplib.c,
8379           support/cpp2/cpplex.c,
8380           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8381           to switch _asm block preprocessing on / off. Default is
8382           #pragma preproc_asm +
8383
8384 2003-10-31  Borut Razem <borut.razem AT siol.net>
8385
8386         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8387           when outputting comment blocks (when executed with -C option) and
8388           _asm (SDCPP specific) blocks
8389
8390 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8391
8392         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8393
8394 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8395
8396         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8397
8398 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8401         * src/SDCCast.c (decorateType): fixed bug #832664
8402
8403 2003-10-31  Borut Razem <borut.razem AT siol.net>
8404
8405         * support\cpp2\cpplex.c: fixed for SDCPP:
8406           comments(when executed with -C option) and _asm blocks
8407           were included even if they where in skipped #if block.
8408           Applied solution from GCC cpp 3.3.2
8409
8410 2003-10-31  Borut Razem <borut.razem AT siol.net>
8411
8412         * src/SDCC.lex: sdcc now understands both formats:
8413           '# <line_number> <file_name>' and
8414           '#line <line_number> <file_name>'
8415         * support/cpp2/cppmain.c: sdcpp now generates the standard
8416           '# <line_number> <file_name>' instead of former
8417           '#line <line_number> <file_name>'
8418
8419 2003-10-30  Borut Razem <borut.razem AT siol.net>
8420
8421         * support/cpp2/cpphash.h,
8422         * support/cpp2/cpplib.h
8423         * support/cpp2/cpplex.c,
8424         * support/cpp2/cppmain.c,
8425         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8426
8427 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8428
8429         Fixed a number of problems revealed by bug #827883.
8430         * src/SDCCloop.c (loopInvariants): Spill location of the
8431         result operand should be recomputed if extracted from
8432         a loop. Also, don't extract assignments of an iTemp
8433         from a literal.
8434         * src/SDCCast.c (isConformingBody): loop reversal should
8435         not occur if the control variable is involved with a
8436         relational operator.
8437
8438 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * .version: bumped to 2.3.6 to reflect the big improvements
8441         made by Erik and Klaus. Thanks!
8442
8443 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8444
8445         Replaced the livrange code.
8446         * src/SDCClrange.c: added new LR code
8447         * src/SDCCloop.c,
8448         * src/SDCCBBlock.h: removed remainig parts from old LR code
8449         * src/ds390/ralloc.c,
8450         * src/ds390/gen.c: minor fixes to make it work with new code
8451
8452 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8453
8454         * as/hc08/asm.h,
8455         * as/hc08/lkrloc.c,
8456         * src/hc08/gen.c,
8457         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8458         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8459         (tweaked fix for bug #818696)
8460
8461 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8462
8463         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8464
8465 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8466
8467         * src/SDCCmain.c,
8468         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8469         * src/mcs51/gen.c (gencjneshort),
8470         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8471         more efficient (per Scott Bronson's suggestion)
8472
8473 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         Extended the semantics of the critical keyword to include
8476         individual statements. See RFE #827755 and #799831
8477         * src/SDCC.y
8478         * src/SDCCicode.c
8479         * src/SDCCopt.c
8480         * src/SDCCast.c
8481         * support/Util/SDCCerr.c
8482         * support/Util/SDCCerr.h
8483         * src/mcs51/gen.c
8484         * src/ds390/gen.c
8485         * src/hc08/gen.c
8486
8487 2003-10-19  Borut Razem <borut.razem AT siol.net>
8488
8489         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8490
8491 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8492
8493         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8494         Fixed bug #818696
8495         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8496         and predecrement operand is displayed
8497
8498 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         * src/SDCCval.c (valMinus): fixed bug #826041
8501
8502 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8503
8504         Some hc08 related updates that I missed earlier
8505         * sim/ucsim/stypes.h
8506         * support/regression/ports/hc08/spec.mk
8507
8508 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         New target "hc08" for the Motorola 68hc08 family of micros
8511
8512         * configure
8513         * configure.in
8514         * Makefile
8515         * src/hc08/*
8516         * src/SDCCmain.c
8517         * src/port.h
8518         * sim/ucsim/hc08.src/*
8519         * sim/ucsim/configure.in
8520         * src/ucsim/configure
8521         * sim/ucsim/packages_in.mk
8522         * as/hc08/*
8523         * as/Makefile
8524         * device/include/mc68hc908qy.h
8525         * device/lib/hc08/*
8526         * device/lib/Makefile.in
8527         * support/regression/ports/hc08/*
8528         * support/regression/Makefile
8529
8530 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8531
8532         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8533         regression test
8534         * src/ds390/gen.c (genCast): fixed bug #821957
8535
8536 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * device/lib/logf.c: "fixed" overlay bug
8539         * support/regression/ports/host/spec.mk: added m library
8540         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8541         * support/regression/tests/float_trans: added (for Eric)
8542
8543 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/mcs51/gen.c (genCpl): fixed bug
8546         http://sf.net/mailarchive/message.php?msg_id=6263915
8547
8548 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8549
8550         * src/SDCCast.c (decorateType): added extended constant folding
8551         * src/SDCCsymt.c (computeType): cleanup
8552         * src/SDCCval.c (valShift): minor optimization
8553         * support/regression/tests/ast_constant_folding.c: added
8554
8555 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8556
8557         * src/SDCCmain.c: removed some unintended changes
8558
8559 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8562         * src/z80/gen.c: fixed part of bug #817589
8563         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8564
8565 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8566
8567         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8568         * src/SDCCcflow.c
8569         * src/SDCCcse.c
8570         * src/SDCCdflow.c
8571         * src/SDCClabel.c
8572         * src/SDCClrange.c
8573         * src/SDCCmem.c
8574         * src/SDCCopt.c
8575         * src/SDCCpeeph.c
8576         * src/SDCCset.c
8577         * src/avr/ralloc.c
8578         * src/ds390/ralloc.c
8579         * src/izt/ralloc.c
8580         * src/mcs51/ralloc.c
8581         * src/pic/ralloc.c
8582         * src/pic16/ralloc.c
8583         * src/xa51/ralloc.c
8584         * src/z80/ralloc.c
8585         * src/z80/gen.c: removed unused label "release:"
8586
8587 2003-10-06  Borut Razem <borut.razem AT siol.net>
8588
8589         * src/SDCC.lex: removed definition of unused variables
8590           save_optimize and save_options
8591
8592 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8593
8594         * clean.mk: removed '=' in "-maxdepth=1"
8595         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8596         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8597
8598 2003-10-06  Borut Razem <borut.razem AT siol.net>
8599
8600         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8601           my_unput() replaced by unput()
8602
8603 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8606         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8607         type-punned pointer will break strict-aliasing rules"
8608         Old LR behaviour is again default; Klaus' LR can be choosen by
8609         defining the environment variable LRKLAUS
8610         * src/SDCCBBlock.h
8611         * src/SDCCloop.c
8612         * src/SDCClrange.c
8613         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8614         * clean.mk: fixed removal of files in bin/CVS/
8615         * device/lib/clean.mk: fixed removal of directories small and large
8616         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8617         * src/SDCCicode.c,
8618         * src/SDCCval.c: removed superflous test for pedantic
8619
8620 2003-10-05  Borut Razem <borut.razem AT siol.net>
8621
8622         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8623           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8624           message "unmatched #pragma SAVE and #pragma RESTORE"
8625
8626 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8627
8628         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8629           assembly, critical functions, atomic, nojtbound)
8630
8631 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8634         * src/SDCCBBlock.h
8635         * src/SDCCloop.c
8636         * src/SDCCloop.h
8637         * src/SDCClrange.c
8638
8639 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8640
8641         * src/z80/gen.h,
8642         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8643         * src/mcs51/gen.h
8644         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8645         * src/ds390/gen.h
8646         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8647         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8648         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8649
8650 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8651
8652         * src/z80/gen.c (genRet): fixed bug #524753
8653         * src/z80/gen.c (genCast): fixed internal error on cast from
8654         pointer to long
8655         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8656         fix for bug #477835 to the z80
8657         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8658         for tracking iCodes in the peephole optimizer for z80
8659
8660 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8661
8662         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8663         the other part of bug #814548
8664         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8665
8666 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * src/SDCCcse.c: fixed part of bug #814548
8669
8670 2003-09-28  Borut Razem <borut.razem AT siol.net>
8671
8672         * src/asm.c: rewrite of printILine() to use temporary file instead
8673           a pipe
8674         * src/xa51/main.c: commented out declaration of int rewinds
8675
8676 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8677
8678         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8679
8680 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8681
8682         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8683         * src/asm.c (printILine): Fixed bug #811015
8684
8685 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8686
8687         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8688         freeing.
8689
8690 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8691
8692         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8693         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8694         to correctly handle general case of AOP_PAIRPTR
8695         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8696
8697 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8698
8699         * src/mcs51/ralloc.c (fillGaps),
8700         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8701         register positioning bug)
8702
8703 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8706
8707 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8708
8709         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8710         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8711         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8712         (ralloc doesn't intentionally do this now, but perhaps later)
8713         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8714         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8715         register positioning bugs (Fixed bug #762602 and #795325)
8716         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8717         (Fixed bug #808779)
8718         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8719         lines that --i-code-in-asm generates
8720
8721 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8722
8723         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8724         trying to fclose a FILE* that was already closed.
8725
8726 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8727
8728         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8729         of const struct should be treated as if const themselves)
8730
8731 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8734
8735 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8736
8737         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8738         Unix (/n) and DOS (/r/n) line terminations.
8739
8740 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8741
8742         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8743         bug #613775
8744
8745 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746
8747         * src/mcs51/gen.c (genFunction, genEndFunction),
8748         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8749         and restore of EA so that stack offsets to parameters are
8750         correct when using both critical and reentrant/stack-auto.
8751         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8752         size (can be triggered in error if sloc is shared between
8753         different sized objects)
8754         * device/include/float.h: fixed macros to explicitly use
8755         unsigned long where needed
8756
8757 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8758
8759         Feature req. 799831: added code to allow nesting of critical functions
8760         * src/mcs51/gen.c (genFunction, genEndFunction)
8761         * src/ds390/gen.c (genFunction, genEndFunction)
8762
8763 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8764
8765         * src/SDCCsymt.c (sclsFromPtr),
8766         * src/SDCCsymt.h,
8767         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8768         support for standard C idiom of memory mapped variables; for
8769         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8770         to xdata int at 0x1234 tempvar = 1.
8771         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8772         provided by Akiya ISHIDA
8773
8774 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8775
8776         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8777         * src/SDCCval.c (constVal): added reduction from int to char
8778         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8779         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8780         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8781         to ignore the sign
8782         * support/regression/tests/shifts.c: fixed
8783
8784 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8785
8786         * src/z80/gen.c (genXor): Fixed bug #805445
8787
8788 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8789
8790         Fixed bug #621531 (const & volatile confusion in the type chain).
8791         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8792         refer to the const or volatile state of the pointer itself.
8793
8794         * src/SDCCast.c
8795         * src/SDCCglue.c
8796         * src/SDCCicode.c
8797         * src/SDCCsymt.c
8798         * src/SDCCval.c
8799         * src/SDCC.y
8800         * src/SDCCsymt.h
8801         * src/pic/gen.c
8802         * src/pic/ralloc.c
8803         * src/pic16/gen.c
8804         * src/pic16/ralloc.c
8805         * support/regression/tests/const.c
8806
8807 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8808
8809         When checking for duplicated modules, use absolute paths
8810         instead of relative paths.  Files changed:
8811
8812         * as/mcs51/lklib.c
8813         * link/z80/lklib.c
8814
8815 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8816
8817         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8818
8819 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8820
8821         * device/include/string.h: added size_t typedef, changed
8822         prototypes to use size_t, eliminated separate reentrant and
8823         non-reentrant declarations, added _memmove declaration
8824         * device/lib/_memcpy.c: changed to use size_t instead of int,
8825         changed /4 to >>2 to avoid division library call
8826         * device/lib/_memcmp.c,
8827         * device/lib/_memset.c,
8828         * device/lib/_strncat.c,
8829         * device/lib/_strncpy.c,
8830         * device/lib/_strncmp.c: changed to use size_t instead of int
8831         * device/lib/_memmove.c: new file (fixed bug #772294)
8832         * device/lib/Makefile.in: added _memmove.c
8833         * device/lib/z80/asm_strings.s: fixed bug #772290
8834         * support/regression/tests/bitfields.c: attempt to fix host assertion
8835         failure on amd64-unknown-linux2.2
8836
8837 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8838
8839         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8840         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8841         * as/z80/asmain.c (main): fixed bug #801766
8842
8843 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8846         compilers
8847
8848 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8849
8850         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8851         reported in bug #800609
8852
8853 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8854
8855         * Top header beautifications in src/pic16 directory:
8856           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8857           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8858           pcoderegs.h, ralloc.c, ralloc.h
8859         * main.c: added top header and GPL license notice
8860         * pcode.c: fixed the if-conditional warning
8861
8862 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8863
8864         * device/lib/_mullong.c: replaced int by short for gcc
8865
8866 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8867
8868         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8869         and JUMPTABLE iCodes properly now (worked by accident before)
8870         * src/mcs51/gen.c (leftRightUseAcc),
8871         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8872         iCode properly now. Use getSize instead of nRegs since a & b
8873         aren't part of the nRegs tally.
8874
8875 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8876
8877         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8878         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8879           before instructions that use the _STATUS register
8880
8881 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8882
8883         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8884         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8885         fetching of the pointer
8886         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8887         copied from genNearPointerSet()
8888         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8889         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8890         If they pop r0/r1 they must be called in the opposite order than aopOp().
8891         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8892         (resp. --stack-auto), prepared for --xstack
8893
8894 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8895
8896         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8897
8898 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8899
8900         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8901         these ports have their own __sdcc_external_start()
8902
8903 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8906         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8907         type for bits was changed. It resulted in bit variables becoming
8908         global, which is not permitted in PIC 14 assembly output.
8909
8910 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8911
8912         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8913
8914 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8915
8916         Z80 and MCS51 linkers complaint if a public symbol is defined
8917         in more than one library module:
8918
8919         * as/mcs51/lklib.c
8920         * link/z80/lklib.c
8921         * as/mcs51/Makefile.in
8922
8923 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8924
8925         A few small changes that speed up the peephole optimizer.
8926
8927         * src/SDCCpeeph.c
8928
8929 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8930
8931         Try to make the peephole optimizer smarter by maintaining
8932         an association between the assembly source code and the
8933         iCodes that originated them. Put this information to use
8934         with a new peephole rule condition "notVolatile" so that
8935         the rules can be aggressive yet still safe.
8936
8937         * src/SDCCpeeph.c
8938         * src/SDCCpeeph.h
8939         * src/mcs51/gen.c
8940         * src/mcs51/peeph.def
8941
8942 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8943
8944         Fixed bug #741761
8945
8946         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8947         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8948         if the left or right operand symbols have the accuse flag set.
8949
8950 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8951
8952         Changed the type of the result of the ! (NOT) operator to char;
8953         previously it returned the same type as the source. This allows
8954         us to eliminate all the genFloatNot functions (all of its target
8955         implementations were very buggy) since !float can use the same
8956         code as !long now.
8957
8958         * src/SDCCicode.c (ast2iCode): ! returns char
8959         * src/mcs51/gen.c (genNot, genNotFloat),
8960         * src/ds390/gen.c (genNot, genNotFloat),
8961         * src/z80/gen.c (genNot, genNotFloat),
8962         * src/pic/gen.c (genNot, genNotFloat),
8963         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8964
8965 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8966
8967         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8968         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8969            during interrupts. Ensure WSAVE is located at a shared bank address.
8970         2. Fixed page selection in some places
8971         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8972            the registers name strings.
8973         4. Fixed "signed / unsigned compare" compiler warnings.
8974         5. The PIC port manages its own allocation of the general purpose
8975            registers, but makes no attempt to reuse them. As a result when
8976            compiling it soon runs out of general purpose registers. Some
8977            additional code was added to the files pcode.c and device.c to walk
8978            through the function call tree and rename the registers so that they
8979            get reused.
8980
8981         * src/pic/device.c
8982         * src/pic/gen.c
8983         * src/pic/glue.c
8984         * src/pic/pcode.c
8985         * src/pic/pcode.h
8986         * src/pic/ralloc.c
8987         * src/pic/ralloc.h
8988         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8989         genPlus() & genMinus() when the result is the same as left or right
8990
8991 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8992
8993         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8994
8995 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8996
8997         Made bitfield a distinct type from bit so that bitfields
8998         convert as per ANSI C and bits retain their traditional
8999         boolean style behaviour. Implemented bitfield support in
9000         the z80 port.
9001
9002         * src/SDCCsymt.h,
9003         * src/SDCCsymt.c,
9004         * src/SDCCast.c,
9005         * src/cdbFile.c,
9006         * src/mcs51/gen.c,
9007         * src/ds390/gen.c: bit v bitfield split
9008         * src/z80/gen.c: New support for bitfields
9009         * support/regression/tests/bitfields.c: reenabled z80,
9010         added more tests
9011
9012 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9013
9014         Rules 246.x, 247.x relate to bitfields, the others speed up
9015         access to xdata mapped I/O devices.
9016
9017         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9018
9019 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         Cleaned up genPackBits and genUnpackBits and added two helper
9022         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9023         for literal assignments in genPackBits (thanks to Frieder for
9024         reminding me).
9025
9026         * src/mcs51/gen.c
9027         * src/ds390/gen.c
9028
9029 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9030
9031         Fixed bug #748310 (pointer to function type mishandled when the
9032         function name is omitted). Also fixed a SIGSEGV when a function
9033         attribute (reentrant, etc) is used on a non-function or on a
9034         function but misplaced before the parameter list.
9035
9036         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9037         bug #748310
9038         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9039         * support/Util/SDCCerr.h,
9040         * support/Util/SDCCerr.c: Added func attr misuse error msg
9041
9042 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9043
9044         Fixed bug #787649 by anonymous
9045         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9046         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9047
9048 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9049
9050         Fixed numerous bitfield problems.
9051
9052         * src/SDCC.y: More bitfield related error checking
9053         * src/SDCCsymt.h,
9054         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9055         * support/Util/SDCCerr.h,
9056         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9057         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9058         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9059         * support/regression/tests/bitfields.c: tests added
9060
9061 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9062
9063         Made the constant following the "interrupt" keyword optional. If
9064         omitted, the function will not automatically be given an entry
9065         in the interrupt vector table (similar to #pragma NOIV, but
9066         less syntacticly kludgy). The interrupt number is also now
9067         range checked. Also fixed a bug in the high order bit example
9068         in the manual.
9069
9070         * src/SDCC.y
9071         * src/SDCCmem.c
9072         * src/SDCCglue.c
9073         * src/SDCCsymt.h
9074         * support/Util/SDCCerr.c
9075         * support/Util/SDCCerr.h
9076         * doc/sdccman.lyx
9077
9078 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9079
9080         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9081         * src/SDCCicode.c (operandOperation): rewritten some ops
9082         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9083         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9084         other type
9085         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9086         be re-activated by defining REDUCE_LITERALS)
9087         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9088         unsigned, but are signed by default
9089         * src/SDCCval.c (constVal): rearranged
9090         * src/SDCCval.c (valMod): preliminary fix
9091         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9092         * support/regression/literalop.c: added, work in progress
9093
9094 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9095
9096         Generate warnings for useless declarations like "char data;"
9097         that don't do what new users expect.
9098
9099         * src/SDCC.y
9100         * support/Util/SDCCerr.h
9101         * support/Util/SDCCerr.c
9102
9103 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * src/SDCCval.c (valMult): fix overflow detection of negative int
9106
9107 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9108
9109         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9110
9111         Changes to support big endian targets:
9112
9113         * src/ports.h
9114         * src/SDCCglue.c
9115         * src/avr/main.c
9116         * src/ds390/main.c
9117         * src/izt/i186.c
9118         * src/mcs51/main.c
9119         * src/pic/main.c
9120         * src/pic16/main.c
9121         * src/xa51/main.c
9122         * src/z80/main.c
9123
9124 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9125
9126         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9127         * device/lib/time.c: fixed warning "integer overflow in expression"
9128
9129 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9130
9131         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9132         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9133         constants are unsigned; added recognition of "u" flag for unsigned
9134         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9135         * src/SDCCval.c (valDiv, valMod): fixed signdness
9136         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9137         signedness of modulo, left and right shift
9138         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9139         * support/Util/SDCCerr.h: added warning W_INT_OVL
9140         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9141         * src/SDCCast.c (ast_print): improved output of constants
9142
9143 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9144
9145         Fixed some warnings when building with MSVC:
9146
9147         * as\mcs51\asdata.c
9148         * as\z80\asdata.c
9149         * as\mcs51\asm.h
9150         * as\z80\asm.h
9151         * link\z80\aslink.h
9152         * link\z80\lkdata.c
9153         * link\z80\lkeval.c
9154         * link\z80\lkgb.c
9155         * link\z80\lkihx.c
9156         * link\z80\lks19.c
9157         * link\z80\lksym.c
9158         * support\cpp2\cpplib.c
9159         * src\ds390\gen.c
9160         * src\mcs51\gen.c
9161
9162 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9163
9164         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9165
9166 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9167
9168         * support\librarian\clean.mk: Do not remove Makefile.
9169         * support\librarian\Makefile: added.
9170
9171 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9172
9173         Added librarian to MSVC build:
9174         * all.dsp
9175         * sdcc.dsw
9176         * support\librarian\librarian.dsp
9177
9178         'configure' not needed for librarian, removed:
9179         * support\librarian\configure
9180         * support\librarian\configure.in
9181         * support\librarian\config_in.h
9182         * support\librarian\Makefile.in
9183
9184         Hopefully these ones built the librarian and the rest of sdcc properly:
9185         * Makefile
9186         * Makefile.common.in
9187
9188         Messed up 'configure', so revert to previous version:
9189         * configure
9190         * configure.in
9191
9192 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9193
9194         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9195         there, while the mantissa of a double is "only" 53 bits wide.
9196
9197 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9198
9199         Adding sdcclib to the build.  MSVC project coming soon.
9200         Files added/changed:
9201
9202         * support\librarian\clean.mk
9203         * support\librarian\configure
9204         * support\librarian\configure.in
9205         * support\librarian\config_in.h
9206         * support\librarian\Makefile.bcc
9207         * support\librarian\Makefile.in
9208         * support\librarian\sdcclib.c
9209         * Makefile.bcc
9210         * Makefile
9211         * Makefile.common.in
9212         * configure
9213         * configure.in
9214
9215 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9216
9217         Linker now complaints if linked modules have conflicting options, for
9218         example, one compiled using --model-large and another one compiled with
9219         --model-small.  The following files were modified:
9220
9221         * as\mcs51\asdata.c
9222         * as\mcs51\aslink.h
9223         * as\mcs51\asm.h
9224         * as\mcs51\asmain.c
9225         * as\mcs51\asout.c
9226         * as\mcs51\i51pst.c
9227         * as\mcs51\lkdata.c
9228         * as\mcs51\lklibr.c
9229         * as\mcs51\lkmain.c
9230         * as\z80\asdata.c
9231         * as\z80\asm.h
9232         * as\z80\asmain.c
9233         * as\z80\asout.c
9234         * as\z80\z80pst.c
9235         * link\z80\aslink.h
9236         * link\z80\lkdata.c
9237         * link\z80\lklibr.c
9238         * link\z80\lkmain.c
9239         * src\SDCCglue.c
9240
9241 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9242
9243         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9244         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9245
9246 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9247
9248         * src/z80/mappings.i: fix _mul[us][int,long] entries
9249
9250 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9251
9252         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9253
9254 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9255
9256         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9257         * support/regression/tests/bitopcse.c: added
9258         fixed warning:
9259         * src/avr/gen.c:
9260         * src/pic/gen.c:
9261         * src/pic16/gen.c:
9262         * src/z80/gen.c:
9263         * src/xa51/gen.c:
9264
9265 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9266
9267         added support for new library format to z80, gbz80 linkers:
9268         *link/z80/aslink.h
9269         *link/z80/lklex.c
9270         *link/z80/lklib.c
9271         *link/z80/lklist.c
9272
9273 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9274
9275         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9276         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9277
9278 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         added DUMMY_READ_VOLATILE:
9281         * src/SDCC.y:
9282         * src/avr/gen.c:
9283         * src/xa51/gen.c:
9284         * src/z80/gen.c:
9285         * src/pic/gen.c:
9286         * src/pic16/gen.c:
9287         * src/mcs51/gen.c:
9288         * src/ds390/gen.c:
9289         * src/SDCCcse.c (algebraicOpts): many improvements
9290         * src/SDCCcse.h: removed algebraicOpts()
9291         * src/SDCCicode.c (picDummyRead): added
9292
9293 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9294
9295         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9296         "Insufficient space in data memory".
9297
9298 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9299
9300         * src/mcs51/gen.c: fixed bug #771358
9301         * src/z80/gen.c: fixed bug #759087
9302
9303 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9304
9305         * src/pic16/glue.c: minor cleanup by Vangelis
9306
9307 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9308
9309         * device/include/regc515c.h: fixed #758477
9310         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9311         * device/lib/_gptrput.c: saved a few bytes
9312         * my tab spacing is 8, yours too?)
9313         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9314         * device/lib/serial.c: process RX bytes earlier than TX bytes
9315         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9316
9317 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9318
9319         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9320
9321 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9322
9323     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9324
9325 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9326
9327         * device/lib/Makefile.in: bad fix, reverted to 1.43
9328
9329 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9330
9331         * device/lib/Makefile.in: added missing z80 object files
9332
9333 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9334
9335         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9336         pic16 progress by Vangelis:
9337         * src/SDCCglobl.h:
9338         * src/SDCCmain.c:
9339         * src/pic/Makefile:
9340         * src/pic:
9341         * pic/Makefile:
9342         * pic16/device.c:
9343         * pic16/device.h:
9344         * pic16/gen.c:
9345         * pic16/gen.h:
9346         * pic16/genarith.c:
9347         * pic16/glue.c:
9348         * pic16/main.c:
9349         * pic16/pcode.c:
9350         * pic16/pcode.h:
9351         * pic16/pcodepeep.c:
9352         * pic16/peeph.def:
9353
9354 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9355
9356     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9357
9358 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9359
9360     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9361     added gbz80 build to MSVC project.
9362     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9363     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9364     from 8051 stuff and setup so it links using a .lnk file.
9365
9366 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368     * support/librarian/sdcclib.c: sdcc librarian.
9369     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9370     with sdcclib.
9371
9372 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9373
9374     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9375
9376 2003-07-02  Borut Razem <borut.razem AT siol.net>
9377
9378         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9379         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9380         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9381         src/xa51/main.c, src/z80/main.c:
9382         virtualization of glue() function: each port has it's own glue function,
9383         which is accessed by do_glue function pointer in PORT.general structure
9384
9385 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9386
9387         * DS800C400 fun, improved ROM interface and tinibios.
9388
9389 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9390
9391         * More support for DS80C400. Now includes beginning of interface to ROM.
9392
9393 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9394
9395         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9396
9397 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9398
9399         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9400
9401 2003-06-19  Borut Razem <borut.razem AT siol.net>
9402
9403         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9404
9405 2003-06-19  Borut Razem <borut.razem AT siol.net>
9406
9407         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9408         fixed Z80 port - crt0.o: cannot open.
9409
9410 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9411
9412         * support/Util/MySystem.c (merge_command): revert bad fix
9413
9414 2003-06-18  Borut Razem <borut.razem AT siol.net>
9415
9416         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9417
9418 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9419
9420         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9421         option --use-stdout sends errors to stdout instead of stderr.
9422
9423 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9426
9427 2003-06-15  Borut Razem <borut.razem AT siol.net>
9428
9429         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9430         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9431         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9432         fixed width array of pointers replaced with sets;
9433         multiple include and lib paths ared transferred to preprocessor and linker
9434         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9435         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9436         fixed width array of pointers
9437         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9438         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9439         fixupPath(), getPathDifference()
9440         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9441         fixed width array of pointers
9442
9443 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * src/pic16/ralloc.c: fix warnings
9446         * src/pic16/pcode.c: fix warning
9447
9448 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9449
9450          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9451         know all the details, but essentially this set of changes enable
9452         the pic16 port to generate movff instructions and generate assembler
9453         directives,
9454         * src/SDCCmain.c:
9455         * src/pic16/gen.c:
9456         * src/pic16/glue.c:
9457         * src/pic16/pcode.c:
9458         * src/pic16/device.c:
9459         * src/pic16/main.c:
9460         * src/pic16/pcode.h:
9461         * src/pic16/pcoderegs.c:
9462         * src/pic16/ralloc.c:
9463         * src/pic16/ralloc.h:
9464
9465 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9466
9467         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9468         added option --vc, so sdcc errors and warnings are compatible with
9469         Microsoft Visual Studio.
9470
9471 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9472
9473         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9474           device/lib/libfloat.lib: added atof function.
9475
9476 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * doc/sdccman.lyx: updated to Lyx 1.3
9479         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9480         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9481         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9482
9483 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9484
9485         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9486
9487 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9488
9489         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9490           additions to the "related tools/documentation" section
9491
9492 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9493
9494         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9495
9496 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9497
9498         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9499         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9500
9501 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9502
9503         * doc/sdccman.lyx: fix double dash and other minor things
9504         * doc/Makefile: fix double dash
9505
9506 2003-05-28  Karl Bongers(patches from Martin Helmling)
9507         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9508           condition and ignore commands.
9509
9510 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9511
9512         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9513           is in parts still quite out of date, I did changes as far as I felt makes sense
9514           for a non-native english speaker.
9515           Please feel free to add to the manual or to correct my changes.
9516         * doc/Makefile: undid touching the date of intermediate tex files.
9517
9518 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9519
9520         * doc/sdccman.lyx: Manual has an index now
9521
9522 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         Finalize muluint/mulsint and mululong/mulslong merging:
9525         * device/lib/_mulint.c
9526         * device/lib/_mullong.c
9527         * device/lib/gbz80/mul.s
9528         * device/lib/gbz80/stubs.s
9529         * device/lib/z80/mul.s
9530         * device/lib/z80/stubs.s
9531         * src/SDCCsymt.c (initCSupport)
9532
9533 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9534
9535         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9536         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9537           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9538           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9539           instead of /Zm500.
9540
9541 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9542
9543         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9544           the regression tests I'm not brave enough to enable 245.b, 245.c
9545         * doc/sdccman.lyx: added latex preamble for hyperref package.
9546           Using pdflatex this will give you a hyperlinked pdf file with
9547           bookmarks. (prepend '%' before /usepackage if this breaks something)
9548
9549 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9550
9551          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9552
9553 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9556
9557 2003-05-21    <johan AT balder>
9558
9559         * src/SDCCglue.c (printIval): fixed bug #739934
9560
9561 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9562
9563         Applied patch from bug 737905 (renamed yylineo to mylineno):
9564         * src/altlex.c
9565         * src/SDCCast.c
9566         * src/SDCglobl.h
9567         * src/SDCC.lex
9568         * src/SDCCsymt.c
9569         * src/SDCCval.c
9570         * src/pic16/pcode.c: Cleaned warnings
9571         * src/pic16/pcodeflow.c: Cleaned warnings
9572         * src/pic16/pcoderegs.c: Cleaned warnings
9573
9574 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9575
9576         * src/pic16/pcode.c: Cleaned warnings
9577         * src/pic16/pcodepeep.c: Cleaned warnings
9578         * src/pic16/ralloc.c: Cleaned warnings
9579
9580 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9581
9582         * doc/sdccman.lyx: fixed bug 739745
9583         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9584
9585 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9586
9587         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9588         it can be defined with CFLAGS when running configure
9589         * src/SDCCmain.c: fixed compiling + linking with object files
9590
9591 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9592
9593         * configure.in: configure for pic16 port,
9594             added --disable-pic16-port
9595         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9596         * src/SDCCmain.c: linkOptions is changed to set *,
9597             added if/endif conditional macros to remove options help
9598             messages from optionsTable when a port is not configured, added
9599             support for the PIc16 port in the ports table, when executing
9600             the compiler with no port specified on command line, a default
9601             port is selected with the new macro DEFAULT_PORT which is
9602             defined in port.h, in setDefaultOptions() linkOptions is removed
9603             from initialization assignment, since now it is a set,
9604             parseCmdLine uses setParseWithComma for linkOptions, in
9605             linkEdit() linkOptions are accessed with new function indexSet()
9606             which returns the i'th item of a set variable. See SDCCset.c, in
9607             linkEdit() when calling buildCmdLine(), added linkOptions as
9608             last argument. Now users can pass arguments to gplink via the
9609             -Wl option, main() uses pic16glue() to glue up pic16 programs
9610         * src/SDCCpeeph.c: various changes to support pic16
9611         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9612             return the i'th item of the set
9613         * src/SDCCset.h: added function prototype for indexSet()
9614         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9615         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9616         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9617             added macro DEFAULT_PORT
9618         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9619         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9620             generated
9621         * src/pic16/glue.c: commented out some error producing lines
9622         * src/pic16/main.c: __config directives are commented out to stop
9623             gpasm complaining and test the linkage with gplink, _linkCmd and
9624             _asmCmd changed to be more gplink and gpasm friendly
9625         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9626             produced an error when parsed, peep rule 12 is added to utilize
9627             movff, but it is commented out since the pCode does not support
9628             yet a command with 2 address arguments
9629
9630 2003-05-18    <johan AT balder>
9631
9632         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9633         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9634 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9635
9636         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9637   Added feature to script commands from file.
9638
9639 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9642         * src/SDCCutil.c: include ctype.h for win32
9643
9644 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9647
9648 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9649
9650         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9651   Fixed so you can set breakpoints prior to run, run does not stop
9652   on entry now.  Add tbreak.  Other enhancements and fixes for use
9653   with ddd.
9654
9655 2003-05-12  Borut Razem <borut.razem AT siol.net>
9656
9657         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9658
9659 2003-05-11  Borut Razem <borut.razem AT siol.net>
9660
9661         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9662         the path of bin directory, so that PATH is the only env. variable, which has to be set
9663         in case of standard installation.
9664         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9665         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9666         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9667
9668 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9669
9670         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9671         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9672         temp files are in the port dir; clean the gen/test directory when
9673         generating new test.c
9674         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9675         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9676         * support/regression/tests/zeropad.c: added
9677
9678 2003-05-09    <johan AT balder>
9679
9680         * src/SDCCglue.c: fixed bug #597940
9681
9682 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9683
9684         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9685   cache sfr, optimize next,step, fix off by one sourceline,
9686   support ddd list function.
9687         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9688
9689 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9690
9691         * support/regression/HTMLgen.py: added compare_s2f()
9692         * support/regression/Makefile: redo 1.27
9693         * support/regression/generate-cases.py: redo 1.5
9694
9695 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9696
9697         * support/regression/tests/float.c: workaround 33 bit hex constant
9698         * support/regression/tests/simplefloat.c: fix division for host
9699
9700 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9701
9702         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9703         that tame's the PIC's over-aggressive optimizer.
9704
9705 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9706
9707          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9708          support for MSVC.
9709
9710 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9711
9712         Initial support for DS80C400. "Hello world" runs on TINIm400
9713         (with polled I/O).
9714
9715 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9716
9717          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9718          * Some notes on ddd usage added in debugger/README
9719          Martin Helmling adding more features and fixes for ddd GUI debugger.
9720          Code added for nexti, stepi, up, down, and other adjustments.
9721
9722 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9723
9724         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9725         * src/pic/peeph.def Added two rules to optimize carry manipulation
9726         * src/pic/* removed debug printfs
9727
9728 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9729
9730         * debugger/mcs51/cmd.c: added header newalloc.h
9731
9732 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9733
9734         * as/Makefile: new EXEEXT
9735         * as/z80/Makefile: remove trailing slash of BUILDIR
9736         * as/z80/clean.mk: new EXEEXT
9737         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9738         * support/cpp2/Makefile.in: new EXEEXT
9739         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9740
9741 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9744         EXEEXT was introduced to fix all related problems with targets
9745         "clean", "install" and "uninstall"; a couple of further flaws
9746         especially with "clean" have been fixed too
9747         * as/mcs51/Makefile.in
9748         * as/mcs51/clean.mk
9749         * as/z80/Makefile
9750         * Makefile
9751         * clean.mk
9752         * debugger/mcs51/Makefile.in
9753         * debugger/mcs51/clean.mk
9754         * link/z80/Makefile
9755         * link/z80/Makefile.in
9756         * link/z80/clean.mk
9757         * link/Makefile
9758         * packihx/Makefile.in
9759         * packihx/clean.mk
9760         * sim/ucsim/Makefile
9761         * sim/ucsim/clean.mk
9762         * sim/ucsim/avr.src/Makefile.in
9763         * sim/ucsim/avr.src/clean.mk
9764         * sim/ucsim/s51.src/Makefile.in
9765         * sim/ucsim/s51.src/clean.mk
9766         * sim/ucsim/xa.src/Makefile.in
9767         * sim/ucsim/xa.src/clean.mk
9768         * sim/ucsim/z80.src/Makefile.in
9769         * sim/ucsim/z80.src/clean.mk
9770         * sim/ucsim/main_in.mk
9771         * sim/ucsim/packages_in.mk
9772         * sim/ucsim/gui.src/Makefile.in
9773         * sim/ucsim/gui.src/serio.src/Makefile.in
9774         * sim/ucsim/gui.src/serio.src/clean.mk
9775         * src/Makefile.in
9776         * src/clean.mk
9777         * support/cpp2/Makefile.in
9778         * support/cpp2/clean.mk
9779         * support/makebin/Makefile
9780         * support/makebin/clean.mk
9781         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9782         * doc/sdccman.lyx: --program-suffix no longer needed
9783
9784 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9785
9786          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9787          Martin Helmling added support for ddd GUI debugger.
9788          Code added to display assembly, set variables, and other commands
9789          to interface to ddd.
9790
9791 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9792
9793         * as/Makefile: fix target clean
9794         * as/clean.mk: fix target clean
9795         * as/z80/clean.mk: fix target clean
9796
9797 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9798
9799         * Makefile.common.in: added  AT EXEEXT AT
9800         * configure.in: removed all mingw32 stuff
9801         * configure: rebuilt from configure.in
9802         * doc/sdccman.lyx: updated section "installation"
9803         * support/scripts/sdcc_mingw32: adapted to configure
9804         * support/scripts/sdcc_cygwin_mingw32: added
9805
9806 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9807
9808         * src/pic Added object file support for the PIC port
9809         * src/pic Applied patch from Craig Franklin (this started the object file support)
9810         * src/regression Updated the PIC regression tests for object files
9811
9812 2003-04-20  Borut Razem <borut.razem AT siol.net>
9813
9814         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9815           lklex.c: In function `getfid':
9816           lklex.c:203: warning: array subscript has type `char'
9817         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9818           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9819         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9820           stack handling macros
9821
9822 2003-04-19  Borut Razem <borut.razem AT siol.net>
9823
9824         * "handling space characters in file path" task:
9825         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9826         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9827         * support/Util/MySystem.h: make it self-sufficient
9828         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9829           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9830           handling space characters in file path
9831         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9832           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9833         * support/Util/MySystem.c: handling space characters in executable's path
9834
9835 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9836
9837         * as/z80/Makefile: fix permanent rebuild of z80
9838         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9839         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9840
9841 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9842
9843         * src/SDCCopt.c: add special case optimization to replace modulo by
9844           a power of two with a bitwise AND.
9845
9846 2003-04-18    <johan AT balder>
9847
9848         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9849
9850 2003-04-17    <johan AT balder>
9851
9852         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9853         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9854
9855 2003-04-13  Borut Razem <borut.razem AT siol.net>
9856
9857         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9858         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9859           fixed mingw problem in adl_NORMALIZE_PATH
9860
9861 2003-04-12  Borut Razem <borut.razem AT siol.net>
9862
9863         * fixed "#pragma SAVE/RESTORE can not be nested":
9864         * src/SDCC.lex: reworked pragma handling functions
9865         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9866         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9867
9868 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * src/SDCCutil.c (pathEquivalent): defined but not used
9871         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9872         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9873         * configure: rebuilt from configure.in
9874         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9875         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9876         * device/include/Makefile.in: replace sdcc_datadir
9877         * device/lib/Makefile.in: replace sdcc_datadir
9878         * Makefile.common.in: add LDFLAGS from configure
9879         * packihx/Makefile.in: use LDFLAGS
9880         * src/Makefile.in: use LDFLAGS
9881         * support/cpp2/Makefile.in: add LDFLAGS from configure
9882         * support/makebin/Makefile: use LDFLAGS
9883         * .version: bumped version number to 2.3.5
9884
9885 2003-04-12  Borut Razem <borut.razem AT siol.net>
9886
9887         * completed "different paths" task:
9888         * src/SDCCmacro.c: fixed bug in handling quotes
9889         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9890         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9891
9892 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9893
9894         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9895
9896 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9897
9898         * ds390/gen.c ds390/peeph.def: fix bug 706781
9899
9900 2003-04-11  Borut Razem <borut.razem AT siol.net>
9901
9902         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9903
9904 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9905
9906         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9907         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9908          set - this bit used to not be set...).
9909         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9910           bad code in PIC Port
9911         * src/regression/and2.c added to test bug 609268
9912         * src/regression/Makefile added and2.c to regression test
9913
9914
9915 2003-04-08    <johan AT CP255758-A>
9916
9917         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9918         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9919         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9920
9921 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9924         fix bug #487815
9925         * support/cpp2/Makefile.in: fix bug #487815
9926         * configure: rebuilt from configure.in
9927         * Makefile.common.in: docdir changed, new path suffixes
9928         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9929         * sdcc_vc_in.h: reflect changes from sdccconf.h
9930         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9931         * src/SDCCutil.h: remove BINDIR hack
9932         * doc/sdccman.lyx: update new path hierarchy
9933
9934 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9935
9936         * src/SDCCpeeph.c: added okToRemoveSLOC test
9937
9938 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9939
9940         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9941
9942 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9943
9944         * src/SDCCpeeph.c: added labelIsReturnOnly test
9945         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9946
9947 2003-04-05    <johan AT balder>
9948
9949         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9950         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9951         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9952         * src/SDCCast.c: fixed a warning
9953         * src/SDCCast.h: fixed a warning
9954         * src/SDCCicode.c (operandFromAst): fixed a warning
9955
9956 2003-04-04    <johan AT balder>
9957
9958         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9959         * src/SDCCast.c (decorateType): fixed bug #715076
9960         * src/SDCC.y: fixed bug #702907
9961
9962 2003-04-03    <johan AT balder>
9963
9964         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9965         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9966         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9967         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9968         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9969
9970 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9971
9972         * _decdptr.c: fix return values
9973         * _gptrget.c: fix return values
9974         * _gptrgetc.c: fix return values
9975         * _gptrput.c: fix return values
9976         * _mulint.c: fix return values
9977         * as/z80/Makefile: fix 'make -j' problem
9978
9979 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9980
9981         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9982         * configure.in: big cleanup, updated to autoconf 2.5x
9983         * configure: rebuilt from configure.in
9984         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9985         * sdcc_vc_in.h: reflect changes from sdccconf.h
9986         * doc/Makefile: fixed a flaw in "make install"
9987
9988 2003-04-02    <johan AT balder>
9989
9990         * src/ds390/gen.c (genCmp): no comments
9991         * src/mcs51/gen.c (genCmp): no comments
9992         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9993         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9994
9995 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * support/regression/generate-cases.py: place generated file in given sub directory
9998         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9999         * support/regression/Makefile: improvements for 'make -j';
10000         side effect: it's simpler and faster now
10001
10002 2003-03-31  Borut Razem <borut.razem AT siol.net>
10003
10004         * src/z80/main.c: link-{port} and as-{port} defined without path
10005         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10006
10007 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10010
10011 2003-03-30  Borut Razem <borut.razem AT siol.net>
10012
10013         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10014           changed type of list parameter to set
10015         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10016         * src/port.h: changed type of do_assemble() parameter to set
10017         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10018           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10019           definition of "cppoutfilename" macro with NULL value in preProcess()
10020         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10021         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10022         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10023           replaced with set *binPathSet
10024         * shash_add() deallocates the item, if allready exsists, before adding the new one
10025         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10026
10027 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10028
10029         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10030           a nested for loop bug in the PIC port
10031         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10032           for loops
10033
10034 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10035
10036         * support/Util/dbuf.h: remove C++ stuff to make it portable
10037
10038 2003-03-28  Borut Razem <borut.razem AT siol.net>
10039
10040         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10041           literal strings in stringLiteral()
10042         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10043         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10044           to the project
10045
10046 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10047
10048         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10049
10050 2003-03-26    <johan AT balder>
10051
10052         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10053         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10054         * src/SDCCast.c (decorateType): fixed " -v < 3"
10055
10056 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10059         Added Lenny Story's debug infrastructure changes:
10060         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10061         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10062         * src/cdbFile.c: added
10063         * src/SDCCdebug.c: added
10064         * src/SDCCdebug.h: added
10065         * src/SDCCast.c (createFunction)
10066         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10067         * src/SDCCmain.c (parseCmdLine, main)
10068         * src/SDCCmem.c (redoStackOffsets)
10069         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10070         * src/SDCCsymt.h
10071         * src/common.h
10072         * src/avr/gen.c (genAVRCode)
10073         * src/ds390/gen.c (gen390Code)
10074         * src/mcs51/gen.c (gen51Code)
10075         * src/pic/gen.c (genpic14Code)
10076         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10077         * src/xa51/gen.c (genXA51Code)
10078         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10079
10080 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10081
10082         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10083         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10084
10085 2003-03-22    <johan AT balder>
10086
10087         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10088
10089 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10090
10091         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10092         * doc/cdbfileformat.lyx: added, written by Lenny Story
10093         * doc/Makefile: added cdbfileformat.lyx
10094         * doc/clean.mk: added cdbfileformat.lyx
10095
10096 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10097
10098         * src/mcs51/peeph.def: fix bug #705773
10099
10100 2003-03-20    <johan AT balder>
10101
10102         An sfr/sbit can have an "at #" AND an initializer
10103         * src/SDCCsymt.c (checkSClass):
10104         * src/SDCCmem.c (allocGlobal):
10105         * src/SDCCmem.c (allocLocal):
10106         * src/SDCCast.c (createBlock):
10107
10108 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10109
10110         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10111
10112 2003-03-16    <johan AT balder>
10113
10114         Undid the hackup of const and volatile, the problem is much bigger
10115         * src/SDCC.y:1.65
10116         * src/SDCCast.c:1.171
10117         * src/SDCCglue.c:1.138
10118         * src/SDCCicode.c:1.146
10119         * src/SDCCsymt.c:1.150
10120         * src/SDCCval.c:1.65
10121
10122 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10123
10124         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10125         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10126
10127 2003-03-13    <johan AT balder>
10128
10129         Hackup const and volatile modifiers in type chains a bit:
10130         * src/SDCC.y:1.63
10131         * src/SDCCast.c:1.169
10132         * src/SDCCglue.c:1.136
10133         * src/SDCCicode.c:1.143
10134         * src/SDCCsymt.c1.146
10135         * src/SDCCsymt.h1.59
10136         * src/SDCCval.c:1.63
10137
10138 2003-03-12    <johan AT balder>
10139
10140         * src/SDCCBBlock.h: more LRH debugging junk
10141         * src/SDCCcflow.h: more LRH debugging junk
10142         * src/SDCCloop.c: more LRH debugging junk
10143         * src/SDCC.y (struct_declaration): fixed bug #697590
10144         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10145         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10146         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10147
10148 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10149         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10150         test function names must now match exactly).
10151         * src/SDCCcse.c: added special case in findCheaperOp to allow
10152         extending a short integer. Makes less awful code for bug 700121 test case.
10153
10154 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10155
10156         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10157         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10158
10159 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10160
10161         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10162         actually called (operandsNotEqual() was called for all
10163         operandsNotEqualX tests).
10164
10165 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10166
10167         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10168         with shorter literals. Fixes bug 700121.
10169
10170 2003-03-11    <johan AT balder>
10171
10172         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10173
10174 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10175
10176         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10177         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10178
10179 2003-03-10  Borut Razem <borut.razem AT siol.net>
10180
10181         * src/SDCCmain.c: pipe preprocessor's output
10182         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10183         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10184         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10185         which closes all pipes in pipeSet set
10186         * src/SDCCset.c: free deleted item in function deleteSetItem()
10187         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10188         moved from z80 to src subproject
10189         * .version: increased version number to 2.3.4
10190
10191 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10192
10193         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10194         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10195         * support/regression/ports/xa51/spec.mk: fix typo
10196
10197 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10198
10199         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10200
10201 2003-03-09  Borut Razem <borut.razem AT siol.net>
10202
10203         * src/SDCCmain.c: pipe preprocessor's output
10204         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10205         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10206         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10207         which closes all pipes in pipeSet set
10208         * src/SDCCset.c: free deleted item in function deleteSetItem()
10209         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10210         moved from z80 to src subproject
10211
10212 2003-03-09  Borut Razem <borut.razem AT siol.net>
10213
10214         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10215         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10216         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10217         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10218         * src/SDCCglobl.h: unification of WIN32 native definitions
10219
10220 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10221
10222         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10223
10224 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10225
10226         * src/configure.in:   check for endianess (even while cross-compiling)
10227         * src/configure:      check for endianess (even while cross-compiling)
10228         * src/configure_in.h: check for endianess (even while cross-compiling)
10229         * src/avr/gen.c:        remove old endianess stuff
10230         * src/mcs51/gen.c:      remove old endianess stuff
10231         * src/ds390/gen.c:      remove old endianess stuff
10232         * src/pic/gen.c:        remove old endianess stuff
10233         * src/pic/genarith.c:   remove old endianess stuff
10234         * src/pic/glue.c:       fix endianess check
10235         * src/pic16/gen.c:      remove old endianess stuff
10236         * src/pic16/genarith.c: remove old endianess stuff
10237         * src/pic16/glue.c:     fix endianess check
10238         * src/xa51/gen.c:       remove old endianess stuff
10239         * src/z80/gen.c:        fix endianess check
10240         * src/SDCCglue.c:       fix endianess check
10241         * src/ds390/peeph.def: fix bug 700036
10242
10243 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10246         * src/configure: find appropriate data-types on host for SDCC's int and long
10247         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10248         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10249         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10250
10251 2003-03-07    <johan AT balder>
10252
10253         Just a big NOOP:
10254                 some minor cleanups before the big shot
10255                 OP_DEFS and OP_USES now use Kevin's protection
10256                 new option --nolabelopt
10257
10258         * src/SDCCBBlock.c:
10259         * src/SDCCast.c,:
10260         * src/SDCCcflow.c:
10261         * src/SDCCcse.c:
10262         * src/SDCCicode.c:
10263         * src/SDCCicode.h:
10264         * src/SDCClabel.c:
10265         * src/SDCCloop.c:
10266         * src/SDCCmain.c:
10267         * src/ds390/ralloc.c:
10268         * src/mcs51/ralloc.c:
10269         * src/pic/ralloc.c:
10270         * src/xa51/ralloc.c:
10271         * src/z80/ralloc.c:
10272
10273 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10274
10275         * src/pic/pcode.c (get_op): fix 64 bit warnings
10276         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10277         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10278         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10279         * support/regression/tests/malloc.c: fix 64 bit warnings
10280
10281 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10282
10283         * src/mcs51/gen.c (genMinus): fixed bug 696436
10284
10285 2003-03-02  Borut Razem <borut.razem AT siol.net>
10286
10287         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10288
10289 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * configure.in: test for mkstemp
10292         * sdccconf_in.h: add HAVE_MKSTEMP
10293
10294 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10295
10296         * device/include/ctype.h: removed warning while using --stack-auto
10297         * device/include/malloc.h: removed warning while using --stack-auto
10298         * device/include/string.h: removed warning while using --stack-auto
10299
10300 2003-02-23  Borut Razem <borut.razem AT siol.net>
10301
10302         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10303         because NDEBUG is defined (see man assert)
10304         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10305
10306 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10307
10308         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10309         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10310
10311 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10312
10313         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10314         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10315
10316 2003-02-18    <johan AT balder>
10317
10318         * as/mcs51/asmain.c (asmbl): module can start with a digit
10319         * as/z80/asmain.c (asmbl): module can start with a digit
10320
10321 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10322
10323         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10324         * src/asm.c: fix pipe() for Mingw32
10325
10326 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10329         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10330         make -V work again; --c1mode reads now from stdin
10331         * doc/sdccman.lyx: added --c1mode
10332         * support/Util/SDCCerr.c: new messages for c1 mode
10333         * support/Util/SDCCerr.h: new messages for c1 mode
10334         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10335
10336 2003-02-15    <johan AT balder>
10337
10338         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10339
10340 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10341
10342         * doc/sdccman.lyx: Environment variables, -o and other minor things
10343
10344 2003-02-14    <johan AT balder>
10345
10346         * src/xa51/main.c: before anyone really tries to use it :)
10347
10348         * Install doc's in share/sdcc/doc
10349         * removed some obsolete files
10350         * Do a proper make distclean and uninstall
10351         M Makefile.common.in
10352         R sdccbuild.sh
10353         M as/Makefile
10354         M device/include/Makefile.in
10355         M device/lib/Makefile.in
10356         M doc/sdccman.lyx
10357         M link/Makefile
10358         M sim/ucsim/doc/Makefile.in
10359         M src/clean.mk
10360         R src/avr/peeph.rul
10361         R src/xa51/peeph.rul
10362         M support/cpp2/Makefile.in
10363         M support/makebin/Makefile
10364
10365
10366 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10367
10368         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10369
10370 2003-02-10  Borut Razem <borut.razem AT siol.net>
10371
10372         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10373         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10374         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10375         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10376         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10377         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10378         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10379         src/z80/Makefile.bcc: Borland Makefile cleanup
10380         * as/z80/Makefile.bcc: Added Borland Makefile
10381         * support/cpp2/borland.h: Removed
10382
10383 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10384
10385         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10386         * src/SDCC.lex: new pragma NOIV
10387         * src/SDCCglobl.h: new pragma NOIV
10388         * src/SDCCmem.c: new pragma NOIV
10389
10390 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10391
10392         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10393
10394 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         * src/SDCCmain.c: signal handling is switched off by --debug
10397         * doc/Makefile: small fix for install; use clean.mk again
10398         * doc/clean.mk: clean *.pdf and *.html too
10399
10400 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10401
10402         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10403         * device/lib/printfl.c: fix a ds390 bug by making it portable
10404         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10405         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10406         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10407         * debugger/mcs51/cmd.c: converted multi-line string literals
10408         * sim/ucsim/globals.cc: converted multi-line string literals
10409         * src/SDCCmain.c: introduced signal handler to remove temp files
10410         * doc/Makefile: small tweaks, implement clean
10411         * doc: removed generated files
10412
10413 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10414
10415         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10416         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10417         Address Record is not correctly generated for DS390."
10418
10419 2003-02-02  Borut Razem <borut.razem AT siol.net>
10420
10421         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10422         * as/mcs51/asm.h: fixed compilation with Borland C
10423         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10424         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10425         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10426         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10427         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10428         src/z80/Makefile.bcc: delete $(LIB) only if exist
10429         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10430
10431 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10432
10433         * device/include/malloc.h: introduced NULL
10434         * device/include/string.h: introduced NULL
10435         * device/include/stdlib.h: introduced NULL
10436         * device/lib/_memcpy.c: removed NULL
10437         * device/lib/_strcat.c: removed NULL
10438         * device/lib/_strchr.c: removed NULL
10439         * device/lib/_strcmp.c: removed NULL
10440         * device/lib/_strcpy.c: removed NULL
10441         * device/lib/_strcspn.c: removed NULL
10442         * device/lib/_strlen.c: removed NULL
10443         * device/lib/_strncat.c: removed NULL
10444         * device/lib/_strncmp.c: removed NULL
10445         * device/lib/_strncpy.c: removed NULL
10446         * device/lib/_strpbrk.c: removed NULL
10447         * device/lib/_strrchr.c: removed NULL
10448         * device/lib/_strspn.c: removed NULL
10449         * device/lib/_strstr.c: removed NULL
10450         * device/lib/_strtok.c: removed NULL
10451         * device/lib/malloc.c: removed NULL, include own header
10452
10453 2003-02-02    <johan AT balder>
10454
10455         * 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
10456         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10457         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10458         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10459         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10460         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10461
10462 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10463
10464         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10465         area 'DATA'"
10466
10467 2003-02-01    <johan AT balder>
10468
10469         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10470
10471 2003-01-31    <johan AT CP255758-A>
10472
10473         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10474
10475 2003-01-30    <johan AT balder>
10476
10477         * src/SDCCBBlock.c: automatic bug detection
10478         * src/SDCCicode.c: automatic bug detection
10479
10480 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10481
10482         * src/SDCCglobl.h:   now --xram-size 0 works
10483         * src/SDCCmain.c:    now --xram-size 0 works
10484
10485 2003-01-29    <johan AT balder>
10486
10487         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10488
10489 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10490
10491         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10492         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10493         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10494         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10495         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10496         * src/SDCCmain.c:    Added options --xram-size and --code-size
10497
10498 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10499
10500         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10501         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10502
10503 2003-01-27    <johan AT balder>
10504
10505         * src/SDCC.y: fixed bug #613764
10506
10507 2003-01-26    <johan AT balder>
10508
10509         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10510         * src/SDCCsymt.h: fixed bug #673374
10511         * src/SDCCglue.c: fixed bug #661910
10512         * src/SDCCast.c: fixed bug #458099 and 673374
10513
10514 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10515
10516         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10517         * as/mcs51/strcmpi.h: added
10518         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10519         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10520         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10521         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10522         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10523         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10524         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10525         * as/mcs51/Makefile.aslink: new module strcmpi
10526         * as/mcs51/Makefile.asx8051: new module strcmpi
10527         * as/mcs51/Makefil.bcc: new module strcmpi
10528         * as/mcs51/Makefile.in: new module strcmpi
10529         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10530
10531 2003-01-26    <johan AT balder>
10532
10533         * src/SDCCglue.c: reverted back to 1.124
10534         * src/SDCCast.c: reverted back to 1.156
10535         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10536
10537 2003-01-25    <johan AT balder>
10538
10539         * src/SDCCglue.c: A better fix for bug #661910
10540         * src/SDCCast.c: A better fix for bug #661910
10541         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10542
10543 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10544
10545         * src/Makefile.in: remove spawn.o
10546         * src/SDCCmain.c: remove spawn.h
10547         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10548         * src/spawn.c: removed
10549         * src/spawn.h: removed
10550         * support/regression/ports/ds390/spec.mk: link with -r
10551
10552 2003-01-24    <johan AT CP255758-A>
10553
10554         * src/ds390/gen.c (aopOp): fixed bug #667458
10555         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10556         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10557         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10558
10559 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10560
10561         * src/mcs51/peeph.def: better assembler identation by Frieder
10562         * src/mcs51/gen.c: better assembler identation by Frieder
10563
10564 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10565
10566         * as/z80/string.h: removed for gcc 3.2
10567         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10568         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10569
10570 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10571
10572         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10573         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10574         * support/regression/Makefile: separate temp files for ports
10575         * support/regression/generate-cases.py: separate temp files for ports
10576         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10577         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10578
10579 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10580
10581         * moved tinitalk to device/examples/ds390
10582
10583 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10584
10585         * as/mcs51/lkmem.c: rflag is for DS390
10586         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10587         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10588                          (linkEdit): move mem- and map-files the same way as ihx-files
10589         * src/z80/main.c (_setDefaultOptions): removed --generic
10590         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10591         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10592         * src/pic/glue.c (picglue): --c1mode works again
10593         * src/pic16/glue.c (pic16glue): --c1mode works again
10594         * src/asm.c (printCLine): fix #660034
10595
10596 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10599         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10600         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10601         * as/mcs51/lkmem (summary): better fix for sp problem
10602         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10603         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10604         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10605                                               remove --stack-after-data
10606
10607 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10608
10609         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10610         * src/SDCCutil.c (join): ugly bug: missing '\0'
10611         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10612
10613 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10614
10615         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10616         * src/port.h: typo
10617         * src/pic/main.c (_asmCmd): gpasm supports -o
10618         * src/z80/main.c: more general macros
10619         * device/lib/Makefile.in: remove intermediate files
10620
10621 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10622
10623         * .version: Bumped version number to 2.3.3
10624         * src/SDCCBBlock.c: new option -o
10625         * src/SDCCglobl.h: new option -o
10626         * src/SDCCglue.c: new option -o
10627         * src/SDCCmain.c: new option -o
10628         * src/asm.c: new option -o
10629         * src/ds390/main.c: new option -o
10630         * src/pic/glue.c: new option -o
10631         * src/pic/pcode.c: new option -o
10632         * src/pic/ralloc.c: new option -o
10633         * src/pic16/glue.c: new option -o
10634         * src/pic16/pcode.c: new option -o
10635         * src/pic16/ralloc.c: new option -o
10636         * src/z80/main.c: new option -o
10637         * device/lib/Makefile.in: use -o
10638         * support/regression/ports/ds390/spec.mk: use -o
10639         * support/regression/ports/gbz80/spec.mk: use -o
10640         * support/regression/ports/mcs51/spec.mk: use -o
10641         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10642         * support/regression/ports/z80/spec.mk: use -o
10643         * support/regression/ports/ucz80/spec.mk: use -o
10644         * support/regression/ports/xa51/spec.mk: use -o
10645         * support/regression/fwk/lib/timeout.c: fix usage string
10646
10647 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10648         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10649
10650 2003-01-07    <johan AT balder>
10651
10652         * src/SDCCast.c (decorateType): fixed bug #600035
10653
10654 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10655         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10656         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10657         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10658         * src/pic/pcode.c: outcommented unused variable to remove warnings
10659         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10660
10661 2003-01-06    <karl AT turbobit.com>
10662         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10663    regression tests.
10664
10665 2003-01-06    <johan AT balder>
10666
10667         * src/SDCCicode.c: fixed array add
10668
10669 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10670         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10671         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10672
10673 2003-01-04    <johan AT balder>
10674
10675         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10676
10677 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10678         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10679
10680 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10681         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10682         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10683
10684 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10685         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10686
10687 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10688         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10689
10690 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10691         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10692
10693 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10694
10695     * in \sdcc\as\mcs51\ changed these files in order to create an
10696     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10697     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10698     following files to include the previous two files: aslink.dsp,
10699     Makefile.aslink, Makefile.bcc, and Makefile.in.
10700
10701     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10702     .adb instead of .cdb
10703
10704 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10705
10706         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10707         value from option --iram-size.
10708
10709 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10710
10711         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10712         dram[] array.
10713
10714 2002-09-18    <wiml AT hhhh.org>
10715
10716         * SDCClrange.h: exposed setFromRange() and setToRange()
10717         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10718           packRegsForAccUse() (bug 542397)
10719         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10720           multiple times and emitting the fetch operations more than once
10721           added aopGetUsesAcc() function to allow binary operators to
10722           fetch their operands in the correct order; made genMinus() emit
10723           compact code for X = LITERAL - Y
10724
10725 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10726         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10727         sprintf() in line 1267.
10728
10729 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10730         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10731         like ports.
10732
10733 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10734         Changes to aslink (All the changes are marked with 'JCF'):
10735
10736         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10737         summary().
10738
10739         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10740         area BSEG.  Also moves, if possible, the DATA area down into the internal
10741         ram so more space is available.
10742
10743         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10744         sflag.
10745
10746         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10747         not bytes.  Function summary() which creates a memory usage summary
10748         file with extension .mem.  Reports of overlaping stack and small stack
10749         size.  If the space for the stack is less than 16 bytes aslink trows a
10750         warning.
10751
10752         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10753         the 8051.  Option 'y' for memory summary output file.
10754
10755         Changes to sdcc (All the changes are marked with 'JCF'):
10756
10757         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10758
10759         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10760         overlaying area for it (uses RegBankUsed[4]).
10761
10762         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10763         bank zero as used by default.  By default aslink locates the stack
10764         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10765         the creation of the .mem file.  Delegates the allocation of data area
10766         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10767         the begining of the stack area to aslink.
10768
10769         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10770         glue() in SDCCglue.c creates an area for it.
10771
10772 2002-09-03  Borut Razem <borut.razem AT siol.net>
10773         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10774         sdcc/src/pic/glue.c:
10775         introduced atexit() handler for teporay files removal in case of
10776         errors, assertions, ...
10777
10778 2002-08-29  Borut Razem <borut.razem AT siol.net>
10779         * sdcc/support/cpp2/auto-host_vc_in.h:
10780         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10781         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10782         Maybe there is a similar problem with BORLANDC? It should be checked!
10783
10784         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10785         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10786         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10787         was not executed, and the compiler (cl) launched a warning:
10788         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10789
10790 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10791         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10792
10793 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10794         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10795
10796         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10797           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10798           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10799           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10800           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10801           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10802           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10803         - added Release configuration in VS projects
10804         - review of compiler an linker options
10805         - VC .exe files are generated in bin_vc directory, not to interfere
10806           with binaries generated from other projects (cygwin, mingw, bcc ...)
10807
10808         * sdcc/src/yacc.dsp: added
10809
10810         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10811         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10812         and insert the version number definitions from .version
10813
10814         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10815
10816         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10817         added - genarate auto-host.h using auto-host_vc_in.h as template
10818
10819         * sdcc/sdcc_vc.h,
10820         removed from CVS, generated automatically
10821
10822 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10823         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10824
10825 2002-08-11  Borut Razem <borut.razem AT siol.net>
10826         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10827
10828 2002-08-10  Borut Razem <borut.razem AT siol.net>
10829         * src/SDCCmain.c (main):
10830         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10831         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10832         The consequence was that some temporary files were not removed.
10833
10834         * src/SDCCglue.c:
10835         unification of code in functions tempfilename() and tempfile():
10836         function tempnam() is defined in Visual Studio 6.0 and .NET
10837
10838         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10839
10840         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10841           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10842         - removed compiler command line option /WX: Treats all warnings as errors
10843         - update a list of source files, included into the project
10844
10845         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10846           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10847         changed project type to Generic Project so that can be correcly converted to VS.NET project
10848
10849         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10850
10851         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10852
10853         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10854
10855         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10856         added return 0 statements after assert() to make compiler happy
10857
10858         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10859         added newline in the def file to keep MSC compiler satisfied
10860
10861         * sdcc/src/z80/gen.c:
10862         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10863           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10864         - solved MSC error in function aopDump()
10865
10866         * sdcc_vc.h: define PREFIX as "\\sdcc"
10867
10868 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10869         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10870
10871 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10872         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10873         - Rewrote the register banking algorithm.
10874         - Added pCode live-range analysis to registers (for now, only non-used and
10875         singly-used registers optimized away)
10876
10877         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10878
10879         * 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.
10880
10881 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10882         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10883
10884 2002-04-22  Michael Hope  <michaelh AT vroom>
10885
10886         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10887
10888         * configure.in (DD_COPT): Added include support required for gbdk.
10889
10890         * .version: Bumped version number just to increase it.
10891
10892         * src/SDCCmain.c: Added -nostdinc to the default options.
10893
10894 2002-04-15  Michael Hope  <michaelh AT vroom>
10895
10896         * device/lib/z80/printf.c (sprintf): Added.
10897
10898         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10899
10900         * src/z80/peeph.def: Added transpose redundent load rule.
10901
10902         * src/z80/main.c: Added force callee saves for jaune.
10903
10904         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10905
10906         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10907
10908 2002-03-28  Johan Knol  <johan AT balder>
10909
10910         * src/SDCCval.c: fixed bug #532436
10911
10912 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10913         * /src/port.h:
10914         Added "char *Processor" field to the port structure.
10915
10916         * /src/SDCCmain.c:
10917         Added -p option. Allows port dependent processor to be specified.
10918
10919         * all ports:
10920         Initialized the new field char *Processor field to NULL in all ports
10921
10922         * /src/pic/*:
10923         Compiler generated registers for interrupt context saving
10924         were not getting allocated.
10925
10926 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10927
10928         * /src/SDCCast.c:
10929         Fixed left shift. Will promote the left side of a left shift
10930         if a) left shifting more than size of operand or b) when assigned
10931         to something size > size of left side
10932
10933 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10934         * src/pic/*
10935         tons of changes. Register allocation has been
10936         rewritten. Added customization for the various PICs. Flow
10937         analysis is restructured. ...
10938
10939         * src/pic/device.h:
10940         Added
10941
10942         * src/pic/device.c:
10943         Added. device.c is a PIC port hack to accomodate variations
10944         in PIC devices.
10945
10946 2002-03-13  Michael Hope  <michaelh AT vroom>
10947
10948         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10949
10950 2002-03-04  johanknol  <johanknol AT manik>
10951
10952         * /src/SDCCval.c: fixed
10953
10954         const unsigned char arr[][2] = { { 0, 1 } };
10955         t18.c:1: error: Initializer element is not constant
10956
10957 2002-03-04  bela  <bela AT manik>
10958
10959         * /device/include/mcs51reg.h:
10960         ds89c420 register definition update
10961
10962 2002-03-03    <johan AT FRIJA>
10963
10964         * support/Util/SDCCerr.c: did something, but don't no why anymore
10965
10966         * support/regression/tests/bug-524691.c: made it a little less shy
10967
10968         * src/SDCCast.c (decorateType): fixed bug #524697
10969
10970         * src/SDCCast.c: made some lineno improvements
10971
10972         * src/SDCCval.c (getNelements): changed warning to error
10973
10974         * src/SDCCglue.c (printIvalArray): changed warning to error
10975
10976         * src/SDCCicode.c: fixed a warning for mingw
10977
10978         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10979
10980         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10981
10982 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10983
10984         * src/ds390/peeph.def:
10985         Added some more peephole rules
10986
10987         * src/ds390/gen.c: Various fixes & enhancements
10988
10989         * src/SDCClrange.c, src/SDCClrange.h:
10990         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10991
10992         * src/ds390/ralloc.c:
10993         various fixes & enhancements (ds390) specific
10994
10995         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10996         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10997         from rallocs.
10998
10999         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11000
11001 2002-03-02    <johan AT FRIJA>
11002
11003         * src/SDCCast.c (decorateType): fixed bug #524708
11004
11005         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11006
11007         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11008
11009 2002-03-01  Michael Hope  <michaelh AT vroom>
11010
11011         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11012
11013         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11014
11015 2002-03-01    <johan AT FRIJA>
11016
11017         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11018
11019         * src/SDCCast.c (decorateType): fixed bug #524209
11020
11021         * src/SDCCval.c (valNot): fixed bug #524195
11022
11023 2002-02-26    <johan AT balder>
11024
11025         * src/xa51/gen.c: fixed a warning
11026
11027         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11028
11029         * src/SDCCast.c (decorateType): fixed bug #522534
11030
11031 2002-02-23    <johan AT balder>
11032
11033         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11034
11035 2002-02-22    <johan AT balder>
11036
11037         * src/SDCCast.c: fixed bug #514865
11038
11039         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11040
11041 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11042
11043         * sdcc/src/SDCCloop.c:
11044         Previous fix was not good. basic blocks that have "break" or "return" are
11045         not really partof a loop , but live ranges used in these blocks should
11046         be live thru the entire loop, so set partOfLoop but don't add them to
11047         loop region
11048
11049 2002-02-21    <johan AT FRIJA>
11050
11051         * src/SDCCcse.c: fixed bug #514308
11052
11053 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11054
11055         * src/SDCCloop.c:
11056         Fixed BUG #519583. If a conditional block ended in a return/break
11057         statement inside a loop, it was not being considered part of the loop.
11058
11059         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11060
11061 2002-02-10  Karl Bongers <karl AT turbobit.com>
11062
11063         * debugger/*:
11064         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11065         with lots of comments and notes.
11066
11067         * device/examples/test2.c:
11068         Fix bug, "red" variable not being initialized(compiler complained).
11069
11070         * device/examples/Makefile, examples/test3.c:
11071         Add Makefile in device/examples folder, compiles test3.c
11072         for use as a multiple module SDCDB test case.
11073
11074         * sim/ucsim/cmd.src/cmdset.cc:
11075         Took out debug printfs in ucsim "next" command.
11076
11077         * sim/ucsim/xa.src:
11078         Karl and Johan start ucsim XA support.  Most dissassembly working,
11079         about 75% emulation done(plenty of work remaining).
11080
11081         * sim/ucsim/z80.src:
11082         Add Z80 support to ucsim, add test-ucz80 regression test,
11083         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11084         Notice z80 compiler fails on examples/test3.c/crc code.
11085
11086 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11087
11088         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11089         Added support for --parms-in-bank1
11090
11091         * src/ds390/peeph.def:
11092         added a few more peephole optimzations
11093
11094         * src/ds390/main.c:
11095         1) added __builtin_inp & __builtin_outp used to read in data of given length
11096            from a memory mapped port
11097         2) added __builtin_memcmp
11098         3) added __builtin_swapw swap bytes of a short
11099
11100         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11101         1) handle multiple send & receives from register bank1
11102         2) ralloc can now allocate DPTR1 to some liveRanges
11103
11104         * src/SDCCsymt.c, src/SDCCsymt.h:
11105         changes to handle multiple sends & receives
11106
11107         * src/SDCCptropt.h:
11108         added some pointer arithmetic optimization
11109
11110         * src/SDCCptropt.c:
11111         added some pointer arithmetic optimizations but not stable yet so not
11112         called from anywhere (will get this working shortly)
11113
11114         * src/SDCCopt.c: fixed for multiple sends & receives
11115
11116         * src/SDCCmain.c:
11117         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11118         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11119            set preprocessor defines (depending on options)
11120
11121         * src/SDCCicode.c, src/SDCCicode.h:
11122         changes made to handle multiple sends & receives
11123
11124         * src/SDCCglobl.h:
11125         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11126
11127         * src/SDCCcse.c, src/SDCCcse.h:
11128         added function findbackward def (to be used in upcoming optimization)
11129
11130         * src/SDCCcflow.c, src/SDCCcflow.h:
11131         added function returnAtEnd - to determine if a basic block terminates with
11132         a RETURN iCode
11133
11134         * src/SDCCast.c, src/SDCCast.h:
11135         added option parms-in-bank1
11136
11137         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11138         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11139         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11140         adjusted for --parms-in-bank1 option
11141
11142         * device/include/string.h:
11143         donot redefine "reentrant" keyword
11144
11145         * device/include/ds80c390.h: Added some more SFRs
11146
11147 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11148
11149         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11150
11151 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11152
11153         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11154
11155 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11156
11157         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11158
11159 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11160
11161         * Added --xram-movc option
11162
11163 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11164
11165         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11166
11167 2002-01-11  Johan Knol
11168
11169         * Added math lib of Jesus Calvino-Fraga
11170
11171 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11172
11173         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11174         * support/regression/Makefile: new target test-mcs51-stack-auto
11175         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11176
11177 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11178
11179         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11180
11181 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11182
11183         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11184
11185 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11186
11187         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11188
11189         * src/SDCCglue.h: add definition for printIvalChar()
11190
11191 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11192
11193         * src/SDCCast.c: fix #498138 by Johan
11194
11195         * src/SDCCglue.c: fix #498138 by Johan
11196
11197 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11198
11199         * support/regression/Makefile: fix clean
11200
11201         * support/regression/ports/ds390/support.c: fix transmission of last character
11202
11203 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11204
11205         * /sdcc/src/ds390/gen.c:
11206         a) improved computing address of stack variable
11207         b) took out some #if 0 code
11208         c) improved parmBytes adjustment
11209         d) improved genPlusIncr & genMinusIncr
11210         e) genCmp could generate bad code (when left assigned to DPTR)
11211         f) Fixed bug in hasInc
11212
11213         * /sdcc/src/ds390/ralloc.c:
11214         a) packRegsForSupport could mess up live information (Fixed)
11215         b) packRegsDPTRuse could be incorrect for left & right shift
11216
11217         * /sdcc/src/mcs51/ralloc.c:
11218         packRegsForSupport could mess up the live information (Fixed)
11219
11220         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11221
11222         * /sdcc/src/SDCCast.c:
11223         can reverse a loop even if function call is present as long
11224         as the loop control variable is local & is not passed as parameter
11225
11226 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11227
11228         * /sdcc/ChangeLog: *** empty log message ***
11229
11230         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11231         More builtin function additions for TININative
11232
11233         * /sdcc/src/ds390/ralloc.c:
11234         Had broken the regression testsuite
11235
11236         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11237
11238         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11239         Added funcattr hasStackParms will be set for reentrant functions when there
11240         are paramteres on the stack, this helps in minimizing frame pointer generation
11241         typeFromStr can handle function pointers now
11242
11243         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11244         *** empty log message ***
11245
11246 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11247
11248         * /src/ds390/gen.c, /src/ds390/main.c:
11249         More builtin function additions for TININative
11250
11251         * /src/ds390/ralloc.c:
11252         Had broken the regression testsuite
11253
11254         * /src/SDCCast.c: Fixed a bug in dumptree
11255
11256         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11257         Added funcattr hasStackParms will be set for reentrant functions when there
11258         are paramteres on the stack, this helps in minimizing frame pointer generation
11259         typeFromStr can handle function pointers now
11260
11261         * /doc/builtins.txt, /doc/TININative.txt:
11262         *** empty log message ***
11263
11264
11265 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11266
11267         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11268         ALPHA version for -mTININative
11269
11270         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11271         updated to reflect changes in the port structure
11272
11273         * /src/port.h:
11274         added function do_assemble (similar to do_link) if non-null this function
11275         will be called to do assembly (-mTININative) requires a multi command
11276         assembly
11277         added function genAssemblerEnd will be called to generate assembler Epilogue
11278
11279         * /src/SDCCsymt.c:
11280         added _JavaNative to debug info printing
11281
11282         * /src/SDCCmain.c: added option --tini-libid
11283         added port->do_assemble function (-mTININative) has a multi command assemble
11284
11285         * /src/SDCCglue.c: Disabled "constExpr" check
11286         added port->genAssemblerEnd function
11287
11288         * /src/SDCCglobl.h: Added option --tini-libid value
11289
11290         * /src/SDCCast.h:
11291         tookout optimizeCompare from the header (has no external references)
11292
11293         * /src/SDCCast.c: made one more function "static"
11294
11295 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11296
11297         * src/z80/mappings.i: Added z80asm support.
11298
11299         * src/z80/main.c: Added z80asm support on --asm=z80asm
11300
11301         * src/z80/gen.c: Fixed asm portability issues.
11302
11303         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11304
11305         * src/SDCCglue.c (printExterns): Added global/extern split.
11306
11307 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11308
11309         * support/regression/Makefile: added test for mcs51 model large
11310
11311         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11312
11313         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11314
11315 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11316
11317         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11318
11319 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11320
11321         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11322
11323         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11324
11325 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11326
11327         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11328
11329         * support/regression/tests/simplefloat.c: Port to mcs51.
11330
11331 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11332         * support/regression/tests/bug-485362.c: Added.
11333
11334         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11335
11336         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11337
11338         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11339
11340         * src/z80/gen.c (aopDump): Added a dump function.
11341
11342 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11343         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11344
11345         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11346
11347         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11348
11349         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11350
11351         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11352
11353         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11354
11355         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11356
11357         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11358
11359         * support/regression/ports/ds390/support.c: Use tinibios.
11360
11361         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11362
11363 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11364
11365         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11366         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11367
11368         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11369
11370         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11371
11372 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11373
11374         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11375
11376         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11377         (packRegsForIYUse): Created and optimised.
11378
11379 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11380
11381         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11382 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11383
11384         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11385
11386         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11387
11388         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11389
11390 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11391
11392         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11393
11394         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11395
11396 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11397
11398         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11399
11400         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11401
11402         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11403
11404 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11405
11406         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11407         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11408         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11409
11410         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11411
11412         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11413         (genNotFloat): Added.
11414         (genUminusFloat): Added.
11415
11416         * device/lib/z80/Makefile: Added floating pt stubs.
11417
11418         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11419
11420         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11421
11422         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11423
11424 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11425
11426         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11427
11428         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11429
11430         * sdcc/support/regression/Makefile: Add port ds390.
11431
11432         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11433
11434         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11435
11436         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11437
11438         * sdcc/support/regression/ports/ds390/support.c: Added.
11439
11440         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11441
11442         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11443
11444         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11445
11446 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11447
11448         * device/include/malloc.h: Added z80 and gbz80 support.
11449
11450         * device/lib/gbz80/heap.s: Added.
11451
11452         * device/lib/z80/heap.s: Added.
11453
11454         * device/lib/malloc.c: Added z80 and gbz80 support.
11455
11456         * support/regression/tests/malloc.c (testMalloc): Added.
11457
11458         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11459
11460         * support/regression/tests/bug-478094.c: Added.
11461
11462         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11463
11464 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11465
11466         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11467
11468         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11469
11470         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11471
11472         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11473
11474         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11475
11476 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11477
11478         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11479
11480 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11481
11482         * support/regression/tests/bug-477927.c: Added.
11483
11484         * src/z80/peeph.def: Added minor rules.
11485
11486         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11487
11488         * src/z80/peeph.def: Added jump optimisation modification.
11489
11490 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11491
11492         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11493
11494 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11495
11496         * support/regression/tests/funptrs.c: Added.
11497
11498 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11499
11500         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11501
11502 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11505
11506         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11507
11508         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11509         (movLeft2ResultLong): Created.
11510
11511         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11512         (joinPushes): Added.  Joins two char pushes into a word push.
11513
11514 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11515
11516         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11517
11518         * support/makebin/Makefile (install): Added creation of dest dir.
11519
11520 2001-10-24 Karl Bongers <karl AT turbobit.com>
11521
11522         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11523
11524 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11525
11526         * src/z80/ralloc.c: Turned off faulty pack for one use.
11527
11528         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11529
11530         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11531
11532 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11533
11534         * support/regression/Makefile: Improved clean
11535
11536         * support/regression/ports/gbz80/spec.mk: Added clean
11537
11538         * support/regression/ports/host/spec.mk: Added clean
11539
11540         * support/regression/ports/z80/spec.mk: Added clean
11541
11542         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11543
11544         * support/regression/ports/mcs51/timeout.c: little improvements
11545
11546 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11547
11548         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11549
11550         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11551
11552         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11553
11554 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11555
11556         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11557
11558         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11559
11560 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11561         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11562
11563         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11564
11565         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11566
11567         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11568
11569         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11570
11571         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11572
11573         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11574
11575         * support/regression/tests/longor.c: Added.
11576
11577 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11578
11579         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11580
11581         * as/mcs51/aslink.h: define PATH_MAX
11582
11583         * as/mcs51/asm.h: define PATH_MAX
11584
11585         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11586
11587         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11588
11589         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11590
11591         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11592
11593         * src/SDCCglobl.h: define PATH_MAX
11594
11595         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11596
11597         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11598
11599 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11600
11601         * src/z80/gen.c (gencjneshort): Fixed
11602
11603         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11604
11605 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11606
11607         * support/regression/tests/bug-469671.c: Added.
11608
11609         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11610
11611 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11612
11613         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11614
11615         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11616
11617 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11618
11619         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11620
11621         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11622
11623         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11624
11625         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11626
11627         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11628
11629         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11630
11631         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11632
11633 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11634
11635         * 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.
11636
11637         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11638
11639         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11640
11641 2001-10-07    <johan AT FRIJA>
11642
11643         * device/lib/gets.c (gets): fixed the return value.
11644
11645 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11646         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11647
11648         * 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.
11649
11650         * 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.
11651
11652         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11653
11654         * src/pic/gen.c: Removed Safe_strdup.
11655
11656         * configure.in: Added option to enable libgc support.
11657
11658         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11659         (bitVectUnion): Optimised.
11660         (bitVectIntersect): Optimised.
11661         (bitVectBitsInCommon): Optimised.
11662         (bitVectCplAnd): Optimised.
11663
11664         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11665
11666 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11667
11668         * src/SDCCmain.c: distinguish between assembler debug and plain options
11669
11670         * src/avr/main.c:   remove standard assembler options
11671
11672         * src/ds390/main.c: remove standard assembler options
11673
11674         * src/mcs51/main.c: remove standard assembler options
11675
11676         * src/port.h: removed "PENDING" comment
11677
11678 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11679
11680         * src/device/lib/_mulint.c  : new, with assember functions
11681
11682         * src/device/lib/_mullong.c : new, with assember functions
11683
11684         * src/device/lib/_divuint.c : with assember functions
11685
11686         * src/device/lib/_divsint.c : with assember functions
11687
11688         * src/device/lib/_divulong.c: with assember functions
11689
11690         * src/device/lib/_divslong.c: with assember functions
11691
11692         * src/device/lib/_moduint.c : with assember functions
11693
11694         * src/device/lib/_modsint.c : with assember functions
11695
11696         * src/device/lib/_modulong.c: with assember functions
11697
11698         * src/device/lib/_modslong.c: with assember functions
11699
11700         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11701
11702         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11703
11704         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11705                                       replaced _mululong.c and _mulslong.c by _mullong.c
11706
11707 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11708
11709         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11710
11711 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11712
11713         * src/SDCCglue.c: test, if win32api is available for MINGW
11714
11715 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11716
11717         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11718         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11719         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11720         * support/regression/ports/host/spec.mk: removed GENERIC
11721         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11722         * support/regression/ports/z80/spec.mk: removed GENERIC
11723
11724 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11725
11726         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11727
11728         * support/regression/tests/bug-467035.c: Created.
11729
11730 2001-10-01    <johan AT FRIJA>
11731
11732         * src/SDCC.y: fixed bug #466586 part 1
11733
11734 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11735
11736         * SDCCicode.c: z80 has no generic pointers
11737         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11738
11739 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11740
11741         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11742
11743 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11744
11745         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11746
11747         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11748
11749 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11750
11751         * configure.in: Fixed up so that ucsim is only configured once.
11752
11753         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11754
11755         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11756         (getPathDifference): As above.
11757
11758         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11759
11760         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11761
11762 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11763         * .version: Updated to 2.3.1
11764
11765         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11766         Added copyright header.
11767
11768         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11769         (assemble): Added support for macro based assembler commands.
11770         (linkEdit): Added support for macro based linker commands.
11771         (preProcess): Changed the pre-processor to use macros.
11772         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11773         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11774
11775         * device/lib/z80/crt0.s: Added module name for debugging.
11776
11777 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11778
11779         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11780
11781         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11782
11783         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11784
11785         * src/Makefile.in: Added SDCCmacro and SDCCutil
11786
11787 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11788
11789         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11790
11791 2001-09-16    <johan AT FRIJA>
11792
11793         * 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.
11794
11795 2001-09-15    <johan AT FRIJA>
11796
11797         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11798         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11799
11800 2001-09-11    <johan AT FRIJA>
11801
11802         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11803
11804 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11805
11806         * support/regression/tests/bug-460444.c: Added test case.
11807
11808         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11809         (genCast): Added justification for all of the asserts.
11810
11811 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11812
11813         * support/regression/support.c: _xdata replaced by xdata
11814
11815         * support/regression/spec.mk: removed _generic
11816
11817 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11818
11819         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11820
11821         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11822         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11823
11824         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11825
11826         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11827
11828         * support/regression/tests/bug-460010.c: Added test case.
11829
11830         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11831
11832 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11833
11834         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11835
11836         * support/regression/testfwk.c: removed workaround for bug #436344
11837
11838         * support/regression/tests/bp.c: use less memory with mcs51
11839
11840         * support/regression/tests/bug-441448.c: use less memory
11841
11842         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11843
11844         * support/regression/collate-results.py: typo
11845
11846 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11847
11848         * support/regression/tests/fetchoverlap.c: Added new test case.
11849
11850         * support/regression/tests/bp.c: Added new test case.
11851
11852         * support/regression/tests/bug-448984.c: Added new test case.
11853
11854         * support/regression/tests/pow2shifts.c: Added new test case.
11855
11856         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11857         (genlshTwo): Fixed right shift for count > 8.
11858
11859         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11860
11861 2001-09-08    <johan AT FRIJA>
11862
11863         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11864
11865 2001-09-07    <johan AT FRIJA>
11866
11867         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11868
11869         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11870
11871 2001-09-06    <johan AT FRIJA>
11872
11873         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11874         * bernhard noted me at this: "() equals to (void)" (1.38)
11875
11876 2001-09-05    <johan AT FRIJA>
11877
11878         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11879
11880 2001-09-04    <johan AT FRIJA>
11881
11882         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11883
11884
11885 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11886
11887         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11888
11889 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11890
11891         * link/z80/aslink.h: Fixed path for PATH_MAX
11892
11893 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11894
11895         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11896
11897         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11898
11899         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11900
11901         * 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.
11902
11903 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11904
11905         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11906         (genCmp): Fixed up genCmp for the GB with longs.
11907
11908         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11909
11910         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11911
11912         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11913
11914         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11915
11916 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11917
11918         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11919
11920 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11921
11922         * 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.
11923
11924         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11925
11926 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11927
11928         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11929
11930         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11931
11932 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11933
11934   * sim/ucsim/configure:    little improvement of Cygwin-detection
11935   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11936   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11937   * support/regression/tests/bug-221100.c: small changes for mcs51
11938   * support/regression/tests/bug-221168.c: small changes for mcs51
11939   * support/regression/tests/bug-227710.c: small changes for mcs51
11940   * support/regression/tests/staticinit.c: small changes for mcs51
11941   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11942   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11943   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11944
11945 $Revision$