* sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
[fw/sdcc] / ChangeLog
1 2006-06-24 Borut Razem <borut.razem AT siol.net>
2
3         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
4           to the list of sdcc tagrets not supporting bit type
5         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
6           testfor pic16 due to bug:
7           [ 1511794 ] pic16: regression test bug-895992.c fails
8
9 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
10
11         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
12         * src/SDCCglue.c (initPointer), fixed bug 1496419
13         * support/regression/tests/bug1496419.c: new, added
14
15 2006-06-22 Borut Razem <borut.razem AT siol.net>
16
17         * support/regression/ports/pic16/support.c: use gpsim usart module from
18           libgpsim_modules library
19
20 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
21
22         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
23         IP0H to IPH0.
24
25 2006-06-19 Raphael Neider <rneider AT web.de>
26
27         * src/pic/glue.h,src/pic16/glue.h: added prototypes
28         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
29           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
30           (pic14printExterns,pic14printPublics,pic16printPublics,
31           pic16_printExterns): use new functions to emit symbols
32           (picglue,pic16glue): emit publics before emitting externs
33         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
34           locally defined functions to avoid bug #1443651
35         * support/regression/tests/bug-716242.c: removed pic16 workaround
36         * support/regression/ports/pic16/spec.mk: ignore errors during build
37
38 2006-06-19 Raphael Neider <rneider AT web.de>
39
40         * src/pic/glue.h: added pic14aopLiteral prototype
41         * src/pic/glue.c (pic14aopLiteral): return unsigned int
42         * src/pic/gen.c: removed stdint.h dependency
43           (aopGet): use Safe_strdup()
44           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
45           (genDataPointerSet): use pic14aopLiteral()
46         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
47           for pic16; thanks to Bernhard and Maarten
48
49 2006-06-18 Borut Razem <borut.razem AT siol.net>
50
51         * support/regression/tests/structflexarray.c: flexible array members
52           not supported by gcc < 3
53         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
54           GUI tool by default
55         * src/pic/gen.c: don't include [p]strdin.h on solaris
56         * support/Util/pstdint.h: addad svn attributes
57         * support/regression/tests/constantRange.c,
58           support/regression/tests/rotate.c: include inttypes.h instead
59           stdint.h on solaris, addad svn attributes
60
61 2006-06-18 Raphael Neider <rneider AT web.de>
62
63         * src/SDCCsymt.c (initCSupport): change return type of divschar to
64           int for PIC16
65         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
66           (pic16_genMinusBits): simplified sign-extension
67           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
68             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
69             adjusted to correctly handle mixed-signed operands, disabled
70             now unused multiplciation routines
71         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
72           (assignResultValue): added argument denoting the size of the result
73             as returned by the function (fixes upcasts in assigning from
74             function calls: char foo(); int i = foo();)
75           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
76             function result to assignResultValue
77           (genMult): disabled inlined multiplication code
78           (genDiv): augmented to also handle the modulus operator, fixed to
79             handle mixed-signed operands correctly
80           (genMod): simply call genDiv, disabled unused code
81           (genAssign): fixed missing (sign-)extension on result
82         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
83             valid char operands, allow signed operands for native code, added
84             division and modulo operator handling
85         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
86
87         As a consequence, onebyte.c (if split into two files) and muldiv.c
88         pass regression tests.
89
90 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
91
92         * doc/Makefile.in: two runs of makeindex seem needed to get
93         correct page references in the index of sdccman.pdf
94         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
95
96 2006-06-17 Borut Razem <borut.razem AT siol.net>
97
98         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
99
100 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
101
102         * doc/sdccman.lyx: updated, added (porting source code, debugging),
103         mentioned ec2drv and paulmon
104
105 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
108           consecutive abs areas
109           (find_empty_space, allocate_space): added map to handle codemap or
110            xdatamap,
111           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
112            absolute idata and xdata
113         * as/mcs51/lkmem.c (summary2): updated legend
114
115 2006-06-16 Raphael Neider <rneider AT web.de>
116
117         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
118
119 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
122           1208515
123         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
124
125 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
126
127         * src/port.h (struct PORT): added field gp_tags, to hold the tag
128         value of generic pointers,
129         * src/avr/main.c,
130           src/ds390/main.c,
131           src/hc08/main.c,
132           src/izt/i186.c,
133           src/izt/tlcs900h.c,
134           src/mcs51/main.c,
135           src/pic/main.c,
136           src/pic16/main.c,
137           src/xa51/main.c,
138           src/z80/main.c: PORT structure, added elements for gp_tags field,
139         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
140         fields in the PORT structure of each port,
141         * src/SDCCast.c (decorateType): allow processing of generic pointers
142         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
143         S_FIXED symbols
144
145 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * link/z80/lkgb.c,
148         * link/z80/lkgg.c,
149         * src/pic16/gen.c,
150         * src/pic16/main.c,
151         * src/pic16/pcode.c,
152         * src/pic/main.c,
153         * src/pic/pcoderegs.c,
154         * src/SDCCicode.c,
155         * src/SDCCmain.c,
156         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
157           bug 1504689 on minGW
158
159 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
160
161         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
162
163 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
166
167 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
168
169         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
170           for optimization
171
172 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
173
174         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
175         to a char variable. Fixed bug #1504211
176         * device/include/pic16/adc.h,
177         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
178         and fixed bug #1364390
179
180 2006-06-10 Borut Razem <borut.razem AT siol.net>
181
182         * CVSROOT: removed the CVS left-over
183
184 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
185
186         * as/hc08/asmain.c (asexit),
187         * as/hc08/lkmain.c (lkexit),
188         * as/mcs51/asmain.c (asexit),
189         * as/mcs51/lkmain.c (lkexit),
190         * src/SDCCglue.c (DEFSETFUNC),
191         * src/SDCCmain.c (linkEdit, assemble),
192         * support/librarian/sdcclib.c (AddRel),
193           replaced unlink() by standard C remove()
194         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
195         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
196           gatherImplicitVariables): new, added to fix bug 608752,
197           (createFunction): added gatherImplicitVariables()
198         * src/SDCCast.h: added createRMW prototype
199         * src/SDCCsymt.h (struct symbol): added infertype
200         * support/regression/tests/bug608752.c: new, added
201
202 2006-06-10 Raphael Neider <rneider AT web.de>
203
204         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
205           multibyte dummy reads (fixes #1503234)
206
207 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
208
209         * device/include/mcs51/compiler.h: new, added header file to enable
210           creating common sfr definition header files for different compilers
211
212 2006-06-05 Raphael Neider <rneider AT web.de>
213
214         * src/pic16/{pcode.h,genarith.c}:
215           introduced pCodeOp combining any two pCodeOps (previously only
216           two register operands could be combined), removed pcop2 from
217           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
218         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
219         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
220           rewritten to use new PO_TWO_OPS
221         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
222         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
223           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
224           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
225           (pic16_get_op): embraced return arg to allow #define return(x),
226             added new case for combined opcodes
227           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
228           (pic16_pCode2str,pic16_getRegFrompCodeOp,
229            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
230
231 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
232
233         * src/SDCCval.c (checkConstantRange): added
234         * src/SDCCval.h: added checkConstantRange
235         * support/Util/SDCCerr.c,
236         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
237         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
238         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
239         * src/SDCCast.c (decorateType): added checkConstantRange,
240         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
241         can be emitted with the correct always true/false warning,
242         added optimization for double '!';
243         result of decorateType() must be assigned back to the tree, because
244         decorateType() can change the tree
245         * src/SDCCicode.c (geniCodeLogic),
246         (geniCodeAssign): replaced new checkConstantRange, added warnings,
247         (checkConstantRange): removed, it was only a fragment which never
248         emitted a warning
249         * src/SDCCsymt.c (computeType): fixed promotion for
250         "-1 < (unsigned bit) b"
251         * src/pic/ralloc.c (packRegsForAssign),
252         * src/pic16/ralloc.c (packRegsForAssign),
253         * src/hc08/ralloc.c (packRegsForAssign),
254         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
255         from mcs51
256         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
257         * support/regression/tests/constantRange.c: added
258         * support/valdiag/tests/constantRange.c: added
259         * support/valdiag/valdiag.py: added -DPORT_HOST=1
260
261 2006-06-02 Borut Razem <borut.razem AT siol.net>
262
263         * support/regression/ports/pic16/support.c: increase stack size
264           to 255 bytes
265         * support/regression/Makefile.in: sort tests by name so that the
266           resutlts can be compared on different machines / platforms
267
268 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
271         * src/ds390/gen.c (emitLabel): new, added,
272           (genDjnz): fixed stack overflow bug,
273           (throughout): cosmetic changes to sync with mcs51/gen.c,
274           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
275         * src/mcs51/gen.c (genEndFunction): small optimization,
276           (throughout): cosmetic changes to sync with ds390/gen.c
277
278 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
281           (_print_format): fixed printing pointers
282         * src/mcs51/gen.c (emitLabel, movb): new, added,
283           (genAssign): small optimization,
284           (genDjnz): fixed stack overflow bug,
285           (throughout): replaced sprintf with SNPRINTF,
286           replaced mcs51_regWithIdx with REG_WITH_INDEX,
287           replaced emitcode("mov", "b,...") with MOVB(...),
288           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
289           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
290         * src/mcs51/peeph.def: added rules 140 and 264
291         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
292           so they may get optimized into registers
293
294 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
295
296         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
297           immediately when encountered,
298           (printUsage): always use stderr even on windows
299
300 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
301
302         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
303         (processParms): fixed bug #1247551
304         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
305         parseCmdLine, main): print '--version' to stdout,
306         print 'help' to stdout if --help is given,
307         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
308         arguments are given; fixed --help
309
310 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
311
312         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
313         * support/regression/tests/bug-1493710.c: added
314
315 2006-05-27 Borut Razem <borut.razem AT siol.net>
316
317         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
318           static instead auto
319         * support/regression/ports/pic16/support.c: increase stack size
320           from default 64 bytes to 128 bytes
321         * support/regression/tests/staticinit.c,
322           support/regression/tests/float.c: regression tests fully enabled
323           for pic16 port by putting the initialized data arrays into the code
324           section
325         * support/regression/ports/pic16/spec.mk: don't link default libraries.
326           This was changed by mistake in the previous version.
327
328 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
329
330         * src/pic16/gen.c (genFunction, genEndFunction): some
331         beautifications, fixed bug with falsely restoring FSR2 in large
332         stack model, thanks to Beau E. Cox for reporting the bug
333
334 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
335
336         * debugger/mcs51/break.c,
337         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
338           use %p to print pointers, made address variables unsigned
339         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
340         * debugger/mcs51/symtab.c (parseSymbol): must return something
341         * src/mcs51/gen.c (aopForSym): small optimization,
342            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
343           (freeAsmop): added missing break,
344           (aopPut): removed parameter bvolatile, determine it inside the function,
345           (saveRegisters, unsaveRegisters): small optimization,
346           (genIpush): removed pointless check,
347           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
348           replaced sprintf with SNPRINTF,
349           replaced strcpy with strncpyz,
350           updated aopPut calls,
351           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
352         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
353
354 2006-05-24 Borut Razem <borut.razem AT siol.net>
355
356         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
357           modification of test for the pic16 port, put the array to the code
358           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
359
360 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
361
362         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
363         * support/Util/pstdint.h: added
364
365 2006-05-22 Borut Razem <borut.razem AT siol.net>
366
367         * src/regression/Makefile: removed bool2.c test, added -q linker option
368         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
369           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
370           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
371           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
372           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
373           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
374           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
375           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
376           define SUPPORT_BIT_TYPES 0, removed unused bit variables
377
378 2006-05-22 Raphael Neider <rneider AT web.de>
379
380         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
381           bug #1492360 (problematic due to generic pointers, see code)
382
383 2006-05-22 Borut Razem <borut.razem AT siol.net>
384
385         * support/regression/ports/pic16/specs.mk: removed stack size linker
386           directive
387         * support/regression/tests/array.c,
388           support/regression/tests/bitopcse.c,
389           support/regression/tests/bug-908454.c,
390           support/regression/tests/malloc.c: modified for pic16 regression test
391         * support/regression/tests/bitfields.c:
392           pic16 - excluded bitfileds of size > 8
393         * support/regression/tests/bp.c: pic16 - reduced data size
394         * support/regression/tests/bug-221100.c: pic16 - reduced data size
395         * support/regression/tests/bug-460010.c:
396           pic16 - used the absolute address the fits in memory
397         * support/regression/tests/bug-716242.c:
398           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
399         * support/regression/tests/float.c:
400           pic16 - excluded - data size too big
401         * support/regression/tests/onebyte.c:
402           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
403         * support/regression/tests/shifts.c:
404           pic16 - function names probably have to differ in first X characters
405           (gpasm limitation?)
406         * support/regression/tests/staticinit.c:
407           pic16 - excluded some tests due error: no target memory available for
408           section ".idata"
409
410 2006-05-22 Borut Razem <borut.razem AT siol.net>
411
412         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
413           second try. Thanks Stas Sergeev once more.
414
415 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
416
417         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
418           (genLeftShift, genRightShift): fixed bug 1491627
419         * src/hc08/peeph.def (rules 7, 8.x): added
420         * support/regression/tests/shifts.c (ShiftLeftByParam,
421           ShiftRightByParam, testShiftByParam): added to test variable shifting
422
423 2006-05-20 Raphael Neider <rneider AT web.de>
424
425         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
426         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
427           (allocReg): add only new registers to dynAllocRegs,
428           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
429             #1489055, #1445850, and probably #1483693
430
431 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
432
433         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
434         bug in for-loop that didn't emit the last of CONFIG and ID registers
435
436 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
439           with offset
440         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
441           1489016, 1434401 and 1490124
442         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
443           1489016, 1434401 and 1490124
444
445 2006-05-17 Borut Razem <borut.razem AT siol.net>
446
447         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
448           thanks Stas Sergeev
449
450 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * device/include/mcs51/P89c51RD2.h,
453         * device/include/mcs51/P89LPC901.h,
454         * device/include/mcs51/P89LPC922.h,
455         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
456
457 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
458
459         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
460         to fix missing stack pragma in compiled binary object file,
461
462 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
463
464         * support/packihx/configure.in,
465         * support/packihx/configure: removed warning, autoconf >= 2.5x can
466         determine sizeof basic types even while cross compiling
467
468 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
469
470         * src/avr/gen.c (aopop),
471         * src/ds390/gen.c (aopOp),
472         * src/hc08/gen.c (aopOp),
473         * src/mcs51/gen.c (aopop),
474         * src/pic16/gen.c (pic16_aopOp),
475         * src/pic/gen.c (aopOp),
476         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
477         if size of operand is smaller than spill location
478
479 2006-05-12 Borut Razem <borut.razem AT siol.net>
480
481         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
482           have to have CR/LF line endings even if they are checked out on *nix
483           or on WIN32 in cygwin binmode
484
485 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
488         * device/include/ds80c390.h: added sfr16 definitions
489         * src/ds390/gen.c,
490         * src/ds390/gen.h,
491         * src/ds390/main.c,
492         * src/ds390/ralloc.c,
493         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
494           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
495           bit returning functions
496         * support/regression/tests/sfr16.c: enabled test on ds390
497
498 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
499
500         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
501         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
502
503 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
506         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
507           (cl_address_space constructor): removed expensive initialization,
508           (cl_address_space::get_cell): extended for late initialization,
509           (cl_address_space::*): use late initialization,
510           (cl_address_decoder::activate): removed expensive initialization,
511           This reduced regression test running time by 25%
512
513 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
514
515         * packihx/,
516         * configure.in,
517         * configure,
518         * sdcc.dsw,
519         * Makefile.bcc,
520         * Makefile.in,
521         * support/packihx/Makefile.in,
522         * support/packihx/clean.mk,
523         * support/packihx/Makefile.bcc,
524         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
525
526 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
527
528         * src/SDCCval.c (valNot): fix for regression test failure
529           of not.c on big endian hosts
530
531 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
532
533         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
534
535 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
536
537         * device/lib/mcs51/Makefile.in: changed string comparison operator
538           to = for POSIX compliance; == is bash extension
539
540 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
541
542         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
543           kosmonaut_pirx
544
545 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
546
547         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
548         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
549         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
550         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
551         bug report #1478657,
552
553 2006-05-05 Borut Razem <borut.razem AT siol.net>
554
555         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
556           making the html
557
558 2006-05-02 Borut Razem <borut.razem AT siol.net>
559
560         * doc/Makefile.in: removed *.ind dependency since there is no rule to
561           create *.ind, which made make to fail if invoked with -j 2
562
563 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
564
565         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
566           Hubert Sack for patch 1479782
567
568 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
569
570         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
571
572 2006-05-01 Raphael Neider <rneider AT web.de>
573
574         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
575           (create_pic): store only prefix-free device name,
576           (init_pic): check for device names with "16" prefix,
577           (list_valid_pics),
578         * src/pic/device.h (struct PIC_device),
579         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
580             stored device name,
581         * device/include/pic/pic12f{635,675,629,683}.h,
582         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
583         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
584         * device/include/pic/pic16f505.h,
585         * device/lib/pic/libdev/pic16f505.c: removed
586         * device/include/pic/pic14devices.txt: added support for pic12f
587             devices, removed unsupported non 16-bit devices
588             [above changes provided by patch from Zik Saleeba]
589         * src/pic/*, src/pic16/*, device/include/pic16/*,
590           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
591
592 2006-05-01 Borut Razem <borut.razem AT siol.net>
593
594         * configure.in, configure, doc/Makefile.in:
595           sync with nightly build makefile - latex, dvipdf and dvips
596           not needed any more
597
598 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
599
600         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
601         in the library source
602
603 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
604
605         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
606
607 2006-04-28 Raphael Neider <rneider AT web.de>
608
609         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
610         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
611           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
612         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
613
614 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
615
616         * device/lib/pic/libdev/Makefile.in,
617         * device/lib/hc08/Makefile.in,
618         * device/lib/gbz80/Makefile.in,
619         * device/lib/z80/Makefile.in,
620         * device/lib/ds390/Makefile.in,
621         * device/lib/ds400/Makefile.in: added srcdir to include search path,
622         thanks to Borut for the bug report
623         * configure.in,
624         * configure: always create doc/Makefile independent from --enable-doc
625         * Makefile.in: always install from directory doc independent from
626         --enable-doc
627         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
628         removed
629         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
630         * doc/Makefile.in: install *.txt if present
631         * device/include/Makefile.in (install): added installation of pic/*.inc
632         and pic/*.txt files again, they were erroneously removed
633
634 2006-04-28 Raphael Neider <rneider AT web.de>
635
636         * src/pic/{gen.c,main.h,pcode.c},
637         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
638             concerning signedness with casts
639
640 2006-04-28 Raphael Neider <rneider AT web.de>
641
642         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
643             definition of an interrupt handler,
644         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
645             interrupt handler stuff from picglue() to separate routine,
646           (picglue): enabled definition of intr handlers in files w/o main()
647
648 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
651           compilation with MSVC 2005 Express Edition (VC8)
652
653 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
654
655         * device/lib/Makefile: fixed build of gbz80 lib
656
657 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
658
659         * support/regression/tests/bug-460010.c,
660         * support/regression/tests/bug-524691.c,
661         * support/regression/tests/bug-716242.c: removed conditional defines
662           that are already in testfwk.h
663
664 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
667           (AccAXRsh1): added, shift right by 1,
668           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
669            AccAXLrl1
670         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
671
672 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
673
674         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
675         remove cast to same type
676         * src/SDCCast.c (decorateType): fix for RFE 1475742,
677         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
678         * as/z80/Makefile,
679         * link/z80/Makefile: removed, they have moved to
680         Makefile.in files
681         * configure,
682         * configure.in: replaced duplicate message about ucsim by missing sdcpp
683         * install-sh: fix bug #1204398 by setting umask 0022
684         * device/lib/Makefile: separate build of z80 and gbz80 lib
685
686 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
687
688         Enabled VPATH feature: changed nearly all Makefiles (149 files).
689         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
690
691         One basic decision: e.g. src/clean.mk includes further files. In order
692         to make this work there are two solutions:
693         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
694           run configure on them. This way they can use
695           'include $(srcdir)/port-clean.mk'
696         - always include clean.mk by the Makefile at the same level. To avoid
697           that `make clean` tries to include and build Makefile.dep the
698           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
699           implemented, because now even `make uninstall` doesn't create
700           Makefile.in. clean.mk could be eliminated by pasting it in
701           Makefile.in.
702
703         * debugger/mcs51/Makefile.in: build own objects from library sources
704         (SLIB, SDCC) in current directory
705
706         * configure, configure.in: renamed --disable-device-lib-build in
707         --disable-device-lib; added --enable-doc, the required tools are
708         searched by configure; added result message; the toolchain for the
709         belonging ports are now only built, if the port is enabled.
710
711         * support/regression/*: all output is written in directory gen, because
712         the fwk and ports directories don't livet in the build tree using vpath
713
714         * doc/sdccman.lyx: renamed --disable-device-lib-build to
715         --disable-device-lib, added --enable-doc, added section VPATH
716
717         * sim/ucsim/configure.in,
718         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
719         z80 are enabled by default
720
721 2006-04-24 Raphael Neider <rneider AT web.de>
722
723         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
724             to config word, "pic14_"-prefixed some extern functions
725           (pic14_emitConfigWord): emit __config directive(s) if assignment to
726             config word has been found
727         * src/pic/device.h: added prototypes
728         * src/pic/pcode.c: added "pic14_"-prefix where needed
729         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
730             fixup
731         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
732             words,
733           (pic14emitRegularMap): ignore config words,
734           (pic14createInterruptVect): moved generating __config directives away
735           (picglue): have __config directives emitted
736
737 2006-04-24 Borut Razem <borut.razem AT siol.net>
738
739         * doc/Makefile: sync with nightly build makefile
740
741 2006-04-24 Raphael Neider <rneider AT web.de>
742
743         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
744             registers that have not been assigned proper liveranges,
745             fixes #1469504 and #1474602,
746           (pCodeRegOptimizeRegUsage): fixed typo in comment
747
748 2006-04-24 Borut Razem <borut.razem AT siol.net>
749
750         * device/examples/main8051.c: deleted - it was removed from CVS
751           24.mar.2000 and after that modified 18.feb.2001, so it reappered
752           after the transition to Subversion
753         * src/SDCCalloc.h: deleted - it was removed  from CVS
754           3.feb.2001 and after that modified 18.feb.2001, so it reappered
755           after the transition to Subversion
756         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
757           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
758           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
759           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
760
761 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * as/asx8051.dsp: added mcs51/strcmpi.h
764         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
765         * as/hc08/aslink.h: updated lnksect prototype
766         * as/hc08/asm.h,
767         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
768         * as/hc08/asmain.c,
769         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
770           (newdot): handle A_ABS
771         * as/hc08/asout.c,
772         * as/mcs51/asout.c (outarea): output address
773         * as/hc08/lkaomf51.c,
774         * as/mcs51/lkaomf51.c: disabled unused array UsageType
775         * as/hc08/m08pst.c,
776         * as/mcs51/i51pst.c,
777         * as/z80/z80pst.c: "ABS" is not A_OVR
778         * as/hc08/lkarea.c (newarea): read a_addr,
779           (lnkarea): added codemap array, sort absolute areas to the front,
780            combine all GSINITx/GSFINAL,
781           (find_empty_space, allocate_space): new functions,
782           (lnksect): return next address, handle absolute sections
783         * as/mcs51/lkarea.c (newarea): read a_addr,
784           lnksect2 prototype changed,
785           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
786           (find_empty_space, allocate_space): new, factored out of lnksect2,
787           (lnksect2): return next address, handle absolute sections
788         * as/hc08/lkhead.c,
789         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
790         * as/hc08/lklibr.c (addfile, fndsym),
791         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
792           index out of range and detect both '\' and '/'
793         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
794         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
795           regression tests (ds390 cannot return bool yet)
796         * doc/sdccman.lyx: changed version number, document changed --no-peep,
797           document critical interrupts on z80, document changed SDCC define
798         * src/asm.c (_asxxxx_mapping): fixed .org directive,
799           (_a390_mapping): added .org directive
800         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
801           (genMultOneByte): fixed warnings
802         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
803           ones
804         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
805         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
806           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
807         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
808         * src/pic16/main.c: removed newReg prototype
809         * src/pic16/pcode.c,
810         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
811           warnings
812         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
813           ones
814         * src/pic16/ralloc.c
815         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
816           to fix warnings
817         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
818           from short to PIC_OPTYPE
819         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
820         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
821           optype from short to PIC_OPTYPE
822         * src/port.h: made int_size unsigned to fix warnings
823         * src/SDCC.y: fixed warning on MSVC
824         * src/SDCCicode.c (getArraySizePtr): return unsigned int
825         * src/SDCCopt.c (convertToFcall): fixed warnings
826         * src/SDCCsymt.h: removed double prototype for genSymName
827         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
828           offset int to fix warnings
829
830 2006-04-22 Borut Razem <borut.razem AT siol.net>
831
832         * doc/sdccman.lyx, */Makefile, */Makefile.in:
833           references to CVS replaced with Subversion
834
835 2006-04-21 Borut Razem <borut.razem AT siol.net>
836
837         * doc/sdccman.lyx, */Makefile, */Makefile.in:
838           references to CVS replaced with Subversion
839
840 2006-04-19 Borut Razem <borut.razem AT siol.net>
841
842         * src/version.awk: adapted for svn
843         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
844           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
845           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
846           /binutils-avr/etc/*.vi, *.jin: removed all properties
847           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
848
849 2006-04-19 Borut Razem <borut.razem AT siol.net>
850
851         * CVS to Subversion migration completed
852
853 2006-04-18 Borut Razem <borut.razem AT siol.net>
854
855         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
856           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
857
858 2006-04-17 Borut Razem <borut.razem AT siol.net>
859
860         * device/include/Makefile.in: added pic/*.inc to the installation
861
862 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
863
864         * support/regression/collate-results.py: fixed output in case of
865         a valdiag error
866         * support/regression/generate-cases.py: fixed splitting of pathnames
867         with dots
868         * as/hc08/lklibr.c (addfile),
869         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
870
871 2006-04-11 Raphael Neider <rneider AT web.de>
872
873         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
874         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
875         * src/pic16/pcode.c (assignValnums): fixed #1460578
876
877 2006-04-11 Raphael Neider <rneider AT web.de>
878
879         * device/lib/pic/libdev/*.c,
880         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
881           fixes #1468739, enables compilation in --std-c99 mode
882         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
883
884 2006-04-11 Raphael Neider <rneider AT web.de>
885
886         * src/pic/device.c (find_device): removed debug output
887           (list_valid_pics): enabled verbose listing of supported devices
888         * device/include/stdbool.h: define bool as char for pic14/16 as well
889
890 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
891
892         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
893
894 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * .version: bumped version to 2.5.6
897         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
898
899 2006-04-06 Raphael Neider <rneider AT web.de>
900
901         * .version: bumped version to 2.5.6 (pic14 ABI changed)
902         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
903         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
904           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
905             pic14_constructAbsMap
906           (pic14printPublics): declare absolute global symbols as global
907           (pic14createInterruptVect),
908         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
909           (newReg): assume new registers unused, use correct name in
910             hashtable (reg->name instead of name), more debugLog output
911         * src/pic/device.h (PIC_device): added fields for verbose output
912         * src/pic/device.c: moved device definition to pic14devices.txt,
913             added routines for runtime parsing of pic14devices.txt,
914             added support for second config word
915         * src/pic/main.c (_process_pragma): removed #pragma maxram,
916           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
917           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
918           (_pic14_parseOptions): moved pCodeInitRegisters here
919           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
920         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
921           (pCodeInitRegisters): rewrapped comments, perpared new approach to
922             handling the pseudo stack
923         * device/lib/Makefile.in: ignore failures in objects-pic16,
924         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
925         * device/lib/pic/NEWS: document new dependency on picXXX.lib
926         * device/lib/pic/Makefile.subdir,
927         * device/lib/pic16/Makefile.subdir: improved clean rules
928         * device/lib/pic/libdev/: NEW, pic14 device libraries
929         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
930         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
931         * device/include/Makefile.in: create subdir and install pic14 headers
932         * device/include/pic/p16f_common.inc: removed unused declarations
933         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
934             PICs from inc2h.pl v1.6,
935             replaced BIT_AT macros with struct declarations
936         * device/include/pic/pic14devices.txt: definition of supported devices,
937             all above improvements contributed by Zik Saleeba, thanks
938         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
939         * support/scripts/sdcc.nsi: also install pic14 device libraries and
940             headers
941
942 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
943
944         * device/include/mcs51/c8051f410.h: added interrupt numbers,
945         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
946           thanks to Charles Olds
947
948 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
949
950         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
951
952 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
953
954         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
955         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
956         * support/regression/bug1464657.c: added, new test
957
958 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
959
960         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
961           version number
962
963 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
964
965         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
966           --no-peep and --peep-file <file> are used don't use default rules but
967           do use the <file>
968
969 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
970
971         * src/mcs51/gen.c (genCall): fixed bug 1457608
972
973 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
974
975         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
976         changes seem to cause (trigger?) problems with the build system.
977
978 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
979
980         * src/SDCCpeeph.c (operandsLiteral): new, added,
981           (callFuncByName): inserted operandsLiteral
982         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
983
984 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
985
986         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
987         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
988
989 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
990
991         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
992           implemented patch 1120823 Thanks to Willy De la Court (normal
993           interrupts need an interrupt number now if they are made critical),
994           and enabled nesting of critical functions though not for gbz80
995           (genCritical, genEndCritical): added functions
996           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
997         * src/z80/mappings.i: added "ei" to all mappings
998
999 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1000
1001         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1002         submitted by the Debian SDCC maintainer Aurelien Jarno:
1003         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1004         archive with gcc 4.1 on mips and wrote the patch"
1005
1006 2006-03-16 Raphael Neider <rneider AT web.de>
1007
1008         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1009           the left operand is shorter than the result (c* = lit-c* + int),
1010           fixes bug #1450796
1011         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1012           OP_SYMBOL
1013
1014 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1015
1016         * src/.version: increased version number to 2.5.5
1017         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1018         linking is done manually in pic16 port's _linkEdit,
1019         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1020         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1021         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1022         allocate asmop as AOP_ACC,
1023         (aopForRemat): added parameter 'bool result' in function declaration,
1024         (pic16_aopGet): return AOP_ACC when accessing WREG,
1025         (pic16_popGetTempReg): minor modification,
1026         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1027         'pic16_allocWithIdx',
1028         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1029         calling function in absolute addresses,
1030         (genAssign): take into account AOP_ACC asmop,
1031         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1032         * src/pic16/pcoderegs.c: some debug functions and lines added,
1033         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1034         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1035         register too,
1036         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1037         call to allocReg, not by manually allocating a new one,
1038         (pic16_assignRegisters): now before going through the register
1039         allocating functions mark all registers as free. This eliminates some
1040         side effects resulting from peephole parser done earlier in the backbone
1041
1042 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1043
1044         * src/SDCCicode.c (geniCodeLogic),
1045         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1046
1047 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1050           (genSend): bugfix, do not allocate and free twice,
1051           (shiftRLong): handle partially overlapping aops
1052         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1053
1054 2006-03-08 Borut Razem <borut.razem AT siol.net>
1055
1056         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1057           for pic16
1058
1059 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1060
1061         * support/regression/tests/bug1409955.c: new, added
1062         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1063         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1064           (aopForSym, aopOp): increment asmop.allocated if reused,
1065           (freeAsmop): decrement asmop.allocated and check for zero instead of
1066           using asmop.freed,
1067           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1068           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1069            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1070            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1071            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1072            genSignedRightShift, genRightShift, genDataPointerGet,
1073            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1074            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1075             in reverse order from allocation,
1076           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1077             added swappedLR to keep track
1078         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1079           pdata & code for GCC, z80, gbz80 & hc08
1080         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1081
1082 2006-03-08 Raphael Neider <rneider AT web.de>
1083
1084         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1085
1086 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1087
1088         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1089         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1090         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1091
1092 2006-03-06 Borut Razem <borut.razem AT siol.net>
1093
1094         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1095           made the linker quiet
1096
1097 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1098
1099         * src/pic16/gen.c (genPcall): fixed bug #1443644
1100         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1101         which dumps before the function entry point a data byte which represents
1102         the number of the local variables used by the specified function, added
1103         'xinst' for initial support for Extended Instruction Support,
1104         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1105         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1106         port->fun_prefix anymore (may change later),
1107         (genFunction, genEndFunction): do not store/restore local registers for
1108         _main (this should take care the --main-return command line option in
1109         the future),
1110         (genOr): removed some legacy pic-port instructions,
1111         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1112         performing operations with SFR's causes data to be written more than
1113         once to each SFR. Perhaps SFRs should be handled in special cases...
1114         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1115         pcode.h
1116         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1117         into account for stack starting position,
1118         (struct OPTIONS pic16_optionsTable): added command line argument
1119         --extended or -y for Extended Instruction Support,
1120         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1121         (deassignLRs): *** perhaps the most important change, old 'for' code
1122         (commented out for reference), didn't account for some registers which
1123         were left marked 'not free' after a pointer operation. The change
1124         reduces register usage a lot in some cases
1125
1126 2006-03-04 Borut Razem <borut.razem AT siol.net>
1127
1128         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1129           _clean
1130         * support/regression/tests/bug-524697.c: decreased array size for
1131           mcs51 to fit into the internal RAM
1132         * support/regression/Makefile.in: a little bit more verbose
1133
1134 2006-03-03 Borut Razem <borut.razem AT siol.net>
1135
1136         * support/regression/fwk/lib/testfwk.c,
1137           support/regression/fwk/include/testfwk.h: introduced function
1138           _prints(), nonrecursive _printn(), call _initEmu() from main()
1139         * support/regression/ports/gbz80/support.asm,
1140           support/regression/ports/ucz80/support.asm,
1141           support/regression/ports/z80/support.asm,
1142           support/regression/ports/ds390/support.c,
1143           support/regression/ports/hc08/support.c,
1144           support/regression/ports/host/support.c,
1145           support/regression/ports/mcs51/support.c,
1146           support/regression/ports/xa51/support.c: added empty _initEmu()
1147           function
1148         * support/regression/ports/pic16/gpsim.cmd,
1149           support/regression/ports/pic16/spec.mk,
1150           support/regression/ports/pic16/support.c,
1151           support/regression/Makefile.in: added pic16 regression test
1152
1153 2006-03-01 Raphael Neider <rneider AT web.de>
1154
1155         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1156           genConstPointerGet): use safe way of generating MOVFF to cover
1157             literals as well as registers, fixes bug #1440527
1158         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1159             dereference
1160           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1161             more correctly, fixes bug #1232186
1162           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1163         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1164             gplink guess the correct processor in more cases, applied patch
1165             from Till Riedel attached to and fixing bug #1436552
1166
1167 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1168
1169         * support/regression/tests/array.c: added, contains check for #1434401
1170         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1171
1172 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1173
1174         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1175         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1176         * device/include/mcs51/c8051f326.h,
1177         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1178         * device/include/mcs51/c8051f000.h,
1179         * device/include/mcs51/c8051f018.h,
1180         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1181           PCON_IDLE,PCON_STOP and added sfr16 definitions
1182
1183 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1184
1185         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1186           genGetWord): fixed bug 1409955
1187
1188 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1189
1190         * device/include/hc08/mc68hc908gp32.h,
1191         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1192
1193 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1194
1195         * src/SDCCast.c (constExprValue): return NULL if not a value
1196         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1197         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1198         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1199
1200 2006-02-13 Borut Razem <borut.razem AT siol.net>
1201
1202         * src/regression/ptrarg.c: added, fails due to bug #1430967
1203         * src/regression/Makefile: ptrarg.c added, ...
1204
1205 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1208         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1209
1210 2006-02-11 Borut Razem <borut.razem AT siol.net>
1211
1212         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1213           print "Processor: xxx" message to stdout only if --verbose
1214
1215 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1216
1217         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1218         * support/regression/tests/bug1426356.c: added
1219         * support/regression/tests/bitfields.c: removed 2 tests
1220
1221 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1222
1223         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1224         * device/include/mcs51/c8051f330.h,
1225         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1226           PCON_IDLE,PCON_STOP and added sfr16 definitions
1227         * device/lib/_divsint.c,
1228         * device/lib/_divuint.c,
1229         * device/lib/_divulong.c,
1230         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1231           register bank bug for small stackauto
1232
1233 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1234
1235         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1236
1237 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1238
1239         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1240         * all.dsp: corrected several bin paths
1241         * device/include/mcs51/c8051f120.h,
1242         * device/include/mcs51/c8051f300.h,
1243         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1244           to PCON_IDLE,PCON_STOP
1245         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1246         * device/lib/printf_large.c (output_float): fixed bug 1388703
1247         * support/regression/tests/bug1057979.c: added test for bug 1388703
1248
1249 2006-02-08 Raphael Neider <rneider AT web.de>
1250
1251         * src/pic/pcode.c (pciTRIS): fixed typo,
1252           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1253           (LinkFlow): fixed handling of flows that end in a call,
1254           (ReuseReg): perform safety check earlier
1255         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1256             to work with flows at the beginning of a pBlock,
1257             fixes #1426557 (Symbol not previously defined),
1258           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1259             usage information
1260           (RemoveUnusedRegisters): update register usage info
1261         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1262             created, reuse existing ones instead
1263         * src/pic/gen.c (genPcall): fixed #1424719
1264
1265 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1266
1267         * link/z80/lkmain.c,
1268         * link/z80/lklex.c,
1269         * link/z80/lkdata.c,
1270         * link/z80/aslink.h: fixed build on current cygwin:
1271         replaced getline() by lk_getline()
1272
1273 2006-02-01 Borut Razem <borut.razem AT siol.net>
1274
1275         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1276           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1277           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1278           src/regression/bool1.c, src/regression/bool2.c,
1279           src/regression/bool3.c, src/regression/call1.c,
1280           src/regression/compare.c, src/regression/compare10.c,
1281           src/regression/compare2.c, src/regression/compare3.c,
1282           src/regression/compare4.c, src/regression/compare5.c,
1283           src/regression/compare6.c, src/regression/compare7.c,
1284           src/regression/compare8.c, src/regression/compare9.c,
1285           src/regression/configword.c, src/regression/for.c,
1286           src/regression/inline.c, src/regression/mult1.c,
1287           src/regression/nestfor.c, src/regression/or1.c,
1288           src/regression/pointer1.c, src/regression/ptrfunc.c,
1289           src/regression/rotate1.c, src/regression/rotate2.c,
1290           src/regression/rotate3.c, src/regression/rotate4.c,
1291           src/regression/rotate5.c, src/regression/rotate6.c,
1292           src/regression/rotate7.c, src/regression/string1.c,
1293           src/regression/struct1.c, src/regression/sub.c,
1294           src/regression/sub2.c, src/regression/switch1.c,
1295           src/regression/while.c, src/regression/xor.c,
1296           src/regression/create_stc, src/regression/simulate,
1297           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1298           regression tests
1299         * src/regression/gpsim_assert.h: added
1300
1301 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1302
1303         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1304         ((void (code *) (void)) 0) ();
1305         * as/hc08/aslex.c,
1306         * as/hc08/aslink.h,
1307         * as/hc08/asm.h,
1308         * as/hc08/asmain.c,
1309         * as/hc08/lkdata.c,
1310         * as/hc08/lklex.c,
1311         * as/hc08/lkmain.c,
1312         * as/mcs51/aslex.c,
1313         * as/mcs51/aslink.h,
1314         * as/mcs51/asm.h,
1315         * as/mcs51/asmain.c,
1316         * as/mcs51/lkdata.c,
1317         * as/mcs51/lklex.c,
1318         * as/mcs51/lkmain.c,
1319         * as/z80/aslex.c,
1320         * as/z80/asm.h,
1321         * as/z80/asmain.c: fixed build on current cygwin:
1322         replaced getline() by as_getline()
1323
1324 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1325
1326         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1327         declarator in the symbol chain
1328         * src/SDCCsymt.h,
1329         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1330         parameter list for function pointers
1331         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1332         * support/regression/tests/bug-716242.c: added
1333
1334 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1335
1336         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1337         offset if possible
1338         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1339
1340 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1341
1342         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1343         inifinitely recurseable, added static
1344         * support/regression/tests/bug-1408066.c: added
1345
1346 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1347
1348         * src/SDCCicode.h,
1349         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1350         renamed, added possibility to create "postLoopLbl"-labels
1351         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1352         newiTempLoopHeaderLabel
1353         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1354         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1355         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1356         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1357         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1358         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1359         (basicInduction): fixed bug #136564, made static,
1360         (loopInduction): changed parameter of basicInduction, made static,
1361         (addPostLoopBlock): added
1362         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1363         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1364         findLoopEndSeq
1365         * support/regression/tests/bug-136564.c: added
1366         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1367         --std-sdcc99 to LIBSDCCFLAGS
1368
1369 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1370
1371         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1372         while loop
1373         * support/regression/tests/bug-1406131.c: added
1374
1375 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1376
1377         * src/SDCCast.c (decorateType): fix promotion of unary minus
1378         * src/SDCCsymt.c (computeType): beautified
1379         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1380         (valUnaryPM, valComplement): fix sign and promotion,
1381         (valNot): ANSI: result type is int (SDCC: unsigned char)
1382         * support/regression/tests/uminus.c: speedup by removing superflous
1383         test case 'int'
1384         * support/regression/tests/onebyte.c: added promotion and signedness
1385         tests for unary minus
1386         * support/regressions/tests/bug-477927.c: disable warning about
1387         uninitialized variables
1388         * support/regression/tests/not.c: added
1389
1390 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1391
1392         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1393         * src/mcs51/gen.c (gen51Code): show final register usage after
1394         fillGaps in asm with --i-code-in-asm
1395         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1396         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1397         incUsed, rliveClear, adjustIChain): made static,
1398         (setFromRange): excluded because it's unused,
1399         (findPrevUseSym, markWholeLoop): added,
1400         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1401         through all branches of predecessors enables sdcc to emit the warning
1402         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1403         (rlivePoint): made static, added parameter emitWarnings which is only
1404         true during the first run out of two,
1405         (findRecursiveSucc, findRecursivePred): removed,
1406         (computeLiveRanges): made static, added parameter emitWarnings,
1407         (dumpIcRlive): added for debugging only
1408         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1409         removed prototype of setFromRange()
1410         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1411         in call of computeLiveRanges()
1412         * support/regression/tests/bug-895992.c: added
1413         * support/regression/tests/bug-971834.c: added
1414         * support/valdiag/tests/bug-895992.c: added
1415         * support/valdiag/tests/bug-971834.c: added
1416
1417 2005-12-18 Raphael Neider <rneider AT web.de>
1418
1419         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1420           (genUnpackBits): improved code for direct operands,
1421           (genPackBits): improved code for literal assignment to bitfields
1422             and for direct destination operands (no FSR indirection),
1423             prevented redundant AND, fixes #1362800,
1424           (AccLsh): added parameter to disable masking of the result
1425         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1426           skip instructions with side-effects (like incfsz),
1427           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1428         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1429         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1430           fixes #1375263
1431
1432 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1433
1434         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1435         volatile variables as spill location
1436
1437 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1438
1439         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1440         replacing literals
1441         * support/regression/tests/bug-1376320.c: added
1442
1443 2005-12-08 Raphael Neider <rneider AT web.de>
1444
1445         * src/pic/device.c: renamed is_shared to pic14_is_shared
1446         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1447         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1448           (is_valid_identifier): added for above workaround
1449
1450 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * device/lib/Makefile.in: fixed to enable port-specific-objects
1453         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1454           char, thanks Hubert Sack
1455         * doc/sdccman.lyx: documented --xstack-loc,
1456           elaborated a bit more on interrupts and pitfalls,
1457           removed "setjmp/longjmp unsupported",
1458           documented some unsupported C99 features
1459         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1460         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1461           if, thanks Hubert Sack
1462         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1463         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1464           make make_library
1465         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1466           regression tests can report resource usage (rfe 700441)
1467         * support/regression/collate-results.py: report resource usage
1468         * support/regression/ports/ds390/spec.mk,
1469         * support/regression/ports/hc08/spec.mk,
1470         * support/regression/ports/mcs51/spec.mk,
1471         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1472         * support/regression/ports/ds390/uCsim.cmd,
1473         * support/regression/ports/hc08/uCsim.cmd,
1474         * support/regression/ports/mcs51/uCsim.cmd,
1475         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1476         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1477           library, use the default one
1478         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1479           building the library
1480
1481 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1482
1483         * config.dsp: added dependency on .version and configure_vc.awk
1484         * device/include/setjmp.h: updated for --stack-auto and --xstack
1485         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1486         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1487         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1488         * device/lib/libsdcc.lib: added _setjmp
1489         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1490           (decorateType): fixed bug 1372851,
1491           (optimizeGetHbit): fixed warning
1492         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1493           array initialisation
1494         * support/regression/tests/bug1057979.c: added test for bug 1358192
1495         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1496
1497 2005-12-03 Borut Razem <borut.razem AT siol.net>
1498
1499         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1500           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1501
1502 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1503
1504         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1505         createIval): implement symbol independant "flexible array member",
1506         (createIvalCharPtr): implemented flexible array initialisation with a
1507         string
1508         * src/SDCCsymt.c (copyStruct): removed,
1509         (getSize): fixed misleading comment,
1510         (getAllocSize): removed, the additional allocation size is now in
1511         sym->flexArrayLength,
1512         (checkStructFlexArray): new, syntax checks for flexible array members,
1513         (compStructSize): added syntax checks for "flexible array members"
1514         (copyStruct): removed,
1515         (copyLinkChain): removed inefficient fix for bug 770487
1516         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1517         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1518         symbol->flexArrayLength
1519         * src/SDCCerr.c,
1520         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1521         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1522         * support/regression/tests/structflexarray.c: added
1523         * support/valdiag/tests/structflexiblearray.c: added
1524
1525 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1526
1527         * src/SDCCast.c (decorateType): fixed bug 1368489
1528         * support/Util/SDCCerr.c,
1529         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1530
1531 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1532
1533         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1534           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1535
1536 2005-11-27 Borut Razem <borut.razem AT siol.net>
1537
1538         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1539           support/cpp2/mkdeps.h: added command line option
1540           -obj-ext=<extension> to SDCPP to define object file externion, used
1541           for generation of make dependencies (-M)
1542         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1543
1544 2005-11-26 Borut Razem <borut.razem AT siol.net>
1545
1546         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1547           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1548           added pic and pic16 libraries
1549
1550 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1551
1552         * device/include/float.h: Corrected typo in prototype of __fsgt
1553
1554 2005-11-25 Borut Razem <borut.razem AT siol.net>
1555
1556         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1557           added creation of model-mcs51-stack-auto libraries
1558
1559 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1560
1561         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1562         and fields-list too
1563         * src/SDCCast.c (createIvalArray): removed obsolete comment
1564
1565 2005-11-24 Borut Razem <borut.razem AT siol.net>
1566
1567         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1568           added missing device/lib/mcs51/crt*.asm sources
1569
1570 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1571
1572         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1573
1574 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * device/lib/_fs2schar.c,
1577         * device/lib/_fs2sint.c,
1578         * device/lib/_fs2slong.c: optimized inline asm
1579
1580 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1581
1582         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1583           Better handling of floats between -1.0 and 0.0.
1584
1585 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1586
1587         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1588           (the missing "if"s prohibited removal of redundant labels)
1589
1590 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1591
1592         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1593           Properly convert floats between -1.0 and 0.0 to long, int, and char
1594           types (max integer value of negative floats tends to zero).
1595         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1596           Removed changes made so to work properly with floats between
1597           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1598           and _fs2char.c
1599
1600 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1601
1602         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1603         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1604         (genCast) cosmetic change
1605         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1606         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1607         from mcs51
1608         * support/regression/tests/bitfields (testSignedBitfields): added
1609
1610 2005-11-18 Borut Razem <borut.razem AT siol.net>
1611
1612         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1613         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1614           introduced SILENT option to make building of pic16 libraries less
1615
1616 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1617
1618         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1619           Now they work properly with floats between -1.0 and 0.0
1620         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1621
1622 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1623
1624         * src/SDCCicode.c (printOperand): added missing else
1625
1626 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1627
1628         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1629         reformatted for better readability
1630         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1631         signed bitfields
1632
1633 2005-11-17 Borut Razem <borut.razem AT siol.net>
1634
1635         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1636           introduced SILENT option to make building of pic16 libraries less
1637           verbose - used for nightly snapshot build
1638         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1639           available on Win32 platforms.
1640         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1641           medium, large, pic and pic16
1642
1643 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1644
1645         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1646           printf("%f"...) sets fraction to zero.
1647
1648 2005-11-16 Raphael Neider <rneider AT web.de>
1649
1650         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1651           fixes #1357221
1652         * src/pic/gen.c (genIfx): implemented for CARRY bit
1653         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1654           to generic pointers, fixes #1357332,
1655           (pic16_movLit2f): NEW,
1656           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1657
1658 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1659
1660         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1661
1662 2005-11-11 Raphael Neider <rneider AT web.de>
1663
1664         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1665         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1666           compute pointer's type from operand,
1667           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1668           improved single bit reads, fixes bug #1353379
1669
1670 2005-11-09 Borut Razem <borut.razem AT siol.net>
1671
1672         * support/scripts/sdcc.nsi: added lib/pic to the package
1673
1674 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1675
1676         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1677
1678 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1679
1680         * support/regression/tests/bug1348008.c: added
1681         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1682         * support/regression/tests/bug1337835.c: updated comment
1683
1684 2005-11-06 Borut Razem <borut.razem AT siol.net>
1685
1686         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1687           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1688           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1689           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1690           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1691           dynamic construction of cl_error_class and derivates - 2.nd try
1692
1693 2005-11-05 Borut Razem <borut.razem AT siol.net>
1694
1695         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1696           bug, which caused Bus Errors on sparc solaris
1697
1698 2005-11-04 Borut Razem <borut.razem AT siol.net>
1699
1700         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1701           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1702           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1703           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1704           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1705           and derivates to resolve the initialization problem on OSX
1706
1707 2005-11-02 Borut Razem <borut.razem AT siol.net>
1708
1709         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1710           corrected typo - #include <winsock2.h>
1711
1712 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1713
1714         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1715           (_asxxxx_mapping): added org directive for future enhancements
1716
1717 2005-11-01 Borut Razem <borut.razem AT siol.net>
1718
1719         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1720           enabled sockets on WIN32
1721         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1722
1723 2005-10-31 Borut Razem <borut.razem AT siol.net>
1724
1725         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1726           WIN32 backslash path delimiters should be escaped when used in C strings
1727         * support/regression/tests/bitfields.c: exclude failing assertions for
1728           __CYGWIN32__ and __MINGW32__ hosts
1729
1730 2005-10-30 Borut Razem <borut.razem AT siol.net>
1731
1732         * src/SDCCutil.c: corrected double comparison typo
1733
1734 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1735
1736         * device/lib/medium/Makefile: added for new memory model medium
1737         * device/include/asm/mcs51/features.h: updated for medium/pdata
1738         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1739           added Multiply & Accumulate sbit's and MAC0_PAGE define
1740         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1741         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1742         * device/lib/_mullong.c: update for medium model
1743         * device/lib/incl.mk: added medium model
1744         * doc/sdccman.lyx: documented medium model
1745         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1746         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1747         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1748         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1749           (allocParms): set SCLS and OCLS to pdata for medium model
1750         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1751           for pdata,
1752           (powof2): return <0 if not power of 2
1753         * src/avr/gen.c (genBitWise): use updated powof2
1754         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1755           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1756           (shiftLLeftOrResult): use B if necessary
1757         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1758         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1759         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1760         * support/regression/Makefile.in: added test-mcs51-medium
1761         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1762
1763 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1764
1765         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1766         specifier unsigned
1767         * device/lib/time.c (mktime): fixed bug 1334315
1768
1769 2005-10-28 Raphael Neider <rneider AT web.de>
1770
1771         * device/include/pic/p16f_common.inc: added common declarations
1772         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1773
1774 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1775
1776         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1777           (aopPutUsesAcc): added to predict accumulator use,
1778           (assignResultValue): save acc if necessary,
1779           (genMinusDec): store result if indirectly addressed,
1780           (genDivOneByte):  save acc if necessary,
1781           (movLeft2Result): bugfix if left already in acc,
1782           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1783             attention to accumulator use (esp. pdata),
1784           (genReceive): receive pdata correctly
1785         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1786         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1787
1788 2005-10-27 Raphael Neider <rneider AT web.de>
1789
1790         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1791
1792 2005-10-27 Raphael Neider <rneider AT web.de>
1793
1794         * .version: changed version to 2.5.4
1795         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1796         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1797           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1798             arithmetics support routines
1799         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1800         * device/lib/Makefile.in: also create installdir for pic
1801
1802         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1803           pic14 port as well
1804         * src/pic/device.c (dump_sfr): rewritten to delegate register
1805           placement to the linker (use `extern sym' rather than sym EQU addr),
1806           (validAddress): fixed to check last specified address
1807         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1808           (popGetLit): truncate literal value to 8 bit,
1809           (popGet): moved assert to more appropriate place
1810           (popGetExternal): create pCode operand from and mark the according
1811             symbol as being `extern'
1812           (popGetAddr): added sanity check on immediate's offset, provide
1813             GPOINTER tag on demand
1814           (aopPut): fixed for immediates,
1815           (mov2w_op): move operand's address or contents to WREG (depending on
1816             operand type), safer variant of mov2w,
1817           (movwf,call_libraryfunc): NEW, handy abbreviations,
1818           (get_argument_pcop,get_return_val_pcop,pass_argument,
1819           get_returnvalue): interface for accessing function parameters and
1820             return values,
1821           (assignResultValuei,genRet): use new parameter/return value interface
1822           (pic14_getDataSize): back to old version handling generic pointers,
1823           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1824             provided implementation and/or fixed old one,
1825           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1826             calls, removed legacy 8051 reference code
1827           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1828           (loadSignToC): NEW, move the operands sign bit to CARRY,
1829           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1830             genRightShiftSigned, accepts negative shift counts,
1831           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1832           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1833             generic pointers, __data pointers and __code pointers,
1834           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1835             and signed bitfields, limit bitfields to 8 bit,
1836           (genDataPointerGet): fixed number of bytes read,
1837           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1838           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1839             pointers to constant data are no longer assumed to point to __code
1840             space, removed invalid pointer types,
1841           (bitpatternFromVal): retrieve the PICs representation of an integer
1842             or float literal,
1843           (genDataPointerSet): fixed assigning to po_immediate operands,
1844           (genGenPointerSet): implemented as library call,
1845           (genIfx): fixed incorrect condition,
1846           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1847             provide GPOINTER tag according to destination's storage class,
1848           (genCast): added code to handle casting to generic pointers, added
1849             sign-/zero extension of the result
1850           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1851         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1852         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1853           extend the result
1854         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1855           address/register resides in the shared banks
1856           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1857             put all variables into separate sections (have the linker arrange
1858             them)
1859           (picglue): put init code and interrupt handlers in separate sections
1860         * src/pic/main.c: added port specific options table, modified to PORT
1861           structure to make GPOINTERs 3 byte, added pic14_options
1862           (_pic14_do_link): private linking routine (update paths to libraries,
1863             add libsdcc.lib by default)
1864         * src/pic/main.h: declare pic14_options
1865         * src/pic/pcode.c: fixed instructions i/o relations,
1866           (RegCond): reverted to correct version,
1867           (newpCodeOpLit): truncate literals to 8 bit,
1868           (genericPrint): added debug output,
1869           (getRegFromInstruction): fixed for various operand types, simplified
1870           (BuildFlow): fixed broken handling of isntructions with labels
1871           (LinkFlow): start at last instruction in flow (skip trailing comments),
1872             pass the flow on to the next instruction after CALL
1873           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1874           (insertPCodeInstruction): fixed inserting after a skip instruction,
1875           (DoBankSelect): fixed for labeled instructions
1876           (OptimizepBlock): honor --nopeep switch
1877           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1878         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1879         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1880           (pCodeOptime2pCodes): allow disabling this optimization via
1881             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1882             but is still buggy), started implementation of a dataflow based
1883             pCode optimization (CSE + dead code elimination)
1884           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1885         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1886           names are independant of the stack location and therefore portable across
1887           devices
1888
1889 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1892           (selectSpil): fixed bug 1337835 by not spilling bit variables
1893         * support/regression/tests/bug1337835.c: added test for this bug
1894         * src/mcs51/peeph.def: restart after rule 3.c,
1895           addded rules 263.x to optimize loading constants
1896
1897 2005-10-26 Raphael Neider <rneider AT web.de>
1898
1899         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1900         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1901           (genAssign): emit warning when casting literals to generic pointer
1902             type, also applies when taking the address of a fixed variable,
1903           (genCast): improved casting to generic pointers
1904         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1905           extern variables, added verbose error message
1906         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1907
1908 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1909
1910         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1911         carry must be complemented too
1912         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1913         could be emitted by genMinus
1914         * src/SDCCval.c (constVal): fixed bug 1305065
1915
1916 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1917
1918         * src/SDCCast.c (addCast): added promotion for bit variables
1919         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1920         promotion casts + optimisation
1921         (optimizeGetWord): fix warning 'i' might be used uninitialized
1922         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1923         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1924
1925 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1926
1927         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1928         all chars are promoted to int; promotion should be handled in SDCCast.c
1929
1930 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1931
1932         * device/lib/_strcmp.c: Fixed bug 1326457
1933
1934 2005-10-11 Raphael Neider <rneider AT web.de>
1935
1936         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1937         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1938
1939 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1940
1941         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1942         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1943
1944 2005-10-04 Raphael Neider <rneider AT web.de>
1945
1946         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1947           device/lib/pic16/pics.all: added pic18f1320
1948         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1949
1950 2005-09-30 Raphael Neider <rneider AT web.de>
1951
1952         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1953         * src/pic16/devices.inc: NEW, provides device descriptions
1954         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1955
1956 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1957
1958         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1959           GETHBIT
1960
1961 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1962
1963         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1964           documented Any Order Bit, Higher Order Byte and Higher Order Word
1965         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1966         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1967           (optimizeGetAbit): new, to get any bit, not only the high bit,
1968           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1969           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1970           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1971           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1972             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1973             GETABIT, GETBYTE, GETWORD: decorate them,
1974           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1975           (ast_print): added GETABIT, GETBYTE, GETWORD
1976         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1977         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1978           (geniCodeBinary): new generic binary icode,
1979           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1980         * src/port.h: updated comment for PORT.hasExtBitOp
1981         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1982           (genGetByte): new, to get a single byte,
1983           (genGetWord): new, to get a word from a long,
1984           (gen51Code): added GETABIT, GETBYTE, GETWORD
1985         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1986
1987 2005-09-23 Raphael Neider <rneider AT web.de>
1988
1989         * configure.in, configure: have device/lib/pic configured
1990         * device/lib/Makefile.in: added model-pic14
1991         * device/lib/clean.mk: added pic/ to clean rule
1992         * device/lib/pic: added rudimentary pic14 library providing support
1993           functions for multiplication/division/generic pointer access
1994         * src/SDCCopt.c (convilong): mark support functions as extern
1995           for pic14 port as well
1996         * src/pic/gen.c (genMult): added assertions,
1997           (genpic14Code): emit warning on unhandled iCodes
1998         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1999         * src/pic/pcode.c (pCodeOpCopy),
2000         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2001           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2002           SFR_REGISTER}), made safe for future extensions
2003         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2004           instructions even if preceeded by SKIP instructions (also remove
2005           them); removed unused code
2006         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2007           prevents leaving parts of the structure uninitialized after copying
2008
2009 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2010
2011         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2012           ago by me
2013         * support/regression/tests/addsub.c: added test for the bug
2014
2015 2005-09-21 Raphael Neider <rneider AT web.de>
2016
2017         * device/include/pic16/pic18f1220.h,
2018           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2019         * device/lib/pic16/Makefile.rules: added missing opening paren
2020         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2021           are provided in genutils.c,
2022           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2023           operand/result sizes,
2024           (genCmp): assert on NULL pointers first, then check deref'ed values
2025         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2026           result size
2027
2028 2005-09-18 Raphael Neider <rneider AT web.de>
2029
2030         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2031           as these are now unused,
2032           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2033         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2034           local, avoids uninitialized pointer dereference on r->name
2035         * src/pic16/ralloc.c (newReg): fixed indentation
2036
2037 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2038
2039         * src/SDCCval.c (constVal): fixed bug 730366
2040         * support/Util/SDCCerr.c,
2041         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2042
2043 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2044
2045         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2046
2047 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2050
2051 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2052
2053         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2054           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2055         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2056           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2057         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2058         * packihx/packihx.c (hexDigit): made c unsigned char
2059         * as/mcs51/lklibr.c (fndsym),
2060         * link/z80/lkgb.c (gb),
2061         * link/z80/lklibr.c (fndsym),
2062         * link/z80/lkrloc.c (relr),
2063         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2064         * src/SDCC.lex (checkCurrFile, process_pragma),
2065         * src/SDCCglue.c (spacesToUnderscores),
2066         * src/SDCCmain.c (setParseWithComma, processFile),
2067         * src/asm.c (tvsprintf, printCLine),
2068         * src/avr/gen.c (emitcode, aopPut),
2069         * src/ds390/gen.c (emitcode),
2070         * src/hc08/gen.c (emitcode, emitinline),
2071         * src/mcs51/gen.c (emitcode, genInline),
2072         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2073           tokenizeLineNode),
2074         * src/pic/ralloc.c (debugLog),
2075         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2076           tokenizeLineNode),
2077         * src/pic16/ralloc.c (debugLog),
2078         * src/z80/main.c (_process_pragma):
2079            made all ctype.h function calls safe
2080         * src/SDCCopt.c: include math.h for fabs
2081         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2082           and used them throughout the code to make ctype.h function calls safe
2083         * src/ds390/main.c (asmLineNodeFromLineNode),
2084         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2085         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2086            unsigned char*
2087         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2088           (newpCodeAsmDir): made ctype.h function calls safe
2089         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2090           pic16_emitcode):  made lbp unsigned char*
2091         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2092           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2093         * src/xa51/gen.c (emitcode),
2094         * src/z80/gen.c (_emit2): made lbp unsigned char*
2095         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2096            char*
2097
2098 2005-09-05 Raphael Neider <rneider AT web.de>
2099
2100         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2101           access bank splitpoint
2102
2103 2005-09-05 Raphael Neider <rneider AT web.de>
2104
2105         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2106
2107 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2108
2109         * .version: changed to version 2.5.3
2110         * doc/sdccman.lyx: changed version to 2.5.3,
2111           documented --codeseg and --constseg and pragma codeseg and constseg,
2112           documented bit parameters (reentrant) and bit returning
2113         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2114            currFunc->recvSize, but is this ok for all ports?
2115           (ast2iCode): result of ~ on unsigned char must be cast to int for
2116            bool to work
2117         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2118           function pointers in bit space
2119         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2120           (processFuncArgs): call port.reg_parm() with reentrancy info
2121         * src/port.h,
2122         * src/avr/main.c,
2123         * src/ds390/main.c,
2124         * src/hc08/main.c,
2125         * src/pic/main.c,
2126         * src/pic16/main.c,
2127         * src/xa51/main.c,
2128         * src/z80/main.c: port.reg_parm prototype extended with
2129           "bool reentrant" parameter
2130         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2131           options.stackAuto for allocating bit register parameters
2132         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2133           (genSend): set BitBankUsed if it is,
2134           (selectRegBank): factored out of genCall for use in genPcall,
2135           (genCall): removed redundant dtype assignmen, use selectRegBank,
2136           (genPcall): handle returning in Carry properly, save in F0 if needed,
2137           (genReceive): handle bit register parameters
2138         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2139           (mcs51_assignRegisters): enable bit registers for all reentrant
2140            functions and don't set BitBankUsed unconditionally
2141         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2142         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2143         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2144
2145 2005-08-27 Borut Razem <borut.razem AT siol.net>
2146
2147         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2148         ppc-osx (Darwin) does not support -u option. It seems that it is
2149         supported only on Linux - GNU cp
2150
2151 2005-08-25 Borut Razem <borut.razem AT siol.net>
2152
2153         * sim/ucsim/gui.src/serio.src/Makefile.in,
2154           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2155           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2156           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2157           install and strip, since the strip at /usr/ccs/bin should be used
2158           on solaris
2159
2160 2005-08-24 Borut Razem <borut.razem AT siol.net>
2161
2162         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2163
2164 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2165
2166         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2167         ffffffffu
2168
2169 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2172         * as/mcs51/lkmain.c (link_main): fixed warning
2173         * device/include/stdbool.h: ds390 has no advanced bit support yet
2174         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2175         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2176         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2177           and updated their macros
2178         * src/SDCCval.c (constVal): updated comment for renamed b_long
2179
2180 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2181
2182         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2183         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2184           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2185           (oprio): set priority for '['
2186         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2187            and adb_24_bit
2188         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2189         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2190         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2191         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2192           added overlayable BIT_BANK area
2193         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2194           (summary2): explain 'T' in legenda
2195         * as/mcs51/lkrloc.c: replaced old K&R style,
2196           (relr): added R_BIT processing,
2197           (errmsg): added "Bit-addressable relocation error",
2198           (adb_bit): added for converting from byte- to bit-addressable space,
2199           (adb_24_bit): added for converting from byte- to bit-addressable space
2200         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2201            used in reentrant functions now even as return value
2202         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2203         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2204           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2205         * src/SDCCglobl.h: added indicator BitBankUsed
2206         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2207            the bit registers b0-b7
2208         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2209           (geniCodeCast): fixed bug 1263853,
2210           (geniCodeLogicAndOr): put result in bool or char,
2211           (geniCodeReceive): added parameter func for accessing the return type,
2212           (geniCodeFunctionBody): pass func to geniCodeReceive
2213         * src/SDCCmain.c: added indicator BitBankUsed
2214         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2215         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2216           (checkSClass): don't put automatic bool/bit on stack,
2217           (checkFunction): removed check on function cannot return bit
2218         * src/SDCCsymt.h: added newBoolLink prototype
2219         * src/mcs51/gen.c (rb1regs): added bit registers,
2220           (movc): created for assigning to carry,
2221           (pushReg, popReg): created for pushing registers,
2222           (sameRegs): check both AOP_REG and AOP_CRY types,
2223           (aopOp): handle bit registers,
2224           (aopPut): optimization no self-assign,
2225           (saveRegisters): push reg->base (bits) only once for bit registers,
2226            and use pushReg,
2227           (unsaveRegisters): pop reg->base only once and use popReg,
2228           (assignResultValue): added parameter func and return in carry for bits,
2229           (genIpush): optimization no reload in A if not changed,
2230           (genSend): bit parameters in reentrant functions are passed in bit
2231            registers by first assigning to bits in B, then save registers and
2232            copy B to bits,
2233           (genCall): handle returning in Carry properly, save it in F0 if needed,
2234           (genPcall): updated assignResultValue call, this is not safe yet for bit
2235            returning function !!!
2236           (genFunction): don't generate equ's for bit registers and use pushReg,
2237           (genEndFunction): take care of bit returning functions and use popReg,
2238           (genRet): return bit in Carry,
2239           (genIfx): optimize bit registers and other directly addressable bits,
2240           (genReceive): updated assignResultValue call
2241         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2242           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2243            registers when using stack-auto
2244         * src/mcs51/ralloc.c (_G): added allBitregs,
2245           (regs8051): added the bit registers,
2246           (createStackSpil): use macro IS_BIT,
2247           (getRegBit): added to allocate a bit register, else spill,
2248           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2249           (updateRegUsage): factored out to ease stepping while debugging,
2250           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2251            also allocate bit registers,
2252           (fillGaps): handle bit registers,
2253           (findAllBitregs): added to create bit vector with all bit registers,
2254           (mcs51_allBitregs): returns this bit vector,
2255           (mcs51_assignRegisters): when using stack-auto use bit registers for
2256            passing parameters and creating local variables
2257         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2258
2259 2005-08-22 Borut Razem <borut.razem AT siol.net>
2260
2261         * device/lib/Makefile.in: replaced find option -or with -o
2262           to make it run on solaris
2263
2264 2005-08-22 Raphael Neider <rneider AT web.de>
2265
2266         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2267           fixes #1265442 (crash on Solaris)
2268
2269 2005-08-20 Borut Razem <borut.razem AT siol.net>
2270
2271         * configure, configure.in: added tests for libsocket and libnsl libraries,
2272           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2273           from support/regression/Makefile.in
2274         * support/regression/Makefile.in: added
2275         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2276         * sim/ucsim/libtool: regenerated on sparc-solaris
2277         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2278           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2279           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2280           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2281           sparc-solaris, which doesn't use GNU ld linker
2282         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2283         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2284
2285 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2286
2287         * src/mcs51/peeph.def: updated comments
2288
2289 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2290
2291         * device/lib/_gptrget.c,
2292         * device/lib/_gptrput.c: slightly shorter
2293         * doc/sdccman.lyx: incremented version
2294         * src/mcs51/peeph.def: moved peephole comments to the line of first
2295           change to better keep line correlation, reanimated 186.e
2296         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2297
2298 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2299
2300         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2301           David Saxton with quotes around file name.
2302
2303 2005-08-15 Borut Razem <borut.razem AT siol.net>
2304
2305         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2306           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2307           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2308           make tests run on x86_64 platform
2309
2310 2005-08-13 Raphael Neider <rneider AT web.de>
2311
2312         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2313           as it might be executed DURING a build (parallel make is wonderful)
2314
2315 2005-08-13 Raphael Neider <rneider AT web.de>
2316
2317         * device/lib/Makefile.in (port-specific-objects-pic16):
2318           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2319         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2320           dependency
2321         * device/lib/pic16/Makefile.rules: build subdirs before creating
2322           the library, removed builddir rule, create $(builddir) early in
2323           recurse rule, use empty recurse rule for leaf directories
2324         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2325           mkdir errors (race condition), removed duplicate suffix "hex"
2326           from clean rules
2327         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2328         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2329           prevents mkdir -p from aborting on Alpha
2330
2331 2005-08-12 Raphael Neider <rneider AT web.de>
2332
2333         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2334           db-statements in order to allow for arrays of pointers in code
2335           sections to be placed without interspersed 0-padding, fixes
2336           bug #1256215
2337         * (emitStatistics): fixed division by zero for pic18f1220
2338         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2339           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2340         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2341         * (pic16_pCodeConstString): keep track of already emitted string
2342           literals to prevent "duplicate definitions of symbol _str_NR"
2343         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2344           debug message
2345         * device/lib/Makefile.in: ignore failing PIC16 library builds
2346         * device/lib/pic16/Makefile: do not build if gputils are missing
2347         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2348
2349 2005-08-10 Raphael Neider <rneider AT web.de>
2350
2351         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2352           my last commit)
2353
2354 2005-08-10 Raphael Neider <rneider AT web.de>
2355
2356         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2357           Rokas' patch to add the new fixed point type "__fixed16x16"
2358         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2359           functions for __fixed16x16 arithmetics
2360         * device/lib/pic16: reimplemented the build system to support
2361           a separate build directory, better handling of libio (create
2362           the library in a separate subdir for each architecture) and
2363           easier configuration (centralized in Makefile.common)
2364
2365 2005-08-07 Raphael Neider <rneider AT web.de>
2366
2367         * src/pic16/gen.c (genrshTwo): fixed sign extension
2368         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2369         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2370           added T0CONbits
2371         * device/include/pic16/pic18f4220.h: NEW, header for
2372           pic18f4220 and pic18f4320
2373         * device/include/pic16/pic18fregs.h: added new devices,
2374           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2375         * device/include/pic16/signal.h: resolved name clashes
2376           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2377           to also allow testing for interrupt enable bits, added
2378           comments on how to use the macros
2379         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2380         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2381           register definitions for the devices
2382         * device/lib/pic16/pics.all: added new devices
2383         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2384           allocated memory
2385         * device/lib/pic16/libc/stdlib/memfree: do not count
2386           the block header as free memory
2387         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2388           simplified and added missing end-of-blocklist-marker
2389           (reported by Peter Onion, fixes #1252814)
2390         * (_mergeHeapBlock): fixed loop condition
2391         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2392           len==0, restructured code
2393         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2394           up a bit, reduced bitfield accesses, prevent endless loops
2395           in case of heap corruption
2396         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2397           "unreferenced arguments/must return a value" warnings
2398         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2399           replaced BAUDREG with SPBRG
2400         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2401           device/lib/pic16/debug/gstack/gstack.c: replaced
2402           _naked, _asm, _endasm with __naked, __asm, __endasm
2403
2404 2005-08-05 Raphael Neider <rneider AT web.de>
2405
2406         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2407           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2408
2409 2005-08-05 Borut Razem <borut.razem AT siol.net>
2410
2411         * device/lib/Makefile.in: added missing ';'
2412         * configure: removed ^M characters
2413
2414 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2415
2416         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2417           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2418           License
2419
2420 2005-08-04 Borut Razem <borut.razem AT siol.net>
2421
2422         * configure.in: pic16 libraries build 2nd try - enable running
2423           configure in device/lib/pic16
2424         * configure: regenerated from configure.in
2425         * device/lib/Makefile.in: create $(PORT)/bin directory
2426
2427 2005-08-03 Raphael Neider <rneider AT web.de>
2428
2429         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2430           to get/set values via pointers
2431         * (genUnpackBits,genPackBits): changed detection of
2432           ptr->bitfield vs. sym.bitfield, fixed access via generic
2433           pointers, removed dead (wrong) code for multibyte bitfields
2434         * (genNearPointerGet, genGenPointerGet): removed useless code,
2435           fixed bitfield detection, fixes #1250594
2436         * (genNearPointerSet): removed useless code
2437         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2438           and introduced macro pic16_emitpcode that conditionally emits
2439           the origin of the following pCode (useful for debugging SDCC)
2440         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2441         * (createDefmap): fixed handling of LFSR for --optimize-df
2442
2443 2005-08-02 Borut Razem <borut.razem AT siol.net>
2444
2445         * device/lib/Makefile.in: pic16 libraries build enabled since
2446           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2447
2448 2005-08-02 Raphael Neider <rneider AT web.de>
2449
2450         * src/pic16/gen.c (genPackBits): removed deprecated warning
2451         * (genGenPointerSet): fixed bitfield detection
2452
2453 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2454
2455         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2456
2457 2005-07-31 Raphael Neider <rneider AT web.de>
2458
2459         * device/lib/pic16/libdev/pic18f458.c,
2460           device/include/pic16/pic18f458.h: added missing T0CONbits
2461
2462 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2463
2464         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2465
2466 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2469
2470 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2471
2472         * device/include/mcs51/at89c51ed2.h: added.
2473
2474 2005-07-23 Raphael Neider <rneider AT web.de>
2475
2476         * src/pic/gen.h: added emitpcode macro for debugging
2477         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2478           and replace by macro adding debug information on demand
2479         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2480         * (gencjne): tried to fix; replaced with correct (slower) code
2481         * (gen{Unp,P}ackBits): fixed single bit access
2482         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2483         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2484           previous instruction
2485         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2486           register has to be handled with care (forbidding movement
2487           of assignments/uses, removing assignments completely, ...)
2488         * (pCodeOptime2pCodes): make use of regIsSpecial
2489         * added lots of debugging output (commented out)
2490         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2491           from being reused as result UNLESS it is known to work
2492
2493 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2494
2495         * support/Util/dbuf.h: include <stddef.h> for size_t
2496         * .version: changed to version 2.5.2
2497
2498 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2499
2500         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2501
2502 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2503
2504         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2505           (genModOneByte): removed needless psha/pula
2506
2507 2005-07-22 Raphael Neider <rneider AT web.de>
2508
2509         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2510           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2511         * src/pic/gen.c (resolveIfx): do not "invent" labels
2512         * (genSkipc): changed to positive logic
2513         * (genSkipCond): removed as no longer needed
2514         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2515           backport from PIC16
2516         * (genLeftShift): check operands are in different registers
2517         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2518           INCF does not update CARRY...
2519         * src/pic/main.c: fixed _linkCmd
2520         * src/pic/pcode.c (unlinkpCode): added inactive code
2521         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2522           alive (do not assign result and operand overlapping registers)
2523
2524 2005-07-22 Raphael Neider <rneider AT web.de>
2525
2526         * src/pic/device.c (dump_sfr): replaced register declaration with
2527           call to emitSymbolToFile() to avoid duplicate symbols
2528         * (assignRelocatableRegisters): do not declare external symbols
2529         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2530           right (take size of type, not etype)
2531         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2532         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2533         * (packRegsForAccUse): disabled assignment of WREG as
2534           the result reg to prevent occurence of just fixed #1235003,
2535           fixes #1242954
2536         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2537           symbols (avoids duplicate symbols in .asm file)
2538         * (pic14emitRegularMap): use emitSymbolToFile()
2539         * src/pic/gen.c (aopOp): fixed spillLocation handling
2540         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2541         * (genDataPointerSet): removed unneccessary variables/output
2542
2543 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2544
2545         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2546         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2547
2548 2005-07-21 Raphael Neider <rneider AT web.de>
2549
2550         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2551           architecture cannot handle them efficiently, fixes bug #1235003
2552         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2553           check for empty sets before using them (fixes bug #1232190)
2554
2555 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2556
2557         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2558           (lnksect2): generate warnings for memory overlap
2559         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2560           constseg to set the name of these segments so you can instruct the linker
2561           to place them in banks
2562         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2563         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2564           added code_seg and const_seg to options
2565         * src/SDCCglue.c (emitMaps): use options.const_seg,
2566           (createInterruptVect): put interrupt vectors in segment HOME,
2567           (glue): put HOME before static segment and put the main glue in HOME,
2568           (glue): use options.code_seg
2569         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2570         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2571           these segments so you can instruct the linker to place them in banks
2572           (linkEdit): use code_loc for HOME segment which should be the first
2573           segment in code memory now
2574         * src/SDCCmem.c: fixed more stuff like bug 1238386
2575         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2576           (changePointer): don't change function pointers to code pointers for
2577           banked functions,
2578           (compareType): added exceptional check for banked function pointers
2579         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2580         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2581           after static in code memory
2582         * src/mcs51/gen.c: added aopLiteralLong prototype,
2583           (aopForSym): use getSize for functions,
2584           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2585           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2586           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2587           the segment,
2588           (genPcall): use call for literal function pointers and generate banked
2589           calls over the one trampoline so there's only one place for the user to
2590           modify according to his/hers hardware,
2591           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2592           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2593         * src/mcs51/main.c: added keyword banked,
2594           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2595         * support/Util/SDCCerr.c,
2596         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2597           needed for passing the bank and address to the trampoline
2598         * device/lib/mcs51/crtbank.asm: added for bankswitching
2599         * device/lib/mcs51/Makefile: added crtbank
2600
2601 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2602
2603         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2604           for fields at offset 0 of a struct or union as reported
2605           on 2005-07-07 in the developer mailing list.
2606
2607 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2608
2609         * src/SDCCmem.c: fixed bug 1238386
2610
2611 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2612
2613         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2614           (patch #1144962), added peephole 300, enabled 259.x
2615         * doc/sdccman.lyx: removed screenshot and provided link instead
2616
2617 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2618
2619         * doc/sdccman.lyx: added section about debugging with ddd
2620         * doc/figures/ddd_example.eps: screenshot of debugging session
2621
2622 2005-07-04 Raphael Neider <rneider AT web.de>
2623
2624         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2625           like CODE pointers, fixes #1115683
2626         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2627           call, fixes bugs #1232211, #1228110,
2628           fixed wrong casts to pCodeFlow from pCodeInstructions
2629
2630 2005-07-04 Raphael Neider <rneider AT web.de>
2631
2632         * src/pic/gen.c (popGet): changed assert to allow for
2633           bit operands
2634         * (popGetAddr): changed signature to provide
2635           an additional index, patched all call sites
2636         * (genCmpEq): handle literal-like operands correctly
2637         * (genAddrOf): added sanity checks on __code/__data pointers
2638         * (genAssign): added handling of symbols from __code section
2639         * (gencjne): do not generate code for comparisons whose result
2640           is neither stored nor used, fixes bug #1171114
2641         * (AccLsh, AccRsh): operate on operand instead of WREG
2642         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2643           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2644           by known count
2645         * rewrote complete shift-by-literal logic, commented unused
2646           functions out
2647         * (genConstPointerGet): get multiple bytes (if result size > 1),
2648           fixed handling of non-immediate addresses
2649         * (genPointerGet): handle CODE pointers like CONST pointers
2650         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2651         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2652           operand is to be treated as a literal or not
2653         * (mov2w,genPcall,genCmpEq),
2654           src/pic/genarith.c: use aop_isLitLike() to decide between
2655           literal/register contents
2656         * (addSign): added missing offset
2657         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2658           only emit comment in debug-mode,
2659           use {aop,op}_isLitLike throughout the file
2660         * src/pic/glue.c: fix initializers for pointers (work in progress)
2661         * src/pic/pcode.c (get_op): honor index on _const symbols
2662         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2663         * (dumppBlock): added pCode size estimation
2664         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2665           check for IS_SYMOP before OP_SYMBOL'ing
2666         * fixed indentation, compacted switch-statements
2667         * (allocReg): find free register and allocate it instead of
2668           allocating new registers all the time
2669         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2670           registers as its operands (necessary only for multibyte GETs)
2671
2672 2005-07-01 Raphael Neider <rneider AT web.de>
2673
2674         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2675           debugging .asm-output macros FENTRY + FEXIT
2676         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2677           way... I wonder...
2678         * (emitpComment): NEW, printf to pCode
2679         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2680           offset handling
2681         * (popGetAddr): NEW, variant of popGet to access an immediates
2682           high(er) bytes instead of the n'th byte of memory they reference,
2683           replaced popGet with popGetAddr where neccessary
2684         * (genDataPointerGet): reactivated and fixed implementation
2685         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2686           accesses
2687         * (genDataPointerSet): fixed multibyte assignments
2688         * (genpic14Code): fixed --i-code-in-asm handling
2689         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2690         * (genPlus): fixed index-out-of-bounds error
2691         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2692         * src/pic/ralloc.c: added debugging output macro FENTRY2
2693         * (spillThis): fixed indentation, enbraced for-body for clarity
2694         * (rematStr): commented out as now unused
2695         * (regTypeNum): commented out special spill case (overwrites
2696           arbitrary values)
2697         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2698
2699 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2700
2701         * doc/sdccman.lyx: documented sfr16/sfr32,
2702           added example for using storage class with function pointers
2703         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2704
2705 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2706
2707         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2708         * device/lib/_itoa.c,
2709         * device/lib/_ltoa.c: optimized codesize
2710         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2711           but don't know how to suppress the double warning.
2712         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2713         * support/Util/SDCCerr.c,
2714         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2715
2716 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2717
2718         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2719           fixed old K&R prototypes
2720         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2721         * device/lib/_gptrget.c,
2722         * device/lib/_gptrgetc.c,
2723         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2724           also new versions for small generic pointers and banked generic pointers
2725         * src/port.h: added const_name
2726         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2727         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2728         * src/SDCCcse.c (findPrevIc): check all associative operators
2729         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2730         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2731         * src/SDCCmem.c: updated comments,
2732           set far-space to 0 for pdata, results in optimized code
2733         * src/SDCCmem.h: added macro CONST_NAME
2734         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2735           moving the info into the highest bits, see also gptrget/gptrput
2736         * src/src.dsp: added sdcc.ico to project files
2737         * src/avr/gen.c (genCast): fixed bug 0x%d
2738         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2739         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2740           relation between ptr_type and DCL_TYPE,
2741           (genCast): fixed bug 0x%d
2742         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2743           (CODE)" for const_name
2744         * src/hc08/gen.c (genCast): fixed bug 0x%d
2745         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2746           (hc08_port): added "CONST (CODE)" for const_name
2747         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2748           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2749           between ptr_type and DCL_TYPE,
2750           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2751           operand* and took AOP() inside function so sfr-ness can be checked,
2752           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2753           new prototype,
2754           (genFunction, genEndFunction): optimized stack setup,
2755           (genMinus): optimized for literals with ending zeroes (in bytes),
2756           (genCast): fixed bug 0x%d
2757         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2758           (mcs51_port): added "CONST (CODE)" for const_name
2759         * src/mcs51/peeph.def: made rule 226 more generic
2760         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2761         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2762         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2763         * src/z80/main.c (z80_port): added NULL for const_name,
2764           (gbz80_port): added NULL for const_name
2765         * support/regression/tests/bug663539.c,
2766         * support/regression/tests/sfr16.c: new tests
2767
2768 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2769
2770         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2771
2772 2005-06-24 Raphael Neider <rneider AT web.de>
2773
2774         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2775           corrected typos...
2776         * device/include/pic16/signal.h: added USBIF
2777           and SIG_USB
2778
2779 2005-06-24 Raphael Neider <rneider AT web.de>
2780
2781         * device/lib/pic16/libdev/pic18f2455.c,
2782           device/include/pic16/pic18f2455.h: NEW
2783         * device/include/pic16/pic18fregs.h,
2784           device/lib/pic16/pics.all,
2785           src/pic16/device.c: added 18f2455
2786         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2787           device/include/pic16/{pic18f[68][567].h,usart.h}:
2788           replaced MULTIPLE_USARTS define with more relaible
2789           compatibility sfrs (for USART access)
2790
2791 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2792
2793         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2794           and the output asm file line is printed on two lines.
2795
2796 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2797
2798         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2799           BGT, BLE, BHI, and BLS instructions
2800         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2801           genCmpEq): removed
2802         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2803           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2804           fixes bug #1216342
2805         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2806
2807 2005-06-15 Raphael Neider <rneider AT web.de>
2808
2809         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2810         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2811         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2812           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2813           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2814
2815 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2816
2817         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2818           Marcel Telka in bug #1215704
2819
2820 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2821
2822         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2823           located in shared memory bank.
2824
2825 2005-05-31 Raphael Neider <rneider AT web.de>
2826
2827         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2828           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2829           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2830
2831 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2832
2833         * device/lib/_strncpy.c: fixed the fix
2834
2835 2005-05-26 Raphael Neider <rneider AT web.de>
2836
2837         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2838           initializers with \0, bug #1208187
2839         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2840           intializers with \0, bug #1208187
2841
2842 2005-05-26 Raphael Neider <rneider AT web.de>
2843
2844         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2845           initializers with \0, bug #1208187
2846         * src/pic16/main.c (_process_pragma): added sanity checks
2847           for stack position and size, emit warnings when appropriate
2848
2849 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2850
2851         * device/lib/_strncpy.c: fixed not filling with \0
2852
2853 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2854
2855         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2856           createFunction),
2857         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2858           compound_statement),
2859         * src/SDCCsymt.h,
2860         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2861
2862 2005-05-24 Raphael Neider <rneider AT web.de>
2863
2864         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2865
2866 2005-05-24 Raphael Neider <rneider AT web.de>
2867
2868         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2869           TRISE definitions, closes bug #1162453
2870
2871 2005-05-22 Raphael Neider <rneider AT web.de>
2872
2873         * src/pic16/main.c (_process_pragma): check for missing
2874           arguments to pragmas code and udata
2875         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2876           consistency fixes to match other headers (thanks to Jim Paris)
2877         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2878
2879 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2882
2883 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2884
2885         * support/regression/tests/bug1198642.c: new test
2886         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2887         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2888         * support/scripts/resource.h,
2889         * support/scripts/resource.rc,
2890         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2891         * support/scripts/sdcc.ico: added 32x32 icon
2892
2893 2005-05-18 Raphael Neider <rneider AT web.de>
2894
2895         * device/lib/pic16/libdev/pic18f*.c,
2896         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2897           keywords to "__sfr" and "__at (X)"
2898         * device/include/pic16/pic18fregs.h: added pic18f4520
2899         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2900           #1203088 (MPLAB compatibility)
2901
2902 2005-05-17 Raphael Neider <rneider AT web.de>
2903
2904         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2905         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2906         * device/lib/pic16/pics.all: added new devices
2907         * src/pic16/device.c: added support for pic18f4520
2908
2909 2005-05-16 Raphael Neider <rneider AT web.de>
2910         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2911         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2912         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2913           convenience function for bit access
2914
2915 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2916
2917         * device/lib/printf_large.c: fixed bug 1193299
2918         * support/regression/tests/bug1057979.c: added test %3.3s
2919
2920 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2921
2922         * device/include/mcs51/8051.h,
2923         * device/include/mcs51/8052.h: made parseable with lint
2924         * device/include/mcs51/lint.h: added include file for (sp)lint
2925         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2926         * doc/cdbfileformat.lyx,
2927         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2928
2929 2005-05-14 Raphael Neider <rneider AT web.de>
2930
2931         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2932         * device/lib/pic16/libc/stdlib/itoa.c (new)
2933         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2934         * device/lib/pic16/libio/Makefile: exclude subdir according to
2935           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2936         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2937         * src/pic16/gen.c (genFunction): prevent annoying warning
2938         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2939           nameclashes on BeOS
2940         * support/cpp2/cppmain.c (cpp_output_string): new
2941         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2942           fixes bug 1116802
2943
2944 2005-05-13 Borut Razem <borut.razem AT siol.net>
2945
2946         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2947
2948 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * .version: changed to version 2.5.1; back to bleeding edge development
2951
2952 2005-05-11 Borut Razem <borut.razem AT siol.net>
2953
2954         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2955           generate PDF version 1.3 documents
2956
2957 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2958
2959         * .version: changed to version 2.5.0
2960
2961 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2962
2963         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2964
2965 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2966
2967         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2968         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2969         well as many smaller updates.
2970         * .version: changed to version 2.5.0-pre1
2971
2972 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2973
2974         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2975
2976 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2977
2978         * support/regression/tests/bug1185672.c: added
2979         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2980           bug 1185672
2981         * src/mcs51/gen.c (genCall): added comments, made it look safer
2982         * src/mcs51/gen.c (genEndFunction): simplified
2983
2984 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2985
2986         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2987
2988 2005-04-14 Borut Razem <borut.razem AT siol.net>
2989
2990         * fixed bug 1045046 - SIGSEGV with really simple code?:
2991           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2992           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2993
2994 2005-04-14 Borut Razem <borut.razem AT siol.net>
2995
2996         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2997           src/pic16/device.h: temporarily disabled experimental #inline pragma
2998           for 2.5.0 release
2999
3000 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3001
3002         * device/include/z80/stdio.h,
3003         * device/include/z80/string.h: removed these highly incomplete files so
3004           SDCC can use the default ones in device/include/
3005
3006 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3007
3008         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3009         gcc warning.
3010         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3011         fix sdcpp warnings.
3012
3013 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3014
3015         * device/include/malloc.h: removed redundant __reentrant prototypes
3016         * device/lib/_mullong.c: added working xstack variant in asm (C version
3017           doesn't pass regression tests)
3018         * device/lib/bpx.c: used __data and made bpx char for mcs51
3019         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3020           (createFunction): fixed bug with xstackPtr
3021         * src/SDCCcse.c: corrected comments
3022         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3023           (killDeadCode, eBBlockFromiCode): removed unused code
3024         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3025           corrected comments
3026         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3027           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3028           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3029           (genModOneByte): fixed warning in MSVC
3030         * src/mcs51/main.c (): added comments
3031         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3032
3033 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3036
3037 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3038
3039         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3040
3041 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3042
3043         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3044         characters arrays of larger size than the declared one.
3045
3046 2005-04-10 Borut Razem <borut.razem AT siol.net>
3047
3048         * src/pic/gen.c (genInline),
3049           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3050           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3051           (findNextInstruction), (findPrevInstruction),
3052           (findInstructionUsingLabel),
3053           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3054         * src/pic/pcode.c (findLabel): added missing '\n'
3055         * src/src.dsp: added SDCCdwarf2.c to the project
3056
3057 2005-04-09 Borut Razem <borut.razem AT siol.net>
3058
3059         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3060
3061 2005-04-08 Raphael Neider <rneider AT web.de>
3062
3063         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3064           into the chain after a given one) and mergeDefmapSymbols (combine
3065           defmap entries for each symbol per pcode)
3066         * (createDefmap): have defmap entries merged in the end
3067         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3068           a symbol before replacing one access type's symbol, merge symbols in
3069           the end (replacement symbol might already have an entry)
3070         * (assignValnums): keep reference to written WREG intact
3071
3072 2005-04-08 Raphael Neider <rneider AT web.de>
3073
3074         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3075           Alpha)
3076
3077 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3078
3079         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3080         bytes
3081
3082 2005-04-07 Raphael Neider <rneider AT web.de>
3083
3084         * device/include/pic16/usart.h: added compatibility defines for
3085           devices with more than one USART
3086         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3087
3088 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3089
3090         * device/lib/Makefile.in: updated for port specific include
3091
3092 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3093
3094         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3095
3096 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3097
3098         * device/include/8051.h,
3099         * device/include/8052.h,
3100         * device/include/at89S8252.h,
3101         * device/include/at89c55.h,
3102         * device/include/at89x051.h,
3103         * device/include/at89x51.h,
3104         * device/include/at89x52.h,
3105         * device/include/mcs51reg.h,
3106         * device/include/reg51.h,
3107         * device/include/reg764.h,
3108         * device/include/regc515c.h,
3109         * device/include/sab80515.h: (re)moved these 12 files
3110         * device/include/mcs51/8051.h,
3111         * device/include/mcs51/8052.h,
3112         * device/include/mcs51/at89S8252.h,
3113         * device/include/mcs51/at89c55.h,
3114         * device/include/mcs51/at89x051.h,
3115         * device/include/mcs51/at89x51.h,
3116         * device/include/mcs51/at89x52.h,
3117         * device/include/mcs51/mcs51reg.h,
3118         * device/include/mcs51/reg51.h,
3119         * device/include/mcs51/reg764.h,
3120         * device/include/mcs51/regc515c.h,
3121         * device/include/mcs51/sab80515.h: and added them here
3122
3123 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3124
3125         * device/include/stdarg.h: changed SDCC specific keywords to double
3126           underlined form.
3127         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3128           mcs51 and ds390.
3129         * device/include/hc08/mc68hc908gp32.h,
3130         * device/include/hc08/mc68hc908jb8.h,
3131         * device/include/hc08/mc68hc908jkjl.h,
3132         * device/include/hc08/mc68hc908qy.h: fixed comments
3133         * device/include/mcs51/README: updated
3134         * device/include/mcs51/c8051f120.h: added PINRSF
3135         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3136         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3137           amidst code. Also inline is not supported.
3138
3139 2005-04-06 Raphael Neider <rneider AT web.de>
3140
3141         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3142         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3143           callers stack/frame pointers
3144
3145 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3146
3147         * device/include/pic16/usart.h: added, missing in previous commit,
3148         * device/include/pic16/adc.h: fixed typo,
3149         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3150         commit,
3151         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3152         <p18fxxx.inc>
3153         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3154         uninitialized because a bug appears with gplink
3155         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3156         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3157         complains for unrecognised option
3158
3159 2005-04-05 Raphael Neider <rneider AT web.de>
3160
3161         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3162           structs as well (using memcpy)
3163         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3164           on ISRs (GOTO has no label)
3165         * src/pic16/device.h: added OF_OPTIMIZE_DF
3166         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3167           new data flow analysis/optimization
3168         * src/pic16/pcode.c: added (prototypes for and implementation of)
3169           dataflow analysis functions, fixed pCodeInstructions' inCond and
3170           outCond values, made RCALL a branch instruction
3171         * (pic16_unlinkpCode): keep C line if possible
3172         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3173           C line moved if possible
3174         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3175         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3176           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3177         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3178           new flow)
3179         * (pic16_getJumptabpCode): NEW, needed in...
3180         * (LinkFlow): fixed handling of jumptables, calls and conditional
3181           branches
3182         * (pic16_InsertCommentAfter): NEW
3183         * (pic16_pCodeReplace): made verbose and flow preserving
3184         * (AnalyzeFlow): added call to data flow analysis
3185         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3186         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3187         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3188
3189 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3190
3191         * src/SDCCast.c (decorateType): fixed bug #1105626
3192
3193 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3194
3195         * device/include/asm/pic16/features.h,
3196         * pic18f*.h headers,
3197         * device/include/pic16/adc.h,
3198         * device/include/pic16/delay.h,
3199         * device/include/pic16/i2c.h,
3200         * device/include/pic16/malloc.h,
3201         * device/include/pic16/stdio.h,
3202         * device/include/pic16/stdlib.h,
3203         * device/include/pic16/string.h,
3204         * device/lib/pic16/libc/stdio/printf_tiny.c,
3205         * device/lib/pic16/libc/stdio/printf_small.c,
3206         * device/lib/pic16/libc/stdio/strmgpsim.c,
3207         * device/lib/pic16/libc/stdio/strmmssp.c,
3208         * device/lib/pic16/libc/stdio/strmusart.c,
3209         * device/lib/pic16/libc/stdio/vfprintf.c,
3210         * device/lib/pic16/libc/stdlib/ltoa.c,
3211         * device/lib/pic16/libc/stdlib/putchar.c,
3212         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3213         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3214         * device/lib/pic16/libc/stdlib/memchrram.c,
3215         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3216         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3217         * device/lib/pic16/libio/adc/adcbusy.c,
3218         * device/lib/pic16/libio/adc/adcread.c,
3219         * device/lib/pic16/libio/adc/adcsetch.c,
3220         * device/lib/pic16/libio/usart/ubaud.c,
3221         * device/lib/pic16/libio/usart/ubusy.c,
3222         * device/lib/pic16/libio/usart/udrdy.c,
3223         * device/lib/pic16/libio/usart/uopen.c,
3224         * device/lib/pic16/libio/usart/uputc.c,
3225         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3226         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3227         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3228         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3229         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3230         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3231         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3232         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3233         specific keywords to double underlined form,
3234         * device/lib/pic16/libc/Makefile.rules,
3235         * device/lib/pic16/libsdcc/Makefile.rules,
3236         * device/lib/pic16/libm/Makefile,
3237         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3238         to compile with C standard set in Makefile.common
3239         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3240         rand.c and crc.c in compilation process,
3241         * device/lib/pic16/libsdcc/int/divuint.c,
3242         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3243         `c' from signed to unsigned,
3244         * device/lib/pic16/startup/crt0.c,
3245         * device/lib/pic16/startup/crt0i.c,
3246         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3247         keywords to double underlined form, bug fixes in _do_cinit function
3248         which prevented the correct initialization of the .idata segment,
3249         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3250         core to enter a infinite loop
3251         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3252
3253 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3254
3255         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3256
3257 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3258
3259         * device/include/Makefile.in: add support for hc08 subdirectory
3260         * device/include/hc08/: new subdirectory
3261         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3262         Lucas Loizaga, thanks!
3263         * device/include/hc08/mc68hc908qy.h,
3264         * device/include/hc08/mc68hc908gp32.h,
3265         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3266         their own directory. Changed internal macro names to use the compiler
3267         reserved namespace. Changed SDCC specific keywords to double
3268         underlined form.
3269         * device/include/math.h,
3270         * device/include/malloc.h,
3271         * device/include/stdarg.h,
3272         * device/include/stdbool.h
3273         * device/include/string.h,
3274         * device/include/tinibios.h,
3275         * device/include/ds400rom.h,
3276         * device/include/8051.h,
3277         * device/include/8052.h,
3278         * device/include/80c51xa.h,
3279         * device/include/at89c55.h,
3280         * device/include/at89S8252.h,
3281         * device/include/at89x51.h,
3282         * device/include/at89x52.h,
3283         * device/include/ds80c390.h,
3284         * device/include/reg764.h,
3285         * device/include/regc515c.h,
3286         * device/include/sab80515.h,
3287         * device/include/mcs51/c8051f000.h,
3288         * device/include/mcs51/c8051f018.h,
3289         * device/include/mcs51/c8051f020.h,
3290         * device/include/mcs51/c8051f040.h,
3291         * device/include/mcs51/c8051f060.h,
3292         * device/include/mcs51/c8051f120.h,
3293         * device/include/mcs51/c8051f300.h,
3294         * device/include/mcs51/c8051f310.h,
3295         * device/include/mcs51/c8051f320.h,
3296         * device/include/mcs51/c8051f330.h,
3297         * device/include/mcs51/c8051f350.h,
3298         * device/include/z180.h: Changed SDCC specific keywords to double
3299         underlined form.
3300
3301 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3302
3303         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3304         18F4455,
3305         * (pic16_assignConfigWordValue): disable testing of configuration
3306         register value with config mask,
3307         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3308         function with port->fun_prefix,
3309         * (genFunction): when generating a naked interrupt function never
3310         create an absolute segment placed in interrupt vector address, place
3311         the actual interrupt function at IVA instead, when an interrupt
3312         function is generated with unspecified interrupt then do not create
3313         the absolute section,
3314         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3315         code for generating a call to generic pointer get/put function with
3316         a call to function pic16_callGenericPointer(),
3317         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3318         the call to the generic pointer get/put functions with prefixing the
3319         function name with port->fun_prefix,
3320         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3321         * src/pic16/main.c (_process_pragma): prefix function with
3322         port->fun_prefix,
3323         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3324         calling assembler, old 18Fxxxx macro is deprecated,
3325         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3326         PC_ASMDIR in while condition,
3327         * (findInstruction): add PC_ASMDIR in while condition,
3328         * (buildCallTree): prefix main with port->fun_prefix,
3329         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3330         identifier for variable with banked access in instructions BTFSS,
3331         BTFSC, BCF, BSF, BTG
3332         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3333         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3334         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3335         perform optimization when enviroment variable NO_REG_OPT is set,
3336         * (insideLRBlock): NEW, return 1 if register is inside an
3337         INF_LOCALREGS block,
3338         * (RemoveRegFromLRBlock): remove a register that is completely
3339         eliminated by register optimization, but it is still left in local
3340         register store/restore in/from stack block,
3341         * (Remove2pcodes): after removing register, check to see if it
3342         should be removed from local register store/restore in/from stack
3343         block,
3344         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3345         DUMMY_READ_VOLATILE,
3346
3347         * device/include/pic16/adc.h: minor prototype modifications and
3348         update,
3349         * device/include/pic16/malloc.h: added GPL notice various
3350         modifications,
3351         * device/include/pic16/stdint.h: NEW, standard header for ints
3352         * device/include/pic16/delay.h: NEW, header for delay functions,
3353         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3354         delay1mtcy,
3355         * device/include/pic16/signal.h: NEW, header providing helper macros
3356         for implementing signal handlers,
3357         * device/include/pic16/stdio.h: added prototypes for functions,
3358         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3359         prototypes for stdin and stdout, added macro PUTCHAR to
3360         automatically implement putchar function prototype,
3361         * device/include/pic16/usart.h: modified and updated USART library,
3362         * device/lib/pic16/libio/adc/,
3363         * device/lib/pic16/libio/i2c: some modifications to improve library
3364         performance,
3365         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3366         family of functions,
3367         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3368         family of functions and other sources,
3369         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3370         of the PIC18Fxx[28] devices,
3371         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3372         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3373         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3374         _do_cinit function, because the previous failed when local variables
3375         where not placed in the same memory bank,
3376         * device/lib/pic16/libsdcc/char/: various modifications to improve
3377         library performance,
3378         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3379         information on the new functions of the c library and more...
3380
3381 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3382
3383         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3384
3385 2005-03-26 Raphael Neider <rneider AT web.de>
3386
3387         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3388           if condition == CARRY)
3389         * (genCmp): adapted to new genSkipc semantics
3390         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3391           on rIfx (genCmp was broken)
3392
3393 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3394
3395         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3396         * src/z80/main.c (_keywords[]),
3397         * src/SDCCglobal.h (struct options),
3398         * src/SDCC.y,
3399         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3400         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3401         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3402         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3403         always available in leading double underscore form. The C99 support is
3404         mostly missing, but it's a start.
3405         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3406         reserved identifier "__data".
3407
3408 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3409
3410         * src/mcs51/peeph.def: fixed bug 1170013
3411
3412 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3413
3414         * device/include/mcs51reg.h: fixed bug 842007
3415
3416 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3417
3418         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3419         last time.
3420
3421 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3422
3423         * src/port.h (struct PORT),
3424         * src/avr/ralloc.c (avr_assignRegisters),
3425         * src/avr/main.c,
3426         * src/ds390/ralloc.c (ds390_assignRegisters),
3427         * src/ds390/main.c,
3428         * src/hc08/ralloc.c (hc08_assignRegisters),
3429         * src/hc08/main.c,
3430         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3431         * src/mcs51/main.c,
3432         * src/pic/ralloc.c (pic14_assignRegisters),
3433         * src/pic/main.c,
3434         * src/pic16/ralloc.c (pic16_assignRegisters),
3435         * src/pic16/main.c,
3436         * src/xa51/ralloc.c (xa51_assignRegisters),
3437         * src/xa51/main.c,
3438         * src/z80/ralloc.c (z80_assignRegisters),
3439         * src/z80/ralloc.h,
3440         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3441         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3442         * src/SDCCcse.h,
3443         * src/SDCCdflow.c (computeDataFlow),
3444         * src/SDCCdflow.h,
3445         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3446         * src/SDCCloop.h,
3447         * src/SDCCcflow.c (*),
3448         * src/SDCCcflow.h,
3449         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3450         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3451         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3452         immedDom() returning wrong block; probably fixes bug #1160833)
3453
3454 2005-03-20 Borut Razem <borut.razem AT siol.net>
3455
3456         * support/scripts/inc2h.pl: WIN32 port
3457
3458 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3459
3460         * device/lib/makefile.in: added abs.c and labs.c
3461
3462 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3463
3464         * device/include/stdint.h: added
3465         * device/lib/abs.c: added
3466         * device/lib/labs.c: added
3467         * device/include/stdlib.h: added abs() and labs() prototypes
3468         * device/lib/libsdcc.lib: added abs and labs
3469         * device/include/float.h,
3470         * device/lib/_fsmul.c,
3471         * device/lib/printf_fast.c,
3472         * device/lib/printf_tiny.c: updated comments
3473
3474 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3475
3476         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3477         bug #1164313
3478
3479 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3480
3481         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3482         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3483
3484 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3485
3486         * device/lib/printf_large.c: removed inline assembly for portability and
3487           readability. Use printf_fast if speed or size are more important.
3488         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3489         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3490
3491 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3492
3493         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3494         prevent compiler warning
3495
3496 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3497
3498         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3499         moved to level 0 and declared as static. Also they are explicit
3500         placed in access bank. This was necessery because some times they
3501         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3502         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3503         optimizations. Currently only compare to unsigned char is implemented,
3504         * src/pic16/gen.c: added fReturnIdx array,
3505         * (struct resolvedIfx) is moved to gen.h and made public,
3506         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3507         * (aopForSym): added an optimization to directly store in stack of
3508         the operand of a SEND iCode,
3509         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3510         but as registers instead (AOP_REG) using the fReturnIdx array,
3511         * (pic16_freeAsmop): remove the freed register from the
3512         _G.sregsAlloc field,
3513         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3514         a compare of 'WREG',
3515         * (pic16_popGetTempRegCond): changed function prototype, now
3516         function takes also a bitVector argument v which holds the current
3517         set of registers that are allocated for stack access by aopForSym,
3518         registers allocated in aopForSym for accessing stack symbols are not
3519         any more part of the functions usedRegs field,
3520         * (genCall): some times aopOp is called for a stack variable to be
3521         send, aopForSym might perform the push, if this is true make sure
3522         that genCall doesn't push the variable twice by testing _G.resDirect,
3523         * (genFunction): changed testing for unspecified interrupt number
3524         from 256 to INTNO_UNSPEC,
3525         * modified selection scheme of frame pointer generation. Previously
3526         if function did use local registers a frame pointer was generated,
3527         now a frame pointer is generated only if function has arguments
3528         (that need PLUSW2 register access), or has stack arguments, or the
3529         compiler is not instructed to omit the frame pointer,
3530         * (genEndFunction): before restoring local registers that were saved
3531         in the function preamble, also restore the registers that *might*
3532         have been allocated for stack access,
3533         * (genRet): removed some old comments,
3534         * (genCmp, the active (RN's) version): added a call to the
3535         pic16_genCmp_special function to perform the compare with a more
3536         robust and optimized way,
3537         * (genInline): a feature has been added in inline code generation,
3538         which allows a wildcard variable substitution when writing inline
3539         assembly. Code is incomplete and experimental therefore undocumented,
3540         * (genCast): changed order of aopOp for result and right to allow
3541         aopForSym to directly load the result if possible,
3542         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3543         perform an optimized compare on some selected special occasions,
3544         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3545         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3546         generate an IVT any more,
3547         * src/pic16/main.c (pic16_optionsTable): added command line option
3548         --optimize-cmp,
3549         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3550         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3551         macros,
3552         * src/pic16/NOTES: Raphael Neider added in list of active developers
3553         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3554         jumptable_end to prevent bug #,
3555         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3556         inCond and outCond fields,
3557         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3558         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3559         turn off register spilling,
3560         * (packRegsForOneUse): synced with other ports' versions although it
3561         is not used currently,
3562         * (pic16_packRegisters): added an optimization while reading
3563         structure bitfields, some registers may be saved (malloc code is
3564         decreased by 80 bytes)
3565
3566 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3567
3568         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3569         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3570         this can be optimized more?
3571
3572 2005-03-10 Raphael Neider <rneider AT web.de>
3573
3574         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3575           genNearPointerGet): (hopefully) fixed access to bitfields via
3576           pointers (p->bitN = x; and x = p->bitN; failed)
3577
3578 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3579
3580         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3581
3582 2005-03-09 Raphael Neider <rneider AT web.de>
3583
3584         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3585
3586 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3587
3588         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3589         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3590           (regTypeNum): set REG_BIT type if necessary
3591         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3592         * support/regression/tests/critical.c: check bug 1144613
3593
3594 2005-03-02 Raphael Neider <rneider AT web.de>
3595
3596         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3597
3598 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3599
3600         * src/avr/ralloc.c (serialRegAssign),
3601         * src/ds390/ralloc.c (serialRegAssign),
3602         * src/hc08/ralloc.c (serialRegAssign),
3603         * src/mcs51/ralloc.c (serialRegAssign),
3604         * src/pic/ralloc.c (serialRegAssign),
3605         * src/pic16/ralloc.c (serialRegAssign),
3606         * src/xa51/ralloc.c (serialRegAssign),
3607         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3608
3609 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3610
3611         * src/SDCCast.c (decorateType): fixed bug 1124787
3612
3613 2005-02-20 Hubert Sack <sack AT digiplan.de>
3614         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3615
3616         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3617         patch #1121755
3618
3619 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3620
3621         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3622         to keep the correct label reference count when adding/removing references
3623         to labels. A peephole file using this is appended to patch #1144962.
3624
3625 2005-02-14 Raphael Neider <rneider AT web.de>
3626
3627         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3628         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3629         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3630           retrievals of result operand's value on assignment
3631
3632 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3633
3634         * device/include/pic16/string.h: modified prototype for memccpy()
3635         to memccpy(void *, void *, char, size_t)
3636         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3637         check whether to omit frame pointer or not,
3638         * (genInline): convert all occurences of "\n" to LF in inline
3639         assembler blocks, this helps formatting the inline text,
3640         * (pic16_loadFSR0): modified prototype,
3641         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3642         removed some 8051 legacy code,
3643         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3644         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3645         before allocating temporary registers in functions,
3646
3647 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3648
3649         * support/regression/tests/bitvars.c: corrected the "fix"
3650
3651 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * support/regression/tests/bitvars.c,
3654         * support/regression/tests/bitwise.c,
3655         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3656
3657 2005-02-10 Raphael Neider <rneider AT web.de>
3658
3659         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3660           different size for Alpha
3661         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3662
3663 2005-02-09 Raphael Neider <rneider AT web.de>
3664
3665         * src/SDCC.lex(doPragma) : save and restore warning options as well
3666           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3667         * have #pragma less_pedantic set the errorlevel to WARNING
3668           (fixes #1117001)
3669         * (cloneOptimize) : fixed wrong malloc's size
3670         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3671           facilitate correct handling of #pragma (save|restore)
3672
3673 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3674
3675         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3676
3677 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3678
3679         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3680
3681 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3682
3683         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3684
3685 2005-02-02 Raphael Neider <rneider AT web.de>
3686
3687         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3688         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3689         * (pic16_storeForReturn): fixed to allow returning function pointers
3690         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3691         * device/include/pic16/{stddef.h,stdbool.h}: added
3692
3693 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3694
3695         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3696
3697 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3698
3699         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3700         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3701          appeared to be required
3702
3703 2005-01-31 Borut Razem <borut.razem AT siol.net>
3704
3705         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3706           include/mcs51 and include/z80 directories to the package
3707
3708 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3709
3710         * src/hc08/gen.c (genFunction): fixed bug #1112752
3711
3712 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3713
3714         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3715
3716 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3717
3718         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3719
3720 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3721
3722         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3723
3724 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3725
3726         * device/include/c8051fxxx.h: removed these 6 files
3727         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3728
3729 2005-01-26 Raphael Neider <rneider AT web.de>
3730
3731         * src/pic16/gen.c (genAssign): fixed assignment from longs
3732           in codespace (were cut to three bytes)
3733         * (genDummyRead): implemented (except for CODESPACE...),
3734           fixed bug #1108575
3735         * src/pic16/glue.c (emitStatistics): beautified
3736         * device/lib/pic16/libm/Makefile: added include path
3737
3738 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3739
3740         * src/z80/gen.c (aopPut): fixed bug #1103902
3741
3742 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * device/lib/expf.c: fixed bug #1095792
3745
3746 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3747
3748         * device/lib/pic16/libm: added Math library sources
3749
3750 2005-01-24 Raphael Neider <rneider AT web.de>
3751
3752         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3753           to enable upcast to pCodeOpReg2 (there is no type tag to
3754           differenciate the two and pic16_popGet2p cast into PCOR2)
3755         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3756           (sizeof(sectNames) changed to sizeof(sectName))
3757           Both patches fix segfaults under MinGW.
3758
3759 2005-01-23 Raphael Neider <rneider AT web.de>
3760
3761         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3762           Safe_[mc]?alloc()'ed variables
3763         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3764           of (byte sized) temporaries (assign them to WREG for now)
3765         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3766           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3767           this might fix SIGSEGVs on MinGW...
3768         * src/SDCCopt.c (killDeadCode): restored original behaviour
3769           (volatile operands might get thrown away though)
3770
3771 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3772
3773         * src/pic16/gen.c: fixed bug #1106975,
3774         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3775         pointer update, INTCON is saved, global interrupts are disabled and
3776         restored after updateing TOS.
3777         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3778         * added function attribute 'shadowregs' to take advantage of shadow
3779         registers,
3780         * added function attribute 'wparam' as an alternative to the wparam
3781         pragma,
3782         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3783         user declares a non-ISR function as 'shadowregs',
3784         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3785
3786 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3787
3788         * .version: bumped version number to 2.4.8
3789         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3790         pic16 port,
3791         * device/lib/pic16/libio/i2c/: I2C module support library,
3792         * device/include/pic16/i2c.h: I2C support library header,
3793         * device/lib/pic16/libc/stdio/: standard IO support sources,
3794         * (printf_small.c): printf_small() source, supports float print,
3795         * (printf_tiny.c): printf_tiny() source, does not support floats,
3796         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3797         enable global optimizations for entire library source, other
3798         Makefiles in the source tree are also modified to reflect this,
3799         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3800         function,
3801         * doc/sdccman.lyx: updated to reflect new changes,
3802         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3803         sym->onStack if-case,
3804         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3805         sbit, idata, _idata, xdata, _xdata,
3806         * added pragma library, to link an external library, (see doc),
3807         * removed command line options, --pomit-config-words, --pomit-ivt,
3808         --pleave-reset-vector,
3809         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3810         when calling assembler to reflect memory model used, also define
3811         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3812         reflect stack model used,
3813         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3814         on stack return NULL,
3815
3816 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3817
3818         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3819           of the operands is volatile. Fixes #1020220
3820
3821 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3822
3823         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3824         * (OptimizeRegUsage): make sure that there is really no other flow where
3825           the first pCode is used
3826
3827 2005-01-22 Raphael Neider <rneider AT web.de>
3828
3829         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3830           to fix #1106967 (pCode->seq are not set up correctly)
3831
3832 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3833
3834         * src/SDCCglue.c (glue): make sure code area is declared before the
3835         static initialization area.
3836
3837 2005-01-21 Raphael Neider <rneider AT web.de>
3838
3839         * device/lib/Makefile.in: fixed test for pic16 install dir
3840         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3841           optimizations
3842         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3843           added --optimize-goto compiler switch and pragma wparam documentation
3844         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3845         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3846           and PRODH closing bug #1071770 (peephole optimizer)
3847
3848 2005-01-19 Raphael Neider <rneider AT web.de>
3849
3850         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3851           cmdLine buffers (used when calling sdcpp...) are large enough
3852           (MAX_PATH=256 truncates arguments leading to system halts when
3853           used in MinGW...)
3854         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3855         * (genUminus): rewritten to for efficiency
3856         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3857           used uninitialized in some cases)
3858         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3859           copy the third byte from the int -- now assumes 0x80 (data memory)
3860         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3861           operands (genAddLit expects the iCode's operands to swapped as
3862           well), fixed leftover bytes (crashed for short left operands)
3863         * (pic16_genMinusDec): performance improvements, removed false
3864           PIC14 emitSKPNCs
3865         * (pic16_genMinus): fixed to cope with differently sized operands
3866         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3867           for --obanksel > 1
3868         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3869         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3870           new banksel optimization
3871         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3872           analysis for temporary registers (segfaults...)
3873         * src/pic16/peeph.def: added rule
3874
3875 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3876
3877         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3878         which converts a float number to its ASCII representation
3879         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3880         functions to convert the fractional and integer part of a float to ASCII,
3881         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3882         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3883         ram
3884         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3885         _STATMEM macros,
3886         * device/include/pic16/adc.h: added GPL info,
3887         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3888         a pCodeOp as tested operand,
3889         * (genNearPointerGet): optimized bit testing, does not use
3890         intermediate register for bit value, test directly instead with
3891         BTFSS, BTFSC, works only for single bits,
3892         * (genpic16Code): dump the name of the iCode in the asm,
3893         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3894         renamed to pic16_decodeOp,
3895         * (serialRegAssign): do not allocate a temporary register for iCode
3896         sequences that test a single bit for 1/0
3897
3898 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3899
3900         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3901         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3902         access stack and frame pointers. They are initially assigned to
3903         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3904         accessing SFRs. Updated all occurences of modification of stack or
3905         frame pointer in gen.c and pcode.c,
3906         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3907         assigning of a literal value to pointers,
3908         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3909         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3910         selected
3911
3912 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3913
3914         * doc/sdccman.lyx: update documentation about stack pragma, added
3915         some info for stack memory models
3916
3917 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3918
3919         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3920
3921 2005-01-08 Raphael Neider <rneider AT web.de>
3922
3923         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3924           udata sections to fix bug #1097823
3925
3926 2005-01-05 Raphael Neider <rneider AT web.de>
3927
3928         * src/pic16/gen.c (genGenericShift): added handling of differently
3929           sized left operand and result
3930
3931 2005-01-04 Raphael Neider <rneider AT web.de>
3932
3933         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3934         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3935           to hold the condition bit)
3936         * added new version of genCmp (old code available via #define)
3937         * added new version of genShiftLeft/genShiftRight in a generic
3938           way, now supports shifting by negative values
3939         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3940           shiftCount (expected by genGenericShift)
3941         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3942         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3943           dump
3944         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3945           is an invalid literal too...)
3946
3947 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3950         from Raphael Neider,
3951         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3952         for 8-bit literals. This fixes some literal operands which are sign
3953         extended to 16-bits ints when instruction needs only 8-bits.
3954
3955 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3956
3957         * device/lib/logf.c: added mcs51 assembly version
3958         * device/lib/expf.c: added mcs51 assembly version
3959         * device/lib/_logexpf.c: new shared asm code for expf and logf
3960         * device/include/math.h: add defines for assembly math library
3961         * device/lib/Makefile.in: build new _logexpf.c
3962         * device/lib/libfloat.lib: use new _logexpf.c
3963
3964 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3965
3966         * src/pic/device.c
3967         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3968           device types which have less than 0x7f registers.
3969
3970 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3971
3972         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3973
3974 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3975
3976         * device/lib/printf_fast.c: only build on supported arch.
3977         * device/lib/printf_tiny.c: only build on supported arch.
3978         * device/lib/printf_fast_f.c: only build if asm float lib
3979         * device/lib/_fsget1arg.c: only build if asm float lib
3980         * device/lib/_fsget2args.c: only build if asm float lib
3981         * device/lib/_fsnormalize.c: only build if asm float lib
3982         * device/lib/_fsreturnval.c: only build if asm float lib
3983         * device/lib/_fsrshift.c: only build if asm float lib
3984         * device/lib/_fsswapargs.c: only build if asm float lib
3985         * device/include/stdio.h: don't provide print_fast,
3986           print_fast_f, print_tiny prototypes if --xstack used
3987
3988 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3989
3990         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3991         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3992           to the SOURCES
3993
3994 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3995
3996         * device/lib/printf_fast_f.c: same as printf_fast, but
3997           with floating point enabled
3998         * device/lib/printf_fast.c: minor tweaks
3999         * device/include/stdio.h: add printf_fast_f
4000
4001 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4002
4003         * src/SDCCmain.c: make --float-reent default for mcs51
4004         * device/lib/_fsadd.c: added mcs51 assembly version
4005         * device/lib/_fssub.c: added mcs51 assembly version
4006         * device/lib/_fsmul.c: added mcs51 assembly version
4007         * device/lib/_fsdiv.c: added mcs51 assembly version
4008         * device/lib/_fseq.c: added mcs51 assembly version
4009         * device/lib/_fsneq.c: added mcs51 assembly version
4010         * device/lib/_fsgt.c: added mcs51 assembly version
4011         * device/lib/_fslt.c: added mcs51 assembly version
4012         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4013         * device/lib/Makefile.in: add _fscmp to build
4014         * device/lib/libfloat.lib: add _fscmp to build
4015
4016 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4017
4018         * device/lib/_fs2slong.c: added mcs51 assembly version
4019         * device/lib/_fs2sint.c: added mcs51 assembly version
4020         * device/lib/_fs2schar.c: added mcs51 assembly version
4021         * device/lib/_fs2ulong.c: added mcs51 assembly version
4022         * device/lib/_fs2uint.c: added mcs51 assembly version
4023         * device/lib/_fs2uchar.c: added mcs51 assembly version
4024         * device/lib/_slong2fs.c: added mcs51 assembly version
4025         * device/lib/_sint2fs.c: added mcs51 assembly version
4026         * device/lib/_schar2fs.c: added mcs51 assembly version
4027         * device/lib/_ulong2fs.c: added mcs51 assembly version
4028         * device/lib/_uint2fs.c: added mcs51 assembly version
4029         * device/lib/_uchar2fs.c: added mcs51 assembly version
4030         * device/include/float.h: added #define to select asm vs c
4031
4032 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4033
4034         * device/lib/printf_fast.c: improvements to float output
4035         * device/include/float.h: add defines for assembly float library
4036         * device/lib/_fsget1arg.c: receive 1 float arg
4037         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4038         * device/lib/_fsnormalize.c: normalize a float
4039         * device/lib/_fsreturnval.c: return float, various helper routines
4040         * device/lib/_fsrshift.c: right shift a float's mantissa
4041         * device/lib/_fsswapargs.c: swap 2 floats
4042         * device/lib/Makefile.in: build these 6 new files for mcs51
4043         * device/lib/libfloat.lib: add these 6 files to the library
4044
4045 2004-12-26 Borut Razem <borut.razem AT siol.net>
4046
4047         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4048           built by gcc 3.4.2
4049
4050 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4051
4052         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4053           and fully reentrant and register bank neutral.
4054         * device/lib/printf_fast.c: added float (not enabled by default),
4055           added compact/slower integer (also not enabled by default),
4056           improved size/speed of fast integer code, other minor changes
4057         * device/include/stdio.h, device/lib/Makefile.in,
4058           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4059
4060 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4061
4062         * src/pic16/pcode.c: declaring variables other than at the start of a
4063           block is not supported in C by VC6.
4064
4065 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4066
4067         * applied a previous patch from Raphael Neider that wasn't included
4068         in the previous commits, which fixes infinite loops within jumptable
4069         improvements,
4070         * made some fixes that previous patches introduced
4071
4072 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4073
4074         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4075         that fixes an issue with AOP_PCODE asmop's offset,
4076         * (pic16_popCopyReg): update instance field too,
4077         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4078         function of pic port,
4079         * (genCmp, genAnd, genAssign),
4080         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4081
4082 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4083
4084         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4085         variables initial values to idata section,
4086         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4087         variables in some functions. This utilizes parmBytes field of iCode
4088         structure to hold the offset of the variable in stack. (might be
4089         able to use the stack field too?)
4090         * applied patch from Raphael Neider # ### , # ###
4091         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4092         variable initial values in idata section,
4093         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4094         for static variables with initial value
4095         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4096         applied fix in while loop from Raphael Neider.
4097
4098 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4099
4100         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4101         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4102         * src/ds390/ralloc.c (serialRegAssign): spill bits
4103         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4104         * support/Util/SDCCerr.c,
4105         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4106         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4107         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4108
4109 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * device/include/sdcc-lib.h: inserted LGPL, added includes
4112           asm/ds390/features.h and asm/mcs51/features.h
4113         * device/include/asm/default/features.h,
4114         * device/include/asm/gbz80/features.h,
4115         * device/include/asm/z80/features.h: added empty _AUTOMEM
4116           and _STATMEM
4117         * device/include/asm/ds390/features.h,
4118         * device/include/asm/mcs51/features.h: added files with defines for
4119           _AUTOMEM and _STATMEM indicating automatic and static storage class
4120         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4121         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4122         * src/SDCCicode.c (geniCodeCast),
4123         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4124         * src/SDCCloop.c (loopInduction): removed unused variable lr
4125         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4126           to convertToFcall to include char modulo (RFE 1065037), added check
4127           if left operand is unsigned and use abs of literal value
4128         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4129           as it doesn't work after conversion from peephole.def to peephole.rul
4130         * src/mcs51/gen.c (toBoolean): added check for size,
4131           (genModOneByte): optimized code for signed char modulo a literal
4132           power of 2 (thanks to Hubert Sack),
4133           (genRRC): removed unnecessary "clr c",
4134           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4135         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4136           jump optimization,
4137           swapped rules 256.c and 256.d,
4138           extended 256.d by using new multiple checks (thanks Erik),
4139           added rules 256.e and 256.f,
4140           updated rule 261.a and 261.b to new generated code
4141         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4142
4143 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4146           induction related bugs, including first part of bug #1074377
4147
4148 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4149
4150         * applied patch from bug-report #1076292,
4151         * applied patches for genAnd and Goto-optimizations for Raphael
4152         Neider,
4153         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4154         dump a less iCode information,
4155         * src/pic16/device.h (pic16_options_t): added field debgen,
4156         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4157         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4158         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4159         puclic,
4160         * (various functions): added macros FENTRY and FENTRY2 to functions,
4161         to emit function prologue,
4162         * (various functions): fixed indentation,
4163         * (genNearPointerGet): fixed loading of FSR0,
4164         * (genPackBits): applied patch from Raphael Neider to fix updating
4165         of FSR0 and touching only the modified bits,
4166         * src/pic16/genarith.c (various functions): added macros FENTRY to
4167         emit function prologue in comments,
4168         * src/pic16/pcode.h: added functions debugf2, debugf3,
4169         * src/pic16/ralloc.c: partial fix for packForPush caused
4170         segmentation fault,
4171
4172 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4173
4174         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4175           <stsp AT users.sourceforge.net> with reversed byte order
4176         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4177
4178 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4179
4180         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4181           bug #1074377
4182         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4183         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4184
4185 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4186
4187         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4188
4189 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4190
4191         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4192           conditions,
4193           (setFromConditionArgs): friendly operand parser for peephole rules,
4194           (operandBaseName, operandsNotRelated): new peephole condition
4195           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4196           architecture specific register naming into account, handles n-way
4197           comparisons, and supports quoted literals
4198         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4199
4200 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4201
4202         * src/mcs51/peeph.def: fixed bug #1076940
4203
4204 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4205
4206         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4207
4208 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4209
4210         Adding support for replacing ljmps with sjmps in jumptables
4211         generated for switch statements. For now you need to set the
4212         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4213         Now 4 algorithms for mcs51 jumptable generation are used:
4214         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4215         addresses loaded pc-relative for up to 112 cases and stack-pushing
4216         target addresses loaded with offset from dptr for up to 256 cases.
4217
4218         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4219         * src/mcs51/main.c: adapted constants for switch table generation
4220         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4221
4222 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4223
4224         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4225         * support/regression/tests/bug1057979.c: added test for bug 1073386
4226
4227 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4228
4229         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4230         compilers
4231
4232 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/pic16/device.h,
4235         * src/pic16/genarith.c,
4236         * src/pic16/glue.c,
4237         * src/pic16/main.c,
4238         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4239
4240 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4241
4242         Large cummulative patch for pic16 port.
4243         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4244         to call when a stack overflow occurs,
4245         * (malloc.h): added CVS Id tag,
4246         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4247         variable,
4248         * added libc directory. The current version of LibC contains string
4249         functions, ctype functions and macros and some functions of the
4250         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4251         be extensively tested in the future. Standard disclaimer here.
4252         Library is not automatically build yet. But one can build it by
4253         invoking 'make' inside the libc directory.
4254         * added ADC library under libio. Preliminary version yet.
4255
4256         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4257         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4258         aopForRemat() now and not by pic16_aopOp(),
4259         * (pic16_popGetTempReg): removed warning messgae when allocating
4260         temporary registers, its a buggy feature and will be removed,
4261         * (pic16_popGet): set register instance field in AOP_CRY,
4262         * (pic16_outBitC): fixed for results in size greater than 1,
4263         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4264         * (pic16_storeForReturn): optimized return of 0,
4265         * (genCmp): experimental code for new genCmp which uses PIC18's
4266         special compare&skip instructions. Initial tests fail some times
4267         with variables grater than 1 byte in size, so new code is disabled,
4268         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4269         a single bit,
4270         * (genCast): began a fix to optimize the casting of a bit to another
4271         bit, now assigning a bitfield to another bitfield will fail, sorry,
4272         * src/pic16/main.c: disabled the use of lr-support feature,
4273         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4274         * added some function prototypes, added function _debugf prototype,
4275         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4276         bits with offset (case PO_GPR_BIT),
4277         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4278         command line,
4279         * (isBankInstruction): modified to return 0 for no banking instruction,
4280         and 1 for banking instruction,
4281         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4282         caused stop processing pCodes after a inline assembly block,
4283         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4284         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4285         registers when it shouldn't,
4286         * src/pic16/ralloc.c (allocReg): add preliminary support for
4287         supporting a limited set of temporary registers,
4288
4289 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4290
4291         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4292           genDataPointerSet): ensure assignments always copy in MSB to LSB
4293           order,
4294           (loadRegFromAop): recognize CLRH optimization,
4295           (genFunction): optimize RECEIVE iCodes in reentrant functions
4296
4297 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4298
4299         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4300           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4301           selected.
4302         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4303         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4304           contiguous with data
4305
4306 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4307
4308         * device/lib/_gptrget.c (_gptrget),
4309         * device/lib/_gptrgetc.c (_gptrgetc),
4310         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4311           instead of sjmp to ret
4312         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4313           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4314
4315 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4316
4317         * .version: bumped version to 2.4.7
4318         * device/lib/_gptrget.c (_gptrget): is now _naked
4319         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4320         * device/lib/_gptrput.c (_gptrput): is now _naked
4321         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4322           (createFunction): fixed xstack
4323         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4324         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4325           or bit either,
4326           (geniCodeCritical): store original interrupt state in an iTemp bit
4327           var unless stack-auto
4328         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4329         * src/SDCCmain.c (setIncludePath): added include/target to search path
4330         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4331         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4332           prototype,
4333           (processFuncArgs): put bit vars in bit area
4334         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4335           unsaveRBank): fixed xstack,
4336           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4337           (genFunction, genEndFunction): fixed xstack,
4338           (genAssign): optimization don't walk backwards through mem
4339         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4340         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4341         * support/regression/Makefile: also make library (for stack-auto) when
4342           making "all" and added "test-mcs51-xstack-auto"
4343         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4344         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4345         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4346         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4347         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4348           make-library by MAKE_LIBRARY
4349         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4350           regression tests for xstack
4351         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4352         * support/regression/tests/critical.c: test for critical on mcs51
4353
4354 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4355
4356         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4357           built version of sdcc instead of installed version
4358
4359 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4360
4361         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4362         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4363           vprintf.c now
4364         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4365         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4366           WARNING: remove device/lib/build/z80/printf.o by hand when
4367           updating from previous build!
4368         * device/lib/z80/printf.c: updated comment
4369         * support/regression/tests/bug1057979.c: test all ports now
4370         * support/regression/tests/bug1065458.c: file added
4371
4372 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4373
4374         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4375           *_start and *_end symbols for static functions
4376
4377 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4378
4379         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4380           and search crt0.o in all library paths,
4381           (setIncludePath): proper handling of --nostdinc,
4382           (setLibPath): proper handling of --nostdlib
4383         * support/regression/Makefile,
4384         * support/regression/ports/ds390/spec.mk,
4385         * support/regression/ports/gbz80/spec.mk,
4386         * support/regression/ports/hc08/spec.mk,
4387         * support/regression/ports/mcs51/spec.mk,
4388         * support/regression/ports/mcs51-large/spec.mk,
4389         * support/regression/ports/mcs51-stack-auto/spec.mk,
4390         * support/regression/ports/z80/spec.mk: use include and lib files from
4391           built version of sdcc instead of installed version
4392         * doc/sdccman.lyx: fixed typo in --nostdinc
4393
4394 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4395
4396         * src/pic/pcode.c,
4397         * src/pic/device.c,
4398         * src/pic/ralloc.c,
4399         * src/pic/gen.c : added support to generate code for struct bit fields.
4400
4401 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4402
4403         * as/xa51/xa_version.h,
4404         * device/include/errno.h,
4405         * device/include/regc515c.h,
4406         * device/lib/_itoa.c,
4407         * device/lib/_ltoa.c,
4408         * device/lib/ser_ir_cts_rts.c,
4409         * sim/ucsim/xa.src/glob.cc,
4410         * sim/ucsim/xa.src/inst_gen.cc,
4411         * sim/ucsim/xa.src/xa_bit.cc,
4412         * sim/ucsim/xa.src/xa_sfr.cc,
4413         * sim/ucsim/z80.src/inst_dd.cc,
4414         * sim/ucsim/z80.src/inst_fdcb.cc,
4415         * support/scripts/keil2sdcc.pl,
4416         * src/pic16/pic16.dsp,
4417         * src/pic16/pic16a.dsp: corrected cvs line endings
4418         * device/lib/printf_large.c: fixed bug 1057979
4419         * src/pic16/gen.c: fixed non-C standard code
4420         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4421         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4422         * support/regression/ports/mcs51/support.c: reload T1 asap
4423         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4424           pdata use and clear idata startup behaviour
4425         * support/regression/tests/bug1057979.c: added
4426
4427 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4428
4429         * device/examples/ds390/ow390/ad26.h,
4430         * device/examples/ds390/ow390/cnt1d.h,
4431         * device/examples/ds390/ow390/crcutil.c,
4432         * device/examples/ds390/ow390/ownet.h,
4433         * device/examples/ds390/ow390/owsesu.c,
4434         * device/examples/ds390/ow390/swt12.h,
4435         * device/examples/ds390/ow390/swtoper.c,
4436         * device/examples/ds390/ow390/temp10.h,
4437         * device/examples/ds390/ow390/thermodl.c,
4438         * device/examples/ds390/tinitalk/tinitalk.dsp,
4439         * device/examples/ds390/tinitalk/tinitalk.dsw,
4440         * device/examples/mcs51/clock/hw.h,
4441         * device/examples/mcs51/simple2/go.bat,
4442         * device/examples/serialcomm/windows/serial.h,
4443         * device/examples/xa51/dummy.c,
4444         * device/examples/xa51/hello.c,
4445         * device/include/80c51xa.h,
4446         * device/include/at89x051.h: corrected cvs line endings
4447
4448 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4449
4450         * src/pic16/main.c (options): added command line --gstack, to trace
4451         stack over/under flows,
4452         * added pragma 'wparam' to allow passing first byte of function
4453         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4454         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4455         call to __gstack_test function and sets up the symbol as extern,
4456         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4457         * popaop): added call to pic16_testStackOverflow,
4458         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4459         wparamList list,
4460         * (genCall, genPcall): now all parameters are passed via stack
4461         except in functions that are pass to wparam pragma in which WREG is
4462         used too,
4463         * (genPcall): REENTRANT flag is checked to see if variable prototype
4464         contains reentrant keyword, don't call a non-reentrant function, via
4465         a reentrant function pointer or vice versa, functions are never
4466         passed via WREG,
4467         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4468         D.Winkler,
4469         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4470         SIGSEGV when accessing a NULL register stucture,
4471         * (pic16_printGPointerType): modified to handle UPPER modifier for
4472         function initializers, changed prototype of function to simpler one,
4473         * (pic16_printIvalFuncPtr): check to see if function is already
4474         added in externs list,
4475         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4476         optimized a move from W to SFR with a move to the same register
4477         later after a CALL,
4478         * device/lib/pic16/debug: NEW directory, contains debug features
4479         which are enabled when linking with libdebug.lib, currently command
4480         line option --gstack enables stack pointer tracing for over/under
4481         flow, corresponding sources are in debug/gstack
4482
4483 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4484
4485         * doc/sdccman.lyx: updated SDCC version,
4486         * (PIC16 port): update list of command line options,
4487         * src/pic16/device.h (structure pic16_options_t): added field gstack
4488         to enable stack overflow tracing on push/pops,
4489         * src/pic16/device.c (statistics structure): added statistics
4490         structure,
4491         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4492         pic16_dump_int_registers): increase statistics counters for each
4493         * variable which is encountered
4494         * (pic16_dump_usection): emit each .udata variable to its own udata
4495         section,
4496         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4497         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4498         parameters via stack, otherwise use old scheme,
4499         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4500         assembler output file,
4501         * src/pic16/main.c: added command line options --gstack to enable
4502         push/pop tracing for stack overflow,
4503         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4504         instructions): added size of each instruction,
4505         * (pic16_countInstruction): estimate size of instructions in
4506         the_pFile list, inline assembly blocks are not counted,
4507         * (pic16_FixRegisterBanking): trace previous register usage, when
4508         banksel optimizations is greater than 0, don't emit a redudant
4509         banksel directive,
4510
4511 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4512
4513         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4514         * src/pic16/ralloc.c : applied same fix for pic16.
4515         * src/pic/gen.c : tidied it up a little.
4516
4517 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4518
4519         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4520         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4521
4522 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4525
4526 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4527
4528         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4529         non-reentrant function __modsint in the interrupt function (thus
4530         corrupting math operations during serial I/O)
4531         * device/lib/ser_ir.c: as above, changed buffersize
4532         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4533         256.c,d for zeroing
4534         * doc/Makefile: added option -t for rsync
4535
4536 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4537
4538         * src/SDCCast.h (struct ast),
4539         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4540
4541 2004-10-20 Borut Razem <borut.razem AT siol.net>
4542
4543         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4544         package
4545
4546 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4547
4548         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4549         makefile targets,
4550         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4551         support functions to replace long sequences of MOVFF's from access
4552         bank registers to stack and vice versa,
4553         * src/pic16/device.h: added new field opt_flags, where optimization
4554         flags can be set to enable certain features,
4555         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4556         * pBlock, (genFunction, genEndFunction): surroung loop for
4557         saving/loading used registers in stack with PC_INFO pCodes,
4558         INF_LREGS. Code in between can then be optimized by pCode optimizer
4559         to support function calls,
4560         * (genDataPointerSet): fixed bug which loaded float fields in
4561         structures with corrupt data,
4562         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4563         in a standard way debug info on stderr. Feature used for developing
4564         and debugging only,
4565         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4566         obsolete chunks of code,
4567         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4568         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4569         * pic16/src/pcode.c (pic16_newpCodeInfo,
4570         * (pic16_newpCodeOpLocalRegs),
4571         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4572         feature,
4573         * (pic16_pCodeConstString): printing of the initial value of a
4574         symbol as a comment is inhibited since parsing was already done by
4575         copyStr and output is corrupt,
4576         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4577
4578 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4579
4580         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4581
4582 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4583
4584         * as/mcs51/lkarea.c: removed old K&R style,
4585           (lnksect): changed check on boundary error,
4586           (lnksect2): changed check on boundary error,
4587           (lnksect2): extend XSTK to end of page if size = 1
4588         * as/mcs51/lkmain.c: removed old K&R style,
4589           (Areas51): create l_IRAM symbol
4590         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4591         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4592           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4593         * device/lib/_mullong.c: added version to be compiled with xstack
4594         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4595         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4596         * device/lib/mcs51/crtxstack.asm: fixed comment
4597         * src/SDCCglue.c: maxInterrupts defaults to 0,
4598           (emitMaps): added pdata,
4599           (createInterruptVect): (re)moved default,
4600           (glue): added pdata,
4601           (glue): moved __start__xstack to XSTK with default size 1
4602         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4603           and options.float_rent when options.stackAuto is set,
4604           (linkEdit): only write XDATA_NAME if provided on command line
4605         * src/SDCCmem.h,
4606         * src/SDCCmem.c: added pdata
4607         * src/port.h: added pdata_name to PORT
4608         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4609           (saveRegisters, unsaveRegisters): removed usage of B,
4610           (genMinus): fixed accumulator clash,
4611           (genJumpTab): added comment, this needs another look
4612         * src/mcs51/gen.c: added check for "B in use" paranoia,
4613           added pushB() and popB()
4614         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4615           chance
4616         * src/avr/main.c,
4617         * src/ds390/main.c,
4618         * src/hc08/main.c,
4619         * src/mcs51/main.c,
4620         * src/pic/main.c,
4621         * src/pic16/main.c,
4622         * src/xa51/main.c,
4623         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4624           added PSEG (PAG,XDATA) or NULL to port specifier
4625         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4626         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4627           (_mcs51_genInitStartup): removed __start__xstack equ,
4628           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4629         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4630         * src/z80/gen.c (_rleAppend): fixed warnings
4631         * support/regression/tests/zeropad.c: added pdata test
4632         * .version: bumped to 2.4.6
4633
4634 2004-10-17 Borut Razem <borut.razem AT siol.net>
4635
4636         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4637         as a part of nightly build
4638
4639 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4640
4641         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4642         WREG holds the first byte function parameters,
4643         * (aopForSym): take special case for symbols which are in FARSPACE
4644         but in CODESPACE too,
4645         * (assignResultValue): modified to take into account _G.useWreg,
4646         * (genCall): don't use wreg for parameter passing when function is
4647         declared as reentrant, too, added optimization INCF to stack
4648         pointer when stack parameter count is 1,
4649         * (genFunction, genEndFunction): refurnished and fixed to not using
4650         wreg for passing parameters when function has varargs or is
4651         reentrant, fixed bug with symbol name compare for generating
4652         functions in absolute address,
4653         * (pic16_storeForReturn): refurnished,
4654         * (genCmp): began writing a new version of the function, not ready
4655         yet, therefore it is disabled,
4656         * (genAssign): do not read code memory when assigning a function to
4657         a pointer function,
4658         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4659         array of characters, not pointer,
4660         * (pic16initialComments): in debug mode emit an .ident directive for
4661         the assembler,
4662         * (_process_pragma): emit a new warning type (internal to pic16)
4663         when setting stack to default length, emit a similar warning when
4664         placing a function at absolute address and address is not word aligned
4665         * (_pic16_parseOptions): added 'return TRUE' statement,
4666         * (_pic16_linkEdit): if compiling a source, then add the source's
4667         file object, first in the list of objects to link,
4668
4669 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4670
4671         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4672         * src/pic/main.c : removed VC warning.
4673         * src/pic/gen.c : changed comment.
4674
4675 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4676
4677         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4678         reference to a deprecated symbol _GPTRREG was causing failure to
4679         link. Thanks G. M. Gallant for the info.
4680
4681 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4682
4683         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4684         comments for Bugs item #954788.
4685
4686 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4687
4688         * src/pic16/device.c (pic16_dump_gsection,
4689         * pic16_groupRegistersInSection): handle symbols declared to be in
4690         access bank differently,
4691         * src/pic16/gen.c (struct _G): added field resDirect,
4692         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4693         send values read from stack directly to result and don't allocate
4694         temporary values,
4695         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4696         same registers,
4697         * (pic16_sameRegsOfs): NEW,
4698         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4699         free because they were not allocated from temporary pool,
4700         * pic16_popRegFromString): workaround to fix a problem with
4701         allocating variables twice or never,
4702         * (genGenPointerGet): using PRODL instead of FSR0H,
4703         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4704         instead of FSR0H,
4705         * (genAssign): take advantage of the _G.resDirect flag,
4706         * (genCast): around line 11844, use mov2f instead of directly
4707         MOVFF'ing between operands to account for literal values,
4708         * src/pic16/genutils.c: some new debug functions for gpsim have been
4709         added,
4710         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4711         float with integer part only,
4712         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4713         place variables in access bank
4714         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4715         updated sources to reflect recent changes in gen.c
4716
4717 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4718
4719         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4720         sources that searched for headers in installation path, now the
4721         device/include/pic16 is used,
4722         * src/pic16/glue.c (pic16glue),
4723         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4724         .line directives if not in debug mode, this suppresses assembler's
4725         warnings for ignored directives
4726
4727 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4728
4729         * src/port.h: made reset_regparms prototype void parameter explicit.
4730         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4731         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4732         * doc/sdccman.lyx: documented warning disabling and how to use
4733           printf_large to make it print floats.
4734         * device/include/stdbool.h: NEW
4735         * device/lib/_atof.c,
4736         * device/lib/_divuint.c,
4737         * device/lib/_divulong.c,
4738         * device/lib/expf.c,
4739         * device/lib/printf_large.c,
4740         * device/lib/sincosf.c,
4741         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4742         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4743           a completely reentrant lib.
4744
4745 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4746
4747         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4748         * device/include/pic16/stdio.h: fixed bug with colon
4749
4750 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4751
4752         * device/include/pic16/stdio.h,
4753         * device/include/pic16/stdlib.h,
4754         * device/include/pic16/math.h: NEW
4755         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4756         declared as _naked to reduce overhead
4757         * device/lib/Makefile.in (target port-specific-objects-pic16):
4758         changed * to *.* so to ignore the CVS directory,
4759         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4760         stacked variables back in stack,
4761         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4762         corruption
4763
4764 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4765
4766         * .version: bumped version number to 2.4.5
4767         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4768         * support/Util/SDCCerr.c (messages structure): added entry for
4769         W_POSSBUG2
4770
4771         Large cumulative patch for pic16 port and libraries.
4772         * device/include/pic16/sdcc-lib.h,
4773         * device/include/pic16/stdarg.h,
4774         * device/include/asm/pic16/features.h,
4775         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4776         * device/include/pic16/float.h: changes reentrant keyword with
4777         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4778         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4779         updated target build-libraries to include objects from gptr,
4780         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4781         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4782         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4783         all function headings,
4784         * src/SDCCmain.c: added global parameter userIncDirsSet,
4785         * (parseCmdLine): when option -I is encountered add directory to
4786         userIncDirsSet too,
4787         * src/version.awk: added space between control and long,
4788         * src/pic16/NOTES: added some notes for the port,
4789         * src/pic16/gen.c: added prototype for mov2fp function,
4790         * (fReturnpic16[]): properly named return value registers,
4791         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4792         * (aopForSym): added code to handle symbols with onStack flag set,
4793         symbols onStack are allocated PTRSIZE bytes,
4794         * (aopFreeAsmop): handles special case where asmops are stack objects,
4795         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4796         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4797         added argument lock to trace flaws in allocating temporary registers
4798         when developing port,
4799         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4800         * (pic16_popRegFromString): reenabled allocating a direct register
4801         from string,
4802         * (assignResultValue): various beautifications,
4803         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4804         referenced function argument,
4805         * (genIpush): reenabled to allow stacked arguments, handles only
4806         ic->parmPush iCodes,
4807         * (genCall, genPcall): major changes to allow for variable argument
4808         functions, fixed a bug with falsely restoring stack pointer after
4809         returning from call,
4810         * (genFunction): pending code for critical function,
4811         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4812         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4813         * (genNearPointerGet): fixed bug with indirect reading, was always
4814         reading from INDF0
4815         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4816         pointers,
4817         * (genAddrOf): rewrote code to take address of a stacked function parameter
4818         * (genCast): fixed casting to generic pointer type,
4819         * src/pic16/gen.h: added AOP_STA,
4820         * (struct asmop): added field stk,
4821         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4822         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4823         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4824         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4825         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4826         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4827         generic pointers,
4828         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4829         and library paths,
4830         * (pic16_port structure): generic pointer size is set to 3,
4831         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4832         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4833         compiler warning,
4834         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4835         operand is an iTemp,
4836
4837 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4838
4839         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4840         * debugger/mcs51/simi.c: addapt new syntax of s51
4841
4842 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4843
4844         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4845         * src/pic16/pcode.c: commented out some calls to free() in order to
4846         fix bug #989576,
4847
4848 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4849
4850         * src/SDCCicode.h,
4851         * src/SDCCicode.c (isiCodeInFunctionCall),
4852         * src/avr/ralloc.c (selectSpil),
4853         * src/pic/ralloc.c (selectSpil),
4854         * src/pic16/ralloc.c (selectSpil),
4855         * src/ds390/ralloc.c (selectSpil),
4856         * src/hc08/ralloc.c (selectSpil),
4857         * src/xa51/ralloc.c (selectSpil),
4858         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4859         stack in the middle of a function call sequence (fixes bug #1020268)
4860         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4861         costs associated with the minimum switch case.
4862
4863 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4864
4865         * src/SDCC.lex: fixed bug #1030549
4866
4867 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4868
4869         * src/SDCCcse.h (struct cseDef),
4870         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4871         over a function call if the CSE is derived from a symbol whose
4872         address has been taken (fixes bug #1029883)
4873         * support/regression/tests/bug-1029883: a new regression test for
4874         this bug
4875
4876 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/hc08/gen.c (emitinline): fixed bug #1029778
4879         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4880         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4881         and starts toward RFE #905167)
4882
4883 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4884
4885         * src/pic16/gen.c (mov2f): New function to move an operand to
4886         another without considering if it is a literal or a register,
4887         * (pic16_sameRegs): don't check if they are both AOP_REG,
4888         * (AccRsh): removed andmask=0 lines,
4889         * (genLeftShift): duplicated to be improved in future versions,
4890         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4891         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4892         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4893         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4894         * (insertBankSwitch): fixed inserting banksel directives algorithm
4895         for instructions that follow a skip instruction, this fixes a report
4896         for broken subtraction code generation,
4897         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4898         iCode is a left op, just in case result and right share the same
4899         registers
4900
4901 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * src/hc08/main.c,
4904         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4905         preservation of HX
4906         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4907         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4908         on 2004-09-12; it was buggy
4909
4910 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4911
4912         * src/SDCCsymt.h: removed RESULT_CHECK
4913         * src/SDCCast.c,
4914         * src/SDCCglue.c,
4915         * src/SDCCval.c,
4916         * src/pic/glue.c,
4917         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4918
4919 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4922         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4923         configuration values no more rejected by compiler, they are assigned
4924         to configuration registers with a warning message instead,
4925         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4926         the for-loop so last conf register is emitted too,
4927         * (_pic16_initPaths): link library libsdcc.lib by default,
4928         * (_hasNativeMulFor): modified test for multiplication according to
4929         Raphael Neider's remarks. Integer multiplication is also done with
4930         support functions,
4931         * device/include/pic16/pic18fregs.h: corrected type error in while
4932         testing and including 18f6720 header file
4933
4934 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4935
4936         * src/pic16/device.h (pic16_options): removed field use_crt,
4937         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4938         until an optimization to handle single bits is added,
4939         * (pic16_loadFSR0): moved before genUnpackBits,
4940         * (genAnd): some white lines removed,
4941         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4942         leave_reset flags in pic16_options when using crt modules,
4943
4944 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4945
4946         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4947           for bugs 898889 & 979599. Also used some safer print instructions.
4948
4949 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4950
4951         * src/pic16/device.h (pic16_options_t): added field use_crt,
4952         crt_name, no_crt,
4953         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4954         catch a probable future bug,
4955         * src/pic16/gen.c: aopIdx function commented out,
4956         * (genAssign): commented out old code which used aopIdx,
4957         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4958         code, added if conditionals to take into account the --use-crt
4959         command line options,
4960         * src/pic16/main.c (pic16_optionsTable): added new command line
4961         options, --use-crt= and --no-crt,
4962         * (_pic16_linkEdit): now the proper crt object is added in the
4963         linker command line except than when --no-crt is specified,
4964         * src/pic16/pcode.c,
4965         * src/pic16/pcode.h: added some structures and functions for a new
4966         optimization scheme to compansate for instruction overhead between
4967         same iCodes, this scheme is currently under development and is not
4968         working in any way,
4969         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4970         to && operator,
4971         * device/lib/pic16/startup/crt0i.c,
4972         * device/lib/pic16/startup/crt0iz.c: added global char variable
4973         __uflags to force the generation of an idata section
4974
4975 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4976
4977         * doc/Makefile,
4978         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4979         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4980
4981 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4982
4983         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4984         Frieder) and clarified the default code optimization mode
4985
4986 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/SDCC.lex (doPragma, process_pragma),
4989         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4990         "opt_code_size", and "opt_code_balanced"
4991         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4992         regrouped options by category, added support for category headers
4993         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4994         and "--opt-code-size"
4995         * doc/sdccman.lyx: documented these new options and pragmas
4996         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4997         preference into account
4998
4999 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5000
5001         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5002           geniCodePreDec): Fixed bug 904237 by generating a warning
5003         * src/SDCCerr.h,
5004         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5005
5006 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5007
5008         * src/pic/device.c : When no max ram set validate full memory range.
5009         * src/pic/pcode.c,
5010         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5011
5012 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5013
5014         * device/lib/_gptrget.c,
5015         * device/lib/_gptrput.c: updated comment
5016         * device/lib/calloc.c,
5017         * device/lib/free.c,
5018         * device/lib/malloc.c,
5019         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5020         * src/SDCCcse.c (cseBBlock),
5021         * src/SDCCicode.c (printOperand, geniCodeArray),
5022         * src/SDCCicode.h (struct operand): fixed bug 868103
5023         * support/regression/tests/bug-868103.c: added
5024         * src/SDCCast.c (searchLitOp),
5025         * src/SDCCcse.h (struct cseDef),
5026         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5027         * src/SDCCicode.h (struct operand),
5028         * src/SDCCsymt.h (struct sym_link),
5029         * src/avr/gen.c (hasInc),
5030         * src/ds390/gen.c (hasInc),
5031         * src/hc08/gen.c (genPlusIncr, hasInc),
5032         * src/mcs51/gen.c (hasInc),
5033         * src/pic16/glue.c (pic16_printIvalChar),
5034         * src/pic16/ralloc.c (regWithIdx),
5035         * src/xa51/gen.c (hasInc) : removed warnings
5036         * src/SDCCast.c (createBlock): added comment ???
5037         * src/hc08/ralloc.c: updated comments
5038
5039 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5040
5041         * doc/sdccman.lyx: updated section on switch statements, added
5042         section about semaphore locking
5043         * doc/Makefile: added option -info for latex2html
5044         * device/lib/_gptrget.c,
5045         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5046
5047 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5048
5049         * src/pic/device.h,
5050         * src/pic/device.c,
5051         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5052          maxram is less than 0x100.
5053
5054 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5055
5056         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5057
5058 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5059
5060         * src/port.h,
5061         * src/mcs51/main.c,
5062         * src/ds390/main.c,
5063         * src/z80/main.c,
5064         * src/hc08/main.c,
5065         * src/pic/main.c,
5066         * src/pic16/main.c,
5067         * src/avr/main.c,
5068         * src/xa51/main.c
5069         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5070         a jump table is the best form for a switch statement, including
5071         automatic insertion of missing cases to make the case range
5072         continuous. Developed in collaboration with Frieder Ferlemann.
5073
5074 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5077         accumulator result if it needs sign extension
5078
5079 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5080
5081         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5082
5083 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5084
5085         * device/lib/gbz80/printf.c,
5086         * device/lib/z80/printf.c: removed define for NULL
5087
5088 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5089
5090         * as/xa51/xa_link.c,
5091         * device/examples/ds390/ow390/ad26.c,
5092         * device/examples/ds390/ow390/cnt1d.c,
5093         * device/examples/ds390/ow390/counter.c,
5094         * device/examples/ds390/ow390/ds2480.h,
5095         * device/examples/ds390/ow390/ds2480ut.c,
5096         * device/examples/ds390/ow390/findtype.c,
5097         * device/examples/ds390/ow390/gethumd.c,
5098         * device/examples/ds390/ow390/owllu.c,
5099         * device/examples/ds390/ow390/ownetu.c,
5100         * device/examples/ds390/ow390/swt12.c,
5101         * device/examples/ds390/ow390/swtloop.c,
5102         * device/examples/ds390/ow390/temp.c,
5103         * device/examples/ds390/ow390/temp10.c,
5104         * device/examples/ds390/ow390/thermo21.c,
5105         * device/examples/ds390/ow390/tinilnk.c,
5106         * device/examples/ds390/ow390/tstfind.c,
5107         * device/examples/serialcomm/windows/serial.cpp,
5108         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5109         * device/include/reg51.h: fixed line endings for cvs
5110
5111 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5112
5113         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5114         packRegsForAccUse, packRegisters): new accumulator register
5115         packing algorithm
5116         * support/regression/ports/hc08/support.c (_putchar): suppress
5117         warning of unused variable
5118         * src/SDCCicode.c: added SWAP entry to codeTable
5119
5120 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5121
5122         * device/lib/sprintf.c: forgot to add this file before previous commit
5123
5124 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5125
5126         * src/pic16/gen.c (genPackBits): added operand right in function
5127         parameters, load result directly if p_type is POINTER (that is
5128         called by genNearPointerSet)
5129         * (genUnPackBits): added operand left in function parameters,
5130         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5131         FSR0 if accessing bitfields,
5132
5133 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5134
5135         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5136           _print_format; updated printf, sprintf, vsprintf
5137         * device/include/asm/default/features.h: corrected comment/define
5138         * device/lib/Makefile.in: added sprintf.c
5139         * device/lib/libsdcc.lib: added sprintf module
5140         * device/lib/printf_large.c,
5141         * device/lib/vprintf.c,
5142         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5143           into these 3 files
5144         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5145         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5146         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5147           hc08 test
5148         * support/regression/tests/zeropad.c: define idata as data for hc08
5149
5150 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5151
5152         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5153         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5154         labels are referenced at least once (even if a reference is not found)
5155         * src/hc08/gen.c (emitcode): set isComment flag for comments
5156         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5157         loads), rules 6a..6b (optimize jumps to return)
5158
5159 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5160
5161         * device/lib/acosf.c (acosf),
5162         * device/lib/asinf.c (asinf),
5163         * device/lib/atanf.c (atanf),
5164         * device/lib/ceilf.c (ceilf),
5165         * device/lib/cosf.c (cosf),
5166         * device/lib/coshf.c (coshf),
5167         * device/lib/cotf.c (cotf),
5168         * device/lib/fabsf.c (fabsf),
5169         * device/lib/floorf.c (floorf),
5170         * device/lib/log10f.c (log10f),
5171         * device/lib/logf.c (logf),
5172         * device/lib/sinf.c (sinf),
5173         * device/lib/sinhf.c (sinhf),
5174         * device/lib/sqrtf.c (sqrtf),
5175         * device/lib/tanf.c (tanf),
5176         * device/lib/tanhf.c (tanhf),
5177         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5178         replaced all instances of "reentrant" in the library functions
5179         defined in math.h with this macro.
5180         * support/regression/tests/float_trans.c: reenabled test for hc08
5181
5182 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5183
5184         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5185         erroneously deleted
5186
5187 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5188
5189         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5190         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5191         multi-byte volatile operands are used
5192         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5193         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5194         initialization to area GSINIT0 so that it would always precede
5195         any static initializers in GSINIT
5196         * support/regression/tests/zeropad.c: fixed idata define for hc08
5197         * support/regression/tests/bug-927659.c,
5198         * support/regression/tests/float_trans.c: disabled tests for hc08
5199         pending missing library routines
5200         * .version: increased version number to 2.4.4 - hc08 port now passes
5201         regression tests
5202
5203
5204 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5205
5206         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5207         * Makefile.common.in,
5208         * as/Makefile,
5209         * as/hc08/Makefile.in,
5210         * as/mcs51/Makefile.in,
5211         * as/z80/Makefile.in,
5212         * debugger/mcs51/Makefile.in,
5213         * device/include/Makefile.in,
5214         * device/lib/Makefile.in,
5215         * doc/Makefile,
5216         * link/Makefile,
5217         * link/z80/Makefile.in,
5218         * packihx/Makefile.in,
5219         * sim/ucsim/main_in.mk,
5220         * sim/ucsim/avr.src/Makefile.in,
5221         * sim/ucsim/doc/Makefile.in,
5222         * sim/ucsim/gui.src/serio.src/Makefile.in,
5223         * sim/ucsim/hc08.src/Makefile.in,
5224         * sim/ucsim/s51.src/Makefile.in,
5225         * sim/ucsim/xa.src/Makefile.in,
5226         * sim/ucsim/z80.src/Makefile.in,
5227         * src/Makefile.in,
5228         * support/cpp2/Makefile.in,
5229         * support/librarian/Makefile,
5230         * support/makebin/Makefile: added DESTDIR to the install path proposed
5231         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5232         * doc/sdccman.lyx: added DESTDIR documentation
5233
5234 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5235
5236         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5237         instruction for interrupt handlers, use fast returns when returning
5238         from high priority interrupts
5239
5240 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5241
5242         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5243         code generation
5244         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5245         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5246         bugs, ported much of Bernhard's code from mcs51
5247         * src/mcs51/gen.c (genSend),
5248         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5249         than one when calling a reentrant function
5250         * device/lib/_mullong.c: defined an alternate struct layout for big
5251         endian ports (hc08)
5252
5253 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5254
5255         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5256         test
5257
5258 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5259
5260         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5261         are sane and complete before asking the port its prefered parameter
5262         passing method (fixes bug #1017633)
5263         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5264         and _ret3
5265
5266 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5267
5268         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5269         problem in bitfields >= 8 bits.
5270
5271 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5272
5273         * src/SDCCsymt.c: undid changes that were not meant to be committed
5274
5275 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5276
5277         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5278
5279 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5280
5281         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5282           copied and wrong bit got inverted
5283
5284 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5287         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5288         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5289         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5290         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5291         assignments to bitfields at known addresses
5292         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5293         reads from bitfields at known addresses
5294         * src/hc08/ralloc.c (packRegisters),
5295         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5296         genhc08Code): optimize pointer get values used as conditionals
5297         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5298         and branch
5299
5300 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5303         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5304         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5305         as conditionals
5306
5307 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5308
5309         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5310
5311 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5312
5313         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5314         related problems
5315
5316 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5317
5318         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5319
5320 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5323         mcs51 port
5324
5325 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5326
5327         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5328
5329 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5330
5331         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5332         cases use more compact code.
5333
5334 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5335
5336         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5337
5338 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5339
5340         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5341
5342 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/SDCCsymt.h,
5345         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5346         parameter of changePointer() from symbol* to sym_link*
5347         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5348         * src/SDCCsymt.c (compareType): void* type is castable to other
5349         pointers, but not necesarily an exact match.
5350         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5351         is no longer blindly treated as an exact match.
5352         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5353
5354 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5355
5356         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5357
5358 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5359
5360         * src/pic/gen.c,
5361         * src/pic/pcode.c,
5362         * src/pic/ralloc.h,
5363         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5364
5365 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5366
5367         * src/pic/device.c,
5368         * src/pic/device.h,
5369         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5370
5371 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * src/mcs51/gen.c (emitcode): fixed bug #992819
5374
5375 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5376
5377         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5378           there's no need to make it worse
5379
5380 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5381
5382         * src/mcs51/ralloc.c (deassignLR),
5383         * src/ds390/ralloc.c (deassignLR),
5384         * src/hc08/ralloc.c (deassignLR),
5385         * src/z80/ralloc.c (deassignLR),
5386         * src/pic/ralloc.c (deassignLR),
5387         * src/pic16/ralloc.c (deassignLR),
5388         * src/avr/ralloc.c (deassignLR),
5389         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5390         rlivePoint): fixed another part of bug #971834
5391
5392 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/z80/main.c: enabled "critical" keyword
5395         * src/z80/mappings.i,
5396         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5397         functions (fixes bug #979646)
5398         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5399
5400 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5401
5402         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5403           such as c:\mydir.
5404
5405 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5406
5407         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5408           doesn't disable too much optimizations
5409
5410 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5411
5412         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5413
5414 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5417
5418 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5419
5420         * src/pic/gen.c tidied up tabs
5421         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5422         * src/pic/main.c tidied up tabs
5423         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5424         * src/pic/pcoderegs.c tidied up tabs
5425         * src/pic/ralloc.c tidied up tabs
5426
5427 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5428
5429         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5430         to S_FIXED for pic16 port and when symbol is not in level 0,
5431         allocate for S_REGISTER storage class and pic16 port, too,
5432         * src/pic16/device.h: prototype for checkSym,
5433         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5434         * (pic16_assignConfigWordValue): test the value and the mask to
5435         validate that the value is suitable for the configuration word,
5436         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5437         collect extern declared symbols, don't emit symbol twice, check
5438         first if symbol is in publics set first,
5439         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5440         * added command line '--fstack' which enables an experimental
5441         feature for stack access, too buggy to be used yet...
5442         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5443         * (pic16_allocDirReg): when register has storage class S_REGISTER
5444         allocate in pic16_dynAccessRegs,
5445         * device/include/pic16/pic18f????.h: modified configuration word
5446         naming convention, words started as CONFIG0H but should be CONFIG1H
5447
5448 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5449
5450         * device/include/mcs51reg.h: fixed bug 970993
5451
5452 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5453
5454         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5455         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5456         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5457         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5458         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5459         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5460           error/warning numbers,
5461           added function setWarningDisabled()
5462         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5463         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5464           _memcmp.c _memmove.c calloc.c realloc.c free.c
5465         * support/regression/tests/malloc.c: added tests for new functionality
5466         * support/regression/tests/zeropad.c: added tests for truncated initializers
5467           and initialized char arrays starting with '\x0'
5468         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5469
5470 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5471
5472         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5473
5474 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5475
5476         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5477         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5478         peephole 177.e. Thanks to anonymous
5479
5480 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5481
5482         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5483         function isn't used in the source but referenced as a
5484         variable initializer then declare it as extern in .asm file
5485
5486 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5487
5488         * .version: increased version number to 2.4.3
5489
5490         Adding version extension according to ChangeLog CVS revision
5491         * src/Makefile.in (target all): added dependency 'version.h'
5492         * (rule version.h): added rule to create version.h from ChangeLog,
5493         * (rule dep): added dependency version.h,
5494         * src/version.awk: AWK script to create version.h
5495         * src/SDCCdwarf2.c (dwWriteModule),
5496         * src/SDCCglue.c (initialComments),
5497         * src/SDCCmain.c (printVersionInfo): modified to write after
5498         version string the version extension number,
5499         * src/SDCCutil.c: included "version.h"
5500         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5501         number,
5502         * src/SDCCutil.h: added prototype for getBuildNumber
5503
5504         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5505         includeDirsSet, too,
5506         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5507         const char [] is found in function prototype...
5508
5509         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5510         moving to WREG with source is already in WREG,
5511         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5512         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5513         * (aopForSym): stack'ed symbols are partially supported, added
5514         if-clause to support symbols in FARSPACE,
5515         * (sameRegs): added test for AOP_ACC to see if registers are same,
5516         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5517         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5518         * (pic16_popRegFromString): will not allocate a new register if it
5519         doesn't find one by name, bug may have introduced...
5520         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5521         * (genIpush): revived to use pic16 port's stack,
5522         * (genAddrOf): added incomplete case for stack'ed operand,
5523         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5524         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5525         can handle multibyte operands,
5526         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5527         * (pic16initialComments): added message for MPLAB compatibility
5528         mode enabled,
5529         * src/pic16/main.h: prototype for pic16_mplab_comp,
5530         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5531         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5532         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5533         because of increased complexity of procedure,
5534         * (_process_pragma): stack pragma changed to format 'stack pos len',
5535         emit symbol '_stack_end' to conform with gplink,
5536         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5537         to search for register,
5538         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5539         PO_GPR_REGISTER,
5540         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5541         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5542         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5543         case for PO_GPR_REGISTER,
5544         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5545         dies, the new era is ahead !...
5546         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5547         pic16_dynInternalRegs,
5548         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5549         * (pic16_allocDirReg): minor optimizations and bug fixes,
5550         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5551
5552         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5553         load stack and frame pointer with address of 'stack_end' symbol
5554
5555 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5556
5557         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5558         without source code but only variable initializers
5559
5560 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5561
5562         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5563         external are not declared as extern to reduce overhead while linking
5564
5565 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5566
5567         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5568
5569 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5570
5571         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5572           Yee Keat for the patch
5573         * src/SDCCast.c (decorateType): fixed bug #979599
5574         * src/ds390/gen.h: removed local fReturnSizeDS390
5575         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5576         * src/ds390/gen.c (genAnd, genOr, genXor),
5577         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5578
5579 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5580
5581         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5582         add relFilesSet to $3, manipulate $2 to handle linking of object
5583         files without source files in command line,
5584         * device/include/pic16 (all headers): added ID location macros,
5585         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5586         entries for ID location bytes,
5587         * (pic16_assignIdByteValue): NEW,
5588         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5589         added field dumpcalltree to pic16_options_t,
5590         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5591         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5592         emitting rFalseIfx label after check_carry label,
5593         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5594         pic16_emitDIRegs), NEW
5595         * (pic16glue): dump .calltree file when option --calltree found,
5596         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5597         * (_pic16_genAssemblerPreamble): emit ID locations after
5598         configuration registers,
5599         * (pic16_linkCmd): modifications of the link command,
5600         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5601         * (pic16_pCodeInitRegisters): don't init stack registers,
5602         * (pic16_findPrevInstruction): fixed bug,
5603         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5604         bug with immediate registers,
5605         * (buildCallTree): traces stack push and pop,
5606         * (pct2): dump also stack usage for each function,
5607         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5608         * (pic16_allocDirReg): various modifications,
5609         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5610         fixed to 1,
5611
5612 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5613
5614         * src/pic16/pcode.c: removed buggy double colon
5615
5616 2004-07-01 Borut Razem <borut.razem AT siol.net>
5617
5618         * support/scripts/sdcc.nsi: added include/pic16 to setup
5619
5620 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5621
5622         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5623         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5624         target 'clean',
5625         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5626         specific command line arguments. Also added sample lkr script
5627         for placing a variable at a specific memory bank.
5628         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5629         at a specific memory bank,
5630         * (pic16_dump_isection): fixed bug which caused string literals to
5631         be omitted when dumping idata section,
5632         * (pic16_groupRegistersInSection): added code to handle registers
5633         in specific memory banks,
5634         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5635         public, all references are renamed too,
5636         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5637         AOP_DPTR2,
5638         * (pic16_storeForReturn): added case to handle when dest is WREG,
5639         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5640         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5641         pic16_rel_udata, check to see if that register is marked as being
5642         a member of a specific memory bank,
5643         * (pic16_printIvalCharPtr): added code to add string literals either
5644         to code or the idata sections,
5645         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5646         also accept the 'udata' pragma,
5647         * src/pic16/main.h: new structure types sectName and sectSym
5648         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5649         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5650         * (pic16_findPrevInstruction): fixed, it returned nothing,
5651         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5652         instruction combinations,
5653         * (pic16_FixRegisterBanking): heavily reorganised,
5654         * (pic16_AnalyzeBanking): if generating banksel directives is
5655         disabled, then don't call FixRegisterBanking at all,
5656         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5657         completely removed,
5658         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5659
5660 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5661
5662         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5663         Phuah Yee Keat <yk.phuah AT nestac.com>
5664
5665 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5666
5667         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5668         correctly the IVT even if it is relocated to some other location
5669
5670 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5671
5672         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5673         * device/include/pic16/pic18f2220.h: NEW,
5674         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5675         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5676         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5677         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5678         nodefaultlibs, ivt_loc is the location of the interrupt vector
5679         table, and nodefaultlibs signs that default libraries should not be
5680         linked in link stage,
5681         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5682         according to --ivt-loc argument,
5683         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5684         when pragma stack is found,
5685
5686 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5687
5688         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5689         256 (range check), 257 (do while), 258.a-f (bit banging
5690         f.e. on 3-wire SPI bus)
5691
5692 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5693
5694         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5695         variables used exclusively within a loop
5696
5697 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5698
5699         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5700
5701 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * src/SDCClrange.c (computeClash): fixed bug #971834
5704
5705 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/mcs51/gen.c (genCmp): fixed bug #975903
5708         * src/hc08/gen.c (operandsEqu),
5709         * src/ds390/gen.c (operandsEqu),
5710         * src/z80/gen.c (operandsEqu),
5711         * src/pic/gen.c (operandsEqu),
5712         * src/pic16/gen.c (operandsEqu),
5713         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5714         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5715
5716 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5719
5720 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5721
5722         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5723         default case in switch statement,
5724         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5725         to eliminate problem with initialisation of pointers, but problem
5726         still exists,
5727         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5728         * (emitStaticSegment): removed various lines emitting debug info,
5729         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5730         added processor registers for utilizing EEPROM,
5731         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5732         configurable and set 8
5733
5734 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5735
5736         * .version: increased version number to 2.4.2,
5737
5738         Cumulative patch for pic16 port
5739         * src/pic16/device.c: changed scheme to dump initial values for
5740         variables in idata segment, all print_idata* functions were removed,
5741         now the pic16_printIval* will be called,
5742         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5743         * _pic16_printPointerType, pic16_printPointerType,
5744         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5745         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5746         NEW, similar to the respective functions in SDCCglue.c,
5747         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5748         way, emitting hex bytes,
5749         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5750
5751 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5752
5753         * src/avr/ralloc.c (serialRegAssign),
5754         * src/xa51/ralloc.c (serialRegAssign),
5755         * src/pic/ralloc.c (serialRegAssign),
5756         * src/pic16/ralloc.c (serialRegAssign),
5757         * src/hc08/ralloc.c (serialRegAssign),
5758         * src/z80/ralloc.c (serialRegAssign),
5759         * src/ds390/ralloc.c (serialRegAssign),
5760         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5761
5762 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5765         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5766
5767 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5768
5769         Cumulative patch for pic16 port:
5770         * src/pic16/device.h (typedef PIC16_device) modified fields for
5771         defining microcontrollers,
5772         * src/pic16/device.c: added new info for all devices in Pics16 array,
5773         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5774         to be optimised out by the pCode optimiser,
5775         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5776         specially, bug reported by G.M. Gallant,
5777         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5778         as force'd so that cannot be optimised out by pCode optimiser,
5779         * src/pic16/pcode.c,
5780         * src/pic16/pcodepeeph.c,
5781         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5782         they are disabled by default, but can be enabled explicit with
5783         command argument --denable-peeps, for testing,
5784         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5785         --pomit-ivt in COMPILE_FLAGS
5786
5787 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5788
5789         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5790           compilation on MSVC
5791
5792 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5793
5794         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5795
5796 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5797
5798         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5799         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5800
5801 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5802
5803         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5804         would only assign 0x300001 register.
5805
5806 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5807
5808         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5809         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5810
5811 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5812
5813         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5814         for ds80c400
5815         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5816         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5817         added peephole 254 (left shift), 255 (jump table)
5818
5819 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5820
5821         * device/lib/Makefile.in: removed comment line with model-pic16,
5822         * (target port-specific-objects-pic16): the libraries and objects
5823         are copied to the build directory form the device/lib/pic16/bin
5824         directory
5825
5826         Cumulative patch concerning pic16 port:
5827         * library directory has been re-organized,
5828         * added support for PIC18F1220,
5829         * added headers and library sources for chips 18f1220,18f6520,
5830         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5831
5832         * configuration registers setting has changed, now each supported
5833         device has a complete description of the registers it uses,
5834         * all initialisations are moved to idata sections, these section
5835         can be absolute or relocatable,
5836         * fixed initialisation of codespace variables,
5837         * fixed warning about PCLATU and gpsim,
5838         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5839         * (genAssign): use table reads when assigning from variables in codespace,
5840         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5841         char/int variables placed in codespace,
5842         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5843         registers set in .asm file, no need for --pomit-config-words anymore,
5844         * (pic16glue): some 8051 legacy segments are commented out
5845         (to be removed completely),
5846         * added support for alternative assembler and linker with --asm=
5847         and --link= command line arguments,
5848         * peepholes are disabled automatically in the port, no need to
5849         specify on command line,
5850         * port supports natively char/int/long multiplication, but converts
5851         all divisions to support functions,
5852         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5853         to the file set in variable $2,
5854         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5855         strings in ASCII format and not in hex,
5856         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5857         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5858         allocate proper register if iCodes aren't temporary,
5859
5860 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5861
5862         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5863
5864 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5865
5866         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5867         is commented out
5868
5869 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5870
5871         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5872         computed address is reused
5873         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5874         multi-byte bitfields
5875
5876 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5877
5878         * src/z80/gen.c: (genArrayInit): must check for pointers too
5879
5880 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5881
5882         * support/regression/tests/zeropad.c: never meant to commit the
5883           nestedstruct test: removed, added check for GCC version
5884
5885 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5886
5887         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5888         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5889         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5890           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5891           bugs 928906 and 954082 half-empty initializers
5892         * src/SDCCsymt.h,
5893         * src/SDCCsymt.c (getAllocSize): added for above fix
5894         * src/z80/gen.c (genArrayInit): fixed bug 741044
5895         * support/regression/tests/zeropad.c: added tests
5896
5897 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5898
5899         * src/pic16/device.c (pic16_dump_section): corrected bug which
5900         caused some symbols of the libraries to be misplaced
5901
5902 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5903
5904         * src/pic16/glue.c,
5905         * src/pic16/ralloc.h,
5906         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5907         to fix conflict with pic port
5908
5909 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5910
5911         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5912         externs configuration variables,
5913         * src/pic16/ralloc.h,
5914         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5915         prototype in header, commented out some debug messages
5916
5917 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5918
5919         * src/pic16/glue.c,
5920         * src/pic16/main.c,
5921         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5922         for gpasm COFF object generation. Thanks to D. Hawkins for
5923         his patch info
5924
5925 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * src/ds390/main.c,
5928         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5929         Brock for spotting this)
5930         * src/ds390/gen.c (genEndFunction),
5931         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5932         interrupt handler and critical. Disable push/pop optimizations when
5933         peephole optimizations disabled.
5934
5935 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5936
5937         Updated pic16 library sources and headers.
5938         * device/lib/pic16/pic18f*/ ,
5939         * device/include/pic16/*.h: modified to handle structured SFR
5940         definitions
5941
5942 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5943
5944         * src/port.h (PORT structure): added hook initPaths, now each
5945         port can declare its own default search paths,
5946         which can been seen with the --print-search-dirs option,
5947         see pic16 port for example,
5948         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5949         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5950         * (doPrintSearchDirs): NEW, replaces in a central manner the
5951         printing of search dirs which was split in set*Paths functions,
5952         * (main): added call to port->initPaths and doPrintSearchDirs,
5953         * src/avr/main.c,
5954         * src/ds390/main.c,
5955         * src/hc08/main.c,
5956         * src/izt/i186.c,
5957         * src/izt/tlcs900h.c,
5958         * src/mcs51/main.c,
5959         * src/pic/main.c,
5960         * src/pic16/main.c: modified port structures to reflect addition of
5961         initPaths hook,
5962
5963         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5964         * (pic16_dump_section): for registers in same address reserve memory once,
5965         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5966         to no_banksel,
5967         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5968         result is greater in size than right or left,
5969         * (pic16_genUMult8X8_8): there are some cases where the result can
5970         be 16 bits size, so handle these,
5971         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5972         * (pic16_outBitC): modified to emit pcodes,
5973         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5974         or not,
5975         * (genDivOneByte): implemented algorithm to divide 8-bits,
5976         * (genCmp): uncommented goto, but issues still exist,
5977         * (genAnd): fixed a bug with variables >8bits,
5978         * (genPackBits): optimization added that uses BCF/BSF to change a
5979         single bit,
5980         * (genAssign): fixed bug when assigning floating point literals,
5981         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5982         __sdcc_gsinit_startup label,
5983         * src/pic16/main.c (_pic16_init): removed search directory
5984         initialisations,
5985         * (_pic16_initPaths): NEW, used to initialise search directories,
5986         * (_hasNativeMulFor): support functions for all except char/int
5987         multiplication, and char division,
5988         * (PIC16_port struct): modified entry for native mul support,
5989         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5990         no_banksel option,
5991         * (buildCallTree): call to register_usage is ifdef'ed out,
5992
5993 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5994
5995         * device/include/string.h: applied Stas Sergeev's patch to make this
5996         header file compatible with the preprocessor -Wundef option
5997         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5998         failure (fixes bug #941458)
5999
6000 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6001
6002         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6003         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6004         that the variable, not the function, should be static
6005         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6006         to be consistent with non-literal case
6007
6008 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6009
6010         * src/SDCCast.c (isConformingBody): fixed bug #949967
6011         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6012         convilong): fixed bug #952086
6013
6014 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6015
6016         * src/SDCCmem.c (allocVariables): fixed bug #955321
6017
6018 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6019
6020         * src/hc08/main.c (_hc08_genAssemblerEnd),
6021         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6022         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6023         completely eliminated the use of a temporary file
6024         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6025         when more than one file linked
6026         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6027
6028 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6029
6030         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6031         which fixes bug #543481
6032         * support/regression/tests/bug-751703.c: fixed comments left from a
6033         cut and paste error
6034         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6035         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6036         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6037         scopes
6038         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6039         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6040         are now changed to underscores in moduleName
6041
6042 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6043
6044         * as/mcs51/lkmem.c: better fix for bug #954173
6045
6046 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6047         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6048
6049         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6050         * device/include/c8051f000.h,
6051         * device/include/c8051f120.h,
6052         * device/include/c8051f300.h,
6053         * device/include/c8051f310.h,
6054         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6055         PWM16) and detab'ed
6056
6057 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6058
6059         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6060         and mailing lists, doc'ed --no-peep-comments, removed reference
6061         to knoppix (newest version has no LyX/LaTeX), other minor changes
6062         * src/SDCCglue.c (glue): save 2 bytes stack space with
6063         option --main-return. The ljmp could probably be avoided too
6064
6065 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6066
6067         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6068
6069 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6070
6071         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6072         * src/SDCCopt.c (isLocalWithoutDef),
6073         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6074         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6075         (credit to Maarten Brock for patch #949363, on which this is based)
6076         * support/regression/tests/bug-751703.c: some test cases of extern used
6077         within inner scopes.
6078
6079 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6080
6081         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6082         SPEC_STRUCT
6083         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6084         struct definitions
6085         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6086         dwWriteLabel): fix to create valid debugger symbols even when
6087         the module name has non-alphanumeric symbols in it
6088         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6089         when a variable's allocation has been optimized away
6090
6091
6092 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6093
6094         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6095         * src/hc08/main.c,
6096         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6097         * src/mcs51/main.c,
6098         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6099         * src/ds390/main.c,
6100         * src/z80/gen.c (z80_emitDebuggerSymbol),
6101         * src/z80/main.c,
6102         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6103         * src/pic/main.c,
6104         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6105         * src/pic16/main.c,
6106         * src/avr/gen.c (avr_emitDebuggerSymbol),
6107         * src/avr/main.c,
6108         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6109         * src/xa51/main.c,
6110         * src/SDCCdebug.c (emitDebuggerSymbol),
6111         * src/SDCCdebug.h,
6112         * src/port.h: added a debugger struct to the port struct. Added a
6113         callback for defining debugger symbols
6114
6115         * src/SDCCast.c (createLabel),
6116         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6117         with isitmp = 1
6118         * src/SDCCicode.h,
6119         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6120         iCode back to the ast for the function
6121
6122         * src/hc08/ralloc.c (hc08_assignRegisters),
6123         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6124         unneeded fields from the regs struct.
6125         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6126         pushReg() & pullReg() functions instead of emitcode()
6127
6128         * src/hc08/gen.c (genLabel, genhc08Code),
6129         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6130
6131         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6132         debugger hooks
6133
6134         * src/hc08/gen.c (genEndFunction, genhc08Code),
6135         * src/hc08/gen.h,
6136         * src/mcs51/gen.c (genEndFunction, gen51Code),
6137         * src/mcs51/gen.h,
6138         * src/ds390/gen.c (genEndFunction, gen390Code),
6139         * src/ds390/gen.h,
6140         * src/z80/gen.c (genEndFunction, genZ80Code),
6141         * src/z80/gen.h,
6142         * src/z80/z80.h,
6143         * src/pic/gen.c (genEndFunction, genpic14Code),
6144         * src/pic/gen.h,
6145         * src/pic16/gen.c (genEndFunction, genpic16Code),
6146         * src/pic16/gen.h,
6147         * src/avr/gen.c (genEndFunction, genAVRCode),
6148         * src/avr/gen.h,
6149         * src/xa51/gen.c (genEndFunction, genXA51Code),
6150         * src/xa51/gen.h,
6151         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6152         specific code to cdbFile.c and out of the backend code generators
6153
6154         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6155         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6156         starting address is now 0
6157
6158         * as/hc08/asm.h,
6159         * as/hc08/m08pst.c,
6160         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6161         assembler directive for DWARF support
6162         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6163
6164         * src/src.dsp,
6165         * src/Makefile.in,
6166         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6167
6168 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6171         and inappropriate peephole optimization in jump tables
6172
6173 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6174
6175         * as/hc08/m08pst.c,
6176         * src/SDCCglue.c: sdccopt works for the hc08 port now
6177
6178 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6179
6180         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6181
6182 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6183
6184         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6185
6186 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6187
6188         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6189         rules
6190         * src/SDCCmain.c,
6191         * src/SDCCglobl.h,
6192         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6193         comments from the peephole optimizer replacement rules
6194         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6195         symbols
6196         * src/SDCCcse.c (updateSpillLocation),
6197         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6198         equivalents
6199         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6200         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6201         objects far pointers
6202
6203 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6204
6205         * src/SDCCsymt.h: a missing part of my last change
6206         * src/pic/ralloc.c (regTypeNum),
6207         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6208
6209 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6210
6211         * src/SDCCicode.h,
6212         * src/SDCCicode.c (aggrToPtrDclType),
6213         * src/SDCCptropt.h,
6214         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6215         ptrPseudoSymConvert),
6216         * src/pic/ralloc.c (regTypeNum),
6217         * src/pic16/ralloc.c (regTypeNum),
6218         * src/hc08/ralloc.c (regTypeNum),
6219         * src/ds390/ralloc.c (regTypeNum),
6220         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6221         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6222
6223 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * link/z80/lkmain.c (afile),
6226         * as/hc08/lkmain.c (afile),
6227         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6228         prevent a pointer problem when a filename has no directory and
6229         no extension specified.
6230
6231 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * link/z80/lkmain.c (afile): allow periods in directory names
6234         * link/z80/lkmain.c (afile),
6235         * as/mcs51/lkmain.c (afile),
6236         * as/hc08/lkmain.c (afile): allow linker script file to have an
6237         extension other than ".lnk"
6238         * link/z80/lklex.c (getfid),
6239         * link/z80/lkmain.c (parse),
6240         * as/mcs51/lklex.c (getfid),
6241         * as/mcs51/lkmain.c (parse),
6242         * as/hc08/lklex.c (getfid),
6243         * as/hc08/lkmain.c (parse): Support comments in the linker script
6244         file on lines by themselves and after filenames
6245
6246 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6247
6248         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6249
6250 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/z80/peeph-z80.def: removed some peephole rules that don't
6253         work with multibyte arithmetic (fixed bug #937126)
6254         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6255         to registers and not global variables
6256         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6257         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6258         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6259         checking for assignments not internally generated (fixed bug #931895)
6260         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6261         structure member (fixed bug #930072)
6262
6263 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6264
6265         * src/SDCCmain.c (linkEdit),
6266         * src/hc08/main.c (_hc08_parseOptions),
6267         * as/hc08/Makefile.in,
6268         * as/hc08/aslink.h,
6269         * as/hc08/asm.h,
6270         * as/hc08/m08pst.c,
6271         * as/hc08/lkrloc.c (relr, rele),
6272         * as/hc08/lkarea.c (lnkarea)
6273         * as/hc08/lkmain.c (afile, parse),
6274         * as/hc08/lkelf.c: support for ELF output
6275         * as/hc08/lks19.c (s19),
6276         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6277
6278 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6279
6280         * as/mcs51/lkihx.c: Fixed bug #899105.
6281
6282 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6283
6284         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6285         .dsp files from Unix to DOS.
6286
6287 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6290         function pointers; we have been compliant for several months now.
6291         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6292         change that was accidently commented out
6293         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6294         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6295         bug #922319
6296
6297 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6298
6299         * src/hc08/gen.c: output of all of the internal debugging information
6300         is now controlled by the D() macro; it is disabled by default
6301
6302 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6303
6304         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6305         harder to keep the same registers during a CAST iCode
6306         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6307         long via int can be done in a single cast, if the signedness is
6308         correct.
6309         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6310         putchar() in tinibios.c in ds390's library
6311
6312 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * src/SDCCast.c (decorateType): fixed bug #898889,
6315         cast result of a literal complement too
6316         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6317         fixed check for bitfields
6318
6319 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6320
6321         * src/SDCCicode.c (geniCodeLogic): made it static,
6322         (geniCodeLogicAndOr): added in order to fix bug #905492,
6323         (ast2iCode): fixed bug #905492
6324         * support/regression/tests/bug-905492.c: added
6325         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6326         (processParms): fixed bug #927659: don't copy parms, this will clear
6327         decorated flag
6328         * support/regression/tests/bug-927659.c: added
6329
6330 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6331
6332         * src/SDCCast.c (addCast): don't cast float to char
6333         * device/lib/libsdcc.lib: added _memmove
6334
6335 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6336
6337         * device/lib/large/Makefile: fixed parallel execution by
6338         replacing `make` by `$(MAKE)`
6339
6340 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6343         offsets (fixes bug #923936)
6344
6345 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6346
6347         * device/lib/small/Makefile: fixed parallel execution by
6348         replacing `make` by `$(MAKE)`
6349
6350 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6351
6352         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6353
6354 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6355
6356         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6357         * src/regression/Makefile: Regression test was not running.
6358
6359 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6362         complement if possible
6363         * src/SDCCval.c (valComplement),
6364         * src/SDCCicode.c (operandOperation): fixed complement of literal
6365         * support/regression/tests/onebyte.c (testComplement): added
6366
6367 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6370         return an optimized tree; actually replace actParm with the new tree
6371         * src/SDCCast.h: added some parantheses to remove side effects
6372         * support/regression/tests/bug-920866.c
6373
6374 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6375         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6376         Bit operands were not being handled properly in the pic14 port.
6377         (now src/regression/add.c passes again).
6378
6379 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         * src/SDCC.y (labeled_statement): case and default no longer require
6382         a following statement (RFE #893037)
6383
6384 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6387         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6388         disabled (fixes bug #916294)
6389         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6390         "mov a,acc"; patch provided by Lenny Story
6391         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6392
6393 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6396         functions
6397         * src/ds390/gen.c (genFunction, genEndFunction),
6398         * src/ds390/ralloc.c (ds390_assignRegisters),
6399         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6400         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6401         pushed if there are parameters passed on the stack. Also, a cleaner
6402         way to decide if r0/r1 should be pushed/popped. (Together they fix
6403         bug #918693)
6404
6405 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         * doc/sdccman.lyx,
6408         * device/lib/mcs51/crtpagesfr.asm,
6409         * device/lib/mcs51/crtxinit.asm,
6410         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6411         to avoid confusion with Si Lab's SFRPAGE register.
6412
6413 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCCglue.c (emitMaps): allow public sfr variables
6416         * src/SDCCglue.c (initialComments): include compiler build date
6417         with compiler version and put the timestamp of the generated
6418         assembly file on a serperate line to be less confusing.
6419         * src/port.h: added genInitStartup hook
6420         * src/avr/main.c,
6421         * src/ds390/main.c,
6422         * src/hc08/main.c,
6423         * src/pic/main.c,
6424         * src/pic16/main.c,
6425         * src/xa51/main.c,
6426         * src/z80/main.c: genInitStartup initialize as NULL (default to
6427         historical behaviour)
6428         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6429         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6430         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6431         library instead of hard coding it into the compiler.
6432         * support/regression/ports/mcs51-stack-auto/spec.mk,
6433         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6434         * device/lib/mcs51/Makefile,
6435         * device/lib/small/Makefile,
6436         * device/lib/large/Makefile,
6437         * device/lib/mcs51/crtpagesfr.asm,
6438         * device/lib/mcs51/crtstart.asm,
6439         * device/lib/mcs51/crtxclear.asm,
6440         * device/lib/mcs51/crtxinit.asm,
6441         * device/lib/mcs51/crtclear.asm,
6442         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6443         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6444         and into user configurable files.
6445         * device/lib/clean.mk: clean mcs51 directory too
6446         * support/regression/tests/longlit.c: added static to T1 declaration
6447         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6448         accesses in the initialization code
6449
6450 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6451
6452         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6453         OSCTRIMVAL as noted in bug #916008
6454
6455 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6456
6457         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6458         in loops with multiple exits (reported as incorrect registers
6459         used by Martin Helmling in Sdcc-user list)
6460
6461 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6462
6463         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6464         made ds390 register extensions look less like error messages
6465
6466 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6469         reported by Adam Wozniak in Sdcc-user list
6470
6471 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6474         arithmetic optimizations, added debug output
6475
6476 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6477
6478         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6479         * sdcc.spec: updated and split sdcc into 3 rpms
6480         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6481         needed for literals of LEFT_OP and '+'
6482         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6483         introduced RESULT_TYPE_NOPROM
6484         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6485         left shift
6486         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6487         limited promotion to int only for '*'
6488         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6489
6490 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6491
6492         * src/pic16/gen.c (genSkip),
6493         (genc16bit2lit), (gencjneshort): commented out
6494         (is_LitOp): new helper function, checks operand type
6495         (genCmpEq): rewritten
6496
6497 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6498
6499         * support/regression/tests/bug-908454.c: added
6500
6501 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6502
6503         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6504         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6505         (geniCodeCast): cosmetic, don't preserve bit storage class
6506         (geniCodeLeftShift): added promotion
6507         (geniCodeLogic): fixed regression
6508         * src/SDCCsymt.c (computeTypeOr): accept bits too
6509         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6510
6511 2004-03-07  Borut Razem <borut.razem AT siol.net>
6512
6513         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6514
6515 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6516
6517         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6518         version of pic16_genPackRegisters which does not check if ic is a
6519         CAST operator,
6520         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6521         function cause string1.c regression test fails
6522
6523 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6524
6525         * sim/ucsim/configure.in,
6526         * sim/ucsim/configure,
6527         * sim/ucsim/doc/Makefile.in: use docdir
6528         * src/SDCC.y: fixed sbit atrributes
6529         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6530         * src/SDCCast.c (decorateType): |^& need special promotion handling
6531         * src/SDCCast.h,
6532         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6533         * src/SDCCsymt.h (computeType),
6534         * src/SDCCicode.c: computeType() needs op
6535         * src/SDCCsymt.c (checkTypeSanity),
6536         * doc/sddman.lyx: "plain" bitfields are unsigned
6537         * src/SDCCsymt.c (computeTypeOr): added
6538         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6539         |^& ops
6540         * src/SDCCval.c (val*): computeType() needs op
6541         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6542         * support/regression/tests/onebyte.c: added tests for |^&
6543
6544 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6545
6546         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6547         for writing icode into asm output.
6548
6549 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6550
6551         * src/pic16/device.c: added some debug lines enabled
6552         with macro DEBUG_CHECK,
6553         * src/pic16/genarith.c: more debug in genPlus,
6554         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6555         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6556         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6557         * (aopForSym): onStack symbols are re-placed in data memspace,
6558         and onStack flag is cleared,
6559         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6560         copy temporary pcodeop,
6561         * (genPcall): added warning for not updating PCLATU,
6562         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6563         always true for pic16 port,
6564         * (genMultOneWord): NEW, supports integer multiplication,
6565         * (genMult): modified to call genMultOneWord,
6566         * (ifxForOp): added warning when return NULL,
6567         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6568         flag is set before call to operandFromSymbol for implicit
6569         added structures,
6570         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6571         options.intlong_rent are set by default,
6572         * (_hasNativeMulFor): modified to allow port generation of integer
6573         multiplication,
6574         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6575         set regtype to REG_SFR for all registers, restricting seting the
6576         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6577
6578 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6579
6580         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6581         more than 500 times in the regression tests
6582
6583 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * support/Util/SDCCerr.h,
6586         * support/Util/SDCCerr.c,
6587         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6588         enumerator_list),
6589         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6590         for symbol conflicts.
6591         * support/valdiags/tests/enum.c,
6592         * support/valdiags/tests/tentdecl.c,
6593         * support/valdiags/tests/struct.c: expect possible error messages
6594         referring to original symbol definitions.
6595         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6596         * src/SDCCsymt.h,
6597         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6598
6599 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6600
6601         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6602
6603 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6604
6605         * src/pic16/ralloc.c (newReg): fixed bug #908929
6606
6607 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         * src/ds390/gen.c: added missing #include "main.h"
6610
6611 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6612
6613         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6614         checking if symbol is already in set,
6615         * src/pic16/device.h: prototype for checkAddSym,
6616         * src/pic16/gen.c: (_G): added entry interruptvector,
6617         * (assignResultValue): removed some commented out lines,
6618         * (genFunction): check for ISR via sym->type, absolute section for
6619         interrupt code is created via a new pBlock, the goto instruction is
6620         placed now correctly at the interrupt vector position, changed all
6621         references from ivec to _G.interruptvector,
6622         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6623         is the interrupt is a high priority one, same for return from ISR,
6624         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6625         externs to calls of checkAddSym,
6626         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6627         pic16_pcode_verbose flag is set,
6628         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6629         * src/pic16/pcoderegs.c: message about how many registers are saved
6630         will only be emitted if pic16_pcode_verbose flag is set,
6631
6632 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6633
6634         * src/ds390/ralloc.h,
6635         * src/ds390/ralloc.c (ds390_regWithIdx),
6636         * src/ds390/gen.c (emitcode),
6637         * src/ds390/main.h,
6638         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6639         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6640         ds390operandCompare, getRegsRead, getRegsWritten,
6641         initializeAsmLineNode): customized instruction size calculation for
6642         ds390, started basis for some register optimizations
6643         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6644         corresponding assembly output
6645         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6646         missing push/pop of r0/r1. Optimized push/pops
6647
6648 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * src/mcs51/main.c (instructionSize): fixed ACALL size
6651         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6652
6653 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6654
6655         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6656         the sorting of rlist with NULL elements
6657         * (print_idataType, print_idata): NEW to create idata sections
6658         * src/pic16/device.h: idataSymSet new variable
6659         * src/pic16/gen.c (genFunction): fixed some bugs in string
6660         comparing, improved the absolute section creation for ISRs,
6661         added FSR0L/FSR0H in registers that are saved in an ISR,
6662         * (genInline): fixed the processing of inline snippets,
6663         now they undergo no process by the peephole optimizer
6664         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6665         are placed in idataSymSet,
6666         * (pic16emitStaticSeg): extern symbols are added in externs,
6667         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6668         switching when aboslute variables are placed in access bank memory
6669         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6670         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6671         commented out with #if,
6672         * (pic16_packRegisters): reintroduce the check for CAST because some
6673         symbols are not correctly handled,
6674         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6675         pCodeInstruction instead of pCode,
6676         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6677         pCodeAsmDir definition,
6678         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6679         directive, then the argument directive is emitted without the leading
6680         tab, hack for inline labels which must be in the first column,
6681         * (compareLabel,pic16_findNextInstruction),
6682         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6683         * (insertBankSwitch): modified for the new pCodeAsmDir,
6684
6685 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6686         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6687
6688         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6689         instance,
6690         * (pushSide): commented out with #if,
6691         * (assignResultValue): fixed some typos in saving
6692         registers,
6693         * (genPcall): FIXED and sync'ed with genCall,
6694         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6695         * (genNearPointerGet): fixed to handle some more cases,
6696         implementation scheme via table reads,
6697         * (genConstPointerGet): modified to access code memory correct,
6698         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6699         and improved to handle some cases
6700         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6701         instead of "RETLW" for init data
6702         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6703         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6704         variables are placed in access bank memory (<0x80 and >=0xf80),
6705         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6706         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6707         TBLWT_POSTDEC,TBLWT_PREINC
6708         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6709         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6710         directives
6711         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6712         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6713         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6714         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6715
6716 2004-02-29  Borut Razem <borut.razem AT siol.net>
6717
6718         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6719         support/Util/findme.h, support/Util/system.h: enhance binary relative
6720         search for lib and include by using findProgramPath()
6721
6722 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * src/SDCCpeeph.h,
6725         * src/SDCCpeeph.c (pcDistance),
6726         * src/port.h,
6727         * src/mcs51/ralloc.h,
6728         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6729         * src/mcs51/main.h,
6730         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6731         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6732         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6733         size calculation port specific, started basis for some register
6734         optimizations
6735         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6736         missing push/pop of r0/r1. Optimized push/pops
6737         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6738         * device/lib/_modsint.c (_modsint),
6739         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6740         and stack version so regression tests pass
6741
6742 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6743
6744         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6745         * src/SDCCast.c (decorateType): catch another small optimization
6746         with '?' operator
6747         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6748         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6749         modified to finally use computeType() all over SDCC,
6750         see Feature Request #877103
6751         * src/SDCCval.h: cosmetic
6752         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6753         valCompare(); regression tested in muldiv.c
6754         * support/regression/tests/muldiv.c (testMod): mod sign follows
6755         dividend only
6756
6757 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6758
6759         * src/SDCCast.c (decorateType): fixed bug #902362
6760         * doc/INSTALL.txt: fixed install instructions for win32
6761
6762 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6763
6764         * device/include/Makefile.in (install): fixed by replacing spaces
6765         by tabs
6766         * doc/README.txt,
6767         * doc/INSTALL.txt: updated for release
6768         * doc/sdccman.lyx: added warning for --xstack being buggy
6769
6770 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6771
6772         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6773         to eliminate build warnings.
6774         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6775
6776 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6777            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6778
6779         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6780         removed -penable-stack, added comment for stack pragma, added
6781         warning for not initializing the stack/frame registers, removed
6782         comment at interrupts section
6783
6784         Stack is made permanent, there is no ability to disable stack usage.
6785         * src/pic16/device.h,
6786         * src/pic16/device.c: removed all references to USE_STACK macro,
6787         * src/pic16/device.c (pic16_dump_section): when no elements in
6788         rlist, free rlist before return,
6789         * (pic16_dump_int_registers): NEW, internal registers are a new set
6790         of general purpose registers reused by each function,
6791         * (checkAddReg): returns 1 if registers is added to set,
6792         * (pic16_groupRegistersInSection): when a registers is of type
6793         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6794         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6795         SRCASECMP macro is moved here from device.c
6796         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6797         PO_PCLATU, PO_PRODL, PO_PRODH,
6798         * (pic16_pCodeOpType, genMinus,
6799         changed compares to "a" register, with AOP_ACC,
6800         * (pic16_genPlus): fixed some bugs and indented properly,
6801         * (pic16_addSign): changed size to size+offset in the MOVWF
6802         instruction,
6803         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6804         multiply 8-bit operand by literal, result is 8-bit,
6805         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6806         multiply 2 8-bit operand, result is 8-bit,
6807         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6808         genUMult8X*_16,
6809         * src/pic16/gen.c: changed accUse to contain WREG only,
6810         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6811         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6812         true, do not use immediate addressing any more unless sym is a
6813         pointer in codespace,
6814         * (aopForRemat): do not use immediate addressing when symbol not in
6815         codespace and when symbol's address is requested,
6816         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6817         accUse size (= 1),
6818         * (aopGet): added case for AOP_ACC and don't return "accumulator
6819         bug" but WREG instead,
6820         * (popGetTempReg): pushes contents of temporary register in stack,
6821         * (popReleaseTempReg): pops contents of temporary register from
6822         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6823         * (pic16_popGet): separated case AOP_ACC to return register WREG
6824         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6825         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6826         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6827         the use of immediate pointers to certain cases only.
6828
6829         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6830         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6831         * (assignResultValue, genCall, genRet): modified to use the new
6832         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6833         genPcall is still broken,
6834         * (genFunction): added code to create 'A' type pBlocks when
6835         interrupt functions are generated, code not extensively tested yet,
6836         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6837         * (genEndFunction): modified so ISRs pop stored registers from stack,
6838         * (genMultOneByte): cleanup,
6839         * (AccRsh): added flag andmask, to and result with appropriate mask,
6840         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6841         * (genDataPointerGet): fixed and reenabled its use,
6842         * (genNearDataPointerGet): bugs fixed,
6843         * (genDataPointerSet): bugs fixed,
6844         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6845         pic16_DumpSymbol, pic16_DumpOp,
6846         * src/pic16/genutils.h: function prototypes for the above functions,
6847         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6848         pointers,
6849         * (pic16emitRegularMap): many many many improvements, but needs a
6850         major cleanup,
6851         * src/pic16/main.c: enable_stack in pic16_options is removed,
6852         * (_pic16_parseOptions): removed command line options -penable-stack,
6853         * (_process_pragma): emit stack symbol only when stack pragma is
6854         processed,
6855         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6856         redirected to FSR0L/FSR0H pair,
6857         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6858         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6859         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6860         for immediates,
6861         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6862         * (dumpPicOptype): NEW,
6863         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6864         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6865         with movff instruction,
6866         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6867         added pic16_int_regs, some packRegsFor* functions are commented out,
6868         because produce errors,
6869         * src/pic16/NOTES: minor modifications
6870
6871 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6872
6873         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6874         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6875         --pack-iram.
6876         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6877         * as/mcs51/lkaomf51.c: fixed bug #895763
6878
6879 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6880
6881         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6882
6883 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * doc/sdccman.lyx: added details about the HC08 storage classes and
6886         interrupts, fixed the register usage info for z80 & gbz80
6887
6888 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6889
6890         * doc/sdccman.lyx: added more pic16 port documentation
6891         * device/include/pic16/: added header pic18fregs.h
6892
6893 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * doc/sdccman.lyx: added Vangelis' contribution
6896
6897 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6898
6899         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6900         extend to the next CALL or PCALL, not just to the next CALL.
6901
6902 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6903
6904         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6905
6906 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6907
6908         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6909         bug #895752 and a better fix for bug #716790
6910
6911 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6914
6915 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6916
6917         * doc/sdccman.lyx: minor changes, minor changed
6918
6919 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6920
6921         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6922         which can't handle SDCC_NEWONEBYTEOPS,
6923         (geniCodeMultiply): removed conversion from mult to shift for pic14
6924         and pic16
6925
6926 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/hc08/gen.h,
6929         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6930         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6931         thus fixing bug #895406
6932
6933 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6934
6935         * device/lib/_modsint.c,
6936         * device/lib/_modslong.c: sign follows divisor only
6937         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6938         signs or signedness can be ignored
6939         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6940         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6941         added optimization for IFX,
6942         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6943         arguments;
6944         reenabled optimization for IFX, which was removed on 2004-01-11
6945         * src/SDCCast.h: added return type IFX
6946         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6947         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6948         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6949         SDCC_OLDONEBYTEOPS selects the old behaviour
6950         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6951         changed again and commented promotion rule
6952         * src/SDCCval.c (valDiv): promotion no longer necessary
6953         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6954         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6955         rewritten
6956         * support/regression/tests/onebyte.c: added
6957
6958 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6959
6960         * gen.c (genInline): reverted to old code for assemnling inline
6961         code because of bug reported James Chadd
6962
6963 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6964
6965         * ralloc.h: missing declarations from previous patch,
6966         seems that patch for ralloc.h was never applied, fixed
6967
6968 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6969            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6970
6971         * pcode.c,
6972         * pcode.h,
6973         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6974         indirect addressing. Marked FSR0 as deprecated
6975         * gen.c (pointerCode): commented out, not needed now
6976         (pic16_popGet2p): new MOVFF helper function
6977         (genGenPointerGet),
6978         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6979         (shiftRLong): removed duplicate debugging info
6980
6981 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6982
6983         * src/ds390/gen.c (genNearPointerGet),
6984         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6985         optimization with bits, but not bitfields.
6986         * src/ds390/ralloc.c (packRegisters),
6987         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6988
6989 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6990
6991         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6992
6993 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6994
6995         * src/SDCCsymt.h,
6996         * src/SDCCicode.c (operandFromSymbol),
6997         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6998         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6999         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7000         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7001         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7002         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7003         bug #892038
7004         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7005         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7006         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7007         * src/SDCCsymt.c (newSymbol),
7008         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7009         enumerator_list),
7010         * src/SDCCval.h,
7011         * src/SDCCval.c (newiList): fixed bug #885705
7012
7013 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7014
7015         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7016         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7017
7018 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7019
7020         * device/include/c8051f120.h,
7021         * device/include/c8051f300.h,
7022         * device/include/c8051f310.h: added/updated header files for Silicon
7023         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7024         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7025         in new section Submitting patches
7026
7027 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7028
7029         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7030         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7031         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7032         genGenPointerSet),
7033         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7034         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7035         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7036         genGenPointerSet),
7037         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7038         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7039         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7040         genGenPointerSet),
7041         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7042         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7043         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7044         genGenPointerSet): fixed bug #892400
7045         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7046         to eliminate build warnings.
7047         * src/SDCCast.c (processParms),
7048         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7049         fixed bug 751859
7050         * support/valdiag/valdiag.py: added GCC to the list of defines active
7051         when compiling with gcc
7052
7053 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7054
7055         * support/Util/SDCCerr.h,
7056         * support/Util/SDCCerr.c,
7057         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7058         with an incomplete type (fixed bug #883734)
7059         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7060
7061 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7064
7065 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/SDCCast.c (decorateType),
7068         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7069         function pointer implementation
7070         * support/regression/tests/funptrs.c: added tests to verify both forms
7071         of function pointers work correctly. Added tests to verify parameters
7072         are passed in the correct order.
7073
7074 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7075
7076         * device.c (regCompare): registers are sorted by ascending
7077         address and increasing size,
7078         * main.c (_pic16_finaliseOptions): removed the declaration
7079         of compiler macro MCU. Now a macro of the format pic18fxxxx
7080         will be defined from the command line
7081
7082 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7083             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7084
7085         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7086         PCOP_RLCF was overwritten!
7087         * gen.c (genSkip): commented out calls to pic16_emitcode,
7088         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7089         * (genlshTwo),
7090         * (genRRC): added debugging info,
7091         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7092         overwritten while shifting,
7093         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7094         overwritten while shifting,
7095         * (AccLsh),
7096         * (AccRsh),
7097         * (shiftLLeftOrResult),
7098         * (shiftRLeftOrResult),
7099         * (shiftRLong),
7100         * (shiftLLong): Implemented with pic16_emitpcode
7101         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7102         * (genLeftShift): Fixed bug, operand for shift by variable always
7103         was "and"ed with 0x0f,
7104         * (genLeftShiftLiteral),
7105         * (genrshTwo),
7106         * (genRightShiftLiteral): added debugging info,
7107         * (genrshFour): added comment,
7108         * (genRightShift): determined signedness from operand "left"
7109         instead of "result"
7110
7111 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7112
7113         * src/SDCCicode.c (geniCodeParms),
7114         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7115         function pointers, fixed function pointer bugs #861242 and #861896
7116
7117 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7118
7119         * device/include/c8051f000.h,
7120         * device/include/c8051f120.h,
7121         * device/include/c8051f300.h: added header files for Silicon
7122         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7123
7124 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7125
7126         * src/SDCCast.c (processParams): added new type flow and restructured
7127         (gatherAutoInit): added new type flow
7128         (addCast): cosmetic changes
7129         (getLeftResultType): added new type flow for array indices, patch
7130         provided by Stas, see FR #877103
7131         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7132         array index patch by Stas
7133         * src/SDCCast.h: added prototype getResultTypeFromType()
7134         * src/SDCCval.h,
7135         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7136         * src/pic/glue.c (pic14emitStaticSeg),
7137         * src/pic16/glue.c (pic16emitStaticSeg),
7138         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7139         for initialization of symbols
7140         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7141         * support/Util/SDCCerr.h:
7142         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7143         * .version: bumped version number to 2.3.8
7144         * device/include/Makefile.in (install),
7145         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7146         avoid warnings
7147
7148 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7151         Slade Rich fixed an optimization bug
7152         * src/pic/pcodepeep.c,
7153         * src/pic/pcoderegs.c
7154         * doc/Makefile (install): added test for directory
7155
7156 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7159         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7160         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7161         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7162         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7163         * as/mcs51/asexpr.c (term),
7164         * as/hc08/asexpr.c (term): fixed bug #887146
7165
7166 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * src/z80/gen.c (genMult): handle single byte result product
7169         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7170         DUMMY_READ_VOLATILE (fixed bug #886367)
7171
7172 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7173
7174         * support/regression/tests/libmullong.c: fixed logic, on little endian
7175         hosts we ended without a mullong_wrapper()
7176
7177 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7180         virus/worm forged address usage.
7181
7182 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7183
7184         Fixed promotion, it should be done on AST level:
7185         * src/SDCCast.c (addCast): added promotion to int
7186         (decorateType): updated call to upCast()
7187         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7188         usualUnaryConversions()
7189
7190 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7191
7192         * support/regression/tests/literalop.c (mulWrapper): Added a
7193         wrapper to remove integer overflow warnings.
7194
7195         * support/regression/tests/float_trans.c: Made work on host.
7196
7197         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7198         location of sz80.
7199
7200         * support/regression/generate-cases.py (main): Changed from inline
7201         to a main method.
7202
7203         * doc/Makefile (install): Changed to depth first to get rid of
7204         missing directory install warning.
7205
7206         * as/Makefile (install-doc): Made work on Mac.
7207
7208 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7209
7210         * src/SDCCast.c: added an additional type flow in decorateType() of
7211         opposite direction, see feature request #860006; it's enabled at runtime
7212         by setting the environment variable SDCC_NEWTYPEFLOW
7213         * src/SDCCast.h: changed prototype of decorateType()
7214         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7215         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7216         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7217         see feature request #877103
7218         * src/SDCCval.c: updated call of decorateType()
7219         (valBitwise): fixed bug #882876
7220         (valMinus): added promotion
7221         (valLogicAndOr): result is unsigned
7222         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7223         * src/SDCCsymt.c (computeType),
7224         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7225         must not cause an unsigned operation
7226         * src/pic/glue (pic14emitRegularMap),
7227         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7228
7229 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7230
7231         * src/pic/pcode.c (PCodeID): commented out left over debug code
7232
7233 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * support/valdiag/tests/overflow.c: added shift tests
7236         * src/pic/device.c,
7237         * src/pic/gen.c,
7238         * src/pic/gen.h,
7239         * src/pic/glue.c,
7240         * src/pic/main.c,
7241         * src/pic/pcode.c,
7242         * src/pic/pcode.h,
7243         * src/pic/pcodepeep.c,
7244         * src/pic/pcoderegs.c,
7245         * src/pic/ralloc.c,
7246         * src/pic/ralloc.h: applied patch from Slade Rich;
7247         added support for multiple code pages and multiple RAM banks on the
7248         PIC 14 port. The ASM files now no longer simply assume all the
7249         code / RAM are in the same page / bank. This means the linker can
7250         safely allocate code/RAM of separate ASM files to different pages/banks.
7251         * doc/sdccman.lyx: added Slade's tips
7252         * src/mcs51/peeph.def: fixed bug #880768
7253
7254 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7255
7256         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7257         * src/SDCCast.c (decorateType): fixed bug #880197
7258
7259 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7260
7261         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7262         getopt.h.
7263
7264         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7265         strtof is not part of C89 and isn't included with Mac OS X.
7266
7267 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7268
7269         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7270         shiftL2Left2Result): fixed bug #879326
7271         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7272         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7273         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7274         address fetch for clr instruction
7275         * device/lib/hc08/_mulint.c: created optimized assembly version
7276         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7277
7278 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7279
7280         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7281         proposed in FR #877103
7282
7283 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7284
7285         * src/SDCCval.c (cheapestVal): added missing checks
7286         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7287         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7288
7289 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7290
7291         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7292         equal operands
7293
7294 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7295
7296         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7297         loaded with the linker search paths (-L arguments) and the libraries
7298         to be linked with the current source (-l arguments). Changes
7299         currently will affect only the pic16 port.
7300         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7301         include path the port specific paths and port specific libraries,
7302         * gplink command now contains the $3 argument,
7303         * src/pic16/device.h,
7304         * src/pic16/device.c,: structure PIC_device is made public and
7305         renamed to PIC16_device, the same for variable Pics which is renamed
7306         to Pics16. Updated all references to them.
7307         * src/pic16/glue.c (pic16glue): corrected bug with code
7308         initialization which bypassed the variable initializations block.
7309
7310         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7311         COMPILE_FLAGS and added the --nostdinc option
7312
7313 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * device/include/mc68hc908jb8.h: Register defs for another member
7316         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7317
7318 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7319
7320         Documenting changes from previous commits.
7321         * configure.in (version 1.56),
7322         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7323         when generating output files to configure the pic16 library,
7324         but now I've commented it out, since gputils aren't installed in the
7325         SF compile farm, so library won't compile
7326
7327         * device/lib/Makefile.in (version 1.56): initially I've added in
7328         target 'all' the prerequestive 'model-pic16' so it compiled the
7329         pic16 library, but now I've commented it out for the same reasons
7330         above,
7331         * added targets 'model-pic16' and 'objects-pic16' to compile the
7332         library
7333         * added target 'port-specific-objects-pic16' to handle the
7334         generated libraries and copy them into the build/ directory
7335         * added target 'clean-intermediate-pic16' to clean intermediate
7336         files into pic16 directory
7337         * in target 'installdirs' added line to create directory pic16 in
7338         the installation path
7339
7340         * device/include/Makefile.in (version 1.11): in target 'install'
7341         added lines to copy all header files to installation path,
7342         * in target 'installdirs' added line create directory for pic16
7343         headers in the installation path
7344
7345 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7346
7347         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7348          a function call
7349
7350 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7351
7352         * configure,
7353         * device/lib/configure.in,
7354         * device/lib/configure: fixed for autoconf 2.57
7355
7356 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7359         option so that it actually works. Made it specific to the z80, since
7360         the gbz80 doesn't have these kinds of I/O ports.
7361
7362 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * device/include/z180.h,
7365         * device/lib/_memcpy.c,
7366         * device/lib/_memmove.c,
7367         * device/lib/_mulint.c,
7368         * device/lib/ser_ir.c,
7369         * device/lib/ser_ir_cts_rts.c,
7370         * device/lib/_strcmp.c,
7371         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7372         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7373         portmode; added deprecation warning for bank= and protmode= forms.
7374         Also, guard against buffer overflow.
7375         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7376
7377 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7378
7379         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7380         changed interrupt vector table generation to only emit declared vectors.
7381         * device/include/Makefile.in: added missing backslash
7382         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7383
7384 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7385
7386         Mainly changes to support compilation of the device libraries
7387         * src/pic16/device.c: stack is allocated via symbol and not
7388         via literal number. The symbol is placed in the corresponding
7389         position of the data ram
7390         * (pic16_dump_section): relocatable and absolute uninitialized
7391         data are now emitted in sorted order to reduce section naming,
7392         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7393         weren't marked as being in the access bank,
7394
7395 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7396
7397         Added portion of GNU PIC Library under the directory
7398         device/include/pic16 and device/lib/pic16. These files
7399         contain the declarations of SFRs for the PIC18Fxx2 devices.
7400         The directory is initialized via configure from toplevel.
7401
7402 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7403
7404         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7405         the spilllocations to be compared correctly
7406
7407 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7408
7409         * src/SDCCast.c (decorateType): fixed bug introduced today
7410
7411 2004-01-12  Borut Razem <borut.razem AT siol.net>
7412
7413         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7414         doc/sdccman.lyx: upper case pragmas are deprecated
7415
7416 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7417
7418         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7419         in simpler and even better code
7420
7421 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7422
7423         * src/SDCCicode.c (operandOperation): fixed bug #874819
7424         * src/SDCCast.c (decorateType): fixed
7425         char foo (unsigned long ul) { return ul > 0; }
7426
7427 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7428
7429         * doc/sdccman.lyx: Moved and added some sections, small changes
7430         all over. Telling LaTeX to be less strict with word spacing
7431         to better keep the right margin. Changed some notes about
7432         maintainance of the ports in section 3.2.1 - is it OK like this?
7433
7434 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7435
7436         SDCC source changes:
7437         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7438         convilong): modified to inform the pic16 port that builtin functions
7439         are external
7440
7441         PIC16 PORT specific changes:
7442         * src/pic16/device.c pic16_dump_equates() added,
7443         processor registers declared internally by the port are emitted in
7444         the translation as equates,
7445         * src/pic16/gen.c: inline code is passed unprocessed to the
7446         translation,
7447         * (pic16_popGetLit2): fnuction modified to take second operand as
7448         pCodeOp pointer and not as literal,
7449         * (popRegFromIdx): prefixed with pic16_,
7450         * (pic16_popCombine2): modified to receive already allocated pCode
7451         operands,
7452         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7453         * (genFunction): initializes local stack frame and pushes on stack
7454         all the registers used by this function,
7455         * (genEndFunction): restores all registers from stack and restores
7456         stack frame,
7457         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7458         improvements,
7459         * (pic16glue): changed the program startup sequence,
7460         * added new dbName code 'A' for functions placed in absolute section
7461         * src/pic16/main.c: added function attribute _naked,
7462         * added pragma 'code' to place a fnuction at an absolute address,
7463         * added command line arguments --debug-ralloc and --pcode-verbose,
7464         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7465         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7466         * (pic16_newpCodeOpLit2): modified to take the second operand as
7467         pCodeOp pointer,
7468         * (pic16_printpBlock): modified to emit each function in a separate
7469         section,
7470         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7471         UPPER for immediate operands,
7472         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7473         instruction,
7474         * src/pic16/peeph.def: all peepholes with movff are commented out,
7475         because there is a problem in the pcode peep optimizer,
7476         * src/pic16/ralloc.c: the register allocator can now reuse local
7477         function symbols for another function. This saves register usage.
7478         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7479
7480         Added file src/pic16/NOTES with information about program writing on
7481         the current port version.
7482
7483 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7484
7485         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7486         and peephole 252 (array access)
7487
7488 2004-01-09  Borut Razem <borut.razem AT siol.net>
7489
7490         * src/SDCCmain.c : fixed #872250: -l command line defined library
7491           files are scanned before standard library files
7492
7493 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * src/SDCCast.c (decorateType): fixed bug #874046
7496
7497 2004-01-09  Borut Razem <borut.razem AT siol.net>
7498
7499         * support/scripts/sdcc.nsi: remove previous installation
7500
7501 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7502
7503         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7504         bytes for last interrupt vector (mcs51)
7505         * sdcc.spec: fixed typo
7506
7507 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7508
7509         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7510         gen51Code): more efficient parameter receive for --model-large
7511         ("bug" #845294)
7512
7513 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * src/ds390/main.c,
7516         * src/z80/main.c: added missed needLinkerScript flags (more than
7517         one port structure defined in these file)
7518         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7519         bug #795325
7520
7521 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7522
7523         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7524         * src/port.h: added flag needLinkerScript in port->linker
7525         structure to inform whether to create a .lnk file or not,
7526         * src/avr/main.c,
7527         * src/ds390/main.c,
7528         * src/hc08/main.c,
7529         * src/mcs51/main.c,
7530         * src/pic/main.c,
7531         * src/pic16/main.c,
7532         * src/xa51/main.c,
7533         * src/z80/main.c: changed appropriately to configure
7534         needLinkerScript flag
7535         * src/pic/gen.c,
7536         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7537         * src/pic/glue.c: added variable udata_section_name to
7538         override default uninitialized data segment definition for
7539         devices only with SHAREBANK memory (reported from Erik Epetrich)
7540         * (pic14emitOverlay): modified to emit a commented overlay segment
7541         directive when no overlay data exist
7542         * (picglue): modified to emit uninitialized data segment
7543         according to udata_section_name
7544         * src/pic/main.c (_pic14_parseOptions): added command line
7545         options --udata-section-name=[name] to override default
7546         udata definition name
7547         * modified _linkCmd and _asmCmd to include compiler passed
7548         arguments via -W option
7549         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7550         object file from '.rel' to '.o' in port->linker structure,
7551         changed size of fptr from 2 to 3 in port structure
7552
7553 2004-01-07  Borut Razem <borut.razem AT siol.net>
7554
7555         * support/scripts/sdcc.nsi: update PATH
7556         * support/scripts/sdcc.ico: craeted
7557
7558 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         * device/include/Makefile.in: fix install
7561         * doc/Makefile: fix install
7562
7563 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7564
7565         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7566         in bug #860505
7567         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7568         how the function variable allocation summary is displayed; also
7569         include information about variables allocated to the overlay
7570         segment
7571
7572 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7573
7574         * as/mcs51/lkmain.c: Help about -Y option
7575         * as/mcs51/lkarea.c: Fixed gcc warnings
7576
7577 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7580         fixed warning
7581         * support/valdiag/tests/overflow.c: added
7582         * src/SDCCast.c (decorateType),
7583         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7584         LEFT_OP (left shift)
7585
7586 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7587
7588         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7589         (default behaviour).
7590
7591 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7592
7593         A python script to validate compiler diagnostic messages. It can be
7594         used to verify that sdcc complains about bad c source code and
7595         gives a good location of the error.
7596         * support/valdiag/Makefile,
7597         * support/valdiag/valdiag.py,
7598         * support/valdiag/tests/*
7599
7600 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7601
7602         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7603         * src/SDCCsymt.c (newEnumType),
7604         * src/SDCCsymt.h
7605         * support/Util/SDCCerr.c,
7606         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7607         enum related bugs.
7608         * support/regression/tests/enum.c: added test for enum values that
7609         require at least 2 bytes of storage.
7610
7611 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7612
7613         * src/common.h: added ifndef/define/endif macros
7614         around the header file.
7615         Bug reported from Jesus Calvino-Fraga
7616
7617 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7618
7619         * sdcc.spec: updated
7620         * device/include/Makefile.in: don't install CVS directories
7621         * device/lib/Makefile.in: added removal of CVS directories after install
7622         * doc/Makefile: fixed install, added local_icons
7623         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7624         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7625         * src/ds390/gen.c (genRightShift): fixed bug #870788
7626         * src/SDCCast.c (decorateType): fixed bug #870781
7627
7628 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7629
7630         PIC16 port related changes:
7631         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7632         added variable stackPos,
7633
7634         * gen.c: genCall, assignResultValue: added support for
7635         pushing/retrieving function parameters to/from stack,
7636         genFunction,genEndFunction: setup stack frame for the
7637         generated function,
7638         genAddrOf: will be changed according to bug 863624
7639
7640         * added files genutils.c and genutils.h which contain gen*
7641         debugged and optimised functions extracted from gen.c
7642
7643         * glue.c: added variable 'externs' which holds extern symbols,
7644         pic16emitRegularMap: is modified to properly handle relocatable
7645          symbols under the new scheme,
7646         pic16createInterruptVect: is modified
7647         pic16printPublics: is modified to emit 'global' assembler directives,
7648         added pic16_printExterns to print extern symbols,
7649         pic16glue: initializes stack/frame pointer in the beginning of
7650         the assembly output. Temporary hack, will be corrected later,
7651         because gplink yet does not support stack and SDCC does not
7652         yet support a type of crt0.o object to create the final binary.
7653
7654         * Removed many lines that contain 8051 legacy code.
7655         * The code is finally placed under a 'code' directive.
7656         * Added port specific options.
7657
7658         * _process_pragma: simplified since now we do not need *special*
7659         include file to define SFR registers. But a separate header
7660         will be needed. This will be developed later.
7661         * _pic16_parseOptions: added, parses port specific options:
7662         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7663         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7664         --preplace-udata-with=
7665
7666         * _pic16_setDefaultOptions: modified to initialize section names,
7667         but hack is temporarly out of order since it needs improvement.
7668         * _pic16_genAssemblerPreamble: configuration words are emitted by
7669         their address instead of their name. This part is incomplete and
7670         supports only the 18Fxx2 devices. Other devices will emit an error
7671         during assembly since they do not contain the same set of config
7672         registers
7673         * _pic16_genIVT: is modified,
7674
7675         * pcode.c: added definitions for some hardware registers that are needed
7676         for stack support
7677         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7678         All PCI entries are updated. Now LFSR is supported.
7679         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7680         * added pic16_newpCodeOpLit2 to support instructions with
7681         two literal arguments
7682         * pic16_pCode2str: corrected code that emits assembler instructions
7683         with two literal operands and those that have an access bit modifier
7684         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7685         this fixes a bug which caused some labels to be lost, when an
7686         assembler directive was added, i.e. banksel,
7687         * pic16_FixRegisterBanking: improved logic that causes the insertion
7688         of bank switching,
7689         * InlineFunction: functions that are called once, are not any more
7690         inlined. This can be a port option in the future,
7691
7692         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7693
7694         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7695         hold the corresponding uninitialized symbols,
7696         * pic16_allocProcessorRegister: registers have explicit marked the
7697         accessBank field,
7698         * pic16_allocInternalRegister: registers are explicit marked as
7699         not used,
7700         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7701         processing list, so bit registers were lost,
7702         *
7703
7704         * ralloc.h: added field 'accessBank' and original symbol operand
7705         in register definition,
7706         * removed the field isMapped from register definition,
7707
7708         ** Several functions have been removed from various sources:
7709         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7710         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7711         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7712         pic16_assignRelocatableRegisters
7713
7714         ** others have been introduced:
7715         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7716         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7717
7718 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7719
7720         * support/scripts/inc2h.pl: changed definition of BIT_AT
7721         to emit 'sbit at' instead of 'bit at'. This was a request.
7722
7723         PIC16 port related preliminary changes:
7724         * gen.c: prefixed function popRegFromString with
7725         pic16_ and all references to it corrected
7726         * pcode.c: all pic16_pc_* hardware registers prefixed
7727         with underscore (_),
7728         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7729         * ralloc.c: newReg(): when register is REG_SFR then
7730         set address to rIdx,
7731         pic16_allocProcessorRegister(): marks register wasUsed=0
7732         pic16_writeUsedRegs(): added a call to assign processor
7733         registers via pic16_assignFixedRegisters
7734
7735 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7736
7737         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7738         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7739         variables in unused register banks.  Also the SSEG is placed
7740         wherever there is enough space for it, and IDATA can be anywhere
7741         in internal RAM.  For now compile using -Wl-Y[stack_size].
7742         The mem file is different for this option as well, since it
7743         makes no sense of talking about DSEG lenght.
7744
7745 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7746
7747         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7748         in certain cases, e.g. when ROM assignment, patch provided
7749         from Albert den Haan.
7750
7751 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7752
7753         Many signedness and type propagation fixes:
7754         * src/SDCCicode.c: made geniCodeCast() static
7755         replaced SPEC_ by IS_ (cosmetic)
7756         (operandOperation): fixed div and mod operation
7757         (usualBinaryConversions): added support for promotion of char
7758         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7759         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7760         (geniCodeAdd): an array index will stay unsigned, even if promoted
7761         from char to int
7762         (geniCodeArray): ditto
7763         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7764         * src/SDCCsymt.c (computeType): added more support for char;
7765         promotion of char is selectable by promoteCharToInt, fixed signedness
7766         for all cases
7767         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7768         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7769         * src/SDCCval (val*): replaced signedness calculation by
7770         computeType()
7771         rearranged if-branches (cosmetic)
7772         (valShift): added warning W_SHIFT_CHANGED
7773         (valCompare): fixed problem with different types
7774         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7775         * support/regression/tests/literalop.c: added many cases
7776         * support/regression/tests/ast_constant_folding.c: changed finally to
7777         'unsigned int'
7778         * .version: new year, new version: 2.3.7
7779         * src/SDCCmain.c (main): applied patch #866468
7780         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7781         provided by Scott Bronson
7782         * doc/sdccman.lyx: updated documentation for sdcdb
7783         updated and added chapter tips
7784
7785 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7786
7787         * src/SDCCsymt.h: missing from yesterday's commits
7788
7789 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7790
7791         * src/SDCC.y (struct_or_union_specifier),
7792         * support/Util/SDCCerr.c,
7793         * support/Util/SDCCerr.h: verify that struct & union tags are used
7794         as declared.
7795
7796 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7797
7798         * src/SDCCglobl.h: missing from yesterday's commits
7799
7800 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7801
7802         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7803         sft_attributes, struct_declaration, parameter_declaration,
7804         type_name, start_block, declaration_list),
7805         * src/SDCC.lex (check_type): support redefinition of typedef names
7806
7807 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7808
7809         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7810         aligned xdata arrays. Erik helped me with the if clause.
7811
7812 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7813
7814         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7815         warning
7816
7817 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7818
7819         * src/SDCCast.h,
7820         * src/SDCCast.c (newAst_),
7821         * src/SDCCicode.h,
7822         * src/SDCCicode.c (ast2iCode, newiCode),
7823         * src/SDCCglobl.h,
7824         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7825         expr, statement, expression_statement, selection_statement,
7826         iteration_statement, expr_opt, jump_statement): foundation for tracking
7827         sequence points
7828         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7829         point code too)
7830
7831 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7832
7833         * support/Util/SDCCerr.c,
7834         * src/SDCCast.h,
7835         * src/SDCCast.c (createCase, createDefault, decorateType),
7836         * src/SDCClabel.c (labelUnreach),
7837         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7838         to error messages.
7839         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7840         (with thanks to Stas Sergeev)
7841         * device/include/time.h,
7842         * device/lib/time.c (CheckTime): suppress unreachable code warning
7843
7844 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/SDCCast.c (createIvalCharPtr),
7847         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7848         bug #753752)
7849         * support/regression/tests/nullstring.c: tests for these two bugs
7850
7851 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7852
7853         * support/Util/SDCCerr.h,
7854         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7855         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7856         about storage class and 'at' used inside struct or union
7857         * src/SDCCBBlock.c (iCodeFromeBBlock),
7858         * src/SDCCcse.c (ifxOptimize),
7859         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7860         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7861         printIval, emitStaticSeg, emitOverlay),
7862         * src/SDCClabel.c (deleteIfx),
7863         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7864         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7865         gatherAutoInit, processParms),
7866         * support/Util/SDCCerr.h,
7867         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7868         reporting for post-parse errors.
7869
7870 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7871
7872         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7873         implicit casts via union; they don't work on big endian systems
7874         (possible fix for bug #861138)
7875
7876 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7877
7878         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7879         * src/mcs51/main.c: fixed the fix for bug #737001
7880
7881 2003-12-15  Borut Razem <borut.razem AT siol.net>
7882
7883         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7884
7885 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7886
7887         * support/makebin/makebin.c: put output in binary mode
7888
7889 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7890
7891         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7892         xdata and data memory on startup. Set the environment variable
7893         SDCC_NOGENRAMCLEAR to disable this.
7894         * src/mcs51/peephole.def,
7895         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7896         (allows non-interrupt and interrupt code to safely compete for a resource
7897         without the non-interrupt code having to disable interrupts)
7898
7899 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7900
7901         * src/SDCCicode.c (geniCodeAdd),
7902         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7903         with valFromType if type might be a pointer and host is big endian).
7904         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7905         types, not just integer types.
7906         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7907         multiply defined with mismatching "at" address.
7908
7909 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7910
7911         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7912         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7913         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7914         with embedded nulls (fixed bug #753752)
7915
7916 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7917
7918         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7919         Apparently this did not see much testing (endless loop)
7920
7921 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7922
7923         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7924
7925 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926
7927         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7928         gracefully handle NULL memmap pointers
7929
7930 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7931
7932         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7933         instead of deleting the iCode when an operand is volatile
7934         * src/z80/gen.c (genDummyRead),
7935         * src/mcs51/gen.c (genDummyRead),
7936         * src/ds390/gen.c (genDummyRead),
7937         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7938         not just IC_RIGHT
7939         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7940         * src/SDCC.y: fixed bug #850420
7941
7942 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7943
7944         Applied z80 i/o port patch from Peter Townson and fixed some operators
7945         to better handle operands in A register.
7946         * device/include/z180.h
7947         * src/SDCC.y
7948         * src/SDCCglue.c
7949         * src/z80/gen.c
7950         * src/z80/gen.h
7951         * src/z80/main.c
7952         * src/z80/peeph-z80.def
7953         * src/z80/peeph.def
7954         * src/z80/z80.h
7955
7956 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7957
7958         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7959
7960 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7961
7962         * device/lib/hc08/_mullong.c: Removed extra #endif
7963
7964 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7965
7966         * sim/ucsim/hc08.src/inst.cc,
7967         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7968         carries from x to h
7969         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7970         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7971         * device/include/stdarg.h: fixed varargs for hc08
7972         * device/lib/Makefile.in,
7973         * device/lib/hc08/Makefile,
7974         * device/lib/hc08/_mulint.c,
7975         * device/lib/hc08/_mullong.c: fixed some endian problems
7976
7977 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7978
7979         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7980         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7981         * device/lib/_gptrget.c,
7982         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7983
7984 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7987         * src/SDCCast.c (astErrors): fixed bug #846007
7988         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7989
7990 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7991
7992         * src/SDCCast.c (decorateType): disabled a transformation I added in
7993         revision 1.188 (access to fields of a structure at an absolute address);
7994         it breaks with bitfields, extern declarations, and gcse analysis.
7995         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7996         could be assigned through a pointer, so don't complain.
7997         * src/SDCCast.c (astErrors),
7998         * src/SDCCast.h,
7999         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8000
8001 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8002
8003         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8004         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8005         output of __config directives, since gpasm now supports them
8006         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8007         pre-processor macro, i.e. -DMCU=p18f452
8008         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8009         and modified to handle 'cast' icode similarly to '=' icode
8010         * src/pic16/device.h (typedef struct PIC_device): added field
8011         'extMIface' to indicate that chip has external memory interface
8012         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8013         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8014         18F8720
8015
8016 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8017
8018         * src/SDCC.y (pointer): fixed bug #846006
8019         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8020         * src/SDCCast.c (decorateType): fixed bug #846009
8021         * src/ds390/peeph.def,
8022         * src/ds390/gen.c (genAnd, genOr),
8023         * src/mcs51/peeph.def,
8024         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8025
8026 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8027
8028         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8029         * src/SDCCdflow.c
8030         * src/SDCCcse.c
8031         * src/SDCCcse.h
8032         * src/SDCCBBlock.h
8033         * src/SDCCBBlock.c
8034
8035 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8036
8037         fixed bug #845089
8038         * src/SDCCbitv.h,
8039         * src/SDCCbitv.c: added function to free a bitvector
8040         * src/SDCClrange.h,
8041         * src/SDCClrange.c: added function to recompute the liveranges
8042         * src/avr/ralloc.c,
8043         * src/ds390/ralloc.c,
8044         * src/hc08/ralloc.c,
8045         * src/mcs51/ralloc.c,
8046         * src/pic/ralloc.c,
8047         * src/pic16/ralloc.c,
8048         * src/xa51/ralloc.c,
8049         * src/z80/ralloc.c: recompute the liveranges after register packing
8050
8051 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8052
8053         * src/SDCCloop.c (newInduction): fixed bug #845630
8054
8055 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8056
8057         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8058         inadvertantly left behind from my 2003-11-12 change
8059
8060 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         Updated headers I neglected to commit yesterday.
8063         * src/SDCClrange.h,
8064         * src/SDCCicode.h
8065
8066 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8067
8068         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8069         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8070         * src/SDCCopt.c (eBBlockFromiCode),
8071         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8072         the creation of the key hash table from the sequencing so it can be used
8073         earlier (for some GCSE bug fixes still pending)
8074
8075 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8076
8077         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8078         * support/regression/tests/addsub.c: testing genPlus shortcut
8079
8080 2003-11-15  Borut Razem <borut.razem AT siol.net>
8081
8082         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8083
8084 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8085
8086         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8087         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8088         ordering is immaterial.
8089         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8090
8091 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8094         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8095         (SIGSEV) of bug #840381
8096         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8097         unlink new file before rename if new and old filenames are the same)
8098
8099 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8100
8101         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8102         uninitialized variables) for the mcs51. Set environment variable
8103         SDCC_GENRAMCLEAR to test.
8104         xdata initialization slightly shorter
8105
8106 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8107
8108         * src/SDCCsymt.h,
8109         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8110         #838241 & 780691 (basicly the same bug)
8111         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8112         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8113
8114 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8115
8116         * src/SDCCmain.c (linkEdit): "fix" #834252
8117
8118 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8121         * src/SDCCast.h,
8122         * src/SDCC.y: fixed bug #819403
8123
8124 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8125
8126         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8127         the reentrant attribute.
8128         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8129         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8130         simulation
8131         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8132         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8133         erroneously reduced to a literal.
8134         * src/hc08/ralloc.c (packRegisters, rematStr),
8135         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8136         some cases
8137
8138 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8139
8140         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8141         * doc/sdccman.lyx: changed from 'article' to 'book'
8142         * doc/Makefile: readded test_suite_spec and cdbfileformat
8143
8144 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8145
8146         * device/include/stdlib.h: include malloc.h to comply with ANSI
8147         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8148
8149 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8150
8151         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8152         * doc/clean.mk: also remove *.out files
8153         * doc/sdccman.lyx: some additions, larger top/bottom margins
8154
8155 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/SDCC.y: fixed bug #837365
8158         * support/regression/tests/bitopcse.c
8159         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8160         a symbol (might be valop instead)
8161         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8162         * device/lib/clean.mk: added hc08 to the cleaning list
8163
8164 2003-11-04  Borut Razem <borut.razem AT siol.net>
8165
8166         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8167           made 2003-11-04
8168         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8169           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8170           malloc is declared in standard stdlib.h
8171
8172 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8173
8174         * device/lib/hc08/Makefile: need to clean .rel not .o files
8175         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8176
8177 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178
8179         * src/port.h,
8180         * src/hc08/main.c,
8181         * src/mcs51/main.c,
8182         * src/ds390/main.c,
8183         * src/z80/main.c,
8184         * src/avr/main.c,
8185         * src/pic/main.c,
8186         * src/pic16/main.c,
8187         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8188         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8189         tests (which uses the port's oclsExpense function)
8190         * src/SDCC.y,
8191         * src/SDCCast.c,
8192         * src/SDCCicode.c,
8193         * src/hc08/gen.c,
8194         * src/ds390/gen.c,
8195         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8196
8197 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8198
8199         * src/SDCCcse.c (ifxOptimize),
8200         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8201         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8202         deleting the IFX iCode.
8203         * src/hc08/ralloc.c: reduced unneeded slocs
8204         * src/hc08/gen.c: fixed bug in asmopToBoolean
8205
8206 2003-11-04  Borut Razem <borut.razem AT siol.net>
8207
8208         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8209           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8210           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8211           transferred to configure
8212
8213 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         Use headers defined in the C[++] standards:
8216         * sim/ucsim/gui.src/serio.src/fileio.cc
8217         * sim/ucsim/gui.src/serio.src/frontend.cc
8218         * sim/ucsim/gui.src/serio.src/main.cc
8219         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8220         * support/Util/NewAlloc.c
8221         * as/hc08/lklibr.c
8222         * as/mcs51/lklibr.c
8223         * as/z80/aslist.c
8224         * as/z80/assym.c
8225
8226 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8227
8228         * Added MSVC projects for hc08 assembler and linker:
8229         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8230         /as/hc08/link_hc08.dsp
8231
8232 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8233
8234         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8235
8236 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8237
8238         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8239
8240 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8241
8242         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8243
8244 2003-10-31  Borut Razem <borut.razem AT siol.net>
8245
8246         * support/cpp2/cpplib.h,
8247           support/cpp2/cpplib.c,
8248           support/cpp2/cpplex.c,
8249           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8250           to switch _asm block preprocessing on / off. Default is
8251           #pragma preproc_asm +
8252
8253 2003-10-31  Borut Razem <borut.razem AT siol.net>
8254
8255         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8256           when outputting comment blocks (when executed with -C option) and
8257           _asm (SDCPP specific) blocks
8258
8259 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8260
8261         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8262
8263 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8264
8265         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8266
8267 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8270         * src/SDCCast.c (decorateType): fixed bug #832664
8271
8272 2003-10-31  Borut Razem <borut.razem AT siol.net>
8273
8274         * support\cpp2\cpplex.c: fixed for SDCPP:
8275           comments(when executed with -C option) and _asm blocks
8276           were included even if they where in skipped #if block.
8277           Applied solution from GCC cpp 3.3.2
8278
8279 2003-10-31  Borut Razem <borut.razem AT siol.net>
8280
8281         * src/SDCC.lex: sdcc now understands both formats:
8282           '# <line_number> <file_name>' and
8283           '#line <line_number> <file_name>'
8284         * support/cpp2/cppmain.c: sdcpp now generates the standard
8285           '# <line_number> <file_name>' instead of former
8286           '#line <line_number> <file_name>'
8287
8288 2003-10-30  Borut Razem <borut.razem AT siol.net>
8289
8290         * support/cpp2/cpphash.h,
8291         * support/cpp2/cpplib.h
8292         * support/cpp2/cpplex.c,
8293         * support/cpp2/cppmain.c,
8294         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8295
8296 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8297
8298         Fixed a number of problems revealed by bug #827883.
8299         * src/SDCCloop.c (loopInvariants): Spill location of the
8300         result operand should be recomputed if extracted from
8301         a loop. Also, don't extract assignments of an iTemp
8302         from a literal.
8303         * src/SDCCast.c (isConformingBody): loop reversal should
8304         not occur if the control variable is involved with a
8305         relational operator.
8306
8307 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8308
8309         * .version: bumped to 2.3.6 to reflect the big improvements
8310         made by Erik and Klaus. Thanks!
8311
8312 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8313
8314         Replaced the livrange code.
8315         * src/SDCClrange.c: added new LR code
8316         * src/SDCCloop.c,
8317         * src/SDCCBBlock.h: removed remainig parts from old LR code
8318         * src/ds390/ralloc.c,
8319         * src/ds390/gen.c: minor fixes to make it work with new code
8320
8321 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8322
8323         * as/hc08/asm.h,
8324         * as/hc08/lkrloc.c,
8325         * src/hc08/gen.c,
8326         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8327         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8328         (tweaked fix for bug #818696)
8329
8330 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331
8332         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8333
8334 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8335
8336         * src/SDCCmain.c,
8337         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8338         * src/mcs51/gen.c (gencjneshort),
8339         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8340         more efficient (per Scott Bronson's suggestion)
8341
8342 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8343
8344         Extended the semantics of the critical keyword to include
8345         individual statements. See RFE #827755 and #799831
8346         * src/SDCC.y
8347         * src/SDCCicode.c
8348         * src/SDCCopt.c
8349         * src/SDCCast.c
8350         * support/Util/SDCCerr.c
8351         * support/Util/SDCCerr.h
8352         * src/mcs51/gen.c
8353         * src/ds390/gen.c
8354         * src/hc08/gen.c
8355
8356 2003-10-19  Borut Razem <borut.razem AT siol.net>
8357
8358         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8359
8360 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8361
8362         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8363         Fixed bug #818696
8364         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8365         and predecrement operand is displayed
8366
8367 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8368
8369         * src/SDCCval.c (valMinus): fixed bug #826041
8370
8371 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8372
8373         Some hc08 related updates that I missed earlier
8374         * sim/ucsim/stypes.h
8375         * support/regression/ports/hc08/spec.mk
8376
8377 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8378
8379         New target "hc08" for the Motorola 68hc08 family of micros
8380
8381         * configure
8382         * configure.in
8383         * Makefile
8384         * src/hc08/*
8385         * src/SDCCmain.c
8386         * src/port.h
8387         * sim/ucsim/hc08.src/*
8388         * sim/ucsim/configure.in
8389         * src/ucsim/configure
8390         * sim/ucsim/packages_in.mk
8391         * as/hc08/*
8392         * as/Makefile
8393         * device/include/mc68hc908qy.h
8394         * device/lib/hc08/*
8395         * device/lib/Makefile.in
8396         * support/regression/ports/hc08/*
8397         * support/regression/Makefile
8398
8399 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8400
8401         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8402         regression test
8403         * src/ds390/gen.c (genCast): fixed bug #821957
8404
8405 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8406
8407         * device/lib/logf.c: "fixed" overlay bug
8408         * support/regression/ports/host/spec.mk: added m library
8409         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8410         * support/regression/tests/float_trans: added (for Eric)
8411
8412 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/mcs51/gen.c (genCpl): fixed bug
8415         http://sf.net/mailarchive/message.php?msg_id=6263915
8416
8417 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * src/SDCCast.c (decorateType): added extended constant folding
8420         * src/SDCCsymt.c (computeType): cleanup
8421         * src/SDCCval.c (valShift): minor optimization
8422         * support/regression/tests/ast_constant_folding.c: added
8423
8424 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8425
8426         * src/SDCCmain.c: removed some unintended changes
8427
8428 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8429
8430         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8431         * src/z80/gen.c: fixed part of bug #817589
8432         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8433
8434 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8435
8436         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8437         * src/SDCCcflow.c
8438         * src/SDCCcse.c
8439         * src/SDCCdflow.c
8440         * src/SDCClabel.c
8441         * src/SDCClrange.c
8442         * src/SDCCmem.c
8443         * src/SDCCopt.c
8444         * src/SDCCpeeph.c
8445         * src/SDCCset.c
8446         * src/avr/ralloc.c
8447         * src/ds390/ralloc.c
8448         * src/izt/ralloc.c
8449         * src/mcs51/ralloc.c
8450         * src/pic/ralloc.c
8451         * src/pic16/ralloc.c
8452         * src/xa51/ralloc.c
8453         * src/z80/ralloc.c
8454         * src/z80/gen.c: removed unused label "release:"
8455
8456 2003-10-06  Borut Razem <borut.razem AT siol.net>
8457
8458         * src/SDCC.lex: removed definition of unused variables
8459           save_optimize and save_options
8460
8461 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8462
8463         * clean.mk: removed '=' in "-maxdepth=1"
8464         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8465         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8466
8467 2003-10-06  Borut Razem <borut.razem AT siol.net>
8468
8469         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8470           my_unput() replaced by unput()
8471
8472 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8473
8474         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8475         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8476         type-punned pointer will break strict-aliasing rules"
8477         Old LR behaviour is again default; Klaus' LR can be choosen by
8478         defining the environment variable LRKLAUS
8479         * src/SDCCBBlock.h
8480         * src/SDCCloop.c
8481         * src/SDCClrange.c
8482         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8483         * clean.mk: fixed removal of files in bin/CVS/
8484         * device/lib/clean.mk: fixed removal of directories small and large
8485         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8486         * src/SDCCicode.c,
8487         * src/SDCCval.c: removed superflous test for pedantic
8488
8489 2003-10-05  Borut Razem <borut.razem AT siol.net>
8490
8491         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8492           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8493           message "unmatched #pragma SAVE and #pragma RESTORE"
8494
8495 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8496
8497         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8498           assembly, critical functions, atomic, nojtbound)
8499
8500 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8503         * src/SDCCBBlock.h
8504         * src/SDCCloop.c
8505         * src/SDCCloop.h
8506         * src/SDCClrange.c
8507
8508 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/z80/gen.h,
8511         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8512         * src/mcs51/gen.h
8513         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8514         * src/ds390/gen.h
8515         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8516         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8517         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8518
8519 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8520
8521         * src/z80/gen.c (genRet): fixed bug #524753
8522         * src/z80/gen.c (genCast): fixed internal error on cast from
8523         pointer to long
8524         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8525         fix for bug #477835 to the z80
8526         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8527         for tracking iCodes in the peephole optimizer for z80
8528
8529 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8530
8531         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8532         the other part of bug #814548
8533         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8534
8535 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * src/SDCCcse.c: fixed part of bug #814548
8538
8539 2003-09-28  Borut Razem <borut.razem AT siol.net>
8540
8541         * src/asm.c: rewrite of printILine() to use temporary file instead
8542           a pipe
8543         * src/xa51/main.c: commented out declaration of int rewinds
8544
8545 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8548
8549 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8550
8551         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8552         * src/asm.c (printILine): Fixed bug #811015
8553
8554 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8555
8556         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8557         freeing.
8558
8559 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8562         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8563         to correctly handle general case of AOP_PAIRPTR
8564         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8565
8566 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8567
8568         * src/mcs51/ralloc.c (fillGaps),
8569         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8570         register positioning bug)
8571
8572 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8573
8574         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8575
8576 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8577
8578         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8579         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8580         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8581         (ralloc doesn't intentionally do this now, but perhaps later)
8582         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8583         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8584         register positioning bugs (Fixed bug #762602 and #795325)
8585         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8586         (Fixed bug #808779)
8587         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8588         lines that --i-code-in-asm generates
8589
8590 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8591
8592         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8593         trying to fclose a FILE* that was already closed.
8594
8595 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8596
8597         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8598         of const struct should be treated as if const themselves)
8599
8600 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8603
8604 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8605
8606         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8607         Unix (/n) and DOS (/r/n) line terminations.
8608
8609 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8610
8611         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8612         bug #613775
8613
8614 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8615
8616         * src/mcs51/gen.c (genFunction, genEndFunction),
8617         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8618         and restore of EA so that stack offsets to parameters are
8619         correct when using both critical and reentrant/stack-auto.
8620         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8621         size (can be triggered in error if sloc is shared between
8622         different sized objects)
8623         * device/include/float.h: fixed macros to explicitly use
8624         unsigned long where needed
8625
8626 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8627
8628         Feature req. 799831: added code to allow nesting of critical functions
8629         * src/mcs51/gen.c (genFunction, genEndFunction)
8630         * src/ds390/gen.c (genFunction, genEndFunction)
8631
8632 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8633
8634         * src/SDCCsymt.c (sclsFromPtr),
8635         * src/SDCCsymt.h,
8636         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8637         support for standard C idiom of memory mapped variables; for
8638         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8639         to xdata int at 0x1234 tempvar = 1.
8640         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8641         provided by Akiya ISHIDA
8642
8643 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8644
8645         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8646         * src/SDCCval.c (constVal): added reduction from int to char
8647         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8648         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8649         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8650         to ignore the sign
8651         * support/regression/tests/shifts.c: fixed
8652
8653 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         * src/z80/gen.c (genXor): Fixed bug #805445
8656
8657 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8658
8659         Fixed bug #621531 (const & volatile confusion in the type chain).
8660         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8661         refer to the const or volatile state of the pointer itself.
8662
8663         * src/SDCCast.c
8664         * src/SDCCglue.c
8665         * src/SDCCicode.c
8666         * src/SDCCsymt.c
8667         * src/SDCCval.c
8668         * src/SDCC.y
8669         * src/SDCCsymt.h
8670         * src/pic/gen.c
8671         * src/pic/ralloc.c
8672         * src/pic16/gen.c
8673         * src/pic16/ralloc.c
8674         * support/regression/tests/const.c
8675
8676 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8677
8678         When checking for duplicated modules, use absolute paths
8679         instead of relative paths.  Files changed:
8680
8681         * as/mcs51/lklib.c
8682         * link/z80/lklib.c
8683
8684 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8685
8686         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8687
8688 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * device/include/string.h: added size_t typedef, changed
8691         prototypes to use size_t, eliminated separate reentrant and
8692         non-reentrant declarations, added _memmove declaration
8693         * device/lib/_memcpy.c: changed to use size_t instead of int,
8694         changed /4 to >>2 to avoid division library call
8695         * device/lib/_memcmp.c,
8696         * device/lib/_memset.c,
8697         * device/lib/_strncat.c,
8698         * device/lib/_strncpy.c,
8699         * device/lib/_strncmp.c: changed to use size_t instead of int
8700         * device/lib/_memmove.c: new file (fixed bug #772294)
8701         * device/lib/Makefile.in: added _memmove.c
8702         * device/lib/z80/asm_strings.s: fixed bug #772290
8703         * support/regression/tests/bitfields.c: attempt to fix host assertion
8704         failure on amd64-unknown-linux2.2
8705
8706 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8707
8708         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8709         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8710         * as/z80/asmain.c (main): fixed bug #801766
8711
8712 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8713
8714         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8715         compilers
8716
8717 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8718
8719         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8720         reported in bug #800609
8721
8722 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8723
8724         * Top header beautifications in src/pic16 directory:
8725           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8726           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8727           pcoderegs.h, ralloc.c, ralloc.h
8728         * main.c: added top header and GPL license notice
8729         * pcode.c: fixed the if-conditional warning
8730
8731 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * device/lib/_mullong.c: replaced int by short for gcc
8734
8735 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8736
8737         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8738         and JUMPTABLE iCodes properly now (worked by accident before)
8739         * src/mcs51/gen.c (leftRightUseAcc),
8740         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8741         iCode properly now. Use getSize instead of nRegs since a & b
8742         aren't part of the nRegs tally.
8743
8744 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8745
8746         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8747         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8748           before instructions that use the _STATUS register
8749
8750 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8753         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8754         fetching of the pointer
8755         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8756         copied from genNearPointerSet()
8757         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8758         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8759         If they pop r0/r1 they must be called in the opposite order than aopOp().
8760         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8761         (resp. --stack-auto), prepared for --xstack
8762
8763 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8764
8765         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8766
8767 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8770         these ports have their own __sdcc_external_start()
8771
8772 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8775         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8776         type for bits was changed. It resulted in bit variables becoming
8777         global, which is not permitted in PIC 14 assembly output.
8778
8779 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8780
8781         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8782
8783 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8784
8785         Z80 and MCS51 linkers complaint if a public symbol is defined
8786         in more than one library module:
8787
8788         * as/mcs51/lklib.c
8789         * link/z80/lklib.c
8790         * as/mcs51/Makefile.in
8791
8792 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8793
8794         A few small changes that speed up the peephole optimizer.
8795
8796         * src/SDCCpeeph.c
8797
8798 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8799
8800         Try to make the peephole optimizer smarter by maintaining
8801         an association between the assembly source code and the
8802         iCodes that originated them. Put this information to use
8803         with a new peephole rule condition "notVolatile" so that
8804         the rules can be aggressive yet still safe.
8805
8806         * src/SDCCpeeph.c
8807         * src/SDCCpeeph.h
8808         * src/mcs51/gen.c
8809         * src/mcs51/peeph.def
8810
8811 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8812
8813         Fixed bug #741761
8814
8815         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8816         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8817         if the left or right operand symbols have the accuse flag set.
8818
8819 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8820
8821         Changed the type of the result of the ! (NOT) operator to char;
8822         previously it returned the same type as the source. This allows
8823         us to eliminate all the genFloatNot functions (all of its target
8824         implementations were very buggy) since !float can use the same
8825         code as !long now.
8826
8827         * src/SDCCicode.c (ast2iCode): ! returns char
8828         * src/mcs51/gen.c (genNot, genNotFloat),
8829         * src/ds390/gen.c (genNot, genNotFloat),
8830         * src/z80/gen.c (genNot, genNotFloat),
8831         * src/pic/gen.c (genNot, genNotFloat),
8832         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8833
8834 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8835
8836         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8837         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8838            during interrupts. Ensure WSAVE is located at a shared bank address.
8839         2. Fixed page selection in some places
8840         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8841            the registers name strings.
8842         4. Fixed "signed / unsigned compare" compiler warnings.
8843         5. The PIC port manages its own allocation of the general purpose
8844            registers, but makes no attempt to reuse them. As a result when
8845            compiling it soon runs out of general purpose registers. Some
8846            additional code was added to the files pcode.c and device.c to walk
8847            through the function call tree and rename the registers so that they
8848            get reused.
8849
8850         * src/pic/device.c
8851         * src/pic/gen.c
8852         * src/pic/glue.c
8853         * src/pic/pcode.c
8854         * src/pic/pcode.h
8855         * src/pic/ralloc.c
8856         * src/pic/ralloc.h
8857         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8858         genPlus() & genMinus() when the result is the same as left or right
8859
8860 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8863
8864 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8865
8866         Made bitfield a distinct type from bit so that bitfields
8867         convert as per ANSI C and bits retain their traditional
8868         boolean style behaviour. Implemented bitfield support in
8869         the z80 port.
8870
8871         * src/SDCCsymt.h,
8872         * src/SDCCsymt.c,
8873         * src/SDCCast.c,
8874         * src/cdbFile.c,
8875         * src/mcs51/gen.c,
8876         * src/ds390/gen.c: bit v bitfield split
8877         * src/z80/gen.c: New support for bitfields
8878         * support/regression/tests/bitfields.c: reenabled z80,
8879         added more tests
8880
8881 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8882
8883         Rules 246.x, 247.x relate to bitfields, the others speed up
8884         access to xdata mapped I/O devices.
8885
8886         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8887
8888 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8889
8890         Cleaned up genPackBits and genUnpackBits and added two helper
8891         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8892         for literal assignments in genPackBits (thanks to Frieder for
8893         reminding me).
8894
8895         * src/mcs51/gen.c
8896         * src/ds390/gen.c
8897
8898 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8899
8900         Fixed bug #748310 (pointer to function type mishandled when the
8901         function name is omitted). Also fixed a SIGSEGV when a function
8902         attribute (reentrant, etc) is used on a non-function or on a
8903         function but misplaced before the parameter list.
8904
8905         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8906         bug #748310
8907         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8908         * support/Util/SDCCerr.h,
8909         * support/Util/SDCCerr.c: Added func attr misuse error msg
8910
8911 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         Fixed bug #787649 by anonymous
8914         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8915         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8916
8917 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8918
8919         Fixed numerous bitfield problems.
8920
8921         * src/SDCC.y: More bitfield related error checking
8922         * src/SDCCsymt.h,
8923         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8924         * support/Util/SDCCerr.h,
8925         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8926         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8927         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8928         * support/regression/tests/bitfields.c: tests added
8929
8930 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8931
8932         Made the constant following the "interrupt" keyword optional. If
8933         omitted, the function will not automatically be given an entry
8934         in the interrupt vector table (similar to #pragma NOIV, but
8935         less syntacticly kludgy). The interrupt number is also now
8936         range checked. Also fixed a bug in the high order bit example
8937         in the manual.
8938
8939         * src/SDCC.y
8940         * src/SDCCmem.c
8941         * src/SDCCglue.c
8942         * src/SDCCsymt.h
8943         * support/Util/SDCCerr.c
8944         * support/Util/SDCCerr.h
8945         * doc/sdccman.lyx
8946
8947 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8950         * src/SDCCicode.c (operandOperation): rewritten some ops
8951         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8952         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8953         other type
8954         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8955         be re-activated by defining REDUCE_LITERALS)
8956         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8957         unsigned, but are signed by default
8958         * src/SDCCval.c (constVal): rearranged
8959         * src/SDCCval.c (valMod): preliminary fix
8960         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8961         * support/regression/literalop.c: added, work in progress
8962
8963 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         Generate warnings for useless declarations like "char data;"
8966         that don't do what new users expect.
8967
8968         * src/SDCC.y
8969         * support/Util/SDCCerr.h
8970         * support/Util/SDCCerr.c
8971
8972 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8973
8974         * src/SDCCval.c (valMult): fix overflow detection of negative int
8975
8976 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8977
8978         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8979
8980         Changes to support big endian targets:
8981
8982         * src/ports.h
8983         * src/SDCCglue.c
8984         * src/avr/main.c
8985         * src/ds390/main.c
8986         * src/izt/i186.c
8987         * src/mcs51/main.c
8988         * src/pic/main.c
8989         * src/pic16/main.c
8990         * src/xa51/main.c
8991         * src/z80/main.c
8992
8993 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8994
8995         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8996         * device/lib/time.c: fixed warning "integer overflow in expression"
8997
8998 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8999
9000         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9001         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9002         constants are unsigned; added recognition of "u" flag for unsigned
9003         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9004         * src/SDCCval.c (valDiv, valMod): fixed signdness
9005         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9006         signedness of modulo, left and right shift
9007         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9008         * support/Util/SDCCerr.h: added warning W_INT_OVL
9009         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9010         * src/SDCCast.c (ast_print): improved output of constants
9011
9012 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9013
9014         Fixed some warnings when building with MSVC:
9015
9016         * as\mcs51\asdata.c
9017         * as\z80\asdata.c
9018         * as\mcs51\asm.h
9019         * as\z80\asm.h
9020         * link\z80\aslink.h
9021         * link\z80\lkdata.c
9022         * link\z80\lkeval.c
9023         * link\z80\lkgb.c
9024         * link\z80\lkihx.c
9025         * link\z80\lks19.c
9026         * link\z80\lksym.c
9027         * support\cpp2\cpplib.c
9028         * src\ds390\gen.c
9029         * src\mcs51\gen.c
9030
9031 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9032
9033         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9034
9035 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9036
9037         * support\librarian\clean.mk: Do not remove Makefile.
9038         * support\librarian\Makefile: added.
9039
9040 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9041
9042         Added librarian to MSVC build:
9043         * all.dsp
9044         * sdcc.dsw
9045         * support\librarian\librarian.dsp
9046
9047         'configure' not needed for librarian, removed:
9048         * support\librarian\configure
9049         * support\librarian\configure.in
9050         * support\librarian\config_in.h
9051         * support\librarian\Makefile.in
9052
9053         Hopefully these ones built the librarian and the rest of sdcc properly:
9054         * Makefile
9055         * Makefile.common.in
9056
9057         Messed up 'configure', so revert to previous version:
9058         * configure
9059         * configure.in
9060
9061 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9064         there, while the mantissa of a double is "only" 53 bits wide.
9065
9066 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9067
9068         Adding sdcclib to the build.  MSVC project coming soon.
9069         Files added/changed:
9070
9071         * support\librarian\clean.mk
9072         * support\librarian\configure
9073         * support\librarian\configure.in
9074         * support\librarian\config_in.h
9075         * support\librarian\Makefile.bcc
9076         * support\librarian\Makefile.in
9077         * support\librarian\sdcclib.c
9078         * Makefile.bcc
9079         * Makefile
9080         * Makefile.common.in
9081         * configure
9082         * configure.in
9083
9084 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9085
9086         Linker now complaints if linked modules have conflicting options, for
9087         example, one compiled using --model-large and another one compiled with
9088         --model-small.  The following files were modified:
9089
9090         * as\mcs51\asdata.c
9091         * as\mcs51\aslink.h
9092         * as\mcs51\asm.h
9093         * as\mcs51\asmain.c
9094         * as\mcs51\asout.c
9095         * as\mcs51\i51pst.c
9096         * as\mcs51\lkdata.c
9097         * as\mcs51\lklibr.c
9098         * as\mcs51\lkmain.c
9099         * as\z80\asdata.c
9100         * as\z80\asm.h
9101         * as\z80\asmain.c
9102         * as\z80\asout.c
9103         * as\z80\z80pst.c
9104         * link\z80\aslink.h
9105         * link\z80\lkdata.c
9106         * link\z80\lklibr.c
9107         * link\z80\lkmain.c
9108         * src\SDCCglue.c
9109
9110 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9111
9112         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9113         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9114
9115 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9116
9117         * src/z80/mappings.i: fix _mul[us][int,long] entries
9118
9119 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9120
9121         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9122
9123 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9124
9125         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9126         * support/regression/tests/bitopcse.c: added
9127         fixed warning:
9128         * src/avr/gen.c:
9129         * src/pic/gen.c:
9130         * src/pic16/gen.c:
9131         * src/z80/gen.c:
9132         * src/xa51/gen.c:
9133
9134 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9135
9136         added support for new library format to z80, gbz80 linkers:
9137         *link/z80/aslink.h
9138         *link/z80/lklex.c
9139         *link/z80/lklib.c
9140         *link/z80/lklist.c
9141
9142 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9143
9144         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9145         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9146
9147 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9148
9149         added DUMMY_READ_VOLATILE:
9150         * src/SDCC.y:
9151         * src/avr/gen.c:
9152         * src/xa51/gen.c:
9153         * src/z80/gen.c:
9154         * src/pic/gen.c:
9155         * src/pic16/gen.c:
9156         * src/mcs51/gen.c:
9157         * src/ds390/gen.c:
9158         * src/SDCCcse.c (algebraicOpts): many improvements
9159         * src/SDCCcse.h: removed algebraicOpts()
9160         * src/SDCCicode.c (picDummyRead): added
9161
9162 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9163
9164         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9165         "Insufficient space in data memory".
9166
9167 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * src/mcs51/gen.c: fixed bug #771358
9170         * src/z80/gen.c: fixed bug #759087
9171
9172 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9173
9174         * src/pic16/glue.c: minor cleanup by Vangelis
9175
9176 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9177
9178         * device/include/regc515c.h: fixed #758477
9179         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9180         * device/lib/_gptrput.c: saved a few bytes
9181         * my tab spacing is 8, yours too?)
9182         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9183         * device/lib/serial.c: process RX bytes earlier than TX bytes
9184         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9185
9186 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9187
9188         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9189
9190 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9191
9192     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9193
9194 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * device/lib/Makefile.in: bad fix, reverted to 1.43
9197
9198 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9199
9200         * device/lib/Makefile.in: added missing z80 object files
9201
9202 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9203
9204         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9205         pic16 progress by Vangelis:
9206         * src/SDCCglobl.h:
9207         * src/SDCCmain.c:
9208         * src/pic/Makefile:
9209         * src/pic:
9210         * pic/Makefile:
9211         * pic16/device.c:
9212         * pic16/device.h:
9213         * pic16/gen.c:
9214         * pic16/gen.h:
9215         * pic16/genarith.c:
9216         * pic16/glue.c:
9217         * pic16/main.c:
9218         * pic16/pcode.c:
9219         * pic16/pcode.h:
9220         * pic16/pcodepeep.c:
9221         * pic16/peeph.def:
9222
9223 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9224
9225     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9226
9227 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9228
9229     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9230     added gbz80 build to MSVC project.
9231     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9232     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9233     from 8051 stuff and setup so it links using a .lnk file.
9234
9235 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9236
9237     * support/librarian/sdcclib.c: sdcc librarian.
9238     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9239     with sdcclib.
9240
9241 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9242
9243     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9244
9245 2003-07-02  Borut Razem <borut.razem AT siol.net>
9246
9247         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9248         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9249         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9250         src/xa51/main.c, src/z80/main.c:
9251         virtualization of glue() function: each port has it's own glue function,
9252         which is accessed by do_glue function pointer in PORT.general structure
9253
9254 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9255
9256         * DS800C400 fun, improved ROM interface and tinibios.
9257
9258 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9259
9260         * More support for DS80C400. Now includes beginning of interface to ROM.
9261
9262 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9263
9264         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9265
9266 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9267
9268         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9269
9270 2003-06-19  Borut Razem <borut.razem AT siol.net>
9271
9272         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9273
9274 2003-06-19  Borut Razem <borut.razem AT siol.net>
9275
9276         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9277         fixed Z80 port - crt0.o: cannot open.
9278
9279 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9280
9281         * support/Util/MySystem.c (merge_command): revert bad fix
9282
9283 2003-06-18  Borut Razem <borut.razem AT siol.net>
9284
9285         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9286
9287 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9288
9289         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9290         option --use-stdout sends errors to stdout instead of stderr.
9291
9292 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9295
9296 2003-06-15  Borut Razem <borut.razem AT siol.net>
9297
9298         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9299         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9300         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9301         fixed width array of pointers replaced with sets;
9302         multiple include and lib paths ared transferred to preprocessor and linker
9303         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9304         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9305         fixed width array of pointers
9306         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9307         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9308         fixupPath(), getPathDifference()
9309         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9310         fixed width array of pointers
9311
9312 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9313
9314         * src/pic16/ralloc.c: fix warnings
9315         * src/pic16/pcode.c: fix warning
9316
9317 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9318
9319          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9320         know all the details, but essentially this set of changes enable
9321         the pic16 port to generate movff instructions and generate assembler
9322         directives,
9323         * src/SDCCmain.c:
9324         * src/pic16/gen.c:
9325         * src/pic16/glue.c:
9326         * src/pic16/pcode.c:
9327         * src/pic16/device.c:
9328         * src/pic16/main.c:
9329         * src/pic16/pcode.h:
9330         * src/pic16/pcoderegs.c:
9331         * src/pic16/ralloc.c:
9332         * src/pic16/ralloc.h:
9333
9334 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9335
9336         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9337         added option --vc, so sdcc errors and warnings are compatible with
9338         Microsoft Visual Studio.
9339
9340 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9341
9342         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9343           device/lib/libfloat.lib: added atof function.
9344
9345 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9346
9347         * doc/sdccman.lyx: updated to Lyx 1.3
9348         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9349         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9350         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9351
9352 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9355
9356 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9357
9358         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9359           additions to the "related tools/documentation" section
9360
9361 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9364
9365 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9366
9367         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9368         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9369
9370 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9371
9372         * doc/sdccman.lyx: fix double dash and other minor things
9373         * doc/Makefile: fix double dash
9374
9375 2003-05-28  Karl Bongers(patches from Martin Helmling)
9376         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9377           condition and ignore commands.
9378
9379 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9380
9381         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9382           is in parts still quite out of date, I did changes as far as I felt makes sense
9383           for a non-native english speaker.
9384           Please feel free to add to the manual or to correct my changes.
9385         * doc/Makefile: undid touching the date of intermediate tex files.
9386
9387 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9388
9389         * doc/sdccman.lyx: Manual has an index now
9390
9391 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         Finalize muluint/mulsint and mululong/mulslong merging:
9394         * device/lib/_mulint.c
9395         * device/lib/_mullong.c
9396         * device/lib/gbz80/mul.s
9397         * device/lib/gbz80/stubs.s
9398         * device/lib/z80/mul.s
9399         * device/lib/z80/stubs.s
9400         * src/SDCCsymt.c (initCSupport)
9401
9402 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9403
9404         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9405         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9406           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9407           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9408           instead of /Zm500.
9409
9410 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9411
9412         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9413           the regression tests I'm not brave enough to enable 245.b, 245.c
9414         * doc/sdccman.lyx: added latex preamble for hyperref package.
9415           Using pdflatex this will give you a hyperlinked pdf file with
9416           bookmarks. (prepend '%' before /usepackage if this breaks something)
9417
9418 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9419
9420          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9421
9422 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9423
9424         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9425
9426 2003-05-21    <johan AT balder>
9427
9428         * src/SDCCglue.c (printIval): fixed bug #739934
9429
9430 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9431
9432         Applied patch from bug 737905 (renamed yylineo to mylineno):
9433         * src/altlex.c
9434         * src/SDCCast.c
9435         * src/SDCglobl.h
9436         * src/SDCC.lex
9437         * src/SDCCsymt.c
9438         * src/SDCCval.c
9439         * src/pic16/pcode.c: Cleaned warnings
9440         * src/pic16/pcodeflow.c: Cleaned warnings
9441         * src/pic16/pcoderegs.c: Cleaned warnings
9442
9443 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9444
9445         * src/pic16/pcode.c: Cleaned warnings
9446         * src/pic16/pcodepeep.c: Cleaned warnings
9447         * src/pic16/ralloc.c: Cleaned warnings
9448
9449 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9450
9451         * doc/sdccman.lyx: fixed bug 739745
9452         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9453
9454 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9455
9456         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9457         it can be defined with CFLAGS when running configure
9458         * src/SDCCmain.c: fixed compiling + linking with object files
9459
9460 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9461
9462         * configure.in: configure for pic16 port,
9463             added --disable-pic16-port
9464         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9465         * src/SDCCmain.c: linkOptions is changed to set *,
9466             added if/endif conditional macros to remove options help
9467             messages from optionsTable when a port is not configured, added
9468             support for the PIc16 port in the ports table, when executing
9469             the compiler with no port specified on command line, a default
9470             port is selected with the new macro DEFAULT_PORT which is
9471             defined in port.h, in setDefaultOptions() linkOptions is removed
9472             from initialization assignment, since now it is a set,
9473             parseCmdLine uses setParseWithComma for linkOptions, in
9474             linkEdit() linkOptions are accessed with new function indexSet()
9475             which returns the i'th item of a set variable. See SDCCset.c, in
9476             linkEdit() when calling buildCmdLine(), added linkOptions as
9477             last argument. Now users can pass arguments to gplink via the
9478             -Wl option, main() uses pic16glue() to glue up pic16 programs
9479         * src/SDCCpeeph.c: various changes to support pic16
9480         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9481             return the i'th item of the set
9482         * src/SDCCset.h: added function prototype for indexSet()
9483         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9484         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9485         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9486             added macro DEFAULT_PORT
9487         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9488         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9489             generated
9490         * src/pic16/glue.c: commented out some error producing lines
9491         * src/pic16/main.c: __config directives are commented out to stop
9492             gpasm complaining and test the linkage with gplink, _linkCmd and
9493             _asmCmd changed to be more gplink and gpasm friendly
9494         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9495             produced an error when parsed, peep rule 12 is added to utilize
9496             movff, but it is commented out since the pCode does not support
9497             yet a command with 2 address arguments
9498
9499 2003-05-18    <johan AT balder>
9500
9501         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9502         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9503 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9504
9505         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9506   Added feature to script commands from file.
9507
9508 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9511         * src/SDCCutil.c: include ctype.h for win32
9512
9513 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9516
9517 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9518
9519         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9520   Fixed so you can set breakpoints prior to run, run does not stop
9521   on entry now.  Add tbreak.  Other enhancements and fixes for use
9522   with ddd.
9523
9524 2003-05-12  Borut Razem <borut.razem AT siol.net>
9525
9526         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9527
9528 2003-05-11  Borut Razem <borut.razem AT siol.net>
9529
9530         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9531         the path of bin directory, so that PATH is the only env. variable, which has to be set
9532         in case of standard installation.
9533         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9534         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9535         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9536
9537 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9538
9539         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9540         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9541         temp files are in the port dir; clean the gen/test directory when
9542         generating new test.c
9543         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9544         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9545         * support/regression/tests/zeropad.c: added
9546
9547 2003-05-09    <johan AT balder>
9548
9549         * src/SDCCglue.c: fixed bug #597940
9550
9551 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9552
9553         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9554   cache sfr, optimize next,step, fix off by one sourceline,
9555   support ddd list function.
9556         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9557
9558 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9559
9560         * support/regression/HTMLgen.py: added compare_s2f()
9561         * support/regression/Makefile: redo 1.27
9562         * support/regression/generate-cases.py: redo 1.5
9563
9564 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9565
9566         * support/regression/tests/float.c: workaround 33 bit hex constant
9567         * support/regression/tests/simplefloat.c: fix division for host
9568
9569 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9570
9571         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9572         that tame's the PIC's over-aggressive optimizer.
9573
9574 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9575
9576          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9577          support for MSVC.
9578
9579 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9580
9581         Initial support for DS80C400. "Hello world" runs on TINIm400
9582         (with polled I/O).
9583
9584 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9585
9586          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9587          * Some notes on ddd usage added in debugger/README
9588          Martin Helmling adding more features and fixes for ddd GUI debugger.
9589          Code added for nexti, stepi, up, down, and other adjustments.
9590
9591 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9592
9593         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9594         * src/pic/peeph.def Added two rules to optimize carry manipulation
9595         * src/pic/* removed debug printfs
9596
9597 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9598
9599         * debugger/mcs51/cmd.c: added header newalloc.h
9600
9601 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9602
9603         * as/Makefile: new EXEEXT
9604         * as/z80/Makefile: remove trailing slash of BUILDIR
9605         * as/z80/clean.mk: new EXEEXT
9606         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9607         * support/cpp2/Makefile.in: new EXEEXT
9608         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9609
9610 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9613         EXEEXT was introduced to fix all related problems with targets
9614         "clean", "install" and "uninstall"; a couple of further flaws
9615         especially with "clean" have been fixed too
9616         * as/mcs51/Makefile.in
9617         * as/mcs51/clean.mk
9618         * as/z80/Makefile
9619         * Makefile
9620         * clean.mk
9621         * debugger/mcs51/Makefile.in
9622         * debugger/mcs51/clean.mk
9623         * link/z80/Makefile
9624         * link/z80/Makefile.in
9625         * link/z80/clean.mk
9626         * link/Makefile
9627         * packihx/Makefile.in
9628         * packihx/clean.mk
9629         * sim/ucsim/Makefile
9630         * sim/ucsim/clean.mk
9631         * sim/ucsim/avr.src/Makefile.in
9632         * sim/ucsim/avr.src/clean.mk
9633         * sim/ucsim/s51.src/Makefile.in
9634         * sim/ucsim/s51.src/clean.mk
9635         * sim/ucsim/xa.src/Makefile.in
9636         * sim/ucsim/xa.src/clean.mk
9637         * sim/ucsim/z80.src/Makefile.in
9638         * sim/ucsim/z80.src/clean.mk
9639         * sim/ucsim/main_in.mk
9640         * sim/ucsim/packages_in.mk
9641         * sim/ucsim/gui.src/Makefile.in
9642         * sim/ucsim/gui.src/serio.src/Makefile.in
9643         * sim/ucsim/gui.src/serio.src/clean.mk
9644         * src/Makefile.in
9645         * src/clean.mk
9646         * support/cpp2/Makefile.in
9647         * support/cpp2/clean.mk
9648         * support/makebin/Makefile
9649         * support/makebin/clean.mk
9650         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9651         * doc/sdccman.lyx: --program-suffix no longer needed
9652
9653 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9654
9655          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9656          Martin Helmling added support for ddd GUI debugger.
9657          Code added to display assembly, set variables, and other commands
9658          to interface to ddd.
9659
9660 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9661
9662         * as/Makefile: fix target clean
9663         * as/clean.mk: fix target clean
9664         * as/z80/clean.mk: fix target clean
9665
9666 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9667
9668         * Makefile.common.in: added  AT EXEEXT AT
9669         * configure.in: removed all mingw32 stuff
9670         * configure: rebuilt from configure.in
9671         * doc/sdccman.lyx: updated section "installation"
9672         * support/scripts/sdcc_mingw32: adapted to configure
9673         * support/scripts/sdcc_cygwin_mingw32: added
9674
9675 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9676
9677         * src/pic Added object file support for the PIC port
9678         * src/pic Applied patch from Craig Franklin (this started the object file support)
9679         * src/regression Updated the PIC regression tests for object files
9680
9681 2003-04-20  Borut Razem <borut.razem AT siol.net>
9682
9683         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9684           lklex.c: In function `getfid':
9685           lklex.c:203: warning: array subscript has type `char'
9686         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9687           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9688         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9689           stack handling macros
9690
9691 2003-04-19  Borut Razem <borut.razem AT siol.net>
9692
9693         * "handling space characters in file path" task:
9694         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9695         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9696         * support/Util/MySystem.h: make it self-sufficient
9697         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9698           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9699           handling space characters in file path
9700         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9701           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9702         * support/Util/MySystem.c: handling space characters in executable's path
9703
9704 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9705
9706         * as/z80/Makefile: fix permanent rebuild of z80
9707         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9708         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9709
9710 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9711
9712         * src/SDCCopt.c: add special case optimization to replace modulo by
9713           a power of two with a bitwise AND.
9714
9715 2003-04-18    <johan AT balder>
9716
9717         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9718
9719 2003-04-17    <johan AT balder>
9720
9721         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9722         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9723
9724 2003-04-13  Borut Razem <borut.razem AT siol.net>
9725
9726         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9727         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9728           fixed mingw problem in adl_NORMALIZE_PATH
9729
9730 2003-04-12  Borut Razem <borut.razem AT siol.net>
9731
9732         * fixed "#pragma SAVE/RESTORE can not be nested":
9733         * src/SDCC.lex: reworked pragma handling functions
9734         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9735         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9736
9737 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9738
9739         * src/SDCCutil.c (pathEquivalent): defined but not used
9740         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9741         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9742         * configure: rebuilt from configure.in
9743         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9744         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9745         * device/include/Makefile.in: replace sdcc_datadir
9746         * device/lib/Makefile.in: replace sdcc_datadir
9747         * Makefile.common.in: add LDFLAGS from configure
9748         * packihx/Makefile.in: use LDFLAGS
9749         * src/Makefile.in: use LDFLAGS
9750         * support/cpp2/Makefile.in: add LDFLAGS from configure
9751         * support/makebin/Makefile: use LDFLAGS
9752         * .version: bumped version number to 2.3.5
9753
9754 2003-04-12  Borut Razem <borut.razem AT siol.net>
9755
9756         * completed "different paths" task:
9757         * src/SDCCmacro.c: fixed bug in handling quotes
9758         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9759         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9760
9761 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9764
9765 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9766
9767         * ds390/gen.c ds390/peeph.def: fix bug 706781
9768
9769 2003-04-11  Borut Razem <borut.razem AT siol.net>
9770
9771         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9772
9773 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9774
9775         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9776         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9777          set - this bit used to not be set...).
9778         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9779           bad code in PIC Port
9780         * src/regression/and2.c added to test bug 609268
9781         * src/regression/Makefile added and2.c to regression test
9782
9783
9784 2003-04-08    <johan AT CP255758-A>
9785
9786         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9787         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9788         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9789
9790 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9791
9792         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9793         fix bug #487815
9794         * support/cpp2/Makefile.in: fix bug #487815
9795         * configure: rebuilt from configure.in
9796         * Makefile.common.in: docdir changed, new path suffixes
9797         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9798         * sdcc_vc_in.h: reflect changes from sdccconf.h
9799         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9800         * src/SDCCutil.h: remove BINDIR hack
9801         * doc/sdccman.lyx: update new path hierarchy
9802
9803 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9804
9805         * src/SDCCpeeph.c: added okToRemoveSLOC test
9806
9807 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9808
9809         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9810
9811 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9812
9813         * src/SDCCpeeph.c: added labelIsReturnOnly test
9814         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9815
9816 2003-04-05    <johan AT balder>
9817
9818         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9819         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9820         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9821         * src/SDCCast.c: fixed a warning
9822         * src/SDCCast.h: fixed a warning
9823         * src/SDCCicode.c (operandFromAst): fixed a warning
9824
9825 2003-04-04    <johan AT balder>
9826
9827         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9828         * src/SDCCast.c (decorateType): fixed bug #715076
9829         * src/SDCC.y: fixed bug #702907
9830
9831 2003-04-03    <johan AT balder>
9832
9833         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9834         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9835         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9836         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9837         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9838
9839 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         * _decdptr.c: fix return values
9842         * _gptrget.c: fix return values
9843         * _gptrgetc.c: fix return values
9844         * _gptrput.c: fix return values
9845         * _mulint.c: fix return values
9846         * as/z80/Makefile: fix 'make -j' problem
9847
9848 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9849
9850         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9851         * configure.in: big cleanup, updated to autoconf 2.5x
9852         * configure: rebuilt from configure.in
9853         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9854         * sdcc_vc_in.h: reflect changes from sdccconf.h
9855         * doc/Makefile: fixed a flaw in "make install"
9856
9857 2003-04-02    <johan AT balder>
9858
9859         * src/ds390/gen.c (genCmp): no comments
9860         * src/mcs51/gen.c (genCmp): no comments
9861         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9862         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9863
9864 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9865
9866         * support/regression/generate-cases.py: place generated file in given sub directory
9867         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9868         * support/regression/Makefile: improvements for 'make -j';
9869         side effect: it's simpler and faster now
9870
9871 2003-03-31  Borut Razem <borut.razem AT siol.net>
9872
9873         * src/z80/main.c: link-{port} and as-{port} defined without path
9874         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9875
9876 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9879
9880 2003-03-30  Borut Razem <borut.razem AT siol.net>
9881
9882         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9883           changed type of list parameter to set
9884         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9885         * src/port.h: changed type of do_assemble() parameter to set
9886         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9887           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9888           definition of "cppoutfilename" macro with NULL value in preProcess()
9889         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9890         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9891         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9892           replaced with set *binPathSet
9893         * shash_add() deallocates the item, if allready exsists, before adding the new one
9894         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9895
9896 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9897
9898         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9899           a nested for loop bug in the PIC port
9900         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9901           for loops
9902
9903 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * support/Util/dbuf.h: remove C++ stuff to make it portable
9906
9907 2003-03-28  Borut Razem <borut.razem AT siol.net>
9908
9909         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9910           literal strings in stringLiteral()
9911         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9912         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9913           to the project
9914
9915 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9916
9917         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9918
9919 2003-03-26    <johan AT balder>
9920
9921         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9922         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9923         * src/SDCCast.c (decorateType): fixed " -v < 3"
9924
9925 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9926
9927         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9928         Added Lenny Story's debug infrastructure changes:
9929         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9930         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9931         * src/cdbFile.c: added
9932         * src/SDCCdebug.c: added
9933         * src/SDCCdebug.h: added
9934         * src/SDCCast.c (createFunction)
9935         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9936         * src/SDCCmain.c (parseCmdLine, main)
9937         * src/SDCCmem.c (redoStackOffsets)
9938         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9939         * src/SDCCsymt.h
9940         * src/common.h
9941         * src/avr/gen.c (genAVRCode)
9942         * src/ds390/gen.c (gen390Code)
9943         * src/mcs51/gen.c (gen51Code)
9944         * src/pic/gen.c (genpic14Code)
9945         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9946         * src/xa51/gen.c (genXA51Code)
9947         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9948
9949 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9950
9951         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9952         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9953
9954 2003-03-22    <johan AT balder>
9955
9956         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9957
9958 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9959
9960         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9961         * doc/cdbfileformat.lyx: added, written by Lenny Story
9962         * doc/Makefile: added cdbfileformat.lyx
9963         * doc/clean.mk: added cdbfileformat.lyx
9964
9965 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9966
9967         * src/mcs51/peeph.def: fix bug #705773
9968
9969 2003-03-20    <johan AT balder>
9970
9971         An sfr/sbit can have an "at #" AND an initializer
9972         * src/SDCCsymt.c (checkSClass):
9973         * src/SDCCmem.c (allocGlobal):
9974         * src/SDCCmem.c (allocLocal):
9975         * src/SDCCast.c (createBlock):
9976
9977 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9978
9979         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9980
9981 2003-03-16    <johan AT balder>
9982
9983         Undid the hackup of const and volatile, the problem is much bigger
9984         * src/SDCC.y:1.65
9985         * src/SDCCast.c:1.171
9986         * src/SDCCglue.c:1.138
9987         * src/SDCCicode.c:1.146
9988         * src/SDCCsymt.c:1.150
9989         * src/SDCCval.c:1.65
9990
9991 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9992
9993         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9994         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9995
9996 2003-03-13    <johan AT balder>
9997
9998         Hackup const and volatile modifiers in type chains a bit:
9999         * src/SDCC.y:1.63
10000         * src/SDCCast.c:1.169
10001         * src/SDCCglue.c:1.136
10002         * src/SDCCicode.c:1.143
10003         * src/SDCCsymt.c1.146
10004         * src/SDCCsymt.h1.59
10005         * src/SDCCval.c:1.63
10006
10007 2003-03-12    <johan AT balder>
10008
10009         * src/SDCCBBlock.h: more LRH debugging junk
10010         * src/SDCCcflow.h: more LRH debugging junk
10011         * src/SDCCloop.c: more LRH debugging junk
10012         * src/SDCC.y (struct_declaration): fixed bug #697590
10013         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10014         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10015         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10016
10017 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10018         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10019         test function names must now match exactly).
10020         * src/SDCCcse.c: added special case in findCheaperOp to allow
10021         extending a short integer. Makes less awful code for bug 700121 test case.
10022
10023 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10024
10025         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10026         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10027
10028 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10029
10030         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10031         actually called (operandsNotEqual() was called for all
10032         operandsNotEqualX tests).
10033
10034 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10035
10036         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10037         with shorter literals. Fixes bug 700121.
10038
10039 2003-03-11    <johan AT balder>
10040
10041         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10042
10043 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10044
10045         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10046         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10047
10048 2003-03-10  Borut Razem <borut.razem AT siol.net>
10049
10050         * src/SDCCmain.c: pipe preprocessor's output
10051         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10052         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10053         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10054         which closes all pipes in pipeSet set
10055         * src/SDCCset.c: free deleted item in function deleteSetItem()
10056         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10057         moved from z80 to src subproject
10058         * .version: increased version number to 2.3.4
10059
10060 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10061
10062         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10063         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10064         * support/regression/ports/xa51/spec.mk: fix typo
10065
10066 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10067
10068         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10069
10070 2003-03-09  Borut Razem <borut.razem AT siol.net>
10071
10072         * src/SDCCmain.c: pipe preprocessor's output
10073         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10074         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10075         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10076         which closes all pipes in pipeSet set
10077         * src/SDCCset.c: free deleted item in function deleteSetItem()
10078         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10079         moved from z80 to src subproject
10080
10081 2003-03-09  Borut Razem <borut.razem AT siol.net>
10082
10083         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10084         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10085         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10086         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10087         * src/SDCCglobl.h: unification of WIN32 native definitions
10088
10089 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10090
10091         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10092
10093 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10094
10095         * src/configure.in:   check for endianess (even while cross-compiling)
10096         * src/configure:      check for endianess (even while cross-compiling)
10097         * src/configure_in.h: check for endianess (even while cross-compiling)
10098         * src/avr/gen.c:        remove old endianess stuff
10099         * src/mcs51/gen.c:      remove old endianess stuff
10100         * src/ds390/gen.c:      remove old endianess stuff
10101         * src/pic/gen.c:        remove old endianess stuff
10102         * src/pic/genarith.c:   remove old endianess stuff
10103         * src/pic/glue.c:       fix endianess check
10104         * src/pic16/gen.c:      remove old endianess stuff
10105         * src/pic16/genarith.c: remove old endianess stuff
10106         * src/pic16/glue.c:     fix endianess check
10107         * src/xa51/gen.c:       remove old endianess stuff
10108         * src/z80/gen.c:        fix endianess check
10109         * src/SDCCglue.c:       fix endianess check
10110         * src/ds390/peeph.def: fix bug 700036
10111
10112 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10113
10114         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10115         * src/configure: find appropriate data-types on host for SDCC's int and long
10116         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10117         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10118         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10119
10120 2003-03-07    <johan AT balder>
10121
10122         Just a big NOOP:
10123                 some minor cleanups before the big shot
10124                 OP_DEFS and OP_USES now use Kevin's protection
10125                 new option --nolabelopt
10126
10127         * src/SDCCBBlock.c:
10128         * src/SDCCast.c,:
10129         * src/SDCCcflow.c:
10130         * src/SDCCcse.c:
10131         * src/SDCCicode.c:
10132         * src/SDCCicode.h:
10133         * src/SDCClabel.c:
10134         * src/SDCCloop.c:
10135         * src/SDCCmain.c:
10136         * src/ds390/ralloc.c:
10137         * src/mcs51/ralloc.c:
10138         * src/pic/ralloc.c:
10139         * src/xa51/ralloc.c:
10140         * src/z80/ralloc.c:
10141
10142 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10143
10144         * src/pic/pcode.c (get_op): fix 64 bit warnings
10145         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10146         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10147         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10148         * support/regression/tests/malloc.c: fix 64 bit warnings
10149
10150 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10151
10152         * src/mcs51/gen.c (genMinus): fixed bug 696436
10153
10154 2003-03-02  Borut Razem <borut.razem AT siol.net>
10155
10156         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10157
10158 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10159
10160         * configure.in: test for mkstemp
10161         * sdccconf_in.h: add HAVE_MKSTEMP
10162
10163 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10164
10165         * device/include/ctype.h: removed warning while using --stack-auto
10166         * device/include/malloc.h: removed warning while using --stack-auto
10167         * device/include/string.h: removed warning while using --stack-auto
10168
10169 2003-02-23  Borut Razem <borut.razem AT siol.net>
10170
10171         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10172         because NDEBUG is defined (see man assert)
10173         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10174
10175 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10176
10177         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10178         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10179
10180 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10181
10182         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10183         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10184
10185 2003-02-18    <johan AT balder>
10186
10187         * as/mcs51/asmain.c (asmbl): module can start with a digit
10188         * as/z80/asmain.c (asmbl): module can start with a digit
10189
10190 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10191
10192         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10193         * src/asm.c: fix pipe() for Mingw32
10194
10195 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10196
10197         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10198         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10199         make -V work again; --c1mode reads now from stdin
10200         * doc/sdccman.lyx: added --c1mode
10201         * support/Util/SDCCerr.c: new messages for c1 mode
10202         * support/Util/SDCCerr.h: new messages for c1 mode
10203         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10204
10205 2003-02-15    <johan AT balder>
10206
10207         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10208
10209 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10210
10211         * doc/sdccman.lyx: Environment variables, -o and other minor things
10212
10213 2003-02-14    <johan AT balder>
10214
10215         * src/xa51/main.c: before anyone really tries to use it :)
10216
10217         * Install doc's in share/sdcc/doc
10218         * removed some obsolete files
10219         * Do a proper make distclean and uninstall
10220         M Makefile.common.in
10221         R sdccbuild.sh
10222         M as/Makefile
10223         M device/include/Makefile.in
10224         M device/lib/Makefile.in
10225         M doc/sdccman.lyx
10226         M link/Makefile
10227         M sim/ucsim/doc/Makefile.in
10228         M src/clean.mk
10229         R src/avr/peeph.rul
10230         R src/xa51/peeph.rul
10231         M support/cpp2/Makefile.in
10232         M support/makebin/Makefile
10233
10234
10235 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10236
10237         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10238
10239 2003-02-10  Borut Razem <borut.razem AT siol.net>
10240
10241         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10242         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10243         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10244         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10245         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10246         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10247         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10248         src/z80/Makefile.bcc: Borland Makefile cleanup
10249         * as/z80/Makefile.bcc: Added Borland Makefile
10250         * support/cpp2/borland.h: Removed
10251
10252 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10255         * src/SDCC.lex: new pragma NOIV
10256         * src/SDCCglobl.h: new pragma NOIV
10257         * src/SDCCmem.c: new pragma NOIV
10258
10259 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10260
10261         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10262
10263 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10264
10265         * src/SDCCmain.c: signal handling is switched off by --debug
10266         * doc/Makefile: small fix for install; use clean.mk again
10267         * doc/clean.mk: clean *.pdf and *.html too
10268
10269 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10272         * device/lib/printfl.c: fix a ds390 bug by making it portable
10273         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10274         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10275         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10276         * debugger/mcs51/cmd.c: converted multi-line string literals
10277         * sim/ucsim/globals.cc: converted multi-line string literals
10278         * src/SDCCmain.c: introduced signal handler to remove temp files
10279         * doc/Makefile: small tweaks, implement clean
10280         * doc: removed generated files
10281
10282 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10283
10284         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10285         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10286         Address Record is not correctly generated for DS390."
10287
10288 2003-02-02  Borut Razem <borut.razem AT siol.net>
10289
10290         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10291         * as/mcs51/asm.h: fixed compilation with Borland C
10292         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10293         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10294         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10295         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10296         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10297         src/z80/Makefile.bcc: delete $(LIB) only if exist
10298         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10299
10300 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10301
10302         * device/include/malloc.h: introduced NULL
10303         * device/include/string.h: introduced NULL
10304         * device/include/stdlib.h: introduced NULL
10305         * device/lib/_memcpy.c: removed NULL
10306         * device/lib/_strcat.c: removed NULL
10307         * device/lib/_strchr.c: removed NULL
10308         * device/lib/_strcmp.c: removed NULL
10309         * device/lib/_strcpy.c: removed NULL
10310         * device/lib/_strcspn.c: removed NULL
10311         * device/lib/_strlen.c: removed NULL
10312         * device/lib/_strncat.c: removed NULL
10313         * device/lib/_strncmp.c: removed NULL
10314         * device/lib/_strncpy.c: removed NULL
10315         * device/lib/_strpbrk.c: removed NULL
10316         * device/lib/_strrchr.c: removed NULL
10317         * device/lib/_strspn.c: removed NULL
10318         * device/lib/_strstr.c: removed NULL
10319         * device/lib/_strtok.c: removed NULL
10320         * device/lib/malloc.c: removed NULL, include own header
10321
10322 2003-02-02    <johan AT balder>
10323
10324         * 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
10325         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10326         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10327         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10328         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10329         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10330
10331 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10332
10333         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10334         area 'DATA'"
10335
10336 2003-02-01    <johan AT balder>
10337
10338         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10339
10340 2003-01-31    <johan AT CP255758-A>
10341
10342         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10343
10344 2003-01-30    <johan AT balder>
10345
10346         * src/SDCCBBlock.c: automatic bug detection
10347         * src/SDCCicode.c: automatic bug detection
10348
10349 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10350
10351         * src/SDCCglobl.h:   now --xram-size 0 works
10352         * src/SDCCmain.c:    now --xram-size 0 works
10353
10354 2003-01-29    <johan AT balder>
10355
10356         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10357
10358 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10359
10360         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10361         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10362         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10363         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10364         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10365         * src/SDCCmain.c:    Added options --xram-size and --code-size
10366
10367 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10368
10369         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10370         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10371
10372 2003-01-27    <johan AT balder>
10373
10374         * src/SDCC.y: fixed bug #613764
10375
10376 2003-01-26    <johan AT balder>
10377
10378         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10379         * src/SDCCsymt.h: fixed bug #673374
10380         * src/SDCCglue.c: fixed bug #661910
10381         * src/SDCCast.c: fixed bug #458099 and 673374
10382
10383 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10384
10385         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10386         * as/mcs51/strcmpi.h: added
10387         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10388         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10389         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10390         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10391         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10392         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10393         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10394         * as/mcs51/Makefile.aslink: new module strcmpi
10395         * as/mcs51/Makefile.asx8051: new module strcmpi
10396         * as/mcs51/Makefil.bcc: new module strcmpi
10397         * as/mcs51/Makefile.in: new module strcmpi
10398         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10399
10400 2003-01-26    <johan AT balder>
10401
10402         * src/SDCCglue.c: reverted back to 1.124
10403         * src/SDCCast.c: reverted back to 1.156
10404         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10405
10406 2003-01-25    <johan AT balder>
10407
10408         * src/SDCCglue.c: A better fix for bug #661910
10409         * src/SDCCast.c: A better fix for bug #661910
10410         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10411
10412 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10413
10414         * src/Makefile.in: remove spawn.o
10415         * src/SDCCmain.c: remove spawn.h
10416         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10417         * src/spawn.c: removed
10418         * src/spawn.h: removed
10419         * support/regression/ports/ds390/spec.mk: link with -r
10420
10421 2003-01-24    <johan AT CP255758-A>
10422
10423         * src/ds390/gen.c (aopOp): fixed bug #667458
10424         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10425         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10426         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10427
10428 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * src/mcs51/peeph.def: better assembler identation by Frieder
10431         * src/mcs51/gen.c: better assembler identation by Frieder
10432
10433 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10434
10435         * as/z80/string.h: removed for gcc 3.2
10436         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10437         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10438
10439 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10442         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10443         * support/regression/Makefile: separate temp files for ports
10444         * support/regression/generate-cases.py: separate temp files for ports
10445         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10446         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10447
10448 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10449
10450         * moved tinitalk to device/examples/ds390
10451
10452 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10453
10454         * as/mcs51/lkmem.c: rflag is for DS390
10455         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10456         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10457                          (linkEdit): move mem- and map-files the same way as ihx-files
10458         * src/z80/main.c (_setDefaultOptions): removed --generic
10459         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10460         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10461         * src/pic/glue.c (picglue): --c1mode works again
10462         * src/pic16/glue.c (pic16glue): --c1mode works again
10463         * src/asm.c (printCLine): fix #660034
10464
10465 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10466
10467         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10468         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10469         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10470         * as/mcs51/lkmem (summary): better fix for sp problem
10471         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10472         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10473         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10474                                               remove --stack-after-data
10475
10476 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10479         * src/SDCCutil.c (join): ugly bug: missing '\0'
10480         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10481
10482 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10483
10484         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10485         * src/port.h: typo
10486         * src/pic/main.c (_asmCmd): gpasm supports -o
10487         * src/z80/main.c: more general macros
10488         * device/lib/Makefile.in: remove intermediate files
10489
10490 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10491
10492         * .version: Bumped version number to 2.3.3
10493         * src/SDCCBBlock.c: new option -o
10494         * src/SDCCglobl.h: new option -o
10495         * src/SDCCglue.c: new option -o
10496         * src/SDCCmain.c: new option -o
10497         * src/asm.c: new option -o
10498         * src/ds390/main.c: new option -o
10499         * src/pic/glue.c: new option -o
10500         * src/pic/pcode.c: new option -o
10501         * src/pic/ralloc.c: new option -o
10502         * src/pic16/glue.c: new option -o
10503         * src/pic16/pcode.c: new option -o
10504         * src/pic16/ralloc.c: new option -o
10505         * src/z80/main.c: new option -o
10506         * device/lib/Makefile.in: use -o
10507         * support/regression/ports/ds390/spec.mk: use -o
10508         * support/regression/ports/gbz80/spec.mk: use -o
10509         * support/regression/ports/mcs51/spec.mk: use -o
10510         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10511         * support/regression/ports/z80/spec.mk: use -o
10512         * support/regression/ports/ucz80/spec.mk: use -o
10513         * support/regression/ports/xa51/spec.mk: use -o
10514         * support/regression/fwk/lib/timeout.c: fix usage string
10515
10516 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10517         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10518
10519 2003-01-07    <johan AT balder>
10520
10521         * src/SDCCast.c (decorateType): fixed bug #600035
10522
10523 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10524         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10525         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10526         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10527         * src/pic/pcode.c: outcommented unused variable to remove warnings
10528         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10529
10530 2003-01-06    <karl AT turbobit.com>
10531         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10532    regression tests.
10533
10534 2003-01-06    <johan AT balder>
10535
10536         * src/SDCCicode.c: fixed array add
10537
10538 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10539         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10540         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10541
10542 2003-01-04    <johan AT balder>
10543
10544         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10545
10546 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10547         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10548
10549 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10550         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10551         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10552
10553 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10554         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10555
10556 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10557         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10558
10559 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10560         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10561
10562 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10563
10564     * in \sdcc\as\mcs51\ changed these files in order to create an
10565     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10566     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10567     following files to include the previous two files: aslink.dsp,
10568     Makefile.aslink, Makefile.bcc, and Makefile.in.
10569
10570     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10571     .adb instead of .cdb
10572
10573 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10574
10575         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10576         value from option --iram-size.
10577
10578 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10579
10580         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10581         dram[] array.
10582
10583 2002-09-18    <wiml AT hhhh.org>
10584
10585         * SDCClrange.h: exposed setFromRange() and setToRange()
10586         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10587           packRegsForAccUse() (bug 542397)
10588         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10589           multiple times and emitting the fetch operations more than once
10590           added aopGetUsesAcc() function to allow binary operators to
10591           fetch their operands in the correct order; made genMinus() emit
10592           compact code for X = LITERAL - Y
10593
10594 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10595         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10596         sprintf() in line 1267.
10597
10598 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10599         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10600         like ports.
10601
10602 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10603         Changes to aslink (All the changes are marked with 'JCF'):
10604
10605         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10606         summary().
10607
10608         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10609         area BSEG.  Also moves, if possible, the DATA area down into the internal
10610         ram so more space is available.
10611
10612         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10613         sflag.
10614
10615         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10616         not bytes.  Function summary() which creates a memory usage summary
10617         file with extension .mem.  Reports of overlaping stack and small stack
10618         size.  If the space for the stack is less than 16 bytes aslink trows a
10619         warning.
10620
10621         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10622         the 8051.  Option 'y' for memory summary output file.
10623
10624         Changes to sdcc (All the changes are marked with 'JCF'):
10625
10626         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10627
10628         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10629         overlaying area for it (uses RegBankUsed[4]).
10630
10631         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10632         bank zero as used by default.  By default aslink locates the stack
10633         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10634         the creation of the .mem file.  Delegates the allocation of data area
10635         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10636         the begining of the stack area to aslink.
10637
10638         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10639         glue() in SDCCglue.c creates an area for it.
10640
10641 2002-09-03  Borut Razem <borut.razem AT siol.net>
10642         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10643         sdcc/src/pic/glue.c:
10644         introduced atexit() handler for teporay files removal in case of
10645         errors, assertions, ...
10646
10647 2002-08-29  Borut Razem <borut.razem AT siol.net>
10648         * sdcc/support/cpp2/auto-host_vc_in.h:
10649         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10650         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10651         Maybe there is a similar problem with BORLANDC? It should be checked!
10652
10653         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10654         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10655         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10656         was not executed, and the compiler (cl) launched a warning:
10657         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10658
10659 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10660         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10661
10662 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10663         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10664
10665         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10666           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10667           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10668           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10669           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10670           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10671           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10672         - added Release configuration in VS projects
10673         - review of compiler an linker options
10674         - VC .exe files are generated in bin_vc directory, not to interfere
10675           with binaries generated from other projects (cygwin, mingw, bcc ...)
10676
10677         * sdcc/src/yacc.dsp: added
10678
10679         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10680         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10681         and insert the version number definitions from .version
10682
10683         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10684
10685         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10686         added - genarate auto-host.h using auto-host_vc_in.h as template
10687
10688         * sdcc/sdcc_vc.h,
10689         removed from CVS, generated automatically
10690
10691 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10692         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10693
10694 2002-08-11  Borut Razem <borut.razem AT siol.net>
10695         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10696
10697 2002-08-10  Borut Razem <borut.razem AT siol.net>
10698         * src/SDCCmain.c (main):
10699         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10700         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10701         The consequence was that some temporary files were not removed.
10702
10703         * src/SDCCglue.c:
10704         unification of code in functions tempfilename() and tempfile():
10705         function tempnam() is defined in Visual Studio 6.0 and .NET
10706
10707         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10708
10709         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10710           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10711         - removed compiler command line option /WX: Treats all warnings as errors
10712         - update a list of source files, included into the project
10713
10714         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10715           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10716         changed project type to Generic Project so that can be correcly converted to VS.NET project
10717
10718         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10719
10720         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10721
10722         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10723
10724         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10725         added return 0 statements after assert() to make compiler happy
10726
10727         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10728         added newline in the def file to keep MSC compiler satisfied
10729
10730         * sdcc/src/z80/gen.c:
10731         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10732           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10733         - solved MSC error in function aopDump()
10734
10735         * sdcc_vc.h: define PREFIX as "\\sdcc"
10736
10737 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10738         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10739
10740 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10741         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10742         - Rewrote the register banking algorithm.
10743         - Added pCode live-range analysis to registers (for now, only non-used and
10744         singly-used registers optimized away)
10745
10746         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10747
10748         * 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.
10749
10750 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10751         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10752
10753 2002-04-22  Michael Hope  <michaelh AT vroom>
10754
10755         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10756
10757         * configure.in (DD_COPT): Added include support required for gbdk.
10758
10759         * .version: Bumped version number just to increase it.
10760
10761         * src/SDCCmain.c: Added -nostdinc to the default options.
10762
10763 2002-04-15  Michael Hope  <michaelh AT vroom>
10764
10765         * device/lib/z80/printf.c (sprintf): Added.
10766
10767         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10768
10769         * src/z80/peeph.def: Added transpose redundent load rule.
10770
10771         * src/z80/main.c: Added force callee saves for jaune.
10772
10773         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10774
10775         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10776
10777 2002-03-28  Johan Knol  <johan AT balder>
10778
10779         * src/SDCCval.c: fixed bug #532436
10780
10781 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10782         * /src/port.h:
10783         Added "char *Processor" field to the port structure.
10784
10785         * /src/SDCCmain.c:
10786         Added -p option. Allows port dependent processor to be specified.
10787
10788         * all ports:
10789         Initialized the new field char *Processor field to NULL in all ports
10790
10791         * /src/pic/*:
10792         Compiler generated registers for interrupt context saving
10793         were not getting allocated.
10794
10795 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10796
10797         * /src/SDCCast.c:
10798         Fixed left shift. Will promote the left side of a left shift
10799         if a) left shifting more than size of operand or b) when assigned
10800         to something size > size of left side
10801
10802 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10803         * src/pic/*
10804         tons of changes. Register allocation has been
10805         rewritten. Added customization for the various PICs. Flow
10806         analysis is restructured. ...
10807
10808         * src/pic/device.h:
10809         Added
10810
10811         * src/pic/device.c:
10812         Added. device.c is a PIC port hack to accomodate variations
10813         in PIC devices.
10814
10815 2002-03-13  Michael Hope  <michaelh AT vroom>
10816
10817         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10818
10819 2002-03-04  johanknol  <johanknol AT manik>
10820
10821         * /src/SDCCval.c: fixed
10822
10823         const unsigned char arr[][2] = { { 0, 1 } };
10824         t18.c:1: error: Initializer element is not constant
10825
10826 2002-03-04  bela  <bela AT manik>
10827
10828         * /device/include/mcs51reg.h:
10829         ds89c420 register definition update
10830
10831 2002-03-03    <johan AT FRIJA>
10832
10833         * support/Util/SDCCerr.c: did something, but don't no why anymore
10834
10835         * support/regression/tests/bug-524691.c: made it a little less shy
10836
10837         * src/SDCCast.c (decorateType): fixed bug #524697
10838
10839         * src/SDCCast.c: made some lineno improvements
10840
10841         * src/SDCCval.c (getNelements): changed warning to error
10842
10843         * src/SDCCglue.c (printIvalArray): changed warning to error
10844
10845         * src/SDCCicode.c: fixed a warning for mingw
10846
10847         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10848
10849         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10850
10851 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10852
10853         * src/ds390/peeph.def:
10854         Added some more peephole rules
10855
10856         * src/ds390/gen.c: Various fixes & enhancements
10857
10858         * src/SDCClrange.c, src/SDCClrange.h:
10859         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10860
10861         * src/ds390/ralloc.c:
10862         various fixes & enhancements (ds390) specific
10863
10864         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10865         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10866         from rallocs.
10867
10868         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10869
10870 2002-03-02    <johan AT FRIJA>
10871
10872         * src/SDCCast.c (decorateType): fixed bug #524708
10873
10874         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10875
10876         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10877
10878 2002-03-01  Michael Hope  <michaelh AT vroom>
10879
10880         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10881
10882         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10883
10884 2002-03-01    <johan AT FRIJA>
10885
10886         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10887
10888         * src/SDCCast.c (decorateType): fixed bug #524209
10889
10890         * src/SDCCval.c (valNot): fixed bug #524195
10891
10892 2002-02-26    <johan AT balder>
10893
10894         * src/xa51/gen.c: fixed a warning
10895
10896         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10897
10898         * src/SDCCast.c (decorateType): fixed bug #522534
10899
10900 2002-02-23    <johan AT balder>
10901
10902         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10903
10904 2002-02-22    <johan AT balder>
10905
10906         * src/SDCCast.c: fixed bug #514865
10907
10908         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10909
10910 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10911
10912         * sdcc/src/SDCCloop.c:
10913         Previous fix was not good. basic blocks that have "break" or "return" are
10914         not really partof a loop , but live ranges used in these blocks should
10915         be live thru the entire loop, so set partOfLoop but don't add them to
10916         loop region
10917
10918 2002-02-21    <johan AT FRIJA>
10919
10920         * src/SDCCcse.c: fixed bug #514308
10921
10922 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10923
10924         * src/SDCCloop.c:
10925         Fixed BUG #519583. If a conditional block ended in a return/break
10926         statement inside a loop, it was not being considered part of the loop.
10927
10928         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10929
10930 2002-02-10  Karl Bongers <karl AT turbobit.com>
10931
10932         * debugger/*:
10933         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10934         with lots of comments and notes.
10935
10936         * device/examples/test2.c:
10937         Fix bug, "red" variable not being initialized(compiler complained).
10938
10939         * device/examples/Makefile, examples/test3.c:
10940         Add Makefile in device/examples folder, compiles test3.c
10941         for use as a multiple module SDCDB test case.
10942
10943         * sim/ucsim/cmd.src/cmdset.cc:
10944         Took out debug printfs in ucsim "next" command.
10945
10946         * sim/ucsim/xa.src:
10947         Karl and Johan start ucsim XA support.  Most dissassembly working,
10948         about 75% emulation done(plenty of work remaining).
10949
10950         * sim/ucsim/z80.src:
10951         Add Z80 support to ucsim, add test-ucz80 regression test,
10952         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10953         Notice z80 compiler fails on examples/test3.c/crc code.
10954
10955 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10956
10957         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10958         Added support for --parms-in-bank1
10959
10960         * src/ds390/peeph.def:
10961         added a few more peephole optimzations
10962
10963         * src/ds390/main.c:
10964         1) added __builtin_inp & __builtin_outp used to read in data of given length
10965            from a memory mapped port
10966         2) added __builtin_memcmp
10967         3) added __builtin_swapw swap bytes of a short
10968
10969         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10970         1) handle multiple send & receives from register bank1
10971         2) ralloc can now allocate DPTR1 to some liveRanges
10972
10973         * src/SDCCsymt.c, src/SDCCsymt.h:
10974         changes to handle multiple sends & receives
10975
10976         * src/SDCCptropt.h:
10977         added some pointer arithmetic optimization
10978
10979         * src/SDCCptropt.c:
10980         added some pointer arithmetic optimizations but not stable yet so not
10981         called from anywhere (will get this working shortly)
10982
10983         * src/SDCCopt.c: fixed for multiple sends & receives
10984
10985         * src/SDCCmain.c:
10986         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10987         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10988            set preprocessor defines (depending on options)
10989
10990         * src/SDCCicode.c, src/SDCCicode.h:
10991         changes made to handle multiple sends & receives
10992
10993         * src/SDCCglobl.h:
10994         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10995
10996         * src/SDCCcse.c, src/SDCCcse.h:
10997         added function findbackward def (to be used in upcoming optimization)
10998
10999         * src/SDCCcflow.c, src/SDCCcflow.h:
11000         added function returnAtEnd - to determine if a basic block terminates with
11001         a RETURN iCode
11002
11003         * src/SDCCast.c, src/SDCCast.h:
11004         added option parms-in-bank1
11005
11006         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11007         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11008         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11009         adjusted for --parms-in-bank1 option
11010
11011         * device/include/string.h:
11012         donot redefine "reentrant" keyword
11013
11014         * device/include/ds80c390.h: Added some more SFRs
11015
11016 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11017
11018         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11019
11020 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11021
11022         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11023
11024 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11025
11026         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11027
11028 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11029
11030         * Added --xram-movc option
11031
11032 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11033
11034         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11035
11036 2002-01-11  Johan Knol
11037
11038         * Added math lib of Jesus Calvino-Fraga
11039
11040 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11041
11042         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11043         * support/regression/Makefile: new target test-mcs51-stack-auto
11044         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11045
11046 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11047
11048         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11049
11050 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11051
11052         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11053
11054 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11055
11056         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11057
11058         * src/SDCCglue.h: add definition for printIvalChar()
11059
11060 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11061
11062         * src/SDCCast.c: fix #498138 by Johan
11063
11064         * src/SDCCglue.c: fix #498138 by Johan
11065
11066 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11067
11068         * support/regression/Makefile: fix clean
11069
11070         * support/regression/ports/ds390/support.c: fix transmission of last character
11071
11072 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11073
11074         * /sdcc/src/ds390/gen.c:
11075         a) improved computing address of stack variable
11076         b) took out some #if 0 code
11077         c) improved parmBytes adjustment
11078         d) improved genPlusIncr & genMinusIncr
11079         e) genCmp could generate bad code (when left assigned to DPTR)
11080         f) Fixed bug in hasInc
11081
11082         * /sdcc/src/ds390/ralloc.c:
11083         a) packRegsForSupport could mess up live information (Fixed)
11084         b) packRegsDPTRuse could be incorrect for left & right shift
11085
11086         * /sdcc/src/mcs51/ralloc.c:
11087         packRegsForSupport could mess up the live information (Fixed)
11088
11089         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11090
11091         * /sdcc/src/SDCCast.c:
11092         can reverse a loop even if function call is present as long
11093         as the loop control variable is local & is not passed as parameter
11094
11095 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11096
11097         * /sdcc/ChangeLog: *** empty log message ***
11098
11099         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11100         More builtin function additions for TININative
11101
11102         * /sdcc/src/ds390/ralloc.c:
11103         Had broken the regression testsuite
11104
11105         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11106
11107         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11108         Added funcattr hasStackParms will be set for reentrant functions when there
11109         are paramteres on the stack, this helps in minimizing frame pointer generation
11110         typeFromStr can handle function pointers now
11111
11112         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11113         *** empty log message ***
11114
11115 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11116
11117         * /src/ds390/gen.c, /src/ds390/main.c:
11118         More builtin function additions for TININative
11119
11120         * /src/ds390/ralloc.c:
11121         Had broken the regression testsuite
11122
11123         * /src/SDCCast.c: Fixed a bug in dumptree
11124
11125         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11126         Added funcattr hasStackParms will be set for reentrant functions when there
11127         are paramteres on the stack, this helps in minimizing frame pointer generation
11128         typeFromStr can handle function pointers now
11129
11130         * /doc/builtins.txt, /doc/TININative.txt:
11131         *** empty log message ***
11132
11133
11134 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11135
11136         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11137         ALPHA version for -mTININative
11138
11139         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11140         updated to reflect changes in the port structure
11141
11142         * /src/port.h:
11143         added function do_assemble (similar to do_link) if non-null this function
11144         will be called to do assembly (-mTININative) requires a multi command
11145         assembly
11146         added function genAssemblerEnd will be called to generate assembler Epilogue
11147
11148         * /src/SDCCsymt.c:
11149         added _JavaNative to debug info printing
11150
11151         * /src/SDCCmain.c: added option --tini-libid
11152         added port->do_assemble function (-mTININative) has a multi command assemble
11153
11154         * /src/SDCCglue.c: Disabled "constExpr" check
11155         added port->genAssemblerEnd function
11156
11157         * /src/SDCCglobl.h: Added option --tini-libid value
11158
11159         * /src/SDCCast.h:
11160         tookout optimizeCompare from the header (has no external references)
11161
11162         * /src/SDCCast.c: made one more function "static"
11163
11164 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11165
11166         * src/z80/mappings.i: Added z80asm support.
11167
11168         * src/z80/main.c: Added z80asm support on --asm=z80asm
11169
11170         * src/z80/gen.c: Fixed asm portability issues.
11171
11172         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11173
11174         * src/SDCCglue.c (printExterns): Added global/extern split.
11175
11176 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11177
11178         * support/regression/Makefile: added test for mcs51 model large
11179
11180         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11181
11182         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11183
11184 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11185
11186         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11187
11188 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11189
11190         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11191
11192         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11193
11194 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11195
11196         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11197
11198         * support/regression/tests/simplefloat.c: Port to mcs51.
11199
11200 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11201         * support/regression/tests/bug-485362.c: Added.
11202
11203         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11204
11205         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11206
11207         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11208
11209         * src/z80/gen.c (aopDump): Added a dump function.
11210
11211 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11212         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11213
11214         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11215
11216         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11217
11218         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11219
11220         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11221
11222         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11223
11224         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11225
11226         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11227
11228         * support/regression/ports/ds390/support.c: Use tinibios.
11229
11230         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11231
11232 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11233
11234         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11235         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11236
11237         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11238
11239         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11240
11241 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11242
11243         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11244
11245         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11246         (packRegsForIYUse): Created and optimised.
11247
11248 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11249
11250         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11251 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11252
11253         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11254
11255         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11256
11257         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11258
11259 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11260
11261         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11262
11263         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11264
11265 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11266
11267         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11268
11269         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11270
11271         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11272
11273 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11274
11275         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11276         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11277         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11278
11279         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11280
11281         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11282         (genNotFloat): Added.
11283         (genUminusFloat): Added.
11284
11285         * device/lib/z80/Makefile: Added floating pt stubs.
11286
11287         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11288
11289         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11290
11291         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11292
11293 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11294
11295         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11296
11297         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11298
11299         * sdcc/support/regression/Makefile: Add port ds390.
11300
11301         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11302
11303         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11304
11305         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11306
11307         * sdcc/support/regression/ports/ds390/support.c: Added.
11308
11309         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11310
11311         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11312
11313         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11314
11315 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11316
11317         * device/include/malloc.h: Added z80 and gbz80 support.
11318
11319         * device/lib/gbz80/heap.s: Added.
11320
11321         * device/lib/z80/heap.s: Added.
11322
11323         * device/lib/malloc.c: Added z80 and gbz80 support.
11324
11325         * support/regression/tests/malloc.c (testMalloc): Added.
11326
11327         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11328
11329         * support/regression/tests/bug-478094.c: Added.
11330
11331         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11332
11333 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11334
11335         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11336
11337         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11338
11339         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11340
11341         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11342
11343         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11344
11345 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11346
11347         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11348
11349 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11350
11351         * support/regression/tests/bug-477927.c: Added.
11352
11353         * src/z80/peeph.def: Added minor rules.
11354
11355         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11356
11357         * src/z80/peeph.def: Added jump optimisation modification.
11358
11359 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11360
11361         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11362
11363 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11364
11365         * support/regression/tests/funptrs.c: Added.
11366
11367 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11368
11369         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11370
11371 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11372
11373         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11374
11375         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11376
11377         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11378         (movLeft2ResultLong): Created.
11379
11380         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11381         (joinPushes): Added.  Joins two char pushes into a word push.
11382
11383 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11384
11385         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11386
11387         * support/makebin/Makefile (install): Added creation of dest dir.
11388
11389 2001-10-24 Karl Bongers <karl AT turbobit.com>
11390
11391         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11392
11393 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11394
11395         * src/z80/ralloc.c: Turned off faulty pack for one use.
11396
11397         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11398
11399         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11400
11401 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11402
11403         * support/regression/Makefile: Improved clean
11404
11405         * support/regression/ports/gbz80/spec.mk: Added clean
11406
11407         * support/regression/ports/host/spec.mk: Added clean
11408
11409         * support/regression/ports/z80/spec.mk: Added clean
11410
11411         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11412
11413         * support/regression/ports/mcs51/timeout.c: little improvements
11414
11415 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11416
11417         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11418
11419         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11420
11421         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11422
11423 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11424
11425         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11426
11427         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11428
11429 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11430         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11431
11432         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11433
11434         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11435
11436         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11437
11438         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11439
11440         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11441
11442         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11443
11444         * support/regression/tests/longor.c: Added.
11445
11446 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11447
11448         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11449
11450         * as/mcs51/aslink.h: define PATH_MAX
11451
11452         * as/mcs51/asm.h: define PATH_MAX
11453
11454         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11455
11456         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11457
11458         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11459
11460         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11461
11462         * src/SDCCglobl.h: define PATH_MAX
11463
11464         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11465
11466         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11467
11468 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11469
11470         * src/z80/gen.c (gencjneshort): Fixed
11471
11472         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11473
11474 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11475
11476         * support/regression/tests/bug-469671.c: Added.
11477
11478         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11479
11480 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11481
11482         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11483
11484         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11485
11486 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11487
11488         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11489
11490         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11491
11492         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11493
11494         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11495
11496         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11497
11498         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11499
11500         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11501
11502 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * 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.
11505
11506         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11507
11508         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11509
11510 2001-10-07    <johan AT FRIJA>
11511
11512         * device/lib/gets.c (gets): fixed the return value.
11513
11514 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11515         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11516
11517         * 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.
11518
11519         * 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.
11520
11521         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11522
11523         * src/pic/gen.c: Removed Safe_strdup.
11524
11525         * configure.in: Added option to enable libgc support.
11526
11527         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11528         (bitVectUnion): Optimised.
11529         (bitVectIntersect): Optimised.
11530         (bitVectBitsInCommon): Optimised.
11531         (bitVectCplAnd): Optimised.
11532
11533         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11534
11535 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11536
11537         * src/SDCCmain.c: distinguish between assembler debug and plain options
11538
11539         * src/avr/main.c:   remove standard assembler options
11540
11541         * src/ds390/main.c: remove standard assembler options
11542
11543         * src/mcs51/main.c: remove standard assembler options
11544
11545         * src/port.h: removed "PENDING" comment
11546
11547 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11548
11549         * src/device/lib/_mulint.c  : new, with assember functions
11550
11551         * src/device/lib/_mullong.c : new, with assember functions
11552
11553         * src/device/lib/_divuint.c : with assember functions
11554
11555         * src/device/lib/_divsint.c : with assember functions
11556
11557         * src/device/lib/_divulong.c: with assember functions
11558
11559         * src/device/lib/_divslong.c: with assember functions
11560
11561         * src/device/lib/_moduint.c : with assember functions
11562
11563         * src/device/lib/_modsint.c : with assember functions
11564
11565         * src/device/lib/_modulong.c: with assember functions
11566
11567         * src/device/lib/_modslong.c: with assember functions
11568
11569         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11570
11571         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11572
11573         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11574                                       replaced _mululong.c and _mulslong.c by _mullong.c
11575
11576 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11577
11578         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11579
11580 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11581
11582         * src/SDCCglue.c: test, if win32api is available for MINGW
11583
11584 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11585
11586         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11587         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11588         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11589         * support/regression/ports/host/spec.mk: removed GENERIC
11590         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11591         * support/regression/ports/z80/spec.mk: removed GENERIC
11592
11593 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11594
11595         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11596
11597         * support/regression/tests/bug-467035.c: Created.
11598
11599 2001-10-01    <johan AT FRIJA>
11600
11601         * src/SDCC.y: fixed bug #466586 part 1
11602
11603 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11604
11605         * SDCCicode.c: z80 has no generic pointers
11606         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11607
11608 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11609
11610         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11611
11612 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11613
11614         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11615
11616         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11617
11618 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11619
11620         * configure.in: Fixed up so that ucsim is only configured once.
11621
11622         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11623
11624         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11625         (getPathDifference): As above.
11626
11627         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11628
11629         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11630
11631 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11632         * .version: Updated to 2.3.1
11633
11634         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11635         Added copyright header.
11636
11637         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11638         (assemble): Added support for macro based assembler commands.
11639         (linkEdit): Added support for macro based linker commands.
11640         (preProcess): Changed the pre-processor to use macros.
11641         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11642         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11643
11644         * device/lib/z80/crt0.s: Added module name for debugging.
11645
11646 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11647
11648         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11649
11650         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11651
11652         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11653
11654         * src/Makefile.in: Added SDCCmacro and SDCCutil
11655
11656 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11657
11658         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11659
11660 2001-09-16    <johan AT FRIJA>
11661
11662         * 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.
11663
11664 2001-09-15    <johan AT FRIJA>
11665
11666         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11667         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11668
11669 2001-09-11    <johan AT FRIJA>
11670
11671         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11672
11673 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11674
11675         * support/regression/tests/bug-460444.c: Added test case.
11676
11677         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11678         (genCast): Added justification for all of the asserts.
11679
11680 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11681
11682         * support/regression/support.c: _xdata replaced by xdata
11683
11684         * support/regression/spec.mk: removed _generic
11685
11686 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11687
11688         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11689
11690         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11691         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11692
11693         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11694
11695         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11696
11697         * support/regression/tests/bug-460010.c: Added test case.
11698
11699         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11700
11701 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11702
11703         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11704
11705         * support/regression/testfwk.c: removed workaround for bug #436344
11706
11707         * support/regression/tests/bp.c: use less memory with mcs51
11708
11709         * support/regression/tests/bug-441448.c: use less memory
11710
11711         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11712
11713         * support/regression/collate-results.py: typo
11714
11715 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11716
11717         * support/regression/tests/fetchoverlap.c: Added new test case.
11718
11719         * support/regression/tests/bp.c: Added new test case.
11720
11721         * support/regression/tests/bug-448984.c: Added new test case.
11722
11723         * support/regression/tests/pow2shifts.c: Added new test case.
11724
11725         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11726         (genlshTwo): Fixed right shift for count > 8.
11727
11728         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11729
11730 2001-09-08    <johan AT FRIJA>
11731
11732         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11733
11734 2001-09-07    <johan AT FRIJA>
11735
11736         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11737
11738         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11739
11740 2001-09-06    <johan AT FRIJA>
11741
11742         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11743         * bernhard noted me at this: "() equals to (void)" (1.38)
11744
11745 2001-09-05    <johan AT FRIJA>
11746
11747         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11748
11749 2001-09-04    <johan AT FRIJA>
11750
11751         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11752
11753
11754 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11755
11756         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11757
11758 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11759
11760         * link/z80/aslink.h: Fixed path for PATH_MAX
11761
11762 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11763
11764         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11765
11766         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11767
11768         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11769
11770         * 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.
11771
11772 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11773
11774         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11775         (genCmp): Fixed up genCmp for the GB with longs.
11776
11777         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11778
11779         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11780
11781         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11782
11783         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11784
11785 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11786
11787         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11788
11789 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11790
11791         * 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.
11792
11793         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11794
11795 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11796
11797         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11798
11799         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11800
11801 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11802
11803   * sim/ucsim/configure:    little improvement of Cygwin-detection
11804   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11805   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11806   * support/regression/tests/bug-221100.c: small changes for mcs51
11807   * support/regression/tests/bug-221168.c: small changes for mcs51
11808   * support/regression/tests/bug-227710.c: small changes for mcs51
11809   * support/regression/tests/staticinit.c: small changes for mcs51
11810   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11811   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11812   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11813
11814 $Revision$