* src/pic/device.c (addMemRange,assignRegister): suppress verbose
[fw/sdcc] / ChangeLog
1 2006-07-20 Raphael Neider <rneider AT web.de>
2
3         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
4           output unless SDCCPICDEBUG is set
5         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
6           output if SILENT is set
7
8 2006-07-11 Borut Razem <borut.razem AT siol.net>
9
10         * doc/README.txt: updated
11
12 2006-07-10 Borut Razem <borut.razem AT siol.net>
13
14         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
15           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
16           in WIN32 installation
17         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
18           release candidate 1
19
20 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
21
22         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
23         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
24
25 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
28
29 2006-07-06 Borut Razem <borut.razem AT siol.net>
30
31         * support/regression/tests/bitfields.c:
32           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
33         * support/regression/tests/constantRange.c:
34           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
35
36 2006-07-04 Borut Razem <borut.razem AT siol.net>
37
38         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
39           src/port.mk,
40           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
41           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
42           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
43           reverted changes from 2006-07-03
44         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
45         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
46           added CPPFLAGS, used by the host port
47
48 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
49
50         * support/regression/valdiag/tests/switch.c,
51         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
52         * support/regression/tests/libmullong.c: fixed for host
53         * support/regression/ports/host/spec.mk: disable all warnings for host,
54         SDCC runs with --less-pedantic too
55
56 2006-07-03 Borut Razem <borut.razem AT siol.net>
57
58         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
59           defined CPPFLAGS
60         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
61         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
62           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
63           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
64           include ../port.mk
65         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
66           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
67           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
68           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
69
70 2006-07-02 Raphael Neider <rneider AT web.de>
71
72         * src/pic16/devices.inc,
73         * device/include/pic16/pic18fregs.h,
74         * device/include/pic16/pic18f4550.h,
75         * device/lib/pic16/pics.all,
76         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
77
78 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
79
80         * as/hc08/lkaomf51.c (OutputName),
81         * as/mcs51/lkaomf51.c (OutputName),
82         * as/z80/asmain.c (asmbl),
83         * src/ds390/main.c (asmLineNodeFromLineNode),
84         * src/hc08/ralloc.c (hc08_assignRegisters),
85         * src/mcs51/main.c (asmLineNodeFromLineNode),
86         * src/xa51/ralloc.c (checkRegMask),
87         * src/xa51/gen.c (emitcode),
88         * src/z80/gen.c (_emit2),
89         * src/SDCCast.c (searchLitOp),
90         * src/SDCCglobl.h,
91         * support/packihx/packihx.c,
92         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
93         * src/ds390/gen.c (aopPutUsesAcc),
94         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
95         * support/regression/tests/libmullong.c (mullong_wrapper),
96         * src/SDCCsymt.c (powof2),
97         * src/SDCCast.c,
98         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
99         * src/SDCCsymt.h: added TYPE_TARGET_*
100         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
101         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
102         SDCCast because 1) header problems 2) this is the right place
103         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
104         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
105         prototype
106
107 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
108
109         * src/SDCCicode.h: removed buggy semicolon in unused macro
110         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
111         search for previous definiton of auto symbols too,
112         (findPrevUse): fixed logic of emitWarnings
113
114 2006-06-26 Raphael Neider <rneider AT web.de>
115
116         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
117           PCLATH and PCLATU on interrupts, potentially fixes #1505141
118
119 2006-06-25 Raphael Neider <rneider AT web.de>
120
121         * device/lib/pic/libm: NEW, added math library functions
122         * device/lib/pic/libsdcc: NEW; added float support functions
123         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
124         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
125           NEW, added math related headers
126         * device/include/asm/pic/features.h: NEW
127         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
128           (popGet): allow larger offsets for AOP_PCODE,
129           (genDataPointerSet): handle literals explicitly, more debug output,
130           (genAssign): fixed for float using aopLiteral ;-)
131         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
132           GOTO initialisation routine
133         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
134           flag on registers, fixes #1469043 (local variables do not work)
135         * src/pic/main.c (_pic14_do_link),
136         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
137           available
138
139 2006-06-25 Borut Razem <borut.razem AT siol.net>
140
141         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
142           characters printed (not including the trailing '\0' used to end
143           output to strings). Problem detected in regression test bug-927659.c.
144           NOTE: printf() family functions should return int instead
145           unsigned int!
146         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
147           specifier are printed as themselves
148         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
149           support flags, width and precision specifiers
150
151 2006-06-24 Borut Razem <borut.razem AT siol.net>
152
153         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
154           to the list of sdcc tagrets not supporting bit type
155         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
156           testfor pic16 due to bug:
157           [ 1511794 ] pic16: regression test bug-895992.c fails
158
159 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
162         * src/SDCCglue.c (initPointer), fixed bug 1496419
163         * support/regression/tests/bug1496419.c: new, added
164
165 2006-06-22 Borut Razem <borut.razem AT siol.net>
166
167         * support/regression/ports/pic16/support.c: use gpsim usart module from
168           libgpsim_modules library
169
170 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
171
172         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
173         IP0H to IPH0.
174
175 2006-06-19 Raphael Neider <rneider AT web.de>
176
177         * src/pic/glue.h,src/pic16/glue.h: added prototypes
178         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
179           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
180           (pic14printExterns,pic14printPublics,pic16printPublics,
181           pic16_printExterns): use new functions to emit symbols
182           (picglue,pic16glue): emit publics before emitting externs
183         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
184           locally defined functions to avoid bug #1443651
185         * support/regression/tests/bug-716242.c: removed pic16 workaround
186         * support/regression/ports/pic16/spec.mk: ignore errors during build
187
188 2006-06-19 Raphael Neider <rneider AT web.de>
189
190         * src/pic/glue.h: added pic14aopLiteral prototype
191         * src/pic/glue.c (pic14aopLiteral): return unsigned int
192         * src/pic/gen.c: removed stdint.h dependency
193           (aopGet): use Safe_strdup()
194           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
195           (genDataPointerSet): use pic14aopLiteral()
196         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
197           for pic16; thanks to Bernhard and Maarten
198
199 2006-06-18 Borut Razem <borut.razem AT siol.net>
200
201         * support/regression/tests/structflexarray.c: flexible array members
202           not supported by gcc < 3
203         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
204           GUI tool by default
205         * src/pic/gen.c: don't include [p]strdin.h on solaris
206         * support/Util/pstdint.h: addad svn attributes
207         * support/regression/tests/constantRange.c,
208           support/regression/tests/rotate.c: include inttypes.h instead
209           stdint.h on solaris, addad svn attributes
210
211 2006-06-18 Raphael Neider <rneider AT web.de>
212
213         * src/SDCCsymt.c (initCSupport): change return type of divschar to
214           int for PIC16
215         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
216           (pic16_genMinusBits): simplified sign-extension
217           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
218             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
219             adjusted to correctly handle mixed-signed operands, disabled
220             now unused multiplciation routines
221         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
222           (assignResultValue): added argument denoting the size of the result
223             as returned by the function (fixes upcasts in assigning from
224             function calls: char foo(); int i = foo();)
225           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
226             function result to assignResultValue
227           (genMult): disabled inlined multiplication code
228           (genDiv): augmented to also handle the modulus operator, fixed to
229             handle mixed-signed operands correctly
230           (genMod): simply call genDiv, disabled unused code
231           (genAssign): fixed missing (sign-)extension on result
232         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
233             valid char operands, allow signed operands for native code, added
234             division and modulo operator handling
235         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
236
237         As a consequence, onebyte.c (if split into two files) and muldiv.c
238         pass regression tests.
239
240 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
241
242         * doc/Makefile.in: two runs of makeindex seem needed to get
243         correct page references in the index of sdccman.pdf
244         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
245
246 2006-06-17 Borut Razem <borut.razem AT siol.net>
247
248         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
249
250 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
251
252         * doc/sdccman.lyx: updated, added (porting source code, debugging),
253         mentioned ec2drv and paulmon
254
255 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
258           consecutive abs areas
259           (find_empty_space, allocate_space): added map to handle codemap or
260            xdatamap,
261           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
262            absolute idata and xdata
263         * as/mcs51/lkmem.c (summary2): updated legend
264
265 2006-06-16 Raphael Neider <rneider AT web.de>
266
267         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
268
269 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
270
271         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
272           1208515
273         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
274
275 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
276
277         * src/port.h (struct PORT): added field gp_tags, to hold the tag
278         value of generic pointers,
279         * src/avr/main.c,
280           src/ds390/main.c,
281           src/hc08/main.c,
282           src/izt/i186.c,
283           src/izt/tlcs900h.c,
284           src/mcs51/main.c,
285           src/pic/main.c,
286           src/pic16/main.c,
287           src/xa51/main.c,
288           src/z80/main.c: PORT structure, added elements for gp_tags field,
289         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
290         fields in the PORT structure of each port,
291         * src/SDCCast.c (decorateType): allow processing of generic pointers
292         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
293         S_FIXED symbols
294
295 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
296
297         * link/z80/lkgb.c,
298         * link/z80/lkgg.c,
299         * src/pic16/gen.c,
300         * src/pic16/main.c,
301         * src/pic16/pcode.c,
302         * src/pic/main.c,
303         * src/pic/pcoderegs.c,
304         * src/SDCCicode.c,
305         * src/SDCCmain.c,
306         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
307           bug 1504689 on minGW
308
309 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
310
311         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
312
313 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
314
315         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
316
317 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
318
319         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
320           for optimization
321
322 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
323
324         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
325         to a char variable. Fixed bug #1504211
326         * device/include/pic16/adc.h,
327         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
328         and fixed bug #1364390
329
330 2006-06-10 Borut Razem <borut.razem AT siol.net>
331
332         * CVSROOT: removed the CVS left-over
333
334 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
335
336         * as/hc08/asmain.c (asexit),
337         * as/hc08/lkmain.c (lkexit),
338         * as/mcs51/asmain.c (asexit),
339         * as/mcs51/lkmain.c (lkexit),
340         * src/SDCCglue.c (DEFSETFUNC),
341         * src/SDCCmain.c (linkEdit, assemble),
342         * support/librarian/sdcclib.c (AddRel),
343           replaced unlink() by standard C remove()
344         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
345         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
346           gatherImplicitVariables): new, added to fix bug 608752,
347           (createFunction): added gatherImplicitVariables()
348         * src/SDCCast.h: added createRMW prototype
349         * src/SDCCsymt.h (struct symbol): added infertype
350         * support/regression/tests/bug608752.c: new, added
351
352 2006-06-10 Raphael Neider <rneider AT web.de>
353
354         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
355           multibyte dummy reads (fixes #1503234)
356
357 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
358
359         * device/include/mcs51/compiler.h: new, added header file to enable
360           creating common sfr definition header files for different compilers
361
362 2006-06-05 Raphael Neider <rneider AT web.de>
363
364         * src/pic16/{pcode.h,genarith.c}:
365           introduced pCodeOp combining any two pCodeOps (previously only
366           two register operands could be combined), removed pcop2 from
367           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
368         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
369         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
370           rewritten to use new PO_TWO_OPS
371         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
372         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
373           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
374           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
375           (pic16_get_op): embraced return arg to allow #define return(x),
376             added new case for combined opcodes
377           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
378           (pic16_pCode2str,pic16_getRegFrompCodeOp,
379            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
380
381 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
382
383         * src/SDCCval.c (checkConstantRange): added
384         * src/SDCCval.h: added checkConstantRange
385         * support/Util/SDCCerr.c,
386         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
387         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
388         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
389         * src/SDCCast.c (decorateType): added checkConstantRange,
390         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
391         can be emitted with the correct always true/false warning,
392         added optimization for double '!';
393         result of decorateType() must be assigned back to the tree, because
394         decorateType() can change the tree
395         * src/SDCCicode.c (geniCodeLogic),
396         (geniCodeAssign): replaced new checkConstantRange, added warnings,
397         (checkConstantRange): removed, it was only a fragment which never
398         emitted a warning
399         * src/SDCCsymt.c (computeType): fixed promotion for
400         "-1 < (unsigned bit) b"
401         * src/pic/ralloc.c (packRegsForAssign),
402         * src/pic16/ralloc.c (packRegsForAssign),
403         * src/hc08/ralloc.c (packRegsForAssign),
404         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
405         from mcs51
406         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
407         * support/regression/tests/constantRange.c: added
408         * support/valdiag/tests/constantRange.c: added
409         * support/valdiag/valdiag.py: added -DPORT_HOST=1
410
411 2006-06-02 Borut Razem <borut.razem AT siol.net>
412
413         * support/regression/ports/pic16/support.c: increase stack size
414           to 255 bytes
415         * support/regression/Makefile.in: sort tests by name so that the
416           resutlts can be compared on different machines / platforms
417
418 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
421         * src/ds390/gen.c (emitLabel): new, added,
422           (genDjnz): fixed stack overflow bug,
423           (throughout): cosmetic changes to sync with mcs51/gen.c,
424           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
425         * src/mcs51/gen.c (genEndFunction): small optimization,
426           (throughout): cosmetic changes to sync with ds390/gen.c
427
428 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
429
430         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
431           (_print_format): fixed printing pointers
432         * src/mcs51/gen.c (emitLabel, movb): new, added,
433           (genAssign): small optimization,
434           (genDjnz): fixed stack overflow bug,
435           (throughout): replaced sprintf with SNPRINTF,
436           replaced mcs51_regWithIdx with REG_WITH_INDEX,
437           replaced emitcode("mov", "b,...") with MOVB(...),
438           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
439           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
440         * src/mcs51/peeph.def: added rules 140 and 264
441         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
442           so they may get optimized into registers
443
444 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
447           immediately when encountered,
448           (printUsage): always use stderr even on windows
449
450 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
451
452         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
453         (processParms): fixed bug #1247551
454         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
455         parseCmdLine, main): print '--version' to stdout,
456         print 'help' to stdout if --help is given,
457         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
458         arguments are given; fixed --help
459
460 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
461
462         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
463         * support/regression/tests/bug-1493710.c: added
464
465 2006-05-27 Borut Razem <borut.razem AT siol.net>
466
467         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
468           static instead auto
469         * support/regression/ports/pic16/support.c: increase stack size
470           from default 64 bytes to 128 bytes
471         * support/regression/tests/staticinit.c,
472           support/regression/tests/float.c: regression tests fully enabled
473           for pic16 port by putting the initialized data arrays into the code
474           section
475         * support/regression/ports/pic16/spec.mk: don't link default libraries.
476           This was changed by mistake in the previous version.
477
478 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
479
480         * src/pic16/gen.c (genFunction, genEndFunction): some
481         beautifications, fixed bug with falsely restoring FSR2 in large
482         stack model, thanks to Beau E. Cox for reporting the bug
483
484 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
485
486         * debugger/mcs51/break.c,
487         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
488           use %p to print pointers, made address variables unsigned
489         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
490         * debugger/mcs51/symtab.c (parseSymbol): must return something
491         * src/mcs51/gen.c (aopForSym): small optimization,
492            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
493           (freeAsmop): added missing break,
494           (aopPut): removed parameter bvolatile, determine it inside the function,
495           (saveRegisters, unsaveRegisters): small optimization,
496           (genIpush): removed pointless check,
497           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
498           replaced sprintf with SNPRINTF,
499           replaced strcpy with strncpyz,
500           updated aopPut calls,
501           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
502         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
503
504 2006-05-24 Borut Razem <borut.razem AT siol.net>
505
506         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
507           modification of test for the pic16 port, put the array to the code
508           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
509
510 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
511
512         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
513         * support/Util/pstdint.h: added
514
515 2006-05-22 Borut Razem <borut.razem AT siol.net>
516
517         * src/regression/Makefile: removed bool2.c test, added -q linker option
518         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
519           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
520           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
521           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
522           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
523           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
524           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
525           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
526           define SUPPORT_BIT_TYPES 0, removed unused bit variables
527
528 2006-05-22 Raphael Neider <rneider AT web.de>
529
530         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
531           bug #1492360 (problematic due to generic pointers, see code)
532
533 2006-05-22 Borut Razem <borut.razem AT siol.net>
534
535         * support/regression/ports/pic16/specs.mk: removed stack size linker
536           directive
537         * support/regression/tests/array.c,
538           support/regression/tests/bitopcse.c,
539           support/regression/tests/bug-908454.c,
540           support/regression/tests/malloc.c: modified for pic16 regression test
541         * support/regression/tests/bitfields.c:
542           pic16 - excluded bitfileds of size > 8
543         * support/regression/tests/bp.c: pic16 - reduced data size
544         * support/regression/tests/bug-221100.c: pic16 - reduced data size
545         * support/regression/tests/bug-460010.c:
546           pic16 - used the absolute address the fits in memory
547         * support/regression/tests/bug-716242.c:
548           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
549         * support/regression/tests/float.c:
550           pic16 - excluded - data size too big
551         * support/regression/tests/onebyte.c:
552           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
553         * support/regression/tests/shifts.c:
554           pic16 - function names probably have to differ in first X characters
555           (gpasm limitation?)
556         * support/regression/tests/staticinit.c:
557           pic16 - excluded some tests due error: no target memory available for
558           section ".idata"
559
560 2006-05-22 Borut Razem <borut.razem AT siol.net>
561
562         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
563           second try. Thanks Stas Sergeev once more.
564
565 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
566
567         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
568           (genLeftShift, genRightShift): fixed bug 1491627
569         * src/hc08/peeph.def (rules 7, 8.x): added
570         * support/regression/tests/shifts.c (ShiftLeftByParam,
571           ShiftRightByParam, testShiftByParam): added to test variable shifting
572
573 2006-05-20 Raphael Neider <rneider AT web.de>
574
575         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
576         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
577           (allocReg): add only new registers to dynAllocRegs,
578           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
579             #1489055, #1445850, and probably #1483693
580
581 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
582
583         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
584         bug in for-loop that didn't emit the last of CONFIG and ID registers
585
586 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
589           with offset
590         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
591           1489016, 1434401 and 1490124
592         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
593           1489016, 1434401 and 1490124
594
595 2006-05-17 Borut Razem <borut.razem AT siol.net>
596
597         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
598           thanks Stas Sergeev
599
600 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * device/include/mcs51/P89c51RD2.h,
603         * device/include/mcs51/P89LPC901.h,
604         * device/include/mcs51/P89LPC922.h,
605         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
606
607 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
608
609         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
610         to fix missing stack pragma in compiled binary object file,
611
612 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
613
614         * support/packihx/configure.in,
615         * support/packihx/configure: removed warning, autoconf >= 2.5x can
616         determine sizeof basic types even while cross compiling
617
618 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
619
620         * src/avr/gen.c (aopop),
621         * src/ds390/gen.c (aopOp),
622         * src/hc08/gen.c (aopOp),
623         * src/mcs51/gen.c (aopop),
624         * src/pic16/gen.c (pic16_aopOp),
625         * src/pic/gen.c (aopOp),
626         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
627         if size of operand is smaller than spill location
628
629 2006-05-12 Borut Razem <borut.razem AT siol.net>
630
631         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
632           have to have CR/LF line endings even if they are checked out on *nix
633           or on WIN32 in cygwin binmode
634
635 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
636
637         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
638         * device/include/ds80c390.h: added sfr16 definitions
639         * src/ds390/gen.c,
640         * src/ds390/gen.h,
641         * src/ds390/main.c,
642         * src/ds390/ralloc.c,
643         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
644           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
645           bit returning functions
646         * support/regression/tests/sfr16.c: enabled test on ds390
647
648 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
649
650         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
651         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
652
653 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
656         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
657           (cl_address_space constructor): removed expensive initialization,
658           (cl_address_space::get_cell): extended for late initialization,
659           (cl_address_space::*): use late initialization,
660           (cl_address_decoder::activate): removed expensive initialization,
661           This reduced regression test running time by 25%
662
663 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
664
665         * packihx/,
666         * configure.in,
667         * configure,
668         * sdcc.dsw,
669         * Makefile.bcc,
670         * Makefile.in,
671         * support/packihx/Makefile.in,
672         * support/packihx/clean.mk,
673         * support/packihx/Makefile.bcc,
674         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
675
676 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
677
678         * src/SDCCval.c (valNot): fix for regression test failure
679           of not.c on big endian hosts
680
681 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
684
685 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
686
687         * device/lib/mcs51/Makefile.in: changed string comparison operator
688           to = for POSIX compliance; == is bash extension
689
690 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
691
692         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
693           kosmonaut_pirx
694
695 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
696
697         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
698         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
699         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
700         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
701         bug report #1478657,
702
703 2006-05-05 Borut Razem <borut.razem AT siol.net>
704
705         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
706           making the html
707
708 2006-05-02 Borut Razem <borut.razem AT siol.net>
709
710         * doc/Makefile.in: removed *.ind dependency since there is no rule to
711           create *.ind, which made make to fail if invoked with -j 2
712
713 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
714
715         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
716           Hubert Sack for patch 1479782
717
718 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
719
720         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
721
722 2006-05-01 Raphael Neider <rneider AT web.de>
723
724         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
725           (create_pic): store only prefix-free device name,
726           (init_pic): check for device names with "16" prefix,
727           (list_valid_pics),
728         * src/pic/device.h (struct PIC_device),
729         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
730             stored device name,
731         * device/include/pic/pic12f{635,675,629,683}.h,
732         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
733         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
734         * device/include/pic/pic16f505.h,
735         * device/lib/pic/libdev/pic16f505.c: removed
736         * device/include/pic/pic14devices.txt: added support for pic12f
737             devices, removed unsupported non 16-bit devices
738             [above changes provided by patch from Zik Saleeba]
739         * src/pic/*, src/pic16/*, device/include/pic16/*,
740           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
741
742 2006-05-01 Borut Razem <borut.razem AT siol.net>
743
744         * configure.in, configure, doc/Makefile.in:
745           sync with nightly build makefile - latex, dvipdf and dvips
746           not needed any more
747
748 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
749
750         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
751         in the library source
752
753 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
754
755         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
756
757 2006-04-28 Raphael Neider <rneider AT web.de>
758
759         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
760         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
761           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
762         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
763
764 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
765
766         * device/lib/pic/libdev/Makefile.in,
767         * device/lib/hc08/Makefile.in,
768         * device/lib/gbz80/Makefile.in,
769         * device/lib/z80/Makefile.in,
770         * device/lib/ds390/Makefile.in,
771         * device/lib/ds400/Makefile.in: added srcdir to include search path,
772         thanks to Borut for the bug report
773         * configure.in,
774         * configure: always create doc/Makefile independent from --enable-doc
775         * Makefile.in: always install from directory doc independent from
776         --enable-doc
777         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
778         removed
779         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
780         * doc/Makefile.in: install *.txt if present
781         * device/include/Makefile.in (install): added installation of pic/*.inc
782         and pic/*.txt files again, they were erroneously removed
783
784 2006-04-28 Raphael Neider <rneider AT web.de>
785
786         * src/pic/{gen.c,main.h,pcode.c},
787         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
788             concerning signedness with casts
789
790 2006-04-28 Raphael Neider <rneider AT web.de>
791
792         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
793             definition of an interrupt handler,
794         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
795             interrupt handler stuff from picglue() to separate routine,
796           (picglue): enabled definition of intr handlers in files w/o main()
797
798 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
799
800         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
801           compilation with MSVC 2005 Express Edition (VC8)
802
803 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
804
805         * device/lib/Makefile: fixed build of gbz80 lib
806
807 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
808
809         * support/regression/tests/bug-460010.c,
810         * support/regression/tests/bug-524691.c,
811         * support/regression/tests/bug-716242.c: removed conditional defines
812           that are already in testfwk.h
813
814 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
815
816         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
817           (AccAXRsh1): added, shift right by 1,
818           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
819            AccAXLrl1
820         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
821
822 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
823
824         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
825         remove cast to same type
826         * src/SDCCast.c (decorateType): fix for RFE 1475742,
827         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
828         * as/z80/Makefile,
829         * link/z80/Makefile: removed, they have moved to
830         Makefile.in files
831         * configure,
832         * configure.in: replaced duplicate message about ucsim by missing sdcpp
833         * install-sh: fix bug #1204398 by setting umask 0022
834         * device/lib/Makefile: separate build of z80 and gbz80 lib
835
836 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
837
838         Enabled VPATH feature: changed nearly all Makefiles (149 files).
839         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
840
841         One basic decision: e.g. src/clean.mk includes further files. In order
842         to make this work there are two solutions:
843         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
844           run configure on them. This way they can use
845           'include $(srcdir)/port-clean.mk'
846         - always include clean.mk by the Makefile at the same level. To avoid
847           that `make clean` tries to include and build Makefile.dep the
848           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
849           implemented, because now even `make uninstall` doesn't create
850           Makefile.in. clean.mk could be eliminated by pasting it in
851           Makefile.in.
852
853         * debugger/mcs51/Makefile.in: build own objects from library sources
854         (SLIB, SDCC) in current directory
855
856         * configure, configure.in: renamed --disable-device-lib-build in
857         --disable-device-lib; added --enable-doc, the required tools are
858         searched by configure; added result message; the toolchain for the
859         belonging ports are now only built, if the port is enabled.
860
861         * support/regression/*: all output is written in directory gen, because
862         the fwk and ports directories don't livet in the build tree using vpath
863
864         * doc/sdccman.lyx: renamed --disable-device-lib-build to
865         --disable-device-lib, added --enable-doc, added section VPATH
866
867         * sim/ucsim/configure.in,
868         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
869         z80 are enabled by default
870
871 2006-04-24 Raphael Neider <rneider AT web.de>
872
873         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
874             to config word, "pic14_"-prefixed some extern functions
875           (pic14_emitConfigWord): emit __config directive(s) if assignment to
876             config word has been found
877         * src/pic/device.h: added prototypes
878         * src/pic/pcode.c: added "pic14_"-prefix where needed
879         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
880             fixup
881         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
882             words,
883           (pic14emitRegularMap): ignore config words,
884           (pic14createInterruptVect): moved generating __config directives away
885           (picglue): have __config directives emitted
886
887 2006-04-24 Borut Razem <borut.razem AT siol.net>
888
889         * doc/Makefile: sync with nightly build makefile
890
891 2006-04-24 Raphael Neider <rneider AT web.de>
892
893         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
894             registers that have not been assigned proper liveranges,
895             fixes #1469504 and #1474602,
896           (pCodeRegOptimizeRegUsage): fixed typo in comment
897
898 2006-04-24 Borut Razem <borut.razem AT siol.net>
899
900         * device/examples/main8051.c: deleted - it was removed from CVS
901           24.mar.2000 and after that modified 18.feb.2001, so it reappered
902           after the transition to Subversion
903         * src/SDCCalloc.h: deleted - it was removed  from CVS
904           3.feb.2001 and after that modified 18.feb.2001, so it reappered
905           after the transition to Subversion
906         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
907           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
908           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
909           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
910
911 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
912
913         * as/asx8051.dsp: added mcs51/strcmpi.h
914         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
915         * as/hc08/aslink.h: updated lnksect prototype
916         * as/hc08/asm.h,
917         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
918         * as/hc08/asmain.c,
919         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
920           (newdot): handle A_ABS
921         * as/hc08/asout.c,
922         * as/mcs51/asout.c (outarea): output address
923         * as/hc08/lkaomf51.c,
924         * as/mcs51/lkaomf51.c: disabled unused array UsageType
925         * as/hc08/m08pst.c,
926         * as/mcs51/i51pst.c,
927         * as/z80/z80pst.c: "ABS" is not A_OVR
928         * as/hc08/lkarea.c (newarea): read a_addr,
929           (lnkarea): added codemap array, sort absolute areas to the front,
930            combine all GSINITx/GSFINAL,
931           (find_empty_space, allocate_space): new functions,
932           (lnksect): return next address, handle absolute sections
933         * as/mcs51/lkarea.c (newarea): read a_addr,
934           lnksect2 prototype changed,
935           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
936           (find_empty_space, allocate_space): new, factored out of lnksect2,
937           (lnksect2): return next address, handle absolute sections
938         * as/hc08/lkhead.c,
939         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
940         * as/hc08/lklibr.c (addfile, fndsym),
941         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
942           index out of range and detect both '\' and '/'
943         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
944         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
945           regression tests (ds390 cannot return bool yet)
946         * doc/sdccman.lyx: changed version number, document changed --no-peep,
947           document critical interrupts on z80, document changed SDCC define
948         * src/asm.c (_asxxxx_mapping): fixed .org directive,
949           (_a390_mapping): added .org directive
950         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
951           (genMultOneByte): fixed warnings
952         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
953           ones
954         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
955         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
956           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
957         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
958         * src/pic16/main.c: removed newReg prototype
959         * src/pic16/pcode.c,
960         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
961           warnings
962         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
963           ones
964         * src/pic16/ralloc.c
965         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
966           to fix warnings
967         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
968           from short to PIC_OPTYPE
969         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
970         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
971           optype from short to PIC_OPTYPE
972         * src/port.h: made int_size unsigned to fix warnings
973         * src/SDCC.y: fixed warning on MSVC
974         * src/SDCCicode.c (getArraySizePtr): return unsigned int
975         * src/SDCCopt.c (convertToFcall): fixed warnings
976         * src/SDCCsymt.h: removed double prototype for genSymName
977         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
978           offset int to fix warnings
979
980 2006-04-22 Borut Razem <borut.razem AT siol.net>
981
982         * doc/sdccman.lyx, */Makefile, */Makefile.in:
983           references to CVS replaced with Subversion
984
985 2006-04-21 Borut Razem <borut.razem AT siol.net>
986
987         * doc/sdccman.lyx, */Makefile, */Makefile.in:
988           references to CVS replaced with Subversion
989
990 2006-04-19 Borut Razem <borut.razem AT siol.net>
991
992         * src/version.awk: adapted for svn
993         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
994           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
995           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
996           /binutils-avr/etc/*.vi, *.jin: removed all properties
997           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
998
999 2006-04-19 Borut Razem <borut.razem AT siol.net>
1000
1001         * CVS to Subversion migration completed
1002
1003 2006-04-18 Borut Razem <borut.razem AT siol.net>
1004
1005         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1006           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1007
1008 2006-04-17 Borut Razem <borut.razem AT siol.net>
1009
1010         * device/include/Makefile.in: added pic/*.inc to the installation
1011
1012 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1013
1014         * support/regression/collate-results.py: fixed output in case of
1015         a valdiag error
1016         * support/regression/generate-cases.py: fixed splitting of pathnames
1017         with dots
1018         * as/hc08/lklibr.c (addfile),
1019         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1020
1021 2006-04-11 Raphael Neider <rneider AT web.de>
1022
1023         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1024         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1025         * src/pic16/pcode.c (assignValnums): fixed #1460578
1026
1027 2006-04-11 Raphael Neider <rneider AT web.de>
1028
1029         * device/lib/pic/libdev/*.c,
1030         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1031           fixes #1468739, enables compilation in --std-c99 mode
1032         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1033
1034 2006-04-11 Raphael Neider <rneider AT web.de>
1035
1036         * src/pic/device.c (find_device): removed debug output
1037           (list_valid_pics): enabled verbose listing of supported devices
1038         * device/include/stdbool.h: define bool as char for pic14/16 as well
1039
1040 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1041
1042         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1043
1044 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1045
1046         * .version: bumped version to 2.5.6
1047         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1048
1049 2006-04-06 Raphael Neider <rneider AT web.de>
1050
1051         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1052         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1053         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1054           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1055             pic14_constructAbsMap
1056           (pic14printPublics): declare absolute global symbols as global
1057           (pic14createInterruptVect),
1058         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1059           (newReg): assume new registers unused, use correct name in
1060             hashtable (reg->name instead of name), more debugLog output
1061         * src/pic/device.h (PIC_device): added fields for verbose output
1062         * src/pic/device.c: moved device definition to pic14devices.txt,
1063             added routines for runtime parsing of pic14devices.txt,
1064             added support for second config word
1065         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1066           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1067           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1068           (_pic14_parseOptions): moved pCodeInitRegisters here
1069           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1070         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1071           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1072             handling the pseudo stack
1073         * device/lib/Makefile.in: ignore failures in objects-pic16,
1074         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1075         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1076         * device/lib/pic/Makefile.subdir,
1077         * device/lib/pic16/Makefile.subdir: improved clean rules
1078         * device/lib/pic/libdev/: NEW, pic14 device libraries
1079         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1080         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1081         * device/include/Makefile.in: create subdir and install pic14 headers
1082         * device/include/pic/p16f_common.inc: removed unused declarations
1083         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1084             PICs from inc2h.pl v1.6,
1085             replaced BIT_AT macros with struct declarations
1086         * device/include/pic/pic14devices.txt: definition of supported devices,
1087             all above improvements contributed by Zik Saleeba, thanks
1088         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1089         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1090             headers
1091
1092 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1093
1094         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1095         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1096           thanks to Charles Olds
1097
1098 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1099
1100         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1101
1102 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1103
1104         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1105         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1106         * support/regression/bug1464657.c: added, new test
1107
1108 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1109
1110         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1111           version number
1112
1113 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1114
1115         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1116           --no-peep and --peep-file <file> are used don't use default rules but
1117           do use the <file>
1118
1119 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1120
1121         * src/mcs51/gen.c (genCall): fixed bug 1457608
1122
1123 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1124
1125         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1126         changes seem to cause (trigger?) problems with the build system.
1127
1128 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * src/SDCCpeeph.c (operandsLiteral): new, added,
1131           (callFuncByName): inserted operandsLiteral
1132         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1133
1134 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1135
1136         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1137         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1138
1139 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1140
1141         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1142           implemented patch 1120823 Thanks to Willy De la Court (normal
1143           interrupts need an interrupt number now if they are made critical),
1144           and enabled nesting of critical functions though not for gbz80
1145           (genCritical, genEndCritical): added functions
1146           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1147         * src/z80/mappings.i: added "ei" to all mappings
1148
1149 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1150
1151         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1152         submitted by the Debian SDCC maintainer Aurelien Jarno:
1153         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1154         archive with gcc 4.1 on mips and wrote the patch"
1155
1156 2006-03-16 Raphael Neider <rneider AT web.de>
1157
1158         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1159           the left operand is shorter than the result (c* = lit-c* + int),
1160           fixes bug #1450796
1161         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1162           OP_SYMBOL
1163
1164 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1165
1166         * src/.version: increased version number to 2.5.5
1167         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1168         linking is done manually in pic16 port's _linkEdit,
1169         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1170         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1171         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1172         allocate asmop as AOP_ACC,
1173         (aopForRemat): added parameter 'bool result' in function declaration,
1174         (pic16_aopGet): return AOP_ACC when accessing WREG,
1175         (pic16_popGetTempReg): minor modification,
1176         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1177         'pic16_allocWithIdx',
1178         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1179         calling function in absolute addresses,
1180         (genAssign): take into account AOP_ACC asmop,
1181         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1182         * src/pic16/pcoderegs.c: some debug functions and lines added,
1183         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1184         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1185         register too,
1186         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1187         call to allocReg, not by manually allocating a new one,
1188         (pic16_assignRegisters): now before going through the register
1189         allocating functions mark all registers as free. This eliminates some
1190         side effects resulting from peephole parser done earlier in the backbone
1191
1192 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1193
1194         * src/SDCCicode.c (geniCodeLogic),
1195         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1196
1197 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1198
1199         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1200           (genSend): bugfix, do not allocate and free twice,
1201           (shiftRLong): handle partially overlapping aops
1202         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1203
1204 2006-03-08 Borut Razem <borut.razem AT siol.net>
1205
1206         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1207           for pic16
1208
1209 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * support/regression/tests/bug1409955.c: new, added
1212         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1213         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1214           (aopForSym, aopOp): increment asmop.allocated if reused,
1215           (freeAsmop): decrement asmop.allocated and check for zero instead of
1216           using asmop.freed,
1217           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1218           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1219            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1220            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1221            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1222            genSignedRightShift, genRightShift, genDataPointerGet,
1223            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1224            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1225             in reverse order from allocation,
1226           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1227             added swappedLR to keep track
1228         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1229           pdata & code for GCC, z80, gbz80 & hc08
1230         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1231
1232 2006-03-08 Raphael Neider <rneider AT web.de>
1233
1234         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1235
1236 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1237
1238         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1239         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1240         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1241
1242 2006-03-06 Borut Razem <borut.razem AT siol.net>
1243
1244         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1245           made the linker quiet
1246
1247 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1248
1249         * src/pic16/gen.c (genPcall): fixed bug #1443644
1250         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1251         which dumps before the function entry point a data byte which represents
1252         the number of the local variables used by the specified function, added
1253         'xinst' for initial support for Extended Instruction Support,
1254         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1255         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1256         port->fun_prefix anymore (may change later),
1257         (genFunction, genEndFunction): do not store/restore local registers for
1258         _main (this should take care the --main-return command line option in
1259         the future),
1260         (genOr): removed some legacy pic-port instructions,
1261         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1262         performing operations with SFR's causes data to be written more than
1263         once to each SFR. Perhaps SFRs should be handled in special cases...
1264         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1265         pcode.h
1266         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1267         into account for stack starting position,
1268         (struct OPTIONS pic16_optionsTable): added command line argument
1269         --extended or -y for Extended Instruction Support,
1270         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1271         (deassignLRs): *** perhaps the most important change, old 'for' code
1272         (commented out for reference), didn't account for some registers which
1273         were left marked 'not free' after a pointer operation. The change
1274         reduces register usage a lot in some cases
1275
1276 2006-03-04 Borut Razem <borut.razem AT siol.net>
1277
1278         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1279           _clean
1280         * support/regression/tests/bug-524697.c: decreased array size for
1281           mcs51 to fit into the internal RAM
1282         * support/regression/Makefile.in: a little bit more verbose
1283
1284 2006-03-03 Borut Razem <borut.razem AT siol.net>
1285
1286         * support/regression/fwk/lib/testfwk.c,
1287           support/regression/fwk/include/testfwk.h: introduced function
1288           _prints(), nonrecursive _printn(), call _initEmu() from main()
1289         * support/regression/ports/gbz80/support.asm,
1290           support/regression/ports/ucz80/support.asm,
1291           support/regression/ports/z80/support.asm,
1292           support/regression/ports/ds390/support.c,
1293           support/regression/ports/hc08/support.c,
1294           support/regression/ports/host/support.c,
1295           support/regression/ports/mcs51/support.c,
1296           support/regression/ports/xa51/support.c: added empty _initEmu()
1297           function
1298         * support/regression/ports/pic16/gpsim.cmd,
1299           support/regression/ports/pic16/spec.mk,
1300           support/regression/ports/pic16/support.c,
1301           support/regression/Makefile.in: added pic16 regression test
1302
1303 2006-03-01 Raphael Neider <rneider AT web.de>
1304
1305         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1306           genConstPointerGet): use safe way of generating MOVFF to cover
1307             literals as well as registers, fixes bug #1440527
1308         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1309             dereference
1310           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1311             more correctly, fixes bug #1232186
1312           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1313         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1314             gplink guess the correct processor in more cases, applied patch
1315             from Till Riedel attached to and fixing bug #1436552
1316
1317 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1318
1319         * support/regression/tests/array.c: added, contains check for #1434401
1320         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1321
1322 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1325         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1326         * device/include/mcs51/c8051f326.h,
1327         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1328         * device/include/mcs51/c8051f000.h,
1329         * device/include/mcs51/c8051f018.h,
1330         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1331           PCON_IDLE,PCON_STOP and added sfr16 definitions
1332
1333 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1334
1335         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1336           genGetWord): fixed bug 1409955
1337
1338 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1339
1340         * device/include/hc08/mc68hc908gp32.h,
1341         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1342
1343 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1344
1345         * src/SDCCast.c (constExprValue): return NULL if not a value
1346         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1347         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1348         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1349
1350 2006-02-13 Borut Razem <borut.razem AT siol.net>
1351
1352         * src/regression/ptrarg.c: added, fails due to bug #1430967
1353         * src/regression/Makefile: ptrarg.c added, ...
1354
1355 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1358         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1359
1360 2006-02-11 Borut Razem <borut.razem AT siol.net>
1361
1362         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1363           print "Processor: xxx" message to stdout only if --verbose
1364
1365 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1368         * support/regression/tests/bug1426356.c: added
1369         * support/regression/tests/bitfields.c: removed 2 tests
1370
1371 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1372
1373         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1374         * device/include/mcs51/c8051f330.h,
1375         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1376           PCON_IDLE,PCON_STOP and added sfr16 definitions
1377         * device/lib/_divsint.c,
1378         * device/lib/_divuint.c,
1379         * device/lib/_divulong.c,
1380         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1381           register bank bug for small stackauto
1382
1383 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1384
1385         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1386
1387 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1388
1389         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1390         * all.dsp: corrected several bin paths
1391         * device/include/mcs51/c8051f120.h,
1392         * device/include/mcs51/c8051f300.h,
1393         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1394           to PCON_IDLE,PCON_STOP
1395         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1396         * device/lib/printf_large.c (output_float): fixed bug 1388703
1397         * support/regression/tests/bug1057979.c: added test for bug 1388703
1398
1399 2006-02-08 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic/pcode.c (pciTRIS): fixed typo,
1402           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1403           (LinkFlow): fixed handling of flows that end in a call,
1404           (ReuseReg): perform safety check earlier
1405         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1406             to work with flows at the beginning of a pBlock,
1407             fixes #1426557 (Symbol not previously defined),
1408           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1409             usage information
1410           (RemoveUnusedRegisters): update register usage info
1411         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1412             created, reuse existing ones instead
1413         * src/pic/gen.c (genPcall): fixed #1424719
1414
1415 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1416
1417         * link/z80/lkmain.c,
1418         * link/z80/lklex.c,
1419         * link/z80/lkdata.c,
1420         * link/z80/aslink.h: fixed build on current cygwin:
1421         replaced getline() by lk_getline()
1422
1423 2006-02-01 Borut Razem <borut.razem AT siol.net>
1424
1425         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1426           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1427           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1428           src/regression/bool1.c, src/regression/bool2.c,
1429           src/regression/bool3.c, src/regression/call1.c,
1430           src/regression/compare.c, src/regression/compare10.c,
1431           src/regression/compare2.c, src/regression/compare3.c,
1432           src/regression/compare4.c, src/regression/compare5.c,
1433           src/regression/compare6.c, src/regression/compare7.c,
1434           src/regression/compare8.c, src/regression/compare9.c,
1435           src/regression/configword.c, src/regression/for.c,
1436           src/regression/inline.c, src/regression/mult1.c,
1437           src/regression/nestfor.c, src/regression/or1.c,
1438           src/regression/pointer1.c, src/regression/ptrfunc.c,
1439           src/regression/rotate1.c, src/regression/rotate2.c,
1440           src/regression/rotate3.c, src/regression/rotate4.c,
1441           src/regression/rotate5.c, src/regression/rotate6.c,
1442           src/regression/rotate7.c, src/regression/string1.c,
1443           src/regression/struct1.c, src/regression/sub.c,
1444           src/regression/sub2.c, src/regression/switch1.c,
1445           src/regression/while.c, src/regression/xor.c,
1446           src/regression/create_stc, src/regression/simulate,
1447           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1448           regression tests
1449         * src/regression/gpsim_assert.h: added
1450
1451 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1452
1453         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1454         ((void (code *) (void)) 0) ();
1455         * as/hc08/aslex.c,
1456         * as/hc08/aslink.h,
1457         * as/hc08/asm.h,
1458         * as/hc08/asmain.c,
1459         * as/hc08/lkdata.c,
1460         * as/hc08/lklex.c,
1461         * as/hc08/lkmain.c,
1462         * as/mcs51/aslex.c,
1463         * as/mcs51/aslink.h,
1464         * as/mcs51/asm.h,
1465         * as/mcs51/asmain.c,
1466         * as/mcs51/lkdata.c,
1467         * as/mcs51/lklex.c,
1468         * as/mcs51/lkmain.c,
1469         * as/z80/aslex.c,
1470         * as/z80/asm.h,
1471         * as/z80/asmain.c: fixed build on current cygwin:
1472         replaced getline() by as_getline()
1473
1474 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1475
1476         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1477         declarator in the symbol chain
1478         * src/SDCCsymt.h,
1479         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1480         parameter list for function pointers
1481         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1482         * support/regression/tests/bug-716242.c: added
1483
1484 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1485
1486         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1487         offset if possible
1488         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1489
1490 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1491
1492         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1493         inifinitely recurseable, added static
1494         * support/regression/tests/bug-1408066.c: added
1495
1496 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1497
1498         * src/SDCCicode.h,
1499         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1500         renamed, added possibility to create "postLoopLbl"-labels
1501         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1502         newiTempLoopHeaderLabel
1503         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1504         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1505         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1506         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1507         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1508         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1509         (basicInduction): fixed bug #136564, made static,
1510         (loopInduction): changed parameter of basicInduction, made static,
1511         (addPostLoopBlock): added
1512         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1513         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1514         findLoopEndSeq
1515         * support/regression/tests/bug-136564.c: added
1516         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1517         --std-sdcc99 to LIBSDCCFLAGS
1518
1519 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1520
1521         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1522         while loop
1523         * support/regression/tests/bug-1406131.c: added
1524
1525 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1526
1527         * src/SDCCast.c (decorateType): fix promotion of unary minus
1528         * src/SDCCsymt.c (computeType): beautified
1529         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1530         (valUnaryPM, valComplement): fix sign and promotion,
1531         (valNot): ANSI: result type is int (SDCC: unsigned char)
1532         * support/regression/tests/uminus.c: speedup by removing superflous
1533         test case 'int'
1534         * support/regression/tests/onebyte.c: added promotion and signedness
1535         tests for unary minus
1536         * support/regressions/tests/bug-477927.c: disable warning about
1537         uninitialized variables
1538         * support/regression/tests/not.c: added
1539
1540 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1541
1542         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1543         * src/mcs51/gen.c (gen51Code): show final register usage after
1544         fillGaps in asm with --i-code-in-asm
1545         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1546         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1547         incUsed, rliveClear, adjustIChain): made static,
1548         (setFromRange): excluded because it's unused,
1549         (findPrevUseSym, markWholeLoop): added,
1550         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1551         through all branches of predecessors enables sdcc to emit the warning
1552         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1553         (rlivePoint): made static, added parameter emitWarnings which is only
1554         true during the first run out of two,
1555         (findRecursiveSucc, findRecursivePred): removed,
1556         (computeLiveRanges): made static, added parameter emitWarnings,
1557         (dumpIcRlive): added for debugging only
1558         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1559         removed prototype of setFromRange()
1560         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1561         in call of computeLiveRanges()
1562         * support/regression/tests/bug-895992.c: added
1563         * support/regression/tests/bug-971834.c: added
1564         * support/valdiag/tests/bug-895992.c: added
1565         * support/valdiag/tests/bug-971834.c: added
1566
1567 2005-12-18 Raphael Neider <rneider AT web.de>
1568
1569         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1570           (genUnpackBits): improved code for direct operands,
1571           (genPackBits): improved code for literal assignment to bitfields
1572             and for direct destination operands (no FSR indirection),
1573             prevented redundant AND, fixes #1362800,
1574           (AccLsh): added parameter to disable masking of the result
1575         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1576           skip instructions with side-effects (like incfsz),
1577           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1578         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1579         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1580           fixes #1375263
1581
1582 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1583
1584         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1585         volatile variables as spill location
1586
1587 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1588
1589         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1590         replacing literals
1591         * support/regression/tests/bug-1376320.c: added
1592
1593 2005-12-08 Raphael Neider <rneider AT web.de>
1594
1595         * src/pic/device.c: renamed is_shared to pic14_is_shared
1596         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1597         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1598           (is_valid_identifier): added for above workaround
1599
1600 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1601
1602         * device/lib/Makefile.in: fixed to enable port-specific-objects
1603         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1604           char, thanks Hubert Sack
1605         * doc/sdccman.lyx: documented --xstack-loc,
1606           elaborated a bit more on interrupts and pitfalls,
1607           removed "setjmp/longjmp unsupported",
1608           documented some unsupported C99 features
1609         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1610         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1611           if, thanks Hubert Sack
1612         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1613         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1614           make make_library
1615         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1616           regression tests can report resource usage (rfe 700441)
1617         * support/regression/collate-results.py: report resource usage
1618         * support/regression/ports/ds390/spec.mk,
1619         * support/regression/ports/hc08/spec.mk,
1620         * support/regression/ports/mcs51/spec.mk,
1621         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1622         * support/regression/ports/ds390/uCsim.cmd,
1623         * support/regression/ports/hc08/uCsim.cmd,
1624         * support/regression/ports/mcs51/uCsim.cmd,
1625         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1626         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1627           library, use the default one
1628         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1629           building the library
1630
1631 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * config.dsp: added dependency on .version and configure_vc.awk
1634         * device/include/setjmp.h: updated for --stack-auto and --xstack
1635         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1636         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1637         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1638         * device/lib/libsdcc.lib: added _setjmp
1639         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1640           (decorateType): fixed bug 1372851,
1641           (optimizeGetHbit): fixed warning
1642         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1643           array initialisation
1644         * support/regression/tests/bug1057979.c: added test for bug 1358192
1645         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1646
1647 2005-12-03 Borut Razem <borut.razem AT siol.net>
1648
1649         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1650           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1651
1652 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1653
1654         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1655         createIval): implement symbol independant "flexible array member",
1656         (createIvalCharPtr): implemented flexible array initialisation with a
1657         string
1658         * src/SDCCsymt.c (copyStruct): removed,
1659         (getSize): fixed misleading comment,
1660         (getAllocSize): removed, the additional allocation size is now in
1661         sym->flexArrayLength,
1662         (checkStructFlexArray): new, syntax checks for flexible array members,
1663         (compStructSize): added syntax checks for "flexible array members"
1664         (copyStruct): removed,
1665         (copyLinkChain): removed inefficient fix for bug 770487
1666         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1667         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1668         symbol->flexArrayLength
1669         * src/SDCCerr.c,
1670         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1671         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1672         * support/regression/tests/structflexarray.c: added
1673         * support/valdiag/tests/structflexiblearray.c: added
1674
1675 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1676
1677         * src/SDCCast.c (decorateType): fixed bug 1368489
1678         * support/Util/SDCCerr.c,
1679         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1680
1681 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1682
1683         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1684           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1685
1686 2005-11-27 Borut Razem <borut.razem AT siol.net>
1687
1688         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1689           support/cpp2/mkdeps.h: added command line option
1690           -obj-ext=<extension> to SDCPP to define object file externion, used
1691           for generation of make dependencies (-M)
1692         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1693
1694 2005-11-26 Borut Razem <borut.razem AT siol.net>
1695
1696         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1697           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1698           added pic and pic16 libraries
1699
1700 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1701
1702         * device/include/float.h: Corrected typo in prototype of __fsgt
1703
1704 2005-11-25 Borut Razem <borut.razem AT siol.net>
1705
1706         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1707           added creation of model-mcs51-stack-auto libraries
1708
1709 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1710
1711         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1712         and fields-list too
1713         * src/SDCCast.c (createIvalArray): removed obsolete comment
1714
1715 2005-11-24 Borut Razem <borut.razem AT siol.net>
1716
1717         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1718           added missing device/lib/mcs51/crt*.asm sources
1719
1720 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1721
1722         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1723
1724 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1725
1726         * device/lib/_fs2schar.c,
1727         * device/lib/_fs2sint.c,
1728         * device/lib/_fs2slong.c: optimized inline asm
1729
1730 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1731
1732         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1733           Better handling of floats between -1.0 and 0.0.
1734
1735 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1736
1737         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1738           (the missing "if"s prohibited removal of redundant labels)
1739
1740 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1741
1742         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1743           Properly convert floats between -1.0 and 0.0 to long, int, and char
1744           types (max integer value of negative floats tends to zero).
1745         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1746           Removed changes made so to work properly with floats between
1747           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1748           and _fs2char.c
1749
1750 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1751
1752         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1753         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1754         (genCast) cosmetic change
1755         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1756         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1757         from mcs51
1758         * support/regression/tests/bitfields (testSignedBitfields): added
1759
1760 2005-11-18 Borut Razem <borut.razem AT siol.net>
1761
1762         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1763         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1764           introduced SILENT option to make building of pic16 libraries less
1765
1766 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1767
1768         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1769           Now they work properly with floats between -1.0 and 0.0
1770         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1771
1772 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1773
1774         * src/SDCCicode.c (printOperand): added missing else
1775
1776 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1777
1778         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1779         reformatted for better readability
1780         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1781         signed bitfields
1782
1783 2005-11-17 Borut Razem <borut.razem AT siol.net>
1784
1785         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1786           introduced SILENT option to make building of pic16 libraries less
1787           verbose - used for nightly snapshot build
1788         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1789           available on Win32 platforms.
1790         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1791           medium, large, pic and pic16
1792
1793 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1794
1795         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1796           printf("%f"...) sets fraction to zero.
1797
1798 2005-11-16 Raphael Neider <rneider AT web.de>
1799
1800         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1801           fixes #1357221
1802         * src/pic/gen.c (genIfx): implemented for CARRY bit
1803         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1804           to generic pointers, fixes #1357332,
1805           (pic16_movLit2f): NEW,
1806           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1807
1808 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1809
1810         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1811
1812 2005-11-11 Raphael Neider <rneider AT web.de>
1813
1814         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1815         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1816           compute pointer's type from operand,
1817           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1818           improved single bit reads, fixes bug #1353379
1819
1820 2005-11-09 Borut Razem <borut.razem AT siol.net>
1821
1822         * support/scripts/sdcc.nsi: added lib/pic to the package
1823
1824 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1827
1828 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1829
1830         * support/regression/tests/bug1348008.c: added
1831         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1832         * support/regression/tests/bug1337835.c: updated comment
1833
1834 2005-11-06 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/set.cc, sim/ucsim/cmd.src/show.cc:
1841           dynamic construction of cl_error_class and derivates - 2.nd try
1842
1843 2005-11-05 Borut Razem <borut.razem AT siol.net>
1844
1845         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1846           bug, which caused Bus Errors on sparc solaris
1847
1848 2005-11-04 Borut Razem <borut.razem AT siol.net>
1849
1850         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1851           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1852           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1853           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1854           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1855           and derivates to resolve the initialization problem on OSX
1856
1857 2005-11-02 Borut Razem <borut.razem AT siol.net>
1858
1859         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1860           corrected typo - #include <winsock2.h>
1861
1862 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1863
1864         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1865           (_asxxxx_mapping): added org directive for future enhancements
1866
1867 2005-11-01 Borut Razem <borut.razem AT siol.net>
1868
1869         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1870           enabled sockets on WIN32
1871         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1872
1873 2005-10-31 Borut Razem <borut.razem AT siol.net>
1874
1875         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1876           WIN32 backslash path delimiters should be escaped when used in C strings
1877         * support/regression/tests/bitfields.c: exclude failing assertions for
1878           __CYGWIN32__ and __MINGW32__ hosts
1879
1880 2005-10-30 Borut Razem <borut.razem AT siol.net>
1881
1882         * src/SDCCutil.c: corrected double comparison typo
1883
1884 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * device/lib/medium/Makefile: added for new memory model medium
1887         * device/include/asm/mcs51/features.h: updated for medium/pdata
1888         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1889           added Multiply & Accumulate sbit's and MAC0_PAGE define
1890         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1891         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1892         * device/lib/_mullong.c: update for medium model
1893         * device/lib/incl.mk: added medium model
1894         * doc/sdccman.lyx: documented medium model
1895         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1896         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1897         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1898         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1899           (allocParms): set SCLS and OCLS to pdata for medium model
1900         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1901           for pdata,
1902           (powof2): return <0 if not power of 2
1903         * src/avr/gen.c (genBitWise): use updated powof2
1904         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1905           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1906           (shiftLLeftOrResult): use B if necessary
1907         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1908         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1909         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1910         * support/regression/Makefile.in: added test-mcs51-medium
1911         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1912
1913 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1914
1915         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1916         specifier unsigned
1917         * device/lib/time.c (mktime): fixed bug 1334315
1918
1919 2005-10-28 Raphael Neider <rneider AT web.de>
1920
1921         * device/include/pic/p16f_common.inc: added common declarations
1922         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1923
1924 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1925
1926         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1927           (aopPutUsesAcc): added to predict accumulator use,
1928           (assignResultValue): save acc if necessary,
1929           (genMinusDec): store result if indirectly addressed,
1930           (genDivOneByte):  save acc if necessary,
1931           (movLeft2Result): bugfix if left already in acc,
1932           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1933             attention to accumulator use (esp. pdata),
1934           (genReceive): receive pdata correctly
1935         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1936         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1937
1938 2005-10-27 Raphael Neider <rneider AT web.de>
1939
1940         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1941
1942 2005-10-27 Raphael Neider <rneider AT web.de>
1943
1944         * .version: changed version to 2.5.4
1945         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1946         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1947           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1948             arithmetics support routines
1949         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1950         * device/lib/Makefile.in: also create installdir for pic
1951
1952         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1953           pic14 port as well
1954         * src/pic/device.c (dump_sfr): rewritten to delegate register
1955           placement to the linker (use `extern sym' rather than sym EQU addr),
1956           (validAddress): fixed to check last specified address
1957         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1958           (popGetLit): truncate literal value to 8 bit,
1959           (popGet): moved assert to more appropriate place
1960           (popGetExternal): create pCode operand from and mark the according
1961             symbol as being `extern'
1962           (popGetAddr): added sanity check on immediate's offset, provide
1963             GPOINTER tag on demand
1964           (aopPut): fixed for immediates,
1965           (mov2w_op): move operand's address or contents to WREG (depending on
1966             operand type), safer variant of mov2w,
1967           (movwf,call_libraryfunc): NEW, handy abbreviations,
1968           (get_argument_pcop,get_return_val_pcop,pass_argument,
1969           get_returnvalue): interface for accessing function parameters and
1970             return values,
1971           (assignResultValuei,genRet): use new parameter/return value interface
1972           (pic14_getDataSize): back to old version handling generic pointers,
1973           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1974             provided implementation and/or fixed old one,
1975           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1976             calls, removed legacy 8051 reference code
1977           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1978           (loadSignToC): NEW, move the operands sign bit to CARRY,
1979           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1980             genRightShiftSigned, accepts negative shift counts,
1981           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1982           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1983             generic pointers, __data pointers and __code pointers,
1984           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1985             and signed bitfields, limit bitfields to 8 bit,
1986           (genDataPointerGet): fixed number of bytes read,
1987           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1988           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1989             pointers to constant data are no longer assumed to point to __code
1990             space, removed invalid pointer types,
1991           (bitpatternFromVal): retrieve the PICs representation of an integer
1992             or float literal,
1993           (genDataPointerSet): fixed assigning to po_immediate operands,
1994           (genGenPointerSet): implemented as library call,
1995           (genIfx): fixed incorrect condition,
1996           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1997             provide GPOINTER tag according to destination's storage class,
1998           (genCast): added code to handle casting to generic pointers, added
1999             sign-/zero extension of the result
2000           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2001         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2002         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2003           extend the result
2004         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2005           address/register resides in the shared banks
2006           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2007             put all variables into separate sections (have the linker arrange
2008             them)
2009           (picglue): put init code and interrupt handlers in separate sections
2010         * src/pic/main.c: added port specific options table, modified to PORT
2011           structure to make GPOINTERs 3 byte, added pic14_options
2012           (_pic14_do_link): private linking routine (update paths to libraries,
2013             add libsdcc.lib by default)
2014         * src/pic/main.h: declare pic14_options
2015         * src/pic/pcode.c: fixed instructions i/o relations,
2016           (RegCond): reverted to correct version,
2017           (newpCodeOpLit): truncate literals to 8 bit,
2018           (genericPrint): added debug output,
2019           (getRegFromInstruction): fixed for various operand types, simplified
2020           (BuildFlow): fixed broken handling of isntructions with labels
2021           (LinkFlow): start at last instruction in flow (skip trailing comments),
2022             pass the flow on to the next instruction after CALL
2023           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2024           (insertPCodeInstruction): fixed inserting after a skip instruction,
2025           (DoBankSelect): fixed for labeled instructions
2026           (OptimizepBlock): honor --nopeep switch
2027           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2028         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2029         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2030           (pCodeOptime2pCodes): allow disabling this optimization via
2031             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2032             but is still buggy), started implementation of a dataflow based
2033             pCode optimization (CSE + dead code elimination)
2034           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2035         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2036           names are independant of the stack location and therefore portable across
2037           devices
2038
2039 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2040
2041         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2042           (selectSpil): fixed bug 1337835 by not spilling bit variables
2043         * support/regression/tests/bug1337835.c: added test for this bug
2044         * src/mcs51/peeph.def: restart after rule 3.c,
2045           addded rules 263.x to optimize loading constants
2046
2047 2005-10-26 Raphael Neider <rneider AT web.de>
2048
2049         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2050         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2051           (genAssign): emit warning when casting literals to generic pointer
2052             type, also applies when taking the address of a fixed variable,
2053           (genCast): improved casting to generic pointers
2054         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2055           extern variables, added verbose error message
2056         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2057
2058 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2059
2060         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2061         carry must be complemented too
2062         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2063         could be emitted by genMinus
2064         * src/SDCCval.c (constVal): fixed bug 1305065
2065
2066 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2067
2068         * src/SDCCast.c (addCast): added promotion for bit variables
2069         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2070         promotion casts + optimisation
2071         (optimizeGetWord): fix warning 'i' might be used uninitialized
2072         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2073         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2074
2075 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2076
2077         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2078         all chars are promoted to int; promotion should be handled in SDCCast.c
2079
2080 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2081
2082         * device/lib/_strcmp.c: Fixed bug 1326457
2083
2084 2005-10-11 Raphael Neider <rneider AT web.de>
2085
2086         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2087         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2088
2089 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2090
2091         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2092         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2093
2094 2005-10-04 Raphael Neider <rneider AT web.de>
2095
2096         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2097           device/lib/pic16/pics.all: added pic18f1320
2098         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2099
2100 2005-09-30 Raphael Neider <rneider AT web.de>
2101
2102         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2103         * src/pic16/devices.inc: NEW, provides device descriptions
2104         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2105
2106 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2107
2108         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2109           GETHBIT
2110
2111 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2112
2113         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2114           documented Any Order Bit, Higher Order Byte and Higher Order Word
2115         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2116         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2117           (optimizeGetAbit): new, to get any bit, not only the high bit,
2118           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2119           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2120           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2121           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2122             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2123             GETABIT, GETBYTE, GETWORD: decorate them,
2124           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2125           (ast_print): added GETABIT, GETBYTE, GETWORD
2126         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2127         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2128           (geniCodeBinary): new generic binary icode,
2129           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2130         * src/port.h: updated comment for PORT.hasExtBitOp
2131         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2132           (genGetByte): new, to get a single byte,
2133           (genGetWord): new, to get a word from a long,
2134           (gen51Code): added GETABIT, GETBYTE, GETWORD
2135         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2136
2137 2005-09-23 Raphael Neider <rneider AT web.de>
2138
2139         * configure.in, configure: have device/lib/pic configured
2140         * device/lib/Makefile.in: added model-pic14
2141         * device/lib/clean.mk: added pic/ to clean rule
2142         * device/lib/pic: added rudimentary pic14 library providing support
2143           functions for multiplication/division/generic pointer access
2144         * src/SDCCopt.c (convilong): mark support functions as extern
2145           for pic14 port as well
2146         * src/pic/gen.c (genMult): added assertions,
2147           (genpic14Code): emit warning on unhandled iCodes
2148         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2149         * src/pic/pcode.c (pCodeOpCopy),
2150         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2151           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2152           SFR_REGISTER}), made safe for future extensions
2153         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2154           instructions even if preceeded by SKIP instructions (also remove
2155           them); removed unused code
2156         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2157           prevents leaving parts of the structure uninitialized after copying
2158
2159 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2160
2161         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2162           ago by me
2163         * support/regression/tests/addsub.c: added test for the bug
2164
2165 2005-09-21 Raphael Neider <rneider AT web.de>
2166
2167         * device/include/pic16/pic18f1220.h,
2168           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2169         * device/lib/pic16/Makefile.rules: added missing opening paren
2170         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2171           are provided in genutils.c,
2172           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2173           operand/result sizes,
2174           (genCmp): assert on NULL pointers first, then check deref'ed values
2175         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2176           result size
2177
2178 2005-09-18 Raphael Neider <rneider AT web.de>
2179
2180         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2181           as these are now unused,
2182           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2183         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2184           local, avoids uninitialized pointer dereference on r->name
2185         * src/pic16/ralloc.c (newReg): fixed indentation
2186
2187 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2188
2189         * src/SDCCval.c (constVal): fixed bug 730366
2190         * support/Util/SDCCerr.c,
2191         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2192
2193 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2194
2195         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2196
2197 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2198
2199         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2200
2201 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2202
2203         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2204           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2205         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2206           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2207         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2208         * packihx/packihx.c (hexDigit): made c unsigned char
2209         * as/mcs51/lklibr.c (fndsym),
2210         * link/z80/lkgb.c (gb),
2211         * link/z80/lklibr.c (fndsym),
2212         * link/z80/lkrloc.c (relr),
2213         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2214         * src/SDCC.lex (checkCurrFile, process_pragma),
2215         * src/SDCCglue.c (spacesToUnderscores),
2216         * src/SDCCmain.c (setParseWithComma, processFile),
2217         * src/asm.c (tvsprintf, printCLine),
2218         * src/avr/gen.c (emitcode, aopPut),
2219         * src/ds390/gen.c (emitcode),
2220         * src/hc08/gen.c (emitcode, emitinline),
2221         * src/mcs51/gen.c (emitcode, genInline),
2222         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2223           tokenizeLineNode),
2224         * src/pic/ralloc.c (debugLog),
2225         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2226           tokenizeLineNode),
2227         * src/pic16/ralloc.c (debugLog),
2228         * src/z80/main.c (_process_pragma):
2229            made all ctype.h function calls safe
2230         * src/SDCCopt.c: include math.h for fabs
2231         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2232           and used them throughout the code to make ctype.h function calls safe
2233         * src/ds390/main.c (asmLineNodeFromLineNode),
2234         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2235         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2236            unsigned char*
2237         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2238           (newpCodeAsmDir): made ctype.h function calls safe
2239         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2240           pic16_emitcode):  made lbp unsigned char*
2241         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2242           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2243         * src/xa51/gen.c (emitcode),
2244         * src/z80/gen.c (_emit2): made lbp unsigned char*
2245         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2246            char*
2247
2248 2005-09-05 Raphael Neider <rneider AT web.de>
2249
2250         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2251           access bank splitpoint
2252
2253 2005-09-05 Raphael Neider <rneider AT web.de>
2254
2255         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2256
2257 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2258
2259         * .version: changed to version 2.5.3
2260         * doc/sdccman.lyx: changed version to 2.5.3,
2261           documented --codeseg and --constseg and pragma codeseg and constseg,
2262           documented bit parameters (reentrant) and bit returning
2263         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2264            currFunc->recvSize, but is this ok for all ports?
2265           (ast2iCode): result of ~ on unsigned char must be cast to int for
2266            bool to work
2267         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2268           function pointers in bit space
2269         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2270           (processFuncArgs): call port.reg_parm() with reentrancy info
2271         * src/port.h,
2272         * src/avr/main.c,
2273         * src/ds390/main.c,
2274         * src/hc08/main.c,
2275         * src/pic/main.c,
2276         * src/pic16/main.c,
2277         * src/xa51/main.c,
2278         * src/z80/main.c: port.reg_parm prototype extended with
2279           "bool reentrant" parameter
2280         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2281           options.stackAuto for allocating bit register parameters
2282         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2283           (genSend): set BitBankUsed if it is,
2284           (selectRegBank): factored out of genCall for use in genPcall,
2285           (genCall): removed redundant dtype assignmen, use selectRegBank,
2286           (genPcall): handle returning in Carry properly, save in F0 if needed,
2287           (genReceive): handle bit register parameters
2288         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2289           (mcs51_assignRegisters): enable bit registers for all reentrant
2290            functions and don't set BitBankUsed unconditionally
2291         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2292         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2293         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2294
2295 2005-08-27 Borut Razem <borut.razem AT siol.net>
2296
2297         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2298         ppc-osx (Darwin) does not support -u option. It seems that it is
2299         supported only on Linux - GNU cp
2300
2301 2005-08-25 Borut Razem <borut.razem AT siol.net>
2302
2303         * sim/ucsim/gui.src/serio.src/Makefile.in,
2304           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2305           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2306           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2307           install and strip, since the strip at /usr/ccs/bin should be used
2308           on solaris
2309
2310 2005-08-24 Borut Razem <borut.razem AT siol.net>
2311
2312         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2313
2314 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2315
2316         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2317         ffffffffu
2318
2319 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2322         * as/mcs51/lkmain.c (link_main): fixed warning
2323         * device/include/stdbool.h: ds390 has no advanced bit support yet
2324         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2325         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2326         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2327           and updated their macros
2328         * src/SDCCval.c (constVal): updated comment for renamed b_long
2329
2330 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2331
2332         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2333         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2334           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2335           (oprio): set priority for '['
2336         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2337            and adb_24_bit
2338         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2339         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2340         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2341         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2342           added overlayable BIT_BANK area
2343         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2344           (summary2): explain 'T' in legenda
2345         * as/mcs51/lkrloc.c: replaced old K&R style,
2346           (relr): added R_BIT processing,
2347           (errmsg): added "Bit-addressable relocation error",
2348           (adb_bit): added for converting from byte- to bit-addressable space,
2349           (adb_24_bit): added for converting from byte- to bit-addressable space
2350         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2351            used in reentrant functions now even as return value
2352         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2353         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2354           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2355         * src/SDCCglobl.h: added indicator BitBankUsed
2356         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2357            the bit registers b0-b7
2358         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2359           (geniCodeCast): fixed bug 1263853,
2360           (geniCodeLogicAndOr): put result in bool or char,
2361           (geniCodeReceive): added parameter func for accessing the return type,
2362           (geniCodeFunctionBody): pass func to geniCodeReceive
2363         * src/SDCCmain.c: added indicator BitBankUsed
2364         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2365         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2366           (checkSClass): don't put automatic bool/bit on stack,
2367           (checkFunction): removed check on function cannot return bit
2368         * src/SDCCsymt.h: added newBoolLink prototype
2369         * src/mcs51/gen.c (rb1regs): added bit registers,
2370           (movc): created for assigning to carry,
2371           (pushReg, popReg): created for pushing registers,
2372           (sameRegs): check both AOP_REG and AOP_CRY types,
2373           (aopOp): handle bit registers,
2374           (aopPut): optimization no self-assign,
2375           (saveRegisters): push reg->base (bits) only once for bit registers,
2376            and use pushReg,
2377           (unsaveRegisters): pop reg->base only once and use popReg,
2378           (assignResultValue): added parameter func and return in carry for bits,
2379           (genIpush): optimization no reload in A if not changed,
2380           (genSend): bit parameters in reentrant functions are passed in bit
2381            registers by first assigning to bits in B, then save registers and
2382            copy B to bits,
2383           (genCall): handle returning in Carry properly, save it in F0 if needed,
2384           (genPcall): updated assignResultValue call, this is not safe yet for bit
2385            returning function !!!
2386           (genFunction): don't generate equ's for bit registers and use pushReg,
2387           (genEndFunction): take care of bit returning functions and use popReg,
2388           (genRet): return bit in Carry,
2389           (genIfx): optimize bit registers and other directly addressable bits,
2390           (genReceive): updated assignResultValue call
2391         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2392           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2393            registers when using stack-auto
2394         * src/mcs51/ralloc.c (_G): added allBitregs,
2395           (regs8051): added the bit registers,
2396           (createStackSpil): use macro IS_BIT,
2397           (getRegBit): added to allocate a bit register, else spill,
2398           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2399           (updateRegUsage): factored out to ease stepping while debugging,
2400           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2401            also allocate bit registers,
2402           (fillGaps): handle bit registers,
2403           (findAllBitregs): added to create bit vector with all bit registers,
2404           (mcs51_allBitregs): returns this bit vector,
2405           (mcs51_assignRegisters): when using stack-auto use bit registers for
2406            passing parameters and creating local variables
2407         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2408
2409 2005-08-22 Borut Razem <borut.razem AT siol.net>
2410
2411         * device/lib/Makefile.in: replaced find option -or with -o
2412           to make it run on solaris
2413
2414 2005-08-22 Raphael Neider <rneider AT web.de>
2415
2416         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2417           fixes #1265442 (crash on Solaris)
2418
2419 2005-08-20 Borut Razem <borut.razem AT siol.net>
2420
2421         * configure, configure.in: added tests for libsocket and libnsl libraries,
2422           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2423           from support/regression/Makefile.in
2424         * support/regression/Makefile.in: added
2425         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2426         * sim/ucsim/libtool: regenerated on sparc-solaris
2427         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2428           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2429           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2430           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2431           sparc-solaris, which doesn't use GNU ld linker
2432         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2433         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2434
2435 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2436
2437         * src/mcs51/peeph.def: updated comments
2438
2439 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2440
2441         * device/lib/_gptrget.c,
2442         * device/lib/_gptrput.c: slightly shorter
2443         * doc/sdccman.lyx: incremented version
2444         * src/mcs51/peeph.def: moved peephole comments to the line of first
2445           change to better keep line correlation, reanimated 186.e
2446         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2447
2448 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2449
2450         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2451           David Saxton with quotes around file name.
2452
2453 2005-08-15 Borut Razem <borut.razem AT siol.net>
2454
2455         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2456           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2457           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2458           make tests run on x86_64 platform
2459
2460 2005-08-13 Raphael Neider <rneider AT web.de>
2461
2462         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2463           as it might be executed DURING a build (parallel make is wonderful)
2464
2465 2005-08-13 Raphael Neider <rneider AT web.de>
2466
2467         * device/lib/Makefile.in (port-specific-objects-pic16):
2468           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2469         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2470           dependency
2471         * device/lib/pic16/Makefile.rules: build subdirs before creating
2472           the library, removed builddir rule, create $(builddir) early in
2473           recurse rule, use empty recurse rule for leaf directories
2474         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2475           mkdir errors (race condition), removed duplicate suffix "hex"
2476           from clean rules
2477         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2478         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2479           prevents mkdir -p from aborting on Alpha
2480
2481 2005-08-12 Raphael Neider <rneider AT web.de>
2482
2483         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2484           db-statements in order to allow for arrays of pointers in code
2485           sections to be placed without interspersed 0-padding, fixes
2486           bug #1256215
2487         * (emitStatistics): fixed division by zero for pic18f1220
2488         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2489           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2490         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2491         * (pic16_pCodeConstString): keep track of already emitted string
2492           literals to prevent "duplicate definitions of symbol _str_NR"
2493         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2494           debug message
2495         * device/lib/Makefile.in: ignore failing PIC16 library builds
2496         * device/lib/pic16/Makefile: do not build if gputils are missing
2497         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2498
2499 2005-08-10 Raphael Neider <rneider AT web.de>
2500
2501         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2502           my last commit)
2503
2504 2005-08-10 Raphael Neider <rneider AT web.de>
2505
2506         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2507           Rokas' patch to add the new fixed point type "__fixed16x16"
2508         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2509           functions for __fixed16x16 arithmetics
2510         * device/lib/pic16: reimplemented the build system to support
2511           a separate build directory, better handling of libio (create
2512           the library in a separate subdir for each architecture) and
2513           easier configuration (centralized in Makefile.common)
2514
2515 2005-08-07 Raphael Neider <rneider AT web.de>
2516
2517         * src/pic16/gen.c (genrshTwo): fixed sign extension
2518         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2519         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2520           added T0CONbits
2521         * device/include/pic16/pic18f4220.h: NEW, header for
2522           pic18f4220 and pic18f4320
2523         * device/include/pic16/pic18fregs.h: added new devices,
2524           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2525         * device/include/pic16/signal.h: resolved name clashes
2526           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2527           to also allow testing for interrupt enable bits, added
2528           comments on how to use the macros
2529         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2530         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2531           register definitions for the devices
2532         * device/lib/pic16/pics.all: added new devices
2533         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2534           allocated memory
2535         * device/lib/pic16/libc/stdlib/memfree: do not count
2536           the block header as free memory
2537         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2538           simplified and added missing end-of-blocklist-marker
2539           (reported by Peter Onion, fixes #1252814)
2540         * (_mergeHeapBlock): fixed loop condition
2541         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2542           len==0, restructured code
2543         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2544           up a bit, reduced bitfield accesses, prevent endless loops
2545           in case of heap corruption
2546         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2547           "unreferenced arguments/must return a value" warnings
2548         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2549           replaced BAUDREG with SPBRG
2550         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2551           device/lib/pic16/debug/gstack/gstack.c: replaced
2552           _naked, _asm, _endasm with __naked, __asm, __endasm
2553
2554 2005-08-05 Raphael Neider <rneider AT web.de>
2555
2556         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2557           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2558
2559 2005-08-05 Borut Razem <borut.razem AT siol.net>
2560
2561         * device/lib/Makefile.in: added missing ';'
2562         * configure: removed ^M characters
2563
2564 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2565
2566         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2567           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2568           License
2569
2570 2005-08-04 Borut Razem <borut.razem AT siol.net>
2571
2572         * configure.in: pic16 libraries build 2nd try - enable running
2573           configure in device/lib/pic16
2574         * configure: regenerated from configure.in
2575         * device/lib/Makefile.in: create $(PORT)/bin directory
2576
2577 2005-08-03 Raphael Neider <rneider AT web.de>
2578
2579         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2580           to get/set values via pointers
2581         * (genUnpackBits,genPackBits): changed detection of
2582           ptr->bitfield vs. sym.bitfield, fixed access via generic
2583           pointers, removed dead (wrong) code for multibyte bitfields
2584         * (genNearPointerGet, genGenPointerGet): removed useless code,
2585           fixed bitfield detection, fixes #1250594
2586         * (genNearPointerSet): removed useless code
2587         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2588           and introduced macro pic16_emitpcode that conditionally emits
2589           the origin of the following pCode (useful for debugging SDCC)
2590         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2591         * (createDefmap): fixed handling of LFSR for --optimize-df
2592
2593 2005-08-02 Borut Razem <borut.razem AT siol.net>
2594
2595         * device/lib/Makefile.in: pic16 libraries build enabled since
2596           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2597
2598 2005-08-02 Raphael Neider <rneider AT web.de>
2599
2600         * src/pic16/gen.c (genPackBits): removed deprecated warning
2601         * (genGenPointerSet): fixed bitfield detection
2602
2603 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2604
2605         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2606
2607 2005-07-31 Raphael Neider <rneider AT web.de>
2608
2609         * device/lib/pic16/libdev/pic18f458.c,
2610           device/include/pic16/pic18f458.h: added missing T0CONbits
2611
2612 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2613
2614         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2615
2616 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2617
2618         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2619
2620 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2621
2622         * device/include/mcs51/at89c51ed2.h: added.
2623
2624 2005-07-23 Raphael Neider <rneider AT web.de>
2625
2626         * src/pic/gen.h: added emitpcode macro for debugging
2627         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2628           and replace by macro adding debug information on demand
2629         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2630         * (gencjne): tried to fix; replaced with correct (slower) code
2631         * (gen{Unp,P}ackBits): fixed single bit access
2632         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2633         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2634           previous instruction
2635         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2636           register has to be handled with care (forbidding movement
2637           of assignments/uses, removing assignments completely, ...)
2638         * (pCodeOptime2pCodes): make use of regIsSpecial
2639         * added lots of debugging output (commented out)
2640         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2641           from being reused as result UNLESS it is known to work
2642
2643 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2644
2645         * support/Util/dbuf.h: include <stddef.h> for size_t
2646         * .version: changed to version 2.5.2
2647
2648 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2649
2650         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2651
2652 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2653
2654         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2655           (genModOneByte): removed needless psha/pula
2656
2657 2005-07-22 Raphael Neider <rneider AT web.de>
2658
2659         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2660           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2661         * src/pic/gen.c (resolveIfx): do not "invent" labels
2662         * (genSkipc): changed to positive logic
2663         * (genSkipCond): removed as no longer needed
2664         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2665           backport from PIC16
2666         * (genLeftShift): check operands are in different registers
2667         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2668           INCF does not update CARRY...
2669         * src/pic/main.c: fixed _linkCmd
2670         * src/pic/pcode.c (unlinkpCode): added inactive code
2671         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2672           alive (do not assign result and operand overlapping registers)
2673
2674 2005-07-22 Raphael Neider <rneider AT web.de>
2675
2676         * src/pic/device.c (dump_sfr): replaced register declaration with
2677           call to emitSymbolToFile() to avoid duplicate symbols
2678         * (assignRelocatableRegisters): do not declare external symbols
2679         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2680           right (take size of type, not etype)
2681         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2682         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2683         * (packRegsForAccUse): disabled assignment of WREG as
2684           the result reg to prevent occurence of just fixed #1235003,
2685           fixes #1242954
2686         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2687           symbols (avoids duplicate symbols in .asm file)
2688         * (pic14emitRegularMap): use emitSymbolToFile()
2689         * src/pic/gen.c (aopOp): fixed spillLocation handling
2690         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2691         * (genDataPointerSet): removed unneccessary variables/output
2692
2693 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2694
2695         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2696         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2697
2698 2005-07-21 Raphael Neider <rneider AT web.de>
2699
2700         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2701           architecture cannot handle them efficiently, fixes bug #1235003
2702         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2703           check for empty sets before using them (fixes bug #1232190)
2704
2705 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2706
2707         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2708           (lnksect2): generate warnings for memory overlap
2709         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2710           constseg to set the name of these segments so you can instruct the linker
2711           to place them in banks
2712         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2713         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2714           added code_seg and const_seg to options
2715         * src/SDCCglue.c (emitMaps): use options.const_seg,
2716           (createInterruptVect): put interrupt vectors in segment HOME,
2717           (glue): put HOME before static segment and put the main glue in HOME,
2718           (glue): use options.code_seg
2719         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2720         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2721           these segments so you can instruct the linker to place them in banks
2722           (linkEdit): use code_loc for HOME segment which should be the first
2723           segment in code memory now
2724         * src/SDCCmem.c: fixed more stuff like bug 1238386
2725         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2726           (changePointer): don't change function pointers to code pointers for
2727           banked functions,
2728           (compareType): added exceptional check for banked function pointers
2729         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2730         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2731           after static in code memory
2732         * src/mcs51/gen.c: added aopLiteralLong prototype,
2733           (aopForSym): use getSize for functions,
2734           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2735           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2736           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2737           the segment,
2738           (genPcall): use call for literal function pointers and generate banked
2739           calls over the one trampoline so there's only one place for the user to
2740           modify according to his/hers hardware,
2741           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2742           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2743         * src/mcs51/main.c: added keyword banked,
2744           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2745         * support/Util/SDCCerr.c,
2746         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2747           needed for passing the bank and address to the trampoline
2748         * device/lib/mcs51/crtbank.asm: added for bankswitching
2749         * device/lib/mcs51/Makefile: added crtbank
2750
2751 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2752
2753         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2754           for fields at offset 0 of a struct or union as reported
2755           on 2005-07-07 in the developer mailing list.
2756
2757 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2758
2759         * src/SDCCmem.c: fixed bug 1238386
2760
2761 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2762
2763         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2764           (patch #1144962), added peephole 300, enabled 259.x
2765         * doc/sdccman.lyx: removed screenshot and provided link instead
2766
2767 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2768
2769         * doc/sdccman.lyx: added section about debugging with ddd
2770         * doc/figures/ddd_example.eps: screenshot of debugging session
2771
2772 2005-07-04 Raphael Neider <rneider AT web.de>
2773
2774         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2775           like CODE pointers, fixes #1115683
2776         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2777           call, fixes bugs #1232211, #1228110,
2778           fixed wrong casts to pCodeFlow from pCodeInstructions
2779
2780 2005-07-04 Raphael Neider <rneider AT web.de>
2781
2782         * src/pic/gen.c (popGet): changed assert to allow for
2783           bit operands
2784         * (popGetAddr): changed signature to provide
2785           an additional index, patched all call sites
2786         * (genCmpEq): handle literal-like operands correctly
2787         * (genAddrOf): added sanity checks on __code/__data pointers
2788         * (genAssign): added handling of symbols from __code section
2789         * (gencjne): do not generate code for comparisons whose result
2790           is neither stored nor used, fixes bug #1171114
2791         * (AccLsh, AccRsh): operate on operand instead of WREG
2792         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2793           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2794           by known count
2795         * rewrote complete shift-by-literal logic, commented unused
2796           functions out
2797         * (genConstPointerGet): get multiple bytes (if result size > 1),
2798           fixed handling of non-immediate addresses
2799         * (genPointerGet): handle CODE pointers like CONST pointers
2800         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2801         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2802           operand is to be treated as a literal or not
2803         * (mov2w,genPcall,genCmpEq),
2804           src/pic/genarith.c: use aop_isLitLike() to decide between
2805           literal/register contents
2806         * (addSign): added missing offset
2807         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2808           only emit comment in debug-mode,
2809           use {aop,op}_isLitLike throughout the file
2810         * src/pic/glue.c: fix initializers for pointers (work in progress)
2811         * src/pic/pcode.c (get_op): honor index on _const symbols
2812         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2813         * (dumppBlock): added pCode size estimation
2814         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2815           check for IS_SYMOP before OP_SYMBOL'ing
2816         * fixed indentation, compacted switch-statements
2817         * (allocReg): find free register and allocate it instead of
2818           allocating new registers all the time
2819         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2820           registers as its operands (necessary only for multibyte GETs)
2821
2822 2005-07-01 Raphael Neider <rneider AT web.de>
2823
2824         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2825           debugging .asm-output macros FENTRY + FEXIT
2826         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2827           way... I wonder...
2828         * (emitpComment): NEW, printf to pCode
2829         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2830           offset handling
2831         * (popGetAddr): NEW, variant of popGet to access an immediates
2832           high(er) bytes instead of the n'th byte of memory they reference,
2833           replaced popGet with popGetAddr where neccessary
2834         * (genDataPointerGet): reactivated and fixed implementation
2835         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2836           accesses
2837         * (genDataPointerSet): fixed multibyte assignments
2838         * (genpic14Code): fixed --i-code-in-asm handling
2839         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2840         * (genPlus): fixed index-out-of-bounds error
2841         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2842         * src/pic/ralloc.c: added debugging output macro FENTRY2
2843         * (spillThis): fixed indentation, enbraced for-body for clarity
2844         * (rematStr): commented out as now unused
2845         * (regTypeNum): commented out special spill case (overwrites
2846           arbitrary values)
2847         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2848
2849 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2850
2851         * doc/sdccman.lyx: documented sfr16/sfr32,
2852           added example for using storage class with function pointers
2853         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2854
2855 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2856
2857         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2858         * device/lib/_itoa.c,
2859         * device/lib/_ltoa.c: optimized codesize
2860         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2861           but don't know how to suppress the double warning.
2862         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2863         * support/Util/SDCCerr.c,
2864         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2865
2866 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2867
2868         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2869           fixed old K&R prototypes
2870         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2871         * device/lib/_gptrget.c,
2872         * device/lib/_gptrgetc.c,
2873         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2874           also new versions for small generic pointers and banked generic pointers
2875         * src/port.h: added const_name
2876         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2877         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2878         * src/SDCCcse.c (findPrevIc): check all associative operators
2879         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2880         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2881         * src/SDCCmem.c: updated comments,
2882           set far-space to 0 for pdata, results in optimized code
2883         * src/SDCCmem.h: added macro CONST_NAME
2884         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2885           moving the info into the highest bits, see also gptrget/gptrput
2886         * src/src.dsp: added sdcc.ico to project files
2887         * src/avr/gen.c (genCast): fixed bug 0x%d
2888         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2889         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2890           relation between ptr_type and DCL_TYPE,
2891           (genCast): fixed bug 0x%d
2892         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2893           (CODE)" for const_name
2894         * src/hc08/gen.c (genCast): fixed bug 0x%d
2895         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2896           (hc08_port): added "CONST (CODE)" for const_name
2897         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2898           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2899           between ptr_type and DCL_TYPE,
2900           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2901           operand* and took AOP() inside function so sfr-ness can be checked,
2902           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2903           new prototype,
2904           (genFunction, genEndFunction): optimized stack setup,
2905           (genMinus): optimized for literals with ending zeroes (in bytes),
2906           (genCast): fixed bug 0x%d
2907         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2908           (mcs51_port): added "CONST (CODE)" for const_name
2909         * src/mcs51/peeph.def: made rule 226 more generic
2910         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2911         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2912         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2913         * src/z80/main.c (z80_port): added NULL for const_name,
2914           (gbz80_port): added NULL for const_name
2915         * support/regression/tests/bug663539.c,
2916         * support/regression/tests/sfr16.c: new tests
2917
2918 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2919
2920         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2921
2922 2005-06-24 Raphael Neider <rneider AT web.de>
2923
2924         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2925           corrected typos...
2926         * device/include/pic16/signal.h: added USBIF
2927           and SIG_USB
2928
2929 2005-06-24 Raphael Neider <rneider AT web.de>
2930
2931         * device/lib/pic16/libdev/pic18f2455.c,
2932           device/include/pic16/pic18f2455.h: NEW
2933         * device/include/pic16/pic18fregs.h,
2934           device/lib/pic16/pics.all,
2935           src/pic16/device.c: added 18f2455
2936         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2937           device/include/pic16/{pic18f[68][567].h,usart.h}:
2938           replaced MULTIPLE_USARTS define with more relaible
2939           compatibility sfrs (for USART access)
2940
2941 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2942
2943         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2944           and the output asm file line is printed on two lines.
2945
2946 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2947
2948         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2949           BGT, BLE, BHI, and BLS instructions
2950         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2951           genCmpEq): removed
2952         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2953           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2954           fixes bug #1216342
2955         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2956
2957 2005-06-15 Raphael Neider <rneider AT web.de>
2958
2959         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2960         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2961         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2962           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2963           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2964
2965 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2966
2967         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2968           Marcel Telka in bug #1215704
2969
2970 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2971
2972         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2973           located in shared memory bank.
2974
2975 2005-05-31 Raphael Neider <rneider AT web.de>
2976
2977         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2978           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2979           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2980
2981 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2982
2983         * device/lib/_strncpy.c: fixed the fix
2984
2985 2005-05-26 Raphael Neider <rneider AT web.de>
2986
2987         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2988           initializers with \0, bug #1208187
2989         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2990           intializers with \0, bug #1208187
2991
2992 2005-05-26 Raphael Neider <rneider AT web.de>
2993
2994         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2995           initializers with \0, bug #1208187
2996         * src/pic16/main.c (_process_pragma): added sanity checks
2997           for stack position and size, emit warnings when appropriate
2998
2999 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * device/lib/_strncpy.c: fixed not filling with \0
3002
3003 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3004
3005         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3006           createFunction),
3007         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3008           compound_statement),
3009         * src/SDCCsymt.h,
3010         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3011
3012 2005-05-24 Raphael Neider <rneider AT web.de>
3013
3014         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3015
3016 2005-05-24 Raphael Neider <rneider AT web.de>
3017
3018         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3019           TRISE definitions, closes bug #1162453
3020
3021 2005-05-22 Raphael Neider <rneider AT web.de>
3022
3023         * src/pic16/main.c (_process_pragma): check for missing
3024           arguments to pragmas code and udata
3025         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3026           consistency fixes to match other headers (thanks to Jim Paris)
3027         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3028
3029 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3032
3033 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * support/regression/tests/bug1198642.c: new test
3036         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3037         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3038         * support/scripts/resource.h,
3039         * support/scripts/resource.rc,
3040         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3041         * support/scripts/sdcc.ico: added 32x32 icon
3042
3043 2005-05-18 Raphael Neider <rneider AT web.de>
3044
3045         * device/lib/pic16/libdev/pic18f*.c,
3046         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3047           keywords to "__sfr" and "__at (X)"
3048         * device/include/pic16/pic18fregs.h: added pic18f4520
3049         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3050           #1203088 (MPLAB compatibility)
3051
3052 2005-05-17 Raphael Neider <rneider AT web.de>
3053
3054         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3055         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3056         * device/lib/pic16/pics.all: added new devices
3057         * src/pic16/device.c: added support for pic18f4520
3058
3059 2005-05-16 Raphael Neider <rneider AT web.de>
3060         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3061         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3062         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3063           convenience function for bit access
3064
3065 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3066
3067         * device/lib/printf_large.c: fixed bug 1193299
3068         * support/regression/tests/bug1057979.c: added test %3.3s
3069
3070 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3071
3072         * device/include/mcs51/8051.h,
3073         * device/include/mcs51/8052.h: made parseable with lint
3074         * device/include/mcs51/lint.h: added include file for (sp)lint
3075         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3076         * doc/cdbfileformat.lyx,
3077         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3078
3079 2005-05-14 Raphael Neider <rneider AT web.de>
3080
3081         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3082         * device/lib/pic16/libc/stdlib/itoa.c (new)
3083         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3084         * device/lib/pic16/libio/Makefile: exclude subdir according to
3085           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3086         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3087         * src/pic16/gen.c (genFunction): prevent annoying warning
3088         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3089           nameclashes on BeOS
3090         * support/cpp2/cppmain.c (cpp_output_string): new
3091         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3092           fixes bug 1116802
3093
3094 2005-05-13 Borut Razem <borut.razem AT siol.net>
3095
3096         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3097
3098 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3099
3100         * .version: changed to version 2.5.1; back to bleeding edge development
3101
3102 2005-05-11 Borut Razem <borut.razem AT siol.net>
3103
3104         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3105           generate PDF version 1.3 documents
3106
3107 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * .version: changed to version 2.5.0
3110
3111 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3112
3113         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3114
3115 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3116
3117         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3118         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3119         well as many smaller updates.
3120         * .version: changed to version 2.5.0-pre1
3121
3122 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3123
3124         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3125
3126 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3127
3128         * support/regression/tests/bug1185672.c: added
3129         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3130           bug 1185672
3131         * src/mcs51/gen.c (genCall): added comments, made it look safer
3132         * src/mcs51/gen.c (genEndFunction): simplified
3133
3134 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3135
3136         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3137
3138 2005-04-14 Borut Razem <borut.razem AT siol.net>
3139
3140         * fixed bug 1045046 - SIGSEGV with really simple code?:
3141           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3142           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3143
3144 2005-04-14 Borut Razem <borut.razem AT siol.net>
3145
3146         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3147           src/pic16/device.h: temporarily disabled experimental #inline pragma
3148           for 2.5.0 release
3149
3150 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3151
3152         * device/include/z80/stdio.h,
3153         * device/include/z80/string.h: removed these highly incomplete files so
3154           SDCC can use the default ones in device/include/
3155
3156 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3159         gcc warning.
3160         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3161         fix sdcpp warnings.
3162
3163 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3164
3165         * device/include/malloc.h: removed redundant __reentrant prototypes
3166         * device/lib/_mullong.c: added working xstack variant in asm (C version
3167           doesn't pass regression tests)
3168         * device/lib/bpx.c: used __data and made bpx char for mcs51
3169         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3170           (createFunction): fixed bug with xstackPtr
3171         * src/SDCCcse.c: corrected comments
3172         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3173           (killDeadCode, eBBlockFromiCode): removed unused code
3174         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3175           corrected comments
3176         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3177           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3178           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3179           (genModOneByte): fixed warning in MSVC
3180         * src/mcs51/main.c (): added comments
3181         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3182
3183 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3184
3185         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3186
3187 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3188
3189         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3190
3191 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3192
3193         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3194         characters arrays of larger size than the declared one.
3195
3196 2005-04-10 Borut Razem <borut.razem AT siol.net>
3197
3198         * src/pic/gen.c (genInline),
3199           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3200           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3201           (findNextInstruction), (findPrevInstruction),
3202           (findInstructionUsingLabel),
3203           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3204         * src/pic/pcode.c (findLabel): added missing '\n'
3205         * src/src.dsp: added SDCCdwarf2.c to the project
3206
3207 2005-04-09 Borut Razem <borut.razem AT siol.net>
3208
3209         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3210
3211 2005-04-08 Raphael Neider <rneider AT web.de>
3212
3213         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3214           into the chain after a given one) and mergeDefmapSymbols (combine
3215           defmap entries for each symbol per pcode)
3216         * (createDefmap): have defmap entries merged in the end
3217         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3218           a symbol before replacing one access type's symbol, merge symbols in
3219           the end (replacement symbol might already have an entry)
3220         * (assignValnums): keep reference to written WREG intact
3221
3222 2005-04-08 Raphael Neider <rneider AT web.de>
3223
3224         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3225           Alpha)
3226
3227 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3228
3229         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3230         bytes
3231
3232 2005-04-07 Raphael Neider <rneider AT web.de>
3233
3234         * device/include/pic16/usart.h: added compatibility defines for
3235           devices with more than one USART
3236         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3237
3238 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3239
3240         * device/lib/Makefile.in: updated for port specific include
3241
3242 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3243
3244         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3245
3246 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3247
3248         * device/include/8051.h,
3249         * device/include/8052.h,
3250         * device/include/at89S8252.h,
3251         * device/include/at89c55.h,
3252         * device/include/at89x051.h,
3253         * device/include/at89x51.h,
3254         * device/include/at89x52.h,
3255         * device/include/mcs51reg.h,
3256         * device/include/reg51.h,
3257         * device/include/reg764.h,
3258         * device/include/regc515c.h,
3259         * device/include/sab80515.h: (re)moved these 12 files
3260         * device/include/mcs51/8051.h,
3261         * device/include/mcs51/8052.h,
3262         * device/include/mcs51/at89S8252.h,
3263         * device/include/mcs51/at89c55.h,
3264         * device/include/mcs51/at89x051.h,
3265         * device/include/mcs51/at89x51.h,
3266         * device/include/mcs51/at89x52.h,
3267         * device/include/mcs51/mcs51reg.h,
3268         * device/include/mcs51/reg51.h,
3269         * device/include/mcs51/reg764.h,
3270         * device/include/mcs51/regc515c.h,
3271         * device/include/mcs51/sab80515.h: and added them here
3272
3273 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3274
3275         * device/include/stdarg.h: changed SDCC specific keywords to double
3276           underlined form.
3277         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3278           mcs51 and ds390.
3279         * device/include/hc08/mc68hc908gp32.h,
3280         * device/include/hc08/mc68hc908jb8.h,
3281         * device/include/hc08/mc68hc908jkjl.h,
3282         * device/include/hc08/mc68hc908qy.h: fixed comments
3283         * device/include/mcs51/README: updated
3284         * device/include/mcs51/c8051f120.h: added PINRSF
3285         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3286         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3287           amidst code. Also inline is not supported.
3288
3289 2005-04-06 Raphael Neider <rneider AT web.de>
3290
3291         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3292         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3293           callers stack/frame pointers
3294
3295 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3296
3297         * device/include/pic16/usart.h: added, missing in previous commit,
3298         * device/include/pic16/adc.h: fixed typo,
3299         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3300         commit,
3301         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3302         <p18fxxx.inc>
3303         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3304         uninitialized because a bug appears with gplink
3305         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3306         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3307         complains for unrecognised option
3308
3309 2005-04-05 Raphael Neider <rneider AT web.de>
3310
3311         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3312           structs as well (using memcpy)
3313         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3314           on ISRs (GOTO has no label)
3315         * src/pic16/device.h: added OF_OPTIMIZE_DF
3316         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3317           new data flow analysis/optimization
3318         * src/pic16/pcode.c: added (prototypes for and implementation of)
3319           dataflow analysis functions, fixed pCodeInstructions' inCond and
3320           outCond values, made RCALL a branch instruction
3321         * (pic16_unlinkpCode): keep C line if possible
3322         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3323           C line moved if possible
3324         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3325         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3326           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3327         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3328           new flow)
3329         * (pic16_getJumptabpCode): NEW, needed in...
3330         * (LinkFlow): fixed handling of jumptables, calls and conditional
3331           branches
3332         * (pic16_InsertCommentAfter): NEW
3333         * (pic16_pCodeReplace): made verbose and flow preserving
3334         * (AnalyzeFlow): added call to data flow analysis
3335         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3336         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3337         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3338
3339 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3340
3341         * src/SDCCast.c (decorateType): fixed bug #1105626
3342
3343 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3344
3345         * device/include/asm/pic16/features.h,
3346         * pic18f*.h headers,
3347         * device/include/pic16/adc.h,
3348         * device/include/pic16/delay.h,
3349         * device/include/pic16/i2c.h,
3350         * device/include/pic16/malloc.h,
3351         * device/include/pic16/stdio.h,
3352         * device/include/pic16/stdlib.h,
3353         * device/include/pic16/string.h,
3354         * device/lib/pic16/libc/stdio/printf_tiny.c,
3355         * device/lib/pic16/libc/stdio/printf_small.c,
3356         * device/lib/pic16/libc/stdio/strmgpsim.c,
3357         * device/lib/pic16/libc/stdio/strmmssp.c,
3358         * device/lib/pic16/libc/stdio/strmusart.c,
3359         * device/lib/pic16/libc/stdio/vfprintf.c,
3360         * device/lib/pic16/libc/stdlib/ltoa.c,
3361         * device/lib/pic16/libc/stdlib/putchar.c,
3362         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3363         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3364         * device/lib/pic16/libc/stdlib/memchrram.c,
3365         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3366         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3367         * device/lib/pic16/libio/adc/adcbusy.c,
3368         * device/lib/pic16/libio/adc/adcread.c,
3369         * device/lib/pic16/libio/adc/adcsetch.c,
3370         * device/lib/pic16/libio/usart/ubaud.c,
3371         * device/lib/pic16/libio/usart/ubusy.c,
3372         * device/lib/pic16/libio/usart/udrdy.c,
3373         * device/lib/pic16/libio/usart/uopen.c,
3374         * device/lib/pic16/libio/usart/uputc.c,
3375         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3376         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3377         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3378         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3379         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3380         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3381         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3382         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3383         specific keywords to double underlined form,
3384         * device/lib/pic16/libc/Makefile.rules,
3385         * device/lib/pic16/libsdcc/Makefile.rules,
3386         * device/lib/pic16/libm/Makefile,
3387         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3388         to compile with C standard set in Makefile.common
3389         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3390         rand.c and crc.c in compilation process,
3391         * device/lib/pic16/libsdcc/int/divuint.c,
3392         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3393         `c' from signed to unsigned,
3394         * device/lib/pic16/startup/crt0.c,
3395         * device/lib/pic16/startup/crt0i.c,
3396         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3397         keywords to double underlined form, bug fixes in _do_cinit function
3398         which prevented the correct initialization of the .idata segment,
3399         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3400         core to enter a infinite loop
3401         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3402
3403 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3404
3405         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3406
3407 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3408
3409         * device/include/Makefile.in: add support for hc08 subdirectory
3410         * device/include/hc08/: new subdirectory
3411         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3412         Lucas Loizaga, thanks!
3413         * device/include/hc08/mc68hc908qy.h,
3414         * device/include/hc08/mc68hc908gp32.h,
3415         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3416         their own directory. Changed internal macro names to use the compiler
3417         reserved namespace. Changed SDCC specific keywords to double
3418         underlined form.
3419         * device/include/math.h,
3420         * device/include/malloc.h,
3421         * device/include/stdarg.h,
3422         * device/include/stdbool.h
3423         * device/include/string.h,
3424         * device/include/tinibios.h,
3425         * device/include/ds400rom.h,
3426         * device/include/8051.h,
3427         * device/include/8052.h,
3428         * device/include/80c51xa.h,
3429         * device/include/at89c55.h,
3430         * device/include/at89S8252.h,
3431         * device/include/at89x51.h,
3432         * device/include/at89x52.h,
3433         * device/include/ds80c390.h,
3434         * device/include/reg764.h,
3435         * device/include/regc515c.h,
3436         * device/include/sab80515.h,
3437         * device/include/mcs51/c8051f000.h,
3438         * device/include/mcs51/c8051f018.h,
3439         * device/include/mcs51/c8051f020.h,
3440         * device/include/mcs51/c8051f040.h,
3441         * device/include/mcs51/c8051f060.h,
3442         * device/include/mcs51/c8051f120.h,
3443         * device/include/mcs51/c8051f300.h,
3444         * device/include/mcs51/c8051f310.h,
3445         * device/include/mcs51/c8051f320.h,
3446         * device/include/mcs51/c8051f330.h,
3447         * device/include/mcs51/c8051f350.h,
3448         * device/include/z180.h: Changed SDCC specific keywords to double
3449         underlined form.
3450
3451 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3452
3453         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3454         18F4455,
3455         * (pic16_assignConfigWordValue): disable testing of configuration
3456         register value with config mask,
3457         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3458         function with port->fun_prefix,
3459         * (genFunction): when generating a naked interrupt function never
3460         create an absolute segment placed in interrupt vector address, place
3461         the actual interrupt function at IVA instead, when an interrupt
3462         function is generated with unspecified interrupt then do not create
3463         the absolute section,
3464         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3465         code for generating a call to generic pointer get/put function with
3466         a call to function pic16_callGenericPointer(),
3467         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3468         the call to the generic pointer get/put functions with prefixing the
3469         function name with port->fun_prefix,
3470         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3471         * src/pic16/main.c (_process_pragma): prefix function with
3472         port->fun_prefix,
3473         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3474         calling assembler, old 18Fxxxx macro is deprecated,
3475         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3476         PC_ASMDIR in while condition,
3477         * (findInstruction): add PC_ASMDIR in while condition,
3478         * (buildCallTree): prefix main with port->fun_prefix,
3479         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3480         identifier for variable with banked access in instructions BTFSS,
3481         BTFSC, BCF, BSF, BTG
3482         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3483         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3484         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3485         perform optimization when enviroment variable NO_REG_OPT is set,
3486         * (insideLRBlock): NEW, return 1 if register is inside an
3487         INF_LOCALREGS block,
3488         * (RemoveRegFromLRBlock): remove a register that is completely
3489         eliminated by register optimization, but it is still left in local
3490         register store/restore in/from stack block,
3491         * (Remove2pcodes): after removing register, check to see if it
3492         should be removed from local register store/restore in/from stack
3493         block,
3494         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3495         DUMMY_READ_VOLATILE,
3496
3497         * device/include/pic16/adc.h: minor prototype modifications and
3498         update,
3499         * device/include/pic16/malloc.h: added GPL notice various
3500         modifications,
3501         * device/include/pic16/stdint.h: NEW, standard header for ints
3502         * device/include/pic16/delay.h: NEW, header for delay functions,
3503         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3504         delay1mtcy,
3505         * device/include/pic16/signal.h: NEW, header providing helper macros
3506         for implementing signal handlers,
3507         * device/include/pic16/stdio.h: added prototypes for functions,
3508         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3509         prototypes for stdin and stdout, added macro PUTCHAR to
3510         automatically implement putchar function prototype,
3511         * device/include/pic16/usart.h: modified and updated USART library,
3512         * device/lib/pic16/libio/adc/,
3513         * device/lib/pic16/libio/i2c: some modifications to improve library
3514         performance,
3515         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3516         family of functions,
3517         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3518         family of functions and other sources,
3519         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3520         of the PIC18Fxx[28] devices,
3521         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3522         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3523         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3524         _do_cinit function, because the previous failed when local variables
3525         where not placed in the same memory bank,
3526         * device/lib/pic16/libsdcc/char/: various modifications to improve
3527         library performance,
3528         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3529         information on the new functions of the c library and more...
3530
3531 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3532
3533         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3534
3535 2005-03-26 Raphael Neider <rneider AT web.de>
3536
3537         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3538           if condition == CARRY)
3539         * (genCmp): adapted to new genSkipc semantics
3540         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3541           on rIfx (genCmp was broken)
3542
3543 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3544
3545         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3546         * src/z80/main.c (_keywords[]),
3547         * src/SDCCglobal.h (struct options),
3548         * src/SDCC.y,
3549         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3550         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3551         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3552         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3553         always available in leading double underscore form. The C99 support is
3554         mostly missing, but it's a start.
3555         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3556         reserved identifier "__data".
3557
3558 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3559
3560         * src/mcs51/peeph.def: fixed bug 1170013
3561
3562 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3563
3564         * device/include/mcs51reg.h: fixed bug 842007
3565
3566 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3567
3568         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3569         last time.
3570
3571 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3572
3573         * src/port.h (struct PORT),
3574         * src/avr/ralloc.c (avr_assignRegisters),
3575         * src/avr/main.c,
3576         * src/ds390/ralloc.c (ds390_assignRegisters),
3577         * src/ds390/main.c,
3578         * src/hc08/ralloc.c (hc08_assignRegisters),
3579         * src/hc08/main.c,
3580         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3581         * src/mcs51/main.c,
3582         * src/pic/ralloc.c (pic14_assignRegisters),
3583         * src/pic/main.c,
3584         * src/pic16/ralloc.c (pic16_assignRegisters),
3585         * src/pic16/main.c,
3586         * src/xa51/ralloc.c (xa51_assignRegisters),
3587         * src/xa51/main.c,
3588         * src/z80/ralloc.c (z80_assignRegisters),
3589         * src/z80/ralloc.h,
3590         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3591         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3592         * src/SDCCcse.h,
3593         * src/SDCCdflow.c (computeDataFlow),
3594         * src/SDCCdflow.h,
3595         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3596         * src/SDCCloop.h,
3597         * src/SDCCcflow.c (*),
3598         * src/SDCCcflow.h,
3599         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3600         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3601         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3602         immedDom() returning wrong block; probably fixes bug #1160833)
3603
3604 2005-03-20 Borut Razem <borut.razem AT siol.net>
3605
3606         * support/scripts/inc2h.pl: WIN32 port
3607
3608 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3609
3610         * device/lib/makefile.in: added abs.c and labs.c
3611
3612 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3613
3614         * device/include/stdint.h: added
3615         * device/lib/abs.c: added
3616         * device/lib/labs.c: added
3617         * device/include/stdlib.h: added abs() and labs() prototypes
3618         * device/lib/libsdcc.lib: added abs and labs
3619         * device/include/float.h,
3620         * device/lib/_fsmul.c,
3621         * device/lib/printf_fast.c,
3622         * device/lib/printf_tiny.c: updated comments
3623
3624 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3625
3626         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3627         bug #1164313
3628
3629 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3630
3631         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3632         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3633
3634 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3635
3636         * device/lib/printf_large.c: removed inline assembly for portability and
3637           readability. Use printf_fast if speed or size are more important.
3638         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3639         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3640
3641 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3642
3643         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3644         prevent compiler warning
3645
3646 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3647
3648         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3649         moved to level 0 and declared as static. Also they are explicit
3650         placed in access bank. This was necessery because some times they
3651         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3652         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3653         optimizations. Currently only compare to unsigned char is implemented,
3654         * src/pic16/gen.c: added fReturnIdx array,
3655         * (struct resolvedIfx) is moved to gen.h and made public,
3656         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3657         * (aopForSym): added an optimization to directly store in stack of
3658         the operand of a SEND iCode,
3659         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3660         but as registers instead (AOP_REG) using the fReturnIdx array,
3661         * (pic16_freeAsmop): remove the freed register from the
3662         _G.sregsAlloc field,
3663         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3664         a compare of 'WREG',
3665         * (pic16_popGetTempRegCond): changed function prototype, now
3666         function takes also a bitVector argument v which holds the current
3667         set of registers that are allocated for stack access by aopForSym,
3668         registers allocated in aopForSym for accessing stack symbols are not
3669         any more part of the functions usedRegs field,
3670         * (genCall): some times aopOp is called for a stack variable to be
3671         send, aopForSym might perform the push, if this is true make sure
3672         that genCall doesn't push the variable twice by testing _G.resDirect,
3673         * (genFunction): changed testing for unspecified interrupt number
3674         from 256 to INTNO_UNSPEC,
3675         * modified selection scheme of frame pointer generation. Previously
3676         if function did use local registers a frame pointer was generated,
3677         now a frame pointer is generated only if function has arguments
3678         (that need PLUSW2 register access), or has stack arguments, or the
3679         compiler is not instructed to omit the frame pointer,
3680         * (genEndFunction): before restoring local registers that were saved
3681         in the function preamble, also restore the registers that *might*
3682         have been allocated for stack access,
3683         * (genRet): removed some old comments,
3684         * (genCmp, the active (RN's) version): added a call to the
3685         pic16_genCmp_special function to perform the compare with a more
3686         robust and optimized way,
3687         * (genInline): a feature has been added in inline code generation,
3688         which allows a wildcard variable substitution when writing inline
3689         assembly. Code is incomplete and experimental therefore undocumented,
3690         * (genCast): changed order of aopOp for result and right to allow
3691         aopForSym to directly load the result if possible,
3692         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3693         perform an optimized compare on some selected special occasions,
3694         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3695         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3696         generate an IVT any more,
3697         * src/pic16/main.c (pic16_optionsTable): added command line option
3698         --optimize-cmp,
3699         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3700         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3701         macros,
3702         * src/pic16/NOTES: Raphael Neider added in list of active developers
3703         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3704         jumptable_end to prevent bug #,
3705         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3706         inCond and outCond fields,
3707         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3708         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3709         turn off register spilling,
3710         * (packRegsForOneUse): synced with other ports' versions although it
3711         is not used currently,
3712         * (pic16_packRegisters): added an optimization while reading
3713         structure bitfields, some registers may be saved (malloc code is
3714         decreased by 80 bytes)
3715
3716 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3717
3718         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3719         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3720         this can be optimized more?
3721
3722 2005-03-10 Raphael Neider <rneider AT web.de>
3723
3724         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3725           genNearPointerGet): (hopefully) fixed access to bitfields via
3726           pointers (p->bitN = x; and x = p->bitN; failed)
3727
3728 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3729
3730         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3731
3732 2005-03-09 Raphael Neider <rneider AT web.de>
3733
3734         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3735
3736 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3739         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3740           (regTypeNum): set REG_BIT type if necessary
3741         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3742         * support/regression/tests/critical.c: check bug 1144613
3743
3744 2005-03-02 Raphael Neider <rneider AT web.de>
3745
3746         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3747
3748 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3749
3750         * src/avr/ralloc.c (serialRegAssign),
3751         * src/ds390/ralloc.c (serialRegAssign),
3752         * src/hc08/ralloc.c (serialRegAssign),
3753         * src/mcs51/ralloc.c (serialRegAssign),
3754         * src/pic/ralloc.c (serialRegAssign),
3755         * src/pic16/ralloc.c (serialRegAssign),
3756         * src/xa51/ralloc.c (serialRegAssign),
3757         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3758
3759 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3760
3761         * src/SDCCast.c (decorateType): fixed bug 1124787
3762
3763 2005-02-20 Hubert Sack <sack AT digiplan.de>
3764         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3765
3766         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3767         patch #1121755
3768
3769 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3770
3771         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3772         to keep the correct label reference count when adding/removing references
3773         to labels. A peephole file using this is appended to patch #1144962.
3774
3775 2005-02-14 Raphael Neider <rneider AT web.de>
3776
3777         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3778         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3779         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3780           retrievals of result operand's value on assignment
3781
3782 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3783
3784         * device/include/pic16/string.h: modified prototype for memccpy()
3785         to memccpy(void *, void *, char, size_t)
3786         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3787         check whether to omit frame pointer or not,
3788         * (genInline): convert all occurences of "\n" to LF in inline
3789         assembler blocks, this helps formatting the inline text,
3790         * (pic16_loadFSR0): modified prototype,
3791         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3792         removed some 8051 legacy code,
3793         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3794         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3795         before allocating temporary registers in functions,
3796
3797 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3798
3799         * support/regression/tests/bitvars.c: corrected the "fix"
3800
3801 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3802
3803         * support/regression/tests/bitvars.c,
3804         * support/regression/tests/bitwise.c,
3805         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3806
3807 2005-02-10 Raphael Neider <rneider AT web.de>
3808
3809         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3810           different size for Alpha
3811         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3812
3813 2005-02-09 Raphael Neider <rneider AT web.de>
3814
3815         * src/SDCC.lex(doPragma) : save and restore warning options as well
3816           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3817         * have #pragma less_pedantic set the errorlevel to WARNING
3818           (fixes #1117001)
3819         * (cloneOptimize) : fixed wrong malloc's size
3820         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3821           facilitate correct handling of #pragma (save|restore)
3822
3823 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3824
3825         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3826
3827 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3828
3829         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3830
3831 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3832
3833         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3834
3835 2005-02-02 Raphael Neider <rneider AT web.de>
3836
3837         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3838         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3839         * (pic16_storeForReturn): fixed to allow returning function pointers
3840         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3841         * device/include/pic16/{stddef.h,stdbool.h}: added
3842
3843 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3844
3845         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3846
3847 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3848
3849         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3850         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3851          appeared to be required
3852
3853 2005-01-31 Borut Razem <borut.razem AT siol.net>
3854
3855         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3856           include/mcs51 and include/z80 directories to the package
3857
3858 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3859
3860         * src/hc08/gen.c (genFunction): fixed bug #1112752
3861
3862 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3863
3864         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3865
3866 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3867
3868         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3869
3870 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3871
3872         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3873
3874 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3875
3876         * device/include/c8051fxxx.h: removed these 6 files
3877         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3878
3879 2005-01-26 Raphael Neider <rneider AT web.de>
3880
3881         * src/pic16/gen.c (genAssign): fixed assignment from longs
3882           in codespace (were cut to three bytes)
3883         * (genDummyRead): implemented (except for CODESPACE...),
3884           fixed bug #1108575
3885         * src/pic16/glue.c (emitStatistics): beautified
3886         * device/lib/pic16/libm/Makefile: added include path
3887
3888 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3889
3890         * src/z80/gen.c (aopPut): fixed bug #1103902
3891
3892 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3893
3894         * device/lib/expf.c: fixed bug #1095792
3895
3896 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3897
3898         * device/lib/pic16/libm: added Math library sources
3899
3900 2005-01-24 Raphael Neider <rneider AT web.de>
3901
3902         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3903           to enable upcast to pCodeOpReg2 (there is no type tag to
3904           differenciate the two and pic16_popGet2p cast into PCOR2)
3905         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3906           (sizeof(sectNames) changed to sizeof(sectName))
3907           Both patches fix segfaults under MinGW.
3908
3909 2005-01-23 Raphael Neider <rneider AT web.de>
3910
3911         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3912           Safe_[mc]?alloc()'ed variables
3913         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3914           of (byte sized) temporaries (assign them to WREG for now)
3915         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3916           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3917           this might fix SIGSEGVs on MinGW...
3918         * src/SDCCopt.c (killDeadCode): restored original behaviour
3919           (volatile operands might get thrown away though)
3920
3921 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3922
3923         * src/pic16/gen.c: fixed bug #1106975,
3924         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3925         pointer update, INTCON is saved, global interrupts are disabled and
3926         restored after updateing TOS.
3927         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3928         * added function attribute 'shadowregs' to take advantage of shadow
3929         registers,
3930         * added function attribute 'wparam' as an alternative to the wparam
3931         pragma,
3932         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3933         user declares a non-ISR function as 'shadowregs',
3934         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3935
3936 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3937
3938         * .version: bumped version number to 2.4.8
3939         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3940         pic16 port,
3941         * device/lib/pic16/libio/i2c/: I2C module support library,
3942         * device/include/pic16/i2c.h: I2C support library header,
3943         * device/lib/pic16/libc/stdio/: standard IO support sources,
3944         * (printf_small.c): printf_small() source, supports float print,
3945         * (printf_tiny.c): printf_tiny() source, does not support floats,
3946         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3947         enable global optimizations for entire library source, other
3948         Makefiles in the source tree are also modified to reflect this,
3949         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3950         function,
3951         * doc/sdccman.lyx: updated to reflect new changes,
3952         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3953         sym->onStack if-case,
3954         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3955         sbit, idata, _idata, xdata, _xdata,
3956         * added pragma library, to link an external library, (see doc),
3957         * removed command line options, --pomit-config-words, --pomit-ivt,
3958         --pleave-reset-vector,
3959         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3960         when calling assembler to reflect memory model used, also define
3961         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3962         reflect stack model used,
3963         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3964         on stack return NULL,
3965
3966 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3967
3968         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3969           of the operands is volatile. Fixes #1020220
3970
3971 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3972
3973         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3974         * (OptimizeRegUsage): make sure that there is really no other flow where
3975           the first pCode is used
3976
3977 2005-01-22 Raphael Neider <rneider AT web.de>
3978
3979         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3980           to fix #1106967 (pCode->seq are not set up correctly)
3981
3982 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3983
3984         * src/SDCCglue.c (glue): make sure code area is declared before the
3985         static initialization area.
3986
3987 2005-01-21 Raphael Neider <rneider AT web.de>
3988
3989         * device/lib/Makefile.in: fixed test for pic16 install dir
3990         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3991           optimizations
3992         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3993           added --optimize-goto compiler switch and pragma wparam documentation
3994         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3995         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3996           and PRODH closing bug #1071770 (peephole optimizer)
3997
3998 2005-01-19 Raphael Neider <rneider AT web.de>
3999
4000         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4001           cmdLine buffers (used when calling sdcpp...) are large enough
4002           (MAX_PATH=256 truncates arguments leading to system halts when
4003           used in MinGW...)
4004         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4005         * (genUminus): rewritten to for efficiency
4006         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4007           used uninitialized in some cases)
4008         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4009           copy the third byte from the int -- now assumes 0x80 (data memory)
4010         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4011           operands (genAddLit expects the iCode's operands to swapped as
4012           well), fixed leftover bytes (crashed for short left operands)
4013         * (pic16_genMinusDec): performance improvements, removed false
4014           PIC14 emitSKPNCs
4015         * (pic16_genMinus): fixed to cope with differently sized operands
4016         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4017           for --obanksel > 1
4018         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4019         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4020           new banksel optimization
4021         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4022           analysis for temporary registers (segfaults...)
4023         * src/pic16/peeph.def: added rule
4024
4025 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4026
4027         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4028         which converts a float number to its ASCII representation
4029         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4030         functions to convert the fractional and integer part of a float to ASCII,
4031         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4032         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4033         ram
4034         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4035         _STATMEM macros,
4036         * device/include/pic16/adc.h: added GPL info,
4037         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4038         a pCodeOp as tested operand,
4039         * (genNearPointerGet): optimized bit testing, does not use
4040         intermediate register for bit value, test directly instead with
4041         BTFSS, BTFSC, works only for single bits,
4042         * (genpic16Code): dump the name of the iCode in the asm,
4043         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4044         renamed to pic16_decodeOp,
4045         * (serialRegAssign): do not allocate a temporary register for iCode
4046         sequences that test a single bit for 1/0
4047
4048 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4049
4050         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4051         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4052         access stack and frame pointers. They are initially assigned to
4053         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4054         accessing SFRs. Updated all occurences of modification of stack or
4055         frame pointer in gen.c and pcode.c,
4056         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4057         assigning of a literal value to pointers,
4058         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4059         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4060         selected
4061
4062 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4063
4064         * doc/sdccman.lyx: update documentation about stack pragma, added
4065         some info for stack memory models
4066
4067 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4068
4069         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4070
4071 2005-01-08 Raphael Neider <rneider AT web.de>
4072
4073         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4074           udata sections to fix bug #1097823
4075
4076 2005-01-05 Raphael Neider <rneider AT web.de>
4077
4078         * src/pic16/gen.c (genGenericShift): added handling of differently
4079           sized left operand and result
4080
4081 2005-01-04 Raphael Neider <rneider AT web.de>
4082
4083         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4084         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4085           to hold the condition bit)
4086         * added new version of genCmp (old code available via #define)
4087         * added new version of genShiftLeft/genShiftRight in a generic
4088           way, now supports shifting by negative values
4089         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4090           shiftCount (expected by genGenericShift)
4091         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4092         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4093           dump
4094         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4095           is an invalid literal too...)
4096
4097 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4098
4099         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4100         from Raphael Neider,
4101         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4102         for 8-bit literals. This fixes some literal operands which are sign
4103         extended to 16-bits ints when instruction needs only 8-bits.
4104
4105 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4106
4107         * device/lib/logf.c: added mcs51 assembly version
4108         * device/lib/expf.c: added mcs51 assembly version
4109         * device/lib/_logexpf.c: new shared asm code for expf and logf
4110         * device/include/math.h: add defines for assembly math library
4111         * device/lib/Makefile.in: build new _logexpf.c
4112         * device/lib/libfloat.lib: use new _logexpf.c
4113
4114 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4115
4116         * src/pic/device.c
4117         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4118           device types which have less than 0x7f registers.
4119
4120 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4121
4122         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4123
4124 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4125
4126         * device/lib/printf_fast.c: only build on supported arch.
4127         * device/lib/printf_tiny.c: only build on supported arch.
4128         * device/lib/printf_fast_f.c: only build if asm float lib
4129         * device/lib/_fsget1arg.c: only build if asm float lib
4130         * device/lib/_fsget2args.c: only build if asm float lib
4131         * device/lib/_fsnormalize.c: only build if asm float lib
4132         * device/lib/_fsreturnval.c: only build if asm float lib
4133         * device/lib/_fsrshift.c: only build if asm float lib
4134         * device/lib/_fsswapargs.c: only build if asm float lib
4135         * device/include/stdio.h: don't provide print_fast,
4136           print_fast_f, print_tiny prototypes if --xstack used
4137
4138 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4141         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4142           to the SOURCES
4143
4144 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4145
4146         * device/lib/printf_fast_f.c: same as printf_fast, but
4147           with floating point enabled
4148         * device/lib/printf_fast.c: minor tweaks
4149         * device/include/stdio.h: add printf_fast_f
4150
4151 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4152
4153         * src/SDCCmain.c: make --float-reent default for mcs51
4154         * device/lib/_fsadd.c: added mcs51 assembly version
4155         * device/lib/_fssub.c: added mcs51 assembly version
4156         * device/lib/_fsmul.c: added mcs51 assembly version
4157         * device/lib/_fsdiv.c: added mcs51 assembly version
4158         * device/lib/_fseq.c: added mcs51 assembly version
4159         * device/lib/_fsneq.c: added mcs51 assembly version
4160         * device/lib/_fsgt.c: added mcs51 assembly version
4161         * device/lib/_fslt.c: added mcs51 assembly version
4162         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4163         * device/lib/Makefile.in: add _fscmp to build
4164         * device/lib/libfloat.lib: add _fscmp to build
4165
4166 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4167
4168         * device/lib/_fs2slong.c: added mcs51 assembly version
4169         * device/lib/_fs2sint.c: added mcs51 assembly version
4170         * device/lib/_fs2schar.c: added mcs51 assembly version
4171         * device/lib/_fs2ulong.c: added mcs51 assembly version
4172         * device/lib/_fs2uint.c: added mcs51 assembly version
4173         * device/lib/_fs2uchar.c: added mcs51 assembly version
4174         * device/lib/_slong2fs.c: added mcs51 assembly version
4175         * device/lib/_sint2fs.c: added mcs51 assembly version
4176         * device/lib/_schar2fs.c: added mcs51 assembly version
4177         * device/lib/_ulong2fs.c: added mcs51 assembly version
4178         * device/lib/_uint2fs.c: added mcs51 assembly version
4179         * device/lib/_uchar2fs.c: added mcs51 assembly version
4180         * device/include/float.h: added #define to select asm vs c
4181
4182 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4183
4184         * device/lib/printf_fast.c: improvements to float output
4185         * device/include/float.h: add defines for assembly float library
4186         * device/lib/_fsget1arg.c: receive 1 float arg
4187         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4188         * device/lib/_fsnormalize.c: normalize a float
4189         * device/lib/_fsreturnval.c: return float, various helper routines
4190         * device/lib/_fsrshift.c: right shift a float's mantissa
4191         * device/lib/_fsswapargs.c: swap 2 floats
4192         * device/lib/Makefile.in: build these 6 new files for mcs51
4193         * device/lib/libfloat.lib: add these 6 files to the library
4194
4195 2004-12-26 Borut Razem <borut.razem AT siol.net>
4196
4197         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4198           built by gcc 3.4.2
4199
4200 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4201
4202         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4203           and fully reentrant and register bank neutral.
4204         * device/lib/printf_fast.c: added float (not enabled by default),
4205           added compact/slower integer (also not enabled by default),
4206           improved size/speed of fast integer code, other minor changes
4207         * device/include/stdio.h, device/lib/Makefile.in,
4208           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4209
4210 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4211
4212         * src/pic16/pcode.c: declaring variables other than at the start of a
4213           block is not supported in C by VC6.
4214
4215 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4216
4217         * applied a previous patch from Raphael Neider that wasn't included
4218         in the previous commits, which fixes infinite loops within jumptable
4219         improvements,
4220         * made some fixes that previous patches introduced
4221
4222 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4223
4224         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4225         that fixes an issue with AOP_PCODE asmop's offset,
4226         * (pic16_popCopyReg): update instance field too,
4227         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4228         function of pic port,
4229         * (genCmp, genAnd, genAssign),
4230         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4231
4232 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4235         variables initial values to idata section,
4236         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4237         variables in some functions. This utilizes parmBytes field of iCode
4238         structure to hold the offset of the variable in stack. (might be
4239         able to use the stack field too?)
4240         * applied patch from Raphael Neider # ### , # ###
4241         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4242         variable initial values in idata section,
4243         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4244         for static variables with initial value
4245         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4246         applied fix in while loop from Raphael Neider.
4247
4248 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4251         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4252         * src/ds390/ralloc.c (serialRegAssign): spill bits
4253         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4254         * support/Util/SDCCerr.c,
4255         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4256         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4257         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4258
4259 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4260
4261         * device/include/sdcc-lib.h: inserted LGPL, added includes
4262           asm/ds390/features.h and asm/mcs51/features.h
4263         * device/include/asm/default/features.h,
4264         * device/include/asm/gbz80/features.h,
4265         * device/include/asm/z80/features.h: added empty _AUTOMEM
4266           and _STATMEM
4267         * device/include/asm/ds390/features.h,
4268         * device/include/asm/mcs51/features.h: added files with defines for
4269           _AUTOMEM and _STATMEM indicating automatic and static storage class
4270         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4271         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4272         * src/SDCCicode.c (geniCodeCast),
4273         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4274         * src/SDCCloop.c (loopInduction): removed unused variable lr
4275         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4276           to convertToFcall to include char modulo (RFE 1065037), added check
4277           if left operand is unsigned and use abs of literal value
4278         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4279           as it doesn't work after conversion from peephole.def to peephole.rul
4280         * src/mcs51/gen.c (toBoolean): added check for size,
4281           (genModOneByte): optimized code for signed char modulo a literal
4282           power of 2 (thanks to Hubert Sack),
4283           (genRRC): removed unnecessary "clr c",
4284           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4285         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4286           jump optimization,
4287           swapped rules 256.c and 256.d,
4288           extended 256.d by using new multiple checks (thanks Erik),
4289           added rules 256.e and 256.f,
4290           updated rule 261.a and 261.b to new generated code
4291         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4292
4293 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4294
4295         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4296           induction related bugs, including first part of bug #1074377
4297
4298 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4299
4300         * applied patch from bug-report #1076292,
4301         * applied patches for genAnd and Goto-optimizations for Raphael
4302         Neider,
4303         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4304         dump a less iCode information,
4305         * src/pic16/device.h (pic16_options_t): added field debgen,
4306         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4307         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4308         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4309         puclic,
4310         * (various functions): added macros FENTRY and FENTRY2 to functions,
4311         to emit function prologue,
4312         * (various functions): fixed indentation,
4313         * (genNearPointerGet): fixed loading of FSR0,
4314         * (genPackBits): applied patch from Raphael Neider to fix updating
4315         of FSR0 and touching only the modified bits,
4316         * src/pic16/genarith.c (various functions): added macros FENTRY to
4317         emit function prologue in comments,
4318         * src/pic16/pcode.h: added functions debugf2, debugf3,
4319         * src/pic16/ralloc.c: partial fix for packForPush caused
4320         segmentation fault,
4321
4322 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4323
4324         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4325           <stsp AT users.sourceforge.net> with reversed byte order
4326         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4327
4328 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4329
4330         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4331           bug #1074377
4332         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4333         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4334
4335 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4336
4337         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4338
4339 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4340
4341         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4342           conditions,
4343           (setFromConditionArgs): friendly operand parser for peephole rules,
4344           (operandBaseName, operandsNotRelated): new peephole condition
4345           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4346           architecture specific register naming into account, handles n-way
4347           comparisons, and supports quoted literals
4348         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4349
4350 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4351
4352         * src/mcs51/peeph.def: fixed bug #1076940
4353
4354 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4355
4356         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4357
4358 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4359
4360         Adding support for replacing ljmps with sjmps in jumptables
4361         generated for switch statements. For now you need to set the
4362         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4363         Now 4 algorithms for mcs51 jumptable generation are used:
4364         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4365         addresses loaded pc-relative for up to 112 cases and stack-pushing
4366         target addresses loaded with offset from dptr for up to 256 cases.
4367
4368         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4369         * src/mcs51/main.c: adapted constants for switch table generation
4370         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4371
4372 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4373
4374         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4375         * support/regression/tests/bug1057979.c: added test for bug 1073386
4376
4377 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4378
4379         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4380         compilers
4381
4382 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * src/pic16/device.h,
4385         * src/pic16/genarith.c,
4386         * src/pic16/glue.c,
4387         * src/pic16/main.c,
4388         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4389
4390 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4391
4392         Large cummulative patch for pic16 port.
4393         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4394         to call when a stack overflow occurs,
4395         * (malloc.h): added CVS Id tag,
4396         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4397         variable,
4398         * added libc directory. The current version of LibC contains string
4399         functions, ctype functions and macros and some functions of the
4400         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4401         be extensively tested in the future. Standard disclaimer here.
4402         Library is not automatically build yet. But one can build it by
4403         invoking 'make' inside the libc directory.
4404         * added ADC library under libio. Preliminary version yet.
4405
4406         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4407         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4408         aopForRemat() now and not by pic16_aopOp(),
4409         * (pic16_popGetTempReg): removed warning messgae when allocating
4410         temporary registers, its a buggy feature and will be removed,
4411         * (pic16_popGet): set register instance field in AOP_CRY,
4412         * (pic16_outBitC): fixed for results in size greater than 1,
4413         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4414         * (pic16_storeForReturn): optimized return of 0,
4415         * (genCmp): experimental code for new genCmp which uses PIC18's
4416         special compare&skip instructions. Initial tests fail some times
4417         with variables grater than 1 byte in size, so new code is disabled,
4418         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4419         a single bit,
4420         * (genCast): began a fix to optimize the casting of a bit to another
4421         bit, now assigning a bitfield to another bitfield will fail, sorry,
4422         * src/pic16/main.c: disabled the use of lr-support feature,
4423         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4424         * added some function prototypes, added function _debugf prototype,
4425         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4426         bits with offset (case PO_GPR_BIT),
4427         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4428         command line,
4429         * (isBankInstruction): modified to return 0 for no banking instruction,
4430         and 1 for banking instruction,
4431         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4432         caused stop processing pCodes after a inline assembly block,
4433         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4434         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4435         registers when it shouldn't,
4436         * src/pic16/ralloc.c (allocReg): add preliminary support for
4437         supporting a limited set of temporary registers,
4438
4439 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4442           genDataPointerSet): ensure assignments always copy in MSB to LSB
4443           order,
4444           (loadRegFromAop): recognize CLRH optimization,
4445           (genFunction): optimize RECEIVE iCodes in reentrant functions
4446
4447 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4450           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4451           selected.
4452         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4453         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4454           contiguous with data
4455
4456 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4457
4458         * device/lib/_gptrget.c (_gptrget),
4459         * device/lib/_gptrgetc.c (_gptrgetc),
4460         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4461           instead of sjmp to ret
4462         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4463           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4464
4465 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4466
4467         * .version: bumped version to 2.4.7
4468         * device/lib/_gptrget.c (_gptrget): is now _naked
4469         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4470         * device/lib/_gptrput.c (_gptrput): is now _naked
4471         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4472           (createFunction): fixed xstack
4473         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4474         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4475           or bit either,
4476           (geniCodeCritical): store original interrupt state in an iTemp bit
4477           var unless stack-auto
4478         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4479         * src/SDCCmain.c (setIncludePath): added include/target to search path
4480         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4481         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4482           prototype,
4483           (processFuncArgs): put bit vars in bit area
4484         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4485           unsaveRBank): fixed xstack,
4486           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4487           (genFunction, genEndFunction): fixed xstack,
4488           (genAssign): optimization don't walk backwards through mem
4489         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4490         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4491         * support/regression/Makefile: also make library (for stack-auto) when
4492           making "all" and added "test-mcs51-xstack-auto"
4493         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4494         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4495         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4496         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4497         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4498           make-library by MAKE_LIBRARY
4499         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4500           regression tests for xstack
4501         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4502         * support/regression/tests/critical.c: test for critical on mcs51
4503
4504 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4507           built version of sdcc instead of installed version
4508
4509 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4510
4511         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4512         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4513           vprintf.c now
4514         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4515         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4516           WARNING: remove device/lib/build/z80/printf.o by hand when
4517           updating from previous build!
4518         * device/lib/z80/printf.c: updated comment
4519         * support/regression/tests/bug1057979.c: test all ports now
4520         * support/regression/tests/bug1065458.c: file added
4521
4522 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4525           *_start and *_end symbols for static functions
4526
4527 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4528
4529         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4530           and search crt0.o in all library paths,
4531           (setIncludePath): proper handling of --nostdinc,
4532           (setLibPath): proper handling of --nostdlib
4533         * support/regression/Makefile,
4534         * support/regression/ports/ds390/spec.mk,
4535         * support/regression/ports/gbz80/spec.mk,
4536         * support/regression/ports/hc08/spec.mk,
4537         * support/regression/ports/mcs51/spec.mk,
4538         * support/regression/ports/mcs51-large/spec.mk,
4539         * support/regression/ports/mcs51-stack-auto/spec.mk,
4540         * support/regression/ports/z80/spec.mk: use include and lib files from
4541           built version of sdcc instead of installed version
4542         * doc/sdccman.lyx: fixed typo in --nostdinc
4543
4544 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4545
4546         * src/pic/pcode.c,
4547         * src/pic/device.c,
4548         * src/pic/ralloc.c,
4549         * src/pic/gen.c : added support to generate code for struct bit fields.
4550
4551 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4552
4553         * as/xa51/xa_version.h,
4554         * device/include/errno.h,
4555         * device/include/regc515c.h,
4556         * device/lib/_itoa.c,
4557         * device/lib/_ltoa.c,
4558         * device/lib/ser_ir_cts_rts.c,
4559         * sim/ucsim/xa.src/glob.cc,
4560         * sim/ucsim/xa.src/inst_gen.cc,
4561         * sim/ucsim/xa.src/xa_bit.cc,
4562         * sim/ucsim/xa.src/xa_sfr.cc,
4563         * sim/ucsim/z80.src/inst_dd.cc,
4564         * sim/ucsim/z80.src/inst_fdcb.cc,
4565         * support/scripts/keil2sdcc.pl,
4566         * src/pic16/pic16.dsp,
4567         * src/pic16/pic16a.dsp: corrected cvs line endings
4568         * device/lib/printf_large.c: fixed bug 1057979
4569         * src/pic16/gen.c: fixed non-C standard code
4570         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4571         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4572         * support/regression/ports/mcs51/support.c: reload T1 asap
4573         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4574           pdata use and clear idata startup behaviour
4575         * support/regression/tests/bug1057979.c: added
4576
4577 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * device/examples/ds390/ow390/ad26.h,
4580         * device/examples/ds390/ow390/cnt1d.h,
4581         * device/examples/ds390/ow390/crcutil.c,
4582         * device/examples/ds390/ow390/ownet.h,
4583         * device/examples/ds390/ow390/owsesu.c,
4584         * device/examples/ds390/ow390/swt12.h,
4585         * device/examples/ds390/ow390/swtoper.c,
4586         * device/examples/ds390/ow390/temp10.h,
4587         * device/examples/ds390/ow390/thermodl.c,
4588         * device/examples/ds390/tinitalk/tinitalk.dsp,
4589         * device/examples/ds390/tinitalk/tinitalk.dsw,
4590         * device/examples/mcs51/clock/hw.h,
4591         * device/examples/mcs51/simple2/go.bat,
4592         * device/examples/serialcomm/windows/serial.h,
4593         * device/examples/xa51/dummy.c,
4594         * device/examples/xa51/hello.c,
4595         * device/include/80c51xa.h,
4596         * device/include/at89x051.h: corrected cvs line endings
4597
4598 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4599
4600         * src/pic16/main.c (options): added command line --gstack, to trace
4601         stack over/under flows,
4602         * added pragma 'wparam' to allow passing first byte of function
4603         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4604         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4605         call to __gstack_test function and sets up the symbol as extern,
4606         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4607         * popaop): added call to pic16_testStackOverflow,
4608         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4609         wparamList list,
4610         * (genCall, genPcall): now all parameters are passed via stack
4611         except in functions that are pass to wparam pragma in which WREG is
4612         used too,
4613         * (genPcall): REENTRANT flag is checked to see if variable prototype
4614         contains reentrant keyword, don't call a non-reentrant function, via
4615         a reentrant function pointer or vice versa, functions are never
4616         passed via WREG,
4617         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4618         D.Winkler,
4619         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4620         SIGSEGV when accessing a NULL register stucture,
4621         * (pic16_printGPointerType): modified to handle UPPER modifier for
4622         function initializers, changed prototype of function to simpler one,
4623         * (pic16_printIvalFuncPtr): check to see if function is already
4624         added in externs list,
4625         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4626         optimized a move from W to SFR with a move to the same register
4627         later after a CALL,
4628         * device/lib/pic16/debug: NEW directory, contains debug features
4629         which are enabled when linking with libdebug.lib, currently command
4630         line option --gstack enables stack pointer tracing for over/under
4631         flow, corresponding sources are in debug/gstack
4632
4633 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4634
4635         * doc/sdccman.lyx: updated SDCC version,
4636         * (PIC16 port): update list of command line options,
4637         * src/pic16/device.h (structure pic16_options_t): added field gstack
4638         to enable stack overflow tracing on push/pops,
4639         * src/pic16/device.c (statistics structure): added statistics
4640         structure,
4641         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4642         pic16_dump_int_registers): increase statistics counters for each
4643         * variable which is encountered
4644         * (pic16_dump_usection): emit each .udata variable to its own udata
4645         section,
4646         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4647         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4648         parameters via stack, otherwise use old scheme,
4649         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4650         assembler output file,
4651         * src/pic16/main.c: added command line options --gstack to enable
4652         push/pop tracing for stack overflow,
4653         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4654         instructions): added size of each instruction,
4655         * (pic16_countInstruction): estimate size of instructions in
4656         the_pFile list, inline assembly blocks are not counted,
4657         * (pic16_FixRegisterBanking): trace previous register usage, when
4658         banksel optimizations is greater than 0, don't emit a redudant
4659         banksel directive,
4660
4661 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4662
4663         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4664         * src/pic16/ralloc.c : applied same fix for pic16.
4665         * src/pic/gen.c : tidied it up a little.
4666
4667 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4668
4669         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4670         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4671
4672 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4675
4676 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4677
4678         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4679         non-reentrant function __modsint in the interrupt function (thus
4680         corrupting math operations during serial I/O)
4681         * device/lib/ser_ir.c: as above, changed buffersize
4682         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4683         256.c,d for zeroing
4684         * doc/Makefile: added option -t for rsync
4685
4686 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4687
4688         * src/SDCCast.h (struct ast),
4689         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4690
4691 2004-10-20 Borut Razem <borut.razem AT siol.net>
4692
4693         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4694         package
4695
4696 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4697
4698         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4699         makefile targets,
4700         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4701         support functions to replace long sequences of MOVFF's from access
4702         bank registers to stack and vice versa,
4703         * src/pic16/device.h: added new field opt_flags, where optimization
4704         flags can be set to enable certain features,
4705         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4706         * pBlock, (genFunction, genEndFunction): surroung loop for
4707         saving/loading used registers in stack with PC_INFO pCodes,
4708         INF_LREGS. Code in between can then be optimized by pCode optimizer
4709         to support function calls,
4710         * (genDataPointerSet): fixed bug which loaded float fields in
4711         structures with corrupt data,
4712         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4713         in a standard way debug info on stderr. Feature used for developing
4714         and debugging only,
4715         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4716         obsolete chunks of code,
4717         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4718         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4719         * pic16/src/pcode.c (pic16_newpCodeInfo,
4720         * (pic16_newpCodeOpLocalRegs),
4721         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4722         feature,
4723         * (pic16_pCodeConstString): printing of the initial value of a
4724         symbol as a comment is inhibited since parsing was already done by
4725         copyStr and output is corrupt,
4726         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4727
4728 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4731
4732 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4733
4734         * as/mcs51/lkarea.c: removed old K&R style,
4735           (lnksect): changed check on boundary error,
4736           (lnksect2): changed check on boundary error,
4737           (lnksect2): extend XSTK to end of page if size = 1
4738         * as/mcs51/lkmain.c: removed old K&R style,
4739           (Areas51): create l_IRAM symbol
4740         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4741         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4742           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4743         * device/lib/_mullong.c: added version to be compiled with xstack
4744         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4745         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4746         * device/lib/mcs51/crtxstack.asm: fixed comment
4747         * src/SDCCglue.c: maxInterrupts defaults to 0,
4748           (emitMaps): added pdata,
4749           (createInterruptVect): (re)moved default,
4750           (glue): added pdata,
4751           (glue): moved __start__xstack to XSTK with default size 1
4752         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4753           and options.float_rent when options.stackAuto is set,
4754           (linkEdit): only write XDATA_NAME if provided on command line
4755         * src/SDCCmem.h,
4756         * src/SDCCmem.c: added pdata
4757         * src/port.h: added pdata_name to PORT
4758         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4759           (saveRegisters, unsaveRegisters): removed usage of B,
4760           (genMinus): fixed accumulator clash,
4761           (genJumpTab): added comment, this needs another look
4762         * src/mcs51/gen.c: added check for "B in use" paranoia,
4763           added pushB() and popB()
4764         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4765           chance
4766         * src/avr/main.c,
4767         * src/ds390/main.c,
4768         * src/hc08/main.c,
4769         * src/mcs51/main.c,
4770         * src/pic/main.c,
4771         * src/pic16/main.c,
4772         * src/xa51/main.c,
4773         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4774           added PSEG (PAG,XDATA) or NULL to port specifier
4775         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4776         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4777           (_mcs51_genInitStartup): removed __start__xstack equ,
4778           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4779         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4780         * src/z80/gen.c (_rleAppend): fixed warnings
4781         * support/regression/tests/zeropad.c: added pdata test
4782         * .version: bumped to 2.4.6
4783
4784 2004-10-17 Borut Razem <borut.razem AT siol.net>
4785
4786         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4787         as a part of nightly build
4788
4789 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4790
4791         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4792         WREG holds the first byte function parameters,
4793         * (aopForSym): take special case for symbols which are in FARSPACE
4794         but in CODESPACE too,
4795         * (assignResultValue): modified to take into account _G.useWreg,
4796         * (genCall): don't use wreg for parameter passing when function is
4797         declared as reentrant, too, added optimization INCF to stack
4798         pointer when stack parameter count is 1,
4799         * (genFunction, genEndFunction): refurnished and fixed to not using
4800         wreg for passing parameters when function has varargs or is
4801         reentrant, fixed bug with symbol name compare for generating
4802         functions in absolute address,
4803         * (pic16_storeForReturn): refurnished,
4804         * (genCmp): began writing a new version of the function, not ready
4805         yet, therefore it is disabled,
4806         * (genAssign): do not read code memory when assigning a function to
4807         a pointer function,
4808         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4809         array of characters, not pointer,
4810         * (pic16initialComments): in debug mode emit an .ident directive for
4811         the assembler,
4812         * (_process_pragma): emit a new warning type (internal to pic16)
4813         when setting stack to default length, emit a similar warning when
4814         placing a function at absolute address and address is not word aligned
4815         * (_pic16_parseOptions): added 'return TRUE' statement,
4816         * (_pic16_linkEdit): if compiling a source, then add the source's
4817         file object, first in the list of objects to link,
4818
4819 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4820
4821         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4822         * src/pic/main.c : removed VC warning.
4823         * src/pic/gen.c : changed comment.
4824
4825 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4826
4827         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4828         reference to a deprecated symbol _GPTRREG was causing failure to
4829         link. Thanks G. M. Gallant for the info.
4830
4831 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4832
4833         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4834         comments for Bugs item #954788.
4835
4836 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4837
4838         * src/pic16/device.c (pic16_dump_gsection,
4839         * pic16_groupRegistersInSection): handle symbols declared to be in
4840         access bank differently,
4841         * src/pic16/gen.c (struct _G): added field resDirect,
4842         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4843         send values read from stack directly to result and don't allocate
4844         temporary values,
4845         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4846         same registers,
4847         * (pic16_sameRegsOfs): NEW,
4848         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4849         free because they were not allocated from temporary pool,
4850         * pic16_popRegFromString): workaround to fix a problem with
4851         allocating variables twice or never,
4852         * (genGenPointerGet): using PRODL instead of FSR0H,
4853         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4854         instead of FSR0H,
4855         * (genAssign): take advantage of the _G.resDirect flag,
4856         * (genCast): around line 11844, use mov2f instead of directly
4857         MOVFF'ing between operands to account for literal values,
4858         * src/pic16/genutils.c: some new debug functions for gpsim have been
4859         added,
4860         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4861         float with integer part only,
4862         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4863         place variables in access bank
4864         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4865         updated sources to reflect recent changes in gen.c
4866
4867 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4868
4869         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4870         sources that searched for headers in installation path, now the
4871         device/include/pic16 is used,
4872         * src/pic16/glue.c (pic16glue),
4873         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4874         .line directives if not in debug mode, this suppresses assembler's
4875         warnings for ignored directives
4876
4877 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4878
4879         * src/port.h: made reset_regparms prototype void parameter explicit.
4880         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4881         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4882         * doc/sdccman.lyx: documented warning disabling and how to use
4883           printf_large to make it print floats.
4884         * device/include/stdbool.h: NEW
4885         * device/lib/_atof.c,
4886         * device/lib/_divuint.c,
4887         * device/lib/_divulong.c,
4888         * device/lib/expf.c,
4889         * device/lib/printf_large.c,
4890         * device/lib/sincosf.c,
4891         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4892         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4893           a completely reentrant lib.
4894
4895 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4896
4897         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4898         * device/include/pic16/stdio.h: fixed bug with colon
4899
4900 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4901
4902         * device/include/pic16/stdio.h,
4903         * device/include/pic16/stdlib.h,
4904         * device/include/pic16/math.h: NEW
4905         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4906         declared as _naked to reduce overhead
4907         * device/lib/Makefile.in (target port-specific-objects-pic16):
4908         changed * to *.* so to ignore the CVS directory,
4909         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4910         stacked variables back in stack,
4911         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4912         corruption
4913
4914 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * .version: bumped version number to 2.4.5
4917         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4918         * support/Util/SDCCerr.c (messages structure): added entry for
4919         W_POSSBUG2
4920
4921         Large cumulative patch for pic16 port and libraries.
4922         * device/include/pic16/sdcc-lib.h,
4923         * device/include/pic16/stdarg.h,
4924         * device/include/asm/pic16/features.h,
4925         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4926         * device/include/pic16/float.h: changes reentrant keyword with
4927         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4928         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4929         updated target build-libraries to include objects from gptr,
4930         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4931         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4932         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4933         all function headings,
4934         * src/SDCCmain.c: added global parameter userIncDirsSet,
4935         * (parseCmdLine): when option -I is encountered add directory to
4936         userIncDirsSet too,
4937         * src/version.awk: added space between control and long,
4938         * src/pic16/NOTES: added some notes for the port,
4939         * src/pic16/gen.c: added prototype for mov2fp function,
4940         * (fReturnpic16[]): properly named return value registers,
4941         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4942         * (aopForSym): added code to handle symbols with onStack flag set,
4943         symbols onStack are allocated PTRSIZE bytes,
4944         * (aopFreeAsmop): handles special case where asmops are stack objects,
4945         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4946         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4947         added argument lock to trace flaws in allocating temporary registers
4948         when developing port,
4949         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4950         * (pic16_popRegFromString): reenabled allocating a direct register
4951         from string,
4952         * (assignResultValue): various beautifications,
4953         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4954         referenced function argument,
4955         * (genIpush): reenabled to allow stacked arguments, handles only
4956         ic->parmPush iCodes,
4957         * (genCall, genPcall): major changes to allow for variable argument
4958         functions, fixed a bug with falsely restoring stack pointer after
4959         returning from call,
4960         * (genFunction): pending code for critical function,
4961         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4962         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4963         * (genNearPointerGet): fixed bug with indirect reading, was always
4964         reading from INDF0
4965         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4966         pointers,
4967         * (genAddrOf): rewrote code to take address of a stacked function parameter
4968         * (genCast): fixed casting to generic pointer type,
4969         * src/pic16/gen.h: added AOP_STA,
4970         * (struct asmop): added field stk,
4971         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4972         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4973         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4974         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4975         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4976         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4977         generic pointers,
4978         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4979         and library paths,
4980         * (pic16_port structure): generic pointer size is set to 3,
4981         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4982         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4983         compiler warning,
4984         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4985         operand is an iTemp,
4986
4987 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4988
4989         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4990         * debugger/mcs51/simi.c: addapt new syntax of s51
4991
4992 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4993
4994         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4995         * src/pic16/pcode.c: commented out some calls to free() in order to
4996         fix bug #989576,
4997
4998 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4999
5000         * src/SDCCicode.h,
5001         * src/SDCCicode.c (isiCodeInFunctionCall),
5002         * src/avr/ralloc.c (selectSpil),
5003         * src/pic/ralloc.c (selectSpil),
5004         * src/pic16/ralloc.c (selectSpil),
5005         * src/ds390/ralloc.c (selectSpil),
5006         * src/hc08/ralloc.c (selectSpil),
5007         * src/xa51/ralloc.c (selectSpil),
5008         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5009         stack in the middle of a function call sequence (fixes bug #1020268)
5010         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5011         costs associated with the minimum switch case.
5012
5013 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5014
5015         * src/SDCC.lex: fixed bug #1030549
5016
5017 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5018
5019         * src/SDCCcse.h (struct cseDef),
5020         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5021         over a function call if the CSE is derived from a symbol whose
5022         address has been taken (fixes bug #1029883)
5023         * support/regression/tests/bug-1029883: a new regression test for
5024         this bug
5025
5026 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5027
5028         * src/hc08/gen.c (emitinline): fixed bug #1029778
5029         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5030         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5031         and starts toward RFE #905167)
5032
5033 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5034
5035         * src/pic16/gen.c (mov2f): New function to move an operand to
5036         another without considering if it is a literal or a register,
5037         * (pic16_sameRegs): don't check if they are both AOP_REG,
5038         * (AccRsh): removed andmask=0 lines,
5039         * (genLeftShift): duplicated to be improved in future versions,
5040         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5041         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5042         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5043         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5044         * (insertBankSwitch): fixed inserting banksel directives algorithm
5045         for instructions that follow a skip instruction, this fixes a report
5046         for broken subtraction code generation,
5047         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5048         iCode is a left op, just in case result and right share the same
5049         registers
5050
5051 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * src/hc08/main.c,
5054         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5055         preservation of HX
5056         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5057         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5058         on 2004-09-12; it was buggy
5059
5060 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5061
5062         * src/SDCCsymt.h: removed RESULT_CHECK
5063         * src/SDCCast.c,
5064         * src/SDCCglue.c,
5065         * src/SDCCval.c,
5066         * src/pic/glue.c,
5067         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5068
5069 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5070
5071         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5072         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5073         configuration values no more rejected by compiler, they are assigned
5074         to configuration registers with a warning message instead,
5075         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5076         the for-loop so last conf register is emitted too,
5077         * (_pic16_initPaths): link library libsdcc.lib by default,
5078         * (_hasNativeMulFor): modified test for multiplication according to
5079         Raphael Neider's remarks. Integer multiplication is also done with
5080         support functions,
5081         * device/include/pic16/pic18fregs.h: corrected type error in while
5082         testing and including 18f6720 header file
5083
5084 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5085
5086         * src/pic16/device.h (pic16_options): removed field use_crt,
5087         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5088         until an optimization to handle single bits is added,
5089         * (pic16_loadFSR0): moved before genUnpackBits,
5090         * (genAnd): some white lines removed,
5091         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5092         leave_reset flags in pic16_options when using crt modules,
5093
5094 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5095
5096         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5097           for bugs 898889 & 979599. Also used some safer print instructions.
5098
5099 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5100
5101         * src/pic16/device.h (pic16_options_t): added field use_crt,
5102         crt_name, no_crt,
5103         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5104         catch a probable future bug,
5105         * src/pic16/gen.c: aopIdx function commented out,
5106         * (genAssign): commented out old code which used aopIdx,
5107         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5108         code, added if conditionals to take into account the --use-crt
5109         command line options,
5110         * src/pic16/main.c (pic16_optionsTable): added new command line
5111         options, --use-crt= and --no-crt,
5112         * (_pic16_linkEdit): now the proper crt object is added in the
5113         linker command line except than when --no-crt is specified,
5114         * src/pic16/pcode.c,
5115         * src/pic16/pcode.h: added some structures and functions for a new
5116         optimization scheme to compansate for instruction overhead between
5117         same iCodes, this scheme is currently under development and is not
5118         working in any way,
5119         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5120         to && operator,
5121         * device/lib/pic16/startup/crt0i.c,
5122         * device/lib/pic16/startup/crt0iz.c: added global char variable
5123         __uflags to force the generation of an idata section
5124
5125 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5126
5127         * doc/Makefile,
5128         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5129         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5130
5131 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5134         Frieder) and clarified the default code optimization mode
5135
5136 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5137
5138         * src/SDCC.lex (doPragma, process_pragma),
5139         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5140         "opt_code_size", and "opt_code_balanced"
5141         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5142         regrouped options by category, added support for category headers
5143         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5144         and "--opt-code-size"
5145         * doc/sdccman.lyx: documented these new options and pragmas
5146         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5147         preference into account
5148
5149 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5150
5151         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5152           geniCodePreDec): Fixed bug 904237 by generating a warning
5153         * src/SDCCerr.h,
5154         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5155
5156 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5157
5158         * src/pic/device.c : When no max ram set validate full memory range.
5159         * src/pic/pcode.c,
5160         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5161
5162 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5163
5164         * device/lib/_gptrget.c,
5165         * device/lib/_gptrput.c: updated comment
5166         * device/lib/calloc.c,
5167         * device/lib/free.c,
5168         * device/lib/malloc.c,
5169         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5170         * src/SDCCcse.c (cseBBlock),
5171         * src/SDCCicode.c (printOperand, geniCodeArray),
5172         * src/SDCCicode.h (struct operand): fixed bug 868103
5173         * support/regression/tests/bug-868103.c: added
5174         * src/SDCCast.c (searchLitOp),
5175         * src/SDCCcse.h (struct cseDef),
5176         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5177         * src/SDCCicode.h (struct operand),
5178         * src/SDCCsymt.h (struct sym_link),
5179         * src/avr/gen.c (hasInc),
5180         * src/ds390/gen.c (hasInc),
5181         * src/hc08/gen.c (genPlusIncr, hasInc),
5182         * src/mcs51/gen.c (hasInc),
5183         * src/pic16/glue.c (pic16_printIvalChar),
5184         * src/pic16/ralloc.c (regWithIdx),
5185         * src/xa51/gen.c (hasInc) : removed warnings
5186         * src/SDCCast.c (createBlock): added comment ???
5187         * src/hc08/ralloc.c: updated comments
5188
5189 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5190
5191         * doc/sdccman.lyx: updated section on switch statements, added
5192         section about semaphore locking
5193         * doc/Makefile: added option -info for latex2html
5194         * device/lib/_gptrget.c,
5195         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5196
5197 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5198
5199         * src/pic/device.h,
5200         * src/pic/device.c,
5201         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5202          maxram is less than 0x100.
5203
5204 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5205
5206         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5207
5208 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5209
5210         * src/port.h,
5211         * src/mcs51/main.c,
5212         * src/ds390/main.c,
5213         * src/z80/main.c,
5214         * src/hc08/main.c,
5215         * src/pic/main.c,
5216         * src/pic16/main.c,
5217         * src/avr/main.c,
5218         * src/xa51/main.c
5219         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5220         a jump table is the best form for a switch statement, including
5221         automatic insertion of missing cases to make the case range
5222         continuous. Developed in collaboration with Frieder Ferlemann.
5223
5224 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5225
5226         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5227         accumulator result if it needs sign extension
5228
5229 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5230
5231         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5232
5233 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5234
5235         * device/lib/gbz80/printf.c,
5236         * device/lib/z80/printf.c: removed define for NULL
5237
5238 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5239
5240         * as/xa51/xa_link.c,
5241         * device/examples/ds390/ow390/ad26.c,
5242         * device/examples/ds390/ow390/cnt1d.c,
5243         * device/examples/ds390/ow390/counter.c,
5244         * device/examples/ds390/ow390/ds2480.h,
5245         * device/examples/ds390/ow390/ds2480ut.c,
5246         * device/examples/ds390/ow390/findtype.c,
5247         * device/examples/ds390/ow390/gethumd.c,
5248         * device/examples/ds390/ow390/owllu.c,
5249         * device/examples/ds390/ow390/ownetu.c,
5250         * device/examples/ds390/ow390/swt12.c,
5251         * device/examples/ds390/ow390/swtloop.c,
5252         * device/examples/ds390/ow390/temp.c,
5253         * device/examples/ds390/ow390/temp10.c,
5254         * device/examples/ds390/ow390/thermo21.c,
5255         * device/examples/ds390/ow390/tinilnk.c,
5256         * device/examples/ds390/ow390/tstfind.c,
5257         * device/examples/serialcomm/windows/serial.cpp,
5258         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5259         * device/include/reg51.h: fixed line endings for cvs
5260
5261 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5262
5263         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5264         packRegsForAccUse, packRegisters): new accumulator register
5265         packing algorithm
5266         * support/regression/ports/hc08/support.c (_putchar): suppress
5267         warning of unused variable
5268         * src/SDCCicode.c: added SWAP entry to codeTable
5269
5270 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5271
5272         * device/lib/sprintf.c: forgot to add this file before previous commit
5273
5274 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5275
5276         * src/pic16/gen.c (genPackBits): added operand right in function
5277         parameters, load result directly if p_type is POINTER (that is
5278         called by genNearPointerSet)
5279         * (genUnPackBits): added operand left in function parameters,
5280         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5281         FSR0 if accessing bitfields,
5282
5283 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5284
5285         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5286           _print_format; updated printf, sprintf, vsprintf
5287         * device/include/asm/default/features.h: corrected comment/define
5288         * device/lib/Makefile.in: added sprintf.c
5289         * device/lib/libsdcc.lib: added sprintf module
5290         * device/lib/printf_large.c,
5291         * device/lib/vprintf.c,
5292         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5293           into these 3 files
5294         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5295         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5296         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5297           hc08 test
5298         * support/regression/tests/zeropad.c: define idata as data for hc08
5299
5300 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5303         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5304         labels are referenced at least once (even if a reference is not found)
5305         * src/hc08/gen.c (emitcode): set isComment flag for comments
5306         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5307         loads), rules 6a..6b (optimize jumps to return)
5308
5309 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5310
5311         * device/lib/acosf.c (acosf),
5312         * device/lib/asinf.c (asinf),
5313         * device/lib/atanf.c (atanf),
5314         * device/lib/ceilf.c (ceilf),
5315         * device/lib/cosf.c (cosf),
5316         * device/lib/coshf.c (coshf),
5317         * device/lib/cotf.c (cotf),
5318         * device/lib/fabsf.c (fabsf),
5319         * device/lib/floorf.c (floorf),
5320         * device/lib/log10f.c (log10f),
5321         * device/lib/logf.c (logf),
5322         * device/lib/sinf.c (sinf),
5323         * device/lib/sinhf.c (sinhf),
5324         * device/lib/sqrtf.c (sqrtf),
5325         * device/lib/tanf.c (tanf),
5326         * device/lib/tanhf.c (tanhf),
5327         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5328         replaced all instances of "reentrant" in the library functions
5329         defined in math.h with this macro.
5330         * support/regression/tests/float_trans.c: reenabled test for hc08
5331
5332 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5333
5334         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5335         erroneously deleted
5336
5337 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5338
5339         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5340         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5341         multi-byte volatile operands are used
5342         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5343         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5344         initialization to area GSINIT0 so that it would always precede
5345         any static initializers in GSINIT
5346         * support/regression/tests/zeropad.c: fixed idata define for hc08
5347         * support/regression/tests/bug-927659.c,
5348         * support/regression/tests/float_trans.c: disabled tests for hc08
5349         pending missing library routines
5350         * .version: increased version number to 2.4.4 - hc08 port now passes
5351         regression tests
5352
5353
5354 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5355
5356         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5357         * Makefile.common.in,
5358         * as/Makefile,
5359         * as/hc08/Makefile.in,
5360         * as/mcs51/Makefile.in,
5361         * as/z80/Makefile.in,
5362         * debugger/mcs51/Makefile.in,
5363         * device/include/Makefile.in,
5364         * device/lib/Makefile.in,
5365         * doc/Makefile,
5366         * link/Makefile,
5367         * link/z80/Makefile.in,
5368         * packihx/Makefile.in,
5369         * sim/ucsim/main_in.mk,
5370         * sim/ucsim/avr.src/Makefile.in,
5371         * sim/ucsim/doc/Makefile.in,
5372         * sim/ucsim/gui.src/serio.src/Makefile.in,
5373         * sim/ucsim/hc08.src/Makefile.in,
5374         * sim/ucsim/s51.src/Makefile.in,
5375         * sim/ucsim/xa.src/Makefile.in,
5376         * sim/ucsim/z80.src/Makefile.in,
5377         * src/Makefile.in,
5378         * support/cpp2/Makefile.in,
5379         * support/librarian/Makefile,
5380         * support/makebin/Makefile: added DESTDIR to the install path proposed
5381         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5382         * doc/sdccman.lyx: added DESTDIR documentation
5383
5384 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5385
5386         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5387         instruction for interrupt handlers, use fast returns when returning
5388         from high priority interrupts
5389
5390 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5391
5392         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5393         code generation
5394         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5395         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5396         bugs, ported much of Bernhard's code from mcs51
5397         * src/mcs51/gen.c (genSend),
5398         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5399         than one when calling a reentrant function
5400         * device/lib/_mullong.c: defined an alternate struct layout for big
5401         endian ports (hc08)
5402
5403 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5404
5405         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5406         test
5407
5408 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5409
5410         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5411         are sane and complete before asking the port its prefered parameter
5412         passing method (fixes bug #1017633)
5413         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5414         and _ret3
5415
5416 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5417
5418         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5419         problem in bitfields >= 8 bits.
5420
5421 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5422
5423         * src/SDCCsymt.c: undid changes that were not meant to be committed
5424
5425 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5426
5427         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5428
5429 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5430
5431         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5432           copied and wrong bit got inverted
5433
5434 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5435
5436         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5437         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5438         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5439         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5440         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5441         assignments to bitfields at known addresses
5442         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5443         reads from bitfields at known addresses
5444         * src/hc08/ralloc.c (packRegisters),
5445         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5446         genhc08Code): optimize pointer get values used as conditionals
5447         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5448         and branch
5449
5450 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5453         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5454         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5455         as conditionals
5456
5457 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5458
5459         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5460
5461 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5464         related problems
5465
5466 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5467
5468         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5469
5470 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5471
5472         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5473         mcs51 port
5474
5475 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5476
5477         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5478
5479 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5480
5481         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5482         cases use more compact code.
5483
5484 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5485
5486         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5487
5488 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5489
5490         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5491
5492 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/SDCCsymt.h,
5495         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5496         parameter of changePointer() from symbol* to sym_link*
5497         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5498         * src/SDCCsymt.c (compareType): void* type is castable to other
5499         pointers, but not necesarily an exact match.
5500         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5501         is no longer blindly treated as an exact match.
5502         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5503
5504 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5505
5506         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5507
5508 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5509
5510         * src/pic/gen.c,
5511         * src/pic/pcode.c,
5512         * src/pic/ralloc.h,
5513         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5514
5515 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5516
5517         * src/pic/device.c,
5518         * src/pic/device.h,
5519         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5520
5521 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/mcs51/gen.c (emitcode): fixed bug #992819
5524
5525 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5526
5527         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5528           there's no need to make it worse
5529
5530 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/mcs51/ralloc.c (deassignLR),
5533         * src/ds390/ralloc.c (deassignLR),
5534         * src/hc08/ralloc.c (deassignLR),
5535         * src/z80/ralloc.c (deassignLR),
5536         * src/pic/ralloc.c (deassignLR),
5537         * src/pic16/ralloc.c (deassignLR),
5538         * src/avr/ralloc.c (deassignLR),
5539         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5540         rlivePoint): fixed another part of bug #971834
5541
5542 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5543
5544         * src/z80/main.c: enabled "critical" keyword
5545         * src/z80/mappings.i,
5546         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5547         functions (fixes bug #979646)
5548         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5549
5550 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5551
5552         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5553           such as c:\mydir.
5554
5555 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5556
5557         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5558           doesn't disable too much optimizations
5559
5560 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5561
5562         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5563
5564 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5565
5566         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5567
5568 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5569
5570         * src/pic/gen.c tidied up tabs
5571         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5572         * src/pic/main.c tidied up tabs
5573         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5574         * src/pic/pcoderegs.c tidied up tabs
5575         * src/pic/ralloc.c tidied up tabs
5576
5577 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5578
5579         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5580         to S_FIXED for pic16 port and when symbol is not in level 0,
5581         allocate for S_REGISTER storage class and pic16 port, too,
5582         * src/pic16/device.h: prototype for checkSym,
5583         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5584         * (pic16_assignConfigWordValue): test the value and the mask to
5585         validate that the value is suitable for the configuration word,
5586         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5587         collect extern declared symbols, don't emit symbol twice, check
5588         first if symbol is in publics set first,
5589         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5590         * added command line '--fstack' which enables an experimental
5591         feature for stack access, too buggy to be used yet...
5592         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5593         * (pic16_allocDirReg): when register has storage class S_REGISTER
5594         allocate in pic16_dynAccessRegs,
5595         * device/include/pic16/pic18f????.h: modified configuration word
5596         naming convention, words started as CONFIG0H but should be CONFIG1H
5597
5598 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5599
5600         * device/include/mcs51reg.h: fixed bug 970993
5601
5602 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5603
5604         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5605         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5606         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5607         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5608         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5609         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5610           error/warning numbers,
5611           added function setWarningDisabled()
5612         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5613         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5614           _memcmp.c _memmove.c calloc.c realloc.c free.c
5615         * support/regression/tests/malloc.c: added tests for new functionality
5616         * support/regression/tests/zeropad.c: added tests for truncated initializers
5617           and initialized char arrays starting with '\x0'
5618         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5619
5620 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5621
5622         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5623
5624 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5625
5626         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5627         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5628         peephole 177.e. Thanks to anonymous
5629
5630 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5631
5632         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5633         function isn't used in the source but referenced as a
5634         variable initializer then declare it as extern in .asm file
5635
5636 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5637
5638         * .version: increased version number to 2.4.3
5639
5640         Adding version extension according to ChangeLog CVS revision
5641         * src/Makefile.in (target all): added dependency 'version.h'
5642         * (rule version.h): added rule to create version.h from ChangeLog,
5643         * (rule dep): added dependency version.h,
5644         * src/version.awk: AWK script to create version.h
5645         * src/SDCCdwarf2.c (dwWriteModule),
5646         * src/SDCCglue.c (initialComments),
5647         * src/SDCCmain.c (printVersionInfo): modified to write after
5648         version string the version extension number,
5649         * src/SDCCutil.c: included "version.h"
5650         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5651         number,
5652         * src/SDCCutil.h: added prototype for getBuildNumber
5653
5654         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5655         includeDirsSet, too,
5656         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5657         const char [] is found in function prototype...
5658
5659         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5660         moving to WREG with source is already in WREG,
5661         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5662         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5663         * (aopForSym): stack'ed symbols are partially supported, added
5664         if-clause to support symbols in FARSPACE,
5665         * (sameRegs): added test for AOP_ACC to see if registers are same,
5666         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5667         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5668         * (pic16_popRegFromString): will not allocate a new register if it
5669         doesn't find one by name, bug may have introduced...
5670         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5671         * (genIpush): revived to use pic16 port's stack,
5672         * (genAddrOf): added incomplete case for stack'ed operand,
5673         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5674         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5675         can handle multibyte operands,
5676         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5677         * (pic16initialComments): added message for MPLAB compatibility
5678         mode enabled,
5679         * src/pic16/main.h: prototype for pic16_mplab_comp,
5680         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5681         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5682         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5683         because of increased complexity of procedure,
5684         * (_process_pragma): stack pragma changed to format 'stack pos len',
5685         emit symbol '_stack_end' to conform with gplink,
5686         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5687         to search for register,
5688         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5689         PO_GPR_REGISTER,
5690         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5691         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5692         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5693         case for PO_GPR_REGISTER,
5694         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5695         dies, the new era is ahead !...
5696         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5697         pic16_dynInternalRegs,
5698         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5699         * (pic16_allocDirReg): minor optimizations and bug fixes,
5700         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5701
5702         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5703         load stack and frame pointer with address of 'stack_end' symbol
5704
5705 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5706
5707         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5708         without source code but only variable initializers
5709
5710 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5711
5712         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5713         external are not declared as extern to reduce overhead while linking
5714
5715 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5716
5717         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5718
5719 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5720
5721         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5722           Yee Keat for the patch
5723         * src/SDCCast.c (decorateType): fixed bug #979599
5724         * src/ds390/gen.h: removed local fReturnSizeDS390
5725         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5726         * src/ds390/gen.c (genAnd, genOr, genXor),
5727         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5728
5729 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5730
5731         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5732         add relFilesSet to $3, manipulate $2 to handle linking of object
5733         files without source files in command line,
5734         * device/include/pic16 (all headers): added ID location macros,
5735         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5736         entries for ID location bytes,
5737         * (pic16_assignIdByteValue): NEW,
5738         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5739         added field dumpcalltree to pic16_options_t,
5740         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5741         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5742         emitting rFalseIfx label after check_carry label,
5743         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5744         pic16_emitDIRegs), NEW
5745         * (pic16glue): dump .calltree file when option --calltree found,
5746         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5747         * (_pic16_genAssemblerPreamble): emit ID locations after
5748         configuration registers,
5749         * (pic16_linkCmd): modifications of the link command,
5750         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5751         * (pic16_pCodeInitRegisters): don't init stack registers,
5752         * (pic16_findPrevInstruction): fixed bug,
5753         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5754         bug with immediate registers,
5755         * (buildCallTree): traces stack push and pop,
5756         * (pct2): dump also stack usage for each function,
5757         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5758         * (pic16_allocDirReg): various modifications,
5759         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5760         fixed to 1,
5761
5762 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5763
5764         * src/pic16/pcode.c: removed buggy double colon
5765
5766 2004-07-01 Borut Razem <borut.razem AT siol.net>
5767
5768         * support/scripts/sdcc.nsi: added include/pic16 to setup
5769
5770 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5771
5772         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5773         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5774         target 'clean',
5775         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5776         specific command line arguments. Also added sample lkr script
5777         for placing a variable at a specific memory bank.
5778         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5779         at a specific memory bank,
5780         * (pic16_dump_isection): fixed bug which caused string literals to
5781         be omitted when dumping idata section,
5782         * (pic16_groupRegistersInSection): added code to handle registers
5783         in specific memory banks,
5784         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5785         public, all references are renamed too,
5786         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5787         AOP_DPTR2,
5788         * (pic16_storeForReturn): added case to handle when dest is WREG,
5789         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5790         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5791         pic16_rel_udata, check to see if that register is marked as being
5792         a member of a specific memory bank,
5793         * (pic16_printIvalCharPtr): added code to add string literals either
5794         to code or the idata sections,
5795         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5796         also accept the 'udata' pragma,
5797         * src/pic16/main.h: new structure types sectName and sectSym
5798         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5799         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5800         * (pic16_findPrevInstruction): fixed, it returned nothing,
5801         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5802         instruction combinations,
5803         * (pic16_FixRegisterBanking): heavily reorganised,
5804         * (pic16_AnalyzeBanking): if generating banksel directives is
5805         disabled, then don't call FixRegisterBanking at all,
5806         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5807         completely removed,
5808         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5809
5810 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5813         Phuah Yee Keat <yk.phuah AT nestac.com>
5814
5815 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5816
5817         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5818         correctly the IVT even if it is relocated to some other location
5819
5820 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5821
5822         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5823         * device/include/pic16/pic18f2220.h: NEW,
5824         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5825         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5826         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5827         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5828         nodefaultlibs, ivt_loc is the location of the interrupt vector
5829         table, and nodefaultlibs signs that default libraries should not be
5830         linked in link stage,
5831         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5832         according to --ivt-loc argument,
5833         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5834         when pragma stack is found,
5835
5836 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5837
5838         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5839         256 (range check), 257 (do while), 258.a-f (bit banging
5840         f.e. on 3-wire SPI bus)
5841
5842 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5845         variables used exclusively within a loop
5846
5847 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5848
5849         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5850
5851 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * src/SDCClrange.c (computeClash): fixed bug #971834
5854
5855 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5856
5857         * src/mcs51/gen.c (genCmp): fixed bug #975903
5858         * src/hc08/gen.c (operandsEqu),
5859         * src/ds390/gen.c (operandsEqu),
5860         * src/z80/gen.c (operandsEqu),
5861         * src/pic/gen.c (operandsEqu),
5862         * src/pic16/gen.c (operandsEqu),
5863         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5864         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5865
5866 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5869
5870 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5871
5872         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5873         default case in switch statement,
5874         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5875         to eliminate problem with initialisation of pointers, but problem
5876         still exists,
5877         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5878         * (emitStaticSegment): removed various lines emitting debug info,
5879         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5880         added processor registers for utilizing EEPROM,
5881         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5882         configurable and set 8
5883
5884 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5885
5886         * .version: increased version number to 2.4.2,
5887
5888         Cumulative patch for pic16 port
5889         * src/pic16/device.c: changed scheme to dump initial values for
5890         variables in idata segment, all print_idata* functions were removed,
5891         now the pic16_printIval* will be called,
5892         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5893         * _pic16_printPointerType, pic16_printPointerType,
5894         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5895         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5896         NEW, similar to the respective functions in SDCCglue.c,
5897         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5898         way, emitting hex bytes,
5899         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5900
5901 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/avr/ralloc.c (serialRegAssign),
5904         * src/xa51/ralloc.c (serialRegAssign),
5905         * src/pic/ralloc.c (serialRegAssign),
5906         * src/pic16/ralloc.c (serialRegAssign),
5907         * src/hc08/ralloc.c (serialRegAssign),
5908         * src/z80/ralloc.c (serialRegAssign),
5909         * src/ds390/ralloc.c (serialRegAssign),
5910         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5911
5912 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5913
5914         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5915         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5916
5917 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5918
5919         Cumulative patch for pic16 port:
5920         * src/pic16/device.h (typedef PIC16_device) modified fields for
5921         defining microcontrollers,
5922         * src/pic16/device.c: added new info for all devices in Pics16 array,
5923         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5924         to be optimised out by the pCode optimiser,
5925         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5926         specially, bug reported by G.M. Gallant,
5927         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5928         as force'd so that cannot be optimised out by pCode optimiser,
5929         * src/pic16/pcode.c,
5930         * src/pic16/pcodepeeph.c,
5931         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5932         they are disabled by default, but can be enabled explicit with
5933         command argument --denable-peeps, for testing,
5934         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5935         --pomit-ivt in COMPILE_FLAGS
5936
5937 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5938
5939         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5940           compilation on MSVC
5941
5942 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5943
5944         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5945
5946 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5947
5948         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5949         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5950
5951 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5952
5953         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5954         would only assign 0x300001 register.
5955
5956 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5957
5958         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5959         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5960
5961 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5962
5963         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5964         for ds80c400
5965         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5966         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5967         added peephole 254 (left shift), 255 (jump table)
5968
5969 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5970
5971         * device/lib/Makefile.in: removed comment line with model-pic16,
5972         * (target port-specific-objects-pic16): the libraries and objects
5973         are copied to the build directory form the device/lib/pic16/bin
5974         directory
5975
5976         Cumulative patch concerning pic16 port:
5977         * library directory has been re-organized,
5978         * added support for PIC18F1220,
5979         * added headers and library sources for chips 18f1220,18f6520,
5980         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5981
5982         * configuration registers setting has changed, now each supported
5983         device has a complete description of the registers it uses,
5984         * all initialisations are moved to idata sections, these section
5985         can be absolute or relocatable,
5986         * fixed initialisation of codespace variables,
5987         * fixed warning about PCLATU and gpsim,
5988         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5989         * (genAssign): use table reads when assigning from variables in codespace,
5990         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5991         char/int variables placed in codespace,
5992         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5993         registers set in .asm file, no need for --pomit-config-words anymore,
5994         * (pic16glue): some 8051 legacy segments are commented out
5995         (to be removed completely),
5996         * added support for alternative assembler and linker with --asm=
5997         and --link= command line arguments,
5998         * peepholes are disabled automatically in the port, no need to
5999         specify on command line,
6000         * port supports natively char/int/long multiplication, but converts
6001         all divisions to support functions,
6002         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6003         to the file set in variable $2,
6004         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6005         strings in ASCII format and not in hex,
6006         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6007         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6008         allocate proper register if iCodes aren't temporary,
6009
6010 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6011
6012         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6013
6014 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6015
6016         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6017         is commented out
6018
6019 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6020
6021         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6022         computed address is reused
6023         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6024         multi-byte bitfields
6025
6026 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6027
6028         * src/z80/gen.c: (genArrayInit): must check for pointers too
6029
6030 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6031
6032         * support/regression/tests/zeropad.c: never meant to commit the
6033           nestedstruct test: removed, added check for GCC version
6034
6035 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6036
6037         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6038         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6039         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6040           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6041           bugs 928906 and 954082 half-empty initializers
6042         * src/SDCCsymt.h,
6043         * src/SDCCsymt.c (getAllocSize): added for above fix
6044         * src/z80/gen.c (genArrayInit): fixed bug 741044
6045         * support/regression/tests/zeropad.c: added tests
6046
6047 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6048
6049         * src/pic16/device.c (pic16_dump_section): corrected bug which
6050         caused some symbols of the libraries to be misplaced
6051
6052 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6053
6054         * src/pic16/glue.c,
6055         * src/pic16/ralloc.h,
6056         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6057         to fix conflict with pic port
6058
6059 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6060
6061         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6062         externs configuration variables,
6063         * src/pic16/ralloc.h,
6064         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6065         prototype in header, commented out some debug messages
6066
6067 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6068
6069         * src/pic16/glue.c,
6070         * src/pic16/main.c,
6071         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6072         for gpasm COFF object generation. Thanks to D. Hawkins for
6073         his patch info
6074
6075 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6076
6077         * src/ds390/main.c,
6078         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6079         Brock for spotting this)
6080         * src/ds390/gen.c (genEndFunction),
6081         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6082         interrupt handler and critical. Disable push/pop optimizations when
6083         peephole optimizations disabled.
6084
6085 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         Updated pic16 library sources and headers.
6088         * device/lib/pic16/pic18f*/ ,
6089         * device/include/pic16/*.h: modified to handle structured SFR
6090         definitions
6091
6092 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6093
6094         * src/port.h (PORT structure): added hook initPaths, now each
6095         port can declare its own default search paths,
6096         which can been seen with the --print-search-dirs option,
6097         see pic16 port for example,
6098         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6099         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6100         * (doPrintSearchDirs): NEW, replaces in a central manner the
6101         printing of search dirs which was split in set*Paths functions,
6102         * (main): added call to port->initPaths and doPrintSearchDirs,
6103         * src/avr/main.c,
6104         * src/ds390/main.c,
6105         * src/hc08/main.c,
6106         * src/izt/i186.c,
6107         * src/izt/tlcs900h.c,
6108         * src/mcs51/main.c,
6109         * src/pic/main.c,
6110         * src/pic16/main.c: modified port structures to reflect addition of
6111         initPaths hook,
6112
6113         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6114         * (pic16_dump_section): for registers in same address reserve memory once,
6115         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6116         to no_banksel,
6117         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6118         result is greater in size than right or left,
6119         * (pic16_genUMult8X8_8): there are some cases where the result can
6120         be 16 bits size, so handle these,
6121         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6122         * (pic16_outBitC): modified to emit pcodes,
6123         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6124         or not,
6125         * (genDivOneByte): implemented algorithm to divide 8-bits,
6126         * (genCmp): uncommented goto, but issues still exist,
6127         * (genAnd): fixed a bug with variables >8bits,
6128         * (genPackBits): optimization added that uses BCF/BSF to change a
6129         single bit,
6130         * (genAssign): fixed bug when assigning floating point literals,
6131         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6132         __sdcc_gsinit_startup label,
6133         * src/pic16/main.c (_pic16_init): removed search directory
6134         initialisations,
6135         * (_pic16_initPaths): NEW, used to initialise search directories,
6136         * (_hasNativeMulFor): support functions for all except char/int
6137         multiplication, and char division,
6138         * (PIC16_port struct): modified entry for native mul support,
6139         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6140         no_banksel option,
6141         * (buildCallTree): call to register_usage is ifdef'ed out,
6142
6143 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6144
6145         * device/include/string.h: applied Stas Sergeev's patch to make this
6146         header file compatible with the preprocessor -Wundef option
6147         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6148         failure (fixes bug #941458)
6149
6150 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6151
6152         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6153         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6154         that the variable, not the function, should be static
6155         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6156         to be consistent with non-literal case
6157
6158 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * src/SDCCast.c (isConformingBody): fixed bug #949967
6161         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6162         convilong): fixed bug #952086
6163
6164 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCCmem.c (allocVariables): fixed bug #955321
6167
6168 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/hc08/main.c (_hc08_genAssemblerEnd),
6171         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6172         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6173         completely eliminated the use of a temporary file
6174         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6175         when more than one file linked
6176         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6177
6178 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6179
6180         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6181         which fixes bug #543481
6182         * support/regression/tests/bug-751703.c: fixed comments left from a
6183         cut and paste error
6184         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6185         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6186         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6187         scopes
6188         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6189         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6190         are now changed to underscores in moduleName
6191
6192 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6193
6194         * as/mcs51/lkmem.c: better fix for bug #954173
6195
6196 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6197         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6198
6199         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6200         * device/include/c8051f000.h,
6201         * device/include/c8051f120.h,
6202         * device/include/c8051f300.h,
6203         * device/include/c8051f310.h,
6204         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6205         PWM16) and detab'ed
6206
6207 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6208
6209         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6210         and mailing lists, doc'ed --no-peep-comments, removed reference
6211         to knoppix (newest version has no LyX/LaTeX), other minor changes
6212         * src/SDCCglue.c (glue): save 2 bytes stack space with
6213         option --main-return. The ljmp could probably be avoided too
6214
6215 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6216
6217         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6218
6219 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6222         * src/SDCCopt.c (isLocalWithoutDef),
6223         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6224         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6225         (credit to Maarten Brock for patch #949363, on which this is based)
6226         * support/regression/tests/bug-751703.c: some test cases of extern used
6227         within inner scopes.
6228
6229 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6232         SPEC_STRUCT
6233         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6234         struct definitions
6235         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6236         dwWriteLabel): fix to create valid debugger symbols even when
6237         the module name has non-alphanumeric symbols in it
6238         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6239         when a variable's allocation has been optimized away
6240
6241
6242 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6245         * src/hc08/main.c,
6246         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6247         * src/mcs51/main.c,
6248         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6249         * src/ds390/main.c,
6250         * src/z80/gen.c (z80_emitDebuggerSymbol),
6251         * src/z80/main.c,
6252         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6253         * src/pic/main.c,
6254         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6255         * src/pic16/main.c,
6256         * src/avr/gen.c (avr_emitDebuggerSymbol),
6257         * src/avr/main.c,
6258         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6259         * src/xa51/main.c,
6260         * src/SDCCdebug.c (emitDebuggerSymbol),
6261         * src/SDCCdebug.h,
6262         * src/port.h: added a debugger struct to the port struct. Added a
6263         callback for defining debugger symbols
6264
6265         * src/SDCCast.c (createLabel),
6266         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6267         with isitmp = 1
6268         * src/SDCCicode.h,
6269         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6270         iCode back to the ast for the function
6271
6272         * src/hc08/ralloc.c (hc08_assignRegisters),
6273         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6274         unneeded fields from the regs struct.
6275         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6276         pushReg() & pullReg() functions instead of emitcode()
6277
6278         * src/hc08/gen.c (genLabel, genhc08Code),
6279         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6280
6281         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6282         debugger hooks
6283
6284         * src/hc08/gen.c (genEndFunction, genhc08Code),
6285         * src/hc08/gen.h,
6286         * src/mcs51/gen.c (genEndFunction, gen51Code),
6287         * src/mcs51/gen.h,
6288         * src/ds390/gen.c (genEndFunction, gen390Code),
6289         * src/ds390/gen.h,
6290         * src/z80/gen.c (genEndFunction, genZ80Code),
6291         * src/z80/gen.h,
6292         * src/z80/z80.h,
6293         * src/pic/gen.c (genEndFunction, genpic14Code),
6294         * src/pic/gen.h,
6295         * src/pic16/gen.c (genEndFunction, genpic16Code),
6296         * src/pic16/gen.h,
6297         * src/avr/gen.c (genEndFunction, genAVRCode),
6298         * src/avr/gen.h,
6299         * src/xa51/gen.c (genEndFunction, genXA51Code),
6300         * src/xa51/gen.h,
6301         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6302         specific code to cdbFile.c and out of the backend code generators
6303
6304         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6305         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6306         starting address is now 0
6307
6308         * as/hc08/asm.h,
6309         * as/hc08/m08pst.c,
6310         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6311         assembler directive for DWARF support
6312         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6313
6314         * src/src.dsp,
6315         * src/Makefile.in,
6316         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6317
6318 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6321         and inappropriate peephole optimization in jump tables
6322
6323 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6324
6325         * as/hc08/m08pst.c,
6326         * src/SDCCglue.c: sdccopt works for the hc08 port now
6327
6328 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6329
6330         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6331
6332 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6333
6334         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6335
6336 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6339         rules
6340         * src/SDCCmain.c,
6341         * src/SDCCglobl.h,
6342         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6343         comments from the peephole optimizer replacement rules
6344         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6345         symbols
6346         * src/SDCCcse.c (updateSpillLocation),
6347         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6348         equivalents
6349         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6350         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6351         objects far pointers
6352
6353 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         * src/SDCCsymt.h: a missing part of my last change
6356         * src/pic/ralloc.c (regTypeNum),
6357         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6358
6359 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/SDCCicode.h,
6362         * src/SDCCicode.c (aggrToPtrDclType),
6363         * src/SDCCptropt.h,
6364         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6365         ptrPseudoSymConvert),
6366         * src/pic/ralloc.c (regTypeNum),
6367         * src/pic16/ralloc.c (regTypeNum),
6368         * src/hc08/ralloc.c (regTypeNum),
6369         * src/ds390/ralloc.c (regTypeNum),
6370         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6371         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6372
6373 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6374
6375         * link/z80/lkmain.c (afile),
6376         * as/hc08/lkmain.c (afile),
6377         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6378         prevent a pointer problem when a filename has no directory and
6379         no extension specified.
6380
6381 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * link/z80/lkmain.c (afile): allow periods in directory names
6384         * link/z80/lkmain.c (afile),
6385         * as/mcs51/lkmain.c (afile),
6386         * as/hc08/lkmain.c (afile): allow linker script file to have an
6387         extension other than ".lnk"
6388         * link/z80/lklex.c (getfid),
6389         * link/z80/lkmain.c (parse),
6390         * as/mcs51/lklex.c (getfid),
6391         * as/mcs51/lkmain.c (parse),
6392         * as/hc08/lklex.c (getfid),
6393         * as/hc08/lkmain.c (parse): Support comments in the linker script
6394         file on lines by themselves and after filenames
6395
6396 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6397
6398         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6399
6400 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/z80/peeph-z80.def: removed some peephole rules that don't
6403         work with multibyte arithmetic (fixed bug #937126)
6404         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6405         to registers and not global variables
6406         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6407         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6408         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6409         checking for assignments not internally generated (fixed bug #931895)
6410         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6411         structure member (fixed bug #930072)
6412
6413 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCCmain.c (linkEdit),
6416         * src/hc08/main.c (_hc08_parseOptions),
6417         * as/hc08/Makefile.in,
6418         * as/hc08/aslink.h,
6419         * as/hc08/asm.h,
6420         * as/hc08/m08pst.c,
6421         * as/hc08/lkrloc.c (relr, rele),
6422         * as/hc08/lkarea.c (lnkarea)
6423         * as/hc08/lkmain.c (afile, parse),
6424         * as/hc08/lkelf.c: support for ELF output
6425         * as/hc08/lks19.c (s19),
6426         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6427
6428 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6429
6430         * as/mcs51/lkihx.c: Fixed bug #899105.
6431
6432 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6433
6434         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6435         .dsp files from Unix to DOS.
6436
6437 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6440         function pointers; we have been compliant for several months now.
6441         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6442         change that was accidently commented out
6443         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6444         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6445         bug #922319
6446
6447 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6448
6449         * src/hc08/gen.c: output of all of the internal debugging information
6450         is now controlled by the D() macro; it is disabled by default
6451
6452 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6455         harder to keep the same registers during a CAST iCode
6456         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6457         long via int can be done in a single cast, if the signedness is
6458         correct.
6459         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6460         putchar() in tinibios.c in ds390's library
6461
6462 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6463
6464         * src/SDCCast.c (decorateType): fixed bug #898889,
6465         cast result of a literal complement too
6466         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6467         fixed check for bitfields
6468
6469 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6470
6471         * src/SDCCicode.c (geniCodeLogic): made it static,
6472         (geniCodeLogicAndOr): added in order to fix bug #905492,
6473         (ast2iCode): fixed bug #905492
6474         * support/regression/tests/bug-905492.c: added
6475         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6476         (processParms): fixed bug #927659: don't copy parms, this will clear
6477         decorated flag
6478         * support/regression/tests/bug-927659.c: added
6479
6480 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6481
6482         * src/SDCCast.c (addCast): don't cast float to char
6483         * device/lib/libsdcc.lib: added _memmove
6484
6485 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6486
6487         * device/lib/large/Makefile: fixed parallel execution by
6488         replacing `make` by `$(MAKE)`
6489
6490 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6493         offsets (fixes bug #923936)
6494
6495 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6496
6497         * device/lib/small/Makefile: fixed parallel execution by
6498         replacing `make` by `$(MAKE)`
6499
6500 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6501
6502         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6503
6504 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6505
6506         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6507         * src/regression/Makefile: Regression test was not running.
6508
6509 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6512         complement if possible
6513         * src/SDCCval.c (valComplement),
6514         * src/SDCCicode.c (operandOperation): fixed complement of literal
6515         * support/regression/tests/onebyte.c (testComplement): added
6516
6517 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6518
6519         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6520         return an optimized tree; actually replace actParm with the new tree
6521         * src/SDCCast.h: added some parantheses to remove side effects
6522         * support/regression/tests/bug-920866.c
6523
6524 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6525         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6526         Bit operands were not being handled properly in the pic14 port.
6527         (now src/regression/add.c passes again).
6528
6529 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * src/SDCC.y (labeled_statement): case and default no longer require
6532         a following statement (RFE #893037)
6533
6534 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6537         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6538         disabled (fixes bug #916294)
6539         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6540         "mov a,acc"; patch provided by Lenny Story
6541         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6542
6543 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6544
6545         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6546         functions
6547         * src/ds390/gen.c (genFunction, genEndFunction),
6548         * src/ds390/ralloc.c (ds390_assignRegisters),
6549         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6550         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6551         pushed if there are parameters passed on the stack. Also, a cleaner
6552         way to decide if r0/r1 should be pushed/popped. (Together they fix
6553         bug #918693)
6554
6555 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         * doc/sdccman.lyx,
6558         * device/lib/mcs51/crtpagesfr.asm,
6559         * device/lib/mcs51/crtxinit.asm,
6560         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6561         to avoid confusion with Si Lab's SFRPAGE register.
6562
6563 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * src/SDCCglue.c (emitMaps): allow public sfr variables
6566         * src/SDCCglue.c (initialComments): include compiler build date
6567         with compiler version and put the timestamp of the generated
6568         assembly file on a serperate line to be less confusing.
6569         * src/port.h: added genInitStartup hook
6570         * src/avr/main.c,
6571         * src/ds390/main.c,
6572         * src/hc08/main.c,
6573         * src/pic/main.c,
6574         * src/pic16/main.c,
6575         * src/xa51/main.c,
6576         * src/z80/main.c: genInitStartup initialize as NULL (default to
6577         historical behaviour)
6578         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6579         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6580         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6581         library instead of hard coding it into the compiler.
6582         * support/regression/ports/mcs51-stack-auto/spec.mk,
6583         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6584         * device/lib/mcs51/Makefile,
6585         * device/lib/small/Makefile,
6586         * device/lib/large/Makefile,
6587         * device/lib/mcs51/crtpagesfr.asm,
6588         * device/lib/mcs51/crtstart.asm,
6589         * device/lib/mcs51/crtxclear.asm,
6590         * device/lib/mcs51/crtxinit.asm,
6591         * device/lib/mcs51/crtclear.asm,
6592         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6593         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6594         and into user configurable files.
6595         * device/lib/clean.mk: clean mcs51 directory too
6596         * support/regression/tests/longlit.c: added static to T1 declaration
6597         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6598         accesses in the initialization code
6599
6600 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6603         OSCTRIMVAL as noted in bug #916008
6604
6605 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6608         in loops with multiple exits (reported as incorrect registers
6609         used by Martin Helmling in Sdcc-user list)
6610
6611 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6612
6613         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6614         made ds390 register extensions look less like error messages
6615
6616 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6617
6618         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6619         reported by Adam Wozniak in Sdcc-user list
6620
6621 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6622
6623         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6624         arithmetic optimizations, added debug output
6625
6626 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6627
6628         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6629         * sdcc.spec: updated and split sdcc into 3 rpms
6630         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6631         needed for literals of LEFT_OP and '+'
6632         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6633         introduced RESULT_TYPE_NOPROM
6634         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6635         left shift
6636         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6637         limited promotion to int only for '*'
6638         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6639
6640 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6641
6642         * src/pic16/gen.c (genSkip),
6643         (genc16bit2lit), (gencjneshort): commented out
6644         (is_LitOp): new helper function, checks operand type
6645         (genCmpEq): rewritten
6646
6647 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6648
6649         * support/regression/tests/bug-908454.c: added
6650
6651 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6652
6653         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6654         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6655         (geniCodeCast): cosmetic, don't preserve bit storage class
6656         (geniCodeLeftShift): added promotion
6657         (geniCodeLogic): fixed regression
6658         * src/SDCCsymt.c (computeTypeOr): accept bits too
6659         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6660
6661 2004-03-07  Borut Razem <borut.razem AT siol.net>
6662
6663         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6664
6665 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6666
6667         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6668         version of pic16_genPackRegisters which does not check if ic is a
6669         CAST operator,
6670         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6671         function cause string1.c regression test fails
6672
6673 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6674
6675         * sim/ucsim/configure.in,
6676         * sim/ucsim/configure,
6677         * sim/ucsim/doc/Makefile.in: use docdir
6678         * src/SDCC.y: fixed sbit atrributes
6679         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6680         * src/SDCCast.c (decorateType): |^& need special promotion handling
6681         * src/SDCCast.h,
6682         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6683         * src/SDCCsymt.h (computeType),
6684         * src/SDCCicode.c: computeType() needs op
6685         * src/SDCCsymt.c (checkTypeSanity),
6686         * doc/sddman.lyx: "plain" bitfields are unsigned
6687         * src/SDCCsymt.c (computeTypeOr): added
6688         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6689         |^& ops
6690         * src/SDCCval.c (val*): computeType() needs op
6691         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6692         * support/regression/tests/onebyte.c: added tests for |^&
6693
6694 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6695
6696         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6697         for writing icode into asm output.
6698
6699 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6700
6701         * src/pic16/device.c: added some debug lines enabled
6702         with macro DEBUG_CHECK,
6703         * src/pic16/genarith.c: more debug in genPlus,
6704         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6705         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6706         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6707         * (aopForSym): onStack symbols are re-placed in data memspace,
6708         and onStack flag is cleared,
6709         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6710         copy temporary pcodeop,
6711         * (genPcall): added warning for not updating PCLATU,
6712         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6713         always true for pic16 port,
6714         * (genMultOneWord): NEW, supports integer multiplication,
6715         * (genMult): modified to call genMultOneWord,
6716         * (ifxForOp): added warning when return NULL,
6717         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6718         flag is set before call to operandFromSymbol for implicit
6719         added structures,
6720         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6721         options.intlong_rent are set by default,
6722         * (_hasNativeMulFor): modified to allow port generation of integer
6723         multiplication,
6724         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6725         set regtype to REG_SFR for all registers, restricting seting the
6726         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6727
6728 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6729
6730         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6731         more than 500 times in the regression tests
6732
6733 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * support/Util/SDCCerr.h,
6736         * support/Util/SDCCerr.c,
6737         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6738         enumerator_list),
6739         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6740         for symbol conflicts.
6741         * support/valdiags/tests/enum.c,
6742         * support/valdiags/tests/tentdecl.c,
6743         * support/valdiags/tests/struct.c: expect possible error messages
6744         referring to original symbol definitions.
6745         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6746         * src/SDCCsymt.h,
6747         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6748
6749 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6750
6751         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6752
6753 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6754
6755         * src/pic16/ralloc.c (newReg): fixed bug #908929
6756
6757 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         * src/ds390/gen.c: added missing #include "main.h"
6760
6761 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6762
6763         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6764         checking if symbol is already in set,
6765         * src/pic16/device.h: prototype for checkAddSym,
6766         * src/pic16/gen.c: (_G): added entry interruptvector,
6767         * (assignResultValue): removed some commented out lines,
6768         * (genFunction): check for ISR via sym->type, absolute section for
6769         interrupt code is created via a new pBlock, the goto instruction is
6770         placed now correctly at the interrupt vector position, changed all
6771         references from ivec to _G.interruptvector,
6772         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6773         is the interrupt is a high priority one, same for return from ISR,
6774         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6775         externs to calls of checkAddSym,
6776         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6777         pic16_pcode_verbose flag is set,
6778         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6779         * src/pic16/pcoderegs.c: message about how many registers are saved
6780         will only be emitted if pic16_pcode_verbose flag is set,
6781
6782 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6783
6784         * src/ds390/ralloc.h,
6785         * src/ds390/ralloc.c (ds390_regWithIdx),
6786         * src/ds390/gen.c (emitcode),
6787         * src/ds390/main.h,
6788         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6789         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6790         ds390operandCompare, getRegsRead, getRegsWritten,
6791         initializeAsmLineNode): customized instruction size calculation for
6792         ds390, started basis for some register optimizations
6793         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6794         corresponding assembly output
6795         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6796         missing push/pop of r0/r1. Optimized push/pops
6797
6798 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6799
6800         * src/mcs51/main.c (instructionSize): fixed ACALL size
6801         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6802
6803 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6804
6805         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6806         the sorting of rlist with NULL elements
6807         * (print_idataType, print_idata): NEW to create idata sections
6808         * src/pic16/device.h: idataSymSet new variable
6809         * src/pic16/gen.c (genFunction): fixed some bugs in string
6810         comparing, improved the absolute section creation for ISRs,
6811         added FSR0L/FSR0H in registers that are saved in an ISR,
6812         * (genInline): fixed the processing of inline snippets,
6813         now they undergo no process by the peephole optimizer
6814         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6815         are placed in idataSymSet,
6816         * (pic16emitStaticSeg): extern symbols are added in externs,
6817         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6818         switching when aboslute variables are placed in access bank memory
6819         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6820         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6821         commented out with #if,
6822         * (pic16_packRegisters): reintroduce the check for CAST because some
6823         symbols are not correctly handled,
6824         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6825         pCodeInstruction instead of pCode,
6826         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6827         pCodeAsmDir definition,
6828         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6829         directive, then the argument directive is emitted without the leading
6830         tab, hack for inline labels which must be in the first column,
6831         * (compareLabel,pic16_findNextInstruction),
6832         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6833         * (insertBankSwitch): modified for the new pCodeAsmDir,
6834
6835 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6836         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6837
6838         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6839         instance,
6840         * (pushSide): commented out with #if,
6841         * (assignResultValue): fixed some typos in saving
6842         registers,
6843         * (genPcall): FIXED and sync'ed with genCall,
6844         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6845         * (genNearPointerGet): fixed to handle some more cases,
6846         implementation scheme via table reads,
6847         * (genConstPointerGet): modified to access code memory correct,
6848         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6849         and improved to handle some cases
6850         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6851         instead of "RETLW" for init data
6852         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6853         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6854         variables are placed in access bank memory (<0x80 and >=0xf80),
6855         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6856         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6857         TBLWT_POSTDEC,TBLWT_PREINC
6858         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6859         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6860         directives
6861         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6862         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6863         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6864         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6865
6866 2004-02-29  Borut Razem <borut.razem AT siol.net>
6867
6868         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6869         support/Util/findme.h, support/Util/system.h: enhance binary relative
6870         search for lib and include by using findProgramPath()
6871
6872 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/SDCCpeeph.h,
6875         * src/SDCCpeeph.c (pcDistance),
6876         * src/port.h,
6877         * src/mcs51/ralloc.h,
6878         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6879         * src/mcs51/main.h,
6880         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6881         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6882         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6883         size calculation port specific, started basis for some register
6884         optimizations
6885         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6886         missing push/pop of r0/r1. Optimized push/pops
6887         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6888         * device/lib/_modsint.c (_modsint),
6889         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6890         and stack version so regression tests pass
6891
6892 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6893
6894         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6895         * src/SDCCast.c (decorateType): catch another small optimization
6896         with '?' operator
6897         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6898         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6899         modified to finally use computeType() all over SDCC,
6900         see Feature Request #877103
6901         * src/SDCCval.h: cosmetic
6902         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6903         valCompare(); regression tested in muldiv.c
6904         * support/regression/tests/muldiv.c (testMod): mod sign follows
6905         dividend only
6906
6907 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6908
6909         * src/SDCCast.c (decorateType): fixed bug #902362
6910         * doc/INSTALL.txt: fixed install instructions for win32
6911
6912 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6913
6914         * device/include/Makefile.in (install): fixed by replacing spaces
6915         by tabs
6916         * doc/README.txt,
6917         * doc/INSTALL.txt: updated for release
6918         * doc/sdccman.lyx: added warning for --xstack being buggy
6919
6920 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6921
6922         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6923         to eliminate build warnings.
6924         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6925
6926 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6927            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6928
6929         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6930         removed -penable-stack, added comment for stack pragma, added
6931         warning for not initializing the stack/frame registers, removed
6932         comment at interrupts section
6933
6934         Stack is made permanent, there is no ability to disable stack usage.
6935         * src/pic16/device.h,
6936         * src/pic16/device.c: removed all references to USE_STACK macro,
6937         * src/pic16/device.c (pic16_dump_section): when no elements in
6938         rlist, free rlist before return,
6939         * (pic16_dump_int_registers): NEW, internal registers are a new set
6940         of general purpose registers reused by each function,
6941         * (checkAddReg): returns 1 if registers is added to set,
6942         * (pic16_groupRegistersInSection): when a registers is of type
6943         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6944         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6945         SRCASECMP macro is moved here from device.c
6946         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6947         PO_PCLATU, PO_PRODL, PO_PRODH,
6948         * (pic16_pCodeOpType, genMinus,
6949         changed compares to "a" register, with AOP_ACC,
6950         * (pic16_genPlus): fixed some bugs and indented properly,
6951         * (pic16_addSign): changed size to size+offset in the MOVWF
6952         instruction,
6953         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6954         multiply 8-bit operand by literal, result is 8-bit,
6955         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6956         multiply 2 8-bit operand, result is 8-bit,
6957         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6958         genUMult8X*_16,
6959         * src/pic16/gen.c: changed accUse to contain WREG only,
6960         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6961         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6962         true, do not use immediate addressing any more unless sym is a
6963         pointer in codespace,
6964         * (aopForRemat): do not use immediate addressing when symbol not in
6965         codespace and when symbol's address is requested,
6966         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6967         accUse size (= 1),
6968         * (aopGet): added case for AOP_ACC and don't return "accumulator
6969         bug" but WREG instead,
6970         * (popGetTempReg): pushes contents of temporary register in stack,
6971         * (popReleaseTempReg): pops contents of temporary register from
6972         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6973         * (pic16_popGet): separated case AOP_ACC to return register WREG
6974         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6975         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6976         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6977         the use of immediate pointers to certain cases only.
6978
6979         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6980         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6981         * (assignResultValue, genCall, genRet): modified to use the new
6982         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6983         genPcall is still broken,
6984         * (genFunction): added code to create 'A' type pBlocks when
6985         interrupt functions are generated, code not extensively tested yet,
6986         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6987         * (genEndFunction): modified so ISRs pop stored registers from stack,
6988         * (genMultOneByte): cleanup,
6989         * (AccRsh): added flag andmask, to and result with appropriate mask,
6990         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6991         * (genDataPointerGet): fixed and reenabled its use,
6992         * (genNearDataPointerGet): bugs fixed,
6993         * (genDataPointerSet): bugs fixed,
6994         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6995         pic16_DumpSymbol, pic16_DumpOp,
6996         * src/pic16/genutils.h: function prototypes for the above functions,
6997         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6998         pointers,
6999         * (pic16emitRegularMap): many many many improvements, but needs a
7000         major cleanup,
7001         * src/pic16/main.c: enable_stack in pic16_options is removed,
7002         * (_pic16_parseOptions): removed command line options -penable-stack,
7003         * (_process_pragma): emit stack symbol only when stack pragma is
7004         processed,
7005         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7006         redirected to FSR0L/FSR0H pair,
7007         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7008         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7009         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7010         for immediates,
7011         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7012         * (dumpPicOptype): NEW,
7013         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7014         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7015         with movff instruction,
7016         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7017         added pic16_int_regs, some packRegsFor* functions are commented out,
7018         because produce errors,
7019         * src/pic16/NOTES: minor modifications
7020
7021 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7022
7023         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7024         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7025         --pack-iram.
7026         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7027         * as/mcs51/lkaomf51.c: fixed bug #895763
7028
7029 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7030
7031         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7032
7033 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * doc/sdccman.lyx: added details about the HC08 storage classes and
7036         interrupts, fixed the register usage info for z80 & gbz80
7037
7038 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7039
7040         * doc/sdccman.lyx: added more pic16 port documentation
7041         * device/include/pic16/: added header pic18fregs.h
7042
7043 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7044
7045         * doc/sdccman.lyx: added Vangelis' contribution
7046
7047 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7048
7049         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7050         extend to the next CALL or PCALL, not just to the next CALL.
7051
7052 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7053
7054         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7055
7056 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7059         bug #895752 and a better fix for bug #716790
7060
7061 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7064
7065 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7066
7067         * doc/sdccman.lyx: minor changes, minor changed
7068
7069 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7072         which can't handle SDCC_NEWONEBYTEOPS,
7073         (geniCodeMultiply): removed conversion from mult to shift for pic14
7074         and pic16
7075
7076 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/hc08/gen.h,
7079         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7080         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7081         thus fixing bug #895406
7082
7083 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7084
7085         * device/lib/_modsint.c,
7086         * device/lib/_modslong.c: sign follows divisor only
7087         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7088         signs or signedness can be ignored
7089         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7090         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7091         added optimization for IFX,
7092         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7093         arguments;
7094         reenabled optimization for IFX, which was removed on 2004-01-11
7095         * src/SDCCast.h: added return type IFX
7096         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7097         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7098         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7099         SDCC_OLDONEBYTEOPS selects the old behaviour
7100         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7101         changed again and commented promotion rule
7102         * src/SDCCval.c (valDiv): promotion no longer necessary
7103         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7104         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7105         rewritten
7106         * support/regression/tests/onebyte.c: added
7107
7108 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7109
7110         * gen.c (genInline): reverted to old code for assemnling inline
7111         code because of bug reported James Chadd
7112
7113 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7114
7115         * ralloc.h: missing declarations from previous patch,
7116         seems that patch for ralloc.h was never applied, fixed
7117
7118 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7119            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7120
7121         * pcode.c,
7122         * pcode.h,
7123         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7124         indirect addressing. Marked FSR0 as deprecated
7125         * gen.c (pointerCode): commented out, not needed now
7126         (pic16_popGet2p): new MOVFF helper function
7127         (genGenPointerGet),
7128         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7129         (shiftRLong): removed duplicate debugging info
7130
7131 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * src/ds390/gen.c (genNearPointerGet),
7134         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7135         optimization with bits, but not bitfields.
7136         * src/ds390/ralloc.c (packRegisters),
7137         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7138
7139 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7142
7143 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7144
7145         * src/SDCCsymt.h,
7146         * src/SDCCicode.c (operandFromSymbol),
7147         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7148         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7149         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7150         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7151         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7152         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7153         bug #892038
7154         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7155         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7156         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7157         * src/SDCCsymt.c (newSymbol),
7158         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7159         enumerator_list),
7160         * src/SDCCval.h,
7161         * src/SDCCval.c (newiList): fixed bug #885705
7162
7163 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7164
7165         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7166         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7167
7168 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7169
7170         * device/include/c8051f120.h,
7171         * device/include/c8051f300.h,
7172         * device/include/c8051f310.h: added/updated header files for Silicon
7173         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7174         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7175         in new section Submitting patches
7176
7177 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7180         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7181         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7182         genGenPointerSet),
7183         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7184         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7185         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7186         genGenPointerSet),
7187         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7188         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7189         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7190         genGenPointerSet),
7191         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7192         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7193         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7194         genGenPointerSet): fixed bug #892400
7195         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7196         to eliminate build warnings.
7197         * src/SDCCast.c (processParms),
7198         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7199         fixed bug 751859
7200         * support/valdiag/valdiag.py: added GCC to the list of defines active
7201         when compiling with gcc
7202
7203 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * support/Util/SDCCerr.h,
7206         * support/Util/SDCCerr.c,
7207         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7208         with an incomplete type (fixed bug #883734)
7209         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7210
7211 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7212
7213         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7214
7215 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         * src/SDCCast.c (decorateType),
7218         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7219         function pointer implementation
7220         * support/regression/tests/funptrs.c: added tests to verify both forms
7221         of function pointers work correctly. Added tests to verify parameters
7222         are passed in the correct order.
7223
7224 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7225
7226         * device.c (regCompare): registers are sorted by ascending
7227         address and increasing size,
7228         * main.c (_pic16_finaliseOptions): removed the declaration
7229         of compiler macro MCU. Now a macro of the format pic18fxxxx
7230         will be defined from the command line
7231
7232 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7233             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7234
7235         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7236         PCOP_RLCF was overwritten!
7237         * gen.c (genSkip): commented out calls to pic16_emitcode,
7238         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7239         * (genlshTwo),
7240         * (genRRC): added debugging info,
7241         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7242         overwritten while shifting,
7243         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7244         overwritten while shifting,
7245         * (AccLsh),
7246         * (AccRsh),
7247         * (shiftLLeftOrResult),
7248         * (shiftRLeftOrResult),
7249         * (shiftRLong),
7250         * (shiftLLong): Implemented with pic16_emitpcode
7251         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7252         * (genLeftShift): Fixed bug, operand for shift by variable always
7253         was "and"ed with 0x0f,
7254         * (genLeftShiftLiteral),
7255         * (genrshTwo),
7256         * (genRightShiftLiteral): added debugging info,
7257         * (genrshFour): added comment,
7258         * (genRightShift): determined signedness from operand "left"
7259         instead of "result"
7260
7261 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         * src/SDCCicode.c (geniCodeParms),
7264         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7265         function pointers, fixed function pointer bugs #861242 and #861896
7266
7267 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7268
7269         * device/include/c8051f000.h,
7270         * device/include/c8051f120.h,
7271         * device/include/c8051f300.h: added header files for Silicon
7272         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7273
7274 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7275
7276         * src/SDCCast.c (processParams): added new type flow and restructured
7277         (gatherAutoInit): added new type flow
7278         (addCast): cosmetic changes
7279         (getLeftResultType): added new type flow for array indices, patch
7280         provided by Stas, see FR #877103
7281         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7282         array index patch by Stas
7283         * src/SDCCast.h: added prototype getResultTypeFromType()
7284         * src/SDCCval.h,
7285         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7286         * src/pic/glue.c (pic14emitStaticSeg),
7287         * src/pic16/glue.c (pic16emitStaticSeg),
7288         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7289         for initialization of symbols
7290         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7291         * support/Util/SDCCerr.h:
7292         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7293         * .version: bumped version number to 2.3.8
7294         * device/include/Makefile.in (install),
7295         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7296         avoid warnings
7297
7298 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7299
7300         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7301         Slade Rich fixed an optimization bug
7302         * src/pic/pcodepeep.c,
7303         * src/pic/pcoderegs.c
7304         * doc/Makefile (install): added test for directory
7305
7306 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7307
7308         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7309         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7310         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7311         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7312         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7313         * as/mcs51/asexpr.c (term),
7314         * as/hc08/asexpr.c (term): fixed bug #887146
7315
7316 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7317
7318         * src/z80/gen.c (genMult): handle single byte result product
7319         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7320         DUMMY_READ_VOLATILE (fixed bug #886367)
7321
7322 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7323
7324         * support/regression/tests/libmullong.c: fixed logic, on little endian
7325         hosts we ended without a mullong_wrapper()
7326
7327 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7328
7329         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7330         virus/worm forged address usage.
7331
7332 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7333
7334         Fixed promotion, it should be done on AST level:
7335         * src/SDCCast.c (addCast): added promotion to int
7336         (decorateType): updated call to upCast()
7337         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7338         usualUnaryConversions()
7339
7340 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7341
7342         * support/regression/tests/literalop.c (mulWrapper): Added a
7343         wrapper to remove integer overflow warnings.
7344
7345         * support/regression/tests/float_trans.c: Made work on host.
7346
7347         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7348         location of sz80.
7349
7350         * support/regression/generate-cases.py (main): Changed from inline
7351         to a main method.
7352
7353         * doc/Makefile (install): Changed to depth first to get rid of
7354         missing directory install warning.
7355
7356         * as/Makefile (install-doc): Made work on Mac.
7357
7358 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         * src/SDCCast.c: added an additional type flow in decorateType() of
7361         opposite direction, see feature request #860006; it's enabled at runtime
7362         by setting the environment variable SDCC_NEWTYPEFLOW
7363         * src/SDCCast.h: changed prototype of decorateType()
7364         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7365         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7366         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7367         see feature request #877103
7368         * src/SDCCval.c: updated call of decorateType()
7369         (valBitwise): fixed bug #882876
7370         (valMinus): added promotion
7371         (valLogicAndOr): result is unsigned
7372         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7373         * src/SDCCsymt.c (computeType),
7374         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7375         must not cause an unsigned operation
7376         * src/pic/glue (pic14emitRegularMap),
7377         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7378
7379 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * src/pic/pcode.c (PCodeID): commented out left over debug code
7382
7383 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         * support/valdiag/tests/overflow.c: added shift tests
7386         * src/pic/device.c,
7387         * src/pic/gen.c,
7388         * src/pic/gen.h,
7389         * src/pic/glue.c,
7390         * src/pic/main.c,
7391         * src/pic/pcode.c,
7392         * src/pic/pcode.h,
7393         * src/pic/pcodepeep.c,
7394         * src/pic/pcoderegs.c,
7395         * src/pic/ralloc.c,
7396         * src/pic/ralloc.h: applied patch from Slade Rich;
7397         added support for multiple code pages and multiple RAM banks on the
7398         PIC 14 port. The ASM files now no longer simply assume all the
7399         code / RAM are in the same page / bank. This means the linker can
7400         safely allocate code/RAM of separate ASM files to different pages/banks.
7401         * doc/sdccman.lyx: added Slade's tips
7402         * src/mcs51/peeph.def: fixed bug #880768
7403
7404 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7407         * src/SDCCast.c (decorateType): fixed bug #880197
7408
7409 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7410
7411         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7412         getopt.h.
7413
7414         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7415         strtof is not part of C89 and isn't included with Mac OS X.
7416
7417 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7420         shiftL2Left2Result): fixed bug #879326
7421         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7422         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7423         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7424         address fetch for clr instruction
7425         * device/lib/hc08/_mulint.c: created optimized assembly version
7426         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7427
7428 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7429
7430         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7431         proposed in FR #877103
7432
7433 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7434
7435         * src/SDCCval.c (cheapestVal): added missing checks
7436         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7437         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7438
7439 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7440
7441         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7442         equal operands
7443
7444 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7445
7446         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7447         loaded with the linker search paths (-L arguments) and the libraries
7448         to be linked with the current source (-l arguments). Changes
7449         currently will affect only the pic16 port.
7450         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7451         include path the port specific paths and port specific libraries,
7452         * gplink command now contains the $3 argument,
7453         * src/pic16/device.h,
7454         * src/pic16/device.c,: structure PIC_device is made public and
7455         renamed to PIC16_device, the same for variable Pics which is renamed
7456         to Pics16. Updated all references to them.
7457         * src/pic16/glue.c (pic16glue): corrected bug with code
7458         initialization which bypassed the variable initializations block.
7459
7460         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7461         COMPILE_FLAGS and added the --nostdinc option
7462
7463 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * device/include/mc68hc908jb8.h: Register defs for another member
7466         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7467
7468 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7469
7470         Documenting changes from previous commits.
7471         * configure.in (version 1.56),
7472         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7473         when generating output files to configure the pic16 library,
7474         but now I've commented it out, since gputils aren't installed in the
7475         SF compile farm, so library won't compile
7476
7477         * device/lib/Makefile.in (version 1.56): initially I've added in
7478         target 'all' the prerequestive 'model-pic16' so it compiled the
7479         pic16 library, but now I've commented it out for the same reasons
7480         above,
7481         * added targets 'model-pic16' and 'objects-pic16' to compile the
7482         library
7483         * added target 'port-specific-objects-pic16' to handle the
7484         generated libraries and copy them into the build/ directory
7485         * added target 'clean-intermediate-pic16' to clean intermediate
7486         files into pic16 directory
7487         * in target 'installdirs' added line to create directory pic16 in
7488         the installation path
7489
7490         * device/include/Makefile.in (version 1.11): in target 'install'
7491         added lines to copy all header files to installation path,
7492         * in target 'installdirs' added line create directory for pic16
7493         headers in the installation path
7494
7495 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7496
7497         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7498          a function call
7499
7500 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * configure,
7503         * device/lib/configure.in,
7504         * device/lib/configure: fixed for autoconf 2.57
7505
7506 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7509         option so that it actually works. Made it specific to the z80, since
7510         the gbz80 doesn't have these kinds of I/O ports.
7511
7512 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         * device/include/z180.h,
7515         * device/lib/_memcpy.c,
7516         * device/lib/_memmove.c,
7517         * device/lib/_mulint.c,
7518         * device/lib/ser_ir.c,
7519         * device/lib/ser_ir_cts_rts.c,
7520         * device/lib/_strcmp.c,
7521         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7522         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7523         portmode; added deprecation warning for bank= and protmode= forms.
7524         Also, guard against buffer overflow.
7525         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7526
7527 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7530         changed interrupt vector table generation to only emit declared vectors.
7531         * device/include/Makefile.in: added missing backslash
7532         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7533
7534 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7535
7536         Mainly changes to support compilation of the device libraries
7537         * src/pic16/device.c: stack is allocated via symbol and not
7538         via literal number. The symbol is placed in the corresponding
7539         position of the data ram
7540         * (pic16_dump_section): relocatable and absolute uninitialized
7541         data are now emitted in sorted order to reduce section naming,
7542         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7543         weren't marked as being in the access bank,
7544
7545 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7546
7547         Added portion of GNU PIC Library under the directory
7548         device/include/pic16 and device/lib/pic16. These files
7549         contain the declarations of SFRs for the PIC18Fxx2 devices.
7550         The directory is initialized via configure from toplevel.
7551
7552 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7553
7554         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7555         the spilllocations to be compared correctly
7556
7557 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/SDCCast.c (decorateType): fixed bug introduced today
7560
7561 2004-01-12  Borut Razem <borut.razem AT siol.net>
7562
7563         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7564         doc/sdccman.lyx: upper case pragmas are deprecated
7565
7566 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7569         in simpler and even better code
7570
7571 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * src/SDCCicode.c (operandOperation): fixed bug #874819
7574         * src/SDCCast.c (decorateType): fixed
7575         char foo (unsigned long ul) { return ul > 0; }
7576
7577 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7578
7579         * doc/sdccman.lyx: Moved and added some sections, small changes
7580         all over. Telling LaTeX to be less strict with word spacing
7581         to better keep the right margin. Changed some notes about
7582         maintainance of the ports in section 3.2.1 - is it OK like this?
7583
7584 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7585
7586         SDCC source changes:
7587         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7588         convilong): modified to inform the pic16 port that builtin functions
7589         are external
7590
7591         PIC16 PORT specific changes:
7592         * src/pic16/device.c pic16_dump_equates() added,
7593         processor registers declared internally by the port are emitted in
7594         the translation as equates,
7595         * src/pic16/gen.c: inline code is passed unprocessed to the
7596         translation,
7597         * (pic16_popGetLit2): fnuction modified to take second operand as
7598         pCodeOp pointer and not as literal,
7599         * (popRegFromIdx): prefixed with pic16_,
7600         * (pic16_popCombine2): modified to receive already allocated pCode
7601         operands,
7602         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7603         * (genFunction): initializes local stack frame and pushes on stack
7604         all the registers used by this function,
7605         * (genEndFunction): restores all registers from stack and restores
7606         stack frame,
7607         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7608         improvements,
7609         * (pic16glue): changed the program startup sequence,
7610         * added new dbName code 'A' for functions placed in absolute section
7611         * src/pic16/main.c: added function attribute _naked,
7612         * added pragma 'code' to place a fnuction at an absolute address,
7613         * added command line arguments --debug-ralloc and --pcode-verbose,
7614         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7615         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7616         * (pic16_newpCodeOpLit2): modified to take the second operand as
7617         pCodeOp pointer,
7618         * (pic16_printpBlock): modified to emit each function in a separate
7619         section,
7620         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7621         UPPER for immediate operands,
7622         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7623         instruction,
7624         * src/pic16/peeph.def: all peepholes with movff are commented out,
7625         because there is a problem in the pcode peep optimizer,
7626         * src/pic16/ralloc.c: the register allocator can now reuse local
7627         function symbols for another function. This saves register usage.
7628         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7629
7630         Added file src/pic16/NOTES with information about program writing on
7631         the current port version.
7632
7633 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7634
7635         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7636         and peephole 252 (array access)
7637
7638 2004-01-09  Borut Razem <borut.razem AT siol.net>
7639
7640         * src/SDCCmain.c : fixed #872250: -l command line defined library
7641           files are scanned before standard library files
7642
7643 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/SDCCast.c (decorateType): fixed bug #874046
7646
7647 2004-01-09  Borut Razem <borut.razem AT siol.net>
7648
7649         * support/scripts/sdcc.nsi: remove previous installation
7650
7651 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7652
7653         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7654         bytes for last interrupt vector (mcs51)
7655         * sdcc.spec: fixed typo
7656
7657 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7658
7659         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7660         gen51Code): more efficient parameter receive for --model-large
7661         ("bug" #845294)
7662
7663 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7664
7665         * src/ds390/main.c,
7666         * src/z80/main.c: added missed needLinkerScript flags (more than
7667         one port structure defined in these file)
7668         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7669         bug #795325
7670
7671 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7672
7673         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7674         * src/port.h: added flag needLinkerScript in port->linker
7675         structure to inform whether to create a .lnk file or not,
7676         * src/avr/main.c,
7677         * src/ds390/main.c,
7678         * src/hc08/main.c,
7679         * src/mcs51/main.c,
7680         * src/pic/main.c,
7681         * src/pic16/main.c,
7682         * src/xa51/main.c,
7683         * src/z80/main.c: changed appropriately to configure
7684         needLinkerScript flag
7685         * src/pic/gen.c,
7686         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7687         * src/pic/glue.c: added variable udata_section_name to
7688         override default uninitialized data segment definition for
7689         devices only with SHAREBANK memory (reported from Erik Epetrich)
7690         * (pic14emitOverlay): modified to emit a commented overlay segment
7691         directive when no overlay data exist
7692         * (picglue): modified to emit uninitialized data segment
7693         according to udata_section_name
7694         * src/pic/main.c (_pic14_parseOptions): added command line
7695         options --udata-section-name=[name] to override default
7696         udata definition name
7697         * modified _linkCmd and _asmCmd to include compiler passed
7698         arguments via -W option
7699         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7700         object file from '.rel' to '.o' in port->linker structure,
7701         changed size of fptr from 2 to 3 in port structure
7702
7703 2004-01-07  Borut Razem <borut.razem AT siol.net>
7704
7705         * support/scripts/sdcc.nsi: update PATH
7706         * support/scripts/sdcc.ico: craeted
7707
7708 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         * device/include/Makefile.in: fix install
7711         * doc/Makefile: fix install
7712
7713 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7716         in bug #860505
7717         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7718         how the function variable allocation summary is displayed; also
7719         include information about variables allocated to the overlay
7720         segment
7721
7722 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7723
7724         * as/mcs51/lkmain.c: Help about -Y option
7725         * as/mcs51/lkarea.c: Fixed gcc warnings
7726
7727 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7728
7729         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7730         fixed warning
7731         * support/valdiag/tests/overflow.c: added
7732         * src/SDCCast.c (decorateType),
7733         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7734         LEFT_OP (left shift)
7735
7736 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7737
7738         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7739         (default behaviour).
7740
7741 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7742
7743         A python script to validate compiler diagnostic messages. It can be
7744         used to verify that sdcc complains about bad c source code and
7745         gives a good location of the error.
7746         * support/valdiag/Makefile,
7747         * support/valdiag/valdiag.py,
7748         * support/valdiag/tests/*
7749
7750 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7753         * src/SDCCsymt.c (newEnumType),
7754         * src/SDCCsymt.h
7755         * support/Util/SDCCerr.c,
7756         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7757         enum related bugs.
7758         * support/regression/tests/enum.c: added test for enum values that
7759         require at least 2 bytes of storage.
7760
7761 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7762
7763         * src/common.h: added ifndef/define/endif macros
7764         around the header file.
7765         Bug reported from Jesus Calvino-Fraga
7766
7767 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7768
7769         * sdcc.spec: updated
7770         * device/include/Makefile.in: don't install CVS directories
7771         * device/lib/Makefile.in: added removal of CVS directories after install
7772         * doc/Makefile: fixed install, added local_icons
7773         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7774         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7775         * src/ds390/gen.c (genRightShift): fixed bug #870788
7776         * src/SDCCast.c (decorateType): fixed bug #870781
7777
7778 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7779
7780         PIC16 port related changes:
7781         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7782         added variable stackPos,
7783
7784         * gen.c: genCall, assignResultValue: added support for
7785         pushing/retrieving function parameters to/from stack,
7786         genFunction,genEndFunction: setup stack frame for the
7787         generated function,
7788         genAddrOf: will be changed according to bug 863624
7789
7790         * added files genutils.c and genutils.h which contain gen*
7791         debugged and optimised functions extracted from gen.c
7792
7793         * glue.c: added variable 'externs' which holds extern symbols,
7794         pic16emitRegularMap: is modified to properly handle relocatable
7795          symbols under the new scheme,
7796         pic16createInterruptVect: is modified
7797         pic16printPublics: is modified to emit 'global' assembler directives,
7798         added pic16_printExterns to print extern symbols,
7799         pic16glue: initializes stack/frame pointer in the beginning of
7800         the assembly output. Temporary hack, will be corrected later,
7801         because gplink yet does not support stack and SDCC does not
7802         yet support a type of crt0.o object to create the final binary.
7803
7804         * Removed many lines that contain 8051 legacy code.
7805         * The code is finally placed under a 'code' directive.
7806         * Added port specific options.
7807
7808         * _process_pragma: simplified since now we do not need *special*
7809         include file to define SFR registers. But a separate header
7810         will be needed. This will be developed later.
7811         * _pic16_parseOptions: added, parses port specific options:
7812         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7813         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7814         --preplace-udata-with=
7815
7816         * _pic16_setDefaultOptions: modified to initialize section names,
7817         but hack is temporarly out of order since it needs improvement.
7818         * _pic16_genAssemblerPreamble: configuration words are emitted by
7819         their address instead of their name. This part is incomplete and
7820         supports only the 18Fxx2 devices. Other devices will emit an error
7821         during assembly since they do not contain the same set of config
7822         registers
7823         * _pic16_genIVT: is modified,
7824
7825         * pcode.c: added definitions for some hardware registers that are needed
7826         for stack support
7827         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7828         All PCI entries are updated. Now LFSR is supported.
7829         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7830         * added pic16_newpCodeOpLit2 to support instructions with
7831         two literal arguments
7832         * pic16_pCode2str: corrected code that emits assembler instructions
7833         with two literal operands and those that have an access bit modifier
7834         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7835         this fixes a bug which caused some labels to be lost, when an
7836         assembler directive was added, i.e. banksel,
7837         * pic16_FixRegisterBanking: improved logic that causes the insertion
7838         of bank switching,
7839         * InlineFunction: functions that are called once, are not any more
7840         inlined. This can be a port option in the future,
7841
7842         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7843
7844         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7845         hold the corresponding uninitialized symbols,
7846         * pic16_allocProcessorRegister: registers have explicit marked the
7847         accessBank field,
7848         * pic16_allocInternalRegister: registers are explicit marked as
7849         not used,
7850         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7851         processing list, so bit registers were lost,
7852         *
7853
7854         * ralloc.h: added field 'accessBank' and original symbol operand
7855         in register definition,
7856         * removed the field isMapped from register definition,
7857
7858         ** Several functions have been removed from various sources:
7859         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7860         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7861         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7862         pic16_assignRelocatableRegisters
7863
7864         ** others have been introduced:
7865         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7866         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7867
7868 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7869
7870         * support/scripts/inc2h.pl: changed definition of BIT_AT
7871         to emit 'sbit at' instead of 'bit at'. This was a request.
7872
7873         PIC16 port related preliminary changes:
7874         * gen.c: prefixed function popRegFromString with
7875         pic16_ and all references to it corrected
7876         * pcode.c: all pic16_pc_* hardware registers prefixed
7877         with underscore (_),
7878         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7879         * ralloc.c: newReg(): when register is REG_SFR then
7880         set address to rIdx,
7881         pic16_allocProcessorRegister(): marks register wasUsed=0
7882         pic16_writeUsedRegs(): added a call to assign processor
7883         registers via pic16_assignFixedRegisters
7884
7885 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7886
7887         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7888         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7889         variables in unused register banks.  Also the SSEG is placed
7890         wherever there is enough space for it, and IDATA can be anywhere
7891         in internal RAM.  For now compile using -Wl-Y[stack_size].
7892         The mem file is different for this option as well, since it
7893         makes no sense of talking about DSEG lenght.
7894
7895 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7896
7897         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7898         in certain cases, e.g. when ROM assignment, patch provided
7899         from Albert den Haan.
7900
7901 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7902
7903         Many signedness and type propagation fixes:
7904         * src/SDCCicode.c: made geniCodeCast() static
7905         replaced SPEC_ by IS_ (cosmetic)
7906         (operandOperation): fixed div and mod operation
7907         (usualBinaryConversions): added support for promotion of char
7908         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7909         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7910         (geniCodeAdd): an array index will stay unsigned, even if promoted
7911         from char to int
7912         (geniCodeArray): ditto
7913         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7914         * src/SDCCsymt.c (computeType): added more support for char;
7915         promotion of char is selectable by promoteCharToInt, fixed signedness
7916         for all cases
7917         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7918         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7919         * src/SDCCval (val*): replaced signedness calculation by
7920         computeType()
7921         rearranged if-branches (cosmetic)
7922         (valShift): added warning W_SHIFT_CHANGED
7923         (valCompare): fixed problem with different types
7924         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7925         * support/regression/tests/literalop.c: added many cases
7926         * support/regression/tests/ast_constant_folding.c: changed finally to
7927         'unsigned int'
7928         * .version: new year, new version: 2.3.7
7929         * src/SDCCmain.c (main): applied patch #866468
7930         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7931         provided by Scott Bronson
7932         * doc/sdccman.lyx: updated documentation for sdcdb
7933         updated and added chapter tips
7934
7935 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7936
7937         * src/SDCCsymt.h: missing from yesterday's commits
7938
7939 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7940
7941         * src/SDCC.y (struct_or_union_specifier),
7942         * support/Util/SDCCerr.c,
7943         * support/Util/SDCCerr.h: verify that struct & union tags are used
7944         as declared.
7945
7946 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/SDCCglobl.h: missing from yesterday's commits
7949
7950 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7951
7952         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7953         sft_attributes, struct_declaration, parameter_declaration,
7954         type_name, start_block, declaration_list),
7955         * src/SDCC.lex (check_type): support redefinition of typedef names
7956
7957 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7958
7959         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7960         aligned xdata arrays. Erik helped me with the if clause.
7961
7962 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7965         warning
7966
7967 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/SDCCast.h,
7970         * src/SDCCast.c (newAst_),
7971         * src/SDCCicode.h,
7972         * src/SDCCicode.c (ast2iCode, newiCode),
7973         * src/SDCCglobl.h,
7974         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7975         expr, statement, expression_statement, selection_statement,
7976         iteration_statement, expr_opt, jump_statement): foundation for tracking
7977         sequence points
7978         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7979         point code too)
7980
7981 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7982
7983         * support/Util/SDCCerr.c,
7984         * src/SDCCast.h,
7985         * src/SDCCast.c (createCase, createDefault, decorateType),
7986         * src/SDCClabel.c (labelUnreach),
7987         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7988         to error messages.
7989         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7990         (with thanks to Stas Sergeev)
7991         * device/include/time.h,
7992         * device/lib/time.c (CheckTime): suppress unreachable code warning
7993
7994 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7995
7996         * src/SDCCast.c (createIvalCharPtr),
7997         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7998         bug #753752)
7999         * support/regression/tests/nullstring.c: tests for these two bugs
8000
8001 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8002
8003         * support/Util/SDCCerr.h,
8004         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8005         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8006         about storage class and 'at' used inside struct or union
8007         * src/SDCCBBlock.c (iCodeFromeBBlock),
8008         * src/SDCCcse.c (ifxOptimize),
8009         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8010         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8011         printIval, emitStaticSeg, emitOverlay),
8012         * src/SDCClabel.c (deleteIfx),
8013         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8014         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8015         gatherAutoInit, processParms),
8016         * support/Util/SDCCerr.h,
8017         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8018         reporting for post-parse errors.
8019
8020 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8023         implicit casts via union; they don't work on big endian systems
8024         (possible fix for bug #861138)
8025
8026 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8027
8028         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8029         * src/mcs51/main.c: fixed the fix for bug #737001
8030
8031 2003-12-15  Borut Razem <borut.razem AT siol.net>
8032
8033         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8034
8035 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * support/makebin/makebin.c: put output in binary mode
8038
8039 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8040
8041         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8042         xdata and data memory on startup. Set the environment variable
8043         SDCC_NOGENRAMCLEAR to disable this.
8044         * src/mcs51/peephole.def,
8045         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8046         (allows non-interrupt and interrupt code to safely compete for a resource
8047         without the non-interrupt code having to disable interrupts)
8048
8049 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8050
8051         * src/SDCCicode.c (geniCodeAdd),
8052         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8053         with valFromType if type might be a pointer and host is big endian).
8054         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8055         types, not just integer types.
8056         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8057         multiply defined with mismatching "at" address.
8058
8059 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8060
8061         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8062         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8063         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8064         with embedded nulls (fixed bug #753752)
8065
8066 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8067
8068         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8069         Apparently this did not see much testing (endless loop)
8070
8071 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8072
8073         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8074
8075 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8078         gracefully handle NULL memmap pointers
8079
8080 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8081
8082         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8083         instead of deleting the iCode when an operand is volatile
8084         * src/z80/gen.c (genDummyRead),
8085         * src/mcs51/gen.c (genDummyRead),
8086         * src/ds390/gen.c (genDummyRead),
8087         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8088         not just IC_RIGHT
8089         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8090         * src/SDCC.y: fixed bug #850420
8091
8092 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8093
8094         Applied z80 i/o port patch from Peter Townson and fixed some operators
8095         to better handle operands in A register.
8096         * device/include/z180.h
8097         * src/SDCC.y
8098         * src/SDCCglue.c
8099         * src/z80/gen.c
8100         * src/z80/gen.h
8101         * src/z80/main.c
8102         * src/z80/peeph-z80.def
8103         * src/z80/peeph.def
8104         * src/z80/z80.h
8105
8106 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8107
8108         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8109
8110 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         * device/lib/hc08/_mullong.c: Removed extra #endif
8113
8114 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * sim/ucsim/hc08.src/inst.cc,
8117         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8118         carries from x to h
8119         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8120         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8121         * device/include/stdarg.h: fixed varargs for hc08
8122         * device/lib/Makefile.in,
8123         * device/lib/hc08/Makefile,
8124         * device/lib/hc08/_mulint.c,
8125         * device/lib/hc08/_mullong.c: fixed some endian problems
8126
8127 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8128
8129         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8130         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8131         * device/lib/_gptrget.c,
8132         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8133
8134 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8135
8136         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8137         * src/SDCCast.c (astErrors): fixed bug #846007
8138         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8139
8140 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * src/SDCCast.c (decorateType): disabled a transformation I added in
8143         revision 1.188 (access to fields of a structure at an absolute address);
8144         it breaks with bitfields, extern declarations, and gcse analysis.
8145         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8146         could be assigned through a pointer, so don't complain.
8147         * src/SDCCast.c (astErrors),
8148         * src/SDCCast.h,
8149         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8150
8151 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8152
8153         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8154         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8155         output of __config directives, since gpasm now supports them
8156         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8157         pre-processor macro, i.e. -DMCU=p18f452
8158         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8159         and modified to handle 'cast' icode similarly to '=' icode
8160         * src/pic16/device.h (typedef struct PIC_device): added field
8161         'extMIface' to indicate that chip has external memory interface
8162         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8163         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8164         18F8720
8165
8166 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         * src/SDCC.y (pointer): fixed bug #846006
8169         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8170         * src/SDCCast.c (decorateType): fixed bug #846009
8171         * src/ds390/peeph.def,
8172         * src/ds390/gen.c (genAnd, genOr),
8173         * src/mcs51/peeph.def,
8174         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8175
8176 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8177
8178         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8179         * src/SDCCdflow.c
8180         * src/SDCCcse.c
8181         * src/SDCCcse.h
8182         * src/SDCCBBlock.h
8183         * src/SDCCBBlock.c
8184
8185 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8186
8187         fixed bug #845089
8188         * src/SDCCbitv.h,
8189         * src/SDCCbitv.c: added function to free a bitvector
8190         * src/SDCClrange.h,
8191         * src/SDCClrange.c: added function to recompute the liveranges
8192         * src/avr/ralloc.c,
8193         * src/ds390/ralloc.c,
8194         * src/hc08/ralloc.c,
8195         * src/mcs51/ralloc.c,
8196         * src/pic/ralloc.c,
8197         * src/pic16/ralloc.c,
8198         * src/xa51/ralloc.c,
8199         * src/z80/ralloc.c: recompute the liveranges after register packing
8200
8201 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8202
8203         * src/SDCCloop.c (newInduction): fixed bug #845630
8204
8205 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8208         inadvertantly left behind from my 2003-11-12 change
8209
8210 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8211
8212         Updated headers I neglected to commit yesterday.
8213         * src/SDCClrange.h,
8214         * src/SDCCicode.h
8215
8216 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8217
8218         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8219         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8220         * src/SDCCopt.c (eBBlockFromiCode),
8221         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8222         the creation of the key hash table from the sequencing so it can be used
8223         earlier (for some GCSE bug fixes still pending)
8224
8225 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8226
8227         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8228         * support/regression/tests/addsub.c: testing genPlus shortcut
8229
8230 2003-11-15  Borut Razem <borut.razem AT siol.net>
8231
8232         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8233
8234 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8235
8236         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8237         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8238         ordering is immaterial.
8239         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8240
8241 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8242
8243         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8244         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8245         (SIGSEV) of bug #840381
8246         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8247         unlink new file before rename if new and old filenames are the same)
8248
8249 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8250
8251         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8252         uninitialized variables) for the mcs51. Set environment variable
8253         SDCC_GENRAMCLEAR to test.
8254         xdata initialization slightly shorter
8255
8256 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8257
8258         * src/SDCCsymt.h,
8259         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8260         #838241 & 780691 (basicly the same bug)
8261         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8262         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8263
8264 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8265
8266         * src/SDCCmain.c (linkEdit): "fix" #834252
8267
8268 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8271         * src/SDCCast.h,
8272         * src/SDCC.y: fixed bug #819403
8273
8274 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8275
8276         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8277         the reentrant attribute.
8278         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8279         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8280         simulation
8281         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8282         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8283         erroneously reduced to a literal.
8284         * src/hc08/ralloc.c (packRegisters, rematStr),
8285         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8286         some cases
8287
8288 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8289
8290         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8291         * doc/sdccman.lyx: changed from 'article' to 'book'
8292         * doc/Makefile: readded test_suite_spec and cdbfileformat
8293
8294 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * device/include/stdlib.h: include malloc.h to comply with ANSI
8297         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8298
8299 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8300
8301         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8302         * doc/clean.mk: also remove *.out files
8303         * doc/sdccman.lyx: some additions, larger top/bottom margins
8304
8305 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8306
8307         * src/SDCC.y: fixed bug #837365
8308         * support/regression/tests/bitopcse.c
8309         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8310         a symbol (might be valop instead)
8311         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8312         * device/lib/clean.mk: added hc08 to the cleaning list
8313
8314 2003-11-04  Borut Razem <borut.razem AT siol.net>
8315
8316         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8317           made 2003-11-04
8318         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8319           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8320           malloc is declared in standard stdlib.h
8321
8322 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8323
8324         * device/lib/hc08/Makefile: need to clean .rel not .o files
8325         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8326
8327 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         * src/port.h,
8330         * src/hc08/main.c,
8331         * src/mcs51/main.c,
8332         * src/ds390/main.c,
8333         * src/z80/main.c,
8334         * src/avr/main.c,
8335         * src/pic/main.c,
8336         * src/pic16/main.c,
8337         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8338         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8339         tests (which uses the port's oclsExpense function)
8340         * src/SDCC.y,
8341         * src/SDCCast.c,
8342         * src/SDCCicode.c,
8343         * src/hc08/gen.c,
8344         * src/ds390/gen.c,
8345         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8346
8347 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8348
8349         * src/SDCCcse.c (ifxOptimize),
8350         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8351         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8352         deleting the IFX iCode.
8353         * src/hc08/ralloc.c: reduced unneeded slocs
8354         * src/hc08/gen.c: fixed bug in asmopToBoolean
8355
8356 2003-11-04  Borut Razem <borut.razem AT siol.net>
8357
8358         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8359           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8360           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8361           transferred to configure
8362
8363 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         Use headers defined in the C[++] standards:
8366         * sim/ucsim/gui.src/serio.src/fileio.cc
8367         * sim/ucsim/gui.src/serio.src/frontend.cc
8368         * sim/ucsim/gui.src/serio.src/main.cc
8369         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8370         * support/Util/NewAlloc.c
8371         * as/hc08/lklibr.c
8372         * as/mcs51/lklibr.c
8373         * as/z80/aslist.c
8374         * as/z80/assym.c
8375
8376 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8377
8378         * Added MSVC projects for hc08 assembler and linker:
8379         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8380         /as/hc08/link_hc08.dsp
8381
8382 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8383
8384         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8385
8386 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8387
8388         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8389
8390 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8391
8392         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8393
8394 2003-10-31  Borut Razem <borut.razem AT siol.net>
8395
8396         * support/cpp2/cpplib.h,
8397           support/cpp2/cpplib.c,
8398           support/cpp2/cpplex.c,
8399           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8400           to switch _asm block preprocessing on / off. Default is
8401           #pragma preproc_asm +
8402
8403 2003-10-31  Borut Razem <borut.razem AT siol.net>
8404
8405         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8406           when outputting comment blocks (when executed with -C option) and
8407           _asm (SDCPP specific) blocks
8408
8409 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8412
8413 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8414
8415         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8416
8417 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8420         * src/SDCCast.c (decorateType): fixed bug #832664
8421
8422 2003-10-31  Borut Razem <borut.razem AT siol.net>
8423
8424         * support\cpp2\cpplex.c: fixed for SDCPP:
8425           comments(when executed with -C option) and _asm blocks
8426           were included even if they where in skipped #if block.
8427           Applied solution from GCC cpp 3.3.2
8428
8429 2003-10-31  Borut Razem <borut.razem AT siol.net>
8430
8431         * src/SDCC.lex: sdcc now understands both formats:
8432           '# <line_number> <file_name>' and
8433           '#line <line_number> <file_name>'
8434         * support/cpp2/cppmain.c: sdcpp now generates the standard
8435           '# <line_number> <file_name>' instead of former
8436           '#line <line_number> <file_name>'
8437
8438 2003-10-30  Borut Razem <borut.razem AT siol.net>
8439
8440         * support/cpp2/cpphash.h,
8441         * support/cpp2/cpplib.h
8442         * support/cpp2/cpplex.c,
8443         * support/cpp2/cppmain.c,
8444         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8445
8446 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8447
8448         Fixed a number of problems revealed by bug #827883.
8449         * src/SDCCloop.c (loopInvariants): Spill location of the
8450         result operand should be recomputed if extracted from
8451         a loop. Also, don't extract assignments of an iTemp
8452         from a literal.
8453         * src/SDCCast.c (isConformingBody): loop reversal should
8454         not occur if the control variable is involved with a
8455         relational operator.
8456
8457 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8458
8459         * .version: bumped to 2.3.6 to reflect the big improvements
8460         made by Erik and Klaus. Thanks!
8461
8462 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8463
8464         Replaced the livrange code.
8465         * src/SDCClrange.c: added new LR code
8466         * src/SDCCloop.c,
8467         * src/SDCCBBlock.h: removed remainig parts from old LR code
8468         * src/ds390/ralloc.c,
8469         * src/ds390/gen.c: minor fixes to make it work with new code
8470
8471 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8472
8473         * as/hc08/asm.h,
8474         * as/hc08/lkrloc.c,
8475         * src/hc08/gen.c,
8476         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8477         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8478         (tweaked fix for bug #818696)
8479
8480 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8481
8482         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8483
8484 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8485
8486         * src/SDCCmain.c,
8487         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8488         * src/mcs51/gen.c (gencjneshort),
8489         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8490         more efficient (per Scott Bronson's suggestion)
8491
8492 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8493
8494         Extended the semantics of the critical keyword to include
8495         individual statements. See RFE #827755 and #799831
8496         * src/SDCC.y
8497         * src/SDCCicode.c
8498         * src/SDCCopt.c
8499         * src/SDCCast.c
8500         * support/Util/SDCCerr.c
8501         * support/Util/SDCCerr.h
8502         * src/mcs51/gen.c
8503         * src/ds390/gen.c
8504         * src/hc08/gen.c
8505
8506 2003-10-19  Borut Razem <borut.razem AT siol.net>
8507
8508         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8509
8510 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8511
8512         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8513         Fixed bug #818696
8514         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8515         and predecrement operand is displayed
8516
8517 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * src/SDCCval.c (valMinus): fixed bug #826041
8520
8521 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8522
8523         Some hc08 related updates that I missed earlier
8524         * sim/ucsim/stypes.h
8525         * support/regression/ports/hc08/spec.mk
8526
8527 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8528
8529         New target "hc08" for the Motorola 68hc08 family of micros
8530
8531         * configure
8532         * configure.in
8533         * Makefile
8534         * src/hc08/*
8535         * src/SDCCmain.c
8536         * src/port.h
8537         * sim/ucsim/hc08.src/*
8538         * sim/ucsim/configure.in
8539         * src/ucsim/configure
8540         * sim/ucsim/packages_in.mk
8541         * as/hc08/*
8542         * as/Makefile
8543         * device/include/mc68hc908qy.h
8544         * device/lib/hc08/*
8545         * device/lib/Makefile.in
8546         * support/regression/ports/hc08/*
8547         * support/regression/Makefile
8548
8549 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8550
8551         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8552         regression test
8553         * src/ds390/gen.c (genCast): fixed bug #821957
8554
8555 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8556
8557         * device/lib/logf.c: "fixed" overlay bug
8558         * support/regression/ports/host/spec.mk: added m library
8559         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8560         * support/regression/tests/float_trans: added (for Eric)
8561
8562 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8563
8564         * src/mcs51/gen.c (genCpl): fixed bug
8565         http://sf.net/mailarchive/message.php?msg_id=6263915
8566
8567 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8568
8569         * src/SDCCast.c (decorateType): added extended constant folding
8570         * src/SDCCsymt.c (computeType): cleanup
8571         * src/SDCCval.c (valShift): minor optimization
8572         * support/regression/tests/ast_constant_folding.c: added
8573
8574 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8575
8576         * src/SDCCmain.c: removed some unintended changes
8577
8578 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8579
8580         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8581         * src/z80/gen.c: fixed part of bug #817589
8582         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8583
8584 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8585
8586         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8587         * src/SDCCcflow.c
8588         * src/SDCCcse.c
8589         * src/SDCCdflow.c
8590         * src/SDCClabel.c
8591         * src/SDCClrange.c
8592         * src/SDCCmem.c
8593         * src/SDCCopt.c
8594         * src/SDCCpeeph.c
8595         * src/SDCCset.c
8596         * src/avr/ralloc.c
8597         * src/ds390/ralloc.c
8598         * src/izt/ralloc.c
8599         * src/mcs51/ralloc.c
8600         * src/pic/ralloc.c
8601         * src/pic16/ralloc.c
8602         * src/xa51/ralloc.c
8603         * src/z80/ralloc.c
8604         * src/z80/gen.c: removed unused label "release:"
8605
8606 2003-10-06  Borut Razem <borut.razem AT siol.net>
8607
8608         * src/SDCC.lex: removed definition of unused variables
8609           save_optimize and save_options
8610
8611 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8612
8613         * clean.mk: removed '=' in "-maxdepth=1"
8614         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8615         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8616
8617 2003-10-06  Borut Razem <borut.razem AT siol.net>
8618
8619         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8620           my_unput() replaced by unput()
8621
8622 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8623
8624         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8625         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8626         type-punned pointer will break strict-aliasing rules"
8627         Old LR behaviour is again default; Klaus' LR can be choosen by
8628         defining the environment variable LRKLAUS
8629         * src/SDCCBBlock.h
8630         * src/SDCCloop.c
8631         * src/SDCClrange.c
8632         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8633         * clean.mk: fixed removal of files in bin/CVS/
8634         * device/lib/clean.mk: fixed removal of directories small and large
8635         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8636         * src/SDCCicode.c,
8637         * src/SDCCval.c: removed superflous test for pedantic
8638
8639 2003-10-05  Borut Razem <borut.razem AT siol.net>
8640
8641         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8642           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8643           message "unmatched #pragma SAVE and #pragma RESTORE"
8644
8645 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8646
8647         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8648           assembly, critical functions, atomic, nojtbound)
8649
8650 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8651
8652         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8653         * src/SDCCBBlock.h
8654         * src/SDCCloop.c
8655         * src/SDCCloop.h
8656         * src/SDCClrange.c
8657
8658 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8659
8660         * src/z80/gen.h,
8661         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8662         * src/mcs51/gen.h
8663         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8664         * src/ds390/gen.h
8665         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8666         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8667         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8668
8669 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8670
8671         * src/z80/gen.c (genRet): fixed bug #524753
8672         * src/z80/gen.c (genCast): fixed internal error on cast from
8673         pointer to long
8674         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8675         fix for bug #477835 to the z80
8676         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8677         for tracking iCodes in the peephole optimizer for z80
8678
8679 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8680
8681         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8682         the other part of bug #814548
8683         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8684
8685 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * src/SDCCcse.c: fixed part of bug #814548
8688
8689 2003-09-28  Borut Razem <borut.razem AT siol.net>
8690
8691         * src/asm.c: rewrite of printILine() to use temporary file instead
8692           a pipe
8693         * src/xa51/main.c: commented out declaration of int rewinds
8694
8695 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8696
8697         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8698
8699 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8700
8701         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8702         * src/asm.c (printILine): Fixed bug #811015
8703
8704 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8705
8706         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8707         freeing.
8708
8709 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8710
8711         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8712         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8713         to correctly handle general case of AOP_PAIRPTR
8714         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8715
8716 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8717
8718         * src/mcs51/ralloc.c (fillGaps),
8719         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8720         register positioning bug)
8721
8722 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8723
8724         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8725
8726 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8727
8728         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8729         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8730         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8731         (ralloc doesn't intentionally do this now, but perhaps later)
8732         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8733         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8734         register positioning bugs (Fixed bug #762602 and #795325)
8735         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8736         (Fixed bug #808779)
8737         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8738         lines that --i-code-in-asm generates
8739
8740 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8741
8742         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8743         trying to fclose a FILE* that was already closed.
8744
8745 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746
8747         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8748         of const struct should be treated as if const themselves)
8749
8750 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8753
8754 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8755
8756         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8757         Unix (/n) and DOS (/r/n) line terminations.
8758
8759 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8760
8761         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8762         bug #613775
8763
8764 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8765
8766         * src/mcs51/gen.c (genFunction, genEndFunction),
8767         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8768         and restore of EA so that stack offsets to parameters are
8769         correct when using both critical and reentrant/stack-auto.
8770         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8771         size (can be triggered in error if sloc is shared between
8772         different sized objects)
8773         * device/include/float.h: fixed macros to explicitly use
8774         unsigned long where needed
8775
8776 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         Feature req. 799831: added code to allow nesting of critical functions
8779         * src/mcs51/gen.c (genFunction, genEndFunction)
8780         * src/ds390/gen.c (genFunction, genEndFunction)
8781
8782 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8783
8784         * src/SDCCsymt.c (sclsFromPtr),
8785         * src/SDCCsymt.h,
8786         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8787         support for standard C idiom of memory mapped variables; for
8788         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8789         to xdata int at 0x1234 tempvar = 1.
8790         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8791         provided by Akiya ISHIDA
8792
8793 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8794
8795         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8796         * src/SDCCval.c (constVal): added reduction from int to char
8797         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8798         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8799         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8800         to ignore the sign
8801         * support/regression/tests/shifts.c: fixed
8802
8803 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8804
8805         * src/z80/gen.c (genXor): Fixed bug #805445
8806
8807 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8808
8809         Fixed bug #621531 (const & volatile confusion in the type chain).
8810         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8811         refer to the const or volatile state of the pointer itself.
8812
8813         * src/SDCCast.c
8814         * src/SDCCglue.c
8815         * src/SDCCicode.c
8816         * src/SDCCsymt.c
8817         * src/SDCCval.c
8818         * src/SDCC.y
8819         * src/SDCCsymt.h
8820         * src/pic/gen.c
8821         * src/pic/ralloc.c
8822         * src/pic16/gen.c
8823         * src/pic16/ralloc.c
8824         * support/regression/tests/const.c
8825
8826 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8827
8828         When checking for duplicated modules, use absolute paths
8829         instead of relative paths.  Files changed:
8830
8831         * as/mcs51/lklib.c
8832         * link/z80/lklib.c
8833
8834 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8835
8836         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8837
8838 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8839
8840         * device/include/string.h: added size_t typedef, changed
8841         prototypes to use size_t, eliminated separate reentrant and
8842         non-reentrant declarations, added _memmove declaration
8843         * device/lib/_memcpy.c: changed to use size_t instead of int,
8844         changed /4 to >>2 to avoid division library call
8845         * device/lib/_memcmp.c,
8846         * device/lib/_memset.c,
8847         * device/lib/_strncat.c,
8848         * device/lib/_strncpy.c,
8849         * device/lib/_strncmp.c: changed to use size_t instead of int
8850         * device/lib/_memmove.c: new file (fixed bug #772294)
8851         * device/lib/Makefile.in: added _memmove.c
8852         * device/lib/z80/asm_strings.s: fixed bug #772290
8853         * support/regression/tests/bitfields.c: attempt to fix host assertion
8854         failure on amd64-unknown-linux2.2
8855
8856 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8859         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8860         * as/z80/asmain.c (main): fixed bug #801766
8861
8862 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8863
8864         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8865         compilers
8866
8867 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8868
8869         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8870         reported in bug #800609
8871
8872 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8873
8874         * Top header beautifications in src/pic16 directory:
8875           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8876           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8877           pcoderegs.h, ralloc.c, ralloc.h
8878         * main.c: added top header and GPL license notice
8879         * pcode.c: fixed the if-conditional warning
8880
8881 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8882
8883         * device/lib/_mullong.c: replaced int by short for gcc
8884
8885 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8886
8887         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8888         and JUMPTABLE iCodes properly now (worked by accident before)
8889         * src/mcs51/gen.c (leftRightUseAcc),
8890         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8891         iCode properly now. Use getSize instead of nRegs since a & b
8892         aren't part of the nRegs tally.
8893
8894 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8895
8896         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8897         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8898           before instructions that use the _STATUS register
8899
8900 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8901
8902         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8903         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8904         fetching of the pointer
8905         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8906         copied from genNearPointerSet()
8907         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8908         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8909         If they pop r0/r1 they must be called in the opposite order than aopOp().
8910         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8911         (resp. --stack-auto), prepared for --xstack
8912
8913 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8914
8915         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8916
8917 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8920         these ports have their own __sdcc_external_start()
8921
8922 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8923
8924         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8925         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8926         type for bits was changed. It resulted in bit variables becoming
8927         global, which is not permitted in PIC 14 assembly output.
8928
8929 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8930
8931         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8932
8933 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8934
8935         Z80 and MCS51 linkers complaint if a public symbol is defined
8936         in more than one library module:
8937
8938         * as/mcs51/lklib.c
8939         * link/z80/lklib.c
8940         * as/mcs51/Makefile.in
8941
8942 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8943
8944         A few small changes that speed up the peephole optimizer.
8945
8946         * src/SDCCpeeph.c
8947
8948 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8949
8950         Try to make the peephole optimizer smarter by maintaining
8951         an association between the assembly source code and the
8952         iCodes that originated them. Put this information to use
8953         with a new peephole rule condition "notVolatile" so that
8954         the rules can be aggressive yet still safe.
8955
8956         * src/SDCCpeeph.c
8957         * src/SDCCpeeph.h
8958         * src/mcs51/gen.c
8959         * src/mcs51/peeph.def
8960
8961 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8962
8963         Fixed bug #741761
8964
8965         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8966         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8967         if the left or right operand symbols have the accuse flag set.
8968
8969 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8970
8971         Changed the type of the result of the ! (NOT) operator to char;
8972         previously it returned the same type as the source. This allows
8973         us to eliminate all the genFloatNot functions (all of its target
8974         implementations were very buggy) since !float can use the same
8975         code as !long now.
8976
8977         * src/SDCCicode.c (ast2iCode): ! returns char
8978         * src/mcs51/gen.c (genNot, genNotFloat),
8979         * src/ds390/gen.c (genNot, genNotFloat),
8980         * src/z80/gen.c (genNot, genNotFloat),
8981         * src/pic/gen.c (genNot, genNotFloat),
8982         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8983
8984 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8985
8986         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8987         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8988            during interrupts. Ensure WSAVE is located at a shared bank address.
8989         2. Fixed page selection in some places
8990         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8991            the registers name strings.
8992         4. Fixed "signed / unsigned compare" compiler warnings.
8993         5. The PIC port manages its own allocation of the general purpose
8994            registers, but makes no attempt to reuse them. As a result when
8995            compiling it soon runs out of general purpose registers. Some
8996            additional code was added to the files pcode.c and device.c to walk
8997            through the function call tree and rename the registers so that they
8998            get reused.
8999
9000         * src/pic/device.c
9001         * src/pic/gen.c
9002         * src/pic/glue.c
9003         * src/pic/pcode.c
9004         * src/pic/pcode.h
9005         * src/pic/ralloc.c
9006         * src/pic/ralloc.h
9007         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9008         genPlus() & genMinus() when the result is the same as left or right
9009
9010 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9011
9012         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9013
9014 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9015
9016         Made bitfield a distinct type from bit so that bitfields
9017         convert as per ANSI C and bits retain their traditional
9018         boolean style behaviour. Implemented bitfield support in
9019         the z80 port.
9020
9021         * src/SDCCsymt.h,
9022         * src/SDCCsymt.c,
9023         * src/SDCCast.c,
9024         * src/cdbFile.c,
9025         * src/mcs51/gen.c,
9026         * src/ds390/gen.c: bit v bitfield split
9027         * src/z80/gen.c: New support for bitfields
9028         * support/regression/tests/bitfields.c: reenabled z80,
9029         added more tests
9030
9031 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9032
9033         Rules 246.x, 247.x relate to bitfields, the others speed up
9034         access to xdata mapped I/O devices.
9035
9036         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9037
9038 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9039
9040         Cleaned up genPackBits and genUnpackBits and added two helper
9041         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9042         for literal assignments in genPackBits (thanks to Frieder for
9043         reminding me).
9044
9045         * src/mcs51/gen.c
9046         * src/ds390/gen.c
9047
9048 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9049
9050         Fixed bug #748310 (pointer to function type mishandled when the
9051         function name is omitted). Also fixed a SIGSEGV when a function
9052         attribute (reentrant, etc) is used on a non-function or on a
9053         function but misplaced before the parameter list.
9054
9055         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9056         bug #748310
9057         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9058         * support/Util/SDCCerr.h,
9059         * support/Util/SDCCerr.c: Added func attr misuse error msg
9060
9061 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         Fixed bug #787649 by anonymous
9064         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9065         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9066
9067 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9068
9069         Fixed numerous bitfield problems.
9070
9071         * src/SDCC.y: More bitfield related error checking
9072         * src/SDCCsymt.h,
9073         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9074         * support/Util/SDCCerr.h,
9075         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9076         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9077         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9078         * support/regression/tests/bitfields.c: tests added
9079
9080 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9081
9082         Made the constant following the "interrupt" keyword optional. If
9083         omitted, the function will not automatically be given an entry
9084         in the interrupt vector table (similar to #pragma NOIV, but
9085         less syntacticly kludgy). The interrupt number is also now
9086         range checked. Also fixed a bug in the high order bit example
9087         in the manual.
9088
9089         * src/SDCC.y
9090         * src/SDCCmem.c
9091         * src/SDCCglue.c
9092         * src/SDCCsymt.h
9093         * support/Util/SDCCerr.c
9094         * support/Util/SDCCerr.h
9095         * doc/sdccman.lyx
9096
9097 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9100         * src/SDCCicode.c (operandOperation): rewritten some ops
9101         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9102         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9103         other type
9104         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9105         be re-activated by defining REDUCE_LITERALS)
9106         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9107         unsigned, but are signed by default
9108         * src/SDCCval.c (constVal): rearranged
9109         * src/SDCCval.c (valMod): preliminary fix
9110         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9111         * support/regression/literalop.c: added, work in progress
9112
9113 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9114
9115         Generate warnings for useless declarations like "char data;"
9116         that don't do what new users expect.
9117
9118         * src/SDCC.y
9119         * support/Util/SDCCerr.h
9120         * support/Util/SDCCerr.c
9121
9122 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9123
9124         * src/SDCCval.c (valMult): fix overflow detection of negative int
9125
9126 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9127
9128         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9129
9130         Changes to support big endian targets:
9131
9132         * src/ports.h
9133         * src/SDCCglue.c
9134         * src/avr/main.c
9135         * src/ds390/main.c
9136         * src/izt/i186.c
9137         * src/mcs51/main.c
9138         * src/pic/main.c
9139         * src/pic16/main.c
9140         * src/xa51/main.c
9141         * src/z80/main.c
9142
9143 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9144
9145         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9146         * device/lib/time.c: fixed warning "integer overflow in expression"
9147
9148 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9149
9150         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9151         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9152         constants are unsigned; added recognition of "u" flag for unsigned
9153         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9154         * src/SDCCval.c (valDiv, valMod): fixed signdness
9155         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9156         signedness of modulo, left and right shift
9157         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9158         * support/Util/SDCCerr.h: added warning W_INT_OVL
9159         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9160         * src/SDCCast.c (ast_print): improved output of constants
9161
9162 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9163
9164         Fixed some warnings when building with MSVC:
9165
9166         * as\mcs51\asdata.c
9167         * as\z80\asdata.c
9168         * as\mcs51\asm.h
9169         * as\z80\asm.h
9170         * link\z80\aslink.h
9171         * link\z80\lkdata.c
9172         * link\z80\lkeval.c
9173         * link\z80\lkgb.c
9174         * link\z80\lkihx.c
9175         * link\z80\lks19.c
9176         * link\z80\lksym.c
9177         * support\cpp2\cpplib.c
9178         * src\ds390\gen.c
9179         * src\mcs51\gen.c
9180
9181 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9182
9183         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9184
9185 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9186
9187         * support\librarian\clean.mk: Do not remove Makefile.
9188         * support\librarian\Makefile: added.
9189
9190 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9191
9192         Added librarian to MSVC build:
9193         * all.dsp
9194         * sdcc.dsw
9195         * support\librarian\librarian.dsp
9196
9197         'configure' not needed for librarian, removed:
9198         * support\librarian\configure
9199         * support\librarian\configure.in
9200         * support\librarian\config_in.h
9201         * support\librarian\Makefile.in
9202
9203         Hopefully these ones built the librarian and the rest of sdcc properly:
9204         * Makefile
9205         * Makefile.common.in
9206
9207         Messed up 'configure', so revert to previous version:
9208         * configure
9209         * configure.in
9210
9211 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9214         there, while the mantissa of a double is "only" 53 bits wide.
9215
9216 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9217
9218         Adding sdcclib to the build.  MSVC project coming soon.
9219         Files added/changed:
9220
9221         * support\librarian\clean.mk
9222         * support\librarian\configure
9223         * support\librarian\configure.in
9224         * support\librarian\config_in.h
9225         * support\librarian\Makefile.bcc
9226         * support\librarian\Makefile.in
9227         * support\librarian\sdcclib.c
9228         * Makefile.bcc
9229         * Makefile
9230         * Makefile.common.in
9231         * configure
9232         * configure.in
9233
9234 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9235
9236         Linker now complaints if linked modules have conflicting options, for
9237         example, one compiled using --model-large and another one compiled with
9238         --model-small.  The following files were modified:
9239
9240         * as\mcs51\asdata.c
9241         * as\mcs51\aslink.h
9242         * as\mcs51\asm.h
9243         * as\mcs51\asmain.c
9244         * as\mcs51\asout.c
9245         * as\mcs51\i51pst.c
9246         * as\mcs51\lkdata.c
9247         * as\mcs51\lklibr.c
9248         * as\mcs51\lkmain.c
9249         * as\z80\asdata.c
9250         * as\z80\asm.h
9251         * as\z80\asmain.c
9252         * as\z80\asout.c
9253         * as\z80\z80pst.c
9254         * link\z80\aslink.h
9255         * link\z80\lkdata.c
9256         * link\z80\lklibr.c
9257         * link\z80\lkmain.c
9258         * src\SDCCglue.c
9259
9260 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9261
9262         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9263         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9264
9265 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9266
9267         * src/z80/mappings.i: fix _mul[us][int,long] entries
9268
9269 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9270
9271         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9272
9273 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9274
9275         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9276         * support/regression/tests/bitopcse.c: added
9277         fixed warning:
9278         * src/avr/gen.c:
9279         * src/pic/gen.c:
9280         * src/pic16/gen.c:
9281         * src/z80/gen.c:
9282         * src/xa51/gen.c:
9283
9284 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9285
9286         added support for new library format to z80, gbz80 linkers:
9287         *link/z80/aslink.h
9288         *link/z80/lklex.c
9289         *link/z80/lklib.c
9290         *link/z80/lklist.c
9291
9292 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9295         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9296
9297 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         added DUMMY_READ_VOLATILE:
9300         * src/SDCC.y:
9301         * src/avr/gen.c:
9302         * src/xa51/gen.c:
9303         * src/z80/gen.c:
9304         * src/pic/gen.c:
9305         * src/pic16/gen.c:
9306         * src/mcs51/gen.c:
9307         * src/ds390/gen.c:
9308         * src/SDCCcse.c (algebraicOpts): many improvements
9309         * src/SDCCcse.h: removed algebraicOpts()
9310         * src/SDCCicode.c (picDummyRead): added
9311
9312 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9313
9314         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9315         "Insufficient space in data memory".
9316
9317 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9318
9319         * src/mcs51/gen.c: fixed bug #771358
9320         * src/z80/gen.c: fixed bug #759087
9321
9322 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * src/pic16/glue.c: minor cleanup by Vangelis
9325
9326 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9327
9328         * device/include/regc515c.h: fixed #758477
9329         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9330         * device/lib/_gptrput.c: saved a few bytes
9331         * my tab spacing is 8, yours too?)
9332         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9333         * device/lib/serial.c: process RX bytes earlier than TX bytes
9334         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9335
9336 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9337
9338         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9339
9340 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9341
9342     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9343
9344 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9345
9346         * device/lib/Makefile.in: bad fix, reverted to 1.43
9347
9348 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9349
9350         * device/lib/Makefile.in: added missing z80 object files
9351
9352 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9355         pic16 progress by Vangelis:
9356         * src/SDCCglobl.h:
9357         * src/SDCCmain.c:
9358         * src/pic/Makefile:
9359         * src/pic:
9360         * pic/Makefile:
9361         * pic16/device.c:
9362         * pic16/device.h:
9363         * pic16/gen.c:
9364         * pic16/gen.h:
9365         * pic16/genarith.c:
9366         * pic16/glue.c:
9367         * pic16/main.c:
9368         * pic16/pcode.c:
9369         * pic16/pcode.h:
9370         * pic16/pcodepeep.c:
9371         * pic16/peeph.def:
9372
9373 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9374
9375     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9376
9377 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9378
9379     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9380     added gbz80 build to MSVC project.
9381     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9382     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9383     from 8051 stuff and setup so it links using a .lnk file.
9384
9385 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9386
9387     * support/librarian/sdcclib.c: sdcc librarian.
9388     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9389     with sdcclib.
9390
9391 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9392
9393     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9394
9395 2003-07-02  Borut Razem <borut.razem AT siol.net>
9396
9397         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9398         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9399         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9400         src/xa51/main.c, src/z80/main.c:
9401         virtualization of glue() function: each port has it's own glue function,
9402         which is accessed by do_glue function pointer in PORT.general structure
9403
9404 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9405
9406         * DS800C400 fun, improved ROM interface and tinibios.
9407
9408 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9409
9410         * More support for DS80C400. Now includes beginning of interface to ROM.
9411
9412 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9413
9414         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9415
9416 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9417
9418         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9419
9420 2003-06-19  Borut Razem <borut.razem AT siol.net>
9421
9422         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9423
9424 2003-06-19  Borut Razem <borut.razem AT siol.net>
9425
9426         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9427         fixed Z80 port - crt0.o: cannot open.
9428
9429 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9430
9431         * support/Util/MySystem.c (merge_command): revert bad fix
9432
9433 2003-06-18  Borut Razem <borut.razem AT siol.net>
9434
9435         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9436
9437 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9438
9439         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9440         option --use-stdout sends errors to stdout instead of stderr.
9441
9442 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9445
9446 2003-06-15  Borut Razem <borut.razem AT siol.net>
9447
9448         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9449         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9450         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9451         fixed width array of pointers replaced with sets;
9452         multiple include and lib paths ared transferred to preprocessor and linker
9453         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9454         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9455         fixed width array of pointers
9456         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9457         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9458         fixupPath(), getPathDifference()
9459         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9460         fixed width array of pointers
9461
9462 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9463
9464         * src/pic16/ralloc.c: fix warnings
9465         * src/pic16/pcode.c: fix warning
9466
9467 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9468
9469          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9470         know all the details, but essentially this set of changes enable
9471         the pic16 port to generate movff instructions and generate assembler
9472         directives,
9473         * src/SDCCmain.c:
9474         * src/pic16/gen.c:
9475         * src/pic16/glue.c:
9476         * src/pic16/pcode.c:
9477         * src/pic16/device.c:
9478         * src/pic16/main.c:
9479         * src/pic16/pcode.h:
9480         * src/pic16/pcoderegs.c:
9481         * src/pic16/ralloc.c:
9482         * src/pic16/ralloc.h:
9483
9484 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9485
9486         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9487         added option --vc, so sdcc errors and warnings are compatible with
9488         Microsoft Visual Studio.
9489
9490 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9491
9492         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9493           device/lib/libfloat.lib: added atof function.
9494
9495 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9496
9497         * doc/sdccman.lyx: updated to Lyx 1.3
9498         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9499         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9500         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9501
9502 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9503
9504         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9505
9506 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9507
9508         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9509           additions to the "related tools/documentation" section
9510
9511 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9512
9513         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9514
9515 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9518         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9519
9520 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9521
9522         * doc/sdccman.lyx: fix double dash and other minor things
9523         * doc/Makefile: fix double dash
9524
9525 2003-05-28  Karl Bongers(patches from Martin Helmling)
9526         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9527           condition and ignore commands.
9528
9529 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9530
9531         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9532           is in parts still quite out of date, I did changes as far as I felt makes sense
9533           for a non-native english speaker.
9534           Please feel free to add to the manual or to correct my changes.
9535         * doc/Makefile: undid touching the date of intermediate tex files.
9536
9537 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9538
9539         * doc/sdccman.lyx: Manual has an index now
9540
9541 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         Finalize muluint/mulsint and mululong/mulslong merging:
9544         * device/lib/_mulint.c
9545         * device/lib/_mullong.c
9546         * device/lib/gbz80/mul.s
9547         * device/lib/gbz80/stubs.s
9548         * device/lib/z80/mul.s
9549         * device/lib/z80/stubs.s
9550         * src/SDCCsymt.c (initCSupport)
9551
9552 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9553
9554         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9555         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9556           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9557           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9558           instead of /Zm500.
9559
9560 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9561
9562         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9563           the regression tests I'm not brave enough to enable 245.b, 245.c
9564         * doc/sdccman.lyx: added latex preamble for hyperref package.
9565           Using pdflatex this will give you a hyperlinked pdf file with
9566           bookmarks. (prepend '%' before /usepackage if this breaks something)
9567
9568 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9569
9570          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9571
9572 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9575
9576 2003-05-21    <johan AT balder>
9577
9578         * src/SDCCglue.c (printIval): fixed bug #739934
9579
9580 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9581
9582         Applied patch from bug 737905 (renamed yylineo to mylineno):
9583         * src/altlex.c
9584         * src/SDCCast.c
9585         * src/SDCglobl.h
9586         * src/SDCC.lex
9587         * src/SDCCsymt.c
9588         * src/SDCCval.c
9589         * src/pic16/pcode.c: Cleaned warnings
9590         * src/pic16/pcodeflow.c: Cleaned warnings
9591         * src/pic16/pcoderegs.c: Cleaned warnings
9592
9593 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9594
9595         * src/pic16/pcode.c: Cleaned warnings
9596         * src/pic16/pcodepeep.c: Cleaned warnings
9597         * src/pic16/ralloc.c: Cleaned warnings
9598
9599 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9600
9601         * doc/sdccman.lyx: fixed bug 739745
9602         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9603
9604 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9605
9606         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9607         it can be defined with CFLAGS when running configure
9608         * src/SDCCmain.c: fixed compiling + linking with object files
9609
9610 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9611
9612         * configure.in: configure for pic16 port,
9613             added --disable-pic16-port
9614         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9615         * src/SDCCmain.c: linkOptions is changed to set *,
9616             added if/endif conditional macros to remove options help
9617             messages from optionsTable when a port is not configured, added
9618             support for the PIc16 port in the ports table, when executing
9619             the compiler with no port specified on command line, a default
9620             port is selected with the new macro DEFAULT_PORT which is
9621             defined in port.h, in setDefaultOptions() linkOptions is removed
9622             from initialization assignment, since now it is a set,
9623             parseCmdLine uses setParseWithComma for linkOptions, in
9624             linkEdit() linkOptions are accessed with new function indexSet()
9625             which returns the i'th item of a set variable. See SDCCset.c, in
9626             linkEdit() when calling buildCmdLine(), added linkOptions as
9627             last argument. Now users can pass arguments to gplink via the
9628             -Wl option, main() uses pic16glue() to glue up pic16 programs
9629         * src/SDCCpeeph.c: various changes to support pic16
9630         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9631             return the i'th item of the set
9632         * src/SDCCset.h: added function prototype for indexSet()
9633         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9634         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9635         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9636             added macro DEFAULT_PORT
9637         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9638         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9639             generated
9640         * src/pic16/glue.c: commented out some error producing lines
9641         * src/pic16/main.c: __config directives are commented out to stop
9642             gpasm complaining and test the linkage with gplink, _linkCmd and
9643             _asmCmd changed to be more gplink and gpasm friendly
9644         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9645             produced an error when parsed, peep rule 12 is added to utilize
9646             movff, but it is commented out since the pCode does not support
9647             yet a command with 2 address arguments
9648
9649 2003-05-18    <johan AT balder>
9650
9651         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9652         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9653 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9654
9655         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9656   Added feature to script commands from file.
9657
9658 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9659
9660         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9661         * src/SDCCutil.c: include ctype.h for win32
9662
9663 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9666
9667 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9668
9669         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9670   Fixed so you can set breakpoints prior to run, run does not stop
9671   on entry now.  Add tbreak.  Other enhancements and fixes for use
9672   with ddd.
9673
9674 2003-05-12  Borut Razem <borut.razem AT siol.net>
9675
9676         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9677
9678 2003-05-11  Borut Razem <borut.razem AT siol.net>
9679
9680         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9681         the path of bin directory, so that PATH is the only env. variable, which has to be set
9682         in case of standard installation.
9683         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9684         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9685         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9686
9687 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9688
9689         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9690         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9691         temp files are in the port dir; clean the gen/test directory when
9692         generating new test.c
9693         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9694         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9695         * support/regression/tests/zeropad.c: added
9696
9697 2003-05-09    <johan AT balder>
9698
9699         * src/SDCCglue.c: fixed bug #597940
9700
9701 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9702
9703         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9704   cache sfr, optimize next,step, fix off by one sourceline,
9705   support ddd list function.
9706         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9707
9708 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9709
9710         * support/regression/HTMLgen.py: added compare_s2f()
9711         * support/regression/Makefile: redo 1.27
9712         * support/regression/generate-cases.py: redo 1.5
9713
9714 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * support/regression/tests/float.c: workaround 33 bit hex constant
9717         * support/regression/tests/simplefloat.c: fix division for host
9718
9719 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9720
9721         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9722         that tame's the PIC's over-aggressive optimizer.
9723
9724 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9725
9726          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9727          support for MSVC.
9728
9729 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9730
9731         Initial support for DS80C400. "Hello world" runs on TINIm400
9732         (with polled I/O).
9733
9734 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9735
9736          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9737          * Some notes on ddd usage added in debugger/README
9738          Martin Helmling adding more features and fixes for ddd GUI debugger.
9739          Code added for nexti, stepi, up, down, and other adjustments.
9740
9741 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9742
9743         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9744         * src/pic/peeph.def Added two rules to optimize carry manipulation
9745         * src/pic/* removed debug printfs
9746
9747 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9748
9749         * debugger/mcs51/cmd.c: added header newalloc.h
9750
9751 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * as/Makefile: new EXEEXT
9754         * as/z80/Makefile: remove trailing slash of BUILDIR
9755         * as/z80/clean.mk: new EXEEXT
9756         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9757         * support/cpp2/Makefile.in: new EXEEXT
9758         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9759
9760 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9763         EXEEXT was introduced to fix all related problems with targets
9764         "clean", "install" and "uninstall"; a couple of further flaws
9765         especially with "clean" have been fixed too
9766         * as/mcs51/Makefile.in
9767         * as/mcs51/clean.mk
9768         * as/z80/Makefile
9769         * Makefile
9770         * clean.mk
9771         * debugger/mcs51/Makefile.in
9772         * debugger/mcs51/clean.mk
9773         * link/z80/Makefile
9774         * link/z80/Makefile.in
9775         * link/z80/clean.mk
9776         * link/Makefile
9777         * packihx/Makefile.in
9778         * packihx/clean.mk
9779         * sim/ucsim/Makefile
9780         * sim/ucsim/clean.mk
9781         * sim/ucsim/avr.src/Makefile.in
9782         * sim/ucsim/avr.src/clean.mk
9783         * sim/ucsim/s51.src/Makefile.in
9784         * sim/ucsim/s51.src/clean.mk
9785         * sim/ucsim/xa.src/Makefile.in
9786         * sim/ucsim/xa.src/clean.mk
9787         * sim/ucsim/z80.src/Makefile.in
9788         * sim/ucsim/z80.src/clean.mk
9789         * sim/ucsim/main_in.mk
9790         * sim/ucsim/packages_in.mk
9791         * sim/ucsim/gui.src/Makefile.in
9792         * sim/ucsim/gui.src/serio.src/Makefile.in
9793         * sim/ucsim/gui.src/serio.src/clean.mk
9794         * src/Makefile.in
9795         * src/clean.mk
9796         * support/cpp2/Makefile.in
9797         * support/cpp2/clean.mk
9798         * support/makebin/Makefile
9799         * support/makebin/clean.mk
9800         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9801         * doc/sdccman.lyx: --program-suffix no longer needed
9802
9803 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9804
9805          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9806          Martin Helmling added support for ddd GUI debugger.
9807          Code added to display assembly, set variables, and other commands
9808          to interface to ddd.
9809
9810 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * as/Makefile: fix target clean
9813         * as/clean.mk: fix target clean
9814         * as/z80/clean.mk: fix target clean
9815
9816 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9817
9818         * Makefile.common.in: added  AT EXEEXT AT
9819         * configure.in: removed all mingw32 stuff
9820         * configure: rebuilt from configure.in
9821         * doc/sdccman.lyx: updated section "installation"
9822         * support/scripts/sdcc_mingw32: adapted to configure
9823         * support/scripts/sdcc_cygwin_mingw32: added
9824
9825 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9826
9827         * src/pic Added object file support for the PIC port
9828         * src/pic Applied patch from Craig Franklin (this started the object file support)
9829         * src/regression Updated the PIC regression tests for object files
9830
9831 2003-04-20  Borut Razem <borut.razem AT siol.net>
9832
9833         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9834           lklex.c: In function `getfid':
9835           lklex.c:203: warning: array subscript has type `char'
9836         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9837           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9838         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9839           stack handling macros
9840
9841 2003-04-19  Borut Razem <borut.razem AT siol.net>
9842
9843         * "handling space characters in file path" task:
9844         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9845         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9846         * support/Util/MySystem.h: make it self-sufficient
9847         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9848           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9849           handling space characters in file path
9850         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9851           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9852         * support/Util/MySystem.c: handling space characters in executable's path
9853
9854 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9855
9856         * as/z80/Makefile: fix permanent rebuild of z80
9857         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9858         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9859
9860 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9861
9862         * src/SDCCopt.c: add special case optimization to replace modulo by
9863           a power of two with a bitwise AND.
9864
9865 2003-04-18    <johan AT balder>
9866
9867         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9868
9869 2003-04-17    <johan AT balder>
9870
9871         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9872         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9873
9874 2003-04-13  Borut Razem <borut.razem AT siol.net>
9875
9876         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9877         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9878           fixed mingw problem in adl_NORMALIZE_PATH
9879
9880 2003-04-12  Borut Razem <borut.razem AT siol.net>
9881
9882         * fixed "#pragma SAVE/RESTORE can not be nested":
9883         * src/SDCC.lex: reworked pragma handling functions
9884         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9885         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9886
9887 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/SDCCutil.c (pathEquivalent): defined but not used
9890         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9891         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9892         * configure: rebuilt from configure.in
9893         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9894         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9895         * device/include/Makefile.in: replace sdcc_datadir
9896         * device/lib/Makefile.in: replace sdcc_datadir
9897         * Makefile.common.in: add LDFLAGS from configure
9898         * packihx/Makefile.in: use LDFLAGS
9899         * src/Makefile.in: use LDFLAGS
9900         * support/cpp2/Makefile.in: add LDFLAGS from configure
9901         * support/makebin/Makefile: use LDFLAGS
9902         * .version: bumped version number to 2.3.5
9903
9904 2003-04-12  Borut Razem <borut.razem AT siol.net>
9905
9906         * completed "different paths" task:
9907         * src/SDCCmacro.c: fixed bug in handling quotes
9908         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9909         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9910
9911 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9912
9913         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9914
9915 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9916
9917         * ds390/gen.c ds390/peeph.def: fix bug 706781
9918
9919 2003-04-11  Borut Razem <borut.razem AT siol.net>
9920
9921         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9922
9923 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9924
9925         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9926         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9927          set - this bit used to not be set...).
9928         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9929           bad code in PIC Port
9930         * src/regression/and2.c added to test bug 609268
9931         * src/regression/Makefile added and2.c to regression test
9932
9933
9934 2003-04-08    <johan AT CP255758-A>
9935
9936         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9937         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9938         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9939
9940 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9943         fix bug #487815
9944         * support/cpp2/Makefile.in: fix bug #487815
9945         * configure: rebuilt from configure.in
9946         * Makefile.common.in: docdir changed, new path suffixes
9947         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9948         * sdcc_vc_in.h: reflect changes from sdccconf.h
9949         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9950         * src/SDCCutil.h: remove BINDIR hack
9951         * doc/sdccman.lyx: update new path hierarchy
9952
9953 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9954
9955         * src/SDCCpeeph.c: added okToRemoveSLOC test
9956
9957 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9958
9959         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9960
9961 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9962
9963         * src/SDCCpeeph.c: added labelIsReturnOnly test
9964         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9965
9966 2003-04-05    <johan AT balder>
9967
9968         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9969         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9970         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9971         * src/SDCCast.c: fixed a warning
9972         * src/SDCCast.h: fixed a warning
9973         * src/SDCCicode.c (operandFromAst): fixed a warning
9974
9975 2003-04-04    <johan AT balder>
9976
9977         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9978         * src/SDCCast.c (decorateType): fixed bug #715076
9979         * src/SDCC.y: fixed bug #702907
9980
9981 2003-04-03    <johan AT balder>
9982
9983         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9984         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9985         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9986         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9987         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9988
9989 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9990
9991         * _decdptr.c: fix return values
9992         * _gptrget.c: fix return values
9993         * _gptrgetc.c: fix return values
9994         * _gptrput.c: fix return values
9995         * _mulint.c: fix return values
9996         * as/z80/Makefile: fix 'make -j' problem
9997
9998 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10001         * configure.in: big cleanup, updated to autoconf 2.5x
10002         * configure: rebuilt from configure.in
10003         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10004         * sdcc_vc_in.h: reflect changes from sdccconf.h
10005         * doc/Makefile: fixed a flaw in "make install"
10006
10007 2003-04-02    <johan AT balder>
10008
10009         * src/ds390/gen.c (genCmp): no comments
10010         * src/mcs51/gen.c (genCmp): no comments
10011         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10012         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10013
10014 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10015
10016         * support/regression/generate-cases.py: place generated file in given sub directory
10017         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10018         * support/regression/Makefile: improvements for 'make -j';
10019         side effect: it's simpler and faster now
10020
10021 2003-03-31  Borut Razem <borut.razem AT siol.net>
10022
10023         * src/z80/main.c: link-{port} and as-{port} defined without path
10024         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10025
10026 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10027
10028         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10029
10030 2003-03-30  Borut Razem <borut.razem AT siol.net>
10031
10032         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10033           changed type of list parameter to set
10034         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10035         * src/port.h: changed type of do_assemble() parameter to set
10036         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10037           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10038           definition of "cppoutfilename" macro with NULL value in preProcess()
10039         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10040         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10041         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10042           replaced with set *binPathSet
10043         * shash_add() deallocates the item, if allready exsists, before adding the new one
10044         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10045
10046 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10047
10048         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10049           a nested for loop bug in the PIC port
10050         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10051           for loops
10052
10053 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10054
10055         * support/Util/dbuf.h: remove C++ stuff to make it portable
10056
10057 2003-03-28  Borut Razem <borut.razem AT siol.net>
10058
10059         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10060           literal strings in stringLiteral()
10061         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10062         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10063           to the project
10064
10065 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10066
10067         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10068
10069 2003-03-26    <johan AT balder>
10070
10071         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10072         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10073         * src/SDCCast.c (decorateType): fixed " -v < 3"
10074
10075 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10076
10077         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10078         Added Lenny Story's debug infrastructure changes:
10079         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10080         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10081         * src/cdbFile.c: added
10082         * src/SDCCdebug.c: added
10083         * src/SDCCdebug.h: added
10084         * src/SDCCast.c (createFunction)
10085         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10086         * src/SDCCmain.c (parseCmdLine, main)
10087         * src/SDCCmem.c (redoStackOffsets)
10088         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10089         * src/SDCCsymt.h
10090         * src/common.h
10091         * src/avr/gen.c (genAVRCode)
10092         * src/ds390/gen.c (gen390Code)
10093         * src/mcs51/gen.c (gen51Code)
10094         * src/pic/gen.c (genpic14Code)
10095         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10096         * src/xa51/gen.c (genXA51Code)
10097         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10098
10099 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10100
10101         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10102         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10103
10104 2003-03-22    <johan AT balder>
10105
10106         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10107
10108 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10109
10110         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10111         * doc/cdbfileformat.lyx: added, written by Lenny Story
10112         * doc/Makefile: added cdbfileformat.lyx
10113         * doc/clean.mk: added cdbfileformat.lyx
10114
10115 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10116
10117         * src/mcs51/peeph.def: fix bug #705773
10118
10119 2003-03-20    <johan AT balder>
10120
10121         An sfr/sbit can have an "at #" AND an initializer
10122         * src/SDCCsymt.c (checkSClass):
10123         * src/SDCCmem.c (allocGlobal):
10124         * src/SDCCmem.c (allocLocal):
10125         * src/SDCCast.c (createBlock):
10126
10127 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10128
10129         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10130
10131 2003-03-16    <johan AT balder>
10132
10133         Undid the hackup of const and volatile, the problem is much bigger
10134         * src/SDCC.y:1.65
10135         * src/SDCCast.c:1.171
10136         * src/SDCCglue.c:1.138
10137         * src/SDCCicode.c:1.146
10138         * src/SDCCsymt.c:1.150
10139         * src/SDCCval.c:1.65
10140
10141 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10142
10143         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10144         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10145
10146 2003-03-13    <johan AT balder>
10147
10148         Hackup const and volatile modifiers in type chains a bit:
10149         * src/SDCC.y:1.63
10150         * src/SDCCast.c:1.169
10151         * src/SDCCglue.c:1.136
10152         * src/SDCCicode.c:1.143
10153         * src/SDCCsymt.c1.146
10154         * src/SDCCsymt.h1.59
10155         * src/SDCCval.c:1.63
10156
10157 2003-03-12    <johan AT balder>
10158
10159         * src/SDCCBBlock.h: more LRH debugging junk
10160         * src/SDCCcflow.h: more LRH debugging junk
10161         * src/SDCCloop.c: more LRH debugging junk
10162         * src/SDCC.y (struct_declaration): fixed bug #697590
10163         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10164         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10165         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10166
10167 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10168         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10169         test function names must now match exactly).
10170         * src/SDCCcse.c: added special case in findCheaperOp to allow
10171         extending a short integer. Makes less awful code for bug 700121 test case.
10172
10173 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10174
10175         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10176         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10177
10178 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10179
10180         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10181         actually called (operandsNotEqual() was called for all
10182         operandsNotEqualX tests).
10183
10184 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10185
10186         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10187         with shorter literals. Fixes bug 700121.
10188
10189 2003-03-11    <johan AT balder>
10190
10191         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10192
10193 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10194
10195         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10196         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10197
10198 2003-03-10  Borut Razem <borut.razem AT siol.net>
10199
10200         * src/SDCCmain.c: pipe preprocessor's output
10201         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10202         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10203         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10204         which closes all pipes in pipeSet set
10205         * src/SDCCset.c: free deleted item in function deleteSetItem()
10206         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10207         moved from z80 to src subproject
10208         * .version: increased version number to 2.3.4
10209
10210 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10211
10212         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10213         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10214         * support/regression/ports/xa51/spec.mk: fix typo
10215
10216 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10217
10218         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10219
10220 2003-03-09  Borut Razem <borut.razem AT siol.net>
10221
10222         * src/SDCCmain.c: pipe preprocessor's output
10223         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10224         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10225         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10226         which closes all pipes in pipeSet set
10227         * src/SDCCset.c: free deleted item in function deleteSetItem()
10228         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10229         moved from z80 to src subproject
10230
10231 2003-03-09  Borut Razem <borut.razem AT siol.net>
10232
10233         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10234         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10235         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10236         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10237         * src/SDCCglobl.h: unification of WIN32 native definitions
10238
10239 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10240
10241         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10242
10243 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * src/configure.in:   check for endianess (even while cross-compiling)
10246         * src/configure:      check for endianess (even while cross-compiling)
10247         * src/configure_in.h: check for endianess (even while cross-compiling)
10248         * src/avr/gen.c:        remove old endianess stuff
10249         * src/mcs51/gen.c:      remove old endianess stuff
10250         * src/ds390/gen.c:      remove old endianess stuff
10251         * src/pic/gen.c:        remove old endianess stuff
10252         * src/pic/genarith.c:   remove old endianess stuff
10253         * src/pic/glue.c:       fix endianess check
10254         * src/pic16/gen.c:      remove old endianess stuff
10255         * src/pic16/genarith.c: remove old endianess stuff
10256         * src/pic16/glue.c:     fix endianess check
10257         * src/xa51/gen.c:       remove old endianess stuff
10258         * src/z80/gen.c:        fix endianess check
10259         * src/SDCCglue.c:       fix endianess check
10260         * src/ds390/peeph.def: fix bug 700036
10261
10262 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10263
10264         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10265         * src/configure: find appropriate data-types on host for SDCC's int and long
10266         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10267         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10268         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10269
10270 2003-03-07    <johan AT balder>
10271
10272         Just a big NOOP:
10273                 some minor cleanups before the big shot
10274                 OP_DEFS and OP_USES now use Kevin's protection
10275                 new option --nolabelopt
10276
10277         * src/SDCCBBlock.c:
10278         * src/SDCCast.c,:
10279         * src/SDCCcflow.c:
10280         * src/SDCCcse.c:
10281         * src/SDCCicode.c:
10282         * src/SDCCicode.h:
10283         * src/SDCClabel.c:
10284         * src/SDCCloop.c:
10285         * src/SDCCmain.c:
10286         * src/ds390/ralloc.c:
10287         * src/mcs51/ralloc.c:
10288         * src/pic/ralloc.c:
10289         * src/xa51/ralloc.c:
10290         * src/z80/ralloc.c:
10291
10292 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10293
10294         * src/pic/pcode.c (get_op): fix 64 bit warnings
10295         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10296         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10297         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10298         * support/regression/tests/malloc.c: fix 64 bit warnings
10299
10300 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10301
10302         * src/mcs51/gen.c (genMinus): fixed bug 696436
10303
10304 2003-03-02  Borut Razem <borut.razem AT siol.net>
10305
10306         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10307
10308 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10309
10310         * configure.in: test for mkstemp
10311         * sdccconf_in.h: add HAVE_MKSTEMP
10312
10313 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10314
10315         * device/include/ctype.h: removed warning while using --stack-auto
10316         * device/include/malloc.h: removed warning while using --stack-auto
10317         * device/include/string.h: removed warning while using --stack-auto
10318
10319 2003-02-23  Borut Razem <borut.razem AT siol.net>
10320
10321         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10322         because NDEBUG is defined (see man assert)
10323         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10324
10325 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10326
10327         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10328         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10329
10330 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10331
10332         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10333         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10334
10335 2003-02-18    <johan AT balder>
10336
10337         * as/mcs51/asmain.c (asmbl): module can start with a digit
10338         * as/z80/asmain.c (asmbl): module can start with a digit
10339
10340 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10341
10342         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10343         * src/asm.c: fix pipe() for Mingw32
10344
10345 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10348         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10349         make -V work again; --c1mode reads now from stdin
10350         * doc/sdccman.lyx: added --c1mode
10351         * support/Util/SDCCerr.c: new messages for c1 mode
10352         * support/Util/SDCCerr.h: new messages for c1 mode
10353         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10354
10355 2003-02-15    <johan AT balder>
10356
10357         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10358
10359 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10360
10361         * doc/sdccman.lyx: Environment variables, -o and other minor things
10362
10363 2003-02-14    <johan AT balder>
10364
10365         * src/xa51/main.c: before anyone really tries to use it :)
10366
10367         * Install doc's in share/sdcc/doc
10368         * removed some obsolete files
10369         * Do a proper make distclean and uninstall
10370         M Makefile.common.in
10371         R sdccbuild.sh
10372         M as/Makefile
10373         M device/include/Makefile.in
10374         M device/lib/Makefile.in
10375         M doc/sdccman.lyx
10376         M link/Makefile
10377         M sim/ucsim/doc/Makefile.in
10378         M src/clean.mk
10379         R src/avr/peeph.rul
10380         R src/xa51/peeph.rul
10381         M support/cpp2/Makefile.in
10382         M support/makebin/Makefile
10383
10384
10385 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10386
10387         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10388
10389 2003-02-10  Borut Razem <borut.razem AT siol.net>
10390
10391         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10392         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10393         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10394         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10395         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10396         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10397         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10398         src/z80/Makefile.bcc: Borland Makefile cleanup
10399         * as/z80/Makefile.bcc: Added Borland Makefile
10400         * support/cpp2/borland.h: Removed
10401
10402 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10405         * src/SDCC.lex: new pragma NOIV
10406         * src/SDCCglobl.h: new pragma NOIV
10407         * src/SDCCmem.c: new pragma NOIV
10408
10409 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10410
10411         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10412
10413 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10414
10415         * src/SDCCmain.c: signal handling is switched off by --debug
10416         * doc/Makefile: small fix for install; use clean.mk again
10417         * doc/clean.mk: clean *.pdf and *.html too
10418
10419 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10420
10421         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10422         * device/lib/printfl.c: fix a ds390 bug by making it portable
10423         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10424         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10425         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10426         * debugger/mcs51/cmd.c: converted multi-line string literals
10427         * sim/ucsim/globals.cc: converted multi-line string literals
10428         * src/SDCCmain.c: introduced signal handler to remove temp files
10429         * doc/Makefile: small tweaks, implement clean
10430         * doc: removed generated files
10431
10432 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10433
10434         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10435         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10436         Address Record is not correctly generated for DS390."
10437
10438 2003-02-02  Borut Razem <borut.razem AT siol.net>
10439
10440         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10441         * as/mcs51/asm.h: fixed compilation with Borland C
10442         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10443         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10444         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10445         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10446         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10447         src/z80/Makefile.bcc: delete $(LIB) only if exist
10448         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10449
10450 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10451
10452         * device/include/malloc.h: introduced NULL
10453         * device/include/string.h: introduced NULL
10454         * device/include/stdlib.h: introduced NULL
10455         * device/lib/_memcpy.c: removed NULL
10456         * device/lib/_strcat.c: removed NULL
10457         * device/lib/_strchr.c: removed NULL
10458         * device/lib/_strcmp.c: removed NULL
10459         * device/lib/_strcpy.c: removed NULL
10460         * device/lib/_strcspn.c: removed NULL
10461         * device/lib/_strlen.c: removed NULL
10462         * device/lib/_strncat.c: removed NULL
10463         * device/lib/_strncmp.c: removed NULL
10464         * device/lib/_strncpy.c: removed NULL
10465         * device/lib/_strpbrk.c: removed NULL
10466         * device/lib/_strrchr.c: removed NULL
10467         * device/lib/_strspn.c: removed NULL
10468         * device/lib/_strstr.c: removed NULL
10469         * device/lib/_strtok.c: removed NULL
10470         * device/lib/malloc.c: removed NULL, include own header
10471
10472 2003-02-02    <johan AT balder>
10473
10474         * 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
10475         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10476         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10477         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10478         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10479         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10480
10481 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10482
10483         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10484         area 'DATA'"
10485
10486 2003-02-01    <johan AT balder>
10487
10488         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10489
10490 2003-01-31    <johan AT CP255758-A>
10491
10492         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10493
10494 2003-01-30    <johan AT balder>
10495
10496         * src/SDCCBBlock.c: automatic bug detection
10497         * src/SDCCicode.c: automatic bug detection
10498
10499 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10500
10501         * src/SDCCglobl.h:   now --xram-size 0 works
10502         * src/SDCCmain.c:    now --xram-size 0 works
10503
10504 2003-01-29    <johan AT balder>
10505
10506         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10507
10508 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10509
10510         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10511         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10512         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10513         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10514         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10515         * src/SDCCmain.c:    Added options --xram-size and --code-size
10516
10517 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10518
10519         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10520         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10521
10522 2003-01-27    <johan AT balder>
10523
10524         * src/SDCC.y: fixed bug #613764
10525
10526 2003-01-26    <johan AT balder>
10527
10528         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10529         * src/SDCCsymt.h: fixed bug #673374
10530         * src/SDCCglue.c: fixed bug #661910
10531         * src/SDCCast.c: fixed bug #458099 and 673374
10532
10533 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10534
10535         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10536         * as/mcs51/strcmpi.h: added
10537         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10538         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10539         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10540         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10541         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10542         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10543         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10544         * as/mcs51/Makefile.aslink: new module strcmpi
10545         * as/mcs51/Makefile.asx8051: new module strcmpi
10546         * as/mcs51/Makefil.bcc: new module strcmpi
10547         * as/mcs51/Makefile.in: new module strcmpi
10548         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10549
10550 2003-01-26    <johan AT balder>
10551
10552         * src/SDCCglue.c: reverted back to 1.124
10553         * src/SDCCast.c: reverted back to 1.156
10554         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10555
10556 2003-01-25    <johan AT balder>
10557
10558         * src/SDCCglue.c: A better fix for bug #661910
10559         * src/SDCCast.c: A better fix for bug #661910
10560         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10561
10562 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10563
10564         * src/Makefile.in: remove spawn.o
10565         * src/SDCCmain.c: remove spawn.h
10566         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10567         * src/spawn.c: removed
10568         * src/spawn.h: removed
10569         * support/regression/ports/ds390/spec.mk: link with -r
10570
10571 2003-01-24    <johan AT CP255758-A>
10572
10573         * src/ds390/gen.c (aopOp): fixed bug #667458
10574         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10575         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10576         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10577
10578 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10579
10580         * src/mcs51/peeph.def: better assembler identation by Frieder
10581         * src/mcs51/gen.c: better assembler identation by Frieder
10582
10583 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10584
10585         * as/z80/string.h: removed for gcc 3.2
10586         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10587         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10588
10589 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10590
10591         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10592         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10593         * support/regression/Makefile: separate temp files for ports
10594         * support/regression/generate-cases.py: separate temp files for ports
10595         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10596         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10597
10598 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10599
10600         * moved tinitalk to device/examples/ds390
10601
10602 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10603
10604         * as/mcs51/lkmem.c: rflag is for DS390
10605         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10606         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10607                          (linkEdit): move mem- and map-files the same way as ihx-files
10608         * src/z80/main.c (_setDefaultOptions): removed --generic
10609         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10610         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10611         * src/pic/glue.c (picglue): --c1mode works again
10612         * src/pic16/glue.c (pic16glue): --c1mode works again
10613         * src/asm.c (printCLine): fix #660034
10614
10615 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10616
10617         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10618         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10619         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10620         * as/mcs51/lkmem (summary): better fix for sp problem
10621         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10622         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10623         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10624                                               remove --stack-after-data
10625
10626 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10627
10628         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10629         * src/SDCCutil.c (join): ugly bug: missing '\0'
10630         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10631
10632 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10633
10634         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10635         * src/port.h: typo
10636         * src/pic/main.c (_asmCmd): gpasm supports -o
10637         * src/z80/main.c: more general macros
10638         * device/lib/Makefile.in: remove intermediate files
10639
10640 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10641
10642         * .version: Bumped version number to 2.3.3
10643         * src/SDCCBBlock.c: new option -o
10644         * src/SDCCglobl.h: new option -o
10645         * src/SDCCglue.c: new option -o
10646         * src/SDCCmain.c: new option -o
10647         * src/asm.c: new option -o
10648         * src/ds390/main.c: new option -o
10649         * src/pic/glue.c: new option -o
10650         * src/pic/pcode.c: new option -o
10651         * src/pic/ralloc.c: new option -o
10652         * src/pic16/glue.c: new option -o
10653         * src/pic16/pcode.c: new option -o
10654         * src/pic16/ralloc.c: new option -o
10655         * src/z80/main.c: new option -o
10656         * device/lib/Makefile.in: use -o
10657         * support/regression/ports/ds390/spec.mk: use -o
10658         * support/regression/ports/gbz80/spec.mk: use -o
10659         * support/regression/ports/mcs51/spec.mk: use -o
10660         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10661         * support/regression/ports/z80/spec.mk: use -o
10662         * support/regression/ports/ucz80/spec.mk: use -o
10663         * support/regression/ports/xa51/spec.mk: use -o
10664         * support/regression/fwk/lib/timeout.c: fix usage string
10665
10666 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10667         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10668
10669 2003-01-07    <johan AT balder>
10670
10671         * src/SDCCast.c (decorateType): fixed bug #600035
10672
10673 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10674         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10675         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10676         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10677         * src/pic/pcode.c: outcommented unused variable to remove warnings
10678         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10679
10680 2003-01-06    <karl AT turbobit.com>
10681         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10682    regression tests.
10683
10684 2003-01-06    <johan AT balder>
10685
10686         * src/SDCCicode.c: fixed array add
10687
10688 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10689         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10690         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10691
10692 2003-01-04    <johan AT balder>
10693
10694         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10695
10696 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10697         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10698
10699 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10700         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10701         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10702
10703 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10704         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10705
10706 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10707         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10708
10709 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10710         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10711
10712 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10713
10714     * in \sdcc\as\mcs51\ changed these files in order to create an
10715     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10716     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10717     following files to include the previous two files: aslink.dsp,
10718     Makefile.aslink, Makefile.bcc, and Makefile.in.
10719
10720     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10721     .adb instead of .cdb
10722
10723 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10724
10725         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10726         value from option --iram-size.
10727
10728 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10729
10730         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10731         dram[] array.
10732
10733 2002-09-18    <wiml AT hhhh.org>
10734
10735         * SDCClrange.h: exposed setFromRange() and setToRange()
10736         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10737           packRegsForAccUse() (bug 542397)
10738         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10739           multiple times and emitting the fetch operations more than once
10740           added aopGetUsesAcc() function to allow binary operators to
10741           fetch their operands in the correct order; made genMinus() emit
10742           compact code for X = LITERAL - Y
10743
10744 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10745         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10746         sprintf() in line 1267.
10747
10748 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10749         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10750         like ports.
10751
10752 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10753         Changes to aslink (All the changes are marked with 'JCF'):
10754
10755         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10756         summary().
10757
10758         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10759         area BSEG.  Also moves, if possible, the DATA area down into the internal
10760         ram so more space is available.
10761
10762         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10763         sflag.
10764
10765         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10766         not bytes.  Function summary() which creates a memory usage summary
10767         file with extension .mem.  Reports of overlaping stack and small stack
10768         size.  If the space for the stack is less than 16 bytes aslink trows a
10769         warning.
10770
10771         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10772         the 8051.  Option 'y' for memory summary output file.
10773
10774         Changes to sdcc (All the changes are marked with 'JCF'):
10775
10776         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10777
10778         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10779         overlaying area for it (uses RegBankUsed[4]).
10780
10781         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10782         bank zero as used by default.  By default aslink locates the stack
10783         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10784         the creation of the .mem file.  Delegates the allocation of data area
10785         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10786         the begining of the stack area to aslink.
10787
10788         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10789         glue() in SDCCglue.c creates an area for it.
10790
10791 2002-09-03  Borut Razem <borut.razem AT siol.net>
10792         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10793         sdcc/src/pic/glue.c:
10794         introduced atexit() handler for teporay files removal in case of
10795         errors, assertions, ...
10796
10797 2002-08-29  Borut Razem <borut.razem AT siol.net>
10798         * sdcc/support/cpp2/auto-host_vc_in.h:
10799         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10800         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10801         Maybe there is a similar problem with BORLANDC? It should be checked!
10802
10803         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10804         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10805         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10806         was not executed, and the compiler (cl) launched a warning:
10807         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10808
10809 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10810         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10811
10812 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10813         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10814
10815         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10816           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10817           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10818           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10819           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10820           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10821           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10822         - added Release configuration in VS projects
10823         - review of compiler an linker options
10824         - VC .exe files are generated in bin_vc directory, not to interfere
10825           with binaries generated from other projects (cygwin, mingw, bcc ...)
10826
10827         * sdcc/src/yacc.dsp: added
10828
10829         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10830         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10831         and insert the version number definitions from .version
10832
10833         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10834
10835         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10836         added - genarate auto-host.h using auto-host_vc_in.h as template
10837
10838         * sdcc/sdcc_vc.h,
10839         removed from CVS, generated automatically
10840
10841 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10842         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10843
10844 2002-08-11  Borut Razem <borut.razem AT siol.net>
10845         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10846
10847 2002-08-10  Borut Razem <borut.razem AT siol.net>
10848         * src/SDCCmain.c (main):
10849         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10850         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10851         The consequence was that some temporary files were not removed.
10852
10853         * src/SDCCglue.c:
10854         unification of code in functions tempfilename() and tempfile():
10855         function tempnam() is defined in Visual Studio 6.0 and .NET
10856
10857         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10858
10859         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10860           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10861         - removed compiler command line option /WX: Treats all warnings as errors
10862         - update a list of source files, included into the project
10863
10864         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10865           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10866         changed project type to Generic Project so that can be correcly converted to VS.NET project
10867
10868         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10869
10870         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10871
10872         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10873
10874         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10875         added return 0 statements after assert() to make compiler happy
10876
10877         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10878         added newline in the def file to keep MSC compiler satisfied
10879
10880         * sdcc/src/z80/gen.c:
10881         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10882           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10883         - solved MSC error in function aopDump()
10884
10885         * sdcc_vc.h: define PREFIX as "\\sdcc"
10886
10887 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10888         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10889
10890 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10891         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10892         - Rewrote the register banking algorithm.
10893         - Added pCode live-range analysis to registers (for now, only non-used and
10894         singly-used registers optimized away)
10895
10896         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10897
10898         * 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.
10899
10900 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10901         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10902
10903 2002-04-22  Michael Hope  <michaelh AT vroom>
10904
10905         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10906
10907         * configure.in (DD_COPT): Added include support required for gbdk.
10908
10909         * .version: Bumped version number just to increase it.
10910
10911         * src/SDCCmain.c: Added -nostdinc to the default options.
10912
10913 2002-04-15  Michael Hope  <michaelh AT vroom>
10914
10915         * device/lib/z80/printf.c (sprintf): Added.
10916
10917         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10918
10919         * src/z80/peeph.def: Added transpose redundent load rule.
10920
10921         * src/z80/main.c: Added force callee saves for jaune.
10922
10923         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10924
10925         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10926
10927 2002-03-28  Johan Knol  <johan AT balder>
10928
10929         * src/SDCCval.c: fixed bug #532436
10930
10931 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10932         * /src/port.h:
10933         Added "char *Processor" field to the port structure.
10934
10935         * /src/SDCCmain.c:
10936         Added -p option. Allows port dependent processor to be specified.
10937
10938         * all ports:
10939         Initialized the new field char *Processor field to NULL in all ports
10940
10941         * /src/pic/*:
10942         Compiler generated registers for interrupt context saving
10943         were not getting allocated.
10944
10945 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10946
10947         * /src/SDCCast.c:
10948         Fixed left shift. Will promote the left side of a left shift
10949         if a) left shifting more than size of operand or b) when assigned
10950         to something size > size of left side
10951
10952 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10953         * src/pic/*
10954         tons of changes. Register allocation has been
10955         rewritten. Added customization for the various PICs. Flow
10956         analysis is restructured. ...
10957
10958         * src/pic/device.h:
10959         Added
10960
10961         * src/pic/device.c:
10962         Added. device.c is a PIC port hack to accomodate variations
10963         in PIC devices.
10964
10965 2002-03-13  Michael Hope  <michaelh AT vroom>
10966
10967         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10968
10969 2002-03-04  johanknol  <johanknol AT manik>
10970
10971         * /src/SDCCval.c: fixed
10972
10973         const unsigned char arr[][2] = { { 0, 1 } };
10974         t18.c:1: error: Initializer element is not constant
10975
10976 2002-03-04  bela  <bela AT manik>
10977
10978         * /device/include/mcs51reg.h:
10979         ds89c420 register definition update
10980
10981 2002-03-03    <johan AT FRIJA>
10982
10983         * support/Util/SDCCerr.c: did something, but don't no why anymore
10984
10985         * support/regression/tests/bug-524691.c: made it a little less shy
10986
10987         * src/SDCCast.c (decorateType): fixed bug #524697
10988
10989         * src/SDCCast.c: made some lineno improvements
10990
10991         * src/SDCCval.c (getNelements): changed warning to error
10992
10993         * src/SDCCglue.c (printIvalArray): changed warning to error
10994
10995         * src/SDCCicode.c: fixed a warning for mingw
10996
10997         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10998
10999         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11000
11001 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11002
11003         * src/ds390/peeph.def:
11004         Added some more peephole rules
11005
11006         * src/ds390/gen.c: Various fixes & enhancements
11007
11008         * src/SDCClrange.c, src/SDCClrange.h:
11009         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11010
11011         * src/ds390/ralloc.c:
11012         various fixes & enhancements (ds390) specific
11013
11014         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11015         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11016         from rallocs.
11017
11018         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11019
11020 2002-03-02    <johan AT FRIJA>
11021
11022         * src/SDCCast.c (decorateType): fixed bug #524708
11023
11024         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11025
11026         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11027
11028 2002-03-01  Michael Hope  <michaelh AT vroom>
11029
11030         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11031
11032         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11033
11034 2002-03-01    <johan AT FRIJA>
11035
11036         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11037
11038         * src/SDCCast.c (decorateType): fixed bug #524209
11039
11040         * src/SDCCval.c (valNot): fixed bug #524195
11041
11042 2002-02-26    <johan AT balder>
11043
11044         * src/xa51/gen.c: fixed a warning
11045
11046         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11047
11048         * src/SDCCast.c (decorateType): fixed bug #522534
11049
11050 2002-02-23    <johan AT balder>
11051
11052         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11053
11054 2002-02-22    <johan AT balder>
11055
11056         * src/SDCCast.c: fixed bug #514865
11057
11058         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11059
11060 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11061
11062         * sdcc/src/SDCCloop.c:
11063         Previous fix was not good. basic blocks that have "break" or "return" are
11064         not really partof a loop , but live ranges used in these blocks should
11065         be live thru the entire loop, so set partOfLoop but don't add them to
11066         loop region
11067
11068 2002-02-21    <johan AT FRIJA>
11069
11070         * src/SDCCcse.c: fixed bug #514308
11071
11072 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11073
11074         * src/SDCCloop.c:
11075         Fixed BUG #519583. If a conditional block ended in a return/break
11076         statement inside a loop, it was not being considered part of the loop.
11077
11078         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11079
11080 2002-02-10  Karl Bongers <karl AT turbobit.com>
11081
11082         * debugger/*:
11083         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11084         with lots of comments and notes.
11085
11086         * device/examples/test2.c:
11087         Fix bug, "red" variable not being initialized(compiler complained).
11088
11089         * device/examples/Makefile, examples/test3.c:
11090         Add Makefile in device/examples folder, compiles test3.c
11091         for use as a multiple module SDCDB test case.
11092
11093         * sim/ucsim/cmd.src/cmdset.cc:
11094         Took out debug printfs in ucsim "next" command.
11095
11096         * sim/ucsim/xa.src:
11097         Karl and Johan start ucsim XA support.  Most dissassembly working,
11098         about 75% emulation done(plenty of work remaining).
11099
11100         * sim/ucsim/z80.src:
11101         Add Z80 support to ucsim, add test-ucz80 regression test,
11102         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11103         Notice z80 compiler fails on examples/test3.c/crc code.
11104
11105 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11106
11107         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11108         Added support for --parms-in-bank1
11109
11110         * src/ds390/peeph.def:
11111         added a few more peephole optimzations
11112
11113         * src/ds390/main.c:
11114         1) added __builtin_inp & __builtin_outp used to read in data of given length
11115            from a memory mapped port
11116         2) added __builtin_memcmp
11117         3) added __builtin_swapw swap bytes of a short
11118
11119         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11120         1) handle multiple send & receives from register bank1
11121         2) ralloc can now allocate DPTR1 to some liveRanges
11122
11123         * src/SDCCsymt.c, src/SDCCsymt.h:
11124         changes to handle multiple sends & receives
11125
11126         * src/SDCCptropt.h:
11127         added some pointer arithmetic optimization
11128
11129         * src/SDCCptropt.c:
11130         added some pointer arithmetic optimizations but not stable yet so not
11131         called from anywhere (will get this working shortly)
11132
11133         * src/SDCCopt.c: fixed for multiple sends & receives
11134
11135         * src/SDCCmain.c:
11136         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11137         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11138            set preprocessor defines (depending on options)
11139
11140         * src/SDCCicode.c, src/SDCCicode.h:
11141         changes made to handle multiple sends & receives
11142
11143         * src/SDCCglobl.h:
11144         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11145
11146         * src/SDCCcse.c, src/SDCCcse.h:
11147         added function findbackward def (to be used in upcoming optimization)
11148
11149         * src/SDCCcflow.c, src/SDCCcflow.h:
11150         added function returnAtEnd - to determine if a basic block terminates with
11151         a RETURN iCode
11152
11153         * src/SDCCast.c, src/SDCCast.h:
11154         added option parms-in-bank1
11155
11156         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11157         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11158         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11159         adjusted for --parms-in-bank1 option
11160
11161         * device/include/string.h:
11162         donot redefine "reentrant" keyword
11163
11164         * device/include/ds80c390.h: Added some more SFRs
11165
11166 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11167
11168         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11169
11170 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11171
11172         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11173
11174 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11175
11176         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11177
11178 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11179
11180         * Added --xram-movc option
11181
11182 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11183
11184         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11185
11186 2002-01-11  Johan Knol
11187
11188         * Added math lib of Jesus Calvino-Fraga
11189
11190 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11191
11192         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11193         * support/regression/Makefile: new target test-mcs51-stack-auto
11194         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11195
11196 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11197
11198         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11199
11200 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11201
11202         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11203
11204 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11205
11206         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11207
11208         * src/SDCCglue.h: add definition for printIvalChar()
11209
11210 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11211
11212         * src/SDCCast.c: fix #498138 by Johan
11213
11214         * src/SDCCglue.c: fix #498138 by Johan
11215
11216 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11217
11218         * support/regression/Makefile: fix clean
11219
11220         * support/regression/ports/ds390/support.c: fix transmission of last character
11221
11222 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11223
11224         * /sdcc/src/ds390/gen.c:
11225         a) improved computing address of stack variable
11226         b) took out some #if 0 code
11227         c) improved parmBytes adjustment
11228         d) improved genPlusIncr & genMinusIncr
11229         e) genCmp could generate bad code (when left assigned to DPTR)
11230         f) Fixed bug in hasInc
11231
11232         * /sdcc/src/ds390/ralloc.c:
11233         a) packRegsForSupport could mess up live information (Fixed)
11234         b) packRegsDPTRuse could be incorrect for left & right shift
11235
11236         * /sdcc/src/mcs51/ralloc.c:
11237         packRegsForSupport could mess up the live information (Fixed)
11238
11239         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11240
11241         * /sdcc/src/SDCCast.c:
11242         can reverse a loop even if function call is present as long
11243         as the loop control variable is local & is not passed as parameter
11244
11245 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11246
11247         * /sdcc/ChangeLog: *** empty log message ***
11248
11249         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11250         More builtin function additions for TININative
11251
11252         * /sdcc/src/ds390/ralloc.c:
11253         Had broken the regression testsuite
11254
11255         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11256
11257         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11258         Added funcattr hasStackParms will be set for reentrant functions when there
11259         are paramteres on the stack, this helps in minimizing frame pointer generation
11260         typeFromStr can handle function pointers now
11261
11262         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11263         *** empty log message ***
11264
11265 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11266
11267         * /src/ds390/gen.c, /src/ds390/main.c:
11268         More builtin function additions for TININative
11269
11270         * /src/ds390/ralloc.c:
11271         Had broken the regression testsuite
11272
11273         * /src/SDCCast.c: Fixed a bug in dumptree
11274
11275         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11276         Added funcattr hasStackParms will be set for reentrant functions when there
11277         are paramteres on the stack, this helps in minimizing frame pointer generation
11278         typeFromStr can handle function pointers now
11279
11280         * /doc/builtins.txt, /doc/TININative.txt:
11281         *** empty log message ***
11282
11283
11284 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11285
11286         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11287         ALPHA version for -mTININative
11288
11289         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11290         updated to reflect changes in the port structure
11291
11292         * /src/port.h:
11293         added function do_assemble (similar to do_link) if non-null this function
11294         will be called to do assembly (-mTININative) requires a multi command
11295         assembly
11296         added function genAssemblerEnd will be called to generate assembler Epilogue
11297
11298         * /src/SDCCsymt.c:
11299         added _JavaNative to debug info printing
11300
11301         * /src/SDCCmain.c: added option --tini-libid
11302         added port->do_assemble function (-mTININative) has a multi command assemble
11303
11304         * /src/SDCCglue.c: Disabled "constExpr" check
11305         added port->genAssemblerEnd function
11306
11307         * /src/SDCCglobl.h: Added option --tini-libid value
11308
11309         * /src/SDCCast.h:
11310         tookout optimizeCompare from the header (has no external references)
11311
11312         * /src/SDCCast.c: made one more function "static"
11313
11314 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11315
11316         * src/z80/mappings.i: Added z80asm support.
11317
11318         * src/z80/main.c: Added z80asm support on --asm=z80asm
11319
11320         * src/z80/gen.c: Fixed asm portability issues.
11321
11322         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11323
11324         * src/SDCCglue.c (printExterns): Added global/extern split.
11325
11326 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11327
11328         * support/regression/Makefile: added test for mcs51 model large
11329
11330         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11331
11332         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11333
11334 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11335
11336         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11337
11338 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11339
11340         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11341
11342         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11343
11344 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11345
11346         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11347
11348         * support/regression/tests/simplefloat.c: Port to mcs51.
11349
11350 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11351         * support/regression/tests/bug-485362.c: Added.
11352
11353         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11354
11355         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11356
11357         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11358
11359         * src/z80/gen.c (aopDump): Added a dump function.
11360
11361 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11362         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11363
11364         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11365
11366         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11367
11368         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11369
11370         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11371
11372         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11373
11374         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11375
11376         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11377
11378         * support/regression/ports/ds390/support.c: Use tinibios.
11379
11380         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11381
11382 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11383
11384         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11385         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11386
11387         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11388
11389         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11390
11391 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11392
11393         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11394
11395         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11396         (packRegsForIYUse): Created and optimised.
11397
11398 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11399
11400         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11401 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11402
11403         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11404
11405         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11406
11407         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11408
11409 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11410
11411         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11412
11413         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11414
11415 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11416
11417         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11418
11419         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11420
11421         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11422
11423 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11424
11425         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11426         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11427         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11428
11429         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11430
11431         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11432         (genNotFloat): Added.
11433         (genUminusFloat): Added.
11434
11435         * device/lib/z80/Makefile: Added floating pt stubs.
11436
11437         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11438
11439         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11440
11441         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11442
11443 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11444
11445         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11446
11447         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11448
11449         * sdcc/support/regression/Makefile: Add port ds390.
11450
11451         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11452
11453         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11454
11455         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11456
11457         * sdcc/support/regression/ports/ds390/support.c: Added.
11458
11459         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11460
11461         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11462
11463         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11464
11465 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11466
11467         * device/include/malloc.h: Added z80 and gbz80 support.
11468
11469         * device/lib/gbz80/heap.s: Added.
11470
11471         * device/lib/z80/heap.s: Added.
11472
11473         * device/lib/malloc.c: Added z80 and gbz80 support.
11474
11475         * support/regression/tests/malloc.c (testMalloc): Added.
11476
11477         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11478
11479         * support/regression/tests/bug-478094.c: Added.
11480
11481         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11482
11483 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11484
11485         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11486
11487         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11488
11489         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11490
11491         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11492
11493         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11494
11495 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11496
11497         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11498
11499 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11500
11501         * support/regression/tests/bug-477927.c: Added.
11502
11503         * src/z80/peeph.def: Added minor rules.
11504
11505         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11506
11507         * src/z80/peeph.def: Added jump optimisation modification.
11508
11509 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11510
11511         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11512
11513 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11514
11515         * support/regression/tests/funptrs.c: Added.
11516
11517 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11518
11519         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11520
11521 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11522
11523         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11524
11525         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11526
11527         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11528         (movLeft2ResultLong): Created.
11529
11530         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11531         (joinPushes): Added.  Joins two char pushes into a word push.
11532
11533 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11534
11535         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11536
11537         * support/makebin/Makefile (install): Added creation of dest dir.
11538
11539 2001-10-24 Karl Bongers <karl AT turbobit.com>
11540
11541         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11542
11543 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11544
11545         * src/z80/ralloc.c: Turned off faulty pack for one use.
11546
11547         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11548
11549         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11550
11551 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11552
11553         * support/regression/Makefile: Improved clean
11554
11555         * support/regression/ports/gbz80/spec.mk: Added clean
11556
11557         * support/regression/ports/host/spec.mk: Added clean
11558
11559         * support/regression/ports/z80/spec.mk: Added clean
11560
11561         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11562
11563         * support/regression/ports/mcs51/timeout.c: little improvements
11564
11565 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11566
11567         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11568
11569         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11570
11571         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11572
11573 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11574
11575         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11576
11577         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11578
11579 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11580         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11581
11582         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11583
11584         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11585
11586         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11587
11588         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11589
11590         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11591
11592         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11593
11594         * support/regression/tests/longor.c: Added.
11595
11596 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11597
11598         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11599
11600         * as/mcs51/aslink.h: define PATH_MAX
11601
11602         * as/mcs51/asm.h: define PATH_MAX
11603
11604         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11605
11606         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11607
11608         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11609
11610         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11611
11612         * src/SDCCglobl.h: define PATH_MAX
11613
11614         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11615
11616         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11617
11618 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11619
11620         * src/z80/gen.c (gencjneshort): Fixed
11621
11622         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11623
11624 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11625
11626         * support/regression/tests/bug-469671.c: Added.
11627
11628         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11629
11630 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11631
11632         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11633
11634         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11635
11636 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11637
11638         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11639
11640         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11641
11642         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11643
11644         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11645
11646         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11647
11648         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11649
11650         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11651
11652 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11653
11654         * 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.
11655
11656         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11657
11658         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11659
11660 2001-10-07    <johan AT FRIJA>
11661
11662         * device/lib/gets.c (gets): fixed the return value.
11663
11664 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11665         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11666
11667         * 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.
11668
11669         * 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.
11670
11671         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11672
11673         * src/pic/gen.c: Removed Safe_strdup.
11674
11675         * configure.in: Added option to enable libgc support.
11676
11677         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11678         (bitVectUnion): Optimised.
11679         (bitVectIntersect): Optimised.
11680         (bitVectBitsInCommon): Optimised.
11681         (bitVectCplAnd): Optimised.
11682
11683         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11684
11685 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11686
11687         * src/SDCCmain.c: distinguish between assembler debug and plain options
11688
11689         * src/avr/main.c:   remove standard assembler options
11690
11691         * src/ds390/main.c: remove standard assembler options
11692
11693         * src/mcs51/main.c: remove standard assembler options
11694
11695         * src/port.h: removed "PENDING" comment
11696
11697 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11698
11699         * src/device/lib/_mulint.c  : new, with assember functions
11700
11701         * src/device/lib/_mullong.c : new, with assember functions
11702
11703         * src/device/lib/_divuint.c : with assember functions
11704
11705         * src/device/lib/_divsint.c : with assember functions
11706
11707         * src/device/lib/_divulong.c: with assember functions
11708
11709         * src/device/lib/_divslong.c: with assember functions
11710
11711         * src/device/lib/_moduint.c : with assember functions
11712
11713         * src/device/lib/_modsint.c : with assember functions
11714
11715         * src/device/lib/_modulong.c: with assember functions
11716
11717         * src/device/lib/_modslong.c: with assember functions
11718
11719         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11720
11721         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11722
11723         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11724                                       replaced _mululong.c and _mulslong.c by _mullong.c
11725
11726 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11727
11728         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11729
11730 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11731
11732         * src/SDCCglue.c: test, if win32api is available for MINGW
11733
11734 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11735
11736         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11737         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11738         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11739         * support/regression/ports/host/spec.mk: removed GENERIC
11740         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11741         * support/regression/ports/z80/spec.mk: removed GENERIC
11742
11743 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11744
11745         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11746
11747         * support/regression/tests/bug-467035.c: Created.
11748
11749 2001-10-01    <johan AT FRIJA>
11750
11751         * src/SDCC.y: fixed bug #466586 part 1
11752
11753 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11754
11755         * SDCCicode.c: z80 has no generic pointers
11756         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11757
11758 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11759
11760         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11761
11762 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11763
11764         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11765
11766         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11767
11768 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11769
11770         * configure.in: Fixed up so that ucsim is only configured once.
11771
11772         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11773
11774         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11775         (getPathDifference): As above.
11776
11777         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11778
11779         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11780
11781 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11782         * .version: Updated to 2.3.1
11783
11784         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11785         Added copyright header.
11786
11787         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11788         (assemble): Added support for macro based assembler commands.
11789         (linkEdit): Added support for macro based linker commands.
11790         (preProcess): Changed the pre-processor to use macros.
11791         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11792         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11793
11794         * device/lib/z80/crt0.s: Added module name for debugging.
11795
11796 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11797
11798         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11799
11800         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11801
11802         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11803
11804         * src/Makefile.in: Added SDCCmacro and SDCCutil
11805
11806 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11807
11808         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11809
11810 2001-09-16    <johan AT FRIJA>
11811
11812         * 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.
11813
11814 2001-09-15    <johan AT FRIJA>
11815
11816         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11817         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11818
11819 2001-09-11    <johan AT FRIJA>
11820
11821         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11822
11823 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11824
11825         * support/regression/tests/bug-460444.c: Added test case.
11826
11827         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11828         (genCast): Added justification for all of the asserts.
11829
11830 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11831
11832         * support/regression/support.c: _xdata replaced by xdata
11833
11834         * support/regression/spec.mk: removed _generic
11835
11836 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11837
11838         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11839
11840         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11841         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11842
11843         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11844
11845         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11846
11847         * support/regression/tests/bug-460010.c: Added test case.
11848
11849         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11850
11851 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11852
11853         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11854
11855         * support/regression/testfwk.c: removed workaround for bug #436344
11856
11857         * support/regression/tests/bp.c: use less memory with mcs51
11858
11859         * support/regression/tests/bug-441448.c: use less memory
11860
11861         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11862
11863         * support/regression/collate-results.py: typo
11864
11865 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11866
11867         * support/regression/tests/fetchoverlap.c: Added new test case.
11868
11869         * support/regression/tests/bp.c: Added new test case.
11870
11871         * support/regression/tests/bug-448984.c: Added new test case.
11872
11873         * support/regression/tests/pow2shifts.c: Added new test case.
11874
11875         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11876         (genlshTwo): Fixed right shift for count > 8.
11877
11878         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11879
11880 2001-09-08    <johan AT FRIJA>
11881
11882         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11883
11884 2001-09-07    <johan AT FRIJA>
11885
11886         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11887
11888         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11889
11890 2001-09-06    <johan AT FRIJA>
11891
11892         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11893         * bernhard noted me at this: "() equals to (void)" (1.38)
11894
11895 2001-09-05    <johan AT FRIJA>
11896
11897         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11898
11899 2001-09-04    <johan AT FRIJA>
11900
11901         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11902
11903
11904 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11905
11906         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11907
11908 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11909
11910         * link/z80/aslink.h: Fixed path for PATH_MAX
11911
11912 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11913
11914         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11915
11916         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11917
11918         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11919
11920         * 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.
11921
11922 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11923
11924         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11925         (genCmp): Fixed up genCmp for the GB with longs.
11926
11927         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11928
11929         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11930
11931         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11932
11933         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11934
11935 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11936
11937         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11938
11939 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11940
11941         * 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.
11942
11943         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11944
11945 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11946
11947         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11948
11949         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11950
11951 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11952
11953   * sim/ucsim/configure:    little improvement of Cygwin-detection
11954   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11955   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11956   * support/regression/tests/bug-221100.c: small changes for mcs51
11957   * support/regression/tests/bug-221168.c: small changes for mcs51
11958   * support/regression/tests/bug-227710.c: small changes for mcs51
11959   * support/regression/tests/staticinit.c: small changes for mcs51
11960   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11961   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11962   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11963
11964 $Revision$