sdcc:
[fw/sdcc] / ChangeLog
1 2006-07-10 Borut Razem <borut.razem AT siol.net>
2
3         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
4           device/lib/src/pic/libm/*.c in WIN32 installation
5
6 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
9         * src/pic16/glue.c (initPointer), fixed bug 1496419 for pic16
10
11 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
14
15 2006-07-06 Borut Razem <borut.razem AT siol.net>
16
17         * support/regression/tests/bitfields.c:
18           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
19         * support/regression/tests/constantRange.c:
20           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
21
22 2006-07-04 Borut Razem <borut.razem AT siol.net>
23
24         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
25           src/port.mk,
26           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
27           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
28           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
29           reverted changes from 2006-07-03
30         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
31         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
32           added CPPFLAGS, used by the host port
33
34 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
35
36         * support/regression/valdiag/tests/switch.c,
37         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
38         * support/regression/tests/libmullong.c: fixed for host
39         * support/regression/ports/host/spec.mk: disable all warnings for host,
40         SDCC runs with --less-pedantic too
41
42 2006-07-03 Borut Razem <borut.razem AT siol.net>
43
44         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
45           defined CPPFLAGS
46         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
47         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
48           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
49           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
50           include ../port.mk
51         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
52           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
53           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
54           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
55
56 2006-07-02 Raphael Neider <rneider AT web.de>
57
58         * src/pic16/devices.inc,
59         * device/include/pic16/pic18fregs.h,
60         * device/include/pic16/pic18f4550.h,
61         * device/lib/pic16/pics.all,
62         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
63
64 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
65
66         * as/hc08/lkaomf51.c (OutputName),
67         * as/mcs51/lkaomf51.c (OutputName),
68         * as/z80/asmain.c (asmbl),
69         * src/ds390/main.c (asmLineNodeFromLineNode),
70         * src/hc08/ralloc.c (hc08_assignRegisters),
71         * src/mcs51/main.c (asmLineNodeFromLineNode),
72         * src/xa51/ralloc.c (checkRegMask),
73         * src/xa51/gen.c (emitcode),
74         * src/z80/gen.c (_emit2),
75         * src/SDCCast.c (searchLitOp),
76         * src/SDCCglobl.h,
77         * support/packihx/packihx.c,
78         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
79         * src/ds390/gen.c (aopPutUsesAcc),
80         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
81         * support/regression/tests/libmullong.c (mullong_wrapper),
82         * src/SDCCsymt.c (powof2),
83         * src/SDCCast.c,
84         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
85         * src/SDCCsymt.h: added TYPE_TARGET_*
86         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
87         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
88         SDCCast because 1) header problems 2) this is the right place
89         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
90         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
91         prototype
92
93 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
94
95         * src/SDCCicode.h: removed buggy semicolon in unused macro
96         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
97         search for previous definiton of auto symbols too,
98         (findPrevUse): fixed logic of emitWarnings
99
100 2006-06-26 Raphael Neider <rneider AT web.de>
101
102         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
103           PCLATH and PCLATU on interrupts, potentially fixes #1505141
104
105 2006-06-25 Raphael Neider <rneider AT web.de>
106
107         * device/lib/pic/libm: NEW, added math library functions
108         * device/lib/pic/libsdcc: NEW; added float support functions
109         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
110         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
111           NEW, added math related headers
112         * device/include/asm/pic/features.h: NEW
113         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
114           (popGet): allow larger offsets for AOP_PCODE,
115           (genDataPointerSet): handle literals explicitly, more debug output,
116           (genAssign): fixed for float using aopLiteral ;-)
117         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
118           GOTO initialisation routine
119         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
120           flag on registers, fixes #1469043 (local variables do not work)
121         * src/pic/main.c (_pic14_do_link),
122         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
123           available
124
125 2006-06-25 Borut Razem <borut.razem AT siol.net>
126
127         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
128           characters printed (not including the trailing '\0' used to end
129           output to strings). Problem detected in regression test bug-927659.c.
130           NOTE: printf() family functions should return int instead
131           unsigned int!
132         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
133           specifier are printed as themselves
134         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
135           support flags, width and precision specifiers
136
137 2006-06-24 Borut Razem <borut.razem AT siol.net>
138
139         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
140           to the list of sdcc tagrets not supporting bit type
141         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
142           testfor pic16 due to bug:
143           [ 1511794 ] pic16: regression test bug-895992.c fails
144
145 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
148         * src/SDCCglue.c (initPointer), fixed bug 1496419
149         * support/regression/tests/bug1496419.c: new, added
150
151 2006-06-22 Borut Razem <borut.razem AT siol.net>
152
153         * support/regression/ports/pic16/support.c: use gpsim usart module from
154           libgpsim_modules library
155
156 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
157
158         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
159         IP0H to IPH0.
160
161 2006-06-19 Raphael Neider <rneider AT web.de>
162
163         * src/pic/glue.h,src/pic16/glue.h: added prototypes
164         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
165           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
166           (pic14printExterns,pic14printPublics,pic16printPublics,
167           pic16_printExterns): use new functions to emit symbols
168           (picglue,pic16glue): emit publics before emitting externs
169         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
170           locally defined functions to avoid bug #1443651
171         * support/regression/tests/bug-716242.c: removed pic16 workaround
172         * support/regression/ports/pic16/spec.mk: ignore errors during build
173
174 2006-06-19 Raphael Neider <rneider AT web.de>
175
176         * src/pic/glue.h: added pic14aopLiteral prototype
177         * src/pic/glue.c (pic14aopLiteral): return unsigned int
178         * src/pic/gen.c: removed stdint.h dependency
179           (aopGet): use Safe_strdup()
180           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
181           (genDataPointerSet): use pic14aopLiteral()
182         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
183           for pic16; thanks to Bernhard and Maarten
184
185 2006-06-18 Borut Razem <borut.razem AT siol.net>
186
187         * support/regression/tests/structflexarray.c: flexible array members
188           not supported by gcc < 3
189         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
190           GUI tool by default
191         * src/pic/gen.c: don't include [p]strdin.h on solaris
192         * support/Util/pstdint.h: addad svn attributes
193         * support/regression/tests/constantRange.c,
194           support/regression/tests/rotate.c: include inttypes.h instead
195           stdint.h on solaris, addad svn attributes
196
197 2006-06-18 Raphael Neider <rneider AT web.de>
198
199         * src/SDCCsymt.c (initCSupport): change return type of divschar to
200           int for PIC16
201         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
202           (pic16_genMinusBits): simplified sign-extension
203           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
204             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
205             adjusted to correctly handle mixed-signed operands, disabled
206             now unused multiplciation routines
207         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
208           (assignResultValue): added argument denoting the size of the result
209             as returned by the function (fixes upcasts in assigning from
210             function calls: char foo(); int i = foo();)
211           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
212             function result to assignResultValue
213           (genMult): disabled inlined multiplication code
214           (genDiv): augmented to also handle the modulus operator, fixed to
215             handle mixed-signed operands correctly
216           (genMod): simply call genDiv, disabled unused code
217           (genAssign): fixed missing (sign-)extension on result
218         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
219             valid char operands, allow signed operands for native code, added
220             division and modulo operator handling
221         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
222
223         As a consequence, onebyte.c (if split into two files) and muldiv.c
224         pass regression tests.
225
226 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
227
228         * doc/Makefile.in: two runs of makeindex seem needed to get
229         correct page references in the index of sdccman.pdf
230         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
231
232 2006-06-17 Borut Razem <borut.razem AT siol.net>
233
234         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
235
236 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
237
238         * doc/sdccman.lyx: updated, added (porting source code, debugging),
239         mentioned ec2drv and paulmon
240
241 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
242
243         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
244           consecutive abs areas
245           (find_empty_space, allocate_space): added map to handle codemap or
246            xdatamap,
247           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
248            absolute idata and xdata
249         * as/mcs51/lkmem.c (summary2): updated legend
250
251 2006-06-16 Raphael Neider <rneider AT web.de>
252
253         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
254
255 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
258           1208515
259         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
260
261 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
262
263         * src/port.h (struct PORT): added field gp_tags, to hold the tag
264         value of generic pointers,
265         * src/avr/main.c,
266           src/ds390/main.c,
267           src/hc08/main.c,
268           src/izt/i186.c,
269           src/izt/tlcs900h.c,
270           src/mcs51/main.c,
271           src/pic/main.c,
272           src/pic16/main.c,
273           src/xa51/main.c,
274           src/z80/main.c: PORT structure, added elements for gp_tags field,
275         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
276         fields in the PORT structure of each port,
277         * src/SDCCast.c (decorateType): allow processing of generic pointers
278         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
279         S_FIXED symbols
280
281 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * link/z80/lkgb.c,
284         * link/z80/lkgg.c,
285         * src/pic16/gen.c,
286         * src/pic16/main.c,
287         * src/pic16/pcode.c,
288         * src/pic/main.c,
289         * src/pic/pcoderegs.c,
290         * src/SDCCicode.c,
291         * src/SDCCmain.c,
292         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
293           bug 1504689 on minGW
294
295 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
296
297         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
298
299 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
300
301         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
302
303 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
306           for optimization
307
308 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
309
310         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
311         to a char variable. Fixed bug #1504211
312         * device/include/pic16/adc.h,
313         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
314         and fixed bug #1364390
315
316 2006-06-10 Borut Razem <borut.razem AT siol.net>
317
318         * CVSROOT: removed the CVS left-over
319
320 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * as/hc08/asmain.c (asexit),
323         * as/hc08/lkmain.c (lkexit),
324         * as/mcs51/asmain.c (asexit),
325         * as/mcs51/lkmain.c (lkexit),
326         * src/SDCCglue.c (DEFSETFUNC),
327         * src/SDCCmain.c (linkEdit, assemble),
328         * support/librarian/sdcclib.c (AddRel),
329           replaced unlink() by standard C remove()
330         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
331         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
332           gatherImplicitVariables): new, added to fix bug 608752,
333           (createFunction): added gatherImplicitVariables()
334         * src/SDCCast.h: added createRMW prototype
335         * src/SDCCsymt.h (struct symbol): added infertype
336         * support/regression/tests/bug608752.c: new, added
337
338 2006-06-10 Raphael Neider <rneider AT web.de>
339
340         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
341           multibyte dummy reads (fixes #1503234)
342
343 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * device/include/mcs51/compiler.h: new, added header file to enable
346           creating common sfr definition header files for different compilers
347
348 2006-06-05 Raphael Neider <rneider AT web.de>
349
350         * src/pic16/{pcode.h,genarith.c}:
351           introduced pCodeOp combining any two pCodeOps (previously only
352           two register operands could be combined), removed pcop2 from
353           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
354         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
355         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
356           rewritten to use new PO_TWO_OPS
357         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
358         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
359           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
360           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
361           (pic16_get_op): embraced return arg to allow #define return(x),
362             added new case for combined opcodes
363           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
364           (pic16_pCode2str,pic16_getRegFrompCodeOp,
365            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
366
367 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
368
369         * src/SDCCval.c (checkConstantRange): added
370         * src/SDCCval.h: added checkConstantRange
371         * support/Util/SDCCerr.c,
372         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
373         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
374         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
375         * src/SDCCast.c (decorateType): added checkConstantRange,
376         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
377         can be emitted with the correct always true/false warning,
378         added optimization for double '!';
379         result of decorateType() must be assigned back to the tree, because
380         decorateType() can change the tree
381         * src/SDCCicode.c (geniCodeLogic),
382         (geniCodeAssign): replaced new checkConstantRange, added warnings,
383         (checkConstantRange): removed, it was only a fragment which never
384         emitted a warning
385         * src/SDCCsymt.c (computeType): fixed promotion for
386         "-1 < (unsigned bit) b"
387         * src/pic/ralloc.c (packRegsForAssign),
388         * src/pic16/ralloc.c (packRegsForAssign),
389         * src/hc08/ralloc.c (packRegsForAssign),
390         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
391         from mcs51
392         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
393         * support/regression/tests/constantRange.c: added
394         * support/valdiag/tests/constantRange.c: added
395         * support/valdiag/valdiag.py: added -DPORT_HOST=1
396
397 2006-06-02 Borut Razem <borut.razem AT siol.net>
398
399         * support/regression/ports/pic16/support.c: increase stack size
400           to 255 bytes
401         * support/regression/Makefile.in: sort tests by name so that the
402           resutlts can be compared on different machines / platforms
403
404 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
405
406         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
407         * src/ds390/gen.c (emitLabel): new, added,
408           (genDjnz): fixed stack overflow bug,
409           (throughout): cosmetic changes to sync with mcs51/gen.c,
410           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
411         * src/mcs51/gen.c (genEndFunction): small optimization,
412           (throughout): cosmetic changes to sync with ds390/gen.c
413
414 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
415
416         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
417           (_print_format): fixed printing pointers
418         * src/mcs51/gen.c (emitLabel, movb): new, added,
419           (genAssign): small optimization,
420           (genDjnz): fixed stack overflow bug,
421           (throughout): replaced sprintf with SNPRINTF,
422           replaced mcs51_regWithIdx with REG_WITH_INDEX,
423           replaced emitcode("mov", "b,...") with MOVB(...),
424           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
425           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
426         * src/mcs51/peeph.def: added rules 140 and 264
427         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
428           so they may get optimized into registers
429
430 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
431
432         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
433           immediately when encountered,
434           (printUsage): always use stderr even on windows
435
436 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
437
438         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
439         (processParms): fixed bug #1247551
440         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
441         parseCmdLine, main): print '--version' to stdout,
442         print 'help' to stdout if --help is given,
443         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
444         arguments are given; fixed --help
445
446 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
447
448         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
449         * support/regression/tests/bug-1493710.c: added
450
451 2006-05-27 Borut Razem <borut.razem AT siol.net>
452
453         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
454           static instead auto
455         * support/regression/ports/pic16/support.c: increase stack size
456           from default 64 bytes to 128 bytes
457         * support/regression/tests/staticinit.c,
458           support/regression/tests/float.c: regression tests fully enabled
459           for pic16 port by putting the initialized data arrays into the code
460           section
461         * support/regression/ports/pic16/spec.mk: don't link default libraries.
462           This was changed by mistake in the previous version.
463
464 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
465
466         * src/pic16/gen.c (genFunction, genEndFunction): some
467         beautifications, fixed bug with falsely restoring FSR2 in large
468         stack model, thanks to Beau E. Cox for reporting the bug
469
470 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * debugger/mcs51/break.c,
473         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
474           use %p to print pointers, made address variables unsigned
475         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
476         * debugger/mcs51/symtab.c (parseSymbol): must return something
477         * src/mcs51/gen.c (aopForSym): small optimization,
478            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
479           (freeAsmop): added missing break,
480           (aopPut): removed parameter bvolatile, determine it inside the function,
481           (saveRegisters, unsaveRegisters): small optimization,
482           (genIpush): removed pointless check,
483           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
484           replaced sprintf with SNPRINTF,
485           replaced strcpy with strncpyz,
486           updated aopPut calls,
487           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
488         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
489
490 2006-05-24 Borut Razem <borut.razem AT siol.net>
491
492         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
493           modification of test for the pic16 port, put the array to the code
494           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
495
496 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
497
498         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
499         * support/Util/pstdint.h: added
500
501 2006-05-22 Borut Razem <borut.razem AT siol.net>
502
503         * src/regression/Makefile: removed bool2.c test, added -q linker option
504         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
505           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
506           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
507           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
508           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
509           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
510           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
511           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
512           define SUPPORT_BIT_TYPES 0, removed unused bit variables
513
514 2006-05-22 Raphael Neider <rneider AT web.de>
515
516         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
517           bug #1492360 (problematic due to generic pointers, see code)
518
519 2006-05-22 Borut Razem <borut.razem AT siol.net>
520
521         * support/regression/ports/pic16/specs.mk: removed stack size linker
522           directive
523         * support/regression/tests/array.c,
524           support/regression/tests/bitopcse.c,
525           support/regression/tests/bug-908454.c,
526           support/regression/tests/malloc.c: modified for pic16 regression test
527         * support/regression/tests/bitfields.c:
528           pic16 - excluded bitfileds of size > 8
529         * support/regression/tests/bp.c: pic16 - reduced data size
530         * support/regression/tests/bug-221100.c: pic16 - reduced data size
531         * support/regression/tests/bug-460010.c:
532           pic16 - used the absolute address the fits in memory
533         * support/regression/tests/bug-716242.c:
534           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
535         * support/regression/tests/float.c:
536           pic16 - excluded - data size too big
537         * support/regression/tests/onebyte.c:
538           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
539         * support/regression/tests/shifts.c:
540           pic16 - function names probably have to differ in first X characters
541           (gpasm limitation?)
542         * support/regression/tests/staticinit.c:
543           pic16 - excluded some tests due error: no target memory available for
544           section ".idata"
545
546 2006-05-22 Borut Razem <borut.razem AT siol.net>
547
548         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
549           second try. Thanks Stas Sergeev once more.
550
551 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
552
553         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
554           (genLeftShift, genRightShift): fixed bug 1491627
555         * src/hc08/peeph.def (rules 7, 8.x): added
556         * support/regression/tests/shifts.c (ShiftLeftByParam,
557           ShiftRightByParam, testShiftByParam): added to test variable shifting
558
559 2006-05-20 Raphael Neider <rneider AT web.de>
560
561         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
562         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
563           (allocReg): add only new registers to dynAllocRegs,
564           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
565             #1489055, #1445850, and probably #1483693
566
567 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
568
569         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
570         bug in for-loop that didn't emit the last of CONFIG and ID registers
571
572 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
575           with offset
576         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
577           1489016, 1434401 and 1490124
578         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
579           1489016, 1434401 and 1490124
580
581 2006-05-17 Borut Razem <borut.razem AT siol.net>
582
583         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
584           thanks Stas Sergeev
585
586 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * device/include/mcs51/P89c51RD2.h,
589         * device/include/mcs51/P89LPC901.h,
590         * device/include/mcs51/P89LPC922.h,
591         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
592
593 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
594
595         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
596         to fix missing stack pragma in compiled binary object file,
597
598 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
599
600         * support/packihx/configure.in,
601         * support/packihx/configure: removed warning, autoconf >= 2.5x can
602         determine sizeof basic types even while cross compiling
603
604 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
605
606         * src/avr/gen.c (aopop),
607         * src/ds390/gen.c (aopOp),
608         * src/hc08/gen.c (aopOp),
609         * src/mcs51/gen.c (aopop),
610         * src/pic16/gen.c (pic16_aopOp),
611         * src/pic/gen.c (aopOp),
612         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
613         if size of operand is smaller than spill location
614
615 2006-05-12 Borut Razem <borut.razem AT siol.net>
616
617         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
618           have to have CR/LF line endings even if they are checked out on *nix
619           or on WIN32 in cygwin binmode
620
621 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
622
623         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
624         * device/include/ds80c390.h: added sfr16 definitions
625         * src/ds390/gen.c,
626         * src/ds390/gen.h,
627         * src/ds390/main.c,
628         * src/ds390/ralloc.c,
629         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
630           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
631           bit returning functions
632         * support/regression/tests/sfr16.c: enabled test on ds390
633
634 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
635
636         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
637         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
638
639 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
640
641         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
642         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
643           (cl_address_space constructor): removed expensive initialization,
644           (cl_address_space::get_cell): extended for late initialization,
645           (cl_address_space::*): use late initialization,
646           (cl_address_decoder::activate): removed expensive initialization,
647           This reduced regression test running time by 25%
648
649 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
650
651         * packihx/,
652         * configure.in,
653         * configure,
654         * sdcc.dsw,
655         * Makefile.bcc,
656         * Makefile.in,
657         * support/packihx/Makefile.in,
658         * support/packihx/clean.mk,
659         * support/packihx/Makefile.bcc,
660         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
661
662 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
663
664         * src/SDCCval.c (valNot): fix for regression test failure
665           of not.c on big endian hosts
666
667 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
668
669         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
670
671 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
672
673         * device/lib/mcs51/Makefile.in: changed string comparison operator
674           to = for POSIX compliance; == is bash extension
675
676 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
679           kosmonaut_pirx
680
681 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
682
683         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
684         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
685         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
686         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
687         bug report #1478657,
688
689 2006-05-05 Borut Razem <borut.razem AT siol.net>
690
691         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
692           making the html
693
694 2006-05-02 Borut Razem <borut.razem AT siol.net>
695
696         * doc/Makefile.in: removed *.ind dependency since there is no rule to
697           create *.ind, which made make to fail if invoked with -j 2
698
699 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
702           Hubert Sack for patch 1479782
703
704 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
705
706         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
707
708 2006-05-01 Raphael Neider <rneider AT web.de>
709
710         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
711           (create_pic): store only prefix-free device name,
712           (init_pic): check for device names with "16" prefix,
713           (list_valid_pics),
714         * src/pic/device.h (struct PIC_device),
715         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
716             stored device name,
717         * device/include/pic/pic12f{635,675,629,683}.h,
718         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
719         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
720         * device/include/pic/pic16f505.h,
721         * device/lib/pic/libdev/pic16f505.c: removed
722         * device/include/pic/pic14devices.txt: added support for pic12f
723             devices, removed unsupported non 16-bit devices
724             [above changes provided by patch from Zik Saleeba]
725         * src/pic/*, src/pic16/*, device/include/pic16/*,
726           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
727
728 2006-05-01 Borut Razem <borut.razem AT siol.net>
729
730         * configure.in, configure, doc/Makefile.in:
731           sync with nightly build makefile - latex, dvipdf and dvips
732           not needed any more
733
734 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
735
736         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
737         in the library source
738
739 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
740
741         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
742
743 2006-04-28 Raphael Neider <rneider AT web.de>
744
745         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
746         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
747           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
748         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
749
750 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
751
752         * device/lib/pic/libdev/Makefile.in,
753         * device/lib/hc08/Makefile.in,
754         * device/lib/gbz80/Makefile.in,
755         * device/lib/z80/Makefile.in,
756         * device/lib/ds390/Makefile.in,
757         * device/lib/ds400/Makefile.in: added srcdir to include search path,
758         thanks to Borut for the bug report
759         * configure.in,
760         * configure: always create doc/Makefile independent from --enable-doc
761         * Makefile.in: always install from directory doc independent from
762         --enable-doc
763         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
764         removed
765         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
766         * doc/Makefile.in: install *.txt if present
767         * device/include/Makefile.in (install): added installation of pic/*.inc
768         and pic/*.txt files again, they were erroneously removed
769
770 2006-04-28 Raphael Neider <rneider AT web.de>
771
772         * src/pic/{gen.c,main.h,pcode.c},
773         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
774             concerning signedness with casts
775
776 2006-04-28 Raphael Neider <rneider AT web.de>
777
778         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
779             definition of an interrupt handler,
780         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
781             interrupt handler stuff from picglue() to separate routine,
782           (picglue): enabled definition of intr handlers in files w/o main()
783
784 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
785
786         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
787           compilation with MSVC 2005 Express Edition (VC8)
788
789 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
790
791         * device/lib/Makefile: fixed build of gbz80 lib
792
793 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * support/regression/tests/bug-460010.c,
796         * support/regression/tests/bug-524691.c,
797         * support/regression/tests/bug-716242.c: removed conditional defines
798           that are already in testfwk.h
799
800 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
801
802         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
803           (AccAXRsh1): added, shift right by 1,
804           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
805            AccAXLrl1
806         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
807
808 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
809
810         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
811         remove cast to same type
812         * src/SDCCast.c (decorateType): fix for RFE 1475742,
813         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
814         * as/z80/Makefile,
815         * link/z80/Makefile: removed, they have moved to
816         Makefile.in files
817         * configure,
818         * configure.in: replaced duplicate message about ucsim by missing sdcpp
819         * install-sh: fix bug #1204398 by setting umask 0022
820         * device/lib/Makefile: separate build of z80 and gbz80 lib
821
822 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
823
824         Enabled VPATH feature: changed nearly all Makefiles (149 files).
825         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
826
827         One basic decision: e.g. src/clean.mk includes further files. In order
828         to make this work there are two solutions:
829         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
830           run configure on them. This way they can use
831           'include $(srcdir)/port-clean.mk'
832         - always include clean.mk by the Makefile at the same level. To avoid
833           that `make clean` tries to include and build Makefile.dep the
834           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
835           implemented, because now even `make uninstall` doesn't create
836           Makefile.in. clean.mk could be eliminated by pasting it in
837           Makefile.in.
838
839         * debugger/mcs51/Makefile.in: build own objects from library sources
840         (SLIB, SDCC) in current directory
841
842         * configure, configure.in: renamed --disable-device-lib-build in
843         --disable-device-lib; added --enable-doc, the required tools are
844         searched by configure; added result message; the toolchain for the
845         belonging ports are now only built, if the port is enabled.
846
847         * support/regression/*: all output is written in directory gen, because
848         the fwk and ports directories don't livet in the build tree using vpath
849
850         * doc/sdccman.lyx: renamed --disable-device-lib-build to
851         --disable-device-lib, added --enable-doc, added section VPATH
852
853         * sim/ucsim/configure.in,
854         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
855         z80 are enabled by default
856
857 2006-04-24 Raphael Neider <rneider AT web.de>
858
859         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
860             to config word, "pic14_"-prefixed some extern functions
861           (pic14_emitConfigWord): emit __config directive(s) if assignment to
862             config word has been found
863         * src/pic/device.h: added prototypes
864         * src/pic/pcode.c: added "pic14_"-prefix where needed
865         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
866             fixup
867         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
868             words,
869           (pic14emitRegularMap): ignore config words,
870           (pic14createInterruptVect): moved generating __config directives away
871           (picglue): have __config directives emitted
872
873 2006-04-24 Borut Razem <borut.razem AT siol.net>
874
875         * doc/Makefile: sync with nightly build makefile
876
877 2006-04-24 Raphael Neider <rneider AT web.de>
878
879         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
880             registers that have not been assigned proper liveranges,
881             fixes #1469504 and #1474602,
882           (pCodeRegOptimizeRegUsage): fixed typo in comment
883
884 2006-04-24 Borut Razem <borut.razem AT siol.net>
885
886         * device/examples/main8051.c: deleted - it was removed from CVS
887           24.mar.2000 and after that modified 18.feb.2001, so it reappered
888           after the transition to Subversion
889         * src/SDCCalloc.h: deleted - it was removed  from CVS
890           3.feb.2001 and after that modified 18.feb.2001, so it reappered
891           after the transition to Subversion
892         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
893           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
894           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
895           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
896
897 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
898
899         * as/asx8051.dsp: added mcs51/strcmpi.h
900         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
901         * as/hc08/aslink.h: updated lnksect prototype
902         * as/hc08/asm.h,
903         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
904         * as/hc08/asmain.c,
905         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
906           (newdot): handle A_ABS
907         * as/hc08/asout.c,
908         * as/mcs51/asout.c (outarea): output address
909         * as/hc08/lkaomf51.c,
910         * as/mcs51/lkaomf51.c: disabled unused array UsageType
911         * as/hc08/m08pst.c,
912         * as/mcs51/i51pst.c,
913         * as/z80/z80pst.c: "ABS" is not A_OVR
914         * as/hc08/lkarea.c (newarea): read a_addr,
915           (lnkarea): added codemap array, sort absolute areas to the front,
916            combine all GSINITx/GSFINAL,
917           (find_empty_space, allocate_space): new functions,
918           (lnksect): return next address, handle absolute sections
919         * as/mcs51/lkarea.c (newarea): read a_addr,
920           lnksect2 prototype changed,
921           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
922           (find_empty_space, allocate_space): new, factored out of lnksect2,
923           (lnksect2): return next address, handle absolute sections
924         * as/hc08/lkhead.c,
925         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
926         * as/hc08/lklibr.c (addfile, fndsym),
927         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
928           index out of range and detect both '\' and '/'
929         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
930         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
931           regression tests (ds390 cannot return bool yet)
932         * doc/sdccman.lyx: changed version number, document changed --no-peep,
933           document critical interrupts on z80, document changed SDCC define
934         * src/asm.c (_asxxxx_mapping): fixed .org directive,
935           (_a390_mapping): added .org directive
936         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
937           (genMultOneByte): fixed warnings
938         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
939           ones
940         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
941         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
942           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
943         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
944         * src/pic16/main.c: removed newReg prototype
945         * src/pic16/pcode.c,
946         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
947           warnings
948         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
949           ones
950         * src/pic16/ralloc.c
951         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
952           to fix warnings
953         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
954           from short to PIC_OPTYPE
955         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
956         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
957           optype from short to PIC_OPTYPE
958         * src/port.h: made int_size unsigned to fix warnings
959         * src/SDCC.y: fixed warning on MSVC
960         * src/SDCCicode.c (getArraySizePtr): return unsigned int
961         * src/SDCCopt.c (convertToFcall): fixed warnings
962         * src/SDCCsymt.h: removed double prototype for genSymName
963         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
964           offset int to fix warnings
965
966 2006-04-22 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-21 Borut Razem <borut.razem AT siol.net>
972
973         * doc/sdccman.lyx, */Makefile, */Makefile.in:
974           references to CVS replaced with Subversion
975
976 2006-04-19 Borut Razem <borut.razem AT siol.net>
977
978         * src/version.awk: adapted for svn
979         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
980           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
981           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
982           /binutils-avr/etc/*.vi, *.jin: removed all properties
983           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
984
985 2006-04-19 Borut Razem <borut.razem AT siol.net>
986
987         * CVS to Subversion migration completed
988
989 2006-04-18 Borut Razem <borut.razem AT siol.net>
990
991         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
992           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
993
994 2006-04-17 Borut Razem <borut.razem AT siol.net>
995
996         * device/include/Makefile.in: added pic/*.inc to the installation
997
998 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
999
1000         * support/regression/collate-results.py: fixed output in case of
1001         a valdiag error
1002         * support/regression/generate-cases.py: fixed splitting of pathnames
1003         with dots
1004         * as/hc08/lklibr.c (addfile),
1005         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1006
1007 2006-04-11 Raphael Neider <rneider AT web.de>
1008
1009         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1010         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1011         * src/pic16/pcode.c (assignValnums): fixed #1460578
1012
1013 2006-04-11 Raphael Neider <rneider AT web.de>
1014
1015         * device/lib/pic/libdev/*.c,
1016         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1017           fixes #1468739, enables compilation in --std-c99 mode
1018         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1019
1020 2006-04-11 Raphael Neider <rneider AT web.de>
1021
1022         * src/pic/device.c (find_device): removed debug output
1023           (list_valid_pics): enabled verbose listing of supported devices
1024         * device/include/stdbool.h: define bool as char for pic14/16 as well
1025
1026 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1027
1028         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1029
1030 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1031
1032         * .version: bumped version to 2.5.6
1033         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1034
1035 2006-04-06 Raphael Neider <rneider AT web.de>
1036
1037         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1038         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1039         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1040           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1041             pic14_constructAbsMap
1042           (pic14printPublics): declare absolute global symbols as global
1043           (pic14createInterruptVect),
1044         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1045           (newReg): assume new registers unused, use correct name in
1046             hashtable (reg->name instead of name), more debugLog output
1047         * src/pic/device.h (PIC_device): added fields for verbose output
1048         * src/pic/device.c: moved device definition to pic14devices.txt,
1049             added routines for runtime parsing of pic14devices.txt,
1050             added support for second config word
1051         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1052           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1053           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1054           (_pic14_parseOptions): moved pCodeInitRegisters here
1055           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1056         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1057           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1058             handling the pseudo stack
1059         * device/lib/Makefile.in: ignore failures in objects-pic16,
1060         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1061         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1062         * device/lib/pic/Makefile.subdir,
1063         * device/lib/pic16/Makefile.subdir: improved clean rules
1064         * device/lib/pic/libdev/: NEW, pic14 device libraries
1065         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1066         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1067         * device/include/Makefile.in: create subdir and install pic14 headers
1068         * device/include/pic/p16f_common.inc: removed unused declarations
1069         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1070             PICs from inc2h.pl v1.6,
1071             replaced BIT_AT macros with struct declarations
1072         * device/include/pic/pic14devices.txt: definition of supported devices,
1073             all above improvements contributed by Zik Saleeba, thanks
1074         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1075         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1076             headers
1077
1078 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1081         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1082           thanks to Charles Olds
1083
1084 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1085
1086         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1087
1088 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1089
1090         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1091         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1092         * support/regression/bug1464657.c: added, new test
1093
1094 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1095
1096         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1097           version number
1098
1099 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1100
1101         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1102           --no-peep and --peep-file <file> are used don't use default rules but
1103           do use the <file>
1104
1105 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1106
1107         * src/mcs51/gen.c (genCall): fixed bug 1457608
1108
1109 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1110
1111         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1112         changes seem to cause (trigger?) problems with the build system.
1113
1114 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1115
1116         * src/SDCCpeeph.c (operandsLiteral): new, added,
1117           (callFuncByName): inserted operandsLiteral
1118         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1119
1120 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1121
1122         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1123         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1124
1125 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1126
1127         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1128           implemented patch 1120823 Thanks to Willy De la Court (normal
1129           interrupts need an interrupt number now if they are made critical),
1130           and enabled nesting of critical functions though not for gbz80
1131           (genCritical, genEndCritical): added functions
1132           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1133         * src/z80/mappings.i: added "ei" to all mappings
1134
1135 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1136
1137         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1138         submitted by the Debian SDCC maintainer Aurelien Jarno:
1139         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1140         archive with gcc 4.1 on mips and wrote the patch"
1141
1142 2006-03-16 Raphael Neider <rneider AT web.de>
1143
1144         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1145           the left operand is shorter than the result (c* = lit-c* + int),
1146           fixes bug #1450796
1147         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1148           OP_SYMBOL
1149
1150 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1151
1152         * src/.version: increased version number to 2.5.5
1153         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1154         linking is done manually in pic16 port's _linkEdit,
1155         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1156         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1157         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1158         allocate asmop as AOP_ACC,
1159         (aopForRemat): added parameter 'bool result' in function declaration,
1160         (pic16_aopGet): return AOP_ACC when accessing WREG,
1161         (pic16_popGetTempReg): minor modification,
1162         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1163         'pic16_allocWithIdx',
1164         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1165         calling function in absolute addresses,
1166         (genAssign): take into account AOP_ACC asmop,
1167         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1168         * src/pic16/pcoderegs.c: some debug functions and lines added,
1169         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1170         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1171         register too,
1172         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1173         call to allocReg, not by manually allocating a new one,
1174         (pic16_assignRegisters): now before going through the register
1175         allocating functions mark all registers as free. This eliminates some
1176         side effects resulting from peephole parser done earlier in the backbone
1177
1178 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/SDCCicode.c (geniCodeLogic),
1181         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1182
1183 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1184
1185         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1186           (genSend): bugfix, do not allocate and free twice,
1187           (shiftRLong): handle partially overlapping aops
1188         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1189
1190 2006-03-08 Borut Razem <borut.razem AT siol.net>
1191
1192         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1193           for pic16
1194
1195 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1196
1197         * support/regression/tests/bug1409955.c: new, added
1198         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1199         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1200           (aopForSym, aopOp): increment asmop.allocated if reused,
1201           (freeAsmop): decrement asmop.allocated and check for zero instead of
1202           using asmop.freed,
1203           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1204           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1205            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1206            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1207            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1208            genSignedRightShift, genRightShift, genDataPointerGet,
1209            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1210            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1211             in reverse order from allocation,
1212           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1213             added swappedLR to keep track
1214         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1215           pdata & code for GCC, z80, gbz80 & hc08
1216         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1217
1218 2006-03-08 Raphael Neider <rneider AT web.de>
1219
1220         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1221
1222 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1225         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1226         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1227
1228 2006-03-06 Borut Razem <borut.razem AT siol.net>
1229
1230         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1231           made the linker quiet
1232
1233 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1234
1235         * src/pic16/gen.c (genPcall): fixed bug #1443644
1236         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1237         which dumps before the function entry point a data byte which represents
1238         the number of the local variables used by the specified function, added
1239         'xinst' for initial support for Extended Instruction Support,
1240         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1241         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1242         port->fun_prefix anymore (may change later),
1243         (genFunction, genEndFunction): do not store/restore local registers for
1244         _main (this should take care the --main-return command line option in
1245         the future),
1246         (genOr): removed some legacy pic-port instructions,
1247         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1248         performing operations with SFR's causes data to be written more than
1249         once to each SFR. Perhaps SFRs should be handled in special cases...
1250         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1251         pcode.h
1252         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1253         into account for stack starting position,
1254         (struct OPTIONS pic16_optionsTable): added command line argument
1255         --extended or -y for Extended Instruction Support,
1256         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1257         (deassignLRs): *** perhaps the most important change, old 'for' code
1258         (commented out for reference), didn't account for some registers which
1259         were left marked 'not free' after a pointer operation. The change
1260         reduces register usage a lot in some cases
1261
1262 2006-03-04 Borut Razem <borut.razem AT siol.net>
1263
1264         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1265           _clean
1266         * support/regression/tests/bug-524697.c: decreased array size for
1267           mcs51 to fit into the internal RAM
1268         * support/regression/Makefile.in: a little bit more verbose
1269
1270 2006-03-03 Borut Razem <borut.razem AT siol.net>
1271
1272         * support/regression/fwk/lib/testfwk.c,
1273           support/regression/fwk/include/testfwk.h: introduced function
1274           _prints(), nonrecursive _printn(), call _initEmu() from main()
1275         * support/regression/ports/gbz80/support.asm,
1276           support/regression/ports/ucz80/support.asm,
1277           support/regression/ports/z80/support.asm,
1278           support/regression/ports/ds390/support.c,
1279           support/regression/ports/hc08/support.c,
1280           support/regression/ports/host/support.c,
1281           support/regression/ports/mcs51/support.c,
1282           support/regression/ports/xa51/support.c: added empty _initEmu()
1283           function
1284         * support/regression/ports/pic16/gpsim.cmd,
1285           support/regression/ports/pic16/spec.mk,
1286           support/regression/ports/pic16/support.c,
1287           support/regression/Makefile.in: added pic16 regression test
1288
1289 2006-03-01 Raphael Neider <rneider AT web.de>
1290
1291         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1292           genConstPointerGet): use safe way of generating MOVFF to cover
1293             literals as well as registers, fixes bug #1440527
1294         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1295             dereference
1296           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1297             more correctly, fixes bug #1232186
1298           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1299         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1300             gplink guess the correct processor in more cases, applied patch
1301             from Till Riedel attached to and fixing bug #1436552
1302
1303 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1304
1305         * support/regression/tests/array.c: added, contains check for #1434401
1306         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1307
1308 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1309
1310         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1311         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1312         * device/include/mcs51/c8051f326.h,
1313         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1314         * device/include/mcs51/c8051f000.h,
1315         * device/include/mcs51/c8051f018.h,
1316         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1317           PCON_IDLE,PCON_STOP and added sfr16 definitions
1318
1319 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1320
1321         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1322           genGetWord): fixed bug 1409955
1323
1324 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1325
1326         * device/include/hc08/mc68hc908gp32.h,
1327         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1328
1329 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1330
1331         * src/SDCCast.c (constExprValue): return NULL if not a value
1332         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1333         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1334         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1335
1336 2006-02-13 Borut Razem <borut.razem AT siol.net>
1337
1338         * src/regression/ptrarg.c: added, fails due to bug #1430967
1339         * src/regression/Makefile: ptrarg.c added, ...
1340
1341 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1342
1343         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1344         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1345
1346 2006-02-11 Borut Razem <borut.razem AT siol.net>
1347
1348         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1349           print "Processor: xxx" message to stdout only if --verbose
1350
1351 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1352
1353         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1354         * support/regression/tests/bug1426356.c: added
1355         * support/regression/tests/bitfields.c: removed 2 tests
1356
1357 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1358
1359         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1360         * device/include/mcs51/c8051f330.h,
1361         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1362           PCON_IDLE,PCON_STOP and added sfr16 definitions
1363         * device/lib/_divsint.c,
1364         * device/lib/_divuint.c,
1365         * device/lib/_divulong.c,
1366         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1367           register bank bug for small stackauto
1368
1369 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1372
1373 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1376         * all.dsp: corrected several bin paths
1377         * device/include/mcs51/c8051f120.h,
1378         * device/include/mcs51/c8051f300.h,
1379         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1380           to PCON_IDLE,PCON_STOP
1381         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1382         * device/lib/printf_large.c (output_float): fixed bug 1388703
1383         * support/regression/tests/bug1057979.c: added test for bug 1388703
1384
1385 2006-02-08 Raphael Neider <rneider AT web.de>
1386
1387         * src/pic/pcode.c (pciTRIS): fixed typo,
1388           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1389           (LinkFlow): fixed handling of flows that end in a call,
1390           (ReuseReg): perform safety check earlier
1391         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1392             to work with flows at the beginning of a pBlock,
1393             fixes #1426557 (Symbol not previously defined),
1394           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1395             usage information
1396           (RemoveUnusedRegisters): update register usage info
1397         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1398             created, reuse existing ones instead
1399         * src/pic/gen.c (genPcall): fixed #1424719
1400
1401 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1402
1403         * link/z80/lkmain.c,
1404         * link/z80/lklex.c,
1405         * link/z80/lkdata.c,
1406         * link/z80/aslink.h: fixed build on current cygwin:
1407         replaced getline() by lk_getline()
1408
1409 2006-02-01 Borut Razem <borut.razem AT siol.net>
1410
1411         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1412           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1413           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1414           src/regression/bool1.c, src/regression/bool2.c,
1415           src/regression/bool3.c, src/regression/call1.c,
1416           src/regression/compare.c, src/regression/compare10.c,
1417           src/regression/compare2.c, src/regression/compare3.c,
1418           src/regression/compare4.c, src/regression/compare5.c,
1419           src/regression/compare6.c, src/regression/compare7.c,
1420           src/regression/compare8.c, src/regression/compare9.c,
1421           src/regression/configword.c, src/regression/for.c,
1422           src/regression/inline.c, src/regression/mult1.c,
1423           src/regression/nestfor.c, src/regression/or1.c,
1424           src/regression/pointer1.c, src/regression/ptrfunc.c,
1425           src/regression/rotate1.c, src/regression/rotate2.c,
1426           src/regression/rotate3.c, src/regression/rotate4.c,
1427           src/regression/rotate5.c, src/regression/rotate6.c,
1428           src/regression/rotate7.c, src/regression/string1.c,
1429           src/regression/struct1.c, src/regression/sub.c,
1430           src/regression/sub2.c, src/regression/switch1.c,
1431           src/regression/while.c, src/regression/xor.c,
1432           src/regression/create_stc, src/regression/simulate,
1433           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1434           regression tests
1435         * src/regression/gpsim_assert.h: added
1436
1437 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1438
1439         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1440         ((void (code *) (void)) 0) ();
1441         * as/hc08/aslex.c,
1442         * as/hc08/aslink.h,
1443         * as/hc08/asm.h,
1444         * as/hc08/asmain.c,
1445         * as/hc08/lkdata.c,
1446         * as/hc08/lklex.c,
1447         * as/hc08/lkmain.c,
1448         * as/mcs51/aslex.c,
1449         * as/mcs51/aslink.h,
1450         * as/mcs51/asm.h,
1451         * as/mcs51/asmain.c,
1452         * as/mcs51/lkdata.c,
1453         * as/mcs51/lklex.c,
1454         * as/mcs51/lkmain.c,
1455         * as/z80/aslex.c,
1456         * as/z80/asm.h,
1457         * as/z80/asmain.c: fixed build on current cygwin:
1458         replaced getline() by as_getline()
1459
1460 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1461
1462         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1463         declarator in the symbol chain
1464         * src/SDCCsymt.h,
1465         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1466         parameter list for function pointers
1467         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1468         * support/regression/tests/bug-716242.c: added
1469
1470 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1471
1472         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1473         offset if possible
1474         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1475
1476 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1477
1478         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1479         inifinitely recurseable, added static
1480         * support/regression/tests/bug-1408066.c: added
1481
1482 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1483
1484         * src/SDCCicode.h,
1485         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1486         renamed, added possibility to create "postLoopLbl"-labels
1487         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1488         newiTempLoopHeaderLabel
1489         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1490         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1491         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1492         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1493         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1494         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1495         (basicInduction): fixed bug #136564, made static,
1496         (loopInduction): changed parameter of basicInduction, made static,
1497         (addPostLoopBlock): added
1498         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1499         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1500         findLoopEndSeq
1501         * support/regression/tests/bug-136564.c: added
1502         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1503         --std-sdcc99 to LIBSDCCFLAGS
1504
1505 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1506
1507         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1508         while loop
1509         * support/regression/tests/bug-1406131.c: added
1510
1511 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1512
1513         * src/SDCCast.c (decorateType): fix promotion of unary minus
1514         * src/SDCCsymt.c (computeType): beautified
1515         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1516         (valUnaryPM, valComplement): fix sign and promotion,
1517         (valNot): ANSI: result type is int (SDCC: unsigned char)
1518         * support/regression/tests/uminus.c: speedup by removing superflous
1519         test case 'int'
1520         * support/regression/tests/onebyte.c: added promotion and signedness
1521         tests for unary minus
1522         * support/regressions/tests/bug-477927.c: disable warning about
1523         uninitialized variables
1524         * support/regression/tests/not.c: added
1525
1526 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1527
1528         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1529         * src/mcs51/gen.c (gen51Code): show final register usage after
1530         fillGaps in asm with --i-code-in-asm
1531         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1532         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1533         incUsed, rliveClear, adjustIChain): made static,
1534         (setFromRange): excluded because it's unused,
1535         (findPrevUseSym, markWholeLoop): added,
1536         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1537         through all branches of predecessors enables sdcc to emit the warning
1538         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1539         (rlivePoint): made static, added parameter emitWarnings which is only
1540         true during the first run out of two,
1541         (findRecursiveSucc, findRecursivePred): removed,
1542         (computeLiveRanges): made static, added parameter emitWarnings,
1543         (dumpIcRlive): added for debugging only
1544         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1545         removed prototype of setFromRange()
1546         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1547         in call of computeLiveRanges()
1548         * support/regression/tests/bug-895992.c: added
1549         * support/regression/tests/bug-971834.c: added
1550         * support/valdiag/tests/bug-895992.c: added
1551         * support/valdiag/tests/bug-971834.c: added
1552
1553 2005-12-18 Raphael Neider <rneider AT web.de>
1554
1555         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1556           (genUnpackBits): improved code for direct operands,
1557           (genPackBits): improved code for literal assignment to bitfields
1558             and for direct destination operands (no FSR indirection),
1559             prevented redundant AND, fixes #1362800,
1560           (AccLsh): added parameter to disable masking of the result
1561         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1562           skip instructions with side-effects (like incfsz),
1563           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1564         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1565         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1566           fixes #1375263
1567
1568 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1569
1570         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1571         volatile variables as spill location
1572
1573 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1574
1575         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1576         replacing literals
1577         * support/regression/tests/bug-1376320.c: added
1578
1579 2005-12-08 Raphael Neider <rneider AT web.de>
1580
1581         * src/pic/device.c: renamed is_shared to pic14_is_shared
1582         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1583         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1584           (is_valid_identifier): added for above workaround
1585
1586 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1587
1588         * device/lib/Makefile.in: fixed to enable port-specific-objects
1589         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1590           char, thanks Hubert Sack
1591         * doc/sdccman.lyx: documented --xstack-loc,
1592           elaborated a bit more on interrupts and pitfalls,
1593           removed "setjmp/longjmp unsupported",
1594           documented some unsupported C99 features
1595         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1596         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1597           if, thanks Hubert Sack
1598         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1599         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1600           make make_library
1601         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1602           regression tests can report resource usage (rfe 700441)
1603         * support/regression/collate-results.py: report resource usage
1604         * support/regression/ports/ds390/spec.mk,
1605         * support/regression/ports/hc08/spec.mk,
1606         * support/regression/ports/mcs51/spec.mk,
1607         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1608         * support/regression/ports/ds390/uCsim.cmd,
1609         * support/regression/ports/hc08/uCsim.cmd,
1610         * support/regression/ports/mcs51/uCsim.cmd,
1611         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1612         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1613           library, use the default one
1614         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1615           building the library
1616
1617 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1618
1619         * config.dsp: added dependency on .version and configure_vc.awk
1620         * device/include/setjmp.h: updated for --stack-auto and --xstack
1621         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1622         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1623         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1624         * device/lib/libsdcc.lib: added _setjmp
1625         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1626           (decorateType): fixed bug 1372851,
1627           (optimizeGetHbit): fixed warning
1628         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1629           array initialisation
1630         * support/regression/tests/bug1057979.c: added test for bug 1358192
1631         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1632
1633 2005-12-03 Borut Razem <borut.razem AT siol.net>
1634
1635         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1636           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1637
1638 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1639
1640         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1641         createIval): implement symbol independant "flexible array member",
1642         (createIvalCharPtr): implemented flexible array initialisation with a
1643         string
1644         * src/SDCCsymt.c (copyStruct): removed,
1645         (getSize): fixed misleading comment,
1646         (getAllocSize): removed, the additional allocation size is now in
1647         sym->flexArrayLength,
1648         (checkStructFlexArray): new, syntax checks for flexible array members,
1649         (compStructSize): added syntax checks for "flexible array members"
1650         (copyStruct): removed,
1651         (copyLinkChain): removed inefficient fix for bug 770487
1652         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1653         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1654         symbol->flexArrayLength
1655         * src/SDCCerr.c,
1656         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1657         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1658         * support/regression/tests/structflexarray.c: added
1659         * support/valdiag/tests/structflexiblearray.c: added
1660
1661 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1662
1663         * src/SDCCast.c (decorateType): fixed bug 1368489
1664         * support/Util/SDCCerr.c,
1665         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1666
1667 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1668
1669         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1670           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1671
1672 2005-11-27 Borut Razem <borut.razem AT siol.net>
1673
1674         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1675           support/cpp2/mkdeps.h: added command line option
1676           -obj-ext=<extension> to SDCPP to define object file externion, used
1677           for generation of make dependencies (-M)
1678         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1679
1680 2005-11-26 Borut Razem <borut.razem AT siol.net>
1681
1682         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1683           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1684           added pic and pic16 libraries
1685
1686 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1687
1688         * device/include/float.h: Corrected typo in prototype of __fsgt
1689
1690 2005-11-25 Borut Razem <borut.razem AT siol.net>
1691
1692         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1693           added creation of model-mcs51-stack-auto libraries
1694
1695 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1696
1697         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1698         and fields-list too
1699         * src/SDCCast.c (createIvalArray): removed obsolete comment
1700
1701 2005-11-24 Borut Razem <borut.razem AT siol.net>
1702
1703         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1704           added missing device/lib/mcs51/crt*.asm sources
1705
1706 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1707
1708         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1709
1710 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1711
1712         * device/lib/_fs2schar.c,
1713         * device/lib/_fs2sint.c,
1714         * device/lib/_fs2slong.c: optimized inline asm
1715
1716 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1717
1718         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1719           Better handling of floats between -1.0 and 0.0.
1720
1721 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1722
1723         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1724           (the missing "if"s prohibited removal of redundant labels)
1725
1726 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1727
1728         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1729           Properly convert floats between -1.0 and 0.0 to long, int, and char
1730           types (max integer value of negative floats tends to zero).
1731         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1732           Removed changes made so to work properly with floats between
1733           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1734           and _fs2char.c
1735
1736 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1737
1738         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1739         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1740         (genCast) cosmetic change
1741         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1742         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1743         from mcs51
1744         * support/regression/tests/bitfields (testSignedBitfields): added
1745
1746 2005-11-18 Borut Razem <borut.razem AT siol.net>
1747
1748         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1749         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1750           introduced SILENT option to make building of pic16 libraries less
1751
1752 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1753
1754         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1755           Now they work properly with floats between -1.0 and 0.0
1756         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1757
1758 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * src/SDCCicode.c (printOperand): added missing else
1761
1762 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1763
1764         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1765         reformatted for better readability
1766         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1767         signed bitfields
1768
1769 2005-11-17 Borut Razem <borut.razem AT siol.net>
1770
1771         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1772           introduced SILENT option to make building of pic16 libraries less
1773           verbose - used for nightly snapshot build
1774         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1775           available on Win32 platforms.
1776         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1777           medium, large, pic and pic16
1778
1779 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1780
1781         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1782           printf("%f"...) sets fraction to zero.
1783
1784 2005-11-16 Raphael Neider <rneider AT web.de>
1785
1786         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1787           fixes #1357221
1788         * src/pic/gen.c (genIfx): implemented for CARRY bit
1789         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1790           to generic pointers, fixes #1357332,
1791           (pic16_movLit2f): NEW,
1792           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1793
1794 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1795
1796         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1797
1798 2005-11-11 Raphael Neider <rneider AT web.de>
1799
1800         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1801         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1802           compute pointer's type from operand,
1803           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1804           improved single bit reads, fixes bug #1353379
1805
1806 2005-11-09 Borut Razem <borut.razem AT siol.net>
1807
1808         * support/scripts/sdcc.nsi: added lib/pic to the package
1809
1810 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1811
1812         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1813
1814 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1815
1816         * support/regression/tests/bug1348008.c: added
1817         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1818         * support/regression/tests/bug1337835.c: updated comment
1819
1820 2005-11-06 Borut Razem <borut.razem AT siol.net>
1821
1822         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1823           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1824           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1825           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1826           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1827           dynamic construction of cl_error_class and derivates - 2.nd try
1828
1829 2005-11-05 Borut Razem <borut.razem AT siol.net>
1830
1831         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1832           bug, which caused Bus Errors on sparc solaris
1833
1834 2005-11-04 Borut Razem <borut.razem AT siol.net>
1835
1836         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1837           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1838           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1839           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1840           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1841           and derivates to resolve the initialization problem on OSX
1842
1843 2005-11-02 Borut Razem <borut.razem AT siol.net>
1844
1845         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1846           corrected typo - #include <winsock2.h>
1847
1848 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1849
1850         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1851           (_asxxxx_mapping): added org directive for future enhancements
1852
1853 2005-11-01 Borut Razem <borut.razem AT siol.net>
1854
1855         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1856           enabled sockets on WIN32
1857         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1858
1859 2005-10-31 Borut Razem <borut.razem AT siol.net>
1860
1861         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1862           WIN32 backslash path delimiters should be escaped when used in C strings
1863         * support/regression/tests/bitfields.c: exclude failing assertions for
1864           __CYGWIN32__ and __MINGW32__ hosts
1865
1866 2005-10-30 Borut Razem <borut.razem AT siol.net>
1867
1868         * src/SDCCutil.c: corrected double comparison typo
1869
1870 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1871
1872         * device/lib/medium/Makefile: added for new memory model medium
1873         * device/include/asm/mcs51/features.h: updated for medium/pdata
1874         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1875           added Multiply & Accumulate sbit's and MAC0_PAGE define
1876         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1877         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1878         * device/lib/_mullong.c: update for medium model
1879         * device/lib/incl.mk: added medium model
1880         * doc/sdccman.lyx: documented medium model
1881         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1882         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1883         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1884         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1885           (allocParms): set SCLS and OCLS to pdata for medium model
1886         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1887           for pdata,
1888           (powof2): return <0 if not power of 2
1889         * src/avr/gen.c (genBitWise): use updated powof2
1890         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1891           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1892           (shiftLLeftOrResult): use B if necessary
1893         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1894         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1895         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1896         * support/regression/Makefile.in: added test-mcs51-medium
1897         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1898
1899 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1900
1901         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1902         specifier unsigned
1903         * device/lib/time.c (mktime): fixed bug 1334315
1904
1905 2005-10-28 Raphael Neider <rneider AT web.de>
1906
1907         * device/include/pic/p16f_common.inc: added common declarations
1908         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1909
1910 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1911
1912         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1913           (aopPutUsesAcc): added to predict accumulator use,
1914           (assignResultValue): save acc if necessary,
1915           (genMinusDec): store result if indirectly addressed,
1916           (genDivOneByte):  save acc if necessary,
1917           (movLeft2Result): bugfix if left already in acc,
1918           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1919             attention to accumulator use (esp. pdata),
1920           (genReceive): receive pdata correctly
1921         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1922         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1923
1924 2005-10-27 Raphael Neider <rneider AT web.de>
1925
1926         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1927
1928 2005-10-27 Raphael Neider <rneider AT web.de>
1929
1930         * .version: changed version to 2.5.4
1931         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1932         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1933           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1934             arithmetics support routines
1935         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1936         * device/lib/Makefile.in: also create installdir for pic
1937
1938         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1939           pic14 port as well
1940         * src/pic/device.c (dump_sfr): rewritten to delegate register
1941           placement to the linker (use `extern sym' rather than sym EQU addr),
1942           (validAddress): fixed to check last specified address
1943         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1944           (popGetLit): truncate literal value to 8 bit,
1945           (popGet): moved assert to more appropriate place
1946           (popGetExternal): create pCode operand from and mark the according
1947             symbol as being `extern'
1948           (popGetAddr): added sanity check on immediate's offset, provide
1949             GPOINTER tag on demand
1950           (aopPut): fixed for immediates,
1951           (mov2w_op): move operand's address or contents to WREG (depending on
1952             operand type), safer variant of mov2w,
1953           (movwf,call_libraryfunc): NEW, handy abbreviations,
1954           (get_argument_pcop,get_return_val_pcop,pass_argument,
1955           get_returnvalue): interface for accessing function parameters and
1956             return values,
1957           (assignResultValuei,genRet): use new parameter/return value interface
1958           (pic14_getDataSize): back to old version handling generic pointers,
1959           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1960             provided implementation and/or fixed old one,
1961           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1962             calls, removed legacy 8051 reference code
1963           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1964           (loadSignToC): NEW, move the operands sign bit to CARRY,
1965           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1966             genRightShiftSigned, accepts negative shift counts,
1967           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1968           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1969             generic pointers, __data pointers and __code pointers,
1970           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1971             and signed bitfields, limit bitfields to 8 bit,
1972           (genDataPointerGet): fixed number of bytes read,
1973           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1974           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1975             pointers to constant data are no longer assumed to point to __code
1976             space, removed invalid pointer types,
1977           (bitpatternFromVal): retrieve the PICs representation of an integer
1978             or float literal,
1979           (genDataPointerSet): fixed assigning to po_immediate operands,
1980           (genGenPointerSet): implemented as library call,
1981           (genIfx): fixed incorrect condition,
1982           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1983             provide GPOINTER tag according to destination's storage class,
1984           (genCast): added code to handle casting to generic pointers, added
1985             sign-/zero extension of the result
1986           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1987         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1988         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1989           extend the result
1990         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1991           address/register resides in the shared banks
1992           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1993             put all variables into separate sections (have the linker arrange
1994             them)
1995           (picglue): put init code and interrupt handlers in separate sections
1996         * src/pic/main.c: added port specific options table, modified to PORT
1997           structure to make GPOINTERs 3 byte, added pic14_options
1998           (_pic14_do_link): private linking routine (update paths to libraries,
1999             add libsdcc.lib by default)
2000         * src/pic/main.h: declare pic14_options
2001         * src/pic/pcode.c: fixed instructions i/o relations,
2002           (RegCond): reverted to correct version,
2003           (newpCodeOpLit): truncate literals to 8 bit,
2004           (genericPrint): added debug output,
2005           (getRegFromInstruction): fixed for various operand types, simplified
2006           (BuildFlow): fixed broken handling of isntructions with labels
2007           (LinkFlow): start at last instruction in flow (skip trailing comments),
2008             pass the flow on to the next instruction after CALL
2009           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2010           (insertPCodeInstruction): fixed inserting after a skip instruction,
2011           (DoBankSelect): fixed for labeled instructions
2012           (OptimizepBlock): honor --nopeep switch
2013           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2014         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2015         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2016           (pCodeOptime2pCodes): allow disabling this optimization via
2017             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2018             but is still buggy), started implementation of a dataflow based
2019             pCode optimization (CSE + dead code elimination)
2020           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2021         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2022           names are independant of the stack location and therefore portable across
2023           devices
2024
2025 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2026
2027         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2028           (selectSpil): fixed bug 1337835 by not spilling bit variables
2029         * support/regression/tests/bug1337835.c: added test for this bug
2030         * src/mcs51/peeph.def: restart after rule 3.c,
2031           addded rules 263.x to optimize loading constants
2032
2033 2005-10-26 Raphael Neider <rneider AT web.de>
2034
2035         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2036         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2037           (genAssign): emit warning when casting literals to generic pointer
2038             type, also applies when taking the address of a fixed variable,
2039           (genCast): improved casting to generic pointers
2040         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2041           extern variables, added verbose error message
2042         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2043
2044 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2045
2046         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2047         carry must be complemented too
2048         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2049         could be emitted by genMinus
2050         * src/SDCCval.c (constVal): fixed bug 1305065
2051
2052 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2053
2054         * src/SDCCast.c (addCast): added promotion for bit variables
2055         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2056         promotion casts + optimisation
2057         (optimizeGetWord): fix warning 'i' might be used uninitialized
2058         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2059         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2060
2061 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2062
2063         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2064         all chars are promoted to int; promotion should be handled in SDCCast.c
2065
2066 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2067
2068         * device/lib/_strcmp.c: Fixed bug 1326457
2069
2070 2005-10-11 Raphael Neider <rneider AT web.de>
2071
2072         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2073         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2074
2075 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2076
2077         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2078         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2079
2080 2005-10-04 Raphael Neider <rneider AT web.de>
2081
2082         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2083           device/lib/pic16/pics.all: added pic18f1320
2084         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2085
2086 2005-09-30 Raphael Neider <rneider AT web.de>
2087
2088         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2089         * src/pic16/devices.inc: NEW, provides device descriptions
2090         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2091
2092 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2095           GETHBIT
2096
2097 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2098
2099         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2100           documented Any Order Bit, Higher Order Byte and Higher Order Word
2101         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2102         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2103           (optimizeGetAbit): new, to get any bit, not only the high bit,
2104           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2105           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2106           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2107           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2108             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2109             GETABIT, GETBYTE, GETWORD: decorate them,
2110           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2111           (ast_print): added GETABIT, GETBYTE, GETWORD
2112         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2113         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2114           (geniCodeBinary): new generic binary icode,
2115           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2116         * src/port.h: updated comment for PORT.hasExtBitOp
2117         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2118           (genGetByte): new, to get a single byte,
2119           (genGetWord): new, to get a word from a long,
2120           (gen51Code): added GETABIT, GETBYTE, GETWORD
2121         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2122
2123 2005-09-23 Raphael Neider <rneider AT web.de>
2124
2125         * configure.in, configure: have device/lib/pic configured
2126         * device/lib/Makefile.in: added model-pic14
2127         * device/lib/clean.mk: added pic/ to clean rule
2128         * device/lib/pic: added rudimentary pic14 library providing support
2129           functions for multiplication/division/generic pointer access
2130         * src/SDCCopt.c (convilong): mark support functions as extern
2131           for pic14 port as well
2132         * src/pic/gen.c (genMult): added assertions,
2133           (genpic14Code): emit warning on unhandled iCodes
2134         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2135         * src/pic/pcode.c (pCodeOpCopy),
2136         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2137           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2138           SFR_REGISTER}), made safe for future extensions
2139         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2140           instructions even if preceeded by SKIP instructions (also remove
2141           them); removed unused code
2142         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2143           prevents leaving parts of the structure uninitialized after copying
2144
2145 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2148           ago by me
2149         * support/regression/tests/addsub.c: added test for the bug
2150
2151 2005-09-21 Raphael Neider <rneider AT web.de>
2152
2153         * device/include/pic16/pic18f1220.h,
2154           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2155         * device/lib/pic16/Makefile.rules: added missing opening paren
2156         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2157           are provided in genutils.c,
2158           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2159           operand/result sizes,
2160           (genCmp): assert on NULL pointers first, then check deref'ed values
2161         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2162           result size
2163
2164 2005-09-18 Raphael Neider <rneider AT web.de>
2165
2166         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2167           as these are now unused,
2168           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2169         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2170           local, avoids uninitialized pointer dereference on r->name
2171         * src/pic16/ralloc.c (newReg): fixed indentation
2172
2173 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2174
2175         * src/SDCCval.c (constVal): fixed bug 730366
2176         * support/Util/SDCCerr.c,
2177         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2178
2179 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2180
2181         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2182
2183 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2184
2185         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2186
2187 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2188
2189         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2190           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2191         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2192           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2193         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2194         * packihx/packihx.c (hexDigit): made c unsigned char
2195         * as/mcs51/lklibr.c (fndsym),
2196         * link/z80/lkgb.c (gb),
2197         * link/z80/lklibr.c (fndsym),
2198         * link/z80/lkrloc.c (relr),
2199         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2200         * src/SDCC.lex (checkCurrFile, process_pragma),
2201         * src/SDCCglue.c (spacesToUnderscores),
2202         * src/SDCCmain.c (setParseWithComma, processFile),
2203         * src/asm.c (tvsprintf, printCLine),
2204         * src/avr/gen.c (emitcode, aopPut),
2205         * src/ds390/gen.c (emitcode),
2206         * src/hc08/gen.c (emitcode, emitinline),
2207         * src/mcs51/gen.c (emitcode, genInline),
2208         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2209           tokenizeLineNode),
2210         * src/pic/ralloc.c (debugLog),
2211         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2212           tokenizeLineNode),
2213         * src/pic16/ralloc.c (debugLog),
2214         * src/z80/main.c (_process_pragma):
2215            made all ctype.h function calls safe
2216         * src/SDCCopt.c: include math.h for fabs
2217         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2218           and used them throughout the code to make ctype.h function calls safe
2219         * src/ds390/main.c (asmLineNodeFromLineNode),
2220         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2221         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2222            unsigned char*
2223         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2224           (newpCodeAsmDir): made ctype.h function calls safe
2225         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2226           pic16_emitcode):  made lbp unsigned char*
2227         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2228           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2229         * src/xa51/gen.c (emitcode),
2230         * src/z80/gen.c (_emit2): made lbp unsigned char*
2231         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2232            char*
2233
2234 2005-09-05 Raphael Neider <rneider AT web.de>
2235
2236         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2237           access bank splitpoint
2238
2239 2005-09-05 Raphael Neider <rneider AT web.de>
2240
2241         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2242
2243 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2244
2245         * .version: changed to version 2.5.3
2246         * doc/sdccman.lyx: changed version to 2.5.3,
2247           documented --codeseg and --constseg and pragma codeseg and constseg,
2248           documented bit parameters (reentrant) and bit returning
2249         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2250            currFunc->recvSize, but is this ok for all ports?
2251           (ast2iCode): result of ~ on unsigned char must be cast to int for
2252            bool to work
2253         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2254           function pointers in bit space
2255         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2256           (processFuncArgs): call port.reg_parm() with reentrancy info
2257         * src/port.h,
2258         * src/avr/main.c,
2259         * src/ds390/main.c,
2260         * src/hc08/main.c,
2261         * src/pic/main.c,
2262         * src/pic16/main.c,
2263         * src/xa51/main.c,
2264         * src/z80/main.c: port.reg_parm prototype extended with
2265           "bool reentrant" parameter
2266         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2267           options.stackAuto for allocating bit register parameters
2268         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2269           (genSend): set BitBankUsed if it is,
2270           (selectRegBank): factored out of genCall for use in genPcall,
2271           (genCall): removed redundant dtype assignmen, use selectRegBank,
2272           (genPcall): handle returning in Carry properly, save in F0 if needed,
2273           (genReceive): handle bit register parameters
2274         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2275           (mcs51_assignRegisters): enable bit registers for all reentrant
2276            functions and don't set BitBankUsed unconditionally
2277         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2278         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2279         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2280
2281 2005-08-27 Borut Razem <borut.razem AT siol.net>
2282
2283         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2284         ppc-osx (Darwin) does not support -u option. It seems that it is
2285         supported only on Linux - GNU cp
2286
2287 2005-08-25 Borut Razem <borut.razem AT siol.net>
2288
2289         * sim/ucsim/gui.src/serio.src/Makefile.in,
2290           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2291           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2292           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2293           install and strip, since the strip at /usr/ccs/bin should be used
2294           on solaris
2295
2296 2005-08-24 Borut Razem <borut.razem AT siol.net>
2297
2298         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2299
2300 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2301
2302         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2303         ffffffffu
2304
2305 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2306
2307         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2308         * as/mcs51/lkmain.c (link_main): fixed warning
2309         * device/include/stdbool.h: ds390 has no advanced bit support yet
2310         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2311         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2312         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2313           and updated their macros
2314         * src/SDCCval.c (constVal): updated comment for renamed b_long
2315
2316 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2317
2318         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2319         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2320           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2321           (oprio): set priority for '['
2322         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2323            and adb_24_bit
2324         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2325         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2326         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2327         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2328           added overlayable BIT_BANK area
2329         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2330           (summary2): explain 'T' in legenda
2331         * as/mcs51/lkrloc.c: replaced old K&R style,
2332           (relr): added R_BIT processing,
2333           (errmsg): added "Bit-addressable relocation error",
2334           (adb_bit): added for converting from byte- to bit-addressable space,
2335           (adb_24_bit): added for converting from byte- to bit-addressable space
2336         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2337            used in reentrant functions now even as return value
2338         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2339         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2340           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2341         * src/SDCCglobl.h: added indicator BitBankUsed
2342         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2343            the bit registers b0-b7
2344         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2345           (geniCodeCast): fixed bug 1263853,
2346           (geniCodeLogicAndOr): put result in bool or char,
2347           (geniCodeReceive): added parameter func for accessing the return type,
2348           (geniCodeFunctionBody): pass func to geniCodeReceive
2349         * src/SDCCmain.c: added indicator BitBankUsed
2350         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2351         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2352           (checkSClass): don't put automatic bool/bit on stack,
2353           (checkFunction): removed check on function cannot return bit
2354         * src/SDCCsymt.h: added newBoolLink prototype
2355         * src/mcs51/gen.c (rb1regs): added bit registers,
2356           (movc): created for assigning to carry,
2357           (pushReg, popReg): created for pushing registers,
2358           (sameRegs): check both AOP_REG and AOP_CRY types,
2359           (aopOp): handle bit registers,
2360           (aopPut): optimization no self-assign,
2361           (saveRegisters): push reg->base (bits) only once for bit registers,
2362            and use pushReg,
2363           (unsaveRegisters): pop reg->base only once and use popReg,
2364           (assignResultValue): added parameter func and return in carry for bits,
2365           (genIpush): optimization no reload in A if not changed,
2366           (genSend): bit parameters in reentrant functions are passed in bit
2367            registers by first assigning to bits in B, then save registers and
2368            copy B to bits,
2369           (genCall): handle returning in Carry properly, save it in F0 if needed,
2370           (genPcall): updated assignResultValue call, this is not safe yet for bit
2371            returning function !!!
2372           (genFunction): don't generate equ's for bit registers and use pushReg,
2373           (genEndFunction): take care of bit returning functions and use popReg,
2374           (genRet): return bit in Carry,
2375           (genIfx): optimize bit registers and other directly addressable bits,
2376           (genReceive): updated assignResultValue call
2377         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2378           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2379            registers when using stack-auto
2380         * src/mcs51/ralloc.c (_G): added allBitregs,
2381           (regs8051): added the bit registers,
2382           (createStackSpil): use macro IS_BIT,
2383           (getRegBit): added to allocate a bit register, else spill,
2384           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2385           (updateRegUsage): factored out to ease stepping while debugging,
2386           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2387            also allocate bit registers,
2388           (fillGaps): handle bit registers,
2389           (findAllBitregs): added to create bit vector with all bit registers,
2390           (mcs51_allBitregs): returns this bit vector,
2391           (mcs51_assignRegisters): when using stack-auto use bit registers for
2392            passing parameters and creating local variables
2393         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2394
2395 2005-08-22 Borut Razem <borut.razem AT siol.net>
2396
2397         * device/lib/Makefile.in: replaced find option -or with -o
2398           to make it run on solaris
2399
2400 2005-08-22 Raphael Neider <rneider AT web.de>
2401
2402         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2403           fixes #1265442 (crash on Solaris)
2404
2405 2005-08-20 Borut Razem <borut.razem AT siol.net>
2406
2407         * configure, configure.in: added tests for libsocket and libnsl libraries,
2408           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2409           from support/regression/Makefile.in
2410         * support/regression/Makefile.in: added
2411         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2412         * sim/ucsim/libtool: regenerated on sparc-solaris
2413         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2414           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2415           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2416           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2417           sparc-solaris, which doesn't use GNU ld linker
2418         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2419         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2420
2421 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2422
2423         * src/mcs51/peeph.def: updated comments
2424
2425 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2426
2427         * device/lib/_gptrget.c,
2428         * device/lib/_gptrput.c: slightly shorter
2429         * doc/sdccman.lyx: incremented version
2430         * src/mcs51/peeph.def: moved peephole comments to the line of first
2431           change to better keep line correlation, reanimated 186.e
2432         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2433
2434 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2435
2436         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2437           David Saxton with quotes around file name.
2438
2439 2005-08-15 Borut Razem <borut.razem AT siol.net>
2440
2441         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2442           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2443           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2444           make tests run on x86_64 platform
2445
2446 2005-08-13 Raphael Neider <rneider AT web.de>
2447
2448         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2449           as it might be executed DURING a build (parallel make is wonderful)
2450
2451 2005-08-13 Raphael Neider <rneider AT web.de>
2452
2453         * device/lib/Makefile.in (port-specific-objects-pic16):
2454           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2455         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2456           dependency
2457         * device/lib/pic16/Makefile.rules: build subdirs before creating
2458           the library, removed builddir rule, create $(builddir) early in
2459           recurse rule, use empty recurse rule for leaf directories
2460         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2461           mkdir errors (race condition), removed duplicate suffix "hex"
2462           from clean rules
2463         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2464         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2465           prevents mkdir -p from aborting on Alpha
2466
2467 2005-08-12 Raphael Neider <rneider AT web.de>
2468
2469         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2470           db-statements in order to allow for arrays of pointers in code
2471           sections to be placed without interspersed 0-padding, fixes
2472           bug #1256215
2473         * (emitStatistics): fixed division by zero for pic18f1220
2474         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2475           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2476         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2477         * (pic16_pCodeConstString): keep track of already emitted string
2478           literals to prevent "duplicate definitions of symbol _str_NR"
2479         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2480           debug message
2481         * device/lib/Makefile.in: ignore failing PIC16 library builds
2482         * device/lib/pic16/Makefile: do not build if gputils are missing
2483         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2484
2485 2005-08-10 Raphael Neider <rneider AT web.de>
2486
2487         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2488           my last commit)
2489
2490 2005-08-10 Raphael Neider <rneider AT web.de>
2491
2492         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2493           Rokas' patch to add the new fixed point type "__fixed16x16"
2494         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2495           functions for __fixed16x16 arithmetics
2496         * device/lib/pic16: reimplemented the build system to support
2497           a separate build directory, better handling of libio (create
2498           the library in a separate subdir for each architecture) and
2499           easier configuration (centralized in Makefile.common)
2500
2501 2005-08-07 Raphael Neider <rneider AT web.de>
2502
2503         * src/pic16/gen.c (genrshTwo): fixed sign extension
2504         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2505         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2506           added T0CONbits
2507         * device/include/pic16/pic18f4220.h: NEW, header for
2508           pic18f4220 and pic18f4320
2509         * device/include/pic16/pic18fregs.h: added new devices,
2510           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2511         * device/include/pic16/signal.h: resolved name clashes
2512           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2513           to also allow testing for interrupt enable bits, added
2514           comments on how to use the macros
2515         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2516         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2517           register definitions for the devices
2518         * device/lib/pic16/pics.all: added new devices
2519         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2520           allocated memory
2521         * device/lib/pic16/libc/stdlib/memfree: do not count
2522           the block header as free memory
2523         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2524           simplified and added missing end-of-blocklist-marker
2525           (reported by Peter Onion, fixes #1252814)
2526         * (_mergeHeapBlock): fixed loop condition
2527         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2528           len==0, restructured code
2529         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2530           up a bit, reduced bitfield accesses, prevent endless loops
2531           in case of heap corruption
2532         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2533           "unreferenced arguments/must return a value" warnings
2534         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2535           replaced BAUDREG with SPBRG
2536         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2537           device/lib/pic16/debug/gstack/gstack.c: replaced
2538           _naked, _asm, _endasm with __naked, __asm, __endasm
2539
2540 2005-08-05 Raphael Neider <rneider AT web.de>
2541
2542         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2543           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2544
2545 2005-08-05 Borut Razem <borut.razem AT siol.net>
2546
2547         * device/lib/Makefile.in: added missing ';'
2548         * configure: removed ^M characters
2549
2550 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2551
2552         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2553           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2554           License
2555
2556 2005-08-04 Borut Razem <borut.razem AT siol.net>
2557
2558         * configure.in: pic16 libraries build 2nd try - enable running
2559           configure in device/lib/pic16
2560         * configure: regenerated from configure.in
2561         * device/lib/Makefile.in: create $(PORT)/bin directory
2562
2563 2005-08-03 Raphael Neider <rneider AT web.de>
2564
2565         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2566           to get/set values via pointers
2567         * (genUnpackBits,genPackBits): changed detection of
2568           ptr->bitfield vs. sym.bitfield, fixed access via generic
2569           pointers, removed dead (wrong) code for multibyte bitfields
2570         * (genNearPointerGet, genGenPointerGet): removed useless code,
2571           fixed bitfield detection, fixes #1250594
2572         * (genNearPointerSet): removed useless code
2573         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2574           and introduced macro pic16_emitpcode that conditionally emits
2575           the origin of the following pCode (useful for debugging SDCC)
2576         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2577         * (createDefmap): fixed handling of LFSR for --optimize-df
2578
2579 2005-08-02 Borut Razem <borut.razem AT siol.net>
2580
2581         * device/lib/Makefile.in: pic16 libraries build enabled since
2582           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2583
2584 2005-08-02 Raphael Neider <rneider AT web.de>
2585
2586         * src/pic16/gen.c (genPackBits): removed deprecated warning
2587         * (genGenPointerSet): fixed bitfield detection
2588
2589 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2590
2591         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2592
2593 2005-07-31 Raphael Neider <rneider AT web.de>
2594
2595         * device/lib/pic16/libdev/pic18f458.c,
2596           device/include/pic16/pic18f458.h: added missing T0CONbits
2597
2598 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2599
2600         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2601
2602 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2603
2604         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2605
2606 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2607
2608         * device/include/mcs51/at89c51ed2.h: added.
2609
2610 2005-07-23 Raphael Neider <rneider AT web.de>
2611
2612         * src/pic/gen.h: added emitpcode macro for debugging
2613         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2614           and replace by macro adding debug information on demand
2615         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2616         * (gencjne): tried to fix; replaced with correct (slower) code
2617         * (gen{Unp,P}ackBits): fixed single bit access
2618         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2619         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2620           previous instruction
2621         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2622           register has to be handled with care (forbidding movement
2623           of assignments/uses, removing assignments completely, ...)
2624         * (pCodeOptime2pCodes): make use of regIsSpecial
2625         * added lots of debugging output (commented out)
2626         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2627           from being reused as result UNLESS it is known to work
2628
2629 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2630
2631         * support/Util/dbuf.h: include <stddef.h> for size_t
2632         * .version: changed to version 2.5.2
2633
2634 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2635
2636         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2637
2638 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2639
2640         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2641           (genModOneByte): removed needless psha/pula
2642
2643 2005-07-22 Raphael Neider <rneider AT web.de>
2644
2645         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2646           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2647         * src/pic/gen.c (resolveIfx): do not "invent" labels
2648         * (genSkipc): changed to positive logic
2649         * (genSkipCond): removed as no longer needed
2650         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2651           backport from PIC16
2652         * (genLeftShift): check operands are in different registers
2653         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2654           INCF does not update CARRY...
2655         * src/pic/main.c: fixed _linkCmd
2656         * src/pic/pcode.c (unlinkpCode): added inactive code
2657         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2658           alive (do not assign result and operand overlapping registers)
2659
2660 2005-07-22 Raphael Neider <rneider AT web.de>
2661
2662         * src/pic/device.c (dump_sfr): replaced register declaration with
2663           call to emitSymbolToFile() to avoid duplicate symbols
2664         * (assignRelocatableRegisters): do not declare external symbols
2665         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2666           right (take size of type, not etype)
2667         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2668         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2669         * (packRegsForAccUse): disabled assignment of WREG as
2670           the result reg to prevent occurence of just fixed #1235003,
2671           fixes #1242954
2672         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2673           symbols (avoids duplicate symbols in .asm file)
2674         * (pic14emitRegularMap): use emitSymbolToFile()
2675         * src/pic/gen.c (aopOp): fixed spillLocation handling
2676         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2677         * (genDataPointerSet): removed unneccessary variables/output
2678
2679 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2682         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2683
2684 2005-07-21 Raphael Neider <rneider AT web.de>
2685
2686         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2687           architecture cannot handle them efficiently, fixes bug #1235003
2688         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2689           check for empty sets before using them (fixes bug #1232190)
2690
2691 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2692
2693         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2694           (lnksect2): generate warnings for memory overlap
2695         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2696           constseg to set the name of these segments so you can instruct the linker
2697           to place them in banks
2698         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2699         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2700           added code_seg and const_seg to options
2701         * src/SDCCglue.c (emitMaps): use options.const_seg,
2702           (createInterruptVect): put interrupt vectors in segment HOME,
2703           (glue): put HOME before static segment and put the main glue in HOME,
2704           (glue): use options.code_seg
2705         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2706         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2707           these segments so you can instruct the linker to place them in banks
2708           (linkEdit): use code_loc for HOME segment which should be the first
2709           segment in code memory now
2710         * src/SDCCmem.c: fixed more stuff like bug 1238386
2711         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2712           (changePointer): don't change function pointers to code pointers for
2713           banked functions,
2714           (compareType): added exceptional check for banked function pointers
2715         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2716         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2717           after static in code memory
2718         * src/mcs51/gen.c: added aopLiteralLong prototype,
2719           (aopForSym): use getSize for functions,
2720           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2721           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2722           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2723           the segment,
2724           (genPcall): use call for literal function pointers and generate banked
2725           calls over the one trampoline so there's only one place for the user to
2726           modify according to his/hers hardware,
2727           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2728           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2729         * src/mcs51/main.c: added keyword banked,
2730           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2731         * support/Util/SDCCerr.c,
2732         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2733           needed for passing the bank and address to the trampoline
2734         * device/lib/mcs51/crtbank.asm: added for bankswitching
2735         * device/lib/mcs51/Makefile: added crtbank
2736
2737 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2738
2739         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2740           for fields at offset 0 of a struct or union as reported
2741           on 2005-07-07 in the developer mailing list.
2742
2743 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2744
2745         * src/SDCCmem.c: fixed bug 1238386
2746
2747 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2748
2749         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2750           (patch #1144962), added peephole 300, enabled 259.x
2751         * doc/sdccman.lyx: removed screenshot and provided link instead
2752
2753 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2754
2755         * doc/sdccman.lyx: added section about debugging with ddd
2756         * doc/figures/ddd_example.eps: screenshot of debugging session
2757
2758 2005-07-04 Raphael Neider <rneider AT web.de>
2759
2760         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2761           like CODE pointers, fixes #1115683
2762         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2763           call, fixes bugs #1232211, #1228110,
2764           fixed wrong casts to pCodeFlow from pCodeInstructions
2765
2766 2005-07-04 Raphael Neider <rneider AT web.de>
2767
2768         * src/pic/gen.c (popGet): changed assert to allow for
2769           bit operands
2770         * (popGetAddr): changed signature to provide
2771           an additional index, patched all call sites
2772         * (genCmpEq): handle literal-like operands correctly
2773         * (genAddrOf): added sanity checks on __code/__data pointers
2774         * (genAssign): added handling of symbols from __code section
2775         * (gencjne): do not generate code for comparisons whose result
2776           is neither stored nor used, fixes bug #1171114
2777         * (AccLsh, AccRsh): operate on operand instead of WREG
2778         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2779           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2780           by known count
2781         * rewrote complete shift-by-literal logic, commented unused
2782           functions out
2783         * (genConstPointerGet): get multiple bytes (if result size > 1),
2784           fixed handling of non-immediate addresses
2785         * (genPointerGet): handle CODE pointers like CONST pointers
2786         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2787         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2788           operand is to be treated as a literal or not
2789         * (mov2w,genPcall,genCmpEq),
2790           src/pic/genarith.c: use aop_isLitLike() to decide between
2791           literal/register contents
2792         * (addSign): added missing offset
2793         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2794           only emit comment in debug-mode,
2795           use {aop,op}_isLitLike throughout the file
2796         * src/pic/glue.c: fix initializers for pointers (work in progress)
2797         * src/pic/pcode.c (get_op): honor index on _const symbols
2798         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2799         * (dumppBlock): added pCode size estimation
2800         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2801           check for IS_SYMOP before OP_SYMBOL'ing
2802         * fixed indentation, compacted switch-statements
2803         * (allocReg): find free register and allocate it instead of
2804           allocating new registers all the time
2805         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2806           registers as its operands (necessary only for multibyte GETs)
2807
2808 2005-07-01 Raphael Neider <rneider AT web.de>
2809
2810         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2811           debugging .asm-output macros FENTRY + FEXIT
2812         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2813           way... I wonder...
2814         * (emitpComment): NEW, printf to pCode
2815         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2816           offset handling
2817         * (popGetAddr): NEW, variant of popGet to access an immediates
2818           high(er) bytes instead of the n'th byte of memory they reference,
2819           replaced popGet with popGetAddr where neccessary
2820         * (genDataPointerGet): reactivated and fixed implementation
2821         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2822           accesses
2823         * (genDataPointerSet): fixed multibyte assignments
2824         * (genpic14Code): fixed --i-code-in-asm handling
2825         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2826         * (genPlus): fixed index-out-of-bounds error
2827         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2828         * src/pic/ralloc.c: added debugging output macro FENTRY2
2829         * (spillThis): fixed indentation, enbraced for-body for clarity
2830         * (rematStr): commented out as now unused
2831         * (regTypeNum): commented out special spill case (overwrites
2832           arbitrary values)
2833         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2834
2835 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * doc/sdccman.lyx: documented sfr16/sfr32,
2838           added example for using storage class with function pointers
2839         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2840
2841 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2842
2843         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2844         * device/lib/_itoa.c,
2845         * device/lib/_ltoa.c: optimized codesize
2846         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2847           but don't know how to suppress the double warning.
2848         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2849         * support/Util/SDCCerr.c,
2850         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2851
2852 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2853
2854         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2855           fixed old K&R prototypes
2856         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2857         * device/lib/_gptrget.c,
2858         * device/lib/_gptrgetc.c,
2859         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2860           also new versions for small generic pointers and banked generic pointers
2861         * src/port.h: added const_name
2862         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2863         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2864         * src/SDCCcse.c (findPrevIc): check all associative operators
2865         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2866         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2867         * src/SDCCmem.c: updated comments,
2868           set far-space to 0 for pdata, results in optimized code
2869         * src/SDCCmem.h: added macro CONST_NAME
2870         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2871           moving the info into the highest bits, see also gptrget/gptrput
2872         * src/src.dsp: added sdcc.ico to project files
2873         * src/avr/gen.c (genCast): fixed bug 0x%d
2874         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2875         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2876           relation between ptr_type and DCL_TYPE,
2877           (genCast): fixed bug 0x%d
2878         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2879           (CODE)" for const_name
2880         * src/hc08/gen.c (genCast): fixed bug 0x%d
2881         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2882           (hc08_port): added "CONST (CODE)" for const_name
2883         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2884           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2885           between ptr_type and DCL_TYPE,
2886           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2887           operand* and took AOP() inside function so sfr-ness can be checked,
2888           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2889           new prototype,
2890           (genFunction, genEndFunction): optimized stack setup,
2891           (genMinus): optimized for literals with ending zeroes (in bytes),
2892           (genCast): fixed bug 0x%d
2893         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2894           (mcs51_port): added "CONST (CODE)" for const_name
2895         * src/mcs51/peeph.def: made rule 226 more generic
2896         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2897         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2898         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2899         * src/z80/main.c (z80_port): added NULL for const_name,
2900           (gbz80_port): added NULL for const_name
2901         * support/regression/tests/bug663539.c,
2902         * support/regression/tests/sfr16.c: new tests
2903
2904 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2905
2906         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2907
2908 2005-06-24 Raphael Neider <rneider AT web.de>
2909
2910         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2911           corrected typos...
2912         * device/include/pic16/signal.h: added USBIF
2913           and SIG_USB
2914
2915 2005-06-24 Raphael Neider <rneider AT web.de>
2916
2917         * device/lib/pic16/libdev/pic18f2455.c,
2918           device/include/pic16/pic18f2455.h: NEW
2919         * device/include/pic16/pic18fregs.h,
2920           device/lib/pic16/pics.all,
2921           src/pic16/device.c: added 18f2455
2922         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2923           device/include/pic16/{pic18f[68][567].h,usart.h}:
2924           replaced MULTIPLE_USARTS define with more relaible
2925           compatibility sfrs (for USART access)
2926
2927 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2928
2929         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2930           and the output asm file line is printed on two lines.
2931
2932 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2933
2934         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2935           BGT, BLE, BHI, and BLS instructions
2936         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2937           genCmpEq): removed
2938         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2939           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2940           fixes bug #1216342
2941         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2942
2943 2005-06-15 Raphael Neider <rneider AT web.de>
2944
2945         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2946         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2947         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2948           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2949           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2950
2951 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2952
2953         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2954           Marcel Telka in bug #1215704
2955
2956 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2957
2958         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2959           located in shared memory bank.
2960
2961 2005-05-31 Raphael Neider <rneider AT web.de>
2962
2963         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2964           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2965           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2966
2967 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2968
2969         * device/lib/_strncpy.c: fixed the fix
2970
2971 2005-05-26 Raphael Neider <rneider AT web.de>
2972
2973         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2974           initializers with \0, bug #1208187
2975         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2976           intializers with \0, bug #1208187
2977
2978 2005-05-26 Raphael Neider <rneider AT web.de>
2979
2980         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2981           initializers with \0, bug #1208187
2982         * src/pic16/main.c (_process_pragma): added sanity checks
2983           for stack position and size, emit warnings when appropriate
2984
2985 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2986
2987         * device/lib/_strncpy.c: fixed not filling with \0
2988
2989 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2990
2991         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2992           createFunction),
2993         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2994           compound_statement),
2995         * src/SDCCsymt.h,
2996         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2997
2998 2005-05-24 Raphael Neider <rneider AT web.de>
2999
3000         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3001
3002 2005-05-24 Raphael Neider <rneider AT web.de>
3003
3004         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3005           TRISE definitions, closes bug #1162453
3006
3007 2005-05-22 Raphael Neider <rneider AT web.de>
3008
3009         * src/pic16/main.c (_process_pragma): check for missing
3010           arguments to pragmas code and udata
3011         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3012           consistency fixes to match other headers (thanks to Jim Paris)
3013         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3014
3015 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3016
3017         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3018
3019 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3020
3021         * support/regression/tests/bug1198642.c: new test
3022         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3023         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3024         * support/scripts/resource.h,
3025         * support/scripts/resource.rc,
3026         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3027         * support/scripts/sdcc.ico: added 32x32 icon
3028
3029 2005-05-18 Raphael Neider <rneider AT web.de>
3030
3031         * device/lib/pic16/libdev/pic18f*.c,
3032         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3033           keywords to "__sfr" and "__at (X)"
3034         * device/include/pic16/pic18fregs.h: added pic18f4520
3035         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3036           #1203088 (MPLAB compatibility)
3037
3038 2005-05-17 Raphael Neider <rneider AT web.de>
3039
3040         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3041         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3042         * device/lib/pic16/pics.all: added new devices
3043         * src/pic16/device.c: added support for pic18f4520
3044
3045 2005-05-16 Raphael Neider <rneider AT web.de>
3046         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3047         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3048         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3049           convenience function for bit access
3050
3051 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * device/lib/printf_large.c: fixed bug 1193299
3054         * support/regression/tests/bug1057979.c: added test %3.3s
3055
3056 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3057
3058         * device/include/mcs51/8051.h,
3059         * device/include/mcs51/8052.h: made parseable with lint
3060         * device/include/mcs51/lint.h: added include file for (sp)lint
3061         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3062         * doc/cdbfileformat.lyx,
3063         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3064
3065 2005-05-14 Raphael Neider <rneider AT web.de>
3066
3067         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3068         * device/lib/pic16/libc/stdlib/itoa.c (new)
3069         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3070         * device/lib/pic16/libio/Makefile: exclude subdir according to
3071           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3072         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3073         * src/pic16/gen.c (genFunction): prevent annoying warning
3074         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3075           nameclashes on BeOS
3076         * support/cpp2/cppmain.c (cpp_output_string): new
3077         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3078           fixes bug 1116802
3079
3080 2005-05-13 Borut Razem <borut.razem AT siol.net>
3081
3082         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3083
3084 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3085
3086         * .version: changed to version 2.5.1; back to bleeding edge development
3087
3088 2005-05-11 Borut Razem <borut.razem AT siol.net>
3089
3090         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3091           generate PDF version 1.3 documents
3092
3093 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3094
3095         * .version: changed to version 2.5.0
3096
3097 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3098
3099         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3100
3101 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3102
3103         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3104         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3105         well as many smaller updates.
3106         * .version: changed to version 2.5.0-pre1
3107
3108 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3109
3110         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3111
3112 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * support/regression/tests/bug1185672.c: added
3115         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3116           bug 1185672
3117         * src/mcs51/gen.c (genCall): added comments, made it look safer
3118         * src/mcs51/gen.c (genEndFunction): simplified
3119
3120 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3121
3122         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3123
3124 2005-04-14 Borut Razem <borut.razem AT siol.net>
3125
3126         * fixed bug 1045046 - SIGSEGV with really simple code?:
3127           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3128           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3129
3130 2005-04-14 Borut Razem <borut.razem AT siol.net>
3131
3132         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3133           src/pic16/device.h: temporarily disabled experimental #inline pragma
3134           for 2.5.0 release
3135
3136 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3137
3138         * device/include/z80/stdio.h,
3139         * device/include/z80/string.h: removed these highly incomplete files so
3140           SDCC can use the default ones in device/include/
3141
3142 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3143
3144         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3145         gcc warning.
3146         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3147         fix sdcpp warnings.
3148
3149 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * device/include/malloc.h: removed redundant __reentrant prototypes
3152         * device/lib/_mullong.c: added working xstack variant in asm (C version
3153           doesn't pass regression tests)
3154         * device/lib/bpx.c: used __data and made bpx char for mcs51
3155         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3156           (createFunction): fixed bug with xstackPtr
3157         * src/SDCCcse.c: corrected comments
3158         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3159           (killDeadCode, eBBlockFromiCode): removed unused code
3160         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3161           corrected comments
3162         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3163           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3164           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3165           (genModOneByte): fixed warning in MSVC
3166         * src/mcs51/main.c (): added comments
3167         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3168
3169 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3170
3171         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3172
3173 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3174
3175         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3176
3177 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3178
3179         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3180         characters arrays of larger size than the declared one.
3181
3182 2005-04-10 Borut Razem <borut.razem AT siol.net>
3183
3184         * src/pic/gen.c (genInline),
3185           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3186           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3187           (findNextInstruction), (findPrevInstruction),
3188           (findInstructionUsingLabel),
3189           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3190         * src/pic/pcode.c (findLabel): added missing '\n'
3191         * src/src.dsp: added SDCCdwarf2.c to the project
3192
3193 2005-04-09 Borut Razem <borut.razem AT siol.net>
3194
3195         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3196
3197 2005-04-08 Raphael Neider <rneider AT web.de>
3198
3199         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3200           into the chain after a given one) and mergeDefmapSymbols (combine
3201           defmap entries for each symbol per pcode)
3202         * (createDefmap): have defmap entries merged in the end
3203         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3204           a symbol before replacing one access type's symbol, merge symbols in
3205           the end (replacement symbol might already have an entry)
3206         * (assignValnums): keep reference to written WREG intact
3207
3208 2005-04-08 Raphael Neider <rneider AT web.de>
3209
3210         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3211           Alpha)
3212
3213 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3214
3215         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3216         bytes
3217
3218 2005-04-07 Raphael Neider <rneider AT web.de>
3219
3220         * device/include/pic16/usart.h: added compatibility defines for
3221           devices with more than one USART
3222         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3223
3224 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3225
3226         * device/lib/Makefile.in: updated for port specific include
3227
3228 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3229
3230         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3231
3232 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3233
3234         * device/include/8051.h,
3235         * device/include/8052.h,
3236         * device/include/at89S8252.h,
3237         * device/include/at89c55.h,
3238         * device/include/at89x051.h,
3239         * device/include/at89x51.h,
3240         * device/include/at89x52.h,
3241         * device/include/mcs51reg.h,
3242         * device/include/reg51.h,
3243         * device/include/reg764.h,
3244         * device/include/regc515c.h,
3245         * device/include/sab80515.h: (re)moved these 12 files
3246         * device/include/mcs51/8051.h,
3247         * device/include/mcs51/8052.h,
3248         * device/include/mcs51/at89S8252.h,
3249         * device/include/mcs51/at89c55.h,
3250         * device/include/mcs51/at89x051.h,
3251         * device/include/mcs51/at89x51.h,
3252         * device/include/mcs51/at89x52.h,
3253         * device/include/mcs51/mcs51reg.h,
3254         * device/include/mcs51/reg51.h,
3255         * device/include/mcs51/reg764.h,
3256         * device/include/mcs51/regc515c.h,
3257         * device/include/mcs51/sab80515.h: and added them here
3258
3259 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3260
3261         * device/include/stdarg.h: changed SDCC specific keywords to double
3262           underlined form.
3263         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3264           mcs51 and ds390.
3265         * device/include/hc08/mc68hc908gp32.h,
3266         * device/include/hc08/mc68hc908jb8.h,
3267         * device/include/hc08/mc68hc908jkjl.h,
3268         * device/include/hc08/mc68hc908qy.h: fixed comments
3269         * device/include/mcs51/README: updated
3270         * device/include/mcs51/c8051f120.h: added PINRSF
3271         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3272         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3273           amidst code. Also inline is not supported.
3274
3275 2005-04-06 Raphael Neider <rneider AT web.de>
3276
3277         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3278         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3279           callers stack/frame pointers
3280
3281 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3282
3283         * device/include/pic16/usart.h: added, missing in previous commit,
3284         * device/include/pic16/adc.h: fixed typo,
3285         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3286         commit,
3287         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3288         <p18fxxx.inc>
3289         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3290         uninitialized because a bug appears with gplink
3291         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3292         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3293         complains for unrecognised option
3294
3295 2005-04-05 Raphael Neider <rneider AT web.de>
3296
3297         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3298           structs as well (using memcpy)
3299         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3300           on ISRs (GOTO has no label)
3301         * src/pic16/device.h: added OF_OPTIMIZE_DF
3302         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3303           new data flow analysis/optimization
3304         * src/pic16/pcode.c: added (prototypes for and implementation of)
3305           dataflow analysis functions, fixed pCodeInstructions' inCond and
3306           outCond values, made RCALL a branch instruction
3307         * (pic16_unlinkpCode): keep C line if possible
3308         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3309           C line moved if possible
3310         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3311         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3312           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3313         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3314           new flow)
3315         * (pic16_getJumptabpCode): NEW, needed in...
3316         * (LinkFlow): fixed handling of jumptables, calls and conditional
3317           branches
3318         * (pic16_InsertCommentAfter): NEW
3319         * (pic16_pCodeReplace): made verbose and flow preserving
3320         * (AnalyzeFlow): added call to data flow analysis
3321         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3322         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3323         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3324
3325 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3326
3327         * src/SDCCast.c (decorateType): fixed bug #1105626
3328
3329 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3330
3331         * device/include/asm/pic16/features.h,
3332         * pic18f*.h headers,
3333         * device/include/pic16/adc.h,
3334         * device/include/pic16/delay.h,
3335         * device/include/pic16/i2c.h,
3336         * device/include/pic16/malloc.h,
3337         * device/include/pic16/stdio.h,
3338         * device/include/pic16/stdlib.h,
3339         * device/include/pic16/string.h,
3340         * device/lib/pic16/libc/stdio/printf_tiny.c,
3341         * device/lib/pic16/libc/stdio/printf_small.c,
3342         * device/lib/pic16/libc/stdio/strmgpsim.c,
3343         * device/lib/pic16/libc/stdio/strmmssp.c,
3344         * device/lib/pic16/libc/stdio/strmusart.c,
3345         * device/lib/pic16/libc/stdio/vfprintf.c,
3346         * device/lib/pic16/libc/stdlib/ltoa.c,
3347         * device/lib/pic16/libc/stdlib/putchar.c,
3348         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3349         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3350         * device/lib/pic16/libc/stdlib/memchrram.c,
3351         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3352         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3353         * device/lib/pic16/libio/adc/adcbusy.c,
3354         * device/lib/pic16/libio/adc/adcread.c,
3355         * device/lib/pic16/libio/adc/adcsetch.c,
3356         * device/lib/pic16/libio/usart/ubaud.c,
3357         * device/lib/pic16/libio/usart/ubusy.c,
3358         * device/lib/pic16/libio/usart/udrdy.c,
3359         * device/lib/pic16/libio/usart/uopen.c,
3360         * device/lib/pic16/libio/usart/uputc.c,
3361         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3362         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3363         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3364         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3365         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3366         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3367         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3368         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3369         specific keywords to double underlined form,
3370         * device/lib/pic16/libc/Makefile.rules,
3371         * device/lib/pic16/libsdcc/Makefile.rules,
3372         * device/lib/pic16/libm/Makefile,
3373         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3374         to compile with C standard set in Makefile.common
3375         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3376         rand.c and crc.c in compilation process,
3377         * device/lib/pic16/libsdcc/int/divuint.c,
3378         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3379         `c' from signed to unsigned,
3380         * device/lib/pic16/startup/crt0.c,
3381         * device/lib/pic16/startup/crt0i.c,
3382         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3383         keywords to double underlined form, bug fixes in _do_cinit function
3384         which prevented the correct initialization of the .idata segment,
3385         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3386         core to enter a infinite loop
3387         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3388
3389 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3390
3391         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3392
3393 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3394
3395         * device/include/Makefile.in: add support for hc08 subdirectory
3396         * device/include/hc08/: new subdirectory
3397         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3398         Lucas Loizaga, thanks!
3399         * device/include/hc08/mc68hc908qy.h,
3400         * device/include/hc08/mc68hc908gp32.h,
3401         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3402         their own directory. Changed internal macro names to use the compiler
3403         reserved namespace. Changed SDCC specific keywords to double
3404         underlined form.
3405         * device/include/math.h,
3406         * device/include/malloc.h,
3407         * device/include/stdarg.h,
3408         * device/include/stdbool.h
3409         * device/include/string.h,
3410         * device/include/tinibios.h,
3411         * device/include/ds400rom.h,
3412         * device/include/8051.h,
3413         * device/include/8052.h,
3414         * device/include/80c51xa.h,
3415         * device/include/at89c55.h,
3416         * device/include/at89S8252.h,
3417         * device/include/at89x51.h,
3418         * device/include/at89x52.h,
3419         * device/include/ds80c390.h,
3420         * device/include/reg764.h,
3421         * device/include/regc515c.h,
3422         * device/include/sab80515.h,
3423         * device/include/mcs51/c8051f000.h,
3424         * device/include/mcs51/c8051f018.h,
3425         * device/include/mcs51/c8051f020.h,
3426         * device/include/mcs51/c8051f040.h,
3427         * device/include/mcs51/c8051f060.h,
3428         * device/include/mcs51/c8051f120.h,
3429         * device/include/mcs51/c8051f300.h,
3430         * device/include/mcs51/c8051f310.h,
3431         * device/include/mcs51/c8051f320.h,
3432         * device/include/mcs51/c8051f330.h,
3433         * device/include/mcs51/c8051f350.h,
3434         * device/include/z180.h: Changed SDCC specific keywords to double
3435         underlined form.
3436
3437 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3438
3439         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3440         18F4455,
3441         * (pic16_assignConfigWordValue): disable testing of configuration
3442         register value with config mask,
3443         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3444         function with port->fun_prefix,
3445         * (genFunction): when generating a naked interrupt function never
3446         create an absolute segment placed in interrupt vector address, place
3447         the actual interrupt function at IVA instead, when an interrupt
3448         function is generated with unspecified interrupt then do not create
3449         the absolute section,
3450         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3451         code for generating a call to generic pointer get/put function with
3452         a call to function pic16_callGenericPointer(),
3453         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3454         the call to the generic pointer get/put functions with prefixing the
3455         function name with port->fun_prefix,
3456         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3457         * src/pic16/main.c (_process_pragma): prefix function with
3458         port->fun_prefix,
3459         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3460         calling assembler, old 18Fxxxx macro is deprecated,
3461         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3462         PC_ASMDIR in while condition,
3463         * (findInstruction): add PC_ASMDIR in while condition,
3464         * (buildCallTree): prefix main with port->fun_prefix,
3465         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3466         identifier for variable with banked access in instructions BTFSS,
3467         BTFSC, BCF, BSF, BTG
3468         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3469         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3470         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3471         perform optimization when enviroment variable NO_REG_OPT is set,
3472         * (insideLRBlock): NEW, return 1 if register is inside an
3473         INF_LOCALREGS block,
3474         * (RemoveRegFromLRBlock): remove a register that is completely
3475         eliminated by register optimization, but it is still left in local
3476         register store/restore in/from stack block,
3477         * (Remove2pcodes): after removing register, check to see if it
3478         should be removed from local register store/restore in/from stack
3479         block,
3480         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3481         DUMMY_READ_VOLATILE,
3482
3483         * device/include/pic16/adc.h: minor prototype modifications and
3484         update,
3485         * device/include/pic16/malloc.h: added GPL notice various
3486         modifications,
3487         * device/include/pic16/stdint.h: NEW, standard header for ints
3488         * device/include/pic16/delay.h: NEW, header for delay functions,
3489         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3490         delay1mtcy,
3491         * device/include/pic16/signal.h: NEW, header providing helper macros
3492         for implementing signal handlers,
3493         * device/include/pic16/stdio.h: added prototypes for functions,
3494         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3495         prototypes for stdin and stdout, added macro PUTCHAR to
3496         automatically implement putchar function prototype,
3497         * device/include/pic16/usart.h: modified and updated USART library,
3498         * device/lib/pic16/libio/adc/,
3499         * device/lib/pic16/libio/i2c: some modifications to improve library
3500         performance,
3501         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3502         family of functions,
3503         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3504         family of functions and other sources,
3505         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3506         of the PIC18Fxx[28] devices,
3507         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3508         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3509         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3510         _do_cinit function, because the previous failed when local variables
3511         where not placed in the same memory bank,
3512         * device/lib/pic16/libsdcc/char/: various modifications to improve
3513         library performance,
3514         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3515         information on the new functions of the c library and more...
3516
3517 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3518
3519         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3520
3521 2005-03-26 Raphael Neider <rneider AT web.de>
3522
3523         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3524           if condition == CARRY)
3525         * (genCmp): adapted to new genSkipc semantics
3526         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3527           on rIfx (genCmp was broken)
3528
3529 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3530
3531         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3532         * src/z80/main.c (_keywords[]),
3533         * src/SDCCglobal.h (struct options),
3534         * src/SDCC.y,
3535         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3536         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3537         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3538         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3539         always available in leading double underscore form. The C99 support is
3540         mostly missing, but it's a start.
3541         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3542         reserved identifier "__data".
3543
3544 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3545
3546         * src/mcs51/peeph.def: fixed bug 1170013
3547
3548 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3549
3550         * device/include/mcs51reg.h: fixed bug 842007
3551
3552 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3553
3554         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3555         last time.
3556
3557 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3558
3559         * src/port.h (struct PORT),
3560         * src/avr/ralloc.c (avr_assignRegisters),
3561         * src/avr/main.c,
3562         * src/ds390/ralloc.c (ds390_assignRegisters),
3563         * src/ds390/main.c,
3564         * src/hc08/ralloc.c (hc08_assignRegisters),
3565         * src/hc08/main.c,
3566         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3567         * src/mcs51/main.c,
3568         * src/pic/ralloc.c (pic14_assignRegisters),
3569         * src/pic/main.c,
3570         * src/pic16/ralloc.c (pic16_assignRegisters),
3571         * src/pic16/main.c,
3572         * src/xa51/ralloc.c (xa51_assignRegisters),
3573         * src/xa51/main.c,
3574         * src/z80/ralloc.c (z80_assignRegisters),
3575         * src/z80/ralloc.h,
3576         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3577         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3578         * src/SDCCcse.h,
3579         * src/SDCCdflow.c (computeDataFlow),
3580         * src/SDCCdflow.h,
3581         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3582         * src/SDCCloop.h,
3583         * src/SDCCcflow.c (*),
3584         * src/SDCCcflow.h,
3585         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3586         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3587         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3588         immedDom() returning wrong block; probably fixes bug #1160833)
3589
3590 2005-03-20 Borut Razem <borut.razem AT siol.net>
3591
3592         * support/scripts/inc2h.pl: WIN32 port
3593
3594 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3595
3596         * device/lib/makefile.in: added abs.c and labs.c
3597
3598 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3599
3600         * device/include/stdint.h: added
3601         * device/lib/abs.c: added
3602         * device/lib/labs.c: added
3603         * device/include/stdlib.h: added abs() and labs() prototypes
3604         * device/lib/libsdcc.lib: added abs and labs
3605         * device/include/float.h,
3606         * device/lib/_fsmul.c,
3607         * device/lib/printf_fast.c,
3608         * device/lib/printf_tiny.c: updated comments
3609
3610 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3613         bug #1164313
3614
3615 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3616
3617         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3618         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3619
3620 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3621
3622         * device/lib/printf_large.c: removed inline assembly for portability and
3623           readability. Use printf_fast if speed or size are more important.
3624         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3625         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3626
3627 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3628
3629         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3630         prevent compiler warning
3631
3632 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3633
3634         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3635         moved to level 0 and declared as static. Also they are explicit
3636         placed in access bank. This was necessery because some times they
3637         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3638         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3639         optimizations. Currently only compare to unsigned char is implemented,
3640         * src/pic16/gen.c: added fReturnIdx array,
3641         * (struct resolvedIfx) is moved to gen.h and made public,
3642         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3643         * (aopForSym): added an optimization to directly store in stack of
3644         the operand of a SEND iCode,
3645         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3646         but as registers instead (AOP_REG) using the fReturnIdx array,
3647         * (pic16_freeAsmop): remove the freed register from the
3648         _G.sregsAlloc field,
3649         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3650         a compare of 'WREG',
3651         * (pic16_popGetTempRegCond): changed function prototype, now
3652         function takes also a bitVector argument v which holds the current
3653         set of registers that are allocated for stack access by aopForSym,
3654         registers allocated in aopForSym for accessing stack symbols are not
3655         any more part of the functions usedRegs field,
3656         * (genCall): some times aopOp is called for a stack variable to be
3657         send, aopForSym might perform the push, if this is true make sure
3658         that genCall doesn't push the variable twice by testing _G.resDirect,
3659         * (genFunction): changed testing for unspecified interrupt number
3660         from 256 to INTNO_UNSPEC,
3661         * modified selection scheme of frame pointer generation. Previously
3662         if function did use local registers a frame pointer was generated,
3663         now a frame pointer is generated only if function has arguments
3664         (that need PLUSW2 register access), or has stack arguments, or the
3665         compiler is not instructed to omit the frame pointer,
3666         * (genEndFunction): before restoring local registers that were saved
3667         in the function preamble, also restore the registers that *might*
3668         have been allocated for stack access,
3669         * (genRet): removed some old comments,
3670         * (genCmp, the active (RN's) version): added a call to the
3671         pic16_genCmp_special function to perform the compare with a more
3672         robust and optimized way,
3673         * (genInline): a feature has been added in inline code generation,
3674         which allows a wildcard variable substitution when writing inline
3675         assembly. Code is incomplete and experimental therefore undocumented,
3676         * (genCast): changed order of aopOp for result and right to allow
3677         aopForSym to directly load the result if possible,
3678         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3679         perform an optimized compare on some selected special occasions,
3680         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3681         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3682         generate an IVT any more,
3683         * src/pic16/main.c (pic16_optionsTable): added command line option
3684         --optimize-cmp,
3685         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3686         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3687         macros,
3688         * src/pic16/NOTES: Raphael Neider added in list of active developers
3689         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3690         jumptable_end to prevent bug #,
3691         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3692         inCond and outCond fields,
3693         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3694         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3695         turn off register spilling,
3696         * (packRegsForOneUse): synced with other ports' versions although it
3697         is not used currently,
3698         * (pic16_packRegisters): added an optimization while reading
3699         structure bitfields, some registers may be saved (malloc code is
3700         decreased by 80 bytes)
3701
3702 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3703
3704         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3705         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3706         this can be optimized more?
3707
3708 2005-03-10 Raphael Neider <rneider AT web.de>
3709
3710         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3711           genNearPointerGet): (hopefully) fixed access to bitfields via
3712           pointers (p->bitN = x; and x = p->bitN; failed)
3713
3714 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3715
3716         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3717
3718 2005-03-09 Raphael Neider <rneider AT web.de>
3719
3720         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3721
3722 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3725         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3726           (regTypeNum): set REG_BIT type if necessary
3727         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3728         * support/regression/tests/critical.c: check bug 1144613
3729
3730 2005-03-02 Raphael Neider <rneider AT web.de>
3731
3732         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3733
3734 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/avr/ralloc.c (serialRegAssign),
3737         * src/ds390/ralloc.c (serialRegAssign),
3738         * src/hc08/ralloc.c (serialRegAssign),
3739         * src/mcs51/ralloc.c (serialRegAssign),
3740         * src/pic/ralloc.c (serialRegAssign),
3741         * src/pic16/ralloc.c (serialRegAssign),
3742         * src/xa51/ralloc.c (serialRegAssign),
3743         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3744
3745 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * src/SDCCast.c (decorateType): fixed bug 1124787
3748
3749 2005-02-20 Hubert Sack <sack AT digiplan.de>
3750         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3751
3752         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3753         patch #1121755
3754
3755 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3756
3757         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3758         to keep the correct label reference count when adding/removing references
3759         to labels. A peephole file using this is appended to patch #1144962.
3760
3761 2005-02-14 Raphael Neider <rneider AT web.de>
3762
3763         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3764         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3765         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3766           retrievals of result operand's value on assignment
3767
3768 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3769
3770         * device/include/pic16/string.h: modified prototype for memccpy()
3771         to memccpy(void *, void *, char, size_t)
3772         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3773         check whether to omit frame pointer or not,
3774         * (genInline): convert all occurences of "\n" to LF in inline
3775         assembler blocks, this helps formatting the inline text,
3776         * (pic16_loadFSR0): modified prototype,
3777         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3778         removed some 8051 legacy code,
3779         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3780         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3781         before allocating temporary registers in functions,
3782
3783 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3784
3785         * support/regression/tests/bitvars.c: corrected the "fix"
3786
3787 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3788
3789         * support/regression/tests/bitvars.c,
3790         * support/regression/tests/bitwise.c,
3791         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3792
3793 2005-02-10 Raphael Neider <rneider AT web.de>
3794
3795         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3796           different size for Alpha
3797         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3798
3799 2005-02-09 Raphael Neider <rneider AT web.de>
3800
3801         * src/SDCC.lex(doPragma) : save and restore warning options as well
3802           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3803         * have #pragma less_pedantic set the errorlevel to WARNING
3804           (fixes #1117001)
3805         * (cloneOptimize) : fixed wrong malloc's size
3806         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3807           facilitate correct handling of #pragma (save|restore)
3808
3809 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3810
3811         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3812
3813 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3814
3815         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3816
3817 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3818
3819         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3820
3821 2005-02-02 Raphael Neider <rneider AT web.de>
3822
3823         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3824         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3825         * (pic16_storeForReturn): fixed to allow returning function pointers
3826         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3827         * device/include/pic16/{stddef.h,stdbool.h}: added
3828
3829 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3830
3831         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3832
3833 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3834
3835         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3836         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3837          appeared to be required
3838
3839 2005-01-31 Borut Razem <borut.razem AT siol.net>
3840
3841         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3842           include/mcs51 and include/z80 directories to the package
3843
3844 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3845
3846         * src/hc08/gen.c (genFunction): fixed bug #1112752
3847
3848 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3849
3850         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3851
3852 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3853
3854         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3855
3856 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3857
3858         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3859
3860 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3861
3862         * device/include/c8051fxxx.h: removed these 6 files
3863         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3864
3865 2005-01-26 Raphael Neider <rneider AT web.de>
3866
3867         * src/pic16/gen.c (genAssign): fixed assignment from longs
3868           in codespace (were cut to three bytes)
3869         * (genDummyRead): implemented (except for CODESPACE...),
3870           fixed bug #1108575
3871         * src/pic16/glue.c (emitStatistics): beautified
3872         * device/lib/pic16/libm/Makefile: added include path
3873
3874 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3875
3876         * src/z80/gen.c (aopPut): fixed bug #1103902
3877
3878 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3879
3880         * device/lib/expf.c: fixed bug #1095792
3881
3882 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3883
3884         * device/lib/pic16/libm: added Math library sources
3885
3886 2005-01-24 Raphael Neider <rneider AT web.de>
3887
3888         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3889           to enable upcast to pCodeOpReg2 (there is no type tag to
3890           differenciate the two and pic16_popGet2p cast into PCOR2)
3891         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3892           (sizeof(sectNames) changed to sizeof(sectName))
3893           Both patches fix segfaults under MinGW.
3894
3895 2005-01-23 Raphael Neider <rneider AT web.de>
3896
3897         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3898           Safe_[mc]?alloc()'ed variables
3899         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3900           of (byte sized) temporaries (assign them to WREG for now)
3901         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3902           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3903           this might fix SIGSEGVs on MinGW...
3904         * src/SDCCopt.c (killDeadCode): restored original behaviour
3905           (volatile operands might get thrown away though)
3906
3907 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3908
3909         * src/pic16/gen.c: fixed bug #1106975,
3910         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3911         pointer update, INTCON is saved, global interrupts are disabled and
3912         restored after updateing TOS.
3913         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3914         * added function attribute 'shadowregs' to take advantage of shadow
3915         registers,
3916         * added function attribute 'wparam' as an alternative to the wparam
3917         pragma,
3918         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3919         user declares a non-ISR function as 'shadowregs',
3920         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3921
3922 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3923
3924         * .version: bumped version number to 2.4.8
3925         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3926         pic16 port,
3927         * device/lib/pic16/libio/i2c/: I2C module support library,
3928         * device/include/pic16/i2c.h: I2C support library header,
3929         * device/lib/pic16/libc/stdio/: standard IO support sources,
3930         * (printf_small.c): printf_small() source, supports float print,
3931         * (printf_tiny.c): printf_tiny() source, does not support floats,
3932         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3933         enable global optimizations for entire library source, other
3934         Makefiles in the source tree are also modified to reflect this,
3935         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3936         function,
3937         * doc/sdccman.lyx: updated to reflect new changes,
3938         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3939         sym->onStack if-case,
3940         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3941         sbit, idata, _idata, xdata, _xdata,
3942         * added pragma library, to link an external library, (see doc),
3943         * removed command line options, --pomit-config-words, --pomit-ivt,
3944         --pleave-reset-vector,
3945         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3946         when calling assembler to reflect memory model used, also define
3947         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3948         reflect stack model used,
3949         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3950         on stack return NULL,
3951
3952 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3953
3954         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3955           of the operands is volatile. Fixes #1020220
3956
3957 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3958
3959         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3960         * (OptimizeRegUsage): make sure that there is really no other flow where
3961           the first pCode is used
3962
3963 2005-01-22 Raphael Neider <rneider AT web.de>
3964
3965         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3966           to fix #1106967 (pCode->seq are not set up correctly)
3967
3968 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * src/SDCCglue.c (glue): make sure code area is declared before the
3971         static initialization area.
3972
3973 2005-01-21 Raphael Neider <rneider AT web.de>
3974
3975         * device/lib/Makefile.in: fixed test for pic16 install dir
3976         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3977           optimizations
3978         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3979           added --optimize-goto compiler switch and pragma wparam documentation
3980         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3981         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3982           and PRODH closing bug #1071770 (peephole optimizer)
3983
3984 2005-01-19 Raphael Neider <rneider AT web.de>
3985
3986         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3987           cmdLine buffers (used when calling sdcpp...) are large enough
3988           (MAX_PATH=256 truncates arguments leading to system halts when
3989           used in MinGW...)
3990         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3991         * (genUminus): rewritten to for efficiency
3992         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3993           used uninitialized in some cases)
3994         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3995           copy the third byte from the int -- now assumes 0x80 (data memory)
3996         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3997           operands (genAddLit expects the iCode's operands to swapped as
3998           well), fixed leftover bytes (crashed for short left operands)
3999         * (pic16_genMinusDec): performance improvements, removed false
4000           PIC14 emitSKPNCs
4001         * (pic16_genMinus): fixed to cope with differently sized operands
4002         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4003           for --obanksel > 1
4004         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4005         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4006           new banksel optimization
4007         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4008           analysis for temporary registers (segfaults...)
4009         * src/pic16/peeph.def: added rule
4010
4011 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4012
4013         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4014         which converts a float number to its ASCII representation
4015         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4016         functions to convert the fractional and integer part of a float to ASCII,
4017         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4018         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4019         ram
4020         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4021         _STATMEM macros,
4022         * device/include/pic16/adc.h: added GPL info,
4023         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4024         a pCodeOp as tested operand,
4025         * (genNearPointerGet): optimized bit testing, does not use
4026         intermediate register for bit value, test directly instead with
4027         BTFSS, BTFSC, works only for single bits,
4028         * (genpic16Code): dump the name of the iCode in the asm,
4029         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4030         renamed to pic16_decodeOp,
4031         * (serialRegAssign): do not allocate a temporary register for iCode
4032         sequences that test a single bit for 1/0
4033
4034 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4035
4036         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4037         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4038         access stack and frame pointers. They are initially assigned to
4039         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4040         accessing SFRs. Updated all occurences of modification of stack or
4041         frame pointer in gen.c and pcode.c,
4042         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4043         assigning of a literal value to pointers,
4044         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4045         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4046         selected
4047
4048 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4049
4050         * doc/sdccman.lyx: update documentation about stack pragma, added
4051         some info for stack memory models
4052
4053 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4054
4055         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4056
4057 2005-01-08 Raphael Neider <rneider AT web.de>
4058
4059         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4060           udata sections to fix bug #1097823
4061
4062 2005-01-05 Raphael Neider <rneider AT web.de>
4063
4064         * src/pic16/gen.c (genGenericShift): added handling of differently
4065           sized left operand and result
4066
4067 2005-01-04 Raphael Neider <rneider AT web.de>
4068
4069         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4070         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4071           to hold the condition bit)
4072         * added new version of genCmp (old code available via #define)
4073         * added new version of genShiftLeft/genShiftRight in a generic
4074           way, now supports shifting by negative values
4075         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4076           shiftCount (expected by genGenericShift)
4077         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4078         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4079           dump
4080         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4081           is an invalid literal too...)
4082
4083 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4084
4085         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4086         from Raphael Neider,
4087         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4088         for 8-bit literals. This fixes some literal operands which are sign
4089         extended to 16-bits ints when instruction needs only 8-bits.
4090
4091 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4092
4093         * device/lib/logf.c: added mcs51 assembly version
4094         * device/lib/expf.c: added mcs51 assembly version
4095         * device/lib/_logexpf.c: new shared asm code for expf and logf
4096         * device/include/math.h: add defines for assembly math library
4097         * device/lib/Makefile.in: build new _logexpf.c
4098         * device/lib/libfloat.lib: use new _logexpf.c
4099
4100 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4101
4102         * src/pic/device.c
4103         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4104           device types which have less than 0x7f registers.
4105
4106 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4107
4108         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4109
4110 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4111
4112         * device/lib/printf_fast.c: only build on supported arch.
4113         * device/lib/printf_tiny.c: only build on supported arch.
4114         * device/lib/printf_fast_f.c: only build if asm float lib
4115         * device/lib/_fsget1arg.c: only build if asm float lib
4116         * device/lib/_fsget2args.c: only build if asm float lib
4117         * device/lib/_fsnormalize.c: only build if asm float lib
4118         * device/lib/_fsreturnval.c: only build if asm float lib
4119         * device/lib/_fsrshift.c: only build if asm float lib
4120         * device/lib/_fsswapargs.c: only build if asm float lib
4121         * device/include/stdio.h: don't provide print_fast,
4122           print_fast_f, print_tiny prototypes if --xstack used
4123
4124 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4125
4126         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4127         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4128           to the SOURCES
4129
4130 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4131
4132         * device/lib/printf_fast_f.c: same as printf_fast, but
4133           with floating point enabled
4134         * device/lib/printf_fast.c: minor tweaks
4135         * device/include/stdio.h: add printf_fast_f
4136
4137 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4138
4139         * src/SDCCmain.c: make --float-reent default for mcs51
4140         * device/lib/_fsadd.c: added mcs51 assembly version
4141         * device/lib/_fssub.c: added mcs51 assembly version
4142         * device/lib/_fsmul.c: added mcs51 assembly version
4143         * device/lib/_fsdiv.c: added mcs51 assembly version
4144         * device/lib/_fseq.c: added mcs51 assembly version
4145         * device/lib/_fsneq.c: added mcs51 assembly version
4146         * device/lib/_fsgt.c: added mcs51 assembly version
4147         * device/lib/_fslt.c: added mcs51 assembly version
4148         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4149         * device/lib/Makefile.in: add _fscmp to build
4150         * device/lib/libfloat.lib: add _fscmp to build
4151
4152 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4153
4154         * device/lib/_fs2slong.c: added mcs51 assembly version
4155         * device/lib/_fs2sint.c: added mcs51 assembly version
4156         * device/lib/_fs2schar.c: added mcs51 assembly version
4157         * device/lib/_fs2ulong.c: added mcs51 assembly version
4158         * device/lib/_fs2uint.c: added mcs51 assembly version
4159         * device/lib/_fs2uchar.c: added mcs51 assembly version
4160         * device/lib/_slong2fs.c: added mcs51 assembly version
4161         * device/lib/_sint2fs.c: added mcs51 assembly version
4162         * device/lib/_schar2fs.c: added mcs51 assembly version
4163         * device/lib/_ulong2fs.c: added mcs51 assembly version
4164         * device/lib/_uint2fs.c: added mcs51 assembly version
4165         * device/lib/_uchar2fs.c: added mcs51 assembly version
4166         * device/include/float.h: added #define to select asm vs c
4167
4168 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4169
4170         * device/lib/printf_fast.c: improvements to float output
4171         * device/include/float.h: add defines for assembly float library
4172         * device/lib/_fsget1arg.c: receive 1 float arg
4173         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4174         * device/lib/_fsnormalize.c: normalize a float
4175         * device/lib/_fsreturnval.c: return float, various helper routines
4176         * device/lib/_fsrshift.c: right shift a float's mantissa
4177         * device/lib/_fsswapargs.c: swap 2 floats
4178         * device/lib/Makefile.in: build these 6 new files for mcs51
4179         * device/lib/libfloat.lib: add these 6 files to the library
4180
4181 2004-12-26 Borut Razem <borut.razem AT siol.net>
4182
4183         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4184           built by gcc 3.4.2
4185
4186 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4187
4188         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4189           and fully reentrant and register bank neutral.
4190         * device/lib/printf_fast.c: added float (not enabled by default),
4191           added compact/slower integer (also not enabled by default),
4192           improved size/speed of fast integer code, other minor changes
4193         * device/include/stdio.h, device/lib/Makefile.in,
4194           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4195
4196 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4197
4198         * src/pic16/pcode.c: declaring variables other than at the start of a
4199           block is not supported in C by VC6.
4200
4201 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4202
4203         * applied a previous patch from Raphael Neider that wasn't included
4204         in the previous commits, which fixes infinite loops within jumptable
4205         improvements,
4206         * made some fixes that previous patches introduced
4207
4208 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4209
4210         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4211         that fixes an issue with AOP_PCODE asmop's offset,
4212         * (pic16_popCopyReg): update instance field too,
4213         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4214         function of pic port,
4215         * (genCmp, genAnd, genAssign),
4216         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4217
4218 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4219
4220         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4221         variables initial values to idata section,
4222         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4223         variables in some functions. This utilizes parmBytes field of iCode
4224         structure to hold the offset of the variable in stack. (might be
4225         able to use the stack field too?)
4226         * applied patch from Raphael Neider # ### , # ###
4227         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4228         variable initial values in idata section,
4229         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4230         for static variables with initial value
4231         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4232         applied fix in while loop from Raphael Neider.
4233
4234 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4235
4236         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4237         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4238         * src/ds390/ralloc.c (serialRegAssign): spill bits
4239         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4240         * support/Util/SDCCerr.c,
4241         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4242         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4243         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4244
4245 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4246
4247         * device/include/sdcc-lib.h: inserted LGPL, added includes
4248           asm/ds390/features.h and asm/mcs51/features.h
4249         * device/include/asm/default/features.h,
4250         * device/include/asm/gbz80/features.h,
4251         * device/include/asm/z80/features.h: added empty _AUTOMEM
4252           and _STATMEM
4253         * device/include/asm/ds390/features.h,
4254         * device/include/asm/mcs51/features.h: added files with defines for
4255           _AUTOMEM and _STATMEM indicating automatic and static storage class
4256         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4257         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4258         * src/SDCCicode.c (geniCodeCast),
4259         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4260         * src/SDCCloop.c (loopInduction): removed unused variable lr
4261         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4262           to convertToFcall to include char modulo (RFE 1065037), added check
4263           if left operand is unsigned and use abs of literal value
4264         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4265           as it doesn't work after conversion from peephole.def to peephole.rul
4266         * src/mcs51/gen.c (toBoolean): added check for size,
4267           (genModOneByte): optimized code for signed char modulo a literal
4268           power of 2 (thanks to Hubert Sack),
4269           (genRRC): removed unnecessary "clr c",
4270           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4271         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4272           jump optimization,
4273           swapped rules 256.c and 256.d,
4274           extended 256.d by using new multiple checks (thanks Erik),
4275           added rules 256.e and 256.f,
4276           updated rule 261.a and 261.b to new generated code
4277         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4278
4279 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4282           induction related bugs, including first part of bug #1074377
4283
4284 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4285
4286         * applied patch from bug-report #1076292,
4287         * applied patches for genAnd and Goto-optimizations for Raphael
4288         Neider,
4289         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4290         dump a less iCode information,
4291         * src/pic16/device.h (pic16_options_t): added field debgen,
4292         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4293         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4294         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4295         puclic,
4296         * (various functions): added macros FENTRY and FENTRY2 to functions,
4297         to emit function prologue,
4298         * (various functions): fixed indentation,
4299         * (genNearPointerGet): fixed loading of FSR0,
4300         * (genPackBits): applied patch from Raphael Neider to fix updating
4301         of FSR0 and touching only the modified bits,
4302         * src/pic16/genarith.c (various functions): added macros FENTRY to
4303         emit function prologue in comments,
4304         * src/pic16/pcode.h: added functions debugf2, debugf3,
4305         * src/pic16/ralloc.c: partial fix for packForPush caused
4306         segmentation fault,
4307
4308 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4309
4310         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4311           <stsp AT users.sourceforge.net> with reversed byte order
4312         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4313
4314 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4315
4316         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4317           bug #1074377
4318         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4319         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4320
4321 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4322
4323         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4324
4325 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4328           conditions,
4329           (setFromConditionArgs): friendly operand parser for peephole rules,
4330           (operandBaseName, operandsNotRelated): new peephole condition
4331           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4332           architecture specific register naming into account, handles n-way
4333           comparisons, and supports quoted literals
4334         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4335
4336 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4337
4338         * src/mcs51/peeph.def: fixed bug #1076940
4339
4340 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4341
4342         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4343
4344 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4345
4346         Adding support for replacing ljmps with sjmps in jumptables
4347         generated for switch statements. For now you need to set the
4348         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4349         Now 4 algorithms for mcs51 jumptable generation are used:
4350         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4351         addresses loaded pc-relative for up to 112 cases and stack-pushing
4352         target addresses loaded with offset from dptr for up to 256 cases.
4353
4354         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4355         * src/mcs51/main.c: adapted constants for switch table generation
4356         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4357
4358 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4359
4360         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4361         * support/regression/tests/bug1057979.c: added test for bug 1073386
4362
4363 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4366         compilers
4367
4368 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4369
4370         * src/pic16/device.h,
4371         * src/pic16/genarith.c,
4372         * src/pic16/glue.c,
4373         * src/pic16/main.c,
4374         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4375
4376 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4377
4378         Large cummulative patch for pic16 port.
4379         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4380         to call when a stack overflow occurs,
4381         * (malloc.h): added CVS Id tag,
4382         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4383         variable,
4384         * added libc directory. The current version of LibC contains string
4385         functions, ctype functions and macros and some functions of the
4386         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4387         be extensively tested in the future. Standard disclaimer here.
4388         Library is not automatically build yet. But one can build it by
4389         invoking 'make' inside the libc directory.
4390         * added ADC library under libio. Preliminary version yet.
4391
4392         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4393         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4394         aopForRemat() now and not by pic16_aopOp(),
4395         * (pic16_popGetTempReg): removed warning messgae when allocating
4396         temporary registers, its a buggy feature and will be removed,
4397         * (pic16_popGet): set register instance field in AOP_CRY,
4398         * (pic16_outBitC): fixed for results in size greater than 1,
4399         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4400         * (pic16_storeForReturn): optimized return of 0,
4401         * (genCmp): experimental code for new genCmp which uses PIC18's
4402         special compare&skip instructions. Initial tests fail some times
4403         with variables grater than 1 byte in size, so new code is disabled,
4404         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4405         a single bit,
4406         * (genCast): began a fix to optimize the casting of a bit to another
4407         bit, now assigning a bitfield to another bitfield will fail, sorry,
4408         * src/pic16/main.c: disabled the use of lr-support feature,
4409         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4410         * added some function prototypes, added function _debugf prototype,
4411         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4412         bits with offset (case PO_GPR_BIT),
4413         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4414         command line,
4415         * (isBankInstruction): modified to return 0 for no banking instruction,
4416         and 1 for banking instruction,
4417         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4418         caused stop processing pCodes after a inline assembly block,
4419         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4420         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4421         registers when it shouldn't,
4422         * src/pic16/ralloc.c (allocReg): add preliminary support for
4423         supporting a limited set of temporary registers,
4424
4425 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4426
4427         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4428           genDataPointerSet): ensure assignments always copy in MSB to LSB
4429           order,
4430           (loadRegFromAop): recognize CLRH optimization,
4431           (genFunction): optimize RECEIVE iCodes in reentrant functions
4432
4433 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4434
4435         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4436           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4437           selected.
4438         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4439         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4440           contiguous with data
4441
4442 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4443
4444         * device/lib/_gptrget.c (_gptrget),
4445         * device/lib/_gptrgetc.c (_gptrgetc),
4446         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4447           instead of sjmp to ret
4448         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4449           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4450
4451 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * .version: bumped version to 2.4.7
4454         * device/lib/_gptrget.c (_gptrget): is now _naked
4455         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4456         * device/lib/_gptrput.c (_gptrput): is now _naked
4457         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4458           (createFunction): fixed xstack
4459         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4460         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4461           or bit either,
4462           (geniCodeCritical): store original interrupt state in an iTemp bit
4463           var unless stack-auto
4464         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4465         * src/SDCCmain.c (setIncludePath): added include/target to search path
4466         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4467         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4468           prototype,
4469           (processFuncArgs): put bit vars in bit area
4470         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4471           unsaveRBank): fixed xstack,
4472           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4473           (genFunction, genEndFunction): fixed xstack,
4474           (genAssign): optimization don't walk backwards through mem
4475         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4476         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4477         * support/regression/Makefile: also make library (for stack-auto) when
4478           making "all" and added "test-mcs51-xstack-auto"
4479         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4480         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4481         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4482         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4483         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4484           make-library by MAKE_LIBRARY
4485         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4486           regression tests for xstack
4487         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4488         * support/regression/tests/critical.c: test for critical on mcs51
4489
4490 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4491
4492         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4493           built version of sdcc instead of installed version
4494
4495 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4496
4497         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4498         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4499           vprintf.c now
4500         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4501         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4502           WARNING: remove device/lib/build/z80/printf.o by hand when
4503           updating from previous build!
4504         * device/lib/z80/printf.c: updated comment
4505         * support/regression/tests/bug1057979.c: test all ports now
4506         * support/regression/tests/bug1065458.c: file added
4507
4508 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4509
4510         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4511           *_start and *_end symbols for static functions
4512
4513 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4514
4515         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4516           and search crt0.o in all library paths,
4517           (setIncludePath): proper handling of --nostdinc,
4518           (setLibPath): proper handling of --nostdlib
4519         * support/regression/Makefile,
4520         * support/regression/ports/ds390/spec.mk,
4521         * support/regression/ports/gbz80/spec.mk,
4522         * support/regression/ports/hc08/spec.mk,
4523         * support/regression/ports/mcs51/spec.mk,
4524         * support/regression/ports/mcs51-large/spec.mk,
4525         * support/regression/ports/mcs51-stack-auto/spec.mk,
4526         * support/regression/ports/z80/spec.mk: use include and lib files from
4527           built version of sdcc instead of installed version
4528         * doc/sdccman.lyx: fixed typo in --nostdinc
4529
4530 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4531
4532         * src/pic/pcode.c,
4533         * src/pic/device.c,
4534         * src/pic/ralloc.c,
4535         * src/pic/gen.c : added support to generate code for struct bit fields.
4536
4537 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4538
4539         * as/xa51/xa_version.h,
4540         * device/include/errno.h,
4541         * device/include/regc515c.h,
4542         * device/lib/_itoa.c,
4543         * device/lib/_ltoa.c,
4544         * device/lib/ser_ir_cts_rts.c,
4545         * sim/ucsim/xa.src/glob.cc,
4546         * sim/ucsim/xa.src/inst_gen.cc,
4547         * sim/ucsim/xa.src/xa_bit.cc,
4548         * sim/ucsim/xa.src/xa_sfr.cc,
4549         * sim/ucsim/z80.src/inst_dd.cc,
4550         * sim/ucsim/z80.src/inst_fdcb.cc,
4551         * support/scripts/keil2sdcc.pl,
4552         * src/pic16/pic16.dsp,
4553         * src/pic16/pic16a.dsp: corrected cvs line endings
4554         * device/lib/printf_large.c: fixed bug 1057979
4555         * src/pic16/gen.c: fixed non-C standard code
4556         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4557         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4558         * support/regression/ports/mcs51/support.c: reload T1 asap
4559         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4560           pdata use and clear idata startup behaviour
4561         * support/regression/tests/bug1057979.c: added
4562
4563 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4564
4565         * device/examples/ds390/ow390/ad26.h,
4566         * device/examples/ds390/ow390/cnt1d.h,
4567         * device/examples/ds390/ow390/crcutil.c,
4568         * device/examples/ds390/ow390/ownet.h,
4569         * device/examples/ds390/ow390/owsesu.c,
4570         * device/examples/ds390/ow390/swt12.h,
4571         * device/examples/ds390/ow390/swtoper.c,
4572         * device/examples/ds390/ow390/temp10.h,
4573         * device/examples/ds390/ow390/thermodl.c,
4574         * device/examples/ds390/tinitalk/tinitalk.dsp,
4575         * device/examples/ds390/tinitalk/tinitalk.dsw,
4576         * device/examples/mcs51/clock/hw.h,
4577         * device/examples/mcs51/simple2/go.bat,
4578         * device/examples/serialcomm/windows/serial.h,
4579         * device/examples/xa51/dummy.c,
4580         * device/examples/xa51/hello.c,
4581         * device/include/80c51xa.h,
4582         * device/include/at89x051.h: corrected cvs line endings
4583
4584 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4585
4586         * src/pic16/main.c (options): added command line --gstack, to trace
4587         stack over/under flows,
4588         * added pragma 'wparam' to allow passing first byte of function
4589         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4590         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4591         call to __gstack_test function and sets up the symbol as extern,
4592         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4593         * popaop): added call to pic16_testStackOverflow,
4594         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4595         wparamList list,
4596         * (genCall, genPcall): now all parameters are passed via stack
4597         except in functions that are pass to wparam pragma in which WREG is
4598         used too,
4599         * (genPcall): REENTRANT flag is checked to see if variable prototype
4600         contains reentrant keyword, don't call a non-reentrant function, via
4601         a reentrant function pointer or vice versa, functions are never
4602         passed via WREG,
4603         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4604         D.Winkler,
4605         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4606         SIGSEGV when accessing a NULL register stucture,
4607         * (pic16_printGPointerType): modified to handle UPPER modifier for
4608         function initializers, changed prototype of function to simpler one,
4609         * (pic16_printIvalFuncPtr): check to see if function is already
4610         added in externs list,
4611         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4612         optimized a move from W to SFR with a move to the same register
4613         later after a CALL,
4614         * device/lib/pic16/debug: NEW directory, contains debug features
4615         which are enabled when linking with libdebug.lib, currently command
4616         line option --gstack enables stack pointer tracing for over/under
4617         flow, corresponding sources are in debug/gstack
4618
4619 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4620
4621         * doc/sdccman.lyx: updated SDCC version,
4622         * (PIC16 port): update list of command line options,
4623         * src/pic16/device.h (structure pic16_options_t): added field gstack
4624         to enable stack overflow tracing on push/pops,
4625         * src/pic16/device.c (statistics structure): added statistics
4626         structure,
4627         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4628         pic16_dump_int_registers): increase statistics counters for each
4629         * variable which is encountered
4630         * (pic16_dump_usection): emit each .udata variable to its own udata
4631         section,
4632         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4633         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4634         parameters via stack, otherwise use old scheme,
4635         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4636         assembler output file,
4637         * src/pic16/main.c: added command line options --gstack to enable
4638         push/pop tracing for stack overflow,
4639         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4640         instructions): added size of each instruction,
4641         * (pic16_countInstruction): estimate size of instructions in
4642         the_pFile list, inline assembly blocks are not counted,
4643         * (pic16_FixRegisterBanking): trace previous register usage, when
4644         banksel optimizations is greater than 0, don't emit a redudant
4645         banksel directive,
4646
4647 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4648
4649         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4650         * src/pic16/ralloc.c : applied same fix for pic16.
4651         * src/pic/gen.c : tidied it up a little.
4652
4653 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4654
4655         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4656         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4657
4658 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4659
4660         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4661
4662 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4663
4664         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4665         non-reentrant function __modsint in the interrupt function (thus
4666         corrupting math operations during serial I/O)
4667         * device/lib/ser_ir.c: as above, changed buffersize
4668         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4669         256.c,d for zeroing
4670         * doc/Makefile: added option -t for rsync
4671
4672 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * src/SDCCast.h (struct ast),
4675         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4676
4677 2004-10-20 Borut Razem <borut.razem AT siol.net>
4678
4679         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4680         package
4681
4682 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4683
4684         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4685         makefile targets,
4686         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4687         support functions to replace long sequences of MOVFF's from access
4688         bank registers to stack and vice versa,
4689         * src/pic16/device.h: added new field opt_flags, where optimization
4690         flags can be set to enable certain features,
4691         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4692         * pBlock, (genFunction, genEndFunction): surroung loop for
4693         saving/loading used registers in stack with PC_INFO pCodes,
4694         INF_LREGS. Code in between can then be optimized by pCode optimizer
4695         to support function calls,
4696         * (genDataPointerSet): fixed bug which loaded float fields in
4697         structures with corrupt data,
4698         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4699         in a standard way debug info on stderr. Feature used for developing
4700         and debugging only,
4701         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4702         obsolete chunks of code,
4703         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4704         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4705         * pic16/src/pcode.c (pic16_newpCodeInfo,
4706         * (pic16_newpCodeOpLocalRegs),
4707         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4708         feature,
4709         * (pic16_pCodeConstString): printing of the initial value of a
4710         symbol as a comment is inhibited since parsing was already done by
4711         copyStr and output is corrupt,
4712         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4713
4714 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4717
4718 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4719
4720         * as/mcs51/lkarea.c: removed old K&R style,
4721           (lnksect): changed check on boundary error,
4722           (lnksect2): changed check on boundary error,
4723           (lnksect2): extend XSTK to end of page if size = 1
4724         * as/mcs51/lkmain.c: removed old K&R style,
4725           (Areas51): create l_IRAM symbol
4726         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4727         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4728           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4729         * device/lib/_mullong.c: added version to be compiled with xstack
4730         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4731         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4732         * device/lib/mcs51/crtxstack.asm: fixed comment
4733         * src/SDCCglue.c: maxInterrupts defaults to 0,
4734           (emitMaps): added pdata,
4735           (createInterruptVect): (re)moved default,
4736           (glue): added pdata,
4737           (glue): moved __start__xstack to XSTK with default size 1
4738         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4739           and options.float_rent when options.stackAuto is set,
4740           (linkEdit): only write XDATA_NAME if provided on command line
4741         * src/SDCCmem.h,
4742         * src/SDCCmem.c: added pdata
4743         * src/port.h: added pdata_name to PORT
4744         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4745           (saveRegisters, unsaveRegisters): removed usage of B,
4746           (genMinus): fixed accumulator clash,
4747           (genJumpTab): added comment, this needs another look
4748         * src/mcs51/gen.c: added check for "B in use" paranoia,
4749           added pushB() and popB()
4750         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4751           chance
4752         * src/avr/main.c,
4753         * src/ds390/main.c,
4754         * src/hc08/main.c,
4755         * src/mcs51/main.c,
4756         * src/pic/main.c,
4757         * src/pic16/main.c,
4758         * src/xa51/main.c,
4759         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4760           added PSEG (PAG,XDATA) or NULL to port specifier
4761         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4762         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4763           (_mcs51_genInitStartup): removed __start__xstack equ,
4764           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4765         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4766         * src/z80/gen.c (_rleAppend): fixed warnings
4767         * support/regression/tests/zeropad.c: added pdata test
4768         * .version: bumped to 2.4.6
4769
4770 2004-10-17 Borut Razem <borut.razem AT siol.net>
4771
4772         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4773         as a part of nightly build
4774
4775 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4776
4777         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4778         WREG holds the first byte function parameters,
4779         * (aopForSym): take special case for symbols which are in FARSPACE
4780         but in CODESPACE too,
4781         * (assignResultValue): modified to take into account _G.useWreg,
4782         * (genCall): don't use wreg for parameter passing when function is
4783         declared as reentrant, too, added optimization INCF to stack
4784         pointer when stack parameter count is 1,
4785         * (genFunction, genEndFunction): refurnished and fixed to not using
4786         wreg for passing parameters when function has varargs or is
4787         reentrant, fixed bug with symbol name compare for generating
4788         functions in absolute address,
4789         * (pic16_storeForReturn): refurnished,
4790         * (genCmp): began writing a new version of the function, not ready
4791         yet, therefore it is disabled,
4792         * (genAssign): do not read code memory when assigning a function to
4793         a pointer function,
4794         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4795         array of characters, not pointer,
4796         * (pic16initialComments): in debug mode emit an .ident directive for
4797         the assembler,
4798         * (_process_pragma): emit a new warning type (internal to pic16)
4799         when setting stack to default length, emit a similar warning when
4800         placing a function at absolute address and address is not word aligned
4801         * (_pic16_parseOptions): added 'return TRUE' statement,
4802         * (_pic16_linkEdit): if compiling a source, then add the source's
4803         file object, first in the list of objects to link,
4804
4805 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4806
4807         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4808         * src/pic/main.c : removed VC warning.
4809         * src/pic/gen.c : changed comment.
4810
4811 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4812
4813         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4814         reference to a deprecated symbol _GPTRREG was causing failure to
4815         link. Thanks G. M. Gallant for the info.
4816
4817 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4818
4819         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4820         comments for Bugs item #954788.
4821
4822 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4823
4824         * src/pic16/device.c (pic16_dump_gsection,
4825         * pic16_groupRegistersInSection): handle symbols declared to be in
4826         access bank differently,
4827         * src/pic16/gen.c (struct _G): added field resDirect,
4828         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4829         send values read from stack directly to result and don't allocate
4830         temporary values,
4831         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4832         same registers,
4833         * (pic16_sameRegsOfs): NEW,
4834         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4835         free because they were not allocated from temporary pool,
4836         * pic16_popRegFromString): workaround to fix a problem with
4837         allocating variables twice or never,
4838         * (genGenPointerGet): using PRODL instead of FSR0H,
4839         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4840         instead of FSR0H,
4841         * (genAssign): take advantage of the _G.resDirect flag,
4842         * (genCast): around line 11844, use mov2f instead of directly
4843         MOVFF'ing between operands to account for literal values,
4844         * src/pic16/genutils.c: some new debug functions for gpsim have been
4845         added,
4846         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4847         float with integer part only,
4848         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4849         place variables in access bank
4850         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4851         updated sources to reflect recent changes in gen.c
4852
4853 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4854
4855         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4856         sources that searched for headers in installation path, now the
4857         device/include/pic16 is used,
4858         * src/pic16/glue.c (pic16glue),
4859         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4860         .line directives if not in debug mode, this suppresses assembler's
4861         warnings for ignored directives
4862
4863 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4864
4865         * src/port.h: made reset_regparms prototype void parameter explicit.
4866         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4867         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4868         * doc/sdccman.lyx: documented warning disabling and how to use
4869           printf_large to make it print floats.
4870         * device/include/stdbool.h: NEW
4871         * device/lib/_atof.c,
4872         * device/lib/_divuint.c,
4873         * device/lib/_divulong.c,
4874         * device/lib/expf.c,
4875         * device/lib/printf_large.c,
4876         * device/lib/sincosf.c,
4877         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4878         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4879           a completely reentrant lib.
4880
4881 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4882
4883         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4884         * device/include/pic16/stdio.h: fixed bug with colon
4885
4886 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4887
4888         * device/include/pic16/stdio.h,
4889         * device/include/pic16/stdlib.h,
4890         * device/include/pic16/math.h: NEW
4891         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4892         declared as _naked to reduce overhead
4893         * device/lib/Makefile.in (target port-specific-objects-pic16):
4894         changed * to *.* so to ignore the CVS directory,
4895         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4896         stacked variables back in stack,
4897         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4898         corruption
4899
4900 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4901
4902         * .version: bumped version number to 2.4.5
4903         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4904         * support/Util/SDCCerr.c (messages structure): added entry for
4905         W_POSSBUG2
4906
4907         Large cumulative patch for pic16 port and libraries.
4908         * device/include/pic16/sdcc-lib.h,
4909         * device/include/pic16/stdarg.h,
4910         * device/include/asm/pic16/features.h,
4911         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4912         * device/include/pic16/float.h: changes reentrant keyword with
4913         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4914         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4915         updated target build-libraries to include objects from gptr,
4916         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4917         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4918         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4919         all function headings,
4920         * src/SDCCmain.c: added global parameter userIncDirsSet,
4921         * (parseCmdLine): when option -I is encountered add directory to
4922         userIncDirsSet too,
4923         * src/version.awk: added space between control and long,
4924         * src/pic16/NOTES: added some notes for the port,
4925         * src/pic16/gen.c: added prototype for mov2fp function,
4926         * (fReturnpic16[]): properly named return value registers,
4927         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4928         * (aopForSym): added code to handle symbols with onStack flag set,
4929         symbols onStack are allocated PTRSIZE bytes,
4930         * (aopFreeAsmop): handles special case where asmops are stack objects,
4931         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4932         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4933         added argument lock to trace flaws in allocating temporary registers
4934         when developing port,
4935         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4936         * (pic16_popRegFromString): reenabled allocating a direct register
4937         from string,
4938         * (assignResultValue): various beautifications,
4939         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4940         referenced function argument,
4941         * (genIpush): reenabled to allow stacked arguments, handles only
4942         ic->parmPush iCodes,
4943         * (genCall, genPcall): major changes to allow for variable argument
4944         functions, fixed a bug with falsely restoring stack pointer after
4945         returning from call,
4946         * (genFunction): pending code for critical function,
4947         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4948         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4949         * (genNearPointerGet): fixed bug with indirect reading, was always
4950         reading from INDF0
4951         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4952         pointers,
4953         * (genAddrOf): rewrote code to take address of a stacked function parameter
4954         * (genCast): fixed casting to generic pointer type,
4955         * src/pic16/gen.h: added AOP_STA,
4956         * (struct asmop): added field stk,
4957         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4958         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4959         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4960         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4961         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4962         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4963         generic pointers,
4964         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4965         and library paths,
4966         * (pic16_port structure): generic pointer size is set to 3,
4967         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4968         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4969         compiler warning,
4970         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4971         operand is an iTemp,
4972
4973 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4974
4975         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4976         * debugger/mcs51/simi.c: addapt new syntax of s51
4977
4978 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4979
4980         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4981         * src/pic16/pcode.c: commented out some calls to free() in order to
4982         fix bug #989576,
4983
4984 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4985
4986         * src/SDCCicode.h,
4987         * src/SDCCicode.c (isiCodeInFunctionCall),
4988         * src/avr/ralloc.c (selectSpil),
4989         * src/pic/ralloc.c (selectSpil),
4990         * src/pic16/ralloc.c (selectSpil),
4991         * src/ds390/ralloc.c (selectSpil),
4992         * src/hc08/ralloc.c (selectSpil),
4993         * src/xa51/ralloc.c (selectSpil),
4994         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4995         stack in the middle of a function call sequence (fixes bug #1020268)
4996         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4997         costs associated with the minimum switch case.
4998
4999 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5000
5001         * src/SDCC.lex: fixed bug #1030549
5002
5003 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/SDCCcse.h (struct cseDef),
5006         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5007         over a function call if the CSE is derived from a symbol whose
5008         address has been taken (fixes bug #1029883)
5009         * support/regression/tests/bug-1029883: a new regression test for
5010         this bug
5011
5012 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5013
5014         * src/hc08/gen.c (emitinline): fixed bug #1029778
5015         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5016         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5017         and starts toward RFE #905167)
5018
5019 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5020
5021         * src/pic16/gen.c (mov2f): New function to move an operand to
5022         another without considering if it is a literal or a register,
5023         * (pic16_sameRegs): don't check if they are both AOP_REG,
5024         * (AccRsh): removed andmask=0 lines,
5025         * (genLeftShift): duplicated to be improved in future versions,
5026         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5027         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5028         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5029         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5030         * (insertBankSwitch): fixed inserting banksel directives algorithm
5031         for instructions that follow a skip instruction, this fixes a report
5032         for broken subtraction code generation,
5033         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5034         iCode is a left op, just in case result and right share the same
5035         registers
5036
5037 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * src/hc08/main.c,
5040         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5041         preservation of HX
5042         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5043         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5044         on 2004-09-12; it was buggy
5045
5046 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5047
5048         * src/SDCCsymt.h: removed RESULT_CHECK
5049         * src/SDCCast.c,
5050         * src/SDCCglue.c,
5051         * src/SDCCval.c,
5052         * src/pic/glue.c,
5053         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5054
5055 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5056
5057         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5058         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5059         configuration values no more rejected by compiler, they are assigned
5060         to configuration registers with a warning message instead,
5061         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5062         the for-loop so last conf register is emitted too,
5063         * (_pic16_initPaths): link library libsdcc.lib by default,
5064         * (_hasNativeMulFor): modified test for multiplication according to
5065         Raphael Neider's remarks. Integer multiplication is also done with
5066         support functions,
5067         * device/include/pic16/pic18fregs.h: corrected type error in while
5068         testing and including 18f6720 header file
5069
5070 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5071
5072         * src/pic16/device.h (pic16_options): removed field use_crt,
5073         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5074         until an optimization to handle single bits is added,
5075         * (pic16_loadFSR0): moved before genUnpackBits,
5076         * (genAnd): some white lines removed,
5077         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5078         leave_reset flags in pic16_options when using crt modules,
5079
5080 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5081
5082         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5083           for bugs 898889 & 979599. Also used some safer print instructions.
5084
5085 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         * src/pic16/device.h (pic16_options_t): added field use_crt,
5088         crt_name, no_crt,
5089         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5090         catch a probable future bug,
5091         * src/pic16/gen.c: aopIdx function commented out,
5092         * (genAssign): commented out old code which used aopIdx,
5093         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5094         code, added if conditionals to take into account the --use-crt
5095         command line options,
5096         * src/pic16/main.c (pic16_optionsTable): added new command line
5097         options, --use-crt= and --no-crt,
5098         * (_pic16_linkEdit): now the proper crt object is added in the
5099         linker command line except than when --no-crt is specified,
5100         * src/pic16/pcode.c,
5101         * src/pic16/pcode.h: added some structures and functions for a new
5102         optimization scheme to compansate for instruction overhead between
5103         same iCodes, this scheme is currently under development and is not
5104         working in any way,
5105         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5106         to && operator,
5107         * device/lib/pic16/startup/crt0i.c,
5108         * device/lib/pic16/startup/crt0iz.c: added global char variable
5109         __uflags to force the generation of an idata section
5110
5111 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5112
5113         * doc/Makefile,
5114         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5115         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5116
5117 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5118
5119         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5120         Frieder) and clarified the default code optimization mode
5121
5122 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5123
5124         * src/SDCC.lex (doPragma, process_pragma),
5125         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5126         "opt_code_size", and "opt_code_balanced"
5127         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5128         regrouped options by category, added support for category headers
5129         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5130         and "--opt-code-size"
5131         * doc/sdccman.lyx: documented these new options and pragmas
5132         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5133         preference into account
5134
5135 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5136
5137         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5138           geniCodePreDec): Fixed bug 904237 by generating a warning
5139         * src/SDCCerr.h,
5140         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5141
5142 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5143
5144         * src/pic/device.c : When no max ram set validate full memory range.
5145         * src/pic/pcode.c,
5146         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5147
5148 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5149
5150         * device/lib/_gptrget.c,
5151         * device/lib/_gptrput.c: updated comment
5152         * device/lib/calloc.c,
5153         * device/lib/free.c,
5154         * device/lib/malloc.c,
5155         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5156         * src/SDCCcse.c (cseBBlock),
5157         * src/SDCCicode.c (printOperand, geniCodeArray),
5158         * src/SDCCicode.h (struct operand): fixed bug 868103
5159         * support/regression/tests/bug-868103.c: added
5160         * src/SDCCast.c (searchLitOp),
5161         * src/SDCCcse.h (struct cseDef),
5162         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5163         * src/SDCCicode.h (struct operand),
5164         * src/SDCCsymt.h (struct sym_link),
5165         * src/avr/gen.c (hasInc),
5166         * src/ds390/gen.c (hasInc),
5167         * src/hc08/gen.c (genPlusIncr, hasInc),
5168         * src/mcs51/gen.c (hasInc),
5169         * src/pic16/glue.c (pic16_printIvalChar),
5170         * src/pic16/ralloc.c (regWithIdx),
5171         * src/xa51/gen.c (hasInc) : removed warnings
5172         * src/SDCCast.c (createBlock): added comment ???
5173         * src/hc08/ralloc.c: updated comments
5174
5175 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5176
5177         * doc/sdccman.lyx: updated section on switch statements, added
5178         section about semaphore locking
5179         * doc/Makefile: added option -info for latex2html
5180         * device/lib/_gptrget.c,
5181         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5182
5183 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5184
5185         * src/pic/device.h,
5186         * src/pic/device.c,
5187         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5188          maxram is less than 0x100.
5189
5190 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5191
5192         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5193
5194 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/port.h,
5197         * src/mcs51/main.c,
5198         * src/ds390/main.c,
5199         * src/z80/main.c,
5200         * src/hc08/main.c,
5201         * src/pic/main.c,
5202         * src/pic16/main.c,
5203         * src/avr/main.c,
5204         * src/xa51/main.c
5205         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5206         a jump table is the best form for a switch statement, including
5207         automatic insertion of missing cases to make the case range
5208         continuous. Developed in collaboration with Frieder Ferlemann.
5209
5210 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5213         accumulator result if it needs sign extension
5214
5215 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5216
5217         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5218
5219 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5220
5221         * device/lib/gbz80/printf.c,
5222         * device/lib/z80/printf.c: removed define for NULL
5223
5224 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5225
5226         * as/xa51/xa_link.c,
5227         * device/examples/ds390/ow390/ad26.c,
5228         * device/examples/ds390/ow390/cnt1d.c,
5229         * device/examples/ds390/ow390/counter.c,
5230         * device/examples/ds390/ow390/ds2480.h,
5231         * device/examples/ds390/ow390/ds2480ut.c,
5232         * device/examples/ds390/ow390/findtype.c,
5233         * device/examples/ds390/ow390/gethumd.c,
5234         * device/examples/ds390/ow390/owllu.c,
5235         * device/examples/ds390/ow390/ownetu.c,
5236         * device/examples/ds390/ow390/swt12.c,
5237         * device/examples/ds390/ow390/swtloop.c,
5238         * device/examples/ds390/ow390/temp.c,
5239         * device/examples/ds390/ow390/temp10.c,
5240         * device/examples/ds390/ow390/thermo21.c,
5241         * device/examples/ds390/ow390/tinilnk.c,
5242         * device/examples/ds390/ow390/tstfind.c,
5243         * device/examples/serialcomm/windows/serial.cpp,
5244         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5245         * device/include/reg51.h: fixed line endings for cvs
5246
5247 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5248
5249         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5250         packRegsForAccUse, packRegisters): new accumulator register
5251         packing algorithm
5252         * support/regression/ports/hc08/support.c (_putchar): suppress
5253         warning of unused variable
5254         * src/SDCCicode.c: added SWAP entry to codeTable
5255
5256 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5257
5258         * device/lib/sprintf.c: forgot to add this file before previous commit
5259
5260 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5261
5262         * src/pic16/gen.c (genPackBits): added operand right in function
5263         parameters, load result directly if p_type is POINTER (that is
5264         called by genNearPointerSet)
5265         * (genUnPackBits): added operand left in function parameters,
5266         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5267         FSR0 if accessing bitfields,
5268
5269 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5270
5271         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5272           _print_format; updated printf, sprintf, vsprintf
5273         * device/include/asm/default/features.h: corrected comment/define
5274         * device/lib/Makefile.in: added sprintf.c
5275         * device/lib/libsdcc.lib: added sprintf module
5276         * device/lib/printf_large.c,
5277         * device/lib/vprintf.c,
5278         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5279           into these 3 files
5280         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5281         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5282         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5283           hc08 test
5284         * support/regression/tests/zeropad.c: define idata as data for hc08
5285
5286 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5287
5288         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5289         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5290         labels are referenced at least once (even if a reference is not found)
5291         * src/hc08/gen.c (emitcode): set isComment flag for comments
5292         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5293         loads), rules 6a..6b (optimize jumps to return)
5294
5295 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5296
5297         * device/lib/acosf.c (acosf),
5298         * device/lib/asinf.c (asinf),
5299         * device/lib/atanf.c (atanf),
5300         * device/lib/ceilf.c (ceilf),
5301         * device/lib/cosf.c (cosf),
5302         * device/lib/coshf.c (coshf),
5303         * device/lib/cotf.c (cotf),
5304         * device/lib/fabsf.c (fabsf),
5305         * device/lib/floorf.c (floorf),
5306         * device/lib/log10f.c (log10f),
5307         * device/lib/logf.c (logf),
5308         * device/lib/sinf.c (sinf),
5309         * device/lib/sinhf.c (sinhf),
5310         * device/lib/sqrtf.c (sqrtf),
5311         * device/lib/tanf.c (tanf),
5312         * device/lib/tanhf.c (tanhf),
5313         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5314         replaced all instances of "reentrant" in the library functions
5315         defined in math.h with this macro.
5316         * support/regression/tests/float_trans.c: reenabled test for hc08
5317
5318 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5319
5320         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5321         erroneously deleted
5322
5323 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5324
5325         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5326         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5327         multi-byte volatile operands are used
5328         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5329         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5330         initialization to area GSINIT0 so that it would always precede
5331         any static initializers in GSINIT
5332         * support/regression/tests/zeropad.c: fixed idata define for hc08
5333         * support/regression/tests/bug-927659.c,
5334         * support/regression/tests/float_trans.c: disabled tests for hc08
5335         pending missing library routines
5336         * .version: increased version number to 2.4.4 - hc08 port now passes
5337         regression tests
5338
5339
5340 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5341
5342         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5343         * Makefile.common.in,
5344         * as/Makefile,
5345         * as/hc08/Makefile.in,
5346         * as/mcs51/Makefile.in,
5347         * as/z80/Makefile.in,
5348         * debugger/mcs51/Makefile.in,
5349         * device/include/Makefile.in,
5350         * device/lib/Makefile.in,
5351         * doc/Makefile,
5352         * link/Makefile,
5353         * link/z80/Makefile.in,
5354         * packihx/Makefile.in,
5355         * sim/ucsim/main_in.mk,
5356         * sim/ucsim/avr.src/Makefile.in,
5357         * sim/ucsim/doc/Makefile.in,
5358         * sim/ucsim/gui.src/serio.src/Makefile.in,
5359         * sim/ucsim/hc08.src/Makefile.in,
5360         * sim/ucsim/s51.src/Makefile.in,
5361         * sim/ucsim/xa.src/Makefile.in,
5362         * sim/ucsim/z80.src/Makefile.in,
5363         * src/Makefile.in,
5364         * support/cpp2/Makefile.in,
5365         * support/librarian/Makefile,
5366         * support/makebin/Makefile: added DESTDIR to the install path proposed
5367         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5368         * doc/sdccman.lyx: added DESTDIR documentation
5369
5370 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5371
5372         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5373         instruction for interrupt handlers, use fast returns when returning
5374         from high priority interrupts
5375
5376 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5377
5378         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5379         code generation
5380         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5381         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5382         bugs, ported much of Bernhard's code from mcs51
5383         * src/mcs51/gen.c (genSend),
5384         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5385         than one when calling a reentrant function
5386         * device/lib/_mullong.c: defined an alternate struct layout for big
5387         endian ports (hc08)
5388
5389 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5392         test
5393
5394 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5395
5396         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5397         are sane and complete before asking the port its prefered parameter
5398         passing method (fixes bug #1017633)
5399         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5400         and _ret3
5401
5402 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5405         problem in bitfields >= 8 bits.
5406
5407 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5408
5409         * src/SDCCsymt.c: undid changes that were not meant to be committed
5410
5411 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5412
5413         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5414
5415 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5416
5417         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5418           copied and wrong bit got inverted
5419
5420 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5423         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5424         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5425         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5426         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5427         assignments to bitfields at known addresses
5428         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5429         reads from bitfields at known addresses
5430         * src/hc08/ralloc.c (packRegisters),
5431         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5432         genhc08Code): optimize pointer get values used as conditionals
5433         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5434         and branch
5435
5436 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5439         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5440         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5441         as conditionals
5442
5443 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5444
5445         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5446
5447 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5450         related problems
5451
5452 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5453
5454         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5455
5456 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5457
5458         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5459         mcs51 port
5460
5461 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5462
5463         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5464
5465 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5466
5467         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5468         cases use more compact code.
5469
5470 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5471
5472         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5473
5474 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5477
5478 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5479
5480         * src/SDCCsymt.h,
5481         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5482         parameter of changePointer() from symbol* to sym_link*
5483         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5484         * src/SDCCsymt.c (compareType): void* type is castable to other
5485         pointers, but not necesarily an exact match.
5486         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5487         is no longer blindly treated as an exact match.
5488         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5489
5490 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5491
5492         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5493
5494 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5495
5496         * src/pic/gen.c,
5497         * src/pic/pcode.c,
5498         * src/pic/ralloc.h,
5499         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5500
5501 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5502
5503         * src/pic/device.c,
5504         * src/pic/device.h,
5505         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5506
5507 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5508
5509         * src/mcs51/gen.c (emitcode): fixed bug #992819
5510
5511 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5512
5513         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5514           there's no need to make it worse
5515
5516 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/mcs51/ralloc.c (deassignLR),
5519         * src/ds390/ralloc.c (deassignLR),
5520         * src/hc08/ralloc.c (deassignLR),
5521         * src/z80/ralloc.c (deassignLR),
5522         * src/pic/ralloc.c (deassignLR),
5523         * src/pic16/ralloc.c (deassignLR),
5524         * src/avr/ralloc.c (deassignLR),
5525         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5526         rlivePoint): fixed another part of bug #971834
5527
5528 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5529
5530         * src/z80/main.c: enabled "critical" keyword
5531         * src/z80/mappings.i,
5532         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5533         functions (fixes bug #979646)
5534         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5535
5536 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5537
5538         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5539           such as c:\mydir.
5540
5541 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5542
5543         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5544           doesn't disable too much optimizations
5545
5546 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5547
5548         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5549
5550 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5551
5552         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5553
5554 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5555
5556         * src/pic/gen.c tidied up tabs
5557         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5558         * src/pic/main.c tidied up tabs
5559         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5560         * src/pic/pcoderegs.c tidied up tabs
5561         * src/pic/ralloc.c tidied up tabs
5562
5563 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5564
5565         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5566         to S_FIXED for pic16 port and when symbol is not in level 0,
5567         allocate for S_REGISTER storage class and pic16 port, too,
5568         * src/pic16/device.h: prototype for checkSym,
5569         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5570         * (pic16_assignConfigWordValue): test the value and the mask to
5571         validate that the value is suitable for the configuration word,
5572         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5573         collect extern declared symbols, don't emit symbol twice, check
5574         first if symbol is in publics set first,
5575         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5576         * added command line '--fstack' which enables an experimental
5577         feature for stack access, too buggy to be used yet...
5578         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5579         * (pic16_allocDirReg): when register has storage class S_REGISTER
5580         allocate in pic16_dynAccessRegs,
5581         * device/include/pic16/pic18f????.h: modified configuration word
5582         naming convention, words started as CONFIG0H but should be CONFIG1H
5583
5584 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5585
5586         * device/include/mcs51reg.h: fixed bug 970993
5587
5588 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5589
5590         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5591         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5592         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5593         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5594         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5595         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5596           error/warning numbers,
5597           added function setWarningDisabled()
5598         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5599         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5600           _memcmp.c _memmove.c calloc.c realloc.c free.c
5601         * support/regression/tests/malloc.c: added tests for new functionality
5602         * support/regression/tests/zeropad.c: added tests for truncated initializers
5603           and initialized char arrays starting with '\x0'
5604         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5605
5606 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5607
5608         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5609
5610 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5611
5612         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5613         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5614         peephole 177.e. Thanks to anonymous
5615
5616 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5617
5618         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5619         function isn't used in the source but referenced as a
5620         variable initializer then declare it as extern in .asm file
5621
5622 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5623
5624         * .version: increased version number to 2.4.3
5625
5626         Adding version extension according to ChangeLog CVS revision
5627         * src/Makefile.in (target all): added dependency 'version.h'
5628         * (rule version.h): added rule to create version.h from ChangeLog,
5629         * (rule dep): added dependency version.h,
5630         * src/version.awk: AWK script to create version.h
5631         * src/SDCCdwarf2.c (dwWriteModule),
5632         * src/SDCCglue.c (initialComments),
5633         * src/SDCCmain.c (printVersionInfo): modified to write after
5634         version string the version extension number,
5635         * src/SDCCutil.c: included "version.h"
5636         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5637         number,
5638         * src/SDCCutil.h: added prototype for getBuildNumber
5639
5640         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5641         includeDirsSet, too,
5642         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5643         const char [] is found in function prototype...
5644
5645         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5646         moving to WREG with source is already in WREG,
5647         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5648         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5649         * (aopForSym): stack'ed symbols are partially supported, added
5650         if-clause to support symbols in FARSPACE,
5651         * (sameRegs): added test for AOP_ACC to see if registers are same,
5652         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5653         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5654         * (pic16_popRegFromString): will not allocate a new register if it
5655         doesn't find one by name, bug may have introduced...
5656         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5657         * (genIpush): revived to use pic16 port's stack,
5658         * (genAddrOf): added incomplete case for stack'ed operand,
5659         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5660         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5661         can handle multibyte operands,
5662         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5663         * (pic16initialComments): added message for MPLAB compatibility
5664         mode enabled,
5665         * src/pic16/main.h: prototype for pic16_mplab_comp,
5666         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5667         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5668         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5669         because of increased complexity of procedure,
5670         * (_process_pragma): stack pragma changed to format 'stack pos len',
5671         emit symbol '_stack_end' to conform with gplink,
5672         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5673         to search for register,
5674         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5675         PO_GPR_REGISTER,
5676         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5677         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5678         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5679         case for PO_GPR_REGISTER,
5680         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5681         dies, the new era is ahead !...
5682         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5683         pic16_dynInternalRegs,
5684         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5685         * (pic16_allocDirReg): minor optimizations and bug fixes,
5686         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5687
5688         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5689         load stack and frame pointer with address of 'stack_end' symbol
5690
5691 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5692
5693         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5694         without source code but only variable initializers
5695
5696 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5697
5698         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5699         external are not declared as extern to reduce overhead while linking
5700
5701 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5702
5703         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5704
5705 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5706
5707         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5708           Yee Keat for the patch
5709         * src/SDCCast.c (decorateType): fixed bug #979599
5710         * src/ds390/gen.h: removed local fReturnSizeDS390
5711         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5712         * src/ds390/gen.c (genAnd, genOr, genXor),
5713         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5714
5715 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5716
5717         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5718         add relFilesSet to $3, manipulate $2 to handle linking of object
5719         files without source files in command line,
5720         * device/include/pic16 (all headers): added ID location macros,
5721         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5722         entries for ID location bytes,
5723         * (pic16_assignIdByteValue): NEW,
5724         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5725         added field dumpcalltree to pic16_options_t,
5726         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5727         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5728         emitting rFalseIfx label after check_carry label,
5729         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5730         pic16_emitDIRegs), NEW
5731         * (pic16glue): dump .calltree file when option --calltree found,
5732         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5733         * (_pic16_genAssemblerPreamble): emit ID locations after
5734         configuration registers,
5735         * (pic16_linkCmd): modifications of the link command,
5736         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5737         * (pic16_pCodeInitRegisters): don't init stack registers,
5738         * (pic16_findPrevInstruction): fixed bug,
5739         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5740         bug with immediate registers,
5741         * (buildCallTree): traces stack push and pop,
5742         * (pct2): dump also stack usage for each function,
5743         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5744         * (pic16_allocDirReg): various modifications,
5745         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5746         fixed to 1,
5747
5748 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5749
5750         * src/pic16/pcode.c: removed buggy double colon
5751
5752 2004-07-01 Borut Razem <borut.razem AT siol.net>
5753
5754         * support/scripts/sdcc.nsi: added include/pic16 to setup
5755
5756 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5757
5758         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5759         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5760         target 'clean',
5761         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5762         specific command line arguments. Also added sample lkr script
5763         for placing a variable at a specific memory bank.
5764         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5765         at a specific memory bank,
5766         * (pic16_dump_isection): fixed bug which caused string literals to
5767         be omitted when dumping idata section,
5768         * (pic16_groupRegistersInSection): added code to handle registers
5769         in specific memory banks,
5770         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5771         public, all references are renamed too,
5772         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5773         AOP_DPTR2,
5774         * (pic16_storeForReturn): added case to handle when dest is WREG,
5775         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5776         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5777         pic16_rel_udata, check to see if that register is marked as being
5778         a member of a specific memory bank,
5779         * (pic16_printIvalCharPtr): added code to add string literals either
5780         to code or the idata sections,
5781         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5782         also accept the 'udata' pragma,
5783         * src/pic16/main.h: new structure types sectName and sectSym
5784         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5785         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5786         * (pic16_findPrevInstruction): fixed, it returned nothing,
5787         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5788         instruction combinations,
5789         * (pic16_FixRegisterBanking): heavily reorganised,
5790         * (pic16_AnalyzeBanking): if generating banksel directives is
5791         disabled, then don't call FixRegisterBanking at all,
5792         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5793         completely removed,
5794         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5795
5796 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5799         Phuah Yee Keat <yk.phuah AT nestac.com>
5800
5801 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5802
5803         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5804         correctly the IVT even if it is relocated to some other location
5805
5806 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5807
5808         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5809         * device/include/pic16/pic18f2220.h: NEW,
5810         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5811         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5812         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5813         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5814         nodefaultlibs, ivt_loc is the location of the interrupt vector
5815         table, and nodefaultlibs signs that default libraries should not be
5816         linked in link stage,
5817         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5818         according to --ivt-loc argument,
5819         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5820         when pragma stack is found,
5821
5822 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5823
5824         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5825         256 (range check), 257 (do while), 258.a-f (bit banging
5826         f.e. on 3-wire SPI bus)
5827
5828 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5831         variables used exclusively within a loop
5832
5833 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5834
5835         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5836
5837 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5838
5839         * src/SDCClrange.c (computeClash): fixed bug #971834
5840
5841 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * src/mcs51/gen.c (genCmp): fixed bug #975903
5844         * src/hc08/gen.c (operandsEqu),
5845         * src/ds390/gen.c (operandsEqu),
5846         * src/z80/gen.c (operandsEqu),
5847         * src/pic/gen.c (operandsEqu),
5848         * src/pic16/gen.c (operandsEqu),
5849         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5850         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5851
5852 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5853
5854         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5855
5856 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5857
5858         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5859         default case in switch statement,
5860         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5861         to eliminate problem with initialisation of pointers, but problem
5862         still exists,
5863         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5864         * (emitStaticSegment): removed various lines emitting debug info,
5865         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5866         added processor registers for utilizing EEPROM,
5867         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5868         configurable and set 8
5869
5870 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5871
5872         * .version: increased version number to 2.4.2,
5873
5874         Cumulative patch for pic16 port
5875         * src/pic16/device.c: changed scheme to dump initial values for
5876         variables in idata segment, all print_idata* functions were removed,
5877         now the pic16_printIval* will be called,
5878         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5879         * _pic16_printPointerType, pic16_printPointerType,
5880         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5881         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5882         NEW, similar to the respective functions in SDCCglue.c,
5883         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5884         way, emitting hex bytes,
5885         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5886
5887 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5888
5889         * src/avr/ralloc.c (serialRegAssign),
5890         * src/xa51/ralloc.c (serialRegAssign),
5891         * src/pic/ralloc.c (serialRegAssign),
5892         * src/pic16/ralloc.c (serialRegAssign),
5893         * src/hc08/ralloc.c (serialRegAssign),
5894         * src/z80/ralloc.c (serialRegAssign),
5895         * src/ds390/ralloc.c (serialRegAssign),
5896         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5897
5898 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5901         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5902
5903 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5904
5905         Cumulative patch for pic16 port:
5906         * src/pic16/device.h (typedef PIC16_device) modified fields for
5907         defining microcontrollers,
5908         * src/pic16/device.c: added new info for all devices in Pics16 array,
5909         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5910         to be optimised out by the pCode optimiser,
5911         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5912         specially, bug reported by G.M. Gallant,
5913         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5914         as force'd so that cannot be optimised out by pCode optimiser,
5915         * src/pic16/pcode.c,
5916         * src/pic16/pcodepeeph.c,
5917         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5918         they are disabled by default, but can be enabled explicit with
5919         command argument --denable-peeps, for testing,
5920         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5921         --pomit-ivt in COMPILE_FLAGS
5922
5923 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5924
5925         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5926           compilation on MSVC
5927
5928 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5929
5930         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5931
5932 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5933
5934         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5935         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5936
5937 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5938
5939         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5940         would only assign 0x300001 register.
5941
5942 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5943
5944         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5945         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5946
5947 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5948
5949         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5950         for ds80c400
5951         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5952         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5953         added peephole 254 (left shift), 255 (jump table)
5954
5955 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5956
5957         * device/lib/Makefile.in: removed comment line with model-pic16,
5958         * (target port-specific-objects-pic16): the libraries and objects
5959         are copied to the build directory form the device/lib/pic16/bin
5960         directory
5961
5962         Cumulative patch concerning pic16 port:
5963         * library directory has been re-organized,
5964         * added support for PIC18F1220,
5965         * added headers and library sources for chips 18f1220,18f6520,
5966         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5967
5968         * configuration registers setting has changed, now each supported
5969         device has a complete description of the registers it uses,
5970         * all initialisations are moved to idata sections, these section
5971         can be absolute or relocatable,
5972         * fixed initialisation of codespace variables,
5973         * fixed warning about PCLATU and gpsim,
5974         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5975         * (genAssign): use table reads when assigning from variables in codespace,
5976         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5977         char/int variables placed in codespace,
5978         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5979         registers set in .asm file, no need for --pomit-config-words anymore,
5980         * (pic16glue): some 8051 legacy segments are commented out
5981         (to be removed completely),
5982         * added support for alternative assembler and linker with --asm=
5983         and --link= command line arguments,
5984         * peepholes are disabled automatically in the port, no need to
5985         specify on command line,
5986         * port supports natively char/int/long multiplication, but converts
5987         all divisions to support functions,
5988         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5989         to the file set in variable $2,
5990         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5991         strings in ASCII format and not in hex,
5992         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5993         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5994         allocate proper register if iCodes aren't temporary,
5995
5996 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5997
5998         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5999
6000 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6001
6002         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6003         is commented out
6004
6005 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6006
6007         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6008         computed address is reused
6009         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6010         multi-byte bitfields
6011
6012 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6013
6014         * src/z80/gen.c: (genArrayInit): must check for pointers too
6015
6016 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6017
6018         * support/regression/tests/zeropad.c: never meant to commit the
6019           nestedstruct test: removed, added check for GCC version
6020
6021 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6022
6023         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6024         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6025         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6026           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6027           bugs 928906 and 954082 half-empty initializers
6028         * src/SDCCsymt.h,
6029         * src/SDCCsymt.c (getAllocSize): added for above fix
6030         * src/z80/gen.c (genArrayInit): fixed bug 741044
6031         * support/regression/tests/zeropad.c: added tests
6032
6033 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6034
6035         * src/pic16/device.c (pic16_dump_section): corrected bug which
6036         caused some symbols of the libraries to be misplaced
6037
6038 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6039
6040         * src/pic16/glue.c,
6041         * src/pic16/ralloc.h,
6042         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6043         to fix conflict with pic port
6044
6045 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6046
6047         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6048         externs configuration variables,
6049         * src/pic16/ralloc.h,
6050         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6051         prototype in header, commented out some debug messages
6052
6053 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6054
6055         * src/pic16/glue.c,
6056         * src/pic16/main.c,
6057         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6058         for gpasm COFF object generation. Thanks to D. Hawkins for
6059         his patch info
6060
6061 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6062
6063         * src/ds390/main.c,
6064         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6065         Brock for spotting this)
6066         * src/ds390/gen.c (genEndFunction),
6067         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6068         interrupt handler and critical. Disable push/pop optimizations when
6069         peephole optimizations disabled.
6070
6071 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6072
6073         Updated pic16 library sources and headers.
6074         * device/lib/pic16/pic18f*/ ,
6075         * device/include/pic16/*.h: modified to handle structured SFR
6076         definitions
6077
6078 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         * src/port.h (PORT structure): added hook initPaths, now each
6081         port can declare its own default search paths,
6082         which can been seen with the --print-search-dirs option,
6083         see pic16 port for example,
6084         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6085         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6086         * (doPrintSearchDirs): NEW, replaces in a central manner the
6087         printing of search dirs which was split in set*Paths functions,
6088         * (main): added call to port->initPaths and doPrintSearchDirs,
6089         * src/avr/main.c,
6090         * src/ds390/main.c,
6091         * src/hc08/main.c,
6092         * src/izt/i186.c,
6093         * src/izt/tlcs900h.c,
6094         * src/mcs51/main.c,
6095         * src/pic/main.c,
6096         * src/pic16/main.c: modified port structures to reflect addition of
6097         initPaths hook,
6098
6099         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6100         * (pic16_dump_section): for registers in same address reserve memory once,
6101         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6102         to no_banksel,
6103         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6104         result is greater in size than right or left,
6105         * (pic16_genUMult8X8_8): there are some cases where the result can
6106         be 16 bits size, so handle these,
6107         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6108         * (pic16_outBitC): modified to emit pcodes,
6109         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6110         or not,
6111         * (genDivOneByte): implemented algorithm to divide 8-bits,
6112         * (genCmp): uncommented goto, but issues still exist,
6113         * (genAnd): fixed a bug with variables >8bits,
6114         * (genPackBits): optimization added that uses BCF/BSF to change a
6115         single bit,
6116         * (genAssign): fixed bug when assigning floating point literals,
6117         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6118         __sdcc_gsinit_startup label,
6119         * src/pic16/main.c (_pic16_init): removed search directory
6120         initialisations,
6121         * (_pic16_initPaths): NEW, used to initialise search directories,
6122         * (_hasNativeMulFor): support functions for all except char/int
6123         multiplication, and char division,
6124         * (PIC16_port struct): modified entry for native mul support,
6125         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6126         no_banksel option,
6127         * (buildCallTree): call to register_usage is ifdef'ed out,
6128
6129 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * device/include/string.h: applied Stas Sergeev's patch to make this
6132         header file compatible with the preprocessor -Wundef option
6133         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6134         failure (fixes bug #941458)
6135
6136 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6139         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6140         that the variable, not the function, should be static
6141         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6142         to be consistent with non-literal case
6143
6144 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6145
6146         * src/SDCCast.c (isConformingBody): fixed bug #949967
6147         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6148         convilong): fixed bug #952086
6149
6150 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6151
6152         * src/SDCCmem.c (allocVariables): fixed bug #955321
6153
6154 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/hc08/main.c (_hc08_genAssemblerEnd),
6157         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6158         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6159         completely eliminated the use of a temporary file
6160         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6161         when more than one file linked
6162         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6163
6164 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6167         which fixes bug #543481
6168         * support/regression/tests/bug-751703.c: fixed comments left from a
6169         cut and paste error
6170         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6171         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6172         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6173         scopes
6174         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6175         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6176         are now changed to underscores in moduleName
6177
6178 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6179
6180         * as/mcs51/lkmem.c: better fix for bug #954173
6181
6182 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6183         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6184
6185         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6186         * device/include/c8051f000.h,
6187         * device/include/c8051f120.h,
6188         * device/include/c8051f300.h,
6189         * device/include/c8051f310.h,
6190         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6191         PWM16) and detab'ed
6192
6193 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6194
6195         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6196         and mailing lists, doc'ed --no-peep-comments, removed reference
6197         to knoppix (newest version has no LyX/LaTeX), other minor changes
6198         * src/SDCCglue.c (glue): save 2 bytes stack space with
6199         option --main-return. The ljmp could probably be avoided too
6200
6201 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6202
6203         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6204
6205 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6206
6207         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6208         * src/SDCCopt.c (isLocalWithoutDef),
6209         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6210         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6211         (credit to Maarten Brock for patch #949363, on which this is based)
6212         * support/regression/tests/bug-751703.c: some test cases of extern used
6213         within inner scopes.
6214
6215 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6218         SPEC_STRUCT
6219         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6220         struct definitions
6221         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6222         dwWriteLabel): fix to create valid debugger symbols even when
6223         the module name has non-alphanumeric symbols in it
6224         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6225         when a variable's allocation has been optimized away
6226
6227
6228 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6231         * src/hc08/main.c,
6232         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6233         * src/mcs51/main.c,
6234         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6235         * src/ds390/main.c,
6236         * src/z80/gen.c (z80_emitDebuggerSymbol),
6237         * src/z80/main.c,
6238         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6239         * src/pic/main.c,
6240         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6241         * src/pic16/main.c,
6242         * src/avr/gen.c (avr_emitDebuggerSymbol),
6243         * src/avr/main.c,
6244         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6245         * src/xa51/main.c,
6246         * src/SDCCdebug.c (emitDebuggerSymbol),
6247         * src/SDCCdebug.h,
6248         * src/port.h: added a debugger struct to the port struct. Added a
6249         callback for defining debugger symbols
6250
6251         * src/SDCCast.c (createLabel),
6252         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6253         with isitmp = 1
6254         * src/SDCCicode.h,
6255         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6256         iCode back to the ast for the function
6257
6258         * src/hc08/ralloc.c (hc08_assignRegisters),
6259         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6260         unneeded fields from the regs struct.
6261         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6262         pushReg() & pullReg() functions instead of emitcode()
6263
6264         * src/hc08/gen.c (genLabel, genhc08Code),
6265         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6266
6267         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6268         debugger hooks
6269
6270         * src/hc08/gen.c (genEndFunction, genhc08Code),
6271         * src/hc08/gen.h,
6272         * src/mcs51/gen.c (genEndFunction, gen51Code),
6273         * src/mcs51/gen.h,
6274         * src/ds390/gen.c (genEndFunction, gen390Code),
6275         * src/ds390/gen.h,
6276         * src/z80/gen.c (genEndFunction, genZ80Code),
6277         * src/z80/gen.h,
6278         * src/z80/z80.h,
6279         * src/pic/gen.c (genEndFunction, genpic14Code),
6280         * src/pic/gen.h,
6281         * src/pic16/gen.c (genEndFunction, genpic16Code),
6282         * src/pic16/gen.h,
6283         * src/avr/gen.c (genEndFunction, genAVRCode),
6284         * src/avr/gen.h,
6285         * src/xa51/gen.c (genEndFunction, genXA51Code),
6286         * src/xa51/gen.h,
6287         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6288         specific code to cdbFile.c and out of the backend code generators
6289
6290         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6291         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6292         starting address is now 0
6293
6294         * as/hc08/asm.h,
6295         * as/hc08/m08pst.c,
6296         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6297         assembler directive for DWARF support
6298         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6299
6300         * src/src.dsp,
6301         * src/Makefile.in,
6302         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6303
6304 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6307         and inappropriate peephole optimization in jump tables
6308
6309 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6310
6311         * as/hc08/m08pst.c,
6312         * src/SDCCglue.c: sdccopt works for the hc08 port now
6313
6314 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6315
6316         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6317
6318 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6319
6320         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6321
6322 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6325         rules
6326         * src/SDCCmain.c,
6327         * src/SDCCglobl.h,
6328         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6329         comments from the peephole optimizer replacement rules
6330         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6331         symbols
6332         * src/SDCCcse.c (updateSpillLocation),
6333         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6334         equivalents
6335         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6336         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6337         objects far pointers
6338
6339 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/SDCCsymt.h: a missing part of my last change
6342         * src/pic/ralloc.c (regTypeNum),
6343         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6344
6345 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/SDCCicode.h,
6348         * src/SDCCicode.c (aggrToPtrDclType),
6349         * src/SDCCptropt.h,
6350         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6351         ptrPseudoSymConvert),
6352         * src/pic/ralloc.c (regTypeNum),
6353         * src/pic16/ralloc.c (regTypeNum),
6354         * src/hc08/ralloc.c (regTypeNum),
6355         * src/ds390/ralloc.c (regTypeNum),
6356         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6357         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6358
6359 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * link/z80/lkmain.c (afile),
6362         * as/hc08/lkmain.c (afile),
6363         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6364         prevent a pointer problem when a filename has no directory and
6365         no extension specified.
6366
6367 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6368
6369         * link/z80/lkmain.c (afile): allow periods in directory names
6370         * link/z80/lkmain.c (afile),
6371         * as/mcs51/lkmain.c (afile),
6372         * as/hc08/lkmain.c (afile): allow linker script file to have an
6373         extension other than ".lnk"
6374         * link/z80/lklex.c (getfid),
6375         * link/z80/lkmain.c (parse),
6376         * as/mcs51/lklex.c (getfid),
6377         * as/mcs51/lkmain.c (parse),
6378         * as/hc08/lklex.c (getfid),
6379         * as/hc08/lkmain.c (parse): Support comments in the linker script
6380         file on lines by themselves and after filenames
6381
6382 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6383
6384         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6385
6386 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/z80/peeph-z80.def: removed some peephole rules that don't
6389         work with multibyte arithmetic (fixed bug #937126)
6390         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6391         to registers and not global variables
6392         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6393         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6394         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6395         checking for assignments not internally generated (fixed bug #931895)
6396         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6397         structure member (fixed bug #930072)
6398
6399 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         * src/SDCCmain.c (linkEdit),
6402         * src/hc08/main.c (_hc08_parseOptions),
6403         * as/hc08/Makefile.in,
6404         * as/hc08/aslink.h,
6405         * as/hc08/asm.h,
6406         * as/hc08/m08pst.c,
6407         * as/hc08/lkrloc.c (relr, rele),
6408         * as/hc08/lkarea.c (lnkarea)
6409         * as/hc08/lkmain.c (afile, parse),
6410         * as/hc08/lkelf.c: support for ELF output
6411         * as/hc08/lks19.c (s19),
6412         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6413
6414 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6415
6416         * as/mcs51/lkihx.c: Fixed bug #899105.
6417
6418 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6419
6420         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6421         .dsp files from Unix to DOS.
6422
6423 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6426         function pointers; we have been compliant for several months now.
6427         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6428         change that was accidently commented out
6429         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6430         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6431         bug #922319
6432
6433 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * src/hc08/gen.c: output of all of the internal debugging information
6436         is now controlled by the D() macro; it is disabled by default
6437
6438 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6439
6440         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6441         harder to keep the same registers during a CAST iCode
6442         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6443         long via int can be done in a single cast, if the signedness is
6444         correct.
6445         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6446         putchar() in tinibios.c in ds390's library
6447
6448 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6449
6450         * src/SDCCast.c (decorateType): fixed bug #898889,
6451         cast result of a literal complement too
6452         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6453         fixed check for bitfields
6454
6455 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * src/SDCCicode.c (geniCodeLogic): made it static,
6458         (geniCodeLogicAndOr): added in order to fix bug #905492,
6459         (ast2iCode): fixed bug #905492
6460         * support/regression/tests/bug-905492.c: added
6461         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6462         (processParms): fixed bug #927659: don't copy parms, this will clear
6463         decorated flag
6464         * support/regression/tests/bug-927659.c: added
6465
6466 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6467
6468         * src/SDCCast.c (addCast): don't cast float to char
6469         * device/lib/libsdcc.lib: added _memmove
6470
6471 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * device/lib/large/Makefile: fixed parallel execution by
6474         replacing `make` by `$(MAKE)`
6475
6476 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6477
6478         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6479         offsets (fixes bug #923936)
6480
6481 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6482
6483         * device/lib/small/Makefile: fixed parallel execution by
6484         replacing `make` by `$(MAKE)`
6485
6486 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6487
6488         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6489
6490 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6491
6492         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6493         * src/regression/Makefile: Regression test was not running.
6494
6495 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6496
6497         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6498         complement if possible
6499         * src/SDCCval.c (valComplement),
6500         * src/SDCCicode.c (operandOperation): fixed complement of literal
6501         * support/regression/tests/onebyte.c (testComplement): added
6502
6503 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6504
6505         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6506         return an optimized tree; actually replace actParm with the new tree
6507         * src/SDCCast.h: added some parantheses to remove side effects
6508         * support/regression/tests/bug-920866.c
6509
6510 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6511         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6512         Bit operands were not being handled properly in the pic14 port.
6513         (now src/regression/add.c passes again).
6514
6515 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/SDCC.y (labeled_statement): case and default no longer require
6518         a following statement (RFE #893037)
6519
6520 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6523         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6524         disabled (fixes bug #916294)
6525         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6526         "mov a,acc"; patch provided by Lenny Story
6527         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6528
6529 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6532         functions
6533         * src/ds390/gen.c (genFunction, genEndFunction),
6534         * src/ds390/ralloc.c (ds390_assignRegisters),
6535         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6536         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6537         pushed if there are parameters passed on the stack. Also, a cleaner
6538         way to decide if r0/r1 should be pushed/popped. (Together they fix
6539         bug #918693)
6540
6541 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6542
6543         * doc/sdccman.lyx,
6544         * device/lib/mcs51/crtpagesfr.asm,
6545         * device/lib/mcs51/crtxinit.asm,
6546         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6547         to avoid confusion with Si Lab's SFRPAGE register.
6548
6549 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCglue.c (emitMaps): allow public sfr variables
6552         * src/SDCCglue.c (initialComments): include compiler build date
6553         with compiler version and put the timestamp of the generated
6554         assembly file on a serperate line to be less confusing.
6555         * src/port.h: added genInitStartup hook
6556         * src/avr/main.c,
6557         * src/ds390/main.c,
6558         * src/hc08/main.c,
6559         * src/pic/main.c,
6560         * src/pic16/main.c,
6561         * src/xa51/main.c,
6562         * src/z80/main.c: genInitStartup initialize as NULL (default to
6563         historical behaviour)
6564         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6565         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6566         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6567         library instead of hard coding it into the compiler.
6568         * support/regression/ports/mcs51-stack-auto/spec.mk,
6569         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6570         * device/lib/mcs51/Makefile,
6571         * device/lib/small/Makefile,
6572         * device/lib/large/Makefile,
6573         * device/lib/mcs51/crtpagesfr.asm,
6574         * device/lib/mcs51/crtstart.asm,
6575         * device/lib/mcs51/crtxclear.asm,
6576         * device/lib/mcs51/crtxinit.asm,
6577         * device/lib/mcs51/crtclear.asm,
6578         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6579         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6580         and into user configurable files.
6581         * device/lib/clean.mk: clean mcs51 directory too
6582         * support/regression/tests/longlit.c: added static to T1 declaration
6583         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6584         accesses in the initialization code
6585
6586 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6589         OSCTRIMVAL as noted in bug #916008
6590
6591 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6592
6593         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6594         in loops with multiple exits (reported as incorrect registers
6595         used by Martin Helmling in Sdcc-user list)
6596
6597 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6598
6599         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6600         made ds390 register extensions look less like error messages
6601
6602 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6603
6604         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6605         reported by Adam Wozniak in Sdcc-user list
6606
6607 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6608
6609         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6610         arithmetic optimizations, added debug output
6611
6612 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6613
6614         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6615         * sdcc.spec: updated and split sdcc into 3 rpms
6616         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6617         needed for literals of LEFT_OP and '+'
6618         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6619         introduced RESULT_TYPE_NOPROM
6620         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6621         left shift
6622         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6623         limited promotion to int only for '*'
6624         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6625
6626 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6627
6628         * src/pic16/gen.c (genSkip),
6629         (genc16bit2lit), (gencjneshort): commented out
6630         (is_LitOp): new helper function, checks operand type
6631         (genCmpEq): rewritten
6632
6633 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6634
6635         * support/regression/tests/bug-908454.c: added
6636
6637 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6638
6639         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6640         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6641         (geniCodeCast): cosmetic, don't preserve bit storage class
6642         (geniCodeLeftShift): added promotion
6643         (geniCodeLogic): fixed regression
6644         * src/SDCCsymt.c (computeTypeOr): accept bits too
6645         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6646
6647 2004-03-07  Borut Razem <borut.razem AT siol.net>
6648
6649         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6650
6651 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6652
6653         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6654         version of pic16_genPackRegisters which does not check if ic is a
6655         CAST operator,
6656         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6657         function cause string1.c regression test fails
6658
6659 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6660
6661         * sim/ucsim/configure.in,
6662         * sim/ucsim/configure,
6663         * sim/ucsim/doc/Makefile.in: use docdir
6664         * src/SDCC.y: fixed sbit atrributes
6665         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6666         * src/SDCCast.c (decorateType): |^& need special promotion handling
6667         * src/SDCCast.h,
6668         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6669         * src/SDCCsymt.h (computeType),
6670         * src/SDCCicode.c: computeType() needs op
6671         * src/SDCCsymt.c (checkTypeSanity),
6672         * doc/sddman.lyx: "plain" bitfields are unsigned
6673         * src/SDCCsymt.c (computeTypeOr): added
6674         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6675         |^& ops
6676         * src/SDCCval.c (val*): computeType() needs op
6677         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6678         * support/regression/tests/onebyte.c: added tests for |^&
6679
6680 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6681
6682         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6683         for writing icode into asm output.
6684
6685 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6686
6687         * src/pic16/device.c: added some debug lines enabled
6688         with macro DEBUG_CHECK,
6689         * src/pic16/genarith.c: more debug in genPlus,
6690         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6691         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6692         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6693         * (aopForSym): onStack symbols are re-placed in data memspace,
6694         and onStack flag is cleared,
6695         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6696         copy temporary pcodeop,
6697         * (genPcall): added warning for not updating PCLATU,
6698         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6699         always true for pic16 port,
6700         * (genMultOneWord): NEW, supports integer multiplication,
6701         * (genMult): modified to call genMultOneWord,
6702         * (ifxForOp): added warning when return NULL,
6703         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6704         flag is set before call to operandFromSymbol for implicit
6705         added structures,
6706         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6707         options.intlong_rent are set by default,
6708         * (_hasNativeMulFor): modified to allow port generation of integer
6709         multiplication,
6710         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6711         set regtype to REG_SFR for all registers, restricting seting the
6712         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6713
6714 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6715
6716         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6717         more than 500 times in the regression tests
6718
6719 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * support/Util/SDCCerr.h,
6722         * support/Util/SDCCerr.c,
6723         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6724         enumerator_list),
6725         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6726         for symbol conflicts.
6727         * support/valdiags/tests/enum.c,
6728         * support/valdiags/tests/tentdecl.c,
6729         * support/valdiags/tests/struct.c: expect possible error messages
6730         referring to original symbol definitions.
6731         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6732         * src/SDCCsymt.h,
6733         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6734
6735 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6736
6737         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6738
6739 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6740
6741         * src/pic16/ralloc.c (newReg): fixed bug #908929
6742
6743 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         * src/ds390/gen.c: added missing #include "main.h"
6746
6747 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6750         checking if symbol is already in set,
6751         * src/pic16/device.h: prototype for checkAddSym,
6752         * src/pic16/gen.c: (_G): added entry interruptvector,
6753         * (assignResultValue): removed some commented out lines,
6754         * (genFunction): check for ISR via sym->type, absolute section for
6755         interrupt code is created via a new pBlock, the goto instruction is
6756         placed now correctly at the interrupt vector position, changed all
6757         references from ivec to _G.interruptvector,
6758         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6759         is the interrupt is a high priority one, same for return from ISR,
6760         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6761         externs to calls of checkAddSym,
6762         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6763         pic16_pcode_verbose flag is set,
6764         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6765         * src/pic16/pcoderegs.c: message about how many registers are saved
6766         will only be emitted if pic16_pcode_verbose flag is set,
6767
6768 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6769
6770         * src/ds390/ralloc.h,
6771         * src/ds390/ralloc.c (ds390_regWithIdx),
6772         * src/ds390/gen.c (emitcode),
6773         * src/ds390/main.h,
6774         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6775         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6776         ds390operandCompare, getRegsRead, getRegsWritten,
6777         initializeAsmLineNode): customized instruction size calculation for
6778         ds390, started basis for some register optimizations
6779         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6780         corresponding assembly output
6781         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6782         missing push/pop of r0/r1. Optimized push/pops
6783
6784 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/mcs51/main.c (instructionSize): fixed ACALL size
6787         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6788
6789 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6790
6791         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6792         the sorting of rlist with NULL elements
6793         * (print_idataType, print_idata): NEW to create idata sections
6794         * src/pic16/device.h: idataSymSet new variable
6795         * src/pic16/gen.c (genFunction): fixed some bugs in string
6796         comparing, improved the absolute section creation for ISRs,
6797         added FSR0L/FSR0H in registers that are saved in an ISR,
6798         * (genInline): fixed the processing of inline snippets,
6799         now they undergo no process by the peephole optimizer
6800         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6801         are placed in idataSymSet,
6802         * (pic16emitStaticSeg): extern symbols are added in externs,
6803         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6804         switching when aboslute variables are placed in access bank memory
6805         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6806         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6807         commented out with #if,
6808         * (pic16_packRegisters): reintroduce the check for CAST because some
6809         symbols are not correctly handled,
6810         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6811         pCodeInstruction instead of pCode,
6812         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6813         pCodeAsmDir definition,
6814         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6815         directive, then the argument directive is emitted without the leading
6816         tab, hack for inline labels which must be in the first column,
6817         * (compareLabel,pic16_findNextInstruction),
6818         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6819         * (insertBankSwitch): modified for the new pCodeAsmDir,
6820
6821 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6822         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6823
6824         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6825         instance,
6826         * (pushSide): commented out with #if,
6827         * (assignResultValue): fixed some typos in saving
6828         registers,
6829         * (genPcall): FIXED and sync'ed with genCall,
6830         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6831         * (genNearPointerGet): fixed to handle some more cases,
6832         implementation scheme via table reads,
6833         * (genConstPointerGet): modified to access code memory correct,
6834         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6835         and improved to handle some cases
6836         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6837         instead of "RETLW" for init data
6838         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6839         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6840         variables are placed in access bank memory (<0x80 and >=0xf80),
6841         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6842         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6843         TBLWT_POSTDEC,TBLWT_PREINC
6844         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6845         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6846         directives
6847         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6848         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6849         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6850         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6851
6852 2004-02-29  Borut Razem <borut.razem AT siol.net>
6853
6854         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6855         support/Util/findme.h, support/Util/system.h: enhance binary relative
6856         search for lib and include by using findProgramPath()
6857
6858 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/SDCCpeeph.h,
6861         * src/SDCCpeeph.c (pcDistance),
6862         * src/port.h,
6863         * src/mcs51/ralloc.h,
6864         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6865         * src/mcs51/main.h,
6866         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6867         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6868         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6869         size calculation port specific, started basis for some register
6870         optimizations
6871         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6872         missing push/pop of r0/r1. Optimized push/pops
6873         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6874         * device/lib/_modsint.c (_modsint),
6875         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6876         and stack version so regression tests pass
6877
6878 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6879
6880         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6881         * src/SDCCast.c (decorateType): catch another small optimization
6882         with '?' operator
6883         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6884         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6885         modified to finally use computeType() all over SDCC,
6886         see Feature Request #877103
6887         * src/SDCCval.h: cosmetic
6888         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6889         valCompare(); regression tested in muldiv.c
6890         * support/regression/tests/muldiv.c (testMod): mod sign follows
6891         dividend only
6892
6893 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * src/SDCCast.c (decorateType): fixed bug #902362
6896         * doc/INSTALL.txt: fixed install instructions for win32
6897
6898 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6899
6900         * device/include/Makefile.in (install): fixed by replacing spaces
6901         by tabs
6902         * doc/README.txt,
6903         * doc/INSTALL.txt: updated for release
6904         * doc/sdccman.lyx: added warning for --xstack being buggy
6905
6906 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6907
6908         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6909         to eliminate build warnings.
6910         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6911
6912 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6913            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6914
6915         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6916         removed -penable-stack, added comment for stack pragma, added
6917         warning for not initializing the stack/frame registers, removed
6918         comment at interrupts section
6919
6920         Stack is made permanent, there is no ability to disable stack usage.
6921         * src/pic16/device.h,
6922         * src/pic16/device.c: removed all references to USE_STACK macro,
6923         * src/pic16/device.c (pic16_dump_section): when no elements in
6924         rlist, free rlist before return,
6925         * (pic16_dump_int_registers): NEW, internal registers are a new set
6926         of general purpose registers reused by each function,
6927         * (checkAddReg): returns 1 if registers is added to set,
6928         * (pic16_groupRegistersInSection): when a registers is of type
6929         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6930         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6931         SRCASECMP macro is moved here from device.c
6932         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6933         PO_PCLATU, PO_PRODL, PO_PRODH,
6934         * (pic16_pCodeOpType, genMinus,
6935         changed compares to "a" register, with AOP_ACC,
6936         * (pic16_genPlus): fixed some bugs and indented properly,
6937         * (pic16_addSign): changed size to size+offset in the MOVWF
6938         instruction,
6939         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6940         multiply 8-bit operand by literal, result is 8-bit,
6941         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6942         multiply 2 8-bit operand, result is 8-bit,
6943         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6944         genUMult8X*_16,
6945         * src/pic16/gen.c: changed accUse to contain WREG only,
6946         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6947         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6948         true, do not use immediate addressing any more unless sym is a
6949         pointer in codespace,
6950         * (aopForRemat): do not use immediate addressing when symbol not in
6951         codespace and when symbol's address is requested,
6952         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6953         accUse size (= 1),
6954         * (aopGet): added case for AOP_ACC and don't return "accumulator
6955         bug" but WREG instead,
6956         * (popGetTempReg): pushes contents of temporary register in stack,
6957         * (popReleaseTempReg): pops contents of temporary register from
6958         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6959         * (pic16_popGet): separated case AOP_ACC to return register WREG
6960         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6961         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6962         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6963         the use of immediate pointers to certain cases only.
6964
6965         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6966         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6967         * (assignResultValue, genCall, genRet): modified to use the new
6968         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6969         genPcall is still broken,
6970         * (genFunction): added code to create 'A' type pBlocks when
6971         interrupt functions are generated, code not extensively tested yet,
6972         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6973         * (genEndFunction): modified so ISRs pop stored registers from stack,
6974         * (genMultOneByte): cleanup,
6975         * (AccRsh): added flag andmask, to and result with appropriate mask,
6976         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6977         * (genDataPointerGet): fixed and reenabled its use,
6978         * (genNearDataPointerGet): bugs fixed,
6979         * (genDataPointerSet): bugs fixed,
6980         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6981         pic16_DumpSymbol, pic16_DumpOp,
6982         * src/pic16/genutils.h: function prototypes for the above functions,
6983         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6984         pointers,
6985         * (pic16emitRegularMap): many many many improvements, but needs a
6986         major cleanup,
6987         * src/pic16/main.c: enable_stack in pic16_options is removed,
6988         * (_pic16_parseOptions): removed command line options -penable-stack,
6989         * (_process_pragma): emit stack symbol only when stack pragma is
6990         processed,
6991         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6992         redirected to FSR0L/FSR0H pair,
6993         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6994         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6995         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6996         for immediates,
6997         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6998         * (dumpPicOptype): NEW,
6999         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7000         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7001         with movff instruction,
7002         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7003         added pic16_int_regs, some packRegsFor* functions are commented out,
7004         because produce errors,
7005         * src/pic16/NOTES: minor modifications
7006
7007 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7008
7009         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7010         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7011         --pack-iram.
7012         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7013         * as/mcs51/lkaomf51.c: fixed bug #895763
7014
7015 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7018
7019 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7020
7021         * doc/sdccman.lyx: added details about the HC08 storage classes and
7022         interrupts, fixed the register usage info for z80 & gbz80
7023
7024 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7025
7026         * doc/sdccman.lyx: added more pic16 port documentation
7027         * device/include/pic16/: added header pic18fregs.h
7028
7029 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7030
7031         * doc/sdccman.lyx: added Vangelis' contribution
7032
7033 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7036         extend to the next CALL or PCALL, not just to the next CALL.
7037
7038 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7039
7040         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7041
7042 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7045         bug #895752 and a better fix for bug #716790
7046
7047 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7048
7049         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7050
7051 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7052
7053         * doc/sdccman.lyx: minor changes, minor changed
7054
7055 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7056
7057         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7058         which can't handle SDCC_NEWONEBYTEOPS,
7059         (geniCodeMultiply): removed conversion from mult to shift for pic14
7060         and pic16
7061
7062 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7063
7064         * src/hc08/gen.h,
7065         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7066         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7067         thus fixing bug #895406
7068
7069 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         * device/lib/_modsint.c,
7072         * device/lib/_modslong.c: sign follows divisor only
7073         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7074         signs or signedness can be ignored
7075         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7076         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7077         added optimization for IFX,
7078         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7079         arguments;
7080         reenabled optimization for IFX, which was removed on 2004-01-11
7081         * src/SDCCast.h: added return type IFX
7082         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7083         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7084         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7085         SDCC_OLDONEBYTEOPS selects the old behaviour
7086         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7087         changed again and commented promotion rule
7088         * src/SDCCval.c (valDiv): promotion no longer necessary
7089         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7090         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7091         rewritten
7092         * support/regression/tests/onebyte.c: added
7093
7094 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7095
7096         * gen.c (genInline): reverted to old code for assemnling inline
7097         code because of bug reported James Chadd
7098
7099 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7100
7101         * ralloc.h: missing declarations from previous patch,
7102         seems that patch for ralloc.h was never applied, fixed
7103
7104 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7105            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7106
7107         * pcode.c,
7108         * pcode.h,
7109         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7110         indirect addressing. Marked FSR0 as deprecated
7111         * gen.c (pointerCode): commented out, not needed now
7112         (pic16_popGet2p): new MOVFF helper function
7113         (genGenPointerGet),
7114         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7115         (shiftRLong): removed duplicate debugging info
7116
7117 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7118
7119         * src/ds390/gen.c (genNearPointerGet),
7120         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7121         optimization with bits, but not bitfields.
7122         * src/ds390/ralloc.c (packRegisters),
7123         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7124
7125 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7126
7127         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7128
7129 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/SDCCsymt.h,
7132         * src/SDCCicode.c (operandFromSymbol),
7133         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7134         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7135         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7136         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7137         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7138         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7139         bug #892038
7140         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7141         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7142         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7143         * src/SDCCsymt.c (newSymbol),
7144         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7145         enumerator_list),
7146         * src/SDCCval.h,
7147         * src/SDCCval.c (newiList): fixed bug #885705
7148
7149 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7150
7151         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7152         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7153
7154 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7155
7156         * device/include/c8051f120.h,
7157         * device/include/c8051f300.h,
7158         * device/include/c8051f310.h: added/updated header files for Silicon
7159         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7160         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7161         in new section Submitting patches
7162
7163 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7166         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7167         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7168         genGenPointerSet),
7169         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7170         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7171         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7172         genGenPointerSet),
7173         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7174         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7175         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7176         genGenPointerSet),
7177         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7178         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7179         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7180         genGenPointerSet): fixed bug #892400
7181         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7182         to eliminate build warnings.
7183         * src/SDCCast.c (processParms),
7184         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7185         fixed bug 751859
7186         * support/valdiag/valdiag.py: added GCC to the list of defines active
7187         when compiling with gcc
7188
7189 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7190
7191         * support/Util/SDCCerr.h,
7192         * support/Util/SDCCerr.c,
7193         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7194         with an incomplete type (fixed bug #883734)
7195         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7196
7197 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7198
7199         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7200
7201 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * src/SDCCast.c (decorateType),
7204         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7205         function pointer implementation
7206         * support/regression/tests/funptrs.c: added tests to verify both forms
7207         of function pointers work correctly. Added tests to verify parameters
7208         are passed in the correct order.
7209
7210 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7211
7212         * device.c (regCompare): registers are sorted by ascending
7213         address and increasing size,
7214         * main.c (_pic16_finaliseOptions): removed the declaration
7215         of compiler macro MCU. Now a macro of the format pic18fxxxx
7216         will be defined from the command line
7217
7218 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7219             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7220
7221         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7222         PCOP_RLCF was overwritten!
7223         * gen.c (genSkip): commented out calls to pic16_emitcode,
7224         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7225         * (genlshTwo),
7226         * (genRRC): added debugging info,
7227         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7228         overwritten while shifting,
7229         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7230         overwritten while shifting,
7231         * (AccLsh),
7232         * (AccRsh),
7233         * (shiftLLeftOrResult),
7234         * (shiftRLeftOrResult),
7235         * (shiftRLong),
7236         * (shiftLLong): Implemented with pic16_emitpcode
7237         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7238         * (genLeftShift): Fixed bug, operand for shift by variable always
7239         was "and"ed with 0x0f,
7240         * (genLeftShiftLiteral),
7241         * (genrshTwo),
7242         * (genRightShiftLiteral): added debugging info,
7243         * (genrshFour): added comment,
7244         * (genRightShift): determined signedness from operand "left"
7245         instead of "result"
7246
7247 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * src/SDCCicode.c (geniCodeParms),
7250         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7251         function pointers, fixed function pointer bugs #861242 and #861896
7252
7253 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7254
7255         * device/include/c8051f000.h,
7256         * device/include/c8051f120.h,
7257         * device/include/c8051f300.h: added header files for Silicon
7258         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7259
7260 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7261
7262         * src/SDCCast.c (processParams): added new type flow and restructured
7263         (gatherAutoInit): added new type flow
7264         (addCast): cosmetic changes
7265         (getLeftResultType): added new type flow for array indices, patch
7266         provided by Stas, see FR #877103
7267         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7268         array index patch by Stas
7269         * src/SDCCast.h: added prototype getResultTypeFromType()
7270         * src/SDCCval.h,
7271         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7272         * src/pic/glue.c (pic14emitStaticSeg),
7273         * src/pic16/glue.c (pic16emitStaticSeg),
7274         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7275         for initialization of symbols
7276         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7277         * support/Util/SDCCerr.h:
7278         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7279         * .version: bumped version number to 2.3.8
7280         * device/include/Makefile.in (install),
7281         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7282         avoid warnings
7283
7284 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7285
7286         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7287         Slade Rich fixed an optimization bug
7288         * src/pic/pcodepeep.c,
7289         * src/pic/pcoderegs.c
7290         * doc/Makefile (install): added test for directory
7291
7292 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7295         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7296         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7297         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7298         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7299         * as/mcs51/asexpr.c (term),
7300         * as/hc08/asexpr.c (term): fixed bug #887146
7301
7302 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/z80/gen.c (genMult): handle single byte result product
7305         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7306         DUMMY_READ_VOLATILE (fixed bug #886367)
7307
7308 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7309
7310         * support/regression/tests/libmullong.c: fixed logic, on little endian
7311         hosts we ended without a mullong_wrapper()
7312
7313 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7316         virus/worm forged address usage.
7317
7318 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         Fixed promotion, it should be done on AST level:
7321         * src/SDCCast.c (addCast): added promotion to int
7322         (decorateType): updated call to upCast()
7323         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7324         usualUnaryConversions()
7325
7326 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7327
7328         * support/regression/tests/literalop.c (mulWrapper): Added a
7329         wrapper to remove integer overflow warnings.
7330
7331         * support/regression/tests/float_trans.c: Made work on host.
7332
7333         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7334         location of sz80.
7335
7336         * support/regression/generate-cases.py (main): Changed from inline
7337         to a main method.
7338
7339         * doc/Makefile (install): Changed to depth first to get rid of
7340         missing directory install warning.
7341
7342         * as/Makefile (install-doc): Made work on Mac.
7343
7344 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7345
7346         * src/SDCCast.c: added an additional type flow in decorateType() of
7347         opposite direction, see feature request #860006; it's enabled at runtime
7348         by setting the environment variable SDCC_NEWTYPEFLOW
7349         * src/SDCCast.h: changed prototype of decorateType()
7350         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7351         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7352         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7353         see feature request #877103
7354         * src/SDCCval.c: updated call of decorateType()
7355         (valBitwise): fixed bug #882876
7356         (valMinus): added promotion
7357         (valLogicAndOr): result is unsigned
7358         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7359         * src/SDCCsymt.c (computeType),
7360         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7361         must not cause an unsigned operation
7362         * src/pic/glue (pic14emitRegularMap),
7363         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7364
7365 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7366
7367         * src/pic/pcode.c (PCodeID): commented out left over debug code
7368
7369 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7370
7371         * support/valdiag/tests/overflow.c: added shift tests
7372         * src/pic/device.c,
7373         * src/pic/gen.c,
7374         * src/pic/gen.h,
7375         * src/pic/glue.c,
7376         * src/pic/main.c,
7377         * src/pic/pcode.c,
7378         * src/pic/pcode.h,
7379         * src/pic/pcodepeep.c,
7380         * src/pic/pcoderegs.c,
7381         * src/pic/ralloc.c,
7382         * src/pic/ralloc.h: applied patch from Slade Rich;
7383         added support for multiple code pages and multiple RAM banks on the
7384         PIC 14 port. The ASM files now no longer simply assume all the
7385         code / RAM are in the same page / bank. This means the linker can
7386         safely allocate code/RAM of separate ASM files to different pages/banks.
7387         * doc/sdccman.lyx: added Slade's tips
7388         * src/mcs51/peeph.def: fixed bug #880768
7389
7390 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7393         * src/SDCCast.c (decorateType): fixed bug #880197
7394
7395 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7396
7397         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7398         getopt.h.
7399
7400         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7401         strtof is not part of C89 and isn't included with Mac OS X.
7402
7403 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7406         shiftL2Left2Result): fixed bug #879326
7407         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7408         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7409         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7410         address fetch for clr instruction
7411         * device/lib/hc08/_mulint.c: created optimized assembly version
7412         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7413
7414 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7415
7416         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7417         proposed in FR #877103
7418
7419 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7420
7421         * src/SDCCval.c (cheapestVal): added missing checks
7422         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7423         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7424
7425 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7426
7427         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7428         equal operands
7429
7430 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7431
7432         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7433         loaded with the linker search paths (-L arguments) and the libraries
7434         to be linked with the current source (-l arguments). Changes
7435         currently will affect only the pic16 port.
7436         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7437         include path the port specific paths and port specific libraries,
7438         * gplink command now contains the $3 argument,
7439         * src/pic16/device.h,
7440         * src/pic16/device.c,: structure PIC_device is made public and
7441         renamed to PIC16_device, the same for variable Pics which is renamed
7442         to Pics16. Updated all references to them.
7443         * src/pic16/glue.c (pic16glue): corrected bug with code
7444         initialization which bypassed the variable initializations block.
7445
7446         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7447         COMPILE_FLAGS and added the --nostdinc option
7448
7449 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * device/include/mc68hc908jb8.h: Register defs for another member
7452         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7453
7454 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7455
7456         Documenting changes from previous commits.
7457         * configure.in (version 1.56),
7458         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7459         when generating output files to configure the pic16 library,
7460         but now I've commented it out, since gputils aren't installed in the
7461         SF compile farm, so library won't compile
7462
7463         * device/lib/Makefile.in (version 1.56): initially I've added in
7464         target 'all' the prerequestive 'model-pic16' so it compiled the
7465         pic16 library, but now I've commented it out for the same reasons
7466         above,
7467         * added targets 'model-pic16' and 'objects-pic16' to compile the
7468         library
7469         * added target 'port-specific-objects-pic16' to handle the
7470         generated libraries and copy them into the build/ directory
7471         * added target 'clean-intermediate-pic16' to clean intermediate
7472         files into pic16 directory
7473         * in target 'installdirs' added line to create directory pic16 in
7474         the installation path
7475
7476         * device/include/Makefile.in (version 1.11): in target 'install'
7477         added lines to copy all header files to installation path,
7478         * in target 'installdirs' added line create directory for pic16
7479         headers in the installation path
7480
7481 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7482
7483         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7484          a function call
7485
7486 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7487
7488         * configure,
7489         * device/lib/configure.in,
7490         * device/lib/configure: fixed for autoconf 2.57
7491
7492 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7493
7494         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7495         option so that it actually works. Made it specific to the z80, since
7496         the gbz80 doesn't have these kinds of I/O ports.
7497
7498 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * device/include/z180.h,
7501         * device/lib/_memcpy.c,
7502         * device/lib/_memmove.c,
7503         * device/lib/_mulint.c,
7504         * device/lib/ser_ir.c,
7505         * device/lib/ser_ir_cts_rts.c,
7506         * device/lib/_strcmp.c,
7507         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7508         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7509         portmode; added deprecation warning for bank= and protmode= forms.
7510         Also, guard against buffer overflow.
7511         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7512
7513 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7516         changed interrupt vector table generation to only emit declared vectors.
7517         * device/include/Makefile.in: added missing backslash
7518         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7519
7520 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7521
7522         Mainly changes to support compilation of the device libraries
7523         * src/pic16/device.c: stack is allocated via symbol and not
7524         via literal number. The symbol is placed in the corresponding
7525         position of the data ram
7526         * (pic16_dump_section): relocatable and absolute uninitialized
7527         data are now emitted in sorted order to reduce section naming,
7528         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7529         weren't marked as being in the access bank,
7530
7531 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7532
7533         Added portion of GNU PIC Library under the directory
7534         device/include/pic16 and device/lib/pic16. These files
7535         contain the declarations of SFRs for the PIC18Fxx2 devices.
7536         The directory is initialized via configure from toplevel.
7537
7538 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7539
7540         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7541         the spilllocations to be compared correctly
7542
7543 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7544
7545         * src/SDCCast.c (decorateType): fixed bug introduced today
7546
7547 2004-01-12  Borut Razem <borut.razem AT siol.net>
7548
7549         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7550         doc/sdccman.lyx: upper case pragmas are deprecated
7551
7552 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7553
7554         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7555         in simpler and even better code
7556
7557 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/SDCCicode.c (operandOperation): fixed bug #874819
7560         * src/SDCCast.c (decorateType): fixed
7561         char foo (unsigned long ul) { return ul > 0; }
7562
7563 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7564
7565         * doc/sdccman.lyx: Moved and added some sections, small changes
7566         all over. Telling LaTeX to be less strict with word spacing
7567         to better keep the right margin. Changed some notes about
7568         maintainance of the ports in section 3.2.1 - is it OK like this?
7569
7570 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7571
7572         SDCC source changes:
7573         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7574         convilong): modified to inform the pic16 port that builtin functions
7575         are external
7576
7577         PIC16 PORT specific changes:
7578         * src/pic16/device.c pic16_dump_equates() added,
7579         processor registers declared internally by the port are emitted in
7580         the translation as equates,
7581         * src/pic16/gen.c: inline code is passed unprocessed to the
7582         translation,
7583         * (pic16_popGetLit2): fnuction modified to take second operand as
7584         pCodeOp pointer and not as literal,
7585         * (popRegFromIdx): prefixed with pic16_,
7586         * (pic16_popCombine2): modified to receive already allocated pCode
7587         operands,
7588         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7589         * (genFunction): initializes local stack frame and pushes on stack
7590         all the registers used by this function,
7591         * (genEndFunction): restores all registers from stack and restores
7592         stack frame,
7593         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7594         improvements,
7595         * (pic16glue): changed the program startup sequence,
7596         * added new dbName code 'A' for functions placed in absolute section
7597         * src/pic16/main.c: added function attribute _naked,
7598         * added pragma 'code' to place a fnuction at an absolute address,
7599         * added command line arguments --debug-ralloc and --pcode-verbose,
7600         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7601         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7602         * (pic16_newpCodeOpLit2): modified to take the second operand as
7603         pCodeOp pointer,
7604         * (pic16_printpBlock): modified to emit each function in a separate
7605         section,
7606         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7607         UPPER for immediate operands,
7608         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7609         instruction,
7610         * src/pic16/peeph.def: all peepholes with movff are commented out,
7611         because there is a problem in the pcode peep optimizer,
7612         * src/pic16/ralloc.c: the register allocator can now reuse local
7613         function symbols for another function. This saves register usage.
7614         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7615
7616         Added file src/pic16/NOTES with information about program writing on
7617         the current port version.
7618
7619 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7620
7621         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7622         and peephole 252 (array access)
7623
7624 2004-01-09  Borut Razem <borut.razem AT siol.net>
7625
7626         * src/SDCCmain.c : fixed #872250: -l command line defined library
7627           files are scanned before standard library files
7628
7629 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7630
7631         * src/SDCCast.c (decorateType): fixed bug #874046
7632
7633 2004-01-09  Borut Razem <borut.razem AT siol.net>
7634
7635         * support/scripts/sdcc.nsi: remove previous installation
7636
7637 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7638
7639         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7640         bytes for last interrupt vector (mcs51)
7641         * sdcc.spec: fixed typo
7642
7643 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7646         gen51Code): more efficient parameter receive for --model-large
7647         ("bug" #845294)
7648
7649 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7650
7651         * src/ds390/main.c,
7652         * src/z80/main.c: added missed needLinkerScript flags (more than
7653         one port structure defined in these file)
7654         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7655         bug #795325
7656
7657 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7658
7659         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7660         * src/port.h: added flag needLinkerScript in port->linker
7661         structure to inform whether to create a .lnk file or not,
7662         * src/avr/main.c,
7663         * src/ds390/main.c,
7664         * src/hc08/main.c,
7665         * src/mcs51/main.c,
7666         * src/pic/main.c,
7667         * src/pic16/main.c,
7668         * src/xa51/main.c,
7669         * src/z80/main.c: changed appropriately to configure
7670         needLinkerScript flag
7671         * src/pic/gen.c,
7672         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7673         * src/pic/glue.c: added variable udata_section_name to
7674         override default uninitialized data segment definition for
7675         devices only with SHAREBANK memory (reported from Erik Epetrich)
7676         * (pic14emitOverlay): modified to emit a commented overlay segment
7677         directive when no overlay data exist
7678         * (picglue): modified to emit uninitialized data segment
7679         according to udata_section_name
7680         * src/pic/main.c (_pic14_parseOptions): added command line
7681         options --udata-section-name=[name] to override default
7682         udata definition name
7683         * modified _linkCmd and _asmCmd to include compiler passed
7684         arguments via -W option
7685         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7686         object file from '.rel' to '.o' in port->linker structure,
7687         changed size of fptr from 2 to 3 in port structure
7688
7689 2004-01-07  Borut Razem <borut.razem AT siol.net>
7690
7691         * support/scripts/sdcc.nsi: update PATH
7692         * support/scripts/sdcc.ico: craeted
7693
7694 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7695
7696         * device/include/Makefile.in: fix install
7697         * doc/Makefile: fix install
7698
7699 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7702         in bug #860505
7703         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7704         how the function variable allocation summary is displayed; also
7705         include information about variables allocated to the overlay
7706         segment
7707
7708 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7709
7710         * as/mcs51/lkmain.c: Help about -Y option
7711         * as/mcs51/lkarea.c: Fixed gcc warnings
7712
7713 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7714
7715         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7716         fixed warning
7717         * support/valdiag/tests/overflow.c: added
7718         * src/SDCCast.c (decorateType),
7719         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7720         LEFT_OP (left shift)
7721
7722 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7723
7724         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7725         (default behaviour).
7726
7727 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7728
7729         A python script to validate compiler diagnostic messages. It can be
7730         used to verify that sdcc complains about bad c source code and
7731         gives a good location of the error.
7732         * support/valdiag/Makefile,
7733         * support/valdiag/valdiag.py,
7734         * support/valdiag/tests/*
7735
7736 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7737
7738         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7739         * src/SDCCsymt.c (newEnumType),
7740         * src/SDCCsymt.h
7741         * support/Util/SDCCerr.c,
7742         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7743         enum related bugs.
7744         * support/regression/tests/enum.c: added test for enum values that
7745         require at least 2 bytes of storage.
7746
7747 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7748
7749         * src/common.h: added ifndef/define/endif macros
7750         around the header file.
7751         Bug reported from Jesus Calvino-Fraga
7752
7753 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7754
7755         * sdcc.spec: updated
7756         * device/include/Makefile.in: don't install CVS directories
7757         * device/lib/Makefile.in: added removal of CVS directories after install
7758         * doc/Makefile: fixed install, added local_icons
7759         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7760         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7761         * src/ds390/gen.c (genRightShift): fixed bug #870788
7762         * src/SDCCast.c (decorateType): fixed bug #870781
7763
7764 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7765
7766         PIC16 port related changes:
7767         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7768         added variable stackPos,
7769
7770         * gen.c: genCall, assignResultValue: added support for
7771         pushing/retrieving function parameters to/from stack,
7772         genFunction,genEndFunction: setup stack frame for the
7773         generated function,
7774         genAddrOf: will be changed according to bug 863624
7775
7776         * added files genutils.c and genutils.h which contain gen*
7777         debugged and optimised functions extracted from gen.c
7778
7779         * glue.c: added variable 'externs' which holds extern symbols,
7780         pic16emitRegularMap: is modified to properly handle relocatable
7781          symbols under the new scheme,
7782         pic16createInterruptVect: is modified
7783         pic16printPublics: is modified to emit 'global' assembler directives,
7784         added pic16_printExterns to print extern symbols,
7785         pic16glue: initializes stack/frame pointer in the beginning of
7786         the assembly output. Temporary hack, will be corrected later,
7787         because gplink yet does not support stack and SDCC does not
7788         yet support a type of crt0.o object to create the final binary.
7789
7790         * Removed many lines that contain 8051 legacy code.
7791         * The code is finally placed under a 'code' directive.
7792         * Added port specific options.
7793
7794         * _process_pragma: simplified since now we do not need *special*
7795         include file to define SFR registers. But a separate header
7796         will be needed. This will be developed later.
7797         * _pic16_parseOptions: added, parses port specific options:
7798         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7799         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7800         --preplace-udata-with=
7801
7802         * _pic16_setDefaultOptions: modified to initialize section names,
7803         but hack is temporarly out of order since it needs improvement.
7804         * _pic16_genAssemblerPreamble: configuration words are emitted by
7805         their address instead of their name. This part is incomplete and
7806         supports only the 18Fxx2 devices. Other devices will emit an error
7807         during assembly since they do not contain the same set of config
7808         registers
7809         * _pic16_genIVT: is modified,
7810
7811         * pcode.c: added definitions for some hardware registers that are needed
7812         for stack support
7813         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7814         All PCI entries are updated. Now LFSR is supported.
7815         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7816         * added pic16_newpCodeOpLit2 to support instructions with
7817         two literal arguments
7818         * pic16_pCode2str: corrected code that emits assembler instructions
7819         with two literal operands and those that have an access bit modifier
7820         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7821         this fixes a bug which caused some labels to be lost, when an
7822         assembler directive was added, i.e. banksel,
7823         * pic16_FixRegisterBanking: improved logic that causes the insertion
7824         of bank switching,
7825         * InlineFunction: functions that are called once, are not any more
7826         inlined. This can be a port option in the future,
7827
7828         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7829
7830         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7831         hold the corresponding uninitialized symbols,
7832         * pic16_allocProcessorRegister: registers have explicit marked the
7833         accessBank field,
7834         * pic16_allocInternalRegister: registers are explicit marked as
7835         not used,
7836         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7837         processing list, so bit registers were lost,
7838         *
7839
7840         * ralloc.h: added field 'accessBank' and original symbol operand
7841         in register definition,
7842         * removed the field isMapped from register definition,
7843
7844         ** Several functions have been removed from various sources:
7845         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7846         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7847         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7848         pic16_assignRelocatableRegisters
7849
7850         ** others have been introduced:
7851         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7852         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7853
7854 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7855
7856         * support/scripts/inc2h.pl: changed definition of BIT_AT
7857         to emit 'sbit at' instead of 'bit at'. This was a request.
7858
7859         PIC16 port related preliminary changes:
7860         * gen.c: prefixed function popRegFromString with
7861         pic16_ and all references to it corrected
7862         * pcode.c: all pic16_pc_* hardware registers prefixed
7863         with underscore (_),
7864         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7865         * ralloc.c: newReg(): when register is REG_SFR then
7866         set address to rIdx,
7867         pic16_allocProcessorRegister(): marks register wasUsed=0
7868         pic16_writeUsedRegs(): added a call to assign processor
7869         registers via pic16_assignFixedRegisters
7870
7871 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7872
7873         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7874         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7875         variables in unused register banks.  Also the SSEG is placed
7876         wherever there is enough space for it, and IDATA can be anywhere
7877         in internal RAM.  For now compile using -Wl-Y[stack_size].
7878         The mem file is different for this option as well, since it
7879         makes no sense of talking about DSEG lenght.
7880
7881 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7882
7883         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7884         in certain cases, e.g. when ROM assignment, patch provided
7885         from Albert den Haan.
7886
7887 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7888
7889         Many signedness and type propagation fixes:
7890         * src/SDCCicode.c: made geniCodeCast() static
7891         replaced SPEC_ by IS_ (cosmetic)
7892         (operandOperation): fixed div and mod operation
7893         (usualBinaryConversions): added support for promotion of char
7894         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7895         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7896         (geniCodeAdd): an array index will stay unsigned, even if promoted
7897         from char to int
7898         (geniCodeArray): ditto
7899         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7900         * src/SDCCsymt.c (computeType): added more support for char;
7901         promotion of char is selectable by promoteCharToInt, fixed signedness
7902         for all cases
7903         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7904         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7905         * src/SDCCval (val*): replaced signedness calculation by
7906         computeType()
7907         rearranged if-branches (cosmetic)
7908         (valShift): added warning W_SHIFT_CHANGED
7909         (valCompare): fixed problem with different types
7910         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7911         * support/regression/tests/literalop.c: added many cases
7912         * support/regression/tests/ast_constant_folding.c: changed finally to
7913         'unsigned int'
7914         * .version: new year, new version: 2.3.7
7915         * src/SDCCmain.c (main): applied patch #866468
7916         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7917         provided by Scott Bronson
7918         * doc/sdccman.lyx: updated documentation for sdcdb
7919         updated and added chapter tips
7920
7921 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7922
7923         * src/SDCCsymt.h: missing from yesterday's commits
7924
7925 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926
7927         * src/SDCC.y (struct_or_union_specifier),
7928         * support/Util/SDCCerr.c,
7929         * support/Util/SDCCerr.h: verify that struct & union tags are used
7930         as declared.
7931
7932 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/SDCCglobl.h: missing from yesterday's commits
7935
7936 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7937
7938         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7939         sft_attributes, struct_declaration, parameter_declaration,
7940         type_name, start_block, declaration_list),
7941         * src/SDCC.lex (check_type): support redefinition of typedef names
7942
7943 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7944
7945         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7946         aligned xdata arrays. Erik helped me with the if clause.
7947
7948 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7951         warning
7952
7953 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7954
7955         * src/SDCCast.h,
7956         * src/SDCCast.c (newAst_),
7957         * src/SDCCicode.h,
7958         * src/SDCCicode.c (ast2iCode, newiCode),
7959         * src/SDCCglobl.h,
7960         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7961         expr, statement, expression_statement, selection_statement,
7962         iteration_statement, expr_opt, jump_statement): foundation for tracking
7963         sequence points
7964         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7965         point code too)
7966
7967 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * support/Util/SDCCerr.c,
7970         * src/SDCCast.h,
7971         * src/SDCCast.c (createCase, createDefault, decorateType),
7972         * src/SDCClabel.c (labelUnreach),
7973         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7974         to error messages.
7975         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7976         (with thanks to Stas Sergeev)
7977         * device/include/time.h,
7978         * device/lib/time.c (CheckTime): suppress unreachable code warning
7979
7980 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/SDCCast.c (createIvalCharPtr),
7983         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7984         bug #753752)
7985         * support/regression/tests/nullstring.c: tests for these two bugs
7986
7987 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7988
7989         * support/Util/SDCCerr.h,
7990         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7991         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7992         about storage class and 'at' used inside struct or union
7993         * src/SDCCBBlock.c (iCodeFromeBBlock),
7994         * src/SDCCcse.c (ifxOptimize),
7995         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7996         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7997         printIval, emitStaticSeg, emitOverlay),
7998         * src/SDCClabel.c (deleteIfx),
7999         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8000         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8001         gatherAutoInit, processParms),
8002         * support/Util/SDCCerr.h,
8003         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8004         reporting for post-parse errors.
8005
8006 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8007
8008         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8009         implicit casts via union; they don't work on big endian systems
8010         (possible fix for bug #861138)
8011
8012 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8013
8014         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8015         * src/mcs51/main.c: fixed the fix for bug #737001
8016
8017 2003-12-15  Borut Razem <borut.razem AT siol.net>
8018
8019         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8020
8021 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8022
8023         * support/makebin/makebin.c: put output in binary mode
8024
8025 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8026
8027         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8028         xdata and data memory on startup. Set the environment variable
8029         SDCC_NOGENRAMCLEAR to disable this.
8030         * src/mcs51/peephole.def,
8031         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8032         (allows non-interrupt and interrupt code to safely compete for a resource
8033         without the non-interrupt code having to disable interrupts)
8034
8035 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * src/SDCCicode.c (geniCodeAdd),
8038         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8039         with valFromType if type might be a pointer and host is big endian).
8040         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8041         types, not just integer types.
8042         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8043         multiply defined with mismatching "at" address.
8044
8045 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8046
8047         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8048         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8049         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8050         with embedded nulls (fixed bug #753752)
8051
8052 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8053
8054         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8055         Apparently this did not see much testing (endless loop)
8056
8057 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8060
8061 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8064         gracefully handle NULL memmap pointers
8065
8066 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8067
8068         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8069         instead of deleting the iCode when an operand is volatile
8070         * src/z80/gen.c (genDummyRead),
8071         * src/mcs51/gen.c (genDummyRead),
8072         * src/ds390/gen.c (genDummyRead),
8073         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8074         not just IC_RIGHT
8075         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8076         * src/SDCC.y: fixed bug #850420
8077
8078 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8079
8080         Applied z80 i/o port patch from Peter Townson and fixed some operators
8081         to better handle operands in A register.
8082         * device/include/z180.h
8083         * src/SDCC.y
8084         * src/SDCCglue.c
8085         * src/z80/gen.c
8086         * src/z80/gen.h
8087         * src/z80/main.c
8088         * src/z80/peeph-z80.def
8089         * src/z80/peeph.def
8090         * src/z80/z80.h
8091
8092 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8093
8094         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8095
8096 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8097
8098         * device/lib/hc08/_mullong.c: Removed extra #endif
8099
8100 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8101
8102         * sim/ucsim/hc08.src/inst.cc,
8103         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8104         carries from x to h
8105         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8106         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8107         * device/include/stdarg.h: fixed varargs for hc08
8108         * device/lib/Makefile.in,
8109         * device/lib/hc08/Makefile,
8110         * device/lib/hc08/_mulint.c,
8111         * device/lib/hc08/_mullong.c: fixed some endian problems
8112
8113 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8114
8115         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8116         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8117         * device/lib/_gptrget.c,
8118         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8119
8120 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121
8122         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8123         * src/SDCCast.c (astErrors): fixed bug #846007
8124         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8125
8126 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8127
8128         * src/SDCCast.c (decorateType): disabled a transformation I added in
8129         revision 1.188 (access to fields of a structure at an absolute address);
8130         it breaks with bitfields, extern declarations, and gcse analysis.
8131         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8132         could be assigned through a pointer, so don't complain.
8133         * src/SDCCast.c (astErrors),
8134         * src/SDCCast.h,
8135         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8136
8137 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8138
8139         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8140         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8141         output of __config directives, since gpasm now supports them
8142         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8143         pre-processor macro, i.e. -DMCU=p18f452
8144         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8145         and modified to handle 'cast' icode similarly to '=' icode
8146         * src/pic16/device.h (typedef struct PIC_device): added field
8147         'extMIface' to indicate that chip has external memory interface
8148         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8149         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8150         18F8720
8151
8152 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8153
8154         * src/SDCC.y (pointer): fixed bug #846006
8155         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8156         * src/SDCCast.c (decorateType): fixed bug #846009
8157         * src/ds390/peeph.def,
8158         * src/ds390/gen.c (genAnd, genOr),
8159         * src/mcs51/peeph.def,
8160         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8161
8162 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8165         * src/SDCCdflow.c
8166         * src/SDCCcse.c
8167         * src/SDCCcse.h
8168         * src/SDCCBBlock.h
8169         * src/SDCCBBlock.c
8170
8171 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8172
8173         fixed bug #845089
8174         * src/SDCCbitv.h,
8175         * src/SDCCbitv.c: added function to free a bitvector
8176         * src/SDCClrange.h,
8177         * src/SDCClrange.c: added function to recompute the liveranges
8178         * src/avr/ralloc.c,
8179         * src/ds390/ralloc.c,
8180         * src/hc08/ralloc.c,
8181         * src/mcs51/ralloc.c,
8182         * src/pic/ralloc.c,
8183         * src/pic16/ralloc.c,
8184         * src/xa51/ralloc.c,
8185         * src/z80/ralloc.c: recompute the liveranges after register packing
8186
8187 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8188
8189         * src/SDCCloop.c (newInduction): fixed bug #845630
8190
8191 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8192
8193         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8194         inadvertantly left behind from my 2003-11-12 change
8195
8196 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         Updated headers I neglected to commit yesterday.
8199         * src/SDCClrange.h,
8200         * src/SDCCicode.h
8201
8202 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8203
8204         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8205         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8206         * src/SDCCopt.c (eBBlockFromiCode),
8207         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8208         the creation of the key hash table from the sequencing so it can be used
8209         earlier (for some GCSE bug fixes still pending)
8210
8211 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8212
8213         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8214         * support/regression/tests/addsub.c: testing genPlus shortcut
8215
8216 2003-11-15  Borut Razem <borut.razem AT siol.net>
8217
8218         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8219
8220 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8221
8222         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8223         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8224         ordering is immaterial.
8225         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8226
8227 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8228
8229         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8230         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8231         (SIGSEV) of bug #840381
8232         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8233         unlink new file before rename if new and old filenames are the same)
8234
8235 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8236
8237         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8238         uninitialized variables) for the mcs51. Set environment variable
8239         SDCC_GENRAMCLEAR to test.
8240         xdata initialization slightly shorter
8241
8242 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8243
8244         * src/SDCCsymt.h,
8245         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8246         #838241 & 780691 (basicly the same bug)
8247         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8248         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8249
8250 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * src/SDCCmain.c (linkEdit): "fix" #834252
8253
8254 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8255
8256         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8257         * src/SDCCast.h,
8258         * src/SDCC.y: fixed bug #819403
8259
8260 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8263         the reentrant attribute.
8264         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8265         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8266         simulation
8267         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8268         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8269         erroneously reduced to a literal.
8270         * src/hc08/ralloc.c (packRegisters, rematStr),
8271         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8272         some cases
8273
8274 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8275
8276         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8277         * doc/sdccman.lyx: changed from 'article' to 'book'
8278         * doc/Makefile: readded test_suite_spec and cdbfileformat
8279
8280 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8281
8282         * device/include/stdlib.h: include malloc.h to comply with ANSI
8283         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8284
8285 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8286
8287         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8288         * doc/clean.mk: also remove *.out files
8289         * doc/sdccman.lyx: some additions, larger top/bottom margins
8290
8291 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * src/SDCC.y: fixed bug #837365
8294         * support/regression/tests/bitopcse.c
8295         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8296         a symbol (might be valop instead)
8297         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8298         * device/lib/clean.mk: added hc08 to the cleaning list
8299
8300 2003-11-04  Borut Razem <borut.razem AT siol.net>
8301
8302         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8303           made 2003-11-04
8304         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8305           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8306           malloc is declared in standard stdlib.h
8307
8308 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * device/lib/hc08/Makefile: need to clean .rel not .o files
8311         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8312
8313 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8314
8315         * src/port.h,
8316         * src/hc08/main.c,
8317         * src/mcs51/main.c,
8318         * src/ds390/main.c,
8319         * src/z80/main.c,
8320         * src/avr/main.c,
8321         * src/pic/main.c,
8322         * src/pic16/main.c,
8323         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8324         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8325         tests (which uses the port's oclsExpense function)
8326         * src/SDCC.y,
8327         * src/SDCCast.c,
8328         * src/SDCCicode.c,
8329         * src/hc08/gen.c,
8330         * src/ds390/gen.c,
8331         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8332
8333 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8334
8335         * src/SDCCcse.c (ifxOptimize),
8336         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8337         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8338         deleting the IFX iCode.
8339         * src/hc08/ralloc.c: reduced unneeded slocs
8340         * src/hc08/gen.c: fixed bug in asmopToBoolean
8341
8342 2003-11-04  Borut Razem <borut.razem AT siol.net>
8343
8344         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8345           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8346           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8347           transferred to configure
8348
8349 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         Use headers defined in the C[++] standards:
8352         * sim/ucsim/gui.src/serio.src/fileio.cc
8353         * sim/ucsim/gui.src/serio.src/frontend.cc
8354         * sim/ucsim/gui.src/serio.src/main.cc
8355         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8356         * support/Util/NewAlloc.c
8357         * as/hc08/lklibr.c
8358         * as/mcs51/lklibr.c
8359         * as/z80/aslist.c
8360         * as/z80/assym.c
8361
8362 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8363
8364         * Added MSVC projects for hc08 assembler and linker:
8365         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8366         /as/hc08/link_hc08.dsp
8367
8368 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8369
8370         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8371
8372 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8375
8376 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8377
8378         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8379
8380 2003-10-31  Borut Razem <borut.razem AT siol.net>
8381
8382         * support/cpp2/cpplib.h,
8383           support/cpp2/cpplib.c,
8384           support/cpp2/cpplex.c,
8385           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8386           to switch _asm block preprocessing on / off. Default is
8387           #pragma preproc_asm +
8388
8389 2003-10-31  Borut Razem <borut.razem AT siol.net>
8390
8391         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8392           when outputting comment blocks (when executed with -C option) and
8393           _asm (SDCPP specific) blocks
8394
8395 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8396
8397         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8398
8399 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8400
8401         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8402
8403 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8404
8405         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8406         * src/SDCCast.c (decorateType): fixed bug #832664
8407
8408 2003-10-31  Borut Razem <borut.razem AT siol.net>
8409
8410         * support\cpp2\cpplex.c: fixed for SDCPP:
8411           comments(when executed with -C option) and _asm blocks
8412           were included even if they where in skipped #if block.
8413           Applied solution from GCC cpp 3.3.2
8414
8415 2003-10-31  Borut Razem <borut.razem AT siol.net>
8416
8417         * src/SDCC.lex: sdcc now understands both formats:
8418           '# <line_number> <file_name>' and
8419           '#line <line_number> <file_name>'
8420         * support/cpp2/cppmain.c: sdcpp now generates the standard
8421           '# <line_number> <file_name>' instead of former
8422           '#line <line_number> <file_name>'
8423
8424 2003-10-30  Borut Razem <borut.razem AT siol.net>
8425
8426         * support/cpp2/cpphash.h,
8427         * support/cpp2/cpplib.h
8428         * support/cpp2/cpplex.c,
8429         * support/cpp2/cppmain.c,
8430         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8431
8432 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8433
8434         Fixed a number of problems revealed by bug #827883.
8435         * src/SDCCloop.c (loopInvariants): Spill location of the
8436         result operand should be recomputed if extracted from
8437         a loop. Also, don't extract assignments of an iTemp
8438         from a literal.
8439         * src/SDCCast.c (isConformingBody): loop reversal should
8440         not occur if the control variable is involved with a
8441         relational operator.
8442
8443 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         * .version: bumped to 2.3.6 to reflect the big improvements
8446         made by Erik and Klaus. Thanks!
8447
8448 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8449
8450         Replaced the livrange code.
8451         * src/SDCClrange.c: added new LR code
8452         * src/SDCCloop.c,
8453         * src/SDCCBBlock.h: removed remainig parts from old LR code
8454         * src/ds390/ralloc.c,
8455         * src/ds390/gen.c: minor fixes to make it work with new code
8456
8457 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8458
8459         * as/hc08/asm.h,
8460         * as/hc08/lkrloc.c,
8461         * src/hc08/gen.c,
8462         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8463         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8464         (tweaked fix for bug #818696)
8465
8466 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8467
8468         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8469
8470 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8471
8472         * src/SDCCmain.c,
8473         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8474         * src/mcs51/gen.c (gencjneshort),
8475         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8476         more efficient (per Scott Bronson's suggestion)
8477
8478 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8479
8480         Extended the semantics of the critical keyword to include
8481         individual statements. See RFE #827755 and #799831
8482         * src/SDCC.y
8483         * src/SDCCicode.c
8484         * src/SDCCopt.c
8485         * src/SDCCast.c
8486         * support/Util/SDCCerr.c
8487         * support/Util/SDCCerr.h
8488         * src/mcs51/gen.c
8489         * src/ds390/gen.c
8490         * src/hc08/gen.c
8491
8492 2003-10-19  Borut Razem <borut.razem AT siol.net>
8493
8494         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8495
8496 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8497
8498         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8499         Fixed bug #818696
8500         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8501         and predecrement operand is displayed
8502
8503 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * src/SDCCval.c (valMinus): fixed bug #826041
8506
8507 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8508
8509         Some hc08 related updates that I missed earlier
8510         * sim/ucsim/stypes.h
8511         * support/regression/ports/hc08/spec.mk
8512
8513 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8514
8515         New target "hc08" for the Motorola 68hc08 family of micros
8516
8517         * configure
8518         * configure.in
8519         * Makefile
8520         * src/hc08/*
8521         * src/SDCCmain.c
8522         * src/port.h
8523         * sim/ucsim/hc08.src/*
8524         * sim/ucsim/configure.in
8525         * src/ucsim/configure
8526         * sim/ucsim/packages_in.mk
8527         * as/hc08/*
8528         * as/Makefile
8529         * device/include/mc68hc908qy.h
8530         * device/lib/hc08/*
8531         * device/lib/Makefile.in
8532         * support/regression/ports/hc08/*
8533         * support/regression/Makefile
8534
8535 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8536
8537         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8538         regression test
8539         * src/ds390/gen.c (genCast): fixed bug #821957
8540
8541 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8542
8543         * device/lib/logf.c: "fixed" overlay bug
8544         * support/regression/ports/host/spec.mk: added m library
8545         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8546         * support/regression/tests/float_trans: added (for Eric)
8547
8548 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8549
8550         * src/mcs51/gen.c (genCpl): fixed bug
8551         http://sf.net/mailarchive/message.php?msg_id=6263915
8552
8553 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * src/SDCCast.c (decorateType): added extended constant folding
8556         * src/SDCCsymt.c (computeType): cleanup
8557         * src/SDCCval.c (valShift): minor optimization
8558         * support/regression/tests/ast_constant_folding.c: added
8559
8560 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8561
8562         * src/SDCCmain.c: removed some unintended changes
8563
8564 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8565
8566         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8567         * src/z80/gen.c: fixed part of bug #817589
8568         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8569
8570 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8571
8572         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8573         * src/SDCCcflow.c
8574         * src/SDCCcse.c
8575         * src/SDCCdflow.c
8576         * src/SDCClabel.c
8577         * src/SDCClrange.c
8578         * src/SDCCmem.c
8579         * src/SDCCopt.c
8580         * src/SDCCpeeph.c
8581         * src/SDCCset.c
8582         * src/avr/ralloc.c
8583         * src/ds390/ralloc.c
8584         * src/izt/ralloc.c
8585         * src/mcs51/ralloc.c
8586         * src/pic/ralloc.c
8587         * src/pic16/ralloc.c
8588         * src/xa51/ralloc.c
8589         * src/z80/ralloc.c
8590         * src/z80/gen.c: removed unused label "release:"
8591
8592 2003-10-06  Borut Razem <borut.razem AT siol.net>
8593
8594         * src/SDCC.lex: removed definition of unused variables
8595           save_optimize and save_options
8596
8597 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * clean.mk: removed '=' in "-maxdepth=1"
8600         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8601         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8602
8603 2003-10-06  Borut Razem <borut.razem AT siol.net>
8604
8605         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8606           my_unput() replaced by unput()
8607
8608 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8611         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8612         type-punned pointer will break strict-aliasing rules"
8613         Old LR behaviour is again default; Klaus' LR can be choosen by
8614         defining the environment variable LRKLAUS
8615         * src/SDCCBBlock.h
8616         * src/SDCCloop.c
8617         * src/SDCClrange.c
8618         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8619         * clean.mk: fixed removal of files in bin/CVS/
8620         * device/lib/clean.mk: fixed removal of directories small and large
8621         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8622         * src/SDCCicode.c,
8623         * src/SDCCval.c: removed superflous test for pedantic
8624
8625 2003-10-05  Borut Razem <borut.razem AT siol.net>
8626
8627         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8628           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8629           message "unmatched #pragma SAVE and #pragma RESTORE"
8630
8631 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8632
8633         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8634           assembly, critical functions, atomic, nojtbound)
8635
8636 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8639         * src/SDCCBBlock.h
8640         * src/SDCCloop.c
8641         * src/SDCCloop.h
8642         * src/SDCClrange.c
8643
8644 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8645
8646         * src/z80/gen.h,
8647         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8648         * src/mcs51/gen.h
8649         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8650         * src/ds390/gen.h
8651         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8652         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8653         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8654
8655 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8656
8657         * src/z80/gen.c (genRet): fixed bug #524753
8658         * src/z80/gen.c (genCast): fixed internal error on cast from
8659         pointer to long
8660         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8661         fix for bug #477835 to the z80
8662         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8663         for tracking iCodes in the peephole optimizer for z80
8664
8665 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8666
8667         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8668         the other part of bug #814548
8669         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8670
8671 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8672
8673         * src/SDCCcse.c: fixed part of bug #814548
8674
8675 2003-09-28  Borut Razem <borut.razem AT siol.net>
8676
8677         * src/asm.c: rewrite of printILine() to use temporary file instead
8678           a pipe
8679         * src/xa51/main.c: commented out declaration of int rewinds
8680
8681 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8682
8683         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8684
8685 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8686
8687         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8688         * src/asm.c (printILine): Fixed bug #811015
8689
8690 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8691
8692         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8693         freeing.
8694
8695 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8696
8697         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8698         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8699         to correctly handle general case of AOP_PAIRPTR
8700         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8701
8702 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8703
8704         * src/mcs51/ralloc.c (fillGaps),
8705         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8706         register positioning bug)
8707
8708 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8709
8710         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8711
8712 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8713
8714         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8715         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8716         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8717         (ralloc doesn't intentionally do this now, but perhaps later)
8718         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8719         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8720         register positioning bugs (Fixed bug #762602 and #795325)
8721         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8722         (Fixed bug #808779)
8723         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8724         lines that --i-code-in-asm generates
8725
8726 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8727
8728         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8729         trying to fclose a FILE* that was already closed.
8730
8731 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8732
8733         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8734         of const struct should be treated as if const themselves)
8735
8736 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8739
8740 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8741
8742         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8743         Unix (/n) and DOS (/r/n) line terminations.
8744
8745 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746
8747         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8748         bug #613775
8749
8750 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8751
8752         * src/mcs51/gen.c (genFunction, genEndFunction),
8753         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8754         and restore of EA so that stack offsets to parameters are
8755         correct when using both critical and reentrant/stack-auto.
8756         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8757         size (can be triggered in error if sloc is shared between
8758         different sized objects)
8759         * device/include/float.h: fixed macros to explicitly use
8760         unsigned long where needed
8761
8762 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8763
8764         Feature req. 799831: added code to allow nesting of critical functions
8765         * src/mcs51/gen.c (genFunction, genEndFunction)
8766         * src/ds390/gen.c (genFunction, genEndFunction)
8767
8768 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8769
8770         * src/SDCCsymt.c (sclsFromPtr),
8771         * src/SDCCsymt.h,
8772         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8773         support for standard C idiom of memory mapped variables; for
8774         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8775         to xdata int at 0x1234 tempvar = 1.
8776         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8777         provided by Akiya ISHIDA
8778
8779 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8782         * src/SDCCval.c (constVal): added reduction from int to char
8783         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8784         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8785         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8786         to ignore the sign
8787         * support/regression/tests/shifts.c: fixed
8788
8789 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8790
8791         * src/z80/gen.c (genXor): Fixed bug #805445
8792
8793 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8794
8795         Fixed bug #621531 (const & volatile confusion in the type chain).
8796         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8797         refer to the const or volatile state of the pointer itself.
8798
8799         * src/SDCCast.c
8800         * src/SDCCglue.c
8801         * src/SDCCicode.c
8802         * src/SDCCsymt.c
8803         * src/SDCCval.c
8804         * src/SDCC.y
8805         * src/SDCCsymt.h
8806         * src/pic/gen.c
8807         * src/pic/ralloc.c
8808         * src/pic16/gen.c
8809         * src/pic16/ralloc.c
8810         * support/regression/tests/const.c
8811
8812 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8813
8814         When checking for duplicated modules, use absolute paths
8815         instead of relative paths.  Files changed:
8816
8817         * as/mcs51/lklib.c
8818         * link/z80/lklib.c
8819
8820 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8821
8822         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8823
8824 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8825
8826         * device/include/string.h: added size_t typedef, changed
8827         prototypes to use size_t, eliminated separate reentrant and
8828         non-reentrant declarations, added _memmove declaration
8829         * device/lib/_memcpy.c: changed to use size_t instead of int,
8830         changed /4 to >>2 to avoid division library call
8831         * device/lib/_memcmp.c,
8832         * device/lib/_memset.c,
8833         * device/lib/_strncat.c,
8834         * device/lib/_strncpy.c,
8835         * device/lib/_strncmp.c: changed to use size_t instead of int
8836         * device/lib/_memmove.c: new file (fixed bug #772294)
8837         * device/lib/Makefile.in: added _memmove.c
8838         * device/lib/z80/asm_strings.s: fixed bug #772290
8839         * support/regression/tests/bitfields.c: attempt to fix host assertion
8840         failure on amd64-unknown-linux2.2
8841
8842 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8843
8844         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8845         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8846         * as/z80/asmain.c (main): fixed bug #801766
8847
8848 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8851         compilers
8852
8853 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8854
8855         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8856         reported in bug #800609
8857
8858 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8859
8860         * Top header beautifications in src/pic16 directory:
8861           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8862           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8863           pcoderegs.h, ralloc.c, ralloc.h
8864         * main.c: added top header and GPL license notice
8865         * pcode.c: fixed the if-conditional warning
8866
8867 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8868
8869         * device/lib/_mullong.c: replaced int by short for gcc
8870
8871 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8872
8873         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8874         and JUMPTABLE iCodes properly now (worked by accident before)
8875         * src/mcs51/gen.c (leftRightUseAcc),
8876         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8877         iCode properly now. Use getSize instead of nRegs since a & b
8878         aren't part of the nRegs tally.
8879
8880 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8881
8882         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8883         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8884           before instructions that use the _STATUS register
8885
8886 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8887
8888         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8889         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8890         fetching of the pointer
8891         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8892         copied from genNearPointerSet()
8893         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8894         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8895         If they pop r0/r1 they must be called in the opposite order than aopOp().
8896         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8897         (resp. --stack-auto), prepared for --xstack
8898
8899 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8900
8901         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8902
8903 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8906         these ports have their own __sdcc_external_start()
8907
8908 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8909
8910         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8911         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8912         type for bits was changed. It resulted in bit variables becoming
8913         global, which is not permitted in PIC 14 assembly output.
8914
8915 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8916
8917         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8918
8919 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8920
8921         Z80 and MCS51 linkers complaint if a public symbol is defined
8922         in more than one library module:
8923
8924         * as/mcs51/lklib.c
8925         * link/z80/lklib.c
8926         * as/mcs51/Makefile.in
8927
8928 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         A few small changes that speed up the peephole optimizer.
8931
8932         * src/SDCCpeeph.c
8933
8934 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8935
8936         Try to make the peephole optimizer smarter by maintaining
8937         an association between the assembly source code and the
8938         iCodes that originated them. Put this information to use
8939         with a new peephole rule condition "notVolatile" so that
8940         the rules can be aggressive yet still safe.
8941
8942         * src/SDCCpeeph.c
8943         * src/SDCCpeeph.h
8944         * src/mcs51/gen.c
8945         * src/mcs51/peeph.def
8946
8947 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8948
8949         Fixed bug #741761
8950
8951         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8952         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8953         if the left or right operand symbols have the accuse flag set.
8954
8955 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8956
8957         Changed the type of the result of the ! (NOT) operator to char;
8958         previously it returned the same type as the source. This allows
8959         us to eliminate all the genFloatNot functions (all of its target
8960         implementations were very buggy) since !float can use the same
8961         code as !long now.
8962
8963         * src/SDCCicode.c (ast2iCode): ! returns char
8964         * src/mcs51/gen.c (genNot, genNotFloat),
8965         * src/ds390/gen.c (genNot, genNotFloat),
8966         * src/z80/gen.c (genNot, genNotFloat),
8967         * src/pic/gen.c (genNot, genNotFloat),
8968         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8969
8970 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8971
8972         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8973         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8974            during interrupts. Ensure WSAVE is located at a shared bank address.
8975         2. Fixed page selection in some places
8976         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8977            the registers name strings.
8978         4. Fixed "signed / unsigned compare" compiler warnings.
8979         5. The PIC port manages its own allocation of the general purpose
8980            registers, but makes no attempt to reuse them. As a result when
8981            compiling it soon runs out of general purpose registers. Some
8982            additional code was added to the files pcode.c and device.c to walk
8983            through the function call tree and rename the registers so that they
8984            get reused.
8985
8986         * src/pic/device.c
8987         * src/pic/gen.c
8988         * src/pic/glue.c
8989         * src/pic/pcode.c
8990         * src/pic/pcode.h
8991         * src/pic/ralloc.c
8992         * src/pic/ralloc.h
8993         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8994         genPlus() & genMinus() when the result is the same as left or right
8995
8996 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8997
8998         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8999
9000 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9001
9002         Made bitfield a distinct type from bit so that bitfields
9003         convert as per ANSI C and bits retain their traditional
9004         boolean style behaviour. Implemented bitfield support in
9005         the z80 port.
9006
9007         * src/SDCCsymt.h,
9008         * src/SDCCsymt.c,
9009         * src/SDCCast.c,
9010         * src/cdbFile.c,
9011         * src/mcs51/gen.c,
9012         * src/ds390/gen.c: bit v bitfield split
9013         * src/z80/gen.c: New support for bitfields
9014         * support/regression/tests/bitfields.c: reenabled z80,
9015         added more tests
9016
9017 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9018
9019         Rules 246.x, 247.x relate to bitfields, the others speed up
9020         access to xdata mapped I/O devices.
9021
9022         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9023
9024 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9025
9026         Cleaned up genPackBits and genUnpackBits and added two helper
9027         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9028         for literal assignments in genPackBits (thanks to Frieder for
9029         reminding me).
9030
9031         * src/mcs51/gen.c
9032         * src/ds390/gen.c
9033
9034 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9035
9036         Fixed bug #748310 (pointer to function type mishandled when the
9037         function name is omitted). Also fixed a SIGSEGV when a function
9038         attribute (reentrant, etc) is used on a non-function or on a
9039         function but misplaced before the parameter list.
9040
9041         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9042         bug #748310
9043         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9044         * support/Util/SDCCerr.h,
9045         * support/Util/SDCCerr.c: Added func attr misuse error msg
9046
9047 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9048
9049         Fixed bug #787649 by anonymous
9050         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9051         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9052
9053 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9054
9055         Fixed numerous bitfield problems.
9056
9057         * src/SDCC.y: More bitfield related error checking
9058         * src/SDCCsymt.h,
9059         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9060         * support/Util/SDCCerr.h,
9061         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9062         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9063         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9064         * support/regression/tests/bitfields.c: tests added
9065
9066 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067
9068         Made the constant following the "interrupt" keyword optional. If
9069         omitted, the function will not automatically be given an entry
9070         in the interrupt vector table (similar to #pragma NOIV, but
9071         less syntacticly kludgy). The interrupt number is also now
9072         range checked. Also fixed a bug in the high order bit example
9073         in the manual.
9074
9075         * src/SDCC.y
9076         * src/SDCCmem.c
9077         * src/SDCCglue.c
9078         * src/SDCCsymt.h
9079         * support/Util/SDCCerr.c
9080         * support/Util/SDCCerr.h
9081         * doc/sdccman.lyx
9082
9083 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9084
9085         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9086         * src/SDCCicode.c (operandOperation): rewritten some ops
9087         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9088         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9089         other type
9090         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9091         be re-activated by defining REDUCE_LITERALS)
9092         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9093         unsigned, but are signed by default
9094         * src/SDCCval.c (constVal): rearranged
9095         * src/SDCCval.c (valMod): preliminary fix
9096         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9097         * support/regression/literalop.c: added, work in progress
9098
9099 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9100
9101         Generate warnings for useless declarations like "char data;"
9102         that don't do what new users expect.
9103
9104         * src/SDCC.y
9105         * support/Util/SDCCerr.h
9106         * support/Util/SDCCerr.c
9107
9108 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         * src/SDCCval.c (valMult): fix overflow detection of negative int
9111
9112 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9113
9114         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9115
9116         Changes to support big endian targets:
9117
9118         * src/ports.h
9119         * src/SDCCglue.c
9120         * src/avr/main.c
9121         * src/ds390/main.c
9122         * src/izt/i186.c
9123         * src/mcs51/main.c
9124         * src/pic/main.c
9125         * src/pic16/main.c
9126         * src/xa51/main.c
9127         * src/z80/main.c
9128
9129 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9130
9131         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9132         * device/lib/time.c: fixed warning "integer overflow in expression"
9133
9134 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9137         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9138         constants are unsigned; added recognition of "u" flag for unsigned
9139         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9140         * src/SDCCval.c (valDiv, valMod): fixed signdness
9141         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9142         signedness of modulo, left and right shift
9143         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9144         * support/Util/SDCCerr.h: added warning W_INT_OVL
9145         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9146         * src/SDCCast.c (ast_print): improved output of constants
9147
9148 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9149
9150         Fixed some warnings when building with MSVC:
9151
9152         * as\mcs51\asdata.c
9153         * as\z80\asdata.c
9154         * as\mcs51\asm.h
9155         * as\z80\asm.h
9156         * link\z80\aslink.h
9157         * link\z80\lkdata.c
9158         * link\z80\lkeval.c
9159         * link\z80\lkgb.c
9160         * link\z80\lkihx.c
9161         * link\z80\lks19.c
9162         * link\z80\lksym.c
9163         * support\cpp2\cpplib.c
9164         * src\ds390\gen.c
9165         * src\mcs51\gen.c
9166
9167 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9168
9169         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9170
9171 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9172
9173         * support\librarian\clean.mk: Do not remove Makefile.
9174         * support\librarian\Makefile: added.
9175
9176 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9177
9178         Added librarian to MSVC build:
9179         * all.dsp
9180         * sdcc.dsw
9181         * support\librarian\librarian.dsp
9182
9183         'configure' not needed for librarian, removed:
9184         * support\librarian\configure
9185         * support\librarian\configure.in
9186         * support\librarian\config_in.h
9187         * support\librarian\Makefile.in
9188
9189         Hopefully these ones built the librarian and the rest of sdcc properly:
9190         * Makefile
9191         * Makefile.common.in
9192
9193         Messed up 'configure', so revert to previous version:
9194         * configure
9195         * configure.in
9196
9197 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9198
9199         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9200         there, while the mantissa of a double is "only" 53 bits wide.
9201
9202 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9203
9204         Adding sdcclib to the build.  MSVC project coming soon.
9205         Files added/changed:
9206
9207         * support\librarian\clean.mk
9208         * support\librarian\configure
9209         * support\librarian\configure.in
9210         * support\librarian\config_in.h
9211         * support\librarian\Makefile.bcc
9212         * support\librarian\Makefile.in
9213         * support\librarian\sdcclib.c
9214         * Makefile.bcc
9215         * Makefile
9216         * Makefile.common.in
9217         * configure
9218         * configure.in
9219
9220 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9221
9222         Linker now complaints if linked modules have conflicting options, for
9223         example, one compiled using --model-large and another one compiled with
9224         --model-small.  The following files were modified:
9225
9226         * as\mcs51\asdata.c
9227         * as\mcs51\aslink.h
9228         * as\mcs51\asm.h
9229         * as\mcs51\asmain.c
9230         * as\mcs51\asout.c
9231         * as\mcs51\i51pst.c
9232         * as\mcs51\lkdata.c
9233         * as\mcs51\lklibr.c
9234         * as\mcs51\lkmain.c
9235         * as\z80\asdata.c
9236         * as\z80\asm.h
9237         * as\z80\asmain.c
9238         * as\z80\asout.c
9239         * as\z80\z80pst.c
9240         * link\z80\aslink.h
9241         * link\z80\lkdata.c
9242         * link\z80\lklibr.c
9243         * link\z80\lkmain.c
9244         * src\SDCCglue.c
9245
9246 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9247
9248         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9249         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9250
9251 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * src/z80/mappings.i: fix _mul[us][int,long] entries
9254
9255 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9256
9257         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9258
9259 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9260
9261         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9262         * support/regression/tests/bitopcse.c: added
9263         fixed warning:
9264         * src/avr/gen.c:
9265         * src/pic/gen.c:
9266         * src/pic16/gen.c:
9267         * src/z80/gen.c:
9268         * src/xa51/gen.c:
9269
9270 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9271
9272         added support for new library format to z80, gbz80 linkers:
9273         *link/z80/aslink.h
9274         *link/z80/lklex.c
9275         *link/z80/lklib.c
9276         *link/z80/lklist.c
9277
9278 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9281         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9282
9283 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         added DUMMY_READ_VOLATILE:
9286         * src/SDCC.y:
9287         * src/avr/gen.c:
9288         * src/xa51/gen.c:
9289         * src/z80/gen.c:
9290         * src/pic/gen.c:
9291         * src/pic16/gen.c:
9292         * src/mcs51/gen.c:
9293         * src/ds390/gen.c:
9294         * src/SDCCcse.c (algebraicOpts): many improvements
9295         * src/SDCCcse.h: removed algebraicOpts()
9296         * src/SDCCicode.c (picDummyRead): added
9297
9298 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9299
9300         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9301         "Insufficient space in data memory".
9302
9303 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9304
9305         * src/mcs51/gen.c: fixed bug #771358
9306         * src/z80/gen.c: fixed bug #759087
9307
9308 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * src/pic16/glue.c: minor cleanup by Vangelis
9311
9312 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9313
9314         * device/include/regc515c.h: fixed #758477
9315         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9316         * device/lib/_gptrput.c: saved a few bytes
9317         * my tab spacing is 8, yours too?)
9318         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9319         * device/lib/serial.c: process RX bytes earlier than TX bytes
9320         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9321
9322 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9323
9324         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9325
9326 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9327
9328     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9329
9330 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9331
9332         * device/lib/Makefile.in: bad fix, reverted to 1.43
9333
9334 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9335
9336         * device/lib/Makefile.in: added missing z80 object files
9337
9338 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9339
9340         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9341         pic16 progress by Vangelis:
9342         * src/SDCCglobl.h:
9343         * src/SDCCmain.c:
9344         * src/pic/Makefile:
9345         * src/pic:
9346         * pic/Makefile:
9347         * pic16/device.c:
9348         * pic16/device.h:
9349         * pic16/gen.c:
9350         * pic16/gen.h:
9351         * pic16/genarith.c:
9352         * pic16/glue.c:
9353         * pic16/main.c:
9354         * pic16/pcode.c:
9355         * pic16/pcode.h:
9356         * pic16/pcodepeep.c:
9357         * pic16/peeph.def:
9358
9359 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9360
9361     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9362
9363 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9364
9365     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9366     added gbz80 build to MSVC project.
9367     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9368     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9369     from 8051 stuff and setup so it links using a .lnk file.
9370
9371 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9372
9373     * support/librarian/sdcclib.c: sdcc librarian.
9374     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9375     with sdcclib.
9376
9377 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9378
9379     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9380
9381 2003-07-02  Borut Razem <borut.razem AT siol.net>
9382
9383         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9384         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9385         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9386         src/xa51/main.c, src/z80/main.c:
9387         virtualization of glue() function: each port has it's own glue function,
9388         which is accessed by do_glue function pointer in PORT.general structure
9389
9390 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9391
9392         * DS800C400 fun, improved ROM interface and tinibios.
9393
9394 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9395
9396         * More support for DS80C400. Now includes beginning of interface to ROM.
9397
9398 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9399
9400         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9401
9402 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9403
9404         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9405
9406 2003-06-19  Borut Razem <borut.razem AT siol.net>
9407
9408         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9409
9410 2003-06-19  Borut Razem <borut.razem AT siol.net>
9411
9412         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9413         fixed Z80 port - crt0.o: cannot open.
9414
9415 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9416
9417         * support/Util/MySystem.c (merge_command): revert bad fix
9418
9419 2003-06-18  Borut Razem <borut.razem AT siol.net>
9420
9421         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9422
9423 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9424
9425         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9426         option --use-stdout sends errors to stdout instead of stderr.
9427
9428 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9431
9432 2003-06-15  Borut Razem <borut.razem AT siol.net>
9433
9434         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9435         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9436         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9437         fixed width array of pointers replaced with sets;
9438         multiple include and lib paths ared transferred to preprocessor and linker
9439         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9440         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9441         fixed width array of pointers
9442         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9443         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9444         fixupPath(), getPathDifference()
9445         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9446         fixed width array of pointers
9447
9448 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9449
9450         * src/pic16/ralloc.c: fix warnings
9451         * src/pic16/pcode.c: fix warning
9452
9453 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9454
9455          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9456         know all the details, but essentially this set of changes enable
9457         the pic16 port to generate movff instructions and generate assembler
9458         directives,
9459         * src/SDCCmain.c:
9460         * src/pic16/gen.c:
9461         * src/pic16/glue.c:
9462         * src/pic16/pcode.c:
9463         * src/pic16/device.c:
9464         * src/pic16/main.c:
9465         * src/pic16/pcode.h:
9466         * src/pic16/pcoderegs.c:
9467         * src/pic16/ralloc.c:
9468         * src/pic16/ralloc.h:
9469
9470 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9471
9472         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9473         added option --vc, so sdcc errors and warnings are compatible with
9474         Microsoft Visual Studio.
9475
9476 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9477
9478         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9479           device/lib/libfloat.lib: added atof function.
9480
9481 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * doc/sdccman.lyx: updated to Lyx 1.3
9484         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9485         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9486         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9487
9488 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9489
9490         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9491
9492 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9493
9494         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9495           additions to the "related tools/documentation" section
9496
9497 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9498
9499         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9500
9501 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9502
9503         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9504         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9505
9506 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9507
9508         * doc/sdccman.lyx: fix double dash and other minor things
9509         * doc/Makefile: fix double dash
9510
9511 2003-05-28  Karl Bongers(patches from Martin Helmling)
9512         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9513           condition and ignore commands.
9514
9515 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9516
9517         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9518           is in parts still quite out of date, I did changes as far as I felt makes sense
9519           for a non-native english speaker.
9520           Please feel free to add to the manual or to correct my changes.
9521         * doc/Makefile: undid touching the date of intermediate tex files.
9522
9523 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9524
9525         * doc/sdccman.lyx: Manual has an index now
9526
9527 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         Finalize muluint/mulsint and mululong/mulslong merging:
9530         * device/lib/_mulint.c
9531         * device/lib/_mullong.c
9532         * device/lib/gbz80/mul.s
9533         * device/lib/gbz80/stubs.s
9534         * device/lib/z80/mul.s
9535         * device/lib/z80/stubs.s
9536         * src/SDCCsymt.c (initCSupport)
9537
9538 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9539
9540         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9541         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9542           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9543           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9544           instead of /Zm500.
9545
9546 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9547
9548         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9549           the regression tests I'm not brave enough to enable 245.b, 245.c
9550         * doc/sdccman.lyx: added latex preamble for hyperref package.
9551           Using pdflatex this will give you a hyperlinked pdf file with
9552           bookmarks. (prepend '%' before /usepackage if this breaks something)
9553
9554 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9555
9556          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9557
9558 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9559
9560         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9561
9562 2003-05-21    <johan AT balder>
9563
9564         * src/SDCCglue.c (printIval): fixed bug #739934
9565
9566 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9567
9568         Applied patch from bug 737905 (renamed yylineo to mylineno):
9569         * src/altlex.c
9570         * src/SDCCast.c
9571         * src/SDCglobl.h
9572         * src/SDCC.lex
9573         * src/SDCCsymt.c
9574         * src/SDCCval.c
9575         * src/pic16/pcode.c: Cleaned warnings
9576         * src/pic16/pcodeflow.c: Cleaned warnings
9577         * src/pic16/pcoderegs.c: Cleaned warnings
9578
9579 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9580
9581         * src/pic16/pcode.c: Cleaned warnings
9582         * src/pic16/pcodepeep.c: Cleaned warnings
9583         * src/pic16/ralloc.c: Cleaned warnings
9584
9585 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9586
9587         * doc/sdccman.lyx: fixed bug 739745
9588         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9589
9590 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9591
9592         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9593         it can be defined with CFLAGS when running configure
9594         * src/SDCCmain.c: fixed compiling + linking with object files
9595
9596 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9597
9598         * configure.in: configure for pic16 port,
9599             added --disable-pic16-port
9600         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9601         * src/SDCCmain.c: linkOptions is changed to set *,
9602             added if/endif conditional macros to remove options help
9603             messages from optionsTable when a port is not configured, added
9604             support for the PIc16 port in the ports table, when executing
9605             the compiler with no port specified on command line, a default
9606             port is selected with the new macro DEFAULT_PORT which is
9607             defined in port.h, in setDefaultOptions() linkOptions is removed
9608             from initialization assignment, since now it is a set,
9609             parseCmdLine uses setParseWithComma for linkOptions, in
9610             linkEdit() linkOptions are accessed with new function indexSet()
9611             which returns the i'th item of a set variable. See SDCCset.c, in
9612             linkEdit() when calling buildCmdLine(), added linkOptions as
9613             last argument. Now users can pass arguments to gplink via the
9614             -Wl option, main() uses pic16glue() to glue up pic16 programs
9615         * src/SDCCpeeph.c: various changes to support pic16
9616         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9617             return the i'th item of the set
9618         * src/SDCCset.h: added function prototype for indexSet()
9619         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9620         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9621         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9622             added macro DEFAULT_PORT
9623         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9624         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9625             generated
9626         * src/pic16/glue.c: commented out some error producing lines
9627         * src/pic16/main.c: __config directives are commented out to stop
9628             gpasm complaining and test the linkage with gplink, _linkCmd and
9629             _asmCmd changed to be more gplink and gpasm friendly
9630         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9631             produced an error when parsed, peep rule 12 is added to utilize
9632             movff, but it is commented out since the pCode does not support
9633             yet a command with 2 address arguments
9634
9635 2003-05-18    <johan AT balder>
9636
9637         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9638         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9639 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9640
9641         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9642   Added feature to script commands from file.
9643
9644 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9647         * src/SDCCutil.c: include ctype.h for win32
9648
9649 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9650
9651         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9652
9653 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9654
9655         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9656   Fixed so you can set breakpoints prior to run, run does not stop
9657   on entry now.  Add tbreak.  Other enhancements and fixes for use
9658   with ddd.
9659
9660 2003-05-12  Borut Razem <borut.razem AT siol.net>
9661
9662         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9663
9664 2003-05-11  Borut Razem <borut.razem AT siol.net>
9665
9666         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9667         the path of bin directory, so that PATH is the only env. variable, which has to be set
9668         in case of standard installation.
9669         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9670         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9671         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9672
9673 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9674
9675         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9676         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9677         temp files are in the port dir; clean the gen/test directory when
9678         generating new test.c
9679         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9680         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9681         * support/regression/tests/zeropad.c: added
9682
9683 2003-05-09    <johan AT balder>
9684
9685         * src/SDCCglue.c: fixed bug #597940
9686
9687 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9688
9689         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9690   cache sfr, optimize next,step, fix off by one sourceline,
9691   support ddd list function.
9692         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9693
9694 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9695
9696         * support/regression/HTMLgen.py: added compare_s2f()
9697         * support/regression/Makefile: redo 1.27
9698         * support/regression/generate-cases.py: redo 1.5
9699
9700 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9701
9702         * support/regression/tests/float.c: workaround 33 bit hex constant
9703         * support/regression/tests/simplefloat.c: fix division for host
9704
9705 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9706
9707         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9708         that tame's the PIC's over-aggressive optimizer.
9709
9710 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9711
9712          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9713          support for MSVC.
9714
9715 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9716
9717         Initial support for DS80C400. "Hello world" runs on TINIm400
9718         (with polled I/O).
9719
9720 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9721
9722          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9723          * Some notes on ddd usage added in debugger/README
9724          Martin Helmling adding more features and fixes for ddd GUI debugger.
9725          Code added for nexti, stepi, up, down, and other adjustments.
9726
9727 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9728
9729         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9730         * src/pic/peeph.def Added two rules to optimize carry manipulation
9731         * src/pic/* removed debug printfs
9732
9733 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * debugger/mcs51/cmd.c: added header newalloc.h
9736
9737 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9738
9739         * as/Makefile: new EXEEXT
9740         * as/z80/Makefile: remove trailing slash of BUILDIR
9741         * as/z80/clean.mk: new EXEEXT
9742         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9743         * support/cpp2/Makefile.in: new EXEEXT
9744         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9745
9746 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9749         EXEEXT was introduced to fix all related problems with targets
9750         "clean", "install" and "uninstall"; a couple of further flaws
9751         especially with "clean" have been fixed too
9752         * as/mcs51/Makefile.in
9753         * as/mcs51/clean.mk
9754         * as/z80/Makefile
9755         * Makefile
9756         * clean.mk
9757         * debugger/mcs51/Makefile.in
9758         * debugger/mcs51/clean.mk
9759         * link/z80/Makefile
9760         * link/z80/Makefile.in
9761         * link/z80/clean.mk
9762         * link/Makefile
9763         * packihx/Makefile.in
9764         * packihx/clean.mk
9765         * sim/ucsim/Makefile
9766         * sim/ucsim/clean.mk
9767         * sim/ucsim/avr.src/Makefile.in
9768         * sim/ucsim/avr.src/clean.mk
9769         * sim/ucsim/s51.src/Makefile.in
9770         * sim/ucsim/s51.src/clean.mk
9771         * sim/ucsim/xa.src/Makefile.in
9772         * sim/ucsim/xa.src/clean.mk
9773         * sim/ucsim/z80.src/Makefile.in
9774         * sim/ucsim/z80.src/clean.mk
9775         * sim/ucsim/main_in.mk
9776         * sim/ucsim/packages_in.mk
9777         * sim/ucsim/gui.src/Makefile.in
9778         * sim/ucsim/gui.src/serio.src/Makefile.in
9779         * sim/ucsim/gui.src/serio.src/clean.mk
9780         * src/Makefile.in
9781         * src/clean.mk
9782         * support/cpp2/Makefile.in
9783         * support/cpp2/clean.mk
9784         * support/makebin/Makefile
9785         * support/makebin/clean.mk
9786         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9787         * doc/sdccman.lyx: --program-suffix no longer needed
9788
9789 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9790
9791          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9792          Martin Helmling added support for ddd GUI debugger.
9793          Code added to display assembly, set variables, and other commands
9794          to interface to ddd.
9795
9796 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * as/Makefile: fix target clean
9799         * as/clean.mk: fix target clean
9800         * as/z80/clean.mk: fix target clean
9801
9802 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9803
9804         * Makefile.common.in: added  AT EXEEXT AT
9805         * configure.in: removed all mingw32 stuff
9806         * configure: rebuilt from configure.in
9807         * doc/sdccman.lyx: updated section "installation"
9808         * support/scripts/sdcc_mingw32: adapted to configure
9809         * support/scripts/sdcc_cygwin_mingw32: added
9810
9811 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9812
9813         * src/pic Added object file support for the PIC port
9814         * src/pic Applied patch from Craig Franklin (this started the object file support)
9815         * src/regression Updated the PIC regression tests for object files
9816
9817 2003-04-20  Borut Razem <borut.razem AT siol.net>
9818
9819         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9820           lklex.c: In function `getfid':
9821           lklex.c:203: warning: array subscript has type `char'
9822         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9823           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9824         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9825           stack handling macros
9826
9827 2003-04-19  Borut Razem <borut.razem AT siol.net>
9828
9829         * "handling space characters in file path" task:
9830         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9831         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9832         * support/Util/MySystem.h: make it self-sufficient
9833         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9834           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9835           handling space characters in file path
9836         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9837           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9838         * support/Util/MySystem.c: handling space characters in executable's path
9839
9840 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * as/z80/Makefile: fix permanent rebuild of z80
9843         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9844         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9845
9846 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9847
9848         * src/SDCCopt.c: add special case optimization to replace modulo by
9849           a power of two with a bitwise AND.
9850
9851 2003-04-18    <johan AT balder>
9852
9853         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9854
9855 2003-04-17    <johan AT balder>
9856
9857         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9858         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9859
9860 2003-04-13  Borut Razem <borut.razem AT siol.net>
9861
9862         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9863         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9864           fixed mingw problem in adl_NORMALIZE_PATH
9865
9866 2003-04-12  Borut Razem <borut.razem AT siol.net>
9867
9868         * fixed "#pragma SAVE/RESTORE can not be nested":
9869         * src/SDCC.lex: reworked pragma handling functions
9870         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9871         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9872
9873 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9874
9875         * src/SDCCutil.c (pathEquivalent): defined but not used
9876         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9877         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9878         * configure: rebuilt from configure.in
9879         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9880         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9881         * device/include/Makefile.in: replace sdcc_datadir
9882         * device/lib/Makefile.in: replace sdcc_datadir
9883         * Makefile.common.in: add LDFLAGS from configure
9884         * packihx/Makefile.in: use LDFLAGS
9885         * src/Makefile.in: use LDFLAGS
9886         * support/cpp2/Makefile.in: add LDFLAGS from configure
9887         * support/makebin/Makefile: use LDFLAGS
9888         * .version: bumped version number to 2.3.5
9889
9890 2003-04-12  Borut Razem <borut.razem AT siol.net>
9891
9892         * completed "different paths" task:
9893         * src/SDCCmacro.c: fixed bug in handling quotes
9894         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9895         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9896
9897 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9898
9899         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9900
9901 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9902
9903         * ds390/gen.c ds390/peeph.def: fix bug 706781
9904
9905 2003-04-11  Borut Razem <borut.razem AT siol.net>
9906
9907         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9908
9909 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9910
9911         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9912         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9913          set - this bit used to not be set...).
9914         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9915           bad code in PIC Port
9916         * src/regression/and2.c added to test bug 609268
9917         * src/regression/Makefile added and2.c to regression test
9918
9919
9920 2003-04-08    <johan AT CP255758-A>
9921
9922         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9923         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9924         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9925
9926 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9927
9928         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9929         fix bug #487815
9930         * support/cpp2/Makefile.in: fix bug #487815
9931         * configure: rebuilt from configure.in
9932         * Makefile.common.in: docdir changed, new path suffixes
9933         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9934         * sdcc_vc_in.h: reflect changes from sdccconf.h
9935         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9936         * src/SDCCutil.h: remove BINDIR hack
9937         * doc/sdccman.lyx: update new path hierarchy
9938
9939 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9940
9941         * src/SDCCpeeph.c: added okToRemoveSLOC test
9942
9943 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9944
9945         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9946
9947 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9948
9949         * src/SDCCpeeph.c: added labelIsReturnOnly test
9950         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9951
9952 2003-04-05    <johan AT balder>
9953
9954         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9955         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9956         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9957         * src/SDCCast.c: fixed a warning
9958         * src/SDCCast.h: fixed a warning
9959         * src/SDCCicode.c (operandFromAst): fixed a warning
9960
9961 2003-04-04    <johan AT balder>
9962
9963         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9964         * src/SDCCast.c (decorateType): fixed bug #715076
9965         * src/SDCC.y: fixed bug #702907
9966
9967 2003-04-03    <johan AT balder>
9968
9969         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9970         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9971         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9972         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9973         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9974
9975 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9976
9977         * _decdptr.c: fix return values
9978         * _gptrget.c: fix return values
9979         * _gptrgetc.c: fix return values
9980         * _gptrput.c: fix return values
9981         * _mulint.c: fix return values
9982         * as/z80/Makefile: fix 'make -j' problem
9983
9984 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9987         * configure.in: big cleanup, updated to autoconf 2.5x
9988         * configure: rebuilt from configure.in
9989         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9990         * sdcc_vc_in.h: reflect changes from sdccconf.h
9991         * doc/Makefile: fixed a flaw in "make install"
9992
9993 2003-04-02    <johan AT balder>
9994
9995         * src/ds390/gen.c (genCmp): no comments
9996         * src/mcs51/gen.c (genCmp): no comments
9997         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9998         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9999
10000 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10001
10002         * support/regression/generate-cases.py: place generated file in given sub directory
10003         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10004         * support/regression/Makefile: improvements for 'make -j';
10005         side effect: it's simpler and faster now
10006
10007 2003-03-31  Borut Razem <borut.razem AT siol.net>
10008
10009         * src/z80/main.c: link-{port} and as-{port} defined without path
10010         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10011
10012 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10013
10014         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10015
10016 2003-03-30  Borut Razem <borut.razem AT siol.net>
10017
10018         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10019           changed type of list parameter to set
10020         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10021         * src/port.h: changed type of do_assemble() parameter to set
10022         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10023           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10024           definition of "cppoutfilename" macro with NULL value in preProcess()
10025         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10026         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10027         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10028           replaced with set *binPathSet
10029         * shash_add() deallocates the item, if allready exsists, before adding the new one
10030         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10031
10032 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10033
10034         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10035           a nested for loop bug in the PIC port
10036         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10037           for loops
10038
10039 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10040
10041         * support/Util/dbuf.h: remove C++ stuff to make it portable
10042
10043 2003-03-28  Borut Razem <borut.razem AT siol.net>
10044
10045         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10046           literal strings in stringLiteral()
10047         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10048         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10049           to the project
10050
10051 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10052
10053         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10054
10055 2003-03-26    <johan AT balder>
10056
10057         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10058         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10059         * src/SDCCast.c (decorateType): fixed " -v < 3"
10060
10061 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10062
10063         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10064         Added Lenny Story's debug infrastructure changes:
10065         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10066         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10067         * src/cdbFile.c: added
10068         * src/SDCCdebug.c: added
10069         * src/SDCCdebug.h: added
10070         * src/SDCCast.c (createFunction)
10071         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10072         * src/SDCCmain.c (parseCmdLine, main)
10073         * src/SDCCmem.c (redoStackOffsets)
10074         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10075         * src/SDCCsymt.h
10076         * src/common.h
10077         * src/avr/gen.c (genAVRCode)
10078         * src/ds390/gen.c (gen390Code)
10079         * src/mcs51/gen.c (gen51Code)
10080         * src/pic/gen.c (genpic14Code)
10081         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10082         * src/xa51/gen.c (genXA51Code)
10083         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10084
10085 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10086
10087         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10088         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10089
10090 2003-03-22    <johan AT balder>
10091
10092         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10093
10094 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10097         * doc/cdbfileformat.lyx: added, written by Lenny Story
10098         * doc/Makefile: added cdbfileformat.lyx
10099         * doc/clean.mk: added cdbfileformat.lyx
10100
10101 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         * src/mcs51/peeph.def: fix bug #705773
10104
10105 2003-03-20    <johan AT balder>
10106
10107         An sfr/sbit can have an "at #" AND an initializer
10108         * src/SDCCsymt.c (checkSClass):
10109         * src/SDCCmem.c (allocGlobal):
10110         * src/SDCCmem.c (allocLocal):
10111         * src/SDCCast.c (createBlock):
10112
10113 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10114
10115         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10116
10117 2003-03-16    <johan AT balder>
10118
10119         Undid the hackup of const and volatile, the problem is much bigger
10120         * src/SDCC.y:1.65
10121         * src/SDCCast.c:1.171
10122         * src/SDCCglue.c:1.138
10123         * src/SDCCicode.c:1.146
10124         * src/SDCCsymt.c:1.150
10125         * src/SDCCval.c:1.65
10126
10127 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10128
10129         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10130         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10131
10132 2003-03-13    <johan AT balder>
10133
10134         Hackup const and volatile modifiers in type chains a bit:
10135         * src/SDCC.y:1.63
10136         * src/SDCCast.c:1.169
10137         * src/SDCCglue.c:1.136
10138         * src/SDCCicode.c:1.143
10139         * src/SDCCsymt.c1.146
10140         * src/SDCCsymt.h1.59
10141         * src/SDCCval.c:1.63
10142
10143 2003-03-12    <johan AT balder>
10144
10145         * src/SDCCBBlock.h: more LRH debugging junk
10146         * src/SDCCcflow.h: more LRH debugging junk
10147         * src/SDCCloop.c: more LRH debugging junk
10148         * src/SDCC.y (struct_declaration): fixed bug #697590
10149         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10150         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10151         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10152
10153 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10154         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10155         test function names must now match exactly).
10156         * src/SDCCcse.c: added special case in findCheaperOp to allow
10157         extending a short integer. Makes less awful code for bug 700121 test case.
10158
10159 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10160
10161         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10162         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10163
10164 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10165
10166         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10167         actually called (operandsNotEqual() was called for all
10168         operandsNotEqualX tests).
10169
10170 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10171
10172         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10173         with shorter literals. Fixes bug 700121.
10174
10175 2003-03-11    <johan AT balder>
10176
10177         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10178
10179 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10180
10181         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10182         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10183
10184 2003-03-10  Borut Razem <borut.razem AT siol.net>
10185
10186         * src/SDCCmain.c: pipe preprocessor's output
10187         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10188         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10189         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10190         which closes all pipes in pipeSet set
10191         * src/SDCCset.c: free deleted item in function deleteSetItem()
10192         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10193         moved from z80 to src subproject
10194         * .version: increased version number to 2.3.4
10195
10196 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10197
10198         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10199         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10200         * support/regression/ports/xa51/spec.mk: fix typo
10201
10202 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10203
10204         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10205
10206 2003-03-09  Borut Razem <borut.razem AT siol.net>
10207
10208         * src/SDCCmain.c: pipe preprocessor's output
10209         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10210         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10211         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10212         which closes all pipes in pipeSet set
10213         * src/SDCCset.c: free deleted item in function deleteSetItem()
10214         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10215         moved from z80 to src subproject
10216
10217 2003-03-09  Borut Razem <borut.razem AT siol.net>
10218
10219         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10220         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10221         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10222         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10223         * src/SDCCglobl.h: unification of WIN32 native definitions
10224
10225 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10226
10227         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10228
10229 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10230
10231         * src/configure.in:   check for endianess (even while cross-compiling)
10232         * src/configure:      check for endianess (even while cross-compiling)
10233         * src/configure_in.h: check for endianess (even while cross-compiling)
10234         * src/avr/gen.c:        remove old endianess stuff
10235         * src/mcs51/gen.c:      remove old endianess stuff
10236         * src/ds390/gen.c:      remove old endianess stuff
10237         * src/pic/gen.c:        remove old endianess stuff
10238         * src/pic/genarith.c:   remove old endianess stuff
10239         * src/pic/glue.c:       fix endianess check
10240         * src/pic16/gen.c:      remove old endianess stuff
10241         * src/pic16/genarith.c: remove old endianess stuff
10242         * src/pic16/glue.c:     fix endianess check
10243         * src/xa51/gen.c:       remove old endianess stuff
10244         * src/z80/gen.c:        fix endianess check
10245         * src/SDCCglue.c:       fix endianess check
10246         * src/ds390/peeph.def: fix bug 700036
10247
10248 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10251         * src/configure: find appropriate data-types on host for SDCC's int and long
10252         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10253         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10254         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10255
10256 2003-03-07    <johan AT balder>
10257
10258         Just a big NOOP:
10259                 some minor cleanups before the big shot
10260                 OP_DEFS and OP_USES now use Kevin's protection
10261                 new option --nolabelopt
10262
10263         * src/SDCCBBlock.c:
10264         * src/SDCCast.c,:
10265         * src/SDCCcflow.c:
10266         * src/SDCCcse.c:
10267         * src/SDCCicode.c:
10268         * src/SDCCicode.h:
10269         * src/SDCClabel.c:
10270         * src/SDCCloop.c:
10271         * src/SDCCmain.c:
10272         * src/ds390/ralloc.c:
10273         * src/mcs51/ralloc.c:
10274         * src/pic/ralloc.c:
10275         * src/xa51/ralloc.c:
10276         * src/z80/ralloc.c:
10277
10278 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10279
10280         * src/pic/pcode.c (get_op): fix 64 bit warnings
10281         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10282         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10283         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10284         * support/regression/tests/malloc.c: fix 64 bit warnings
10285
10286 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10287
10288         * src/mcs51/gen.c (genMinus): fixed bug 696436
10289
10290 2003-03-02  Borut Razem <borut.razem AT siol.net>
10291
10292         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10293
10294 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10295
10296         * configure.in: test for mkstemp
10297         * sdccconf_in.h: add HAVE_MKSTEMP
10298
10299 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10300
10301         * device/include/ctype.h: removed warning while using --stack-auto
10302         * device/include/malloc.h: removed warning while using --stack-auto
10303         * device/include/string.h: removed warning while using --stack-auto
10304
10305 2003-02-23  Borut Razem <borut.razem AT siol.net>
10306
10307         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10308         because NDEBUG is defined (see man assert)
10309         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10310
10311 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10312
10313         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10314         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10315
10316 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10317
10318         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10319         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10320
10321 2003-02-18    <johan AT balder>
10322
10323         * as/mcs51/asmain.c (asmbl): module can start with a digit
10324         * as/z80/asmain.c (asmbl): module can start with a digit
10325
10326 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10329         * src/asm.c: fix pipe() for Mingw32
10330
10331 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10332
10333         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10334         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10335         make -V work again; --c1mode reads now from stdin
10336         * doc/sdccman.lyx: added --c1mode
10337         * support/Util/SDCCerr.c: new messages for c1 mode
10338         * support/Util/SDCCerr.h: new messages for c1 mode
10339         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10340
10341 2003-02-15    <johan AT balder>
10342
10343         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10344
10345 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * doc/sdccman.lyx: Environment variables, -o and other minor things
10348
10349 2003-02-14    <johan AT balder>
10350
10351         * src/xa51/main.c: before anyone really tries to use it :)
10352
10353         * Install doc's in share/sdcc/doc
10354         * removed some obsolete files
10355         * Do a proper make distclean and uninstall
10356         M Makefile.common.in
10357         R sdccbuild.sh
10358         M as/Makefile
10359         M device/include/Makefile.in
10360         M device/lib/Makefile.in
10361         M doc/sdccman.lyx
10362         M link/Makefile
10363         M sim/ucsim/doc/Makefile.in
10364         M src/clean.mk
10365         R src/avr/peeph.rul
10366         R src/xa51/peeph.rul
10367         M support/cpp2/Makefile.in
10368         M support/makebin/Makefile
10369
10370
10371 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10372
10373         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10374
10375 2003-02-10  Borut Razem <borut.razem AT siol.net>
10376
10377         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10378         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10379         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10380         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10381         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10382         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10383         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10384         src/z80/Makefile.bcc: Borland Makefile cleanup
10385         * as/z80/Makefile.bcc: Added Borland Makefile
10386         * support/cpp2/borland.h: Removed
10387
10388 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10389
10390         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10391         * src/SDCC.lex: new pragma NOIV
10392         * src/SDCCglobl.h: new pragma NOIV
10393         * src/SDCCmem.c: new pragma NOIV
10394
10395 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10396
10397         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10398
10399 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10400
10401         * src/SDCCmain.c: signal handling is switched off by --debug
10402         * doc/Makefile: small fix for install; use clean.mk again
10403         * doc/clean.mk: clean *.pdf and *.html too
10404
10405 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10406
10407         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10408         * device/lib/printfl.c: fix a ds390 bug by making it portable
10409         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10410         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10411         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10412         * debugger/mcs51/cmd.c: converted multi-line string literals
10413         * sim/ucsim/globals.cc: converted multi-line string literals
10414         * src/SDCCmain.c: introduced signal handler to remove temp files
10415         * doc/Makefile: small tweaks, implement clean
10416         * doc: removed generated files
10417
10418 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10419
10420         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10421         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10422         Address Record is not correctly generated for DS390."
10423
10424 2003-02-02  Borut Razem <borut.razem AT siol.net>
10425
10426         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10427         * as/mcs51/asm.h: fixed compilation with Borland C
10428         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10429         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10430         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10431         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10432         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10433         src/z80/Makefile.bcc: delete $(LIB) only if exist
10434         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10435
10436 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10437
10438         * device/include/malloc.h: introduced NULL
10439         * device/include/string.h: introduced NULL
10440         * device/include/stdlib.h: introduced NULL
10441         * device/lib/_memcpy.c: removed NULL
10442         * device/lib/_strcat.c: removed NULL
10443         * device/lib/_strchr.c: removed NULL
10444         * device/lib/_strcmp.c: removed NULL
10445         * device/lib/_strcpy.c: removed NULL
10446         * device/lib/_strcspn.c: removed NULL
10447         * device/lib/_strlen.c: removed NULL
10448         * device/lib/_strncat.c: removed NULL
10449         * device/lib/_strncmp.c: removed NULL
10450         * device/lib/_strncpy.c: removed NULL
10451         * device/lib/_strpbrk.c: removed NULL
10452         * device/lib/_strrchr.c: removed NULL
10453         * device/lib/_strspn.c: removed NULL
10454         * device/lib/_strstr.c: removed NULL
10455         * device/lib/_strtok.c: removed NULL
10456         * device/lib/malloc.c: removed NULL, include own header
10457
10458 2003-02-02    <johan AT balder>
10459
10460         * 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
10461         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10462         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10463         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10464         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10465         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10466
10467 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10468
10469         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10470         area 'DATA'"
10471
10472 2003-02-01    <johan AT balder>
10473
10474         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10475
10476 2003-01-31    <johan AT CP255758-A>
10477
10478         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10479
10480 2003-01-30    <johan AT balder>
10481
10482         * src/SDCCBBlock.c: automatic bug detection
10483         * src/SDCCicode.c: automatic bug detection
10484
10485 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10486
10487         * src/SDCCglobl.h:   now --xram-size 0 works
10488         * src/SDCCmain.c:    now --xram-size 0 works
10489
10490 2003-01-29    <johan AT balder>
10491
10492         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10493
10494 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10495
10496         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10497         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10498         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10499         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10500         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10501         * src/SDCCmain.c:    Added options --xram-size and --code-size
10502
10503 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10504
10505         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10506         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10507
10508 2003-01-27    <johan AT balder>
10509
10510         * src/SDCC.y: fixed bug #613764
10511
10512 2003-01-26    <johan AT balder>
10513
10514         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10515         * src/SDCCsymt.h: fixed bug #673374
10516         * src/SDCCglue.c: fixed bug #661910
10517         * src/SDCCast.c: fixed bug #458099 and 673374
10518
10519 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10520
10521         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10522         * as/mcs51/strcmpi.h: added
10523         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10524         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10525         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10526         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10527         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10528         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10529         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10530         * as/mcs51/Makefile.aslink: new module strcmpi
10531         * as/mcs51/Makefile.asx8051: new module strcmpi
10532         * as/mcs51/Makefil.bcc: new module strcmpi
10533         * as/mcs51/Makefile.in: new module strcmpi
10534         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10535
10536 2003-01-26    <johan AT balder>
10537
10538         * src/SDCCglue.c: reverted back to 1.124
10539         * src/SDCCast.c: reverted back to 1.156
10540         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10541
10542 2003-01-25    <johan AT balder>
10543
10544         * src/SDCCglue.c: A better fix for bug #661910
10545         * src/SDCCast.c: A better fix for bug #661910
10546         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10547
10548 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10549
10550         * src/Makefile.in: remove spawn.o
10551         * src/SDCCmain.c: remove spawn.h
10552         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10553         * src/spawn.c: removed
10554         * src/spawn.h: removed
10555         * support/regression/ports/ds390/spec.mk: link with -r
10556
10557 2003-01-24    <johan AT CP255758-A>
10558
10559         * src/ds390/gen.c (aopOp): fixed bug #667458
10560         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10561         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10562         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10563
10564 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10565
10566         * src/mcs51/peeph.def: better assembler identation by Frieder
10567         * src/mcs51/gen.c: better assembler identation by Frieder
10568
10569 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10570
10571         * as/z80/string.h: removed for gcc 3.2
10572         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10573         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10574
10575 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10576
10577         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10578         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10579         * support/regression/Makefile: separate temp files for ports
10580         * support/regression/generate-cases.py: separate temp files for ports
10581         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10582         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10583
10584 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10585
10586         * moved tinitalk to device/examples/ds390
10587
10588 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10589
10590         * as/mcs51/lkmem.c: rflag is for DS390
10591         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10592         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10593                          (linkEdit): move mem- and map-files the same way as ihx-files
10594         * src/z80/main.c (_setDefaultOptions): removed --generic
10595         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10596         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10597         * src/pic/glue.c (picglue): --c1mode works again
10598         * src/pic16/glue.c (pic16glue): --c1mode works again
10599         * src/asm.c (printCLine): fix #660034
10600
10601 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10602
10603         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10604         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10605         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10606         * as/mcs51/lkmem (summary): better fix for sp problem
10607         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10608         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10609         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10610                                               remove --stack-after-data
10611
10612 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10613
10614         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10615         * src/SDCCutil.c (join): ugly bug: missing '\0'
10616         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10617
10618 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10619
10620         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10621         * src/port.h: typo
10622         * src/pic/main.c (_asmCmd): gpasm supports -o
10623         * src/z80/main.c: more general macros
10624         * device/lib/Makefile.in: remove intermediate files
10625
10626 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10627
10628         * .version: Bumped version number to 2.3.3
10629         * src/SDCCBBlock.c: new option -o
10630         * src/SDCCglobl.h: new option -o
10631         * src/SDCCglue.c: new option -o
10632         * src/SDCCmain.c: new option -o
10633         * src/asm.c: new option -o
10634         * src/ds390/main.c: new option -o
10635         * src/pic/glue.c: new option -o
10636         * src/pic/pcode.c: new option -o
10637         * src/pic/ralloc.c: new option -o
10638         * src/pic16/glue.c: new option -o
10639         * src/pic16/pcode.c: new option -o
10640         * src/pic16/ralloc.c: new option -o
10641         * src/z80/main.c: new option -o
10642         * device/lib/Makefile.in: use -o
10643         * support/regression/ports/ds390/spec.mk: use -o
10644         * support/regression/ports/gbz80/spec.mk: use -o
10645         * support/regression/ports/mcs51/spec.mk: use -o
10646         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10647         * support/regression/ports/z80/spec.mk: use -o
10648         * support/regression/ports/ucz80/spec.mk: use -o
10649         * support/regression/ports/xa51/spec.mk: use -o
10650         * support/regression/fwk/lib/timeout.c: fix usage string
10651
10652 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10653         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10654
10655 2003-01-07    <johan AT balder>
10656
10657         * src/SDCCast.c (decorateType): fixed bug #600035
10658
10659 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10660         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10661         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10662         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10663         * src/pic/pcode.c: outcommented unused variable to remove warnings
10664         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10665
10666 2003-01-06    <karl AT turbobit.com>
10667         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10668    regression tests.
10669
10670 2003-01-06    <johan AT balder>
10671
10672         * src/SDCCicode.c: fixed array add
10673
10674 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10675         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10676         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10677
10678 2003-01-04    <johan AT balder>
10679
10680         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10681
10682 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10683         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10684
10685 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10686         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10687         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10688
10689 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10690         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10691
10692 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10693         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10694
10695 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10696         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10697
10698 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10699
10700     * in \sdcc\as\mcs51\ changed these files in order to create an
10701     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10702     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10703     following files to include the previous two files: aslink.dsp,
10704     Makefile.aslink, Makefile.bcc, and Makefile.in.
10705
10706     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10707     .adb instead of .cdb
10708
10709 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10710
10711         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10712         value from option --iram-size.
10713
10714 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10715
10716         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10717         dram[] array.
10718
10719 2002-09-18    <wiml AT hhhh.org>
10720
10721         * SDCClrange.h: exposed setFromRange() and setToRange()
10722         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10723           packRegsForAccUse() (bug 542397)
10724         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10725           multiple times and emitting the fetch operations more than once
10726           added aopGetUsesAcc() function to allow binary operators to
10727           fetch their operands in the correct order; made genMinus() emit
10728           compact code for X = LITERAL - Y
10729
10730 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10731         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10732         sprintf() in line 1267.
10733
10734 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10735         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10736         like ports.
10737
10738 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10739         Changes to aslink (All the changes are marked with 'JCF'):
10740
10741         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10742         summary().
10743
10744         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10745         area BSEG.  Also moves, if possible, the DATA area down into the internal
10746         ram so more space is available.
10747
10748         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10749         sflag.
10750
10751         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10752         not bytes.  Function summary() which creates a memory usage summary
10753         file with extension .mem.  Reports of overlaping stack and small stack
10754         size.  If the space for the stack is less than 16 bytes aslink trows a
10755         warning.
10756
10757         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10758         the 8051.  Option 'y' for memory summary output file.
10759
10760         Changes to sdcc (All the changes are marked with 'JCF'):
10761
10762         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10763
10764         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10765         overlaying area for it (uses RegBankUsed[4]).
10766
10767         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10768         bank zero as used by default.  By default aslink locates the stack
10769         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10770         the creation of the .mem file.  Delegates the allocation of data area
10771         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10772         the begining of the stack area to aslink.
10773
10774         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10775         glue() in SDCCglue.c creates an area for it.
10776
10777 2002-09-03  Borut Razem <borut.razem AT siol.net>
10778         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10779         sdcc/src/pic/glue.c:
10780         introduced atexit() handler for teporay files removal in case of
10781         errors, assertions, ...
10782
10783 2002-08-29  Borut Razem <borut.razem AT siol.net>
10784         * sdcc/support/cpp2/auto-host_vc_in.h:
10785         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10786         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10787         Maybe there is a similar problem with BORLANDC? It should be checked!
10788
10789         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10790         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10791         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10792         was not executed, and the compiler (cl) launched a warning:
10793         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10794
10795 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10796         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10797
10798 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10799         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10800
10801         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10802           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10803           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10804           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10805           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10806           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10807           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10808         - added Release configuration in VS projects
10809         - review of compiler an linker options
10810         - VC .exe files are generated in bin_vc directory, not to interfere
10811           with binaries generated from other projects (cygwin, mingw, bcc ...)
10812
10813         * sdcc/src/yacc.dsp: added
10814
10815         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10816         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10817         and insert the version number definitions from .version
10818
10819         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10820
10821         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10822         added - genarate auto-host.h using auto-host_vc_in.h as template
10823
10824         * sdcc/sdcc_vc.h,
10825         removed from CVS, generated automatically
10826
10827 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10828         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10829
10830 2002-08-11  Borut Razem <borut.razem AT siol.net>
10831         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10832
10833 2002-08-10  Borut Razem <borut.razem AT siol.net>
10834         * src/SDCCmain.c (main):
10835         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10836         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10837         The consequence was that some temporary files were not removed.
10838
10839         * src/SDCCglue.c:
10840         unification of code in functions tempfilename() and tempfile():
10841         function tempnam() is defined in Visual Studio 6.0 and .NET
10842
10843         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10844
10845         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10846           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10847         - removed compiler command line option /WX: Treats all warnings as errors
10848         - update a list of source files, included into the project
10849
10850         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10851           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10852         changed project type to Generic Project so that can be correcly converted to VS.NET project
10853
10854         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10855
10856         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10857
10858         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10859
10860         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10861         added return 0 statements after assert() to make compiler happy
10862
10863         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10864         added newline in the def file to keep MSC compiler satisfied
10865
10866         * sdcc/src/z80/gen.c:
10867         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10868           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10869         - solved MSC error in function aopDump()
10870
10871         * sdcc_vc.h: define PREFIX as "\\sdcc"
10872
10873 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10874         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10875
10876 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10877         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10878         - Rewrote the register banking algorithm.
10879         - Added pCode live-range analysis to registers (for now, only non-used and
10880         singly-used registers optimized away)
10881
10882         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10883
10884         * 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.
10885
10886 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10887         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10888
10889 2002-04-22  Michael Hope  <michaelh AT vroom>
10890
10891         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10892
10893         * configure.in (DD_COPT): Added include support required for gbdk.
10894
10895         * .version: Bumped version number just to increase it.
10896
10897         * src/SDCCmain.c: Added -nostdinc to the default options.
10898
10899 2002-04-15  Michael Hope  <michaelh AT vroom>
10900
10901         * device/lib/z80/printf.c (sprintf): Added.
10902
10903         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10904
10905         * src/z80/peeph.def: Added transpose redundent load rule.
10906
10907         * src/z80/main.c: Added force callee saves for jaune.
10908
10909         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10910
10911         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10912
10913 2002-03-28  Johan Knol  <johan AT balder>
10914
10915         * src/SDCCval.c: fixed bug #532436
10916
10917 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10918         * /src/port.h:
10919         Added "char *Processor" field to the port structure.
10920
10921         * /src/SDCCmain.c:
10922         Added -p option. Allows port dependent processor to be specified.
10923
10924         * all ports:
10925         Initialized the new field char *Processor field to NULL in all ports
10926
10927         * /src/pic/*:
10928         Compiler generated registers for interrupt context saving
10929         were not getting allocated.
10930
10931 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10932
10933         * /src/SDCCast.c:
10934         Fixed left shift. Will promote the left side of a left shift
10935         if a) left shifting more than size of operand or b) when assigned
10936         to something size > size of left side
10937
10938 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10939         * src/pic/*
10940         tons of changes. Register allocation has been
10941         rewritten. Added customization for the various PICs. Flow
10942         analysis is restructured. ...
10943
10944         * src/pic/device.h:
10945         Added
10946
10947         * src/pic/device.c:
10948         Added. device.c is a PIC port hack to accomodate variations
10949         in PIC devices.
10950
10951 2002-03-13  Michael Hope  <michaelh AT vroom>
10952
10953         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10954
10955 2002-03-04  johanknol  <johanknol AT manik>
10956
10957         * /src/SDCCval.c: fixed
10958
10959         const unsigned char arr[][2] = { { 0, 1 } };
10960         t18.c:1: error: Initializer element is not constant
10961
10962 2002-03-04  bela  <bela AT manik>
10963
10964         * /device/include/mcs51reg.h:
10965         ds89c420 register definition update
10966
10967 2002-03-03    <johan AT FRIJA>
10968
10969         * support/Util/SDCCerr.c: did something, but don't no why anymore
10970
10971         * support/regression/tests/bug-524691.c: made it a little less shy
10972
10973         * src/SDCCast.c (decorateType): fixed bug #524697
10974
10975         * src/SDCCast.c: made some lineno improvements
10976
10977         * src/SDCCval.c (getNelements): changed warning to error
10978
10979         * src/SDCCglue.c (printIvalArray): changed warning to error
10980
10981         * src/SDCCicode.c: fixed a warning for mingw
10982
10983         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10984
10985         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10986
10987 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10988
10989         * src/ds390/peeph.def:
10990         Added some more peephole rules
10991
10992         * src/ds390/gen.c: Various fixes & enhancements
10993
10994         * src/SDCClrange.c, src/SDCClrange.h:
10995         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10996
10997         * src/ds390/ralloc.c:
10998         various fixes & enhancements (ds390) specific
10999
11000         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11001         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11002         from rallocs.
11003
11004         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11005
11006 2002-03-02    <johan AT FRIJA>
11007
11008         * src/SDCCast.c (decorateType): fixed bug #524708
11009
11010         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11011
11012         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11013
11014 2002-03-01  Michael Hope  <michaelh AT vroom>
11015
11016         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11017
11018         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11019
11020 2002-03-01    <johan AT FRIJA>
11021
11022         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11023
11024         * src/SDCCast.c (decorateType): fixed bug #524209
11025
11026         * src/SDCCval.c (valNot): fixed bug #524195
11027
11028 2002-02-26    <johan AT balder>
11029
11030         * src/xa51/gen.c: fixed a warning
11031
11032         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11033
11034         * src/SDCCast.c (decorateType): fixed bug #522534
11035
11036 2002-02-23    <johan AT balder>
11037
11038         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11039
11040 2002-02-22    <johan AT balder>
11041
11042         * src/SDCCast.c: fixed bug #514865
11043
11044         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11045
11046 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11047
11048         * sdcc/src/SDCCloop.c:
11049         Previous fix was not good. basic blocks that have "break" or "return" are
11050         not really partof a loop , but live ranges used in these blocks should
11051         be live thru the entire loop, so set partOfLoop but don't add them to
11052         loop region
11053
11054 2002-02-21    <johan AT FRIJA>
11055
11056         * src/SDCCcse.c: fixed bug #514308
11057
11058 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11059
11060         * src/SDCCloop.c:
11061         Fixed BUG #519583. If a conditional block ended in a return/break
11062         statement inside a loop, it was not being considered part of the loop.
11063
11064         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11065
11066 2002-02-10  Karl Bongers <karl AT turbobit.com>
11067
11068         * debugger/*:
11069         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11070         with lots of comments and notes.
11071
11072         * device/examples/test2.c:
11073         Fix bug, "red" variable not being initialized(compiler complained).
11074
11075         * device/examples/Makefile, examples/test3.c:
11076         Add Makefile in device/examples folder, compiles test3.c
11077         for use as a multiple module SDCDB test case.
11078
11079         * sim/ucsim/cmd.src/cmdset.cc:
11080         Took out debug printfs in ucsim "next" command.
11081
11082         * sim/ucsim/xa.src:
11083         Karl and Johan start ucsim XA support.  Most dissassembly working,
11084         about 75% emulation done(plenty of work remaining).
11085
11086         * sim/ucsim/z80.src:
11087         Add Z80 support to ucsim, add test-ucz80 regression test,
11088         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11089         Notice z80 compiler fails on examples/test3.c/crc code.
11090
11091 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11092
11093         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11094         Added support for --parms-in-bank1
11095
11096         * src/ds390/peeph.def:
11097         added a few more peephole optimzations
11098
11099         * src/ds390/main.c:
11100         1) added __builtin_inp & __builtin_outp used to read in data of given length
11101            from a memory mapped port
11102         2) added __builtin_memcmp
11103         3) added __builtin_swapw swap bytes of a short
11104
11105         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11106         1) handle multiple send & receives from register bank1
11107         2) ralloc can now allocate DPTR1 to some liveRanges
11108
11109         * src/SDCCsymt.c, src/SDCCsymt.h:
11110         changes to handle multiple sends & receives
11111
11112         * src/SDCCptropt.h:
11113         added some pointer arithmetic optimization
11114
11115         * src/SDCCptropt.c:
11116         added some pointer arithmetic optimizations but not stable yet so not
11117         called from anywhere (will get this working shortly)
11118
11119         * src/SDCCopt.c: fixed for multiple sends & receives
11120
11121         * src/SDCCmain.c:
11122         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11123         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11124            set preprocessor defines (depending on options)
11125
11126         * src/SDCCicode.c, src/SDCCicode.h:
11127         changes made to handle multiple sends & receives
11128
11129         * src/SDCCglobl.h:
11130         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11131
11132         * src/SDCCcse.c, src/SDCCcse.h:
11133         added function findbackward def (to be used in upcoming optimization)
11134
11135         * src/SDCCcflow.c, src/SDCCcflow.h:
11136         added function returnAtEnd - to determine if a basic block terminates with
11137         a RETURN iCode
11138
11139         * src/SDCCast.c, src/SDCCast.h:
11140         added option parms-in-bank1
11141
11142         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11143         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11144         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11145         adjusted for --parms-in-bank1 option
11146
11147         * device/include/string.h:
11148         donot redefine "reentrant" keyword
11149
11150         * device/include/ds80c390.h: Added some more SFRs
11151
11152 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11153
11154         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11155
11156 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11157
11158         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11159
11160 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11161
11162         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11163
11164 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11165
11166         * Added --xram-movc option
11167
11168 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11169
11170         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11171
11172 2002-01-11  Johan Knol
11173
11174         * Added math lib of Jesus Calvino-Fraga
11175
11176 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11177
11178         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11179         * support/regression/Makefile: new target test-mcs51-stack-auto
11180         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11181
11182 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11183
11184         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11185
11186 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11187
11188         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11189
11190 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11191
11192         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11193
11194         * src/SDCCglue.h: add definition for printIvalChar()
11195
11196 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11197
11198         * src/SDCCast.c: fix #498138 by Johan
11199
11200         * src/SDCCglue.c: fix #498138 by Johan
11201
11202 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11203
11204         * support/regression/Makefile: fix clean
11205
11206         * support/regression/ports/ds390/support.c: fix transmission of last character
11207
11208 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11209
11210         * /sdcc/src/ds390/gen.c:
11211         a) improved computing address of stack variable
11212         b) took out some #if 0 code
11213         c) improved parmBytes adjustment
11214         d) improved genPlusIncr & genMinusIncr
11215         e) genCmp could generate bad code (when left assigned to DPTR)
11216         f) Fixed bug in hasInc
11217
11218         * /sdcc/src/ds390/ralloc.c:
11219         a) packRegsForSupport could mess up live information (Fixed)
11220         b) packRegsDPTRuse could be incorrect for left & right shift
11221
11222         * /sdcc/src/mcs51/ralloc.c:
11223         packRegsForSupport could mess up the live information (Fixed)
11224
11225         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11226
11227         * /sdcc/src/SDCCast.c:
11228         can reverse a loop even if function call is present as long
11229         as the loop control variable is local & is not passed as parameter
11230
11231 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11232
11233         * /sdcc/ChangeLog: *** empty log message ***
11234
11235         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11236         More builtin function additions for TININative
11237
11238         * /sdcc/src/ds390/ralloc.c:
11239         Had broken the regression testsuite
11240
11241         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11242
11243         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11244         Added funcattr hasStackParms will be set for reentrant functions when there
11245         are paramteres on the stack, this helps in minimizing frame pointer generation
11246         typeFromStr can handle function pointers now
11247
11248         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11249         *** empty log message ***
11250
11251 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11252
11253         * /src/ds390/gen.c, /src/ds390/main.c:
11254         More builtin function additions for TININative
11255
11256         * /src/ds390/ralloc.c:
11257         Had broken the regression testsuite
11258
11259         * /src/SDCCast.c: Fixed a bug in dumptree
11260
11261         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11262         Added funcattr hasStackParms will be set for reentrant functions when there
11263         are paramteres on the stack, this helps in minimizing frame pointer generation
11264         typeFromStr can handle function pointers now
11265
11266         * /doc/builtins.txt, /doc/TININative.txt:
11267         *** empty log message ***
11268
11269
11270 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11271
11272         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11273         ALPHA version for -mTININative
11274
11275         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11276         updated to reflect changes in the port structure
11277
11278         * /src/port.h:
11279         added function do_assemble (similar to do_link) if non-null this function
11280         will be called to do assembly (-mTININative) requires a multi command
11281         assembly
11282         added function genAssemblerEnd will be called to generate assembler Epilogue
11283
11284         * /src/SDCCsymt.c:
11285         added _JavaNative to debug info printing
11286
11287         * /src/SDCCmain.c: added option --tini-libid
11288         added port->do_assemble function (-mTININative) has a multi command assemble
11289
11290         * /src/SDCCglue.c: Disabled "constExpr" check
11291         added port->genAssemblerEnd function
11292
11293         * /src/SDCCglobl.h: Added option --tini-libid value
11294
11295         * /src/SDCCast.h:
11296         tookout optimizeCompare from the header (has no external references)
11297
11298         * /src/SDCCast.c: made one more function "static"
11299
11300 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11301
11302         * src/z80/mappings.i: Added z80asm support.
11303
11304         * src/z80/main.c: Added z80asm support on --asm=z80asm
11305
11306         * src/z80/gen.c: Fixed asm portability issues.
11307
11308         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11309
11310         * src/SDCCglue.c (printExterns): Added global/extern split.
11311
11312 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11313
11314         * support/regression/Makefile: added test for mcs51 model large
11315
11316         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11317
11318         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11319
11320 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11321
11322         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11323
11324 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11325
11326         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11327
11328         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11329
11330 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11331
11332         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11333
11334         * support/regression/tests/simplefloat.c: Port to mcs51.
11335
11336 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11337         * support/regression/tests/bug-485362.c: Added.
11338
11339         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11340
11341         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11342
11343         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11344
11345         * src/z80/gen.c (aopDump): Added a dump function.
11346
11347 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11348         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11349
11350         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11351
11352         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11353
11354         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11355
11356         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11357
11358         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11359
11360         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11361
11362         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11363
11364         * support/regression/ports/ds390/support.c: Use tinibios.
11365
11366         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11367
11368 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11369
11370         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11371         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11372
11373         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11374
11375         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11376
11377 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11378
11379         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11380
11381         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11382         (packRegsForIYUse): Created and optimised.
11383
11384 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11385
11386         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11387 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11388
11389         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11390
11391         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11392
11393         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11394
11395 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11396
11397         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11398
11399         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11400
11401 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11402
11403         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11404
11405         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11406
11407         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11408
11409 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11410
11411         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11412         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11413         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11414
11415         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11416
11417         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11418         (genNotFloat): Added.
11419         (genUminusFloat): Added.
11420
11421         * device/lib/z80/Makefile: Added floating pt stubs.
11422
11423         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11424
11425         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11426
11427         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11428
11429 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11430
11431         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11432
11433         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11434
11435         * sdcc/support/regression/Makefile: Add port ds390.
11436
11437         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11438
11439         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11440
11441         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11442
11443         * sdcc/support/regression/ports/ds390/support.c: Added.
11444
11445         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11446
11447         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11448
11449         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11450
11451 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11452
11453         * device/include/malloc.h: Added z80 and gbz80 support.
11454
11455         * device/lib/gbz80/heap.s: Added.
11456
11457         * device/lib/z80/heap.s: Added.
11458
11459         * device/lib/malloc.c: Added z80 and gbz80 support.
11460
11461         * support/regression/tests/malloc.c (testMalloc): Added.
11462
11463         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11464
11465         * support/regression/tests/bug-478094.c: Added.
11466
11467         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11468
11469 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11470
11471         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11472
11473         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11474
11475         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11476
11477         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11478
11479         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11480
11481 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11482
11483         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11484
11485 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11486
11487         * support/regression/tests/bug-477927.c: Added.
11488
11489         * src/z80/peeph.def: Added minor rules.
11490
11491         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11492
11493         * src/z80/peeph.def: Added jump optimisation modification.
11494
11495 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11496
11497         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11498
11499 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11500
11501         * support/regression/tests/funptrs.c: Added.
11502
11503 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11504
11505         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11506
11507 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11508
11509         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11510
11511         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11512
11513         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11514         (movLeft2ResultLong): Created.
11515
11516         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11517         (joinPushes): Added.  Joins two char pushes into a word push.
11518
11519 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11520
11521         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11522
11523         * support/makebin/Makefile (install): Added creation of dest dir.
11524
11525 2001-10-24 Karl Bongers <karl AT turbobit.com>
11526
11527         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11528
11529 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11530
11531         * src/z80/ralloc.c: Turned off faulty pack for one use.
11532
11533         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11534
11535         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11536
11537 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11538
11539         * support/regression/Makefile: Improved clean
11540
11541         * support/regression/ports/gbz80/spec.mk: Added clean
11542
11543         * support/regression/ports/host/spec.mk: Added clean
11544
11545         * support/regression/ports/z80/spec.mk: Added clean
11546
11547         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11548
11549         * support/regression/ports/mcs51/timeout.c: little improvements
11550
11551 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11552
11553         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11554
11555         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11556
11557         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11558
11559 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11560
11561         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11562
11563         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11564
11565 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11566         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11567
11568         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11569
11570         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11571
11572         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11573
11574         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11575
11576         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11577
11578         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11579
11580         * support/regression/tests/longor.c: Added.
11581
11582 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11583
11584         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11585
11586         * as/mcs51/aslink.h: define PATH_MAX
11587
11588         * as/mcs51/asm.h: define PATH_MAX
11589
11590         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11591
11592         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11593
11594         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11595
11596         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11597
11598         * src/SDCCglobl.h: define PATH_MAX
11599
11600         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11601
11602         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11603
11604 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11605
11606         * src/z80/gen.c (gencjneshort): Fixed
11607
11608         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11609
11610 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11611
11612         * support/regression/tests/bug-469671.c: Added.
11613
11614         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11615
11616 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11617
11618         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11619
11620         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11621
11622 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11623
11624         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11625
11626         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11627
11628         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11629
11630         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11631
11632         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11633
11634         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11635
11636         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11637
11638 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11639
11640         * 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.
11641
11642         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11643
11644         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11645
11646 2001-10-07    <johan AT FRIJA>
11647
11648         * device/lib/gets.c (gets): fixed the return value.
11649
11650 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11651         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11652
11653         * 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.
11654
11655         * 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.
11656
11657         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11658
11659         * src/pic/gen.c: Removed Safe_strdup.
11660
11661         * configure.in: Added option to enable libgc support.
11662
11663         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11664         (bitVectUnion): Optimised.
11665         (bitVectIntersect): Optimised.
11666         (bitVectBitsInCommon): Optimised.
11667         (bitVectCplAnd): Optimised.
11668
11669         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11670
11671 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11672
11673         * src/SDCCmain.c: distinguish between assembler debug and plain options
11674
11675         * src/avr/main.c:   remove standard assembler options
11676
11677         * src/ds390/main.c: remove standard assembler options
11678
11679         * src/mcs51/main.c: remove standard assembler options
11680
11681         * src/port.h: removed "PENDING" comment
11682
11683 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11684
11685         * src/device/lib/_mulint.c  : new, with assember functions
11686
11687         * src/device/lib/_mullong.c : new, with assember functions
11688
11689         * src/device/lib/_divuint.c : with assember functions
11690
11691         * src/device/lib/_divsint.c : with assember functions
11692
11693         * src/device/lib/_divulong.c: with assember functions
11694
11695         * src/device/lib/_divslong.c: with assember functions
11696
11697         * src/device/lib/_moduint.c : with assember functions
11698
11699         * src/device/lib/_modsint.c : with assember functions
11700
11701         * src/device/lib/_modulong.c: with assember functions
11702
11703         * src/device/lib/_modslong.c: with assember functions
11704
11705         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11706
11707         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11708
11709         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11710                                       replaced _mululong.c and _mulslong.c by _mullong.c
11711
11712 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11713
11714         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11715
11716 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11717
11718         * src/SDCCglue.c: test, if win32api is available for MINGW
11719
11720 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11721
11722         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11723         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11724         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11725         * support/regression/ports/host/spec.mk: removed GENERIC
11726         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11727         * support/regression/ports/z80/spec.mk: removed GENERIC
11728
11729 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11730
11731         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11732
11733         * support/regression/tests/bug-467035.c: Created.
11734
11735 2001-10-01    <johan AT FRIJA>
11736
11737         * src/SDCC.y: fixed bug #466586 part 1
11738
11739 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11740
11741         * SDCCicode.c: z80 has no generic pointers
11742         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11743
11744 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11745
11746         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11747
11748 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11749
11750         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11751
11752         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11753
11754 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11755
11756         * configure.in: Fixed up so that ucsim is only configured once.
11757
11758         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11759
11760         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11761         (getPathDifference): As above.
11762
11763         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11764
11765         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11766
11767 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11768         * .version: Updated to 2.3.1
11769
11770         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11771         Added copyright header.
11772
11773         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11774         (assemble): Added support for macro based assembler commands.
11775         (linkEdit): Added support for macro based linker commands.
11776         (preProcess): Changed the pre-processor to use macros.
11777         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11778         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11779
11780         * device/lib/z80/crt0.s: Added module name for debugging.
11781
11782 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11783
11784         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11785
11786         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11787
11788         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11789
11790         * src/Makefile.in: Added SDCCmacro and SDCCutil
11791
11792 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11793
11794         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11795
11796 2001-09-16    <johan AT FRIJA>
11797
11798         * 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.
11799
11800 2001-09-15    <johan AT FRIJA>
11801
11802         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11803         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11804
11805 2001-09-11    <johan AT FRIJA>
11806
11807         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11808
11809 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11810
11811         * support/regression/tests/bug-460444.c: Added test case.
11812
11813         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11814         (genCast): Added justification for all of the asserts.
11815
11816 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11817
11818         * support/regression/support.c: _xdata replaced by xdata
11819
11820         * support/regression/spec.mk: removed _generic
11821
11822 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11823
11824         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11825
11826         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11827         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11828
11829         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11830
11831         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11832
11833         * support/regression/tests/bug-460010.c: Added test case.
11834
11835         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11836
11837 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11838
11839         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11840
11841         * support/regression/testfwk.c: removed workaround for bug #436344
11842
11843         * support/regression/tests/bp.c: use less memory with mcs51
11844
11845         * support/regression/tests/bug-441448.c: use less memory
11846
11847         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11848
11849         * support/regression/collate-results.py: typo
11850
11851 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11852
11853         * support/regression/tests/fetchoverlap.c: Added new test case.
11854
11855         * support/regression/tests/bp.c: Added new test case.
11856
11857         * support/regression/tests/bug-448984.c: Added new test case.
11858
11859         * support/regression/tests/pow2shifts.c: Added new test case.
11860
11861         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11862         (genlshTwo): Fixed right shift for count > 8.
11863
11864         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11865
11866 2001-09-08    <johan AT FRIJA>
11867
11868         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11869
11870 2001-09-07    <johan AT FRIJA>
11871
11872         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11873
11874         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11875
11876 2001-09-06    <johan AT FRIJA>
11877
11878         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11879         * bernhard noted me at this: "() equals to (void)" (1.38)
11880
11881 2001-09-05    <johan AT FRIJA>
11882
11883         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11884
11885 2001-09-04    <johan AT FRIJA>
11886
11887         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11888
11889
11890 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11891
11892         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11893
11894 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11895
11896         * link/z80/aslink.h: Fixed path for PATH_MAX
11897
11898 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11899
11900         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11901
11902         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11903
11904         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11905
11906         * 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.
11907
11908 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11909
11910         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11911         (genCmp): Fixed up genCmp for the GB with longs.
11912
11913         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11914
11915         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11916
11917         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11918
11919         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11920
11921 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11922
11923         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11924
11925 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11926
11927         * 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.
11928
11929         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11930
11931 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11932
11933         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11934
11935         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11936
11937 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11938
11939   * sim/ucsim/configure:    little improvement of Cygwin-detection
11940   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11941   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11942   * support/regression/tests/bug-221100.c: small changes for mcs51
11943   * support/regression/tests/bug-221168.c: small changes for mcs51
11944   * support/regression/tests/bug-227710.c: small changes for mcs51
11945   * support/regression/tests/staticinit.c: small changes for mcs51
11946   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11947   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11948   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11949
11950 $Revision$