* src/pic/glue.h: added pic14aopLiteral prototype
[fw/sdcc] / ChangeLog
1 2006-06-19 Raphael Neider <rneider AT web.de>
2
3         * src/pic/glue.h: added pic14aopLiteral prototype
4         * src/pic/glue.c (pic14aopLiteral): return unsigned int
5         * src/pic/gen.c: removed stdint.h dependency
6           (aopGet): use Safe_strdup()
7           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
8           (genDataPointerSet): use pic14aopLiteral()
9         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
10           for pic16; thanks to Bernhard and Maarten
11
12 2006-06-18 Borut Razem <borut.razem AT siol.net>
13
14         * support/regression/tests/structflexarray.c: flexible array members
15           not supported by gcc < 3
16         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
17           GUI tool by default
18         * src/pic/gen.c: don't include [p]strdin.h on solaris
19         * support/Util/pstdint.h: addad svn attributes
20         * support/regression/tests/constantRange.c,
21           support/regression/tests/rotate.c: include inttypes.h instead
22           stdint.h on solaris, addad svn attributes
23
24 2006-06-18 Raphael Neider <rneider AT web.de>
25
26         * src/SDCCsymt.c (initCSupport): change return type of divschar to
27           int for PIC16
28         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
29           (pic16_genMinusBits): simplified sign-extension
30           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
31             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
32             adjusted to correctly handle mixed-signed operands, disabled
33             now unused multiplciation routines
34         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
35           (assignResultValue): added argument denoting the size of the result
36             as returned by the function (fixes upcasts in assigning from
37             function calls: char foo(); int i = foo();)
38           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
39             function result to assignResultValue
40           (genMult): disabled inlined multiplication code
41           (genDiv): augmented to also handle the modulus operator, fixed to
42             handle mixed-signed operands correctly
43           (genMod): simply call genDiv, disabled unused code
44           (genAssign): fixed missing (sign-)extension on result
45         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
46             valid char operands, allow signed operands for native code, added
47             division and modulo operator handling
48         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
49         
50         As a consequence, onebyte.c (if split into two files) and muldiv.c
51         pass regression tests.
52
53 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
54
55         * doc/Makefile.in: two runs of makeindex seem needed to get
56         correct page references in the index of sdccman.pdf 
57         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
58
59 2006-06-17 Borut Razem <borut.razem AT siol.net>
60
61         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
62
63 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
64
65         * doc/sdccman.lyx: updated, added (porting source code, debugging),
66         mentioned ec2drv and paulmon
67
68 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
69
70         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
71           consecutive abs areas
72           (find_empty_space, allocate_space): added map to handle codemap or
73            xdatamap,
74           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
75            absolute idata and xdata
76         * as/mcs51/lkmem.c (summary2): updated legend
77
78 2006-06-16 Raphael Neider <rneider AT web.de>
79
80         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
81
82 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
83
84         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
85           1208515
86         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
87
88 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
89
90         * src/port.h (struct PORT): added field gp_tags, to hold the tag
91         value of generic pointers,
92         * src/avr/main.c,
93           src/ds390/main.c,
94           src/hc08/main.c,
95           src/izt/i186.c,
96           src/izt/tlcs900h.c,
97           src/mcs51/main.c,
98           src/pic/main.c,
99           src/pic16/main.c,
100           src/xa51/main.c,
101           src/z80/main.c: PORT structure, added elements for gp_tags field,
102         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
103         fields in the PORT structure of each port,
104         * src/SDCCast.c (decorateType): allow processing of generic pointers
105         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
106         S_FIXED symbols
107
108 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
109
110         * link/z80/lkgb.c,
111         * link/z80/lkgg.c,
112         * src/pic16/gen.c,
113         * src/pic16/main.c,
114         * src/pic16/pcode.c,
115         * src/pic/main.c,
116         * src/pic/pcoderegs.c,
117         * src/SDCCicode.c,
118         * src/SDCCmain.c,
119         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
120           bug 1504689 on minGW
121
122 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
123
124         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
125
126 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
127
128         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
129
130 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
131
132         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
133           for optimization
134
135 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
136
137         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
138         to a char variable. Fixed bug #1504211
139         * device/include/pic16/adc.h,
140         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
141         and fixed bug #1364390
142
143 2006-06-10 Borut Razem <borut.razem AT siol.net>
144
145         * CVSROOT: removed the CVS left-over
146
147 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
148
149         * as/hc08/asmain.c (asexit),
150         * as/hc08/lkmain.c (lkexit),
151         * as/mcs51/asmain.c (asexit),
152         * as/mcs51/lkmain.c (lkexit),
153         * src/SDCCglue.c (DEFSETFUNC),
154         * src/SDCCmain.c (linkEdit, assemble),
155         * support/librarian/sdcclib.c (AddRel),
156           replaced unlink() by standard C remove()
157         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
158         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
159           gatherImplicitVariables): new, added to fix bug 608752,
160           (createFunction): added gatherImplicitVariables()
161         * src/SDCCast.h: added createRMW prototype
162         * src/SDCCsymt.h (struct symbol): added infertype
163         * support/regression/tests/bug608752.c: new, added
164
165 2006-06-10 Raphael Neider <rneider AT web.de>
166
167         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
168           multibyte dummy reads (fixes #1503234)
169
170 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
171
172         * device/include/mcs51/compiler.h: new, added header file to enable
173           creating common sfr definition header files for different compilers
174
175 2006-06-05 Raphael Neider <rneider AT web.de>
176
177         * src/pic16/{pcode.h,genarith.c}:
178           introduced pCodeOp combining any two pCodeOps (previously only
179           two register operands could be combined), removed pcop2 from
180           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
181         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
182         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
183           rewritten to use new PO_TWO_OPS
184         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
185         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
186           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
187           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
188           (pic16_get_op): embraced return arg to allow #define return(x),
189             added new case for combined opcodes
190           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
191           (pic16_pCode2str,pic16_getRegFrompCodeOp,
192            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
193
194 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
195
196         * src/SDCCval.c (checkConstantRange): added
197         * src/SDCCval.h: added checkConstantRange
198         * support/Util/SDCCerr.c,
199         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
200         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
201         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
202         * src/SDCCast.c (decorateType): added checkConstantRange,
203         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
204         can be emitted with the correct always true/false warning,
205         added optimization for double '!';
206         result of decorateType() must be assigned back to the tree, because
207         decorateType() can change the tree
208         * src/SDCCicode.c (geniCodeLogic),
209         (geniCodeAssign): replaced new checkConstantRange, added warnings,
210         (checkConstantRange): removed, it was only a fragment which never
211         emitted a warning
212         * src/SDCCsymt.c (computeType): fixed promotion for
213         "-1 < (unsigned bit) b"
214         * src/pic/ralloc.c (packRegsForAssign),
215         * src/pic16/ralloc.c (packRegsForAssign),
216         * src/hc08/ralloc.c (packRegsForAssign),
217         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
218         from mcs51
219         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
220         * support/regression/tests/constantRange.c: added
221         * support/valdiag/tests/constantRange.c: added
222         * support/valdiag/valdiag.py: added -DPORT_HOST=1
223
224 2006-06-02 Borut Razem <borut.razem AT siol.net>
225
226         * support/regression/ports/pic16/support.c: increase stack size
227           to 255 bytes
228         * support/regression/Makefile.in: sort tests by name so that the
229           resutlts can be compared on different machines / platforms
230
231 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
234         * src/ds390/gen.c (emitLabel): new, added,
235           (genDjnz): fixed stack overflow bug,
236           (throughout): cosmetic changes to sync with mcs51/gen.c,
237           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
238         * src/mcs51/gen.c (genEndFunction): small optimization,
239           (throughout): cosmetic changes to sync with ds390/gen.c
240
241 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
242
243         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
244           (_print_format): fixed printing pointers
245         * src/mcs51/gen.c (emitLabel, movb): new, added,
246           (genAssign): small optimization,
247           (genDjnz): fixed stack overflow bug,
248           (throughout): replaced sprintf with SNPRINTF,
249           replaced mcs51_regWithIdx with REG_WITH_INDEX,
250           replaced emitcode("mov", "b,...") with MOVB(...),
251           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
252           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
253         * src/mcs51/peeph.def: added rules 140 and 264
254         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
255           so they may get optimized into registers
256
257 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
258
259         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
260           immediately when encountered,
261           (printUsage): always use stderr even on windows
262
263 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
264
265         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
266         (processParms): fixed bug #1247551
267         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
268         parseCmdLine, main): print '--version' to stdout,
269         print 'help' to stdout if --help is given,
270         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
271         arguments are given; fixed --help
272
273 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
274
275         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
276         * support/regression/tests/bug-1493710.c: added
277
278 2006-05-27 Borut Razem <borut.razem AT siol.net>
279
280         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
281           static instead auto
282         * support/regression/ports/pic16/support.c: increase stack size
283           from default 64 bytes to 128 bytes
284         * support/regression/tests/staticinit.c,
285           support/regression/tests/float.c: regression tests fully enabled
286           for pic16 port by putting the initialized data arrays into the code
287           section
288         * support/regression/ports/pic16/spec.mk: don't link default libraries.
289           This was changed by mistake in the previous version.
290
291 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
292
293         * src/pic16/gen.c (genFunction, genEndFunction): some
294         beautifications, fixed bug with falsely restoring FSR2 in large
295         stack model, thanks to Beau E. Cox for reporting the bug
296
297 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * debugger/mcs51/break.c,
300         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
301           use %p to print pointers, made address variables unsigned
302         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
303         * debugger/mcs51/symtab.c (parseSymbol): must return something
304         * src/mcs51/gen.c (aopForSym): small optimization,
305            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
306           (freeAsmop): added missing break,
307           (aopPut): removed parameter bvolatile, determine it inside the function,
308           (saveRegisters, unsaveRegisters): small optimization,
309           (genIpush): removed pointless check,
310           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
311           replaced sprintf with SNPRINTF,
312           replaced strcpy with strncpyz,
313           updated aopPut calls,
314           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
315         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
316
317 2006-05-24 Borut Razem <borut.razem AT siol.net>
318
319         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
320           modification of test for the pic16 port, put the array to the code
321           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
322
323 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
324
325         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
326         * support/Util/pstdint.h: added
327
328 2006-05-22 Borut Razem <borut.razem AT siol.net>
329
330         * src/regression/Makefile: removed bool2.c test, added -q linker option
331         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
332           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
333           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
334           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
335           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
336           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
337           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
338           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
339           define SUPPORT_BIT_TYPES 0, removed unused bit variables
340
341 2006-05-22 Raphael Neider <rneider AT web.de>
342
343         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
344           bug #1492360 (problematic due to generic pointers, see code)
345
346 2006-05-22 Borut Razem <borut.razem AT siol.net>
347
348         * support/regression/ports/pic16/specs.mk: removed stack size linker
349           directive
350         * support/regression/tests/array.c,
351           support/regression/tests/bitopcse.c,
352           support/regression/tests/bug-908454.c,
353           support/regression/tests/malloc.c: modified for pic16 regression test
354         * support/regression/tests/bitfields.c:
355           pic16 - excluded bitfileds of size > 8
356         * support/regression/tests/bp.c: pic16 - reduced data size
357         * support/regression/tests/bug-221100.c: pic16 - reduced data size
358         * support/regression/tests/bug-460010.c:
359           pic16 - used the absolute address the fits in memory
360         * support/regression/tests/bug-716242.c:
361           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
362         * support/regression/tests/float.c:
363           pic16 - excluded - data size too big
364         * support/regression/tests/onebyte.c:
365           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
366         * support/regression/tests/shifts.c:
367           pic16 - function names probably have to differ in first X characters
368           (gpasm limitation?)
369         * support/regression/tests/staticinit.c:
370           pic16 - excluded some tests due error: no target memory available for
371           section ".idata"
372
373 2006-05-22 Borut Razem <borut.razem AT siol.net>
374
375         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
376           second try. Thanks Stas Sergeev once more.
377
378 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
381           (genLeftShift, genRightShift): fixed bug 1491627
382         * src/hc08/peeph.def (rules 7, 8.x): added
383         * support/regression/tests/shifts.c (ShiftLeftByParam,
384           ShiftRightByParam, testShiftByParam): added to test variable shifting
385
386 2006-05-20 Raphael Neider <rneider AT web.de>
387
388         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
389         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
390           (allocReg): add only new registers to dynAllocRegs,
391           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
392             #1489055, #1445850, and probably #1483693
393
394 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
395
396         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
397         bug in for-loop that didn't emit the last of CONFIG and ID registers
398
399 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
400
401         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
402           with offset
403         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
404           1489016, 1434401 and 1490124
405         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
406           1489016, 1434401 and 1490124
407
408 2006-05-17 Borut Razem <borut.razem AT siol.net>
409
410         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
411           thanks Stas Sergeev
412
413 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
414
415         * device/include/mcs51/P89c51RD2.h,
416         * device/include/mcs51/P89LPC901.h,
417         * device/include/mcs51/P89LPC922.h,
418         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
419
420 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
421
422         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
423         to fix missing stack pragma in compiled binary object file,
424
425 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
426
427         * support/packihx/configure.in,
428         * support/packihx/configure: removed warning, autoconf >= 2.5x can
429         determine sizeof basic types even while cross compiling
430
431 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
432
433         * src/avr/gen.c (aopop),
434         * src/ds390/gen.c (aopOp),
435         * src/hc08/gen.c (aopOp),
436         * src/mcs51/gen.c (aopop),
437         * src/pic16/gen.c (pic16_aopOp),
438         * src/pic/gen.c (aopOp),
439         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
440         if size of operand is smaller than spill location
441
442 2006-05-12 Borut Razem <borut.razem AT siol.net>
443
444         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
445           have to have CR/LF line endings even if they are checked out on *nix
446           or on WIN32 in cygwin binmode
447
448 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
449
450         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
451         * device/include/ds80c390.h: added sfr16 definitions
452         * src/ds390/gen.c,
453         * src/ds390/gen.h,
454         * src/ds390/main.c,
455         * src/ds390/ralloc.c,
456         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
457           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
458           bit returning functions
459         * support/regression/tests/sfr16.c: enabled test on ds390
460
461 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
462
463         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
464         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
465
466 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
469         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
470           (cl_address_space constructor): removed expensive initialization,
471           (cl_address_space::get_cell): extended for late initialization,
472           (cl_address_space::*): use late initialization,
473           (cl_address_decoder::activate): removed expensive initialization,
474           This reduced regression test running time by 25%
475
476 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
477
478         * packihx/,
479         * configure.in,
480         * configure,
481         * sdcc.dsw,
482         * Makefile.bcc,
483         * Makefile.in,
484         * support/packihx/Makefile.in,
485         * support/packihx/clean.mk,
486         * support/packihx/Makefile.bcc,
487         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
488
489 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
490
491         * src/SDCCval.c (valNot): fix for regression test failure
492           of not.c on big endian hosts
493
494 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
495
496         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
497
498 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
499
500         * device/lib/mcs51/Makefile.in: changed string comparison operator
501           to = for POSIX compliance; == is bash extension
502
503 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
506           kosmonaut_pirx
507
508 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
509
510         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
511         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
512         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
513         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
514         bug report #1478657,
515
516 2006-05-05 Borut Razem <borut.razem AT siol.net>
517
518         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
519           making the html
520
521 2006-05-02 Borut Razem <borut.razem AT siol.net>
522
523         * doc/Makefile.in: removed *.ind dependency since there is no rule to
524           create *.ind, which made make to fail if invoked with -j 2
525
526 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
527
528         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
529           Hubert Sack for patch 1479782
530
531 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
532
533         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
534
535 2006-05-01 Raphael Neider <rneider AT web.de>
536
537         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
538           (create_pic): store only prefix-free device name,
539           (init_pic): check for device names with "16" prefix,
540           (list_valid_pics),
541         * src/pic/device.h (struct PIC_device),
542         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
543             stored device name,
544         * device/include/pic/pic12f{635,675,629,683}.h,
545         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
546         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
547         * device/include/pic/pic16f505.h,
548         * device/lib/pic/libdev/pic16f505.c: removed
549         * device/include/pic/pic14devices.txt: added support for pic12f
550             devices, removed unsupported non 16-bit devices
551             [above changes provided by patch from Zik Saleeba]
552         * src/pic/*, src/pic16/*, device/include/pic16/*,
553           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
554
555 2006-05-01 Borut Razem <borut.razem AT siol.net>
556
557         * configure.in, configure, doc/Makefile.in:
558           sync with nightly build makefile - latex, dvipdf and dvips
559           not needed any more
560
561 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
562
563         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
564         in the library source
565
566 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
567
568         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
569
570 2006-04-28 Raphael Neider <rneider AT web.de>
571
572         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
573         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
574           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
575         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
576
577 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
578
579         * device/lib/pic/libdev/Makefile.in,
580         * device/lib/hc08/Makefile.in,
581         * device/lib/gbz80/Makefile.in,
582         * device/lib/z80/Makefile.in,
583         * device/lib/ds390/Makefile.in,
584         * device/lib/ds400/Makefile.in: added srcdir to include search path,
585         thanks to Borut for the bug report
586         * configure.in,
587         * configure: always create doc/Makefile independent from --enable-doc
588         * Makefile.in: always install from directory doc independent from
589         --enable-doc
590         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
591         removed
592         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
593         * doc/Makefile.in: install *.txt if present
594         * device/include/Makefile.in (install): added installation of pic/*.inc
595         and pic/*.txt files again, they were erroneously removed
596
597 2006-04-28 Raphael Neider <rneider AT web.de>
598
599         * src/pic/{gen.c,main.h,pcode.c},
600         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
601             concerning signedness with casts
602
603 2006-04-28 Raphael Neider <rneider AT web.de>
604
605         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
606             definition of an interrupt handler,
607         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
608             interrupt handler stuff from picglue() to separate routine,
609           (picglue): enabled definition of intr handlers in files w/o main()
610
611 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
614           compilation with MSVC 2005 Express Edition (VC8)
615
616 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
617
618         * device/lib/Makefile: fixed build of gbz80 lib
619
620 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * support/regression/tests/bug-460010.c,
623         * support/regression/tests/bug-524691.c,
624         * support/regression/tests/bug-716242.c: removed conditional defines
625           that are already in testfwk.h
626
627 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
628
629         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
630           (AccAXRsh1): added, shift right by 1,
631           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
632            AccAXLrl1
633         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
634
635 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
636
637         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
638         remove cast to same type
639         * src/SDCCast.c (decorateType): fix for RFE 1475742,
640         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
641         * as/z80/Makefile,
642         * link/z80/Makefile: removed, they have moved to
643         Makefile.in files
644         * configure,
645         * configure.in: replaced duplicate message about ucsim by missing sdcpp
646         * install-sh: fix bug #1204398 by setting umask 0022
647         * device/lib/Makefile: separate build of z80 and gbz80 lib
648
649 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
650
651         Enabled VPATH feature: changed nearly all Makefiles (149 files).
652         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
653
654         One basic decision: e.g. src/clean.mk includes further files. In order
655         to make this work there are two solutions:
656         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
657           run configure on them. This way they can use
658           'include $(srcdir)/port-clean.mk'
659         - always include clean.mk by the Makefile at the same level. To avoid
660           that `make clean` tries to include and build Makefile.dep the
661           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
662           implemented, because now even `make uninstall` doesn't create
663           Makefile.in. clean.mk could be eliminated by pasting it in
664           Makefile.in.
665
666         * debugger/mcs51/Makefile.in: build own objects from library sources
667         (SLIB, SDCC) in current directory
668
669         * configure, configure.in: renamed --disable-device-lib-build in
670         --disable-device-lib; added --enable-doc, the required tools are
671         searched by configure; added result message; the toolchain for the
672         belonging ports are now only built, if the port is enabled.
673
674         * support/regression/*: all output is written in directory gen, because
675         the fwk and ports directories don't livet in the build tree using vpath
676
677         * doc/sdccman.lyx: renamed --disable-device-lib-build to
678         --disable-device-lib, added --enable-doc, added section VPATH
679
680         * sim/ucsim/configure.in,
681         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
682         z80 are enabled by default
683
684 2006-04-24 Raphael Neider <rneider AT web.de>
685
686         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
687             to config word, "pic14_"-prefixed some extern functions
688           (pic14_emitConfigWord): emit __config directive(s) if assignment to
689             config word has been found
690         * src/pic/device.h: added prototypes
691         * src/pic/pcode.c: added "pic14_"-prefix where needed
692         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
693             fixup
694         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
695             words,
696           (pic14emitRegularMap): ignore config words,
697           (pic14createInterruptVect): moved generating __config directives away
698           (picglue): have __config directives emitted
699
700 2006-04-24 Borut Razem <borut.razem AT siol.net>
701
702         * doc/Makefile: sync with nightly build makefile
703
704 2006-04-24 Raphael Neider <rneider AT web.de>
705
706         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
707             registers that have not been assigned proper liveranges,
708             fixes #1469504 and #1474602,
709           (pCodeRegOptimizeRegUsage): fixed typo in comment
710
711 2006-04-24 Borut Razem <borut.razem AT siol.net>
712
713         * device/examples/main8051.c: deleted - it was removed from CVS
714           24.mar.2000 and after that modified 18.feb.2001, so it reappered
715           after the transition to Subversion
716         * src/SDCCalloc.h: deleted - it was removed  from CVS
717           3.feb.2001 and after that modified 18.feb.2001, so it reappered
718           after the transition to Subversion
719         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
720           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
721           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
722           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
723
724 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
725
726         * as/asx8051.dsp: added mcs51/strcmpi.h
727         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
728         * as/hc08/aslink.h: updated lnksect prototype
729         * as/hc08/asm.h,
730         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
731         * as/hc08/asmain.c,
732         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
733           (newdot): handle A_ABS
734         * as/hc08/asout.c,
735         * as/mcs51/asout.c (outarea): output address
736         * as/hc08/lkaomf51.c,
737         * as/mcs51/lkaomf51.c: disabled unused array UsageType
738         * as/hc08/m08pst.c,
739         * as/mcs51/i51pst.c,
740         * as/z80/z80pst.c: "ABS" is not A_OVR
741         * as/hc08/lkarea.c (newarea): read a_addr,
742           (lnkarea): added codemap array, sort absolute areas to the front,
743            combine all GSINITx/GSFINAL,
744           (find_empty_space, allocate_space): new functions,
745           (lnksect): return next address, handle absolute sections
746         * as/mcs51/lkarea.c (newarea): read a_addr,
747           lnksect2 prototype changed,
748           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
749           (find_empty_space, allocate_space): new, factored out of lnksect2,
750           (lnksect2): return next address, handle absolute sections
751         * as/hc08/lkhead.c,
752         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
753         * as/hc08/lklibr.c (addfile, fndsym),
754         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
755           index out of range and detect both '\' and '/'
756         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
757         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
758           regression tests (ds390 cannot return bool yet)
759         * doc/sdccman.lyx: changed version number, document changed --no-peep,
760           document critical interrupts on z80, document changed SDCC define
761         * src/asm.c (_asxxxx_mapping): fixed .org directive,
762           (_a390_mapping): added .org directive
763         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
764           (genMultOneByte): fixed warnings
765         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
766           ones
767         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
768         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
769           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
770         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
771         * src/pic16/main.c: removed newReg prototype
772         * src/pic16/pcode.c,
773         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
774           warnings
775         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
776           ones
777         * src/pic16/ralloc.c
778         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
779           to fix warnings
780         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
781           from short to PIC_OPTYPE
782         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
783         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
784           optype from short to PIC_OPTYPE
785         * src/port.h: made int_size unsigned to fix warnings
786         * src/SDCC.y: fixed warning on MSVC
787         * src/SDCCicode.c (getArraySizePtr): return unsigned int
788         * src/SDCCopt.c (convertToFcall): fixed warnings
789         * src/SDCCsymt.h: removed double prototype for genSymName
790         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
791           offset int to fix warnings
792
793 2006-04-22 Borut Razem <borut.razem AT siol.net>
794
795         * doc/sdccman.lyx, */Makefile, */Makefile.in:
796           references to CVS replaced with Subversion
797
798 2006-04-21 Borut Razem <borut.razem AT siol.net>
799
800         * doc/sdccman.lyx, */Makefile, */Makefile.in:
801           references to CVS replaced with Subversion
802
803 2006-04-19 Borut Razem <borut.razem AT siol.net>
804
805         * src/version.awk: adapted for svn
806         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
807           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
808           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
809           /binutils-avr/etc/*.vi, *.jin: removed all properties
810           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
811
812 2006-04-19 Borut Razem <borut.razem AT siol.net>
813
814         * CVS to Subversion migration completed
815
816 2006-04-18 Borut Razem <borut.razem AT siol.net>
817
818         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
819           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
820
821 2006-04-17 Borut Razem <borut.razem AT siol.net>
822
823         * device/include/Makefile.in: added pic/*.inc to the installation
824
825 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
826
827         * support/regression/collate-results.py: fixed output in case of
828         a valdiag error
829         * support/regression/generate-cases.py: fixed splitting of pathnames
830         with dots
831         * as/hc08/lklibr.c (addfile),
832         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
833
834 2006-04-11 Raphael Neider <rneider AT web.de>
835
836         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
837         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
838         * src/pic16/pcode.c (assignValnums): fixed #1460578
839
840 2006-04-11 Raphael Neider <rneider AT web.de>
841
842         * device/lib/pic/libdev/*.c,
843         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
844           fixes #1468739, enables compilation in --std-c99 mode
845         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
846
847 2006-04-11 Raphael Neider <rneider AT web.de>
848
849         * src/pic/device.c (find_device): removed debug output
850           (list_valid_pics): enabled verbose listing of supported devices
851         * device/include/stdbool.h: define bool as char for pic14/16 as well
852
853 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
854
855         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
856
857 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
858
859         * .version: bumped version to 2.5.6
860         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
861
862 2006-04-06 Raphael Neider <rneider AT web.de>
863
864         * .version: bumped version to 2.5.6 (pic14 ABI changed)
865         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
866         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
867           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
868             pic14_constructAbsMap
869           (pic14printPublics): declare absolute global symbols as global
870           (pic14createInterruptVect),
871         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
872           (newReg): assume new registers unused, use correct name in
873             hashtable (reg->name instead of name), more debugLog output
874         * src/pic/device.h (PIC_device): added fields for verbose output
875         * src/pic/device.c: moved device definition to pic14devices.txt,
876             added routines for runtime parsing of pic14devices.txt,
877             added support for second config word
878         * src/pic/main.c (_process_pragma): removed #pragma maxram,
879           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
880           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
881           (_pic14_parseOptions): moved pCodeInitRegisters here
882           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
883         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
884           (pCodeInitRegisters): rewrapped comments, perpared new approach to
885             handling the pseudo stack
886         * device/lib/Makefile.in: ignore failures in objects-pic16,
887         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
888         * device/lib/pic/NEWS: document new dependency on picXXX.lib
889         * device/lib/pic/Makefile.subdir,
890         * device/lib/pic16/Makefile.subdir: improved clean rules
891         * device/lib/pic/libdev/: NEW, pic14 device libraries
892         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
893         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
894         * device/include/Makefile.in: create subdir and install pic14 headers
895         * device/include/pic/p16f_common.inc: removed unused declarations
896         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
897             PICs from inc2h.pl v1.6,
898             replaced BIT_AT macros with struct declarations
899         * device/include/pic/pic14devices.txt: definition of supported devices,
900             all above improvements contributed by Zik Saleeba, thanks
901         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
902         * support/scripts/sdcc.nsi: also install pic14 device libraries and
903             headers
904
905 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
906
907         * device/include/mcs51/c8051f410.h: added interrupt numbers,
908         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
909           thanks to Charles Olds
910
911 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
912
913         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
914
915 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
916
917         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
918         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
919         * support/regression/bug1464657.c: added, new test
920
921 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
922
923         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
924           version number
925
926 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
927
928         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
929           --no-peep and --peep-file <file> are used don't use default rules but
930           do use the <file>
931
932 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
933
934         * src/mcs51/gen.c (genCall): fixed bug 1457608
935
936 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
937
938         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
939         changes seem to cause (trigger?) problems with the build system.
940
941 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * src/SDCCpeeph.c (operandsLiteral): new, added,
944           (callFuncByName): inserted operandsLiteral
945         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
946
947 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
948
949         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
950         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
951
952 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
953
954         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
955           implemented patch 1120823 Thanks to Willy De la Court (normal
956           interrupts need an interrupt number now if they are made critical),
957           and enabled nesting of critical functions though not for gbz80
958           (genCritical, genEndCritical): added functions
959           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
960         * src/z80/mappings.i: added "ei" to all mappings
961
962 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
963
964         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
965         submitted by the Debian SDCC maintainer Aurelien Jarno:
966         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
967         archive with gcc 4.1 on mips and wrote the patch"
968
969 2006-03-16 Raphael Neider <rneider AT web.de>
970
971         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
972           the left operand is shorter than the result (c* = lit-c* + int),
973           fixes bug #1450796
974         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
975           OP_SYMBOL
976
977 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
978
979         * src/.version: increased version number to 2.5.5
980         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
981         linking is done manually in pic16 port's _linkEdit,
982         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
983         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
984         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
985         allocate asmop as AOP_ACC,
986         (aopForRemat): added parameter 'bool result' in function declaration,
987         (pic16_aopGet): return AOP_ACC when accessing WREG,
988         (pic16_popGetTempReg): minor modification,
989         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
990         'pic16_allocWithIdx',
991         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
992         calling function in absolute addresses,
993         (genAssign): take into account AOP_ACC asmop,
994         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
995         * src/pic16/pcoderegs.c: some debug functions and lines added,
996         * src/pic16/ralloc.c (decodeRegType): added but commented out,
997         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
998         register too,
999         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1000         call to allocReg, not by manually allocating a new one,
1001         (pic16_assignRegisters): now before going through the register
1002         allocating functions mark all registers as free. This eliminates some
1003         side effects resulting from peephole parser done earlier in the backbone
1004
1005 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1006
1007         * src/SDCCicode.c (geniCodeLogic),
1008         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1009
1010 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1013           (genSend): bugfix, do not allocate and free twice,
1014           (shiftRLong): handle partially overlapping aops
1015         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1016
1017 2006-03-08 Borut Razem <borut.razem AT siol.net>
1018
1019         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1020           for pic16
1021
1022 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * support/regression/tests/bug1409955.c: new, added
1025         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1026         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1027           (aopForSym, aopOp): increment asmop.allocated if reused,
1028           (freeAsmop): decrement asmop.allocated and check for zero instead of
1029           using asmop.freed,
1030           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1031           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1032            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1033            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1034            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1035            genSignedRightShift, genRightShift, genDataPointerGet,
1036            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1037            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1038             in reverse order from allocation,
1039           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1040             added swappedLR to keep track
1041         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1042           pdata & code for GCC, z80, gbz80 & hc08
1043         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1044
1045 2006-03-08 Raphael Neider <rneider AT web.de>
1046
1047         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1048
1049 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1050
1051         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1052         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1053         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1054
1055 2006-03-06 Borut Razem <borut.razem AT siol.net>
1056
1057         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1058           made the linker quiet
1059
1060 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1061
1062         * src/pic16/gen.c (genPcall): fixed bug #1443644
1063         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1064         which dumps before the function entry point a data byte which represents
1065         the number of the local variables used by the specified function, added
1066         'xinst' for initial support for Extended Instruction Support,
1067         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1068         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1069         port->fun_prefix anymore (may change later),
1070         (genFunction, genEndFunction): do not store/restore local registers for
1071         _main (this should take care the --main-return command line option in
1072         the future),
1073         (genOr): removed some legacy pic-port instructions,
1074         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1075         performing operations with SFR's causes data to be written more than
1076         once to each SFR. Perhaps SFRs should be handled in special cases...
1077         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1078         pcode.h
1079         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1080         into account for stack starting position,
1081         (struct OPTIONS pic16_optionsTable): added command line argument
1082         --extended or -y for Extended Instruction Support,
1083         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1084         (deassignLRs): *** perhaps the most important change, old 'for' code
1085         (commented out for reference), didn't account for some registers which
1086         were left marked 'not free' after a pointer operation. The change
1087         reduces register usage a lot in some cases
1088
1089 2006-03-04 Borut Razem <borut.razem AT siol.net>
1090
1091         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1092           _clean
1093         * support/regression/tests/bug-524697.c: decreased array size for
1094           mcs51 to fit into the internal RAM
1095         * support/regression/Makefile.in: a little bit more verbose
1096
1097 2006-03-03 Borut Razem <borut.razem AT siol.net>
1098
1099         * support/regression/fwk/lib/testfwk.c,
1100           support/regression/fwk/include/testfwk.h: introduced function
1101           _prints(), nonrecursive _printn(), call _initEmu() from main()
1102         * support/regression/ports/gbz80/support.asm,
1103           support/regression/ports/ucz80/support.asm,
1104           support/regression/ports/z80/support.asm,
1105           support/regression/ports/ds390/support.c,
1106           support/regression/ports/hc08/support.c,
1107           support/regression/ports/host/support.c,
1108           support/regression/ports/mcs51/support.c,
1109           support/regression/ports/xa51/support.c: added empty _initEmu()
1110           function
1111         * support/regression/ports/pic16/gpsim.cmd,
1112           support/regression/ports/pic16/spec.mk,
1113           support/regression/ports/pic16/support.c,
1114           support/regression/Makefile.in: added pic16 regression test
1115
1116 2006-03-01 Raphael Neider <rneider AT web.de>
1117
1118         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1119           genConstPointerGet): use safe way of generating MOVFF to cover
1120             literals as well as registers, fixes bug #1440527
1121         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1122             dereference
1123           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1124             more correctly, fixes bug #1232186
1125           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1126         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1127             gplink guess the correct processor in more cases, applied patch
1128             from Till Riedel attached to and fixing bug #1436552
1129
1130 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1131
1132         * support/regression/tests/array.c: added, contains check for #1434401
1133         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1134
1135 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1136
1137         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1138         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1139         * device/include/mcs51/c8051f326.h,
1140         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1141         * device/include/mcs51/c8051f000.h,
1142         * device/include/mcs51/c8051f018.h,
1143         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1144           PCON_IDLE,PCON_STOP and added sfr16 definitions
1145
1146 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1147
1148         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1149           genGetWord): fixed bug 1409955
1150
1151 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1152
1153         * device/include/hc08/mc68hc908gp32.h,
1154         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1155
1156 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1157
1158         * src/SDCCast.c (constExprValue): return NULL if not a value
1159         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1160         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1161         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1162
1163 2006-02-13 Borut Razem <borut.razem AT siol.net>
1164
1165         * src/regression/ptrarg.c: added, fails due to bug #1430967
1166         * src/regression/Makefile: ptrarg.c added, ...
1167
1168 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1169
1170         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1171         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1172
1173 2006-02-11 Borut Razem <borut.razem AT siol.net>
1174
1175         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1176           print "Processor: xxx" message to stdout only if --verbose
1177
1178 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1181         * support/regression/tests/bug1426356.c: added
1182         * support/regression/tests/bitfields.c: removed 2 tests
1183
1184 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1185
1186         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1187         * device/include/mcs51/c8051f330.h,
1188         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1189           PCON_IDLE,PCON_STOP and added sfr16 definitions
1190         * device/lib/_divsint.c,
1191         * device/lib/_divuint.c,
1192         * device/lib/_divulong.c,
1193         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1194           register bank bug for small stackauto
1195
1196 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1199
1200 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1203         * all.dsp: corrected several bin paths
1204         * device/include/mcs51/c8051f120.h,
1205         * device/include/mcs51/c8051f300.h,
1206         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1207           to PCON_IDLE,PCON_STOP
1208         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1209         * device/lib/printf_large.c (output_float): fixed bug 1388703
1210         * support/regression/tests/bug1057979.c: added test for bug 1388703
1211
1212 2006-02-08 Raphael Neider <rneider AT web.de>
1213
1214         * src/pic/pcode.c (pciTRIS): fixed typo,
1215           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1216           (LinkFlow): fixed handling of flows that end in a call,
1217           (ReuseReg): perform safety check earlier
1218         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1219             to work with flows at the beginning of a pBlock,
1220             fixes #1426557 (Symbol not previously defined),
1221           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1222             usage information
1223           (RemoveUnusedRegisters): update register usage info
1224         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1225             created, reuse existing ones instead
1226         * src/pic/gen.c (genPcall): fixed #1424719
1227
1228 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1229
1230         * link/z80/lkmain.c,
1231         * link/z80/lklex.c,
1232         * link/z80/lkdata.c,
1233         * link/z80/aslink.h: fixed build on current cygwin:
1234         replaced getline() by lk_getline()
1235
1236 2006-02-01 Borut Razem <borut.razem AT siol.net>
1237
1238         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1239           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1240           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1241           src/regression/bool1.c, src/regression/bool2.c,
1242           src/regression/bool3.c, src/regression/call1.c,
1243           src/regression/compare.c, src/regression/compare10.c,
1244           src/regression/compare2.c, src/regression/compare3.c,
1245           src/regression/compare4.c, src/regression/compare5.c,
1246           src/regression/compare6.c, src/regression/compare7.c,
1247           src/regression/compare8.c, src/regression/compare9.c,
1248           src/regression/configword.c, src/regression/for.c,
1249           src/regression/inline.c, src/regression/mult1.c,
1250           src/regression/nestfor.c, src/regression/or1.c,
1251           src/regression/pointer1.c, src/regression/ptrfunc.c,
1252           src/regression/rotate1.c, src/regression/rotate2.c,
1253           src/regression/rotate3.c, src/regression/rotate4.c,
1254           src/regression/rotate5.c, src/regression/rotate6.c,
1255           src/regression/rotate7.c, src/regression/string1.c,
1256           src/regression/struct1.c, src/regression/sub.c,
1257           src/regression/sub2.c, src/regression/switch1.c,
1258           src/regression/while.c, src/regression/xor.c,
1259           src/regression/create_stc, src/regression/simulate,
1260           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1261           regression tests
1262         * src/regression/gpsim_assert.h: added
1263
1264 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1265
1266         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1267         ((void (code *) (void)) 0) ();
1268         * as/hc08/aslex.c,
1269         * as/hc08/aslink.h,
1270         * as/hc08/asm.h,
1271         * as/hc08/asmain.c,
1272         * as/hc08/lkdata.c,
1273         * as/hc08/lklex.c,
1274         * as/hc08/lkmain.c,
1275         * as/mcs51/aslex.c,
1276         * as/mcs51/aslink.h,
1277         * as/mcs51/asm.h,
1278         * as/mcs51/asmain.c,
1279         * as/mcs51/lkdata.c,
1280         * as/mcs51/lklex.c,
1281         * as/mcs51/lkmain.c,
1282         * as/z80/aslex.c,
1283         * as/z80/asm.h,
1284         * as/z80/asmain.c: fixed build on current cygwin:
1285         replaced getline() by as_getline()
1286
1287 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1288
1289         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1290         declarator in the symbol chain
1291         * src/SDCCsymt.h,
1292         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1293         parameter list for function pointers
1294         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1295         * support/regression/tests/bug-716242.c: added
1296
1297 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1298
1299         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1300         offset if possible
1301         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1302
1303 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1304
1305         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1306         inifinitely recurseable, added static
1307         * support/regression/tests/bug-1408066.c: added
1308
1309 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1310
1311         * src/SDCCicode.h,
1312         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1313         renamed, added possibility to create "postLoopLbl"-labels
1314         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1315         newiTempLoopHeaderLabel
1316         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1317         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1318         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1319         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1320         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1321         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1322         (basicInduction): fixed bug #136564, made static,
1323         (loopInduction): changed parameter of basicInduction, made static,
1324         (addPostLoopBlock): added
1325         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1326         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1327         findLoopEndSeq
1328         * support/regression/tests/bug-136564.c: added
1329         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1330         --std-sdcc99 to LIBSDCCFLAGS
1331
1332 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1333
1334         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1335         while loop
1336         * support/regression/tests/bug-1406131.c: added
1337
1338 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1339
1340         * src/SDCCast.c (decorateType): fix promotion of unary minus
1341         * src/SDCCsymt.c (computeType): beautified
1342         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1343         (valUnaryPM, valComplement): fix sign and promotion,
1344         (valNot): ANSI: result type is int (SDCC: unsigned char)
1345         * support/regression/tests/uminus.c: speedup by removing superflous
1346         test case 'int'
1347         * support/regression/tests/onebyte.c: added promotion and signedness
1348         tests for unary minus
1349         * support/regressions/tests/bug-477927.c: disable warning about
1350         uninitialized variables
1351         * support/regression/tests/not.c: added
1352
1353 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1354
1355         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1356         * src/mcs51/gen.c (gen51Code): show final register usage after
1357         fillGaps in asm with --i-code-in-asm
1358         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1359         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1360         incUsed, rliveClear, adjustIChain): made static,
1361         (setFromRange): excluded because it's unused,
1362         (findPrevUseSym, markWholeLoop): added,
1363         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1364         through all branches of predecessors enables sdcc to emit the warning
1365         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1366         (rlivePoint): made static, added parameter emitWarnings which is only
1367         true during the first run out of two,
1368         (findRecursiveSucc, findRecursivePred): removed,
1369         (computeLiveRanges): made static, added parameter emitWarnings,
1370         (dumpIcRlive): added for debugging only
1371         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1372         removed prototype of setFromRange()
1373         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1374         in call of computeLiveRanges()
1375         * support/regression/tests/bug-895992.c: added
1376         * support/regression/tests/bug-971834.c: added
1377         * support/valdiag/tests/bug-895992.c: added
1378         * support/valdiag/tests/bug-971834.c: added
1379
1380 2005-12-18 Raphael Neider <rneider AT web.de>
1381
1382         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1383           (genUnpackBits): improved code for direct operands,
1384           (genPackBits): improved code for literal assignment to bitfields
1385             and for direct destination operands (no FSR indirection),
1386             prevented redundant AND, fixes #1362800,
1387           (AccLsh): added parameter to disable masking of the result
1388         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1389           skip instructions with side-effects (like incfsz),
1390           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1391         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1392         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1393           fixes #1375263
1394
1395 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1396
1397         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1398         volatile variables as spill location
1399
1400 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1401
1402         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1403         replacing literals
1404         * support/regression/tests/bug-1376320.c: added
1405
1406 2005-12-08 Raphael Neider <rneider AT web.de>
1407
1408         * src/pic/device.c: renamed is_shared to pic14_is_shared
1409         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1410         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1411           (is_valid_identifier): added for above workaround
1412
1413 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1414
1415         * device/lib/Makefile.in: fixed to enable port-specific-objects
1416         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1417           char, thanks Hubert Sack
1418         * doc/sdccman.lyx: documented --xstack-loc,
1419           elaborated a bit more on interrupts and pitfalls,
1420           removed "setjmp/longjmp unsupported",
1421           documented some unsupported C99 features
1422         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1423         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1424           if, thanks Hubert Sack
1425         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1426         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1427           make make_library
1428         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1429           regression tests can report resource usage (rfe 700441)
1430         * support/regression/collate-results.py: report resource usage
1431         * support/regression/ports/ds390/spec.mk,
1432         * support/regression/ports/hc08/spec.mk,
1433         * support/regression/ports/mcs51/spec.mk,
1434         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1435         * support/regression/ports/ds390/uCsim.cmd,
1436         * support/regression/ports/hc08/uCsim.cmd,
1437         * support/regression/ports/mcs51/uCsim.cmd,
1438         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1439         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1440           library, use the default one
1441         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1442           building the library
1443
1444 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * config.dsp: added dependency on .version and configure_vc.awk
1447         * device/include/setjmp.h: updated for --stack-auto and --xstack
1448         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1449         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1450         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1451         * device/lib/libsdcc.lib: added _setjmp
1452         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1453           (decorateType): fixed bug 1372851,
1454           (optimizeGetHbit): fixed warning
1455         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1456           array initialisation
1457         * support/regression/tests/bug1057979.c: added test for bug 1358192
1458         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1459
1460 2005-12-03 Borut Razem <borut.razem AT siol.net>
1461
1462         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1463           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1464
1465 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1466
1467         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1468         createIval): implement symbol independant "flexible array member",
1469         (createIvalCharPtr): implemented flexible array initialisation with a
1470         string
1471         * src/SDCCsymt.c (copyStruct): removed,
1472         (getSize): fixed misleading comment,
1473         (getAllocSize): removed, the additional allocation size is now in
1474         sym->flexArrayLength,
1475         (checkStructFlexArray): new, syntax checks for flexible array members,
1476         (compStructSize): added syntax checks for "flexible array members"
1477         (copyStruct): removed,
1478         (copyLinkChain): removed inefficient fix for bug 770487
1479         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1480         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1481         symbol->flexArrayLength
1482         * src/SDCCerr.c,
1483         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1484         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1485         * support/regression/tests/structflexarray.c: added
1486         * support/valdiag/tests/structflexiblearray.c: added
1487
1488 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1489
1490         * src/SDCCast.c (decorateType): fixed bug 1368489
1491         * support/Util/SDCCerr.c,
1492         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1493
1494 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1495
1496         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1497           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1498
1499 2005-11-27 Borut Razem <borut.razem AT siol.net>
1500
1501         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1502           support/cpp2/mkdeps.h: added command line option
1503           -obj-ext=<extension> to SDCPP to define object file externion, used
1504           for generation of make dependencies (-M)
1505         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1506
1507 2005-11-26 Borut Razem <borut.razem AT siol.net>
1508
1509         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1510           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1511           added pic and pic16 libraries
1512
1513 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1514
1515         * device/include/float.h: Corrected typo in prototype of __fsgt
1516
1517 2005-11-25 Borut Razem <borut.razem AT siol.net>
1518
1519         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1520           added creation of model-mcs51-stack-auto libraries
1521
1522 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1523
1524         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1525         and fields-list too
1526         * src/SDCCast.c (createIvalArray): removed obsolete comment
1527
1528 2005-11-24 Borut Razem <borut.razem AT siol.net>
1529
1530         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1531           added missing device/lib/mcs51/crt*.asm sources
1532
1533 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1534
1535         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1536
1537 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1538
1539         * device/lib/_fs2schar.c,
1540         * device/lib/_fs2sint.c,
1541         * device/lib/_fs2slong.c: optimized inline asm
1542
1543 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1544
1545         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1546           Better handling of floats between -1.0 and 0.0.
1547
1548 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1549
1550         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1551           (the missing "if"s prohibited removal of redundant labels)
1552
1553 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1554
1555         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1556           Properly convert floats between -1.0 and 0.0 to long, int, and char
1557           types (max integer value of negative floats tends to zero).
1558         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1559           Removed changes made so to work properly with floats between
1560           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1561           and _fs2char.c
1562
1563 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1564
1565         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1566         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1567         (genCast) cosmetic change
1568         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1569         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1570         from mcs51
1571         * support/regression/tests/bitfields (testSignedBitfields): added
1572
1573 2005-11-18 Borut Razem <borut.razem AT siol.net>
1574
1575         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1576         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1577           introduced SILENT option to make building of pic16 libraries less
1578
1579 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1580
1581         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1582           Now they work properly with floats between -1.0 and 0.0
1583         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1584
1585 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1586
1587         * src/SDCCicode.c (printOperand): added missing else
1588
1589 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1590
1591         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1592         reformatted for better readability
1593         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1594         signed bitfields
1595
1596 2005-11-17 Borut Razem <borut.razem AT siol.net>
1597
1598         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1599           introduced SILENT option to make building of pic16 libraries less
1600           verbose - used for nightly snapshot build
1601         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1602           available on Win32 platforms.
1603         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1604           medium, large, pic and pic16
1605
1606 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1607
1608         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1609           printf("%f"...) sets fraction to zero.
1610
1611 2005-11-16 Raphael Neider <rneider AT web.de>
1612
1613         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1614           fixes #1357221
1615         * src/pic/gen.c (genIfx): implemented for CARRY bit
1616         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1617           to generic pointers, fixes #1357332,
1618           (pic16_movLit2f): NEW,
1619           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1620
1621 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1622
1623         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1624
1625 2005-11-11 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1628         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1629           compute pointer's type from operand,
1630           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1631           improved single bit reads, fixes bug #1353379
1632
1633 2005-11-09 Borut Razem <borut.razem AT siol.net>
1634
1635         * support/scripts/sdcc.nsi: added lib/pic to the package
1636
1637 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1640
1641 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1642
1643         * support/regression/tests/bug1348008.c: added
1644         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1645         * support/regression/tests/bug1337835.c: updated comment
1646
1647 2005-11-06 Borut Razem <borut.razem AT siol.net>
1648
1649         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1650           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1651           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1652           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1653           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1654           dynamic construction of cl_error_class and derivates - 2.nd try
1655
1656 2005-11-05 Borut Razem <borut.razem AT siol.net>
1657
1658         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1659           bug, which caused Bus Errors on sparc solaris
1660
1661 2005-11-04 Borut Razem <borut.razem AT siol.net>
1662
1663         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1664           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1665           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1666           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1667           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1668           and derivates to resolve the initialization problem on OSX
1669
1670 2005-11-02 Borut Razem <borut.razem AT siol.net>
1671
1672         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1673           corrected typo - #include <winsock2.h>
1674
1675 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1676
1677         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1678           (_asxxxx_mapping): added org directive for future enhancements
1679
1680 2005-11-01 Borut Razem <borut.razem AT siol.net>
1681
1682         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1683           enabled sockets on WIN32
1684         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1685
1686 2005-10-31 Borut Razem <borut.razem AT siol.net>
1687
1688         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1689           WIN32 backslash path delimiters should be escaped when used in C strings
1690         * support/regression/tests/bitfields.c: exclude failing assertions for
1691           __CYGWIN32__ and __MINGW32__ hosts
1692
1693 2005-10-30 Borut Razem <borut.razem AT siol.net>
1694
1695         * src/SDCCutil.c: corrected double comparison typo
1696
1697 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1698
1699         * device/lib/medium/Makefile: added for new memory model medium
1700         * device/include/asm/mcs51/features.h: updated for medium/pdata
1701         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1702           added Multiply & Accumulate sbit's and MAC0_PAGE define
1703         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1704         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1705         * device/lib/_mullong.c: update for medium model
1706         * device/lib/incl.mk: added medium model
1707         * doc/sdccman.lyx: documented medium model
1708         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1709         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1710         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1711         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1712           (allocParms): set SCLS and OCLS to pdata for medium model
1713         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1714           for pdata,
1715           (powof2): return <0 if not power of 2
1716         * src/avr/gen.c (genBitWise): use updated powof2
1717         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1718           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1719           (shiftLLeftOrResult): use B if necessary
1720         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1721         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1722         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1723         * support/regression/Makefile.in: added test-mcs51-medium
1724         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1725
1726 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1727
1728         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1729         specifier unsigned
1730         * device/lib/time.c (mktime): fixed bug 1334315
1731
1732 2005-10-28 Raphael Neider <rneider AT web.de>
1733
1734         * device/include/pic/p16f_common.inc: added common declarations
1735         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1736
1737 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1738
1739         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1740           (aopPutUsesAcc): added to predict accumulator use,
1741           (assignResultValue): save acc if necessary,
1742           (genMinusDec): store result if indirectly addressed,
1743           (genDivOneByte):  save acc if necessary,
1744           (movLeft2Result): bugfix if left already in acc,
1745           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1746             attention to accumulator use (esp. pdata),
1747           (genReceive): receive pdata correctly
1748         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1749         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1750
1751 2005-10-27 Raphael Neider <rneider AT web.de>
1752
1753         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1754
1755 2005-10-27 Raphael Neider <rneider AT web.de>
1756
1757         * .version: changed version to 2.5.4
1758         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1759         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1760           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1761             arithmetics support routines
1762         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1763         * device/lib/Makefile.in: also create installdir for pic
1764
1765         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1766           pic14 port as well
1767         * src/pic/device.c (dump_sfr): rewritten to delegate register
1768           placement to the linker (use `extern sym' rather than sym EQU addr),
1769           (validAddress): fixed to check last specified address
1770         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1771           (popGetLit): truncate literal value to 8 bit,
1772           (popGet): moved assert to more appropriate place
1773           (popGetExternal): create pCode operand from and mark the according
1774             symbol as being `extern'
1775           (popGetAddr): added sanity check on immediate's offset, provide
1776             GPOINTER tag on demand
1777           (aopPut): fixed for immediates,
1778           (mov2w_op): move operand's address or contents to WREG (depending on
1779             operand type), safer variant of mov2w,
1780           (movwf,call_libraryfunc): NEW, handy abbreviations,
1781           (get_argument_pcop,get_return_val_pcop,pass_argument,
1782           get_returnvalue): interface for accessing function parameters and
1783             return values,
1784           (assignResultValuei,genRet): use new parameter/return value interface
1785           (pic14_getDataSize): back to old version handling generic pointers,
1786           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1787             provided implementation and/or fixed old one,
1788           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1789             calls, removed legacy 8051 reference code
1790           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1791           (loadSignToC): NEW, move the operands sign bit to CARRY,
1792           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1793             genRightShiftSigned, accepts negative shift counts,
1794           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1795           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1796             generic pointers, __data pointers and __code pointers,
1797           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1798             and signed bitfields, limit bitfields to 8 bit,
1799           (genDataPointerGet): fixed number of bytes read,
1800           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1801           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1802             pointers to constant data are no longer assumed to point to __code
1803             space, removed invalid pointer types,
1804           (bitpatternFromVal): retrieve the PICs representation of an integer
1805             or float literal,
1806           (genDataPointerSet): fixed assigning to po_immediate operands,
1807           (genGenPointerSet): implemented as library call,
1808           (genIfx): fixed incorrect condition,
1809           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1810             provide GPOINTER tag according to destination's storage class,
1811           (genCast): added code to handle casting to generic pointers, added
1812             sign-/zero extension of the result
1813           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1814         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1815         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1816           extend the result
1817         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1818           address/register resides in the shared banks
1819           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1820             put all variables into separate sections (have the linker arrange
1821             them)
1822           (picglue): put init code and interrupt handlers in separate sections
1823         * src/pic/main.c: added port specific options table, modified to PORT
1824           structure to make GPOINTERs 3 byte, added pic14_options
1825           (_pic14_do_link): private linking routine (update paths to libraries,
1826             add libsdcc.lib by default)
1827         * src/pic/main.h: declare pic14_options
1828         * src/pic/pcode.c: fixed instructions i/o relations,
1829           (RegCond): reverted to correct version,
1830           (newpCodeOpLit): truncate literals to 8 bit,
1831           (genericPrint): added debug output,
1832           (getRegFromInstruction): fixed for various operand types, simplified
1833           (BuildFlow): fixed broken handling of isntructions with labels
1834           (LinkFlow): start at last instruction in flow (skip trailing comments),
1835             pass the flow on to the next instruction after CALL
1836           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1837           (insertPCodeInstruction): fixed inserting after a skip instruction,
1838           (DoBankSelect): fixed for labeled instructions
1839           (OptimizepBlock): honor --nopeep switch
1840           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1841         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1842         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1843           (pCodeOptime2pCodes): allow disabling this optimization via
1844             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1845             but is still buggy), started implementation of a dataflow based
1846             pCode optimization (CSE + dead code elimination)
1847           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1848         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1849           names are independant of the stack location and therefore portable across
1850           devices
1851
1852 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1853
1854         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1855           (selectSpil): fixed bug 1337835 by not spilling bit variables
1856         * support/regression/tests/bug1337835.c: added test for this bug
1857         * src/mcs51/peeph.def: restart after rule 3.c,
1858           addded rules 263.x to optimize loading constants
1859
1860 2005-10-26 Raphael Neider <rneider AT web.de>
1861
1862         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1863         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1864           (genAssign): emit warning when casting literals to generic pointer
1865             type, also applies when taking the address of a fixed variable,
1866           (genCast): improved casting to generic pointers
1867         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1868           extern variables, added verbose error message
1869         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1870
1871 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1872
1873         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1874         carry must be complemented too
1875         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1876         could be emitted by genMinus
1877         * src/SDCCval.c (constVal): fixed bug 1305065
1878
1879 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1880
1881         * src/SDCCast.c (addCast): added promotion for bit variables
1882         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1883         promotion casts + optimisation
1884         (optimizeGetWord): fix warning 'i' might be used uninitialized
1885         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1886         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1887
1888 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1889
1890         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1891         all chars are promoted to int; promotion should be handled in SDCCast.c
1892
1893 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1894
1895         * device/lib/_strcmp.c: Fixed bug 1326457
1896
1897 2005-10-11 Raphael Neider <rneider AT web.de>
1898
1899         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1900         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1901
1902 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1903
1904         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1905         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1906
1907 2005-10-04 Raphael Neider <rneider AT web.de>
1908
1909         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1910           device/lib/pic16/pics.all: added pic18f1320
1911         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1912
1913 2005-09-30 Raphael Neider <rneider AT web.de>
1914
1915         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1916         * src/pic16/devices.inc: NEW, provides device descriptions
1917         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1918
1919 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1920
1921         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1922           GETHBIT
1923
1924 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1925
1926         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1927           documented Any Order Bit, Higher Order Byte and Higher Order Word
1928         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1929         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1930           (optimizeGetAbit): new, to get any bit, not only the high bit,
1931           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1932           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1933           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1934           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1935             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1936             GETABIT, GETBYTE, GETWORD: decorate them,
1937           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1938           (ast_print): added GETABIT, GETBYTE, GETWORD
1939         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1940         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1941           (geniCodeBinary): new generic binary icode,
1942           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1943         * src/port.h: updated comment for PORT.hasExtBitOp
1944         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1945           (genGetByte): new, to get a single byte,
1946           (genGetWord): new, to get a word from a long,
1947           (gen51Code): added GETABIT, GETBYTE, GETWORD
1948         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1949
1950 2005-09-23 Raphael Neider <rneider AT web.de>
1951
1952         * configure.in, configure: have device/lib/pic configured
1953         * device/lib/Makefile.in: added model-pic14
1954         * device/lib/clean.mk: added pic/ to clean rule
1955         * device/lib/pic: added rudimentary pic14 library providing support
1956           functions for multiplication/division/generic pointer access
1957         * src/SDCCopt.c (convilong): mark support functions as extern
1958           for pic14 port as well
1959         * src/pic/gen.c (genMult): added assertions,
1960           (genpic14Code): emit warning on unhandled iCodes
1961         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1962         * src/pic/pcode.c (pCodeOpCopy),
1963         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1964           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1965           SFR_REGISTER}), made safe for future extensions
1966         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1967           instructions even if preceeded by SKIP instructions (also remove
1968           them); removed unused code
1969         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1970           prevents leaving parts of the structure uninitialized after copying
1971
1972 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1973
1974         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1975           ago by me
1976         * support/regression/tests/addsub.c: added test for the bug
1977
1978 2005-09-21 Raphael Neider <rneider AT web.de>
1979
1980         * device/include/pic16/pic18f1220.h,
1981           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1982         * device/lib/pic16/Makefile.rules: added missing opening paren
1983         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1984           are provided in genutils.c,
1985           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1986           operand/result sizes,
1987           (genCmp): assert on NULL pointers first, then check deref'ed values
1988         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1989           result size
1990
1991 2005-09-18 Raphael Neider <rneider AT web.de>
1992
1993         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1994           as these are now unused,
1995           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1996         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1997           local, avoids uninitialized pointer dereference on r->name
1998         * src/pic16/ralloc.c (newReg): fixed indentation
1999
2000 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2001
2002         * src/SDCCval.c (constVal): fixed bug 730366
2003         * support/Util/SDCCerr.c,
2004         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2005
2006 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2007
2008         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2009
2010 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2011
2012         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2013
2014 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2015
2016         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2017           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2018         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2019           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2020         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2021         * packihx/packihx.c (hexDigit): made c unsigned char
2022         * as/mcs51/lklibr.c (fndsym),
2023         * link/z80/lkgb.c (gb),
2024         * link/z80/lklibr.c (fndsym),
2025         * link/z80/lkrloc.c (relr),
2026         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2027         * src/SDCC.lex (checkCurrFile, process_pragma),
2028         * src/SDCCglue.c (spacesToUnderscores),
2029         * src/SDCCmain.c (setParseWithComma, processFile),
2030         * src/asm.c (tvsprintf, printCLine),
2031         * src/avr/gen.c (emitcode, aopPut),
2032         * src/ds390/gen.c (emitcode),
2033         * src/hc08/gen.c (emitcode, emitinline),
2034         * src/mcs51/gen.c (emitcode, genInline),
2035         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2036           tokenizeLineNode),
2037         * src/pic/ralloc.c (debugLog),
2038         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2039           tokenizeLineNode),
2040         * src/pic16/ralloc.c (debugLog),
2041         * src/z80/main.c (_process_pragma):
2042            made all ctype.h function calls safe
2043         * src/SDCCopt.c: include math.h for fabs
2044         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2045           and used them throughout the code to make ctype.h function calls safe
2046         * src/ds390/main.c (asmLineNodeFromLineNode),
2047         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2048         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2049            unsigned char*
2050         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2051           (newpCodeAsmDir): made ctype.h function calls safe
2052         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2053           pic16_emitcode):  made lbp unsigned char*
2054         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2055           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2056         * src/xa51/gen.c (emitcode),
2057         * src/z80/gen.c (_emit2): made lbp unsigned char*
2058         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2059            char*
2060
2061 2005-09-05 Raphael Neider <rneider AT web.de>
2062
2063         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2064           access bank splitpoint
2065
2066 2005-09-05 Raphael Neider <rneider AT web.de>
2067
2068         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2069
2070 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2071
2072         * .version: changed to version 2.5.3
2073         * doc/sdccman.lyx: changed version to 2.5.3,
2074           documented --codeseg and --constseg and pragma codeseg and constseg,
2075           documented bit parameters (reentrant) and bit returning
2076         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2077            currFunc->recvSize, but is this ok for all ports?
2078           (ast2iCode): result of ~ on unsigned char must be cast to int for
2079            bool to work
2080         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2081           function pointers in bit space
2082         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2083           (processFuncArgs): call port.reg_parm() with reentrancy info
2084         * src/port.h,
2085         * src/avr/main.c,
2086         * src/ds390/main.c,
2087         * src/hc08/main.c,
2088         * src/pic/main.c,
2089         * src/pic16/main.c,
2090         * src/xa51/main.c,
2091         * src/z80/main.c: port.reg_parm prototype extended with
2092           "bool reentrant" parameter
2093         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2094           options.stackAuto for allocating bit register parameters
2095         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2096           (genSend): set BitBankUsed if it is,
2097           (selectRegBank): factored out of genCall for use in genPcall,
2098           (genCall): removed redundant dtype assignmen, use selectRegBank,
2099           (genPcall): handle returning in Carry properly, save in F0 if needed,
2100           (genReceive): handle bit register parameters
2101         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2102           (mcs51_assignRegisters): enable bit registers for all reentrant
2103            functions and don't set BitBankUsed unconditionally
2104         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2105         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2106         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2107
2108 2005-08-27 Borut Razem <borut.razem AT siol.net>
2109
2110         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2111         ppc-osx (Darwin) does not support -u option. It seems that it is
2112         supported only on Linux - GNU cp
2113
2114 2005-08-25 Borut Razem <borut.razem AT siol.net>
2115
2116         * sim/ucsim/gui.src/serio.src/Makefile.in,
2117           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2118           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2119           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2120           install and strip, since the strip at /usr/ccs/bin should be used
2121           on solaris
2122
2123 2005-08-24 Borut Razem <borut.razem AT siol.net>
2124
2125         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2126
2127 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2128
2129         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2130         ffffffffu
2131
2132 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2135         * as/mcs51/lkmain.c (link_main): fixed warning
2136         * device/include/stdbool.h: ds390 has no advanced bit support yet
2137         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2138         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2139         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2140           and updated their macros
2141         * src/SDCCval.c (constVal): updated comment for renamed b_long
2142
2143 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2146         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2147           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2148           (oprio): set priority for '['
2149         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2150            and adb_24_bit
2151         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2152         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2153         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2154         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2155           added overlayable BIT_BANK area
2156         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2157           (summary2): explain 'T' in legenda
2158         * as/mcs51/lkrloc.c: replaced old K&R style,
2159           (relr): added R_BIT processing,
2160           (errmsg): added "Bit-addressable relocation error",
2161           (adb_bit): added for converting from byte- to bit-addressable space,
2162           (adb_24_bit): added for converting from byte- to bit-addressable space
2163         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2164            used in reentrant functions now even as return value
2165         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2166         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2167           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2168         * src/SDCCglobl.h: added indicator BitBankUsed
2169         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2170            the bit registers b0-b7
2171         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2172           (geniCodeCast): fixed bug 1263853,
2173           (geniCodeLogicAndOr): put result in bool or char,
2174           (geniCodeReceive): added parameter func for accessing the return type,
2175           (geniCodeFunctionBody): pass func to geniCodeReceive
2176         * src/SDCCmain.c: added indicator BitBankUsed
2177         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2178         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2179           (checkSClass): don't put automatic bool/bit on stack,
2180           (checkFunction): removed check on function cannot return bit
2181         * src/SDCCsymt.h: added newBoolLink prototype
2182         * src/mcs51/gen.c (rb1regs): added bit registers,
2183           (movc): created for assigning to carry,
2184           (pushReg, popReg): created for pushing registers,
2185           (sameRegs): check both AOP_REG and AOP_CRY types,
2186           (aopOp): handle bit registers,
2187           (aopPut): optimization no self-assign,
2188           (saveRegisters): push reg->base (bits) only once for bit registers,
2189            and use pushReg,
2190           (unsaveRegisters): pop reg->base only once and use popReg,
2191           (assignResultValue): added parameter func and return in carry for bits,
2192           (genIpush): optimization no reload in A if not changed,
2193           (genSend): bit parameters in reentrant functions are passed in bit
2194            registers by first assigning to bits in B, then save registers and
2195            copy B to bits,
2196           (genCall): handle returning in Carry properly, save it in F0 if needed,
2197           (genPcall): updated assignResultValue call, this is not safe yet for bit
2198            returning function !!!
2199           (genFunction): don't generate equ's for bit registers and use pushReg,
2200           (genEndFunction): take care of bit returning functions and use popReg,
2201           (genRet): return bit in Carry,
2202           (genIfx): optimize bit registers and other directly addressable bits,
2203           (genReceive): updated assignResultValue call
2204         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2205           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2206            registers when using stack-auto
2207         * src/mcs51/ralloc.c (_G): added allBitregs,
2208           (regs8051): added the bit registers,
2209           (createStackSpil): use macro IS_BIT,
2210           (getRegBit): added to allocate a bit register, else spill,
2211           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2212           (updateRegUsage): factored out to ease stepping while debugging,
2213           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2214            also allocate bit registers,
2215           (fillGaps): handle bit registers,
2216           (findAllBitregs): added to create bit vector with all bit registers,
2217           (mcs51_allBitregs): returns this bit vector,
2218           (mcs51_assignRegisters): when using stack-auto use bit registers for
2219            passing parameters and creating local variables
2220         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2221
2222 2005-08-22 Borut Razem <borut.razem AT siol.net>
2223
2224         * device/lib/Makefile.in: replaced find option -or with -o
2225           to make it run on solaris
2226
2227 2005-08-22 Raphael Neider <rneider AT web.de>
2228
2229         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2230           fixes #1265442 (crash on Solaris)
2231
2232 2005-08-20 Borut Razem <borut.razem AT siol.net>
2233
2234         * configure, configure.in: added tests for libsocket and libnsl libraries,
2235           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2236           from support/regression/Makefile.in
2237         * support/regression/Makefile.in: added
2238         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2239         * sim/ucsim/libtool: regenerated on sparc-solaris
2240         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2241           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2242           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2243           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2244           sparc-solaris, which doesn't use GNU ld linker
2245         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2246         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2247
2248 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2249
2250         * src/mcs51/peeph.def: updated comments
2251
2252 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2253
2254         * device/lib/_gptrget.c,
2255         * device/lib/_gptrput.c: slightly shorter
2256         * doc/sdccman.lyx: incremented version
2257         * src/mcs51/peeph.def: moved peephole comments to the line of first
2258           change to better keep line correlation, reanimated 186.e
2259         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2260
2261 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2262
2263         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2264           David Saxton with quotes around file name.
2265
2266 2005-08-15 Borut Razem <borut.razem AT siol.net>
2267
2268         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2269           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2270           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2271           make tests run on x86_64 platform
2272
2273 2005-08-13 Raphael Neider <rneider AT web.de>
2274
2275         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2276           as it might be executed DURING a build (parallel make is wonderful)
2277
2278 2005-08-13 Raphael Neider <rneider AT web.de>
2279
2280         * device/lib/Makefile.in (port-specific-objects-pic16):
2281           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2282         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2283           dependency
2284         * device/lib/pic16/Makefile.rules: build subdirs before creating
2285           the library, removed builddir rule, create $(builddir) early in
2286           recurse rule, use empty recurse rule for leaf directories
2287         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2288           mkdir errors (race condition), removed duplicate suffix "hex"
2289           from clean rules
2290         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2291         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2292           prevents mkdir -p from aborting on Alpha
2293
2294 2005-08-12 Raphael Neider <rneider AT web.de>
2295
2296         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2297           db-statements in order to allow for arrays of pointers in code
2298           sections to be placed without interspersed 0-padding, fixes
2299           bug #1256215
2300         * (emitStatistics): fixed division by zero for pic18f1220
2301         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2302           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2303         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2304         * (pic16_pCodeConstString): keep track of already emitted string
2305           literals to prevent "duplicate definitions of symbol _str_NR"
2306         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2307           debug message
2308         * device/lib/Makefile.in: ignore failing PIC16 library builds
2309         * device/lib/pic16/Makefile: do not build if gputils are missing
2310         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2311
2312 2005-08-10 Raphael Neider <rneider AT web.de>
2313
2314         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2315           my last commit)
2316
2317 2005-08-10 Raphael Neider <rneider AT web.de>
2318
2319         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2320           Rokas' patch to add the new fixed point type "__fixed16x16"
2321         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2322           functions for __fixed16x16 arithmetics
2323         * device/lib/pic16: reimplemented the build system to support
2324           a separate build directory, better handling of libio (create
2325           the library in a separate subdir for each architecture) and
2326           easier configuration (centralized in Makefile.common)
2327
2328 2005-08-07 Raphael Neider <rneider AT web.de>
2329
2330         * src/pic16/gen.c (genrshTwo): fixed sign extension
2331         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2332         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2333           added T0CONbits
2334         * device/include/pic16/pic18f4220.h: NEW, header for
2335           pic18f4220 and pic18f4320
2336         * device/include/pic16/pic18fregs.h: added new devices,
2337           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2338         * device/include/pic16/signal.h: resolved name clashes
2339           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2340           to also allow testing for interrupt enable bits, added
2341           comments on how to use the macros
2342         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2343         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2344           register definitions for the devices
2345         * device/lib/pic16/pics.all: added new devices
2346         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2347           allocated memory
2348         * device/lib/pic16/libc/stdlib/memfree: do not count
2349           the block header as free memory
2350         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2351           simplified and added missing end-of-blocklist-marker
2352           (reported by Peter Onion, fixes #1252814)
2353         * (_mergeHeapBlock): fixed loop condition
2354         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2355           len==0, restructured code
2356         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2357           up a bit, reduced bitfield accesses, prevent endless loops
2358           in case of heap corruption
2359         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2360           "unreferenced arguments/must return a value" warnings
2361         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2362           replaced BAUDREG with SPBRG
2363         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2364           device/lib/pic16/debug/gstack/gstack.c: replaced
2365           _naked, _asm, _endasm with __naked, __asm, __endasm
2366
2367 2005-08-05 Raphael Neider <rneider AT web.de>
2368
2369         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2370           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2371
2372 2005-08-05 Borut Razem <borut.razem AT siol.net>
2373
2374         * device/lib/Makefile.in: added missing ';'
2375         * configure: removed ^M characters
2376
2377 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2378
2379         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2380           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2381           License
2382
2383 2005-08-04 Borut Razem <borut.razem AT siol.net>
2384
2385         * configure.in: pic16 libraries build 2nd try - enable running
2386           configure in device/lib/pic16
2387         * configure: regenerated from configure.in
2388         * device/lib/Makefile.in: create $(PORT)/bin directory
2389
2390 2005-08-03 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2393           to get/set values via pointers
2394         * (genUnpackBits,genPackBits): changed detection of
2395           ptr->bitfield vs. sym.bitfield, fixed access via generic
2396           pointers, removed dead (wrong) code for multibyte bitfields
2397         * (genNearPointerGet, genGenPointerGet): removed useless code,
2398           fixed bitfield detection, fixes #1250594
2399         * (genNearPointerSet): removed useless code
2400         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2401           and introduced macro pic16_emitpcode that conditionally emits
2402           the origin of the following pCode (useful for debugging SDCC)
2403         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2404         * (createDefmap): fixed handling of LFSR for --optimize-df
2405
2406 2005-08-02 Borut Razem <borut.razem AT siol.net>
2407
2408         * device/lib/Makefile.in: pic16 libraries build enabled since
2409           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2410
2411 2005-08-02 Raphael Neider <rneider AT web.de>
2412
2413         * src/pic16/gen.c (genPackBits): removed deprecated warning
2414         * (genGenPointerSet): fixed bitfield detection
2415
2416 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2417
2418         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2419
2420 2005-07-31 Raphael Neider <rneider AT web.de>
2421
2422         * device/lib/pic16/libdev/pic18f458.c,
2423           device/include/pic16/pic18f458.h: added missing T0CONbits
2424
2425 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2426
2427         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2428
2429 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2430
2431         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2432
2433 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2434
2435         * device/include/mcs51/at89c51ed2.h: added.
2436
2437 2005-07-23 Raphael Neider <rneider AT web.de>
2438
2439         * src/pic/gen.h: added emitpcode macro for debugging
2440         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2441           and replace by macro adding debug information on demand
2442         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2443         * (gencjne): tried to fix; replaced with correct (slower) code
2444         * (gen{Unp,P}ackBits): fixed single bit access
2445         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2446         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2447           previous instruction
2448         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2449           register has to be handled with care (forbidding movement
2450           of assignments/uses, removing assignments completely, ...)
2451         * (pCodeOptime2pCodes): make use of regIsSpecial
2452         * added lots of debugging output (commented out)
2453         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2454           from being reused as result UNLESS it is known to work
2455
2456 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2457
2458         * support/Util/dbuf.h: include <stddef.h> for size_t
2459         * .version: changed to version 2.5.2
2460
2461 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2462
2463         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2464
2465 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2466
2467         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2468           (genModOneByte): removed needless psha/pula
2469
2470 2005-07-22 Raphael Neider <rneider AT web.de>
2471
2472         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2473           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2474         * src/pic/gen.c (resolveIfx): do not "invent" labels
2475         * (genSkipc): changed to positive logic
2476         * (genSkipCond): removed as no longer needed
2477         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2478           backport from PIC16
2479         * (genLeftShift): check operands are in different registers
2480         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2481           INCF does not update CARRY...
2482         * src/pic/main.c: fixed _linkCmd
2483         * src/pic/pcode.c (unlinkpCode): added inactive code
2484         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2485           alive (do not assign result and operand overlapping registers)
2486
2487 2005-07-22 Raphael Neider <rneider AT web.de>
2488
2489         * src/pic/device.c (dump_sfr): replaced register declaration with
2490           call to emitSymbolToFile() to avoid duplicate symbols
2491         * (assignRelocatableRegisters): do not declare external symbols
2492         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2493           right (take size of type, not etype)
2494         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2495         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2496         * (packRegsForAccUse): disabled assignment of WREG as
2497           the result reg to prevent occurence of just fixed #1235003,
2498           fixes #1242954
2499         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2500           symbols (avoids duplicate symbols in .asm file)
2501         * (pic14emitRegularMap): use emitSymbolToFile()
2502         * src/pic/gen.c (aopOp): fixed spillLocation handling
2503         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2504         * (genDataPointerSet): removed unneccessary variables/output
2505
2506 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2507
2508         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2509         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2510
2511 2005-07-21 Raphael Neider <rneider AT web.de>
2512
2513         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2514           architecture cannot handle them efficiently, fixes bug #1235003
2515         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2516           check for empty sets before using them (fixes bug #1232190)
2517
2518 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2519
2520         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2521           (lnksect2): generate warnings for memory overlap
2522         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2523           constseg to set the name of these segments so you can instruct the linker
2524           to place them in banks
2525         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2526         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2527           added code_seg and const_seg to options
2528         * src/SDCCglue.c (emitMaps): use options.const_seg,
2529           (createInterruptVect): put interrupt vectors in segment HOME,
2530           (glue): put HOME before static segment and put the main glue in HOME,
2531           (glue): use options.code_seg
2532         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2533         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2534           these segments so you can instruct the linker to place them in banks
2535           (linkEdit): use code_loc for HOME segment which should be the first
2536           segment in code memory now
2537         * src/SDCCmem.c: fixed more stuff like bug 1238386
2538         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2539           (changePointer): don't change function pointers to code pointers for
2540           banked functions,
2541           (compareType): added exceptional check for banked function pointers
2542         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2543         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2544           after static in code memory
2545         * src/mcs51/gen.c: added aopLiteralLong prototype,
2546           (aopForSym): use getSize for functions,
2547           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2548           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2549           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2550           the segment,
2551           (genPcall): use call for literal function pointers and generate banked
2552           calls over the one trampoline so there's only one place for the user to
2553           modify according to his/hers hardware,
2554           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2555           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2556         * src/mcs51/main.c: added keyword banked,
2557           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2558         * support/Util/SDCCerr.c,
2559         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2560           needed for passing the bank and address to the trampoline
2561         * device/lib/mcs51/crtbank.asm: added for bankswitching
2562         * device/lib/mcs51/Makefile: added crtbank
2563
2564 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2565
2566         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2567           for fields at offset 0 of a struct or union as reported
2568           on 2005-07-07 in the developer mailing list.
2569
2570 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2571
2572         * src/SDCCmem.c: fixed bug 1238386
2573
2574 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2575
2576         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2577           (patch #1144962), added peephole 300, enabled 259.x
2578         * doc/sdccman.lyx: removed screenshot and provided link instead
2579
2580 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2581
2582         * doc/sdccman.lyx: added section about debugging with ddd
2583         * doc/figures/ddd_example.eps: screenshot of debugging session
2584
2585 2005-07-04 Raphael Neider <rneider AT web.de>
2586
2587         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2588           like CODE pointers, fixes #1115683
2589         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2590           call, fixes bugs #1232211, #1228110,
2591           fixed wrong casts to pCodeFlow from pCodeInstructions
2592
2593 2005-07-04 Raphael Neider <rneider AT web.de>
2594
2595         * src/pic/gen.c (popGet): changed assert to allow for
2596           bit operands
2597         * (popGetAddr): changed signature to provide
2598           an additional index, patched all call sites
2599         * (genCmpEq): handle literal-like operands correctly
2600         * (genAddrOf): added sanity checks on __code/__data pointers
2601         * (genAssign): added handling of symbols from __code section
2602         * (gencjne): do not generate code for comparisons whose result
2603           is neither stored nor used, fixes bug #1171114
2604         * (AccLsh, AccRsh): operate on operand instead of WREG
2605         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2606           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2607           by known count
2608         * rewrote complete shift-by-literal logic, commented unused
2609           functions out
2610         * (genConstPointerGet): get multiple bytes (if result size > 1),
2611           fixed handling of non-immediate addresses
2612         * (genPointerGet): handle CODE pointers like CONST pointers
2613         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2614         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2615           operand is to be treated as a literal or not
2616         * (mov2w,genPcall,genCmpEq),
2617           src/pic/genarith.c: use aop_isLitLike() to decide between
2618           literal/register contents
2619         * (addSign): added missing offset
2620         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2621           only emit comment in debug-mode,
2622           use {aop,op}_isLitLike throughout the file
2623         * src/pic/glue.c: fix initializers for pointers (work in progress)
2624         * src/pic/pcode.c (get_op): honor index on _const symbols
2625         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2626         * (dumppBlock): added pCode size estimation
2627         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2628           check for IS_SYMOP before OP_SYMBOL'ing
2629         * fixed indentation, compacted switch-statements
2630         * (allocReg): find free register and allocate it instead of
2631           allocating new registers all the time
2632         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2633           registers as its operands (necessary only for multibyte GETs)
2634
2635 2005-07-01 Raphael Neider <rneider AT web.de>
2636
2637         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2638           debugging .asm-output macros FENTRY + FEXIT
2639         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2640           way... I wonder...
2641         * (emitpComment): NEW, printf to pCode
2642         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2643           offset handling
2644         * (popGetAddr): NEW, variant of popGet to access an immediates
2645           high(er) bytes instead of the n'th byte of memory they reference,
2646           replaced popGet with popGetAddr where neccessary
2647         * (genDataPointerGet): reactivated and fixed implementation
2648         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2649           accesses
2650         * (genDataPointerSet): fixed multibyte assignments
2651         * (genpic14Code): fixed --i-code-in-asm handling
2652         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2653         * (genPlus): fixed index-out-of-bounds error
2654         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2655         * src/pic/ralloc.c: added debugging output macro FENTRY2
2656         * (spillThis): fixed indentation, enbraced for-body for clarity
2657         * (rematStr): commented out as now unused
2658         * (regTypeNum): commented out special spill case (overwrites
2659           arbitrary values)
2660         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2661
2662 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2663
2664         * doc/sdccman.lyx: documented sfr16/sfr32,
2665           added example for using storage class with function pointers
2666         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2667
2668 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2671         * device/lib/_itoa.c,
2672         * device/lib/_ltoa.c: optimized codesize
2673         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2674           but don't know how to suppress the double warning.
2675         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2676         * support/Util/SDCCerr.c,
2677         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2678
2679 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2682           fixed old K&R prototypes
2683         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2684         * device/lib/_gptrget.c,
2685         * device/lib/_gptrgetc.c,
2686         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2687           also new versions for small generic pointers and banked generic pointers
2688         * src/port.h: added const_name
2689         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2690         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2691         * src/SDCCcse.c (findPrevIc): check all associative operators
2692         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2693         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2694         * src/SDCCmem.c: updated comments,
2695           set far-space to 0 for pdata, results in optimized code
2696         * src/SDCCmem.h: added macro CONST_NAME
2697         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2698           moving the info into the highest bits, see also gptrget/gptrput
2699         * src/src.dsp: added sdcc.ico to project files
2700         * src/avr/gen.c (genCast): fixed bug 0x%d
2701         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2702         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2703           relation between ptr_type and DCL_TYPE,
2704           (genCast): fixed bug 0x%d
2705         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2706           (CODE)" for const_name
2707         * src/hc08/gen.c (genCast): fixed bug 0x%d
2708         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2709           (hc08_port): added "CONST (CODE)" for const_name
2710         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2711           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2712           between ptr_type and DCL_TYPE,
2713           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2714           operand* and took AOP() inside function so sfr-ness can be checked,
2715           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2716           new prototype,
2717           (genFunction, genEndFunction): optimized stack setup,
2718           (genMinus): optimized for literals with ending zeroes (in bytes),
2719           (genCast): fixed bug 0x%d
2720         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2721           (mcs51_port): added "CONST (CODE)" for const_name
2722         * src/mcs51/peeph.def: made rule 226 more generic
2723         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2724         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2725         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2726         * src/z80/main.c (z80_port): added NULL for const_name,
2727           (gbz80_port): added NULL for const_name
2728         * support/regression/tests/bug663539.c,
2729         * support/regression/tests/sfr16.c: new tests
2730
2731 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2732
2733         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2734
2735 2005-06-24 Raphael Neider <rneider AT web.de>
2736
2737         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2738           corrected typos...
2739         * device/include/pic16/signal.h: added USBIF
2740           and SIG_USB
2741
2742 2005-06-24 Raphael Neider <rneider AT web.de>
2743
2744         * device/lib/pic16/libdev/pic18f2455.c,
2745           device/include/pic16/pic18f2455.h: NEW
2746         * device/include/pic16/pic18fregs.h,
2747           device/lib/pic16/pics.all,
2748           src/pic16/device.c: added 18f2455
2749         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2750           device/include/pic16/{pic18f[68][567].h,usart.h}:
2751           replaced MULTIPLE_USARTS define with more relaible
2752           compatibility sfrs (for USART access)
2753
2754 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2755
2756         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2757           and the output asm file line is printed on two lines.
2758
2759 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2760
2761         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2762           BGT, BLE, BHI, and BLS instructions
2763         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2764           genCmpEq): removed
2765         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2766           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2767           fixes bug #1216342
2768         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2769
2770 2005-06-15 Raphael Neider <rneider AT web.de>
2771
2772         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2773         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2774         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2775           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2776           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2777
2778 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2779
2780         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2781           Marcel Telka in bug #1215704
2782
2783 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2784
2785         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2786           located in shared memory bank.
2787
2788 2005-05-31 Raphael Neider <rneider AT web.de>
2789
2790         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2791           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2792           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2793
2794 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2795
2796         * device/lib/_strncpy.c: fixed the fix
2797
2798 2005-05-26 Raphael Neider <rneider AT web.de>
2799
2800         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2801           initializers with \0, bug #1208187
2802         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2803           intializers with \0, bug #1208187
2804
2805 2005-05-26 Raphael Neider <rneider AT web.de>
2806
2807         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2808           initializers with \0, bug #1208187
2809         * src/pic16/main.c (_process_pragma): added sanity checks
2810           for stack position and size, emit warnings when appropriate
2811
2812 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * device/lib/_strncpy.c: fixed not filling with \0
2815
2816 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2817
2818         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2819           createFunction),
2820         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2821           compound_statement),
2822         * src/SDCCsymt.h,
2823         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2824
2825 2005-05-24 Raphael Neider <rneider AT web.de>
2826
2827         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2828
2829 2005-05-24 Raphael Neider <rneider AT web.de>
2830
2831         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2832           TRISE definitions, closes bug #1162453
2833
2834 2005-05-22 Raphael Neider <rneider AT web.de>
2835
2836         * src/pic16/main.c (_process_pragma): check for missing
2837           arguments to pragmas code and udata
2838         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2839           consistency fixes to match other headers (thanks to Jim Paris)
2840         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2841
2842 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2843
2844         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2845
2846 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2847
2848         * support/regression/tests/bug1198642.c: new test
2849         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2850         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2851         * support/scripts/resource.h,
2852         * support/scripts/resource.rc,
2853         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2854         * support/scripts/sdcc.ico: added 32x32 icon
2855
2856 2005-05-18 Raphael Neider <rneider AT web.de>
2857
2858         * device/lib/pic16/libdev/pic18f*.c,
2859         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2860           keywords to "__sfr" and "__at (X)"
2861         * device/include/pic16/pic18fregs.h: added pic18f4520
2862         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2863           #1203088 (MPLAB compatibility)
2864
2865 2005-05-17 Raphael Neider <rneider AT web.de>
2866
2867         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2868         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2869         * device/lib/pic16/pics.all: added new devices
2870         * src/pic16/device.c: added support for pic18f4520
2871
2872 2005-05-16 Raphael Neider <rneider AT web.de>
2873         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2874         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2875         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2876           convenience function for bit access
2877
2878 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * device/lib/printf_large.c: fixed bug 1193299
2881         * support/regression/tests/bug1057979.c: added test %3.3s
2882
2883 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2884
2885         * device/include/mcs51/8051.h,
2886         * device/include/mcs51/8052.h: made parseable with lint
2887         * device/include/mcs51/lint.h: added include file for (sp)lint
2888         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2889         * doc/cdbfileformat.lyx,
2890         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2891
2892 2005-05-14 Raphael Neider <rneider AT web.de>
2893
2894         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2895         * device/lib/pic16/libc/stdlib/itoa.c (new)
2896         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2897         * device/lib/pic16/libio/Makefile: exclude subdir according to
2898           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2899         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2900         * src/pic16/gen.c (genFunction): prevent annoying warning
2901         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2902           nameclashes on BeOS
2903         * support/cpp2/cppmain.c (cpp_output_string): new
2904         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2905           fixes bug 1116802
2906
2907 2005-05-13 Borut Razem <borut.razem AT siol.net>
2908
2909         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2910
2911 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2912
2913         * .version: changed to version 2.5.1; back to bleeding edge development
2914
2915 2005-05-11 Borut Razem <borut.razem AT siol.net>
2916
2917         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2918           generate PDF version 1.3 documents
2919
2920 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2921
2922         * .version: changed to version 2.5.0
2923
2924 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2925
2926         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2927
2928 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2929
2930         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2931         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2932         well as many smaller updates.
2933         * .version: changed to version 2.5.0-pre1
2934
2935 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2936
2937         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2938
2939 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2940
2941         * support/regression/tests/bug1185672.c: added
2942         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2943           bug 1185672
2944         * src/mcs51/gen.c (genCall): added comments, made it look safer
2945         * src/mcs51/gen.c (genEndFunction): simplified
2946
2947 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2948
2949         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2950
2951 2005-04-14 Borut Razem <borut.razem AT siol.net>
2952
2953         * fixed bug 1045046 - SIGSEGV with really simple code?:
2954           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2955           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2956
2957 2005-04-14 Borut Razem <borut.razem AT siol.net>
2958
2959         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2960           src/pic16/device.h: temporarily disabled experimental #inline pragma
2961           for 2.5.0 release
2962
2963 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2964
2965         * device/include/z80/stdio.h,
2966         * device/include/z80/string.h: removed these highly incomplete files so
2967           SDCC can use the default ones in device/include/
2968
2969 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2970
2971         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2972         gcc warning.
2973         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2974         fix sdcpp warnings.
2975
2976 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2977
2978         * device/include/malloc.h: removed redundant __reentrant prototypes
2979         * device/lib/_mullong.c: added working xstack variant in asm (C version
2980           doesn't pass regression tests)
2981         * device/lib/bpx.c: used __data and made bpx char for mcs51
2982         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2983           (createFunction): fixed bug with xstackPtr
2984         * src/SDCCcse.c: corrected comments
2985         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2986           (killDeadCode, eBBlockFromiCode): removed unused code
2987         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2988           corrected comments
2989         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2990           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2991           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2992           (genModOneByte): fixed warning in MSVC
2993         * src/mcs51/main.c (): added comments
2994         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2995
2996 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2997
2998         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2999
3000 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3001
3002         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3003
3004 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3005
3006         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3007         characters arrays of larger size than the declared one.
3008
3009 2005-04-10 Borut Razem <borut.razem AT siol.net>
3010
3011         * src/pic/gen.c (genInline),
3012           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3013           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3014           (findNextInstruction), (findPrevInstruction),
3015           (findInstructionUsingLabel),
3016           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3017         * src/pic/pcode.c (findLabel): added missing '\n'
3018         * src/src.dsp: added SDCCdwarf2.c to the project
3019
3020 2005-04-09 Borut Razem <borut.razem AT siol.net>
3021
3022         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3023
3024 2005-04-08 Raphael Neider <rneider AT web.de>
3025
3026         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3027           into the chain after a given one) and mergeDefmapSymbols (combine
3028           defmap entries for each symbol per pcode)
3029         * (createDefmap): have defmap entries merged in the end
3030         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3031           a symbol before replacing one access type's symbol, merge symbols in
3032           the end (replacement symbol might already have an entry)
3033         * (assignValnums): keep reference to written WREG intact
3034
3035 2005-04-08 Raphael Neider <rneider AT web.de>
3036
3037         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3038           Alpha)
3039
3040 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3041
3042         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3043         bytes
3044
3045 2005-04-07 Raphael Neider <rneider AT web.de>
3046
3047         * device/include/pic16/usart.h: added compatibility defines for
3048           devices with more than one USART
3049         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3050
3051 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * device/lib/Makefile.in: updated for port specific include
3054
3055 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3058
3059 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3060
3061         * device/include/8051.h,
3062         * device/include/8052.h,
3063         * device/include/at89S8252.h,
3064         * device/include/at89c55.h,
3065         * device/include/at89x051.h,
3066         * device/include/at89x51.h,
3067         * device/include/at89x52.h,
3068         * device/include/mcs51reg.h,
3069         * device/include/reg51.h,
3070         * device/include/reg764.h,
3071         * device/include/regc515c.h,
3072         * device/include/sab80515.h: (re)moved these 12 files
3073         * device/include/mcs51/8051.h,
3074         * device/include/mcs51/8052.h,
3075         * device/include/mcs51/at89S8252.h,
3076         * device/include/mcs51/at89c55.h,
3077         * device/include/mcs51/at89x051.h,
3078         * device/include/mcs51/at89x51.h,
3079         * device/include/mcs51/at89x52.h,
3080         * device/include/mcs51/mcs51reg.h,
3081         * device/include/mcs51/reg51.h,
3082         * device/include/mcs51/reg764.h,
3083         * device/include/mcs51/regc515c.h,
3084         * device/include/mcs51/sab80515.h: and added them here
3085
3086 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * device/include/stdarg.h: changed SDCC specific keywords to double
3089           underlined form.
3090         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3091           mcs51 and ds390.
3092         * device/include/hc08/mc68hc908gp32.h,
3093         * device/include/hc08/mc68hc908jb8.h,
3094         * device/include/hc08/mc68hc908jkjl.h,
3095         * device/include/hc08/mc68hc908qy.h: fixed comments
3096         * device/include/mcs51/README: updated
3097         * device/include/mcs51/c8051f120.h: added PINRSF
3098         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3099         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3100           amidst code. Also inline is not supported.
3101
3102 2005-04-06 Raphael Neider <rneider AT web.de>
3103
3104         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3105         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3106           callers stack/frame pointers
3107
3108 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3109
3110         * device/include/pic16/usart.h: added, missing in previous commit,
3111         * device/include/pic16/adc.h: fixed typo,
3112         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3113         commit,
3114         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3115         <p18fxxx.inc>
3116         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3117         uninitialized because a bug appears with gplink
3118         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3119         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3120         complains for unrecognised option
3121
3122 2005-04-05 Raphael Neider <rneider AT web.de>
3123
3124         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3125           structs as well (using memcpy)
3126         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3127           on ISRs (GOTO has no label)
3128         * src/pic16/device.h: added OF_OPTIMIZE_DF
3129         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3130           new data flow analysis/optimization
3131         * src/pic16/pcode.c: added (prototypes for and implementation of)
3132           dataflow analysis functions, fixed pCodeInstructions' inCond and
3133           outCond values, made RCALL a branch instruction
3134         * (pic16_unlinkpCode): keep C line if possible
3135         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3136           C line moved if possible
3137         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3138         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3139           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3140         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3141           new flow)
3142         * (pic16_getJumptabpCode): NEW, needed in...
3143         * (LinkFlow): fixed handling of jumptables, calls and conditional
3144           branches
3145         * (pic16_InsertCommentAfter): NEW
3146         * (pic16_pCodeReplace): made verbose and flow preserving
3147         * (AnalyzeFlow): added call to data flow analysis
3148         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3149         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3150         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3151
3152 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3153
3154         * src/SDCCast.c (decorateType): fixed bug #1105626
3155
3156 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3157
3158         * device/include/asm/pic16/features.h,
3159         * pic18f*.h headers,
3160         * device/include/pic16/adc.h,
3161         * device/include/pic16/delay.h,
3162         * device/include/pic16/i2c.h,
3163         * device/include/pic16/malloc.h,
3164         * device/include/pic16/stdio.h,
3165         * device/include/pic16/stdlib.h,
3166         * device/include/pic16/string.h,
3167         * device/lib/pic16/libc/stdio/printf_tiny.c,
3168         * device/lib/pic16/libc/stdio/printf_small.c,
3169         * device/lib/pic16/libc/stdio/strmgpsim.c,
3170         * device/lib/pic16/libc/stdio/strmmssp.c,
3171         * device/lib/pic16/libc/stdio/strmusart.c,
3172         * device/lib/pic16/libc/stdio/vfprintf.c,
3173         * device/lib/pic16/libc/stdlib/ltoa.c,
3174         * device/lib/pic16/libc/stdlib/putchar.c,
3175         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3176         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3177         * device/lib/pic16/libc/stdlib/memchrram.c,
3178         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3179         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3180         * device/lib/pic16/libio/adc/adcbusy.c,
3181         * device/lib/pic16/libio/adc/adcread.c,
3182         * device/lib/pic16/libio/adc/adcsetch.c,
3183         * device/lib/pic16/libio/usart/ubaud.c,
3184         * device/lib/pic16/libio/usart/ubusy.c,
3185         * device/lib/pic16/libio/usart/udrdy.c,
3186         * device/lib/pic16/libio/usart/uopen.c,
3187         * device/lib/pic16/libio/usart/uputc.c,
3188         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3189         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3190         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3191         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3192         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3193         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3194         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3195         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3196         specific keywords to double underlined form,
3197         * device/lib/pic16/libc/Makefile.rules,
3198         * device/lib/pic16/libsdcc/Makefile.rules,
3199         * device/lib/pic16/libm/Makefile,
3200         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3201         to compile with C standard set in Makefile.common
3202         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3203         rand.c and crc.c in compilation process,
3204         * device/lib/pic16/libsdcc/int/divuint.c,
3205         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3206         `c' from signed to unsigned,
3207         * device/lib/pic16/startup/crt0.c,
3208         * device/lib/pic16/startup/crt0i.c,
3209         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3210         keywords to double underlined form, bug fixes in _do_cinit function
3211         which prevented the correct initialization of the .idata segment,
3212         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3213         core to enter a infinite loop
3214         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3215
3216 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3217
3218         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3219
3220 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3221
3222         * device/include/Makefile.in: add support for hc08 subdirectory
3223         * device/include/hc08/: new subdirectory
3224         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3225         Lucas Loizaga, thanks!
3226         * device/include/hc08/mc68hc908qy.h,
3227         * device/include/hc08/mc68hc908gp32.h,
3228         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3229         their own directory. Changed internal macro names to use the compiler
3230         reserved namespace. Changed SDCC specific keywords to double
3231         underlined form.
3232         * device/include/math.h,
3233         * device/include/malloc.h,
3234         * device/include/stdarg.h,
3235         * device/include/stdbool.h
3236         * device/include/string.h,
3237         * device/include/tinibios.h,
3238         * device/include/ds400rom.h,
3239         * device/include/8051.h,
3240         * device/include/8052.h,
3241         * device/include/80c51xa.h,
3242         * device/include/at89c55.h,
3243         * device/include/at89S8252.h,
3244         * device/include/at89x51.h,
3245         * device/include/at89x52.h,
3246         * device/include/ds80c390.h,
3247         * device/include/reg764.h,
3248         * device/include/regc515c.h,
3249         * device/include/sab80515.h,
3250         * device/include/mcs51/c8051f000.h,
3251         * device/include/mcs51/c8051f018.h,
3252         * device/include/mcs51/c8051f020.h,
3253         * device/include/mcs51/c8051f040.h,
3254         * device/include/mcs51/c8051f060.h,
3255         * device/include/mcs51/c8051f120.h,
3256         * device/include/mcs51/c8051f300.h,
3257         * device/include/mcs51/c8051f310.h,
3258         * device/include/mcs51/c8051f320.h,
3259         * device/include/mcs51/c8051f330.h,
3260         * device/include/mcs51/c8051f350.h,
3261         * device/include/z180.h: Changed SDCC specific keywords to double
3262         underlined form.
3263
3264 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3265
3266         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3267         18F4455,
3268         * (pic16_assignConfigWordValue): disable testing of configuration
3269         register value with config mask,
3270         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3271         function with port->fun_prefix,
3272         * (genFunction): when generating a naked interrupt function never
3273         create an absolute segment placed in interrupt vector address, place
3274         the actual interrupt function at IVA instead, when an interrupt
3275         function is generated with unspecified interrupt then do not create
3276         the absolute section,
3277         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3278         code for generating a call to generic pointer get/put function with
3279         a call to function pic16_callGenericPointer(),
3280         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3281         the call to the generic pointer get/put functions with prefixing the
3282         function name with port->fun_prefix,
3283         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3284         * src/pic16/main.c (_process_pragma): prefix function with
3285         port->fun_prefix,
3286         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3287         calling assembler, old 18Fxxxx macro is deprecated,
3288         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3289         PC_ASMDIR in while condition,
3290         * (findInstruction): add PC_ASMDIR in while condition,
3291         * (buildCallTree): prefix main with port->fun_prefix,
3292         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3293         identifier for variable with banked access in instructions BTFSS,
3294         BTFSC, BCF, BSF, BTG
3295         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3296         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3297         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3298         perform optimization when enviroment variable NO_REG_OPT is set,
3299         * (insideLRBlock): NEW, return 1 if register is inside an
3300         INF_LOCALREGS block,
3301         * (RemoveRegFromLRBlock): remove a register that is completely
3302         eliminated by register optimization, but it is still left in local
3303         register store/restore in/from stack block,
3304         * (Remove2pcodes): after removing register, check to see if it
3305         should be removed from local register store/restore in/from stack
3306         block,
3307         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3308         DUMMY_READ_VOLATILE,
3309
3310         * device/include/pic16/adc.h: minor prototype modifications and
3311         update,
3312         * device/include/pic16/malloc.h: added GPL notice various
3313         modifications,
3314         * device/include/pic16/stdint.h: NEW, standard header for ints
3315         * device/include/pic16/delay.h: NEW, header for delay functions,
3316         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3317         delay1mtcy,
3318         * device/include/pic16/signal.h: NEW, header providing helper macros
3319         for implementing signal handlers,
3320         * device/include/pic16/stdio.h: added prototypes for functions,
3321         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3322         prototypes for stdin and stdout, added macro PUTCHAR to
3323         automatically implement putchar function prototype,
3324         * device/include/pic16/usart.h: modified and updated USART library,
3325         * device/lib/pic16/libio/adc/,
3326         * device/lib/pic16/libio/i2c: some modifications to improve library
3327         performance,
3328         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3329         family of functions,
3330         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3331         family of functions and other sources,
3332         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3333         of the PIC18Fxx[28] devices,
3334         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3335         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3336         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3337         _do_cinit function, because the previous failed when local variables
3338         where not placed in the same memory bank,
3339         * device/lib/pic16/libsdcc/char/: various modifications to improve
3340         library performance,
3341         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3342         information on the new functions of the c library and more...
3343
3344 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3345
3346         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3347
3348 2005-03-26 Raphael Neider <rneider AT web.de>
3349
3350         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3351           if condition == CARRY)
3352         * (genCmp): adapted to new genSkipc semantics
3353         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3354           on rIfx (genCmp was broken)
3355
3356 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3357
3358         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3359         * src/z80/main.c (_keywords[]),
3360         * src/SDCCglobal.h (struct options),
3361         * src/SDCC.y,
3362         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3363         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3364         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3365         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3366         always available in leading double underscore form. The C99 support is
3367         mostly missing, but it's a start.
3368         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3369         reserved identifier "__data".
3370
3371 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * src/mcs51/peeph.def: fixed bug 1170013
3374
3375 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3376
3377         * device/include/mcs51reg.h: fixed bug 842007
3378
3379 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3380
3381         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3382         last time.
3383
3384 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3385
3386         * src/port.h (struct PORT),
3387         * src/avr/ralloc.c (avr_assignRegisters),
3388         * src/avr/main.c,
3389         * src/ds390/ralloc.c (ds390_assignRegisters),
3390         * src/ds390/main.c,
3391         * src/hc08/ralloc.c (hc08_assignRegisters),
3392         * src/hc08/main.c,
3393         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3394         * src/mcs51/main.c,
3395         * src/pic/ralloc.c (pic14_assignRegisters),
3396         * src/pic/main.c,
3397         * src/pic16/ralloc.c (pic16_assignRegisters),
3398         * src/pic16/main.c,
3399         * src/xa51/ralloc.c (xa51_assignRegisters),
3400         * src/xa51/main.c,
3401         * src/z80/ralloc.c (z80_assignRegisters),
3402         * src/z80/ralloc.h,
3403         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3404         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3405         * src/SDCCcse.h,
3406         * src/SDCCdflow.c (computeDataFlow),
3407         * src/SDCCdflow.h,
3408         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3409         * src/SDCCloop.h,
3410         * src/SDCCcflow.c (*),
3411         * src/SDCCcflow.h,
3412         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3413         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3414         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3415         immedDom() returning wrong block; probably fixes bug #1160833)
3416
3417 2005-03-20 Borut Razem <borut.razem AT siol.net>
3418
3419         * support/scripts/inc2h.pl: WIN32 port
3420
3421 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3422
3423         * device/lib/makefile.in: added abs.c and labs.c
3424
3425 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3426
3427         * device/include/stdint.h: added
3428         * device/lib/abs.c: added
3429         * device/lib/labs.c: added
3430         * device/include/stdlib.h: added abs() and labs() prototypes
3431         * device/lib/libsdcc.lib: added abs and labs
3432         * device/include/float.h,
3433         * device/lib/_fsmul.c,
3434         * device/lib/printf_fast.c,
3435         * device/lib/printf_tiny.c: updated comments
3436
3437 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3440         bug #1164313
3441
3442 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3445         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3446
3447 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3448
3449         * device/lib/printf_large.c: removed inline assembly for portability and
3450           readability. Use printf_fast if speed or size are more important.
3451         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3452         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3453
3454 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3455
3456         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3457         prevent compiler warning
3458
3459 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3460
3461         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3462         moved to level 0 and declared as static. Also they are explicit
3463         placed in access bank. This was necessery because some times they
3464         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3465         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3466         optimizations. Currently only compare to unsigned char is implemented,
3467         * src/pic16/gen.c: added fReturnIdx array,
3468         * (struct resolvedIfx) is moved to gen.h and made public,
3469         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3470         * (aopForSym): added an optimization to directly store in stack of
3471         the operand of a SEND iCode,
3472         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3473         but as registers instead (AOP_REG) using the fReturnIdx array,
3474         * (pic16_freeAsmop): remove the freed register from the
3475         _G.sregsAlloc field,
3476         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3477         a compare of 'WREG',
3478         * (pic16_popGetTempRegCond): changed function prototype, now
3479         function takes also a bitVector argument v which holds the current
3480         set of registers that are allocated for stack access by aopForSym,
3481         registers allocated in aopForSym for accessing stack symbols are not
3482         any more part of the functions usedRegs field,
3483         * (genCall): some times aopOp is called for a stack variable to be
3484         send, aopForSym might perform the push, if this is true make sure
3485         that genCall doesn't push the variable twice by testing _G.resDirect,
3486         * (genFunction): changed testing for unspecified interrupt number
3487         from 256 to INTNO_UNSPEC,
3488         * modified selection scheme of frame pointer generation. Previously
3489         if function did use local registers a frame pointer was generated,
3490         now a frame pointer is generated only if function has arguments
3491         (that need PLUSW2 register access), or has stack arguments, or the
3492         compiler is not instructed to omit the frame pointer,
3493         * (genEndFunction): before restoring local registers that were saved
3494         in the function preamble, also restore the registers that *might*
3495         have been allocated for stack access,
3496         * (genRet): removed some old comments,
3497         * (genCmp, the active (RN's) version): added a call to the
3498         pic16_genCmp_special function to perform the compare with a more
3499         robust and optimized way,
3500         * (genInline): a feature has been added in inline code generation,
3501         which allows a wildcard variable substitution when writing inline
3502         assembly. Code is incomplete and experimental therefore undocumented,
3503         * (genCast): changed order of aopOp for result and right to allow
3504         aopForSym to directly load the result if possible,
3505         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3506         perform an optimized compare on some selected special occasions,
3507         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3508         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3509         generate an IVT any more,
3510         * src/pic16/main.c (pic16_optionsTable): added command line option
3511         --optimize-cmp,
3512         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3513         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3514         macros,
3515         * src/pic16/NOTES: Raphael Neider added in list of active developers
3516         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3517         jumptable_end to prevent bug #,
3518         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3519         inCond and outCond fields,
3520         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3521         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3522         turn off register spilling,
3523         * (packRegsForOneUse): synced with other ports' versions although it
3524         is not used currently,
3525         * (pic16_packRegisters): added an optimization while reading
3526         structure bitfields, some registers may be saved (malloc code is
3527         decreased by 80 bytes)
3528
3529 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3530
3531         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3532         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3533         this can be optimized more?
3534
3535 2005-03-10 Raphael Neider <rneider AT web.de>
3536
3537         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3538           genNearPointerGet): (hopefully) fixed access to bitfields via
3539           pointers (p->bitN = x; and x = p->bitN; failed)
3540
3541 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3542
3543         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3544
3545 2005-03-09 Raphael Neider <rneider AT web.de>
3546
3547         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3548
3549 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3550
3551         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3552         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3553           (regTypeNum): set REG_BIT type if necessary
3554         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3555         * support/regression/tests/critical.c: check bug 1144613
3556
3557 2005-03-02 Raphael Neider <rneider AT web.de>
3558
3559         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3560
3561 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/avr/ralloc.c (serialRegAssign),
3564         * src/ds390/ralloc.c (serialRegAssign),
3565         * src/hc08/ralloc.c (serialRegAssign),
3566         * src/mcs51/ralloc.c (serialRegAssign),
3567         * src/pic/ralloc.c (serialRegAssign),
3568         * src/pic16/ralloc.c (serialRegAssign),
3569         * src/xa51/ralloc.c (serialRegAssign),
3570         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3571
3572 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3573
3574         * src/SDCCast.c (decorateType): fixed bug 1124787
3575
3576 2005-02-20 Hubert Sack <sack AT digiplan.de>
3577         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3578
3579         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3580         patch #1121755
3581
3582 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3583
3584         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3585         to keep the correct label reference count when adding/removing references
3586         to labels. A peephole file using this is appended to patch #1144962.
3587
3588 2005-02-14 Raphael Neider <rneider AT web.de>
3589
3590         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3591         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3592         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3593           retrievals of result operand's value on assignment
3594
3595 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3596
3597         * device/include/pic16/string.h: modified prototype for memccpy()
3598         to memccpy(void *, void *, char, size_t)
3599         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3600         check whether to omit frame pointer or not,
3601         * (genInline): convert all occurences of "\n" to LF in inline
3602         assembler blocks, this helps formatting the inline text,
3603         * (pic16_loadFSR0): modified prototype,
3604         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3605         removed some 8051 legacy code,
3606         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3607         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3608         before allocating temporary registers in functions,
3609
3610 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3611
3612         * support/regression/tests/bitvars.c: corrected the "fix"
3613
3614 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3615
3616         * support/regression/tests/bitvars.c,
3617         * support/regression/tests/bitwise.c,
3618         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3619
3620 2005-02-10 Raphael Neider <rneider AT web.de>
3621
3622         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3623           different size for Alpha
3624         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3625
3626 2005-02-09 Raphael Neider <rneider AT web.de>
3627
3628         * src/SDCC.lex(doPragma) : save and restore warning options as well
3629           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3630         * have #pragma less_pedantic set the errorlevel to WARNING
3631           (fixes #1117001)
3632         * (cloneOptimize) : fixed wrong malloc's size
3633         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3634           facilitate correct handling of #pragma (save|restore)
3635
3636 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3637
3638         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3639
3640 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3641
3642         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3643
3644 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3645
3646         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3647
3648 2005-02-02 Raphael Neider <rneider AT web.de>
3649
3650         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3651         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3652         * (pic16_storeForReturn): fixed to allow returning function pointers
3653         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3654         * device/include/pic16/{stddef.h,stdbool.h}: added
3655
3656 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3657
3658         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3659
3660 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3661
3662         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3663         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3664          appeared to be required
3665
3666 2005-01-31 Borut Razem <borut.razem AT siol.net>
3667
3668         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3669           include/mcs51 and include/z80 directories to the package
3670
3671 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3672
3673         * src/hc08/gen.c (genFunction): fixed bug #1112752
3674
3675 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3676
3677         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3678
3679 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3680
3681         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3682
3683 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3686
3687 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3688
3689         * device/include/c8051fxxx.h: removed these 6 files
3690         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3691
3692 2005-01-26 Raphael Neider <rneider AT web.de>
3693
3694         * src/pic16/gen.c (genAssign): fixed assignment from longs
3695           in codespace (were cut to three bytes)
3696         * (genDummyRead): implemented (except for CODESPACE...),
3697           fixed bug #1108575
3698         * src/pic16/glue.c (emitStatistics): beautified
3699         * device/lib/pic16/libm/Makefile: added include path
3700
3701 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/z80/gen.c (aopPut): fixed bug #1103902
3704
3705 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * device/lib/expf.c: fixed bug #1095792
3708
3709 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3710
3711         * device/lib/pic16/libm: added Math library sources
3712
3713 2005-01-24 Raphael Neider <rneider AT web.de>
3714
3715         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3716           to enable upcast to pCodeOpReg2 (there is no type tag to
3717           differenciate the two and pic16_popGet2p cast into PCOR2)
3718         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3719           (sizeof(sectNames) changed to sizeof(sectName))
3720           Both patches fix segfaults under MinGW.
3721
3722 2005-01-23 Raphael Neider <rneider AT web.de>
3723
3724         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3725           Safe_[mc]?alloc()'ed variables
3726         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3727           of (byte sized) temporaries (assign them to WREG for now)
3728         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3729           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3730           this might fix SIGSEGVs on MinGW...
3731         * src/SDCCopt.c (killDeadCode): restored original behaviour
3732           (volatile operands might get thrown away though)
3733
3734 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3735
3736         * src/pic16/gen.c: fixed bug #1106975,
3737         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3738         pointer update, INTCON is saved, global interrupts are disabled and
3739         restored after updateing TOS.
3740         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3741         * added function attribute 'shadowregs' to take advantage of shadow
3742         registers,
3743         * added function attribute 'wparam' as an alternative to the wparam
3744         pragma,
3745         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3746         user declares a non-ISR function as 'shadowregs',
3747         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3748
3749 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3750
3751         * .version: bumped version number to 2.4.8
3752         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3753         pic16 port,
3754         * device/lib/pic16/libio/i2c/: I2C module support library,
3755         * device/include/pic16/i2c.h: I2C support library header,
3756         * device/lib/pic16/libc/stdio/: standard IO support sources,
3757         * (printf_small.c): printf_small() source, supports float print,
3758         * (printf_tiny.c): printf_tiny() source, does not support floats,
3759         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3760         enable global optimizations for entire library source, other
3761         Makefiles in the source tree are also modified to reflect this,
3762         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3763         function,
3764         * doc/sdccman.lyx: updated to reflect new changes,
3765         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3766         sym->onStack if-case,
3767         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3768         sbit, idata, _idata, xdata, _xdata,
3769         * added pragma library, to link an external library, (see doc),
3770         * removed command line options, --pomit-config-words, --pomit-ivt,
3771         --pleave-reset-vector,
3772         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3773         when calling assembler to reflect memory model used, also define
3774         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3775         reflect stack model used,
3776         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3777         on stack return NULL,
3778
3779 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3780
3781         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3782           of the operands is volatile. Fixes #1020220
3783
3784 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3785
3786         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3787         * (OptimizeRegUsage): make sure that there is really no other flow where
3788           the first pCode is used
3789
3790 2005-01-22 Raphael Neider <rneider AT web.de>
3791
3792         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3793           to fix #1106967 (pCode->seq are not set up correctly)
3794
3795 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3796
3797         * src/SDCCglue.c (glue): make sure code area is declared before the
3798         static initialization area.
3799
3800 2005-01-21 Raphael Neider <rneider AT web.de>
3801
3802         * device/lib/Makefile.in: fixed test for pic16 install dir
3803         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3804           optimizations
3805         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3806           added --optimize-goto compiler switch and pragma wparam documentation
3807         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3808         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3809           and PRODH closing bug #1071770 (peephole optimizer)
3810
3811 2005-01-19 Raphael Neider <rneider AT web.de>
3812
3813         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3814           cmdLine buffers (used when calling sdcpp...) are large enough
3815           (MAX_PATH=256 truncates arguments leading to system halts when
3816           used in MinGW...)
3817         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3818         * (genUminus): rewritten to for efficiency
3819         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3820           used uninitialized in some cases)
3821         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3822           copy the third byte from the int -- now assumes 0x80 (data memory)
3823         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3824           operands (genAddLit expects the iCode's operands to swapped as
3825           well), fixed leftover bytes (crashed for short left operands)
3826         * (pic16_genMinusDec): performance improvements, removed false
3827           PIC14 emitSKPNCs
3828         * (pic16_genMinus): fixed to cope with differently sized operands
3829         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3830           for --obanksel > 1
3831         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3832         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3833           new banksel optimization
3834         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3835           analysis for temporary registers (segfaults...)
3836         * src/pic16/peeph.def: added rule
3837
3838 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3839
3840         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3841         which converts a float number to its ASCII representation
3842         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3843         functions to convert the fractional and integer part of a float to ASCII,
3844         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3845         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3846         ram
3847         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3848         _STATMEM macros,
3849         * device/include/pic16/adc.h: added GPL info,
3850         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3851         a pCodeOp as tested operand,
3852         * (genNearPointerGet): optimized bit testing, does not use
3853         intermediate register for bit value, test directly instead with
3854         BTFSS, BTFSC, works only for single bits,
3855         * (genpic16Code): dump the name of the iCode in the asm,
3856         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3857         renamed to pic16_decodeOp,
3858         * (serialRegAssign): do not allocate a temporary register for iCode
3859         sequences that test a single bit for 1/0
3860
3861 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3862
3863         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3864         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3865         access stack and frame pointers. They are initially assigned to
3866         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3867         accessing SFRs. Updated all occurences of modification of stack or
3868         frame pointer in gen.c and pcode.c,
3869         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3870         assigning of a literal value to pointers,
3871         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3872         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3873         selected
3874
3875 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3876
3877         * doc/sdccman.lyx: update documentation about stack pragma, added
3878         some info for stack memory models
3879
3880 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3881
3882         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3883
3884 2005-01-08 Raphael Neider <rneider AT web.de>
3885
3886         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3887           udata sections to fix bug #1097823
3888
3889 2005-01-05 Raphael Neider <rneider AT web.de>
3890
3891         * src/pic16/gen.c (genGenericShift): added handling of differently
3892           sized left operand and result
3893
3894 2005-01-04 Raphael Neider <rneider AT web.de>
3895
3896         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3897         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3898           to hold the condition bit)
3899         * added new version of genCmp (old code available via #define)
3900         * added new version of genShiftLeft/genShiftRight in a generic
3901           way, now supports shifting by negative values
3902         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3903           shiftCount (expected by genGenericShift)
3904         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3905         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3906           dump
3907         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3908           is an invalid literal too...)
3909
3910 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3911
3912         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3913         from Raphael Neider,
3914         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3915         for 8-bit literals. This fixes some literal operands which are sign
3916         extended to 16-bits ints when instruction needs only 8-bits.
3917
3918 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3919
3920         * device/lib/logf.c: added mcs51 assembly version
3921         * device/lib/expf.c: added mcs51 assembly version
3922         * device/lib/_logexpf.c: new shared asm code for expf and logf
3923         * device/include/math.h: add defines for assembly math library
3924         * device/lib/Makefile.in: build new _logexpf.c
3925         * device/lib/libfloat.lib: use new _logexpf.c
3926
3927 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3928
3929         * src/pic/device.c
3930         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3931           device types which have less than 0x7f registers.
3932
3933 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3934
3935         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3936
3937 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3938
3939         * device/lib/printf_fast.c: only build on supported arch.
3940         * device/lib/printf_tiny.c: only build on supported arch.
3941         * device/lib/printf_fast_f.c: only build if asm float lib
3942         * device/lib/_fsget1arg.c: only build if asm float lib
3943         * device/lib/_fsget2args.c: only build if asm float lib
3944         * device/lib/_fsnormalize.c: only build if asm float lib
3945         * device/lib/_fsreturnval.c: only build if asm float lib
3946         * device/lib/_fsrshift.c: only build if asm float lib
3947         * device/lib/_fsswapargs.c: only build if asm float lib
3948         * device/include/stdio.h: don't provide print_fast,
3949           print_fast_f, print_tiny prototypes if --xstack used
3950
3951 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3952
3953         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3954         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3955           to the SOURCES
3956
3957 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3958
3959         * device/lib/printf_fast_f.c: same as printf_fast, but
3960           with floating point enabled
3961         * device/lib/printf_fast.c: minor tweaks
3962         * device/include/stdio.h: add printf_fast_f
3963
3964 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3965
3966         * src/SDCCmain.c: make --float-reent default for mcs51
3967         * device/lib/_fsadd.c: added mcs51 assembly version
3968         * device/lib/_fssub.c: added mcs51 assembly version
3969         * device/lib/_fsmul.c: added mcs51 assembly version
3970         * device/lib/_fsdiv.c: added mcs51 assembly version
3971         * device/lib/_fseq.c: added mcs51 assembly version
3972         * device/lib/_fsneq.c: added mcs51 assembly version
3973         * device/lib/_fsgt.c: added mcs51 assembly version
3974         * device/lib/_fslt.c: added mcs51 assembly version
3975         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3976         * device/lib/Makefile.in: add _fscmp to build
3977         * device/lib/libfloat.lib: add _fscmp to build
3978
3979 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3980
3981         * device/lib/_fs2slong.c: added mcs51 assembly version
3982         * device/lib/_fs2sint.c: added mcs51 assembly version
3983         * device/lib/_fs2schar.c: added mcs51 assembly version
3984         * device/lib/_fs2ulong.c: added mcs51 assembly version
3985         * device/lib/_fs2uint.c: added mcs51 assembly version
3986         * device/lib/_fs2uchar.c: added mcs51 assembly version
3987         * device/lib/_slong2fs.c: added mcs51 assembly version
3988         * device/lib/_sint2fs.c: added mcs51 assembly version
3989         * device/lib/_schar2fs.c: added mcs51 assembly version
3990         * device/lib/_ulong2fs.c: added mcs51 assembly version
3991         * device/lib/_uint2fs.c: added mcs51 assembly version
3992         * device/lib/_uchar2fs.c: added mcs51 assembly version
3993         * device/include/float.h: added #define to select asm vs c
3994
3995 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3996
3997         * device/lib/printf_fast.c: improvements to float output
3998         * device/include/float.h: add defines for assembly float library
3999         * device/lib/_fsget1arg.c: receive 1 float arg
4000         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4001         * device/lib/_fsnormalize.c: normalize a float
4002         * device/lib/_fsreturnval.c: return float, various helper routines
4003         * device/lib/_fsrshift.c: right shift a float's mantissa
4004         * device/lib/_fsswapargs.c: swap 2 floats
4005         * device/lib/Makefile.in: build these 6 new files for mcs51
4006         * device/lib/libfloat.lib: add these 6 files to the library
4007
4008 2004-12-26 Borut Razem <borut.razem AT siol.net>
4009
4010         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4011           built by gcc 3.4.2
4012
4013 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4014
4015         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4016           and fully reentrant and register bank neutral.
4017         * device/lib/printf_fast.c: added float (not enabled by default),
4018           added compact/slower integer (also not enabled by default),
4019           improved size/speed of fast integer code, other minor changes
4020         * device/include/stdio.h, device/lib/Makefile.in,
4021           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4022
4023 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4024
4025         * src/pic16/pcode.c: declaring variables other than at the start of a
4026           block is not supported in C by VC6.
4027
4028 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4029
4030         * applied a previous patch from Raphael Neider that wasn't included
4031         in the previous commits, which fixes infinite loops within jumptable
4032         improvements,
4033         * made some fixes that previous patches introduced
4034
4035 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4036
4037         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4038         that fixes an issue with AOP_PCODE asmop's offset,
4039         * (pic16_popCopyReg): update instance field too,
4040         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4041         function of pic port,
4042         * (genCmp, genAnd, genAssign),
4043         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4044
4045 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4046
4047         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4048         variables initial values to idata section,
4049         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4050         variables in some functions. This utilizes parmBytes field of iCode
4051         structure to hold the offset of the variable in stack. (might be
4052         able to use the stack field too?)
4053         * applied patch from Raphael Neider # ### , # ###
4054         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4055         variable initial values in idata section,
4056         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4057         for static variables with initial value
4058         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4059         applied fix in while loop from Raphael Neider.
4060
4061 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4062
4063         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4064         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4065         * src/ds390/ralloc.c (serialRegAssign): spill bits
4066         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4067         * support/Util/SDCCerr.c,
4068         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4069         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4070         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4071
4072 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4073
4074         * device/include/sdcc-lib.h: inserted LGPL, added includes
4075           asm/ds390/features.h and asm/mcs51/features.h
4076         * device/include/asm/default/features.h,
4077         * device/include/asm/gbz80/features.h,
4078         * device/include/asm/z80/features.h: added empty _AUTOMEM
4079           and _STATMEM
4080         * device/include/asm/ds390/features.h,
4081         * device/include/asm/mcs51/features.h: added files with defines for
4082           _AUTOMEM and _STATMEM indicating automatic and static storage class
4083         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4084         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4085         * src/SDCCicode.c (geniCodeCast),
4086         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4087         * src/SDCCloop.c (loopInduction): removed unused variable lr
4088         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4089           to convertToFcall to include char modulo (RFE 1065037), added check
4090           if left operand is unsigned and use abs of literal value
4091         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4092           as it doesn't work after conversion from peephole.def to peephole.rul
4093         * src/mcs51/gen.c (toBoolean): added check for size,
4094           (genModOneByte): optimized code for signed char modulo a literal
4095           power of 2 (thanks to Hubert Sack),
4096           (genRRC): removed unnecessary "clr c",
4097           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4098         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4099           jump optimization,
4100           swapped rules 256.c and 256.d,
4101           extended 256.d by using new multiple checks (thanks Erik),
4102           added rules 256.e and 256.f,
4103           updated rule 261.a and 261.b to new generated code
4104         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4105
4106 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4107
4108         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4109           induction related bugs, including first part of bug #1074377
4110
4111 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4112
4113         * applied patch from bug-report #1076292,
4114         * applied patches for genAnd and Goto-optimizations for Raphael
4115         Neider,
4116         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4117         dump a less iCode information,
4118         * src/pic16/device.h (pic16_options_t): added field debgen,
4119         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4120         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4121         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4122         puclic,
4123         * (various functions): added macros FENTRY and FENTRY2 to functions,
4124         to emit function prologue,
4125         * (various functions): fixed indentation,
4126         * (genNearPointerGet): fixed loading of FSR0,
4127         * (genPackBits): applied patch from Raphael Neider to fix updating
4128         of FSR0 and touching only the modified bits,
4129         * src/pic16/genarith.c (various functions): added macros FENTRY to
4130         emit function prologue in comments,
4131         * src/pic16/pcode.h: added functions debugf2, debugf3,
4132         * src/pic16/ralloc.c: partial fix for packForPush caused
4133         segmentation fault,
4134
4135 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4136
4137         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4138           <stsp AT users.sourceforge.net> with reversed byte order
4139         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4140
4141 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4142
4143         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4144           bug #1074377
4145         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4146         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4147
4148 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4149
4150         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4151
4152 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4153
4154         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4155           conditions,
4156           (setFromConditionArgs): friendly operand parser for peephole rules,
4157           (operandBaseName, operandsNotRelated): new peephole condition
4158           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4159           architecture specific register naming into account, handles n-way
4160           comparisons, and supports quoted literals
4161         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4162
4163 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4164
4165         * src/mcs51/peeph.def: fixed bug #1076940
4166
4167 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4168
4169         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4170
4171 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4172
4173         Adding support for replacing ljmps with sjmps in jumptables
4174         generated for switch statements. For now you need to set the
4175         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4176         Now 4 algorithms for mcs51 jumptable generation are used:
4177         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4178         addresses loaded pc-relative for up to 112 cases and stack-pushing
4179         target addresses loaded with offset from dptr for up to 256 cases.
4180
4181         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4182         * src/mcs51/main.c: adapted constants for switch table generation
4183         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4184
4185 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4186
4187         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4188         * support/regression/tests/bug1057979.c: added test for bug 1073386
4189
4190 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4191
4192         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4193         compilers
4194
4195 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * src/pic16/device.h,
4198         * src/pic16/genarith.c,
4199         * src/pic16/glue.c,
4200         * src/pic16/main.c,
4201         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4202
4203 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         Large cummulative patch for pic16 port.
4206         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4207         to call when a stack overflow occurs,
4208         * (malloc.h): added CVS Id tag,
4209         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4210         variable,
4211         * added libc directory. The current version of LibC contains string
4212         functions, ctype functions and macros and some functions of the
4213         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4214         be extensively tested in the future. Standard disclaimer here.
4215         Library is not automatically build yet. But one can build it by
4216         invoking 'make' inside the libc directory.
4217         * added ADC library under libio. Preliminary version yet.
4218
4219         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4220         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4221         aopForRemat() now and not by pic16_aopOp(),
4222         * (pic16_popGetTempReg): removed warning messgae when allocating
4223         temporary registers, its a buggy feature and will be removed,
4224         * (pic16_popGet): set register instance field in AOP_CRY,
4225         * (pic16_outBitC): fixed for results in size greater than 1,
4226         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4227         * (pic16_storeForReturn): optimized return of 0,
4228         * (genCmp): experimental code for new genCmp which uses PIC18's
4229         special compare&skip instructions. Initial tests fail some times
4230         with variables grater than 1 byte in size, so new code is disabled,
4231         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4232         a single bit,
4233         * (genCast): began a fix to optimize the casting of a bit to another
4234         bit, now assigning a bitfield to another bitfield will fail, sorry,
4235         * src/pic16/main.c: disabled the use of lr-support feature,
4236         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4237         * added some function prototypes, added function _debugf prototype,
4238         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4239         bits with offset (case PO_GPR_BIT),
4240         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4241         command line,
4242         * (isBankInstruction): modified to return 0 for no banking instruction,
4243         and 1 for banking instruction,
4244         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4245         caused stop processing pCodes after a inline assembly block,
4246         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4247         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4248         registers when it shouldn't,
4249         * src/pic16/ralloc.c (allocReg): add preliminary support for
4250         supporting a limited set of temporary registers,
4251
4252 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4255           genDataPointerSet): ensure assignments always copy in MSB to LSB
4256           order,
4257           (loadRegFromAop): recognize CLRH optimization,
4258           (genFunction): optimize RECEIVE iCodes in reentrant functions
4259
4260 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4261
4262         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4263           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4264           selected.
4265         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4266         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4267           contiguous with data
4268
4269 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4270
4271         * device/lib/_gptrget.c (_gptrget),
4272         * device/lib/_gptrgetc.c (_gptrgetc),
4273         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4274           instead of sjmp to ret
4275         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4276           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4277
4278 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4279
4280         * .version: bumped version to 2.4.7
4281         * device/lib/_gptrget.c (_gptrget): is now _naked
4282         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4283         * device/lib/_gptrput.c (_gptrput): is now _naked
4284         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4285           (createFunction): fixed xstack
4286         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4287         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4288           or bit either,
4289           (geniCodeCritical): store original interrupt state in an iTemp bit
4290           var unless stack-auto
4291         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4292         * src/SDCCmain.c (setIncludePath): added include/target to search path
4293         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4294         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4295           prototype,
4296           (processFuncArgs): put bit vars in bit area
4297         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4298           unsaveRBank): fixed xstack,
4299           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4300           (genFunction, genEndFunction): fixed xstack,
4301           (genAssign): optimization don't walk backwards through mem
4302         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4303         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4304         * support/regression/Makefile: also make library (for stack-auto) when
4305           making "all" and added "test-mcs51-xstack-auto"
4306         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4307         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4308         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4309         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4310         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4311           make-library by MAKE_LIBRARY
4312         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4313           regression tests for xstack
4314         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4315         * support/regression/tests/critical.c: test for critical on mcs51
4316
4317 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4320           built version of sdcc instead of installed version
4321
4322 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4323
4324         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4325         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4326           vprintf.c now
4327         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4328         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4329           WARNING: remove device/lib/build/z80/printf.o by hand when
4330           updating from previous build!
4331         * device/lib/z80/printf.c: updated comment
4332         * support/regression/tests/bug1057979.c: test all ports now
4333         * support/regression/tests/bug1065458.c: file added
4334
4335 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4336
4337         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4338           *_start and *_end symbols for static functions
4339
4340 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4341
4342         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4343           and search crt0.o in all library paths,
4344           (setIncludePath): proper handling of --nostdinc,
4345           (setLibPath): proper handling of --nostdlib
4346         * support/regression/Makefile,
4347         * support/regression/ports/ds390/spec.mk,
4348         * support/regression/ports/gbz80/spec.mk,
4349         * support/regression/ports/hc08/spec.mk,
4350         * support/regression/ports/mcs51/spec.mk,
4351         * support/regression/ports/mcs51-large/spec.mk,
4352         * support/regression/ports/mcs51-stack-auto/spec.mk,
4353         * support/regression/ports/z80/spec.mk: use include and lib files from
4354           built version of sdcc instead of installed version
4355         * doc/sdccman.lyx: fixed typo in --nostdinc
4356
4357 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4358
4359         * src/pic/pcode.c,
4360         * src/pic/device.c,
4361         * src/pic/ralloc.c,
4362         * src/pic/gen.c : added support to generate code for struct bit fields.
4363
4364 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4365
4366         * as/xa51/xa_version.h,
4367         * device/include/errno.h,
4368         * device/include/regc515c.h,
4369         * device/lib/_itoa.c,
4370         * device/lib/_ltoa.c,
4371         * device/lib/ser_ir_cts_rts.c,
4372         * sim/ucsim/xa.src/glob.cc,
4373         * sim/ucsim/xa.src/inst_gen.cc,
4374         * sim/ucsim/xa.src/xa_bit.cc,
4375         * sim/ucsim/xa.src/xa_sfr.cc,
4376         * sim/ucsim/z80.src/inst_dd.cc,
4377         * sim/ucsim/z80.src/inst_fdcb.cc,
4378         * support/scripts/keil2sdcc.pl,
4379         * src/pic16/pic16.dsp,
4380         * src/pic16/pic16a.dsp: corrected cvs line endings
4381         * device/lib/printf_large.c: fixed bug 1057979
4382         * src/pic16/gen.c: fixed non-C standard code
4383         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4384         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4385         * support/regression/ports/mcs51/support.c: reload T1 asap
4386         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4387           pdata use and clear idata startup behaviour
4388         * support/regression/tests/bug1057979.c: added
4389
4390 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4391
4392         * device/examples/ds390/ow390/ad26.h,
4393         * device/examples/ds390/ow390/cnt1d.h,
4394         * device/examples/ds390/ow390/crcutil.c,
4395         * device/examples/ds390/ow390/ownet.h,
4396         * device/examples/ds390/ow390/owsesu.c,
4397         * device/examples/ds390/ow390/swt12.h,
4398         * device/examples/ds390/ow390/swtoper.c,
4399         * device/examples/ds390/ow390/temp10.h,
4400         * device/examples/ds390/ow390/thermodl.c,
4401         * device/examples/ds390/tinitalk/tinitalk.dsp,
4402         * device/examples/ds390/tinitalk/tinitalk.dsw,
4403         * device/examples/mcs51/clock/hw.h,
4404         * device/examples/mcs51/simple2/go.bat,
4405         * device/examples/serialcomm/windows/serial.h,
4406         * device/examples/xa51/dummy.c,
4407         * device/examples/xa51/hello.c,
4408         * device/include/80c51xa.h,
4409         * device/include/at89x051.h: corrected cvs line endings
4410
4411 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4412
4413         * src/pic16/main.c (options): added command line --gstack, to trace
4414         stack over/under flows,
4415         * added pragma 'wparam' to allow passing first byte of function
4416         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4417         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4418         call to __gstack_test function and sets up the symbol as extern,
4419         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4420         * popaop): added call to pic16_testStackOverflow,
4421         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4422         wparamList list,
4423         * (genCall, genPcall): now all parameters are passed via stack
4424         except in functions that are pass to wparam pragma in which WREG is
4425         used too,
4426         * (genPcall): REENTRANT flag is checked to see if variable prototype
4427         contains reentrant keyword, don't call a non-reentrant function, via
4428         a reentrant function pointer or vice versa, functions are never
4429         passed via WREG,
4430         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4431         D.Winkler,
4432         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4433         SIGSEGV when accessing a NULL register stucture,
4434         * (pic16_printGPointerType): modified to handle UPPER modifier for
4435         function initializers, changed prototype of function to simpler one,
4436         * (pic16_printIvalFuncPtr): check to see if function is already
4437         added in externs list,
4438         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4439         optimized a move from W to SFR with a move to the same register
4440         later after a CALL,
4441         * device/lib/pic16/debug: NEW directory, contains debug features
4442         which are enabled when linking with libdebug.lib, currently command
4443         line option --gstack enables stack pointer tracing for over/under
4444         flow, corresponding sources are in debug/gstack
4445
4446 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4447
4448         * doc/sdccman.lyx: updated SDCC version,
4449         * (PIC16 port): update list of command line options,
4450         * src/pic16/device.h (structure pic16_options_t): added field gstack
4451         to enable stack overflow tracing on push/pops,
4452         * src/pic16/device.c (statistics structure): added statistics
4453         structure,
4454         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4455         pic16_dump_int_registers): increase statistics counters for each
4456         * variable which is encountered
4457         * (pic16_dump_usection): emit each .udata variable to its own udata
4458         section,
4459         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4460         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4461         parameters via stack, otherwise use old scheme,
4462         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4463         assembler output file,
4464         * src/pic16/main.c: added command line options --gstack to enable
4465         push/pop tracing for stack overflow,
4466         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4467         instructions): added size of each instruction,
4468         * (pic16_countInstruction): estimate size of instructions in
4469         the_pFile list, inline assembly blocks are not counted,
4470         * (pic16_FixRegisterBanking): trace previous register usage, when
4471         banksel optimizations is greater than 0, don't emit a redudant
4472         banksel directive,
4473
4474 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4475
4476         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4477         * src/pic16/ralloc.c : applied same fix for pic16.
4478         * src/pic/gen.c : tidied it up a little.
4479
4480 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4481
4482         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4483         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4484
4485 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4488
4489 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4490
4491         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4492         non-reentrant function __modsint in the interrupt function (thus
4493         corrupting math operations during serial I/O)
4494         * device/lib/ser_ir.c: as above, changed buffersize
4495         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4496         256.c,d for zeroing
4497         * doc/Makefile: added option -t for rsync
4498
4499 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4500
4501         * src/SDCCast.h (struct ast),
4502         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4503
4504 2004-10-20 Borut Razem <borut.razem AT siol.net>
4505
4506         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4507         package
4508
4509 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4510
4511         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4512         makefile targets,
4513         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4514         support functions to replace long sequences of MOVFF's from access
4515         bank registers to stack and vice versa,
4516         * src/pic16/device.h: added new field opt_flags, where optimization
4517         flags can be set to enable certain features,
4518         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4519         * pBlock, (genFunction, genEndFunction): surroung loop for
4520         saving/loading used registers in stack with PC_INFO pCodes,
4521         INF_LREGS. Code in between can then be optimized by pCode optimizer
4522         to support function calls,
4523         * (genDataPointerSet): fixed bug which loaded float fields in
4524         structures with corrupt data,
4525         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4526         in a standard way debug info on stderr. Feature used for developing
4527         and debugging only,
4528         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4529         obsolete chunks of code,
4530         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4531         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4532         * pic16/src/pcode.c (pic16_newpCodeInfo,
4533         * (pic16_newpCodeOpLocalRegs),
4534         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4535         feature,
4536         * (pic16_pCodeConstString): printing of the initial value of a
4537         symbol as a comment is inhibited since parsing was already done by
4538         copyStr and output is corrupt,
4539         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4540
4541 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4542
4543         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4544
4545 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4546
4547         * as/mcs51/lkarea.c: removed old K&R style,
4548           (lnksect): changed check on boundary error,
4549           (lnksect2): changed check on boundary error,
4550           (lnksect2): extend XSTK to end of page if size = 1
4551         * as/mcs51/lkmain.c: removed old K&R style,
4552           (Areas51): create l_IRAM symbol
4553         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4554         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4555           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4556         * device/lib/_mullong.c: added version to be compiled with xstack
4557         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4558         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4559         * device/lib/mcs51/crtxstack.asm: fixed comment
4560         * src/SDCCglue.c: maxInterrupts defaults to 0,
4561           (emitMaps): added pdata,
4562           (createInterruptVect): (re)moved default,
4563           (glue): added pdata,
4564           (glue): moved __start__xstack to XSTK with default size 1
4565         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4566           and options.float_rent when options.stackAuto is set,
4567           (linkEdit): only write XDATA_NAME if provided on command line
4568         * src/SDCCmem.h,
4569         * src/SDCCmem.c: added pdata
4570         * src/port.h: added pdata_name to PORT
4571         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4572           (saveRegisters, unsaveRegisters): removed usage of B,
4573           (genMinus): fixed accumulator clash,
4574           (genJumpTab): added comment, this needs another look
4575         * src/mcs51/gen.c: added check for "B in use" paranoia,
4576           added pushB() and popB()
4577         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4578           chance
4579         * src/avr/main.c,
4580         * src/ds390/main.c,
4581         * src/hc08/main.c,
4582         * src/mcs51/main.c,
4583         * src/pic/main.c,
4584         * src/pic16/main.c,
4585         * src/xa51/main.c,
4586         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4587           added PSEG (PAG,XDATA) or NULL to port specifier
4588         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4589         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4590           (_mcs51_genInitStartup): removed __start__xstack equ,
4591           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4592         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4593         * src/z80/gen.c (_rleAppend): fixed warnings
4594         * support/regression/tests/zeropad.c: added pdata test
4595         * .version: bumped to 2.4.6
4596
4597 2004-10-17 Borut Razem <borut.razem AT siol.net>
4598
4599         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4600         as a part of nightly build
4601
4602 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4603
4604         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4605         WREG holds the first byte function parameters,
4606         * (aopForSym): take special case for symbols which are in FARSPACE
4607         but in CODESPACE too,
4608         * (assignResultValue): modified to take into account _G.useWreg,
4609         * (genCall): don't use wreg for parameter passing when function is
4610         declared as reentrant, too, added optimization INCF to stack
4611         pointer when stack parameter count is 1,
4612         * (genFunction, genEndFunction): refurnished and fixed to not using
4613         wreg for passing parameters when function has varargs or is
4614         reentrant, fixed bug with symbol name compare for generating
4615         functions in absolute address,
4616         * (pic16_storeForReturn): refurnished,
4617         * (genCmp): began writing a new version of the function, not ready
4618         yet, therefore it is disabled,
4619         * (genAssign): do not read code memory when assigning a function to
4620         a pointer function,
4621         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4622         array of characters, not pointer,
4623         * (pic16initialComments): in debug mode emit an .ident directive for
4624         the assembler,
4625         * (_process_pragma): emit a new warning type (internal to pic16)
4626         when setting stack to default length, emit a similar warning when
4627         placing a function at absolute address and address is not word aligned
4628         * (_pic16_parseOptions): added 'return TRUE' statement,
4629         * (_pic16_linkEdit): if compiling a source, then add the source's
4630         file object, first in the list of objects to link,
4631
4632 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4633
4634         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4635         * src/pic/main.c : removed VC warning.
4636         * src/pic/gen.c : changed comment.
4637
4638 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4639
4640         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4641         reference to a deprecated symbol _GPTRREG was causing failure to
4642         link. Thanks G. M. Gallant for the info.
4643
4644 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4645
4646         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4647         comments for Bugs item #954788.
4648
4649 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4650
4651         * src/pic16/device.c (pic16_dump_gsection,
4652         * pic16_groupRegistersInSection): handle symbols declared to be in
4653         access bank differently,
4654         * src/pic16/gen.c (struct _G): added field resDirect,
4655         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4656         send values read from stack directly to result and don't allocate
4657         temporary values,
4658         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4659         same registers,
4660         * (pic16_sameRegsOfs): NEW,
4661         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4662         free because they were not allocated from temporary pool,
4663         * pic16_popRegFromString): workaround to fix a problem with
4664         allocating variables twice or never,
4665         * (genGenPointerGet): using PRODL instead of FSR0H,
4666         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4667         instead of FSR0H,
4668         * (genAssign): take advantage of the _G.resDirect flag,
4669         * (genCast): around line 11844, use mov2f instead of directly
4670         MOVFF'ing between operands to account for literal values,
4671         * src/pic16/genutils.c: some new debug functions for gpsim have been
4672         added,
4673         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4674         float with integer part only,
4675         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4676         place variables in access bank
4677         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4678         updated sources to reflect recent changes in gen.c
4679
4680 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4681
4682         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4683         sources that searched for headers in installation path, now the
4684         device/include/pic16 is used,
4685         * src/pic16/glue.c (pic16glue),
4686         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4687         .line directives if not in debug mode, this suppresses assembler's
4688         warnings for ignored directives
4689
4690 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4691
4692         * src/port.h: made reset_regparms prototype void parameter explicit.
4693         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4694         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4695         * doc/sdccman.lyx: documented warning disabling and how to use
4696           printf_large to make it print floats.
4697         * device/include/stdbool.h: NEW
4698         * device/lib/_atof.c,
4699         * device/lib/_divuint.c,
4700         * device/lib/_divulong.c,
4701         * device/lib/expf.c,
4702         * device/lib/printf_large.c,
4703         * device/lib/sincosf.c,
4704         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4705         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4706           a completely reentrant lib.
4707
4708 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4709
4710         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4711         * device/include/pic16/stdio.h: fixed bug with colon
4712
4713 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4714
4715         * device/include/pic16/stdio.h,
4716         * device/include/pic16/stdlib.h,
4717         * device/include/pic16/math.h: NEW
4718         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4719         declared as _naked to reduce overhead
4720         * device/lib/Makefile.in (target port-specific-objects-pic16):
4721         changed * to *.* so to ignore the CVS directory,
4722         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4723         stacked variables back in stack,
4724         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4725         corruption
4726
4727 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4728
4729         * .version: bumped version number to 2.4.5
4730         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4731         * support/Util/SDCCerr.c (messages structure): added entry for
4732         W_POSSBUG2
4733
4734         Large cumulative patch for pic16 port and libraries.
4735         * device/include/pic16/sdcc-lib.h,
4736         * device/include/pic16/stdarg.h,
4737         * device/include/asm/pic16/features.h,
4738         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4739         * device/include/pic16/float.h: changes reentrant keyword with
4740         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4741         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4742         updated target build-libraries to include objects from gptr,
4743         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4744         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4745         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4746         all function headings,
4747         * src/SDCCmain.c: added global parameter userIncDirsSet,
4748         * (parseCmdLine): when option -I is encountered add directory to
4749         userIncDirsSet too,
4750         * src/version.awk: added space between control and long,
4751         * src/pic16/NOTES: added some notes for the port,
4752         * src/pic16/gen.c: added prototype for mov2fp function,
4753         * (fReturnpic16[]): properly named return value registers,
4754         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4755         * (aopForSym): added code to handle symbols with onStack flag set,
4756         symbols onStack are allocated PTRSIZE bytes,
4757         * (aopFreeAsmop): handles special case where asmops are stack objects,
4758         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4759         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4760         added argument lock to trace flaws in allocating temporary registers
4761         when developing port,
4762         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4763         * (pic16_popRegFromString): reenabled allocating a direct register
4764         from string,
4765         * (assignResultValue): various beautifications,
4766         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4767         referenced function argument,
4768         * (genIpush): reenabled to allow stacked arguments, handles only
4769         ic->parmPush iCodes,
4770         * (genCall, genPcall): major changes to allow for variable argument
4771         functions, fixed a bug with falsely restoring stack pointer after
4772         returning from call,
4773         * (genFunction): pending code for critical function,
4774         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4775         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4776         * (genNearPointerGet): fixed bug with indirect reading, was always
4777         reading from INDF0
4778         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4779         pointers,
4780         * (genAddrOf): rewrote code to take address of a stacked function parameter
4781         * (genCast): fixed casting to generic pointer type,
4782         * src/pic16/gen.h: added AOP_STA,
4783         * (struct asmop): added field stk,
4784         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4785         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4786         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4787         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4788         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4789         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4790         generic pointers,
4791         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4792         and library paths,
4793         * (pic16_port structure): generic pointer size is set to 3,
4794         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4795         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4796         compiler warning,
4797         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4798         operand is an iTemp,
4799
4800 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4801
4802         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4803         * debugger/mcs51/simi.c: addapt new syntax of s51
4804
4805 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4806
4807         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4808         * src/pic16/pcode.c: commented out some calls to free() in order to
4809         fix bug #989576,
4810
4811 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * src/SDCCicode.h,
4814         * src/SDCCicode.c (isiCodeInFunctionCall),
4815         * src/avr/ralloc.c (selectSpil),
4816         * src/pic/ralloc.c (selectSpil),
4817         * src/pic16/ralloc.c (selectSpil),
4818         * src/ds390/ralloc.c (selectSpil),
4819         * src/hc08/ralloc.c (selectSpil),
4820         * src/xa51/ralloc.c (selectSpil),
4821         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4822         stack in the middle of a function call sequence (fixes bug #1020268)
4823         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4824         costs associated with the minimum switch case.
4825
4826 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCC.lex: fixed bug #1030549
4829
4830 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/SDCCcse.h (struct cseDef),
4833         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4834         over a function call if the CSE is derived from a symbol whose
4835         address has been taken (fixes bug #1029883)
4836         * support/regression/tests/bug-1029883: a new regression test for
4837         this bug
4838
4839 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4840
4841         * src/hc08/gen.c (emitinline): fixed bug #1029778
4842         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4843         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4844         and starts toward RFE #905167)
4845
4846 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4847
4848         * src/pic16/gen.c (mov2f): New function to move an operand to
4849         another without considering if it is a literal or a register,
4850         * (pic16_sameRegs): don't check if they are both AOP_REG,
4851         * (AccRsh): removed andmask=0 lines,
4852         * (genLeftShift): duplicated to be improved in future versions,
4853         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4854         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4855         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4856         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4857         * (insertBankSwitch): fixed inserting banksel directives algorithm
4858         for instructions that follow a skip instruction, this fixes a report
4859         for broken subtraction code generation,
4860         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4861         iCode is a left op, just in case result and right share the same
4862         registers
4863
4864 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/hc08/main.c,
4867         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4868         preservation of HX
4869         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4870         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4871         on 2004-09-12; it was buggy
4872
4873 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4874
4875         * src/SDCCsymt.h: removed RESULT_CHECK
4876         * src/SDCCast.c,
4877         * src/SDCCglue.c,
4878         * src/SDCCval.c,
4879         * src/pic/glue.c,
4880         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4881
4882 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4883
4884         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4885         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4886         configuration values no more rejected by compiler, they are assigned
4887         to configuration registers with a warning message instead,
4888         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4889         the for-loop so last conf register is emitted too,
4890         * (_pic16_initPaths): link library libsdcc.lib by default,
4891         * (_hasNativeMulFor): modified test for multiplication according to
4892         Raphael Neider's remarks. Integer multiplication is also done with
4893         support functions,
4894         * device/include/pic16/pic18fregs.h: corrected type error in while
4895         testing and including 18f6720 header file
4896
4897 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4898
4899         * src/pic16/device.h (pic16_options): removed field use_crt,
4900         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4901         until an optimization to handle single bits is added,
4902         * (pic16_loadFSR0): moved before genUnpackBits,
4903         * (genAnd): some white lines removed,
4904         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4905         leave_reset flags in pic16_options when using crt modules,
4906
4907 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4908
4909         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4910           for bugs 898889 & 979599. Also used some safer print instructions.
4911
4912 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4913
4914         * src/pic16/device.h (pic16_options_t): added field use_crt,
4915         crt_name, no_crt,
4916         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4917         catch a probable future bug,
4918         * src/pic16/gen.c: aopIdx function commented out,
4919         * (genAssign): commented out old code which used aopIdx,
4920         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4921         code, added if conditionals to take into account the --use-crt
4922         command line options,
4923         * src/pic16/main.c (pic16_optionsTable): added new command line
4924         options, --use-crt= and --no-crt,
4925         * (_pic16_linkEdit): now the proper crt object is added in the
4926         linker command line except than when --no-crt is specified,
4927         * src/pic16/pcode.c,
4928         * src/pic16/pcode.h: added some structures and functions for a new
4929         optimization scheme to compansate for instruction overhead between
4930         same iCodes, this scheme is currently under development and is not
4931         working in any way,
4932         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4933         to && operator,
4934         * device/lib/pic16/startup/crt0i.c,
4935         * device/lib/pic16/startup/crt0iz.c: added global char variable
4936         __uflags to force the generation of an idata section
4937
4938 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4939
4940         * doc/Makefile,
4941         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4942         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4943
4944 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4945
4946         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4947         Frieder) and clarified the default code optimization mode
4948
4949 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4950
4951         * src/SDCC.lex (doPragma, process_pragma),
4952         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4953         "opt_code_size", and "opt_code_balanced"
4954         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4955         regrouped options by category, added support for category headers
4956         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4957         and "--opt-code-size"
4958         * doc/sdccman.lyx: documented these new options and pragmas
4959         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4960         preference into account
4961
4962 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4963
4964         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4965           geniCodePreDec): Fixed bug 904237 by generating a warning
4966         * src/SDCCerr.h,
4967         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4968
4969 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4970
4971         * src/pic/device.c : When no max ram set validate full memory range.
4972         * src/pic/pcode.c,
4973         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4974
4975 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4976
4977         * device/lib/_gptrget.c,
4978         * device/lib/_gptrput.c: updated comment
4979         * device/lib/calloc.c,
4980         * device/lib/free.c,
4981         * device/lib/malloc.c,
4982         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4983         * src/SDCCcse.c (cseBBlock),
4984         * src/SDCCicode.c (printOperand, geniCodeArray),
4985         * src/SDCCicode.h (struct operand): fixed bug 868103
4986         * support/regression/tests/bug-868103.c: added
4987         * src/SDCCast.c (searchLitOp),
4988         * src/SDCCcse.h (struct cseDef),
4989         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4990         * src/SDCCicode.h (struct operand),
4991         * src/SDCCsymt.h (struct sym_link),
4992         * src/avr/gen.c (hasInc),
4993         * src/ds390/gen.c (hasInc),
4994         * src/hc08/gen.c (genPlusIncr, hasInc),
4995         * src/mcs51/gen.c (hasInc),
4996         * src/pic16/glue.c (pic16_printIvalChar),
4997         * src/pic16/ralloc.c (regWithIdx),
4998         * src/xa51/gen.c (hasInc) : removed warnings
4999         * src/SDCCast.c (createBlock): added comment ???
5000         * src/hc08/ralloc.c: updated comments
5001
5002 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5003
5004         * doc/sdccman.lyx: updated section on switch statements, added
5005         section about semaphore locking
5006         * doc/Makefile: added option -info for latex2html
5007         * device/lib/_gptrget.c,
5008         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5009
5010 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5011
5012         * src/pic/device.h,
5013         * src/pic/device.c,
5014         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5015          maxram is less than 0x100.
5016
5017 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5018
5019         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5020
5021 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5022
5023         * src/port.h,
5024         * src/mcs51/main.c,
5025         * src/ds390/main.c,
5026         * src/z80/main.c,
5027         * src/hc08/main.c,
5028         * src/pic/main.c,
5029         * src/pic16/main.c,
5030         * src/avr/main.c,
5031         * src/xa51/main.c
5032         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5033         a jump table is the best form for a switch statement, including
5034         automatic insertion of missing cases to make the case range
5035         continuous. Developed in collaboration with Frieder Ferlemann.
5036
5037 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5040         accumulator result if it needs sign extension
5041
5042 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5043
5044         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5045
5046 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5047
5048         * device/lib/gbz80/printf.c,
5049         * device/lib/z80/printf.c: removed define for NULL
5050
5051 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5052
5053         * as/xa51/xa_link.c,
5054         * device/examples/ds390/ow390/ad26.c,
5055         * device/examples/ds390/ow390/cnt1d.c,
5056         * device/examples/ds390/ow390/counter.c,
5057         * device/examples/ds390/ow390/ds2480.h,
5058         * device/examples/ds390/ow390/ds2480ut.c,
5059         * device/examples/ds390/ow390/findtype.c,
5060         * device/examples/ds390/ow390/gethumd.c,
5061         * device/examples/ds390/ow390/owllu.c,
5062         * device/examples/ds390/ow390/ownetu.c,
5063         * device/examples/ds390/ow390/swt12.c,
5064         * device/examples/ds390/ow390/swtloop.c,
5065         * device/examples/ds390/ow390/temp.c,
5066         * device/examples/ds390/ow390/temp10.c,
5067         * device/examples/ds390/ow390/thermo21.c,
5068         * device/examples/ds390/ow390/tinilnk.c,
5069         * device/examples/ds390/ow390/tstfind.c,
5070         * device/examples/serialcomm/windows/serial.cpp,
5071         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5072         * device/include/reg51.h: fixed line endings for cvs
5073
5074 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5077         packRegsForAccUse, packRegisters): new accumulator register
5078         packing algorithm
5079         * support/regression/ports/hc08/support.c (_putchar): suppress
5080         warning of unused variable
5081         * src/SDCCicode.c: added SWAP entry to codeTable
5082
5083 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5084
5085         * device/lib/sprintf.c: forgot to add this file before previous commit
5086
5087 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         * src/pic16/gen.c (genPackBits): added operand right in function
5090         parameters, load result directly if p_type is POINTER (that is
5091         called by genNearPointerSet)
5092         * (genUnPackBits): added operand left in function parameters,
5093         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5094         FSR0 if accessing bitfields,
5095
5096 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5097
5098         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5099           _print_format; updated printf, sprintf, vsprintf
5100         * device/include/asm/default/features.h: corrected comment/define
5101         * device/lib/Makefile.in: added sprintf.c
5102         * device/lib/libsdcc.lib: added sprintf module
5103         * device/lib/printf_large.c,
5104         * device/lib/vprintf.c,
5105         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5106           into these 3 files
5107         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5108         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5109         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5110           hc08 test
5111         * support/regression/tests/zeropad.c: define idata as data for hc08
5112
5113 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5114
5115         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5116         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5117         labels are referenced at least once (even if a reference is not found)
5118         * src/hc08/gen.c (emitcode): set isComment flag for comments
5119         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5120         loads), rules 6a..6b (optimize jumps to return)
5121
5122 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5123
5124         * device/lib/acosf.c (acosf),
5125         * device/lib/asinf.c (asinf),
5126         * device/lib/atanf.c (atanf),
5127         * device/lib/ceilf.c (ceilf),
5128         * device/lib/cosf.c (cosf),
5129         * device/lib/coshf.c (coshf),
5130         * device/lib/cotf.c (cotf),
5131         * device/lib/fabsf.c (fabsf),
5132         * device/lib/floorf.c (floorf),
5133         * device/lib/log10f.c (log10f),
5134         * device/lib/logf.c (logf),
5135         * device/lib/sinf.c (sinf),
5136         * device/lib/sinhf.c (sinhf),
5137         * device/lib/sqrtf.c (sqrtf),
5138         * device/lib/tanf.c (tanf),
5139         * device/lib/tanhf.c (tanhf),
5140         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5141         replaced all instances of "reentrant" in the library functions
5142         defined in math.h with this macro.
5143         * support/regression/tests/float_trans.c: reenabled test for hc08
5144
5145 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5148         erroneously deleted
5149
5150 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5151
5152         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5153         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5154         multi-byte volatile operands are used
5155         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5156         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5157         initialization to area GSINIT0 so that it would always precede
5158         any static initializers in GSINIT
5159         * support/regression/tests/zeropad.c: fixed idata define for hc08
5160         * support/regression/tests/bug-927659.c,
5161         * support/regression/tests/float_trans.c: disabled tests for hc08
5162         pending missing library routines
5163         * .version: increased version number to 2.4.4 - hc08 port now passes
5164         regression tests
5165
5166
5167 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5168
5169         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5170         * Makefile.common.in,
5171         * as/Makefile,
5172         * as/hc08/Makefile.in,
5173         * as/mcs51/Makefile.in,
5174         * as/z80/Makefile.in,
5175         * debugger/mcs51/Makefile.in,
5176         * device/include/Makefile.in,
5177         * device/lib/Makefile.in,
5178         * doc/Makefile,
5179         * link/Makefile,
5180         * link/z80/Makefile.in,
5181         * packihx/Makefile.in,
5182         * sim/ucsim/main_in.mk,
5183         * sim/ucsim/avr.src/Makefile.in,
5184         * sim/ucsim/doc/Makefile.in,
5185         * sim/ucsim/gui.src/serio.src/Makefile.in,
5186         * sim/ucsim/hc08.src/Makefile.in,
5187         * sim/ucsim/s51.src/Makefile.in,
5188         * sim/ucsim/xa.src/Makefile.in,
5189         * sim/ucsim/z80.src/Makefile.in,
5190         * src/Makefile.in,
5191         * support/cpp2/Makefile.in,
5192         * support/librarian/Makefile,
5193         * support/makebin/Makefile: added DESTDIR to the install path proposed
5194         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5195         * doc/sdccman.lyx: added DESTDIR documentation
5196
5197 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5198
5199         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5200         instruction for interrupt handlers, use fast returns when returning
5201         from high priority interrupts
5202
5203 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5204
5205         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5206         code generation
5207         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5208         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5209         bugs, ported much of Bernhard's code from mcs51
5210         * src/mcs51/gen.c (genSend),
5211         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5212         than one when calling a reentrant function
5213         * device/lib/_mullong.c: defined an alternate struct layout for big
5214         endian ports (hc08)
5215
5216 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5217
5218         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5219         test
5220
5221 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5222
5223         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5224         are sane and complete before asking the port its prefered parameter
5225         passing method (fixes bug #1017633)
5226         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5227         and _ret3
5228
5229 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5230
5231         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5232         problem in bitfields >= 8 bits.
5233
5234 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5235
5236         * src/SDCCsymt.c: undid changes that were not meant to be committed
5237
5238 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5239
5240         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5241
5242 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5243
5244         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5245           copied and wrong bit got inverted
5246
5247 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5248
5249         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5250         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5251         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5252         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5253         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5254         assignments to bitfields at known addresses
5255         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5256         reads from bitfields at known addresses
5257         * src/hc08/ralloc.c (packRegisters),
5258         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5259         genhc08Code): optimize pointer get values used as conditionals
5260         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5261         and branch
5262
5263 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5264
5265         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5266         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5267         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5268         as conditionals
5269
5270 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5271
5272         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5273
5274 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5275
5276         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5277         related problems
5278
5279 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5280
5281         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5282
5283 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5284
5285         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5286         mcs51 port
5287
5288 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5289
5290         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5291
5292 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5293
5294         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5295         cases use more compact code.
5296
5297 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5298
5299         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5300
5301 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5302
5303         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5304
5305 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5306
5307         * src/SDCCsymt.h,
5308         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5309         parameter of changePointer() from symbol* to sym_link*
5310         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5311         * src/SDCCsymt.c (compareType): void* type is castable to other
5312         pointers, but not necesarily an exact match.
5313         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5314         is no longer blindly treated as an exact match.
5315         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5316
5317 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5318
5319         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5320
5321 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5322
5323         * src/pic/gen.c,
5324         * src/pic/pcode.c,
5325         * src/pic/ralloc.h,
5326         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5327
5328 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5329
5330         * src/pic/device.c,
5331         * src/pic/device.h,
5332         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5333
5334 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5335
5336         * src/mcs51/gen.c (emitcode): fixed bug #992819
5337
5338 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5339
5340         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5341           there's no need to make it worse
5342
5343 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5344
5345         * src/mcs51/ralloc.c (deassignLR),
5346         * src/ds390/ralloc.c (deassignLR),
5347         * src/hc08/ralloc.c (deassignLR),
5348         * src/z80/ralloc.c (deassignLR),
5349         * src/pic/ralloc.c (deassignLR),
5350         * src/pic16/ralloc.c (deassignLR),
5351         * src/avr/ralloc.c (deassignLR),
5352         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5353         rlivePoint): fixed another part of bug #971834
5354
5355 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5356
5357         * src/z80/main.c: enabled "critical" keyword
5358         * src/z80/mappings.i,
5359         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5360         functions (fixes bug #979646)
5361         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5362
5363 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5364
5365         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5366           such as c:\mydir.
5367
5368 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5369
5370         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5371           doesn't disable too much optimizations
5372
5373 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5374
5375         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5376
5377 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5378
5379         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5380
5381 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5382
5383         * src/pic/gen.c tidied up tabs
5384         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5385         * src/pic/main.c tidied up tabs
5386         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5387         * src/pic/pcoderegs.c tidied up tabs
5388         * src/pic/ralloc.c tidied up tabs
5389
5390 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5393         to S_FIXED for pic16 port and when symbol is not in level 0,
5394         allocate for S_REGISTER storage class and pic16 port, too,
5395         * src/pic16/device.h: prototype for checkSym,
5396         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5397         * (pic16_assignConfigWordValue): test the value and the mask to
5398         validate that the value is suitable for the configuration word,
5399         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5400         collect extern declared symbols, don't emit symbol twice, check
5401         first if symbol is in publics set first,
5402         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5403         * added command line '--fstack' which enables an experimental
5404         feature for stack access, too buggy to be used yet...
5405         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5406         * (pic16_allocDirReg): when register has storage class S_REGISTER
5407         allocate in pic16_dynAccessRegs,
5408         * device/include/pic16/pic18f????.h: modified configuration word
5409         naming convention, words started as CONFIG0H but should be CONFIG1H
5410
5411 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5412
5413         * device/include/mcs51reg.h: fixed bug 970993
5414
5415 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5416
5417         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5418         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5419         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5420         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5421         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5422         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5423           error/warning numbers,
5424           added function setWarningDisabled()
5425         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5426         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5427           _memcmp.c _memmove.c calloc.c realloc.c free.c
5428         * support/regression/tests/malloc.c: added tests for new functionality
5429         * support/regression/tests/zeropad.c: added tests for truncated initializers
5430           and initialized char arrays starting with '\x0'
5431         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5432
5433 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5434
5435         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5436
5437 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5438
5439         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5440         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5441         peephole 177.e. Thanks to anonymous
5442
5443 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5444
5445         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5446         function isn't used in the source but referenced as a
5447         variable initializer then declare it as extern in .asm file
5448
5449 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5450
5451         * .version: increased version number to 2.4.3
5452
5453         Adding version extension according to ChangeLog CVS revision
5454         * src/Makefile.in (target all): added dependency 'version.h'
5455         * (rule version.h): added rule to create version.h from ChangeLog,
5456         * (rule dep): added dependency version.h,
5457         * src/version.awk: AWK script to create version.h
5458         * src/SDCCdwarf2.c (dwWriteModule),
5459         * src/SDCCglue.c (initialComments),
5460         * src/SDCCmain.c (printVersionInfo): modified to write after
5461         version string the version extension number,
5462         * src/SDCCutil.c: included "version.h"
5463         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5464         number,
5465         * src/SDCCutil.h: added prototype for getBuildNumber
5466
5467         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5468         includeDirsSet, too,
5469         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5470         const char [] is found in function prototype...
5471
5472         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5473         moving to WREG with source is already in WREG,
5474         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5475         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5476         * (aopForSym): stack'ed symbols are partially supported, added
5477         if-clause to support symbols in FARSPACE,
5478         * (sameRegs): added test for AOP_ACC to see if registers are same,
5479         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5480         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5481         * (pic16_popRegFromString): will not allocate a new register if it
5482         doesn't find one by name, bug may have introduced...
5483         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5484         * (genIpush): revived to use pic16 port's stack,
5485         * (genAddrOf): added incomplete case for stack'ed operand,
5486         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5487         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5488         can handle multibyte operands,
5489         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5490         * (pic16initialComments): added message for MPLAB compatibility
5491         mode enabled,
5492         * src/pic16/main.h: prototype for pic16_mplab_comp,
5493         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5494         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5495         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5496         because of increased complexity of procedure,
5497         * (_process_pragma): stack pragma changed to format 'stack pos len',
5498         emit symbol '_stack_end' to conform with gplink,
5499         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5500         to search for register,
5501         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5502         PO_GPR_REGISTER,
5503         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5504         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5505         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5506         case for PO_GPR_REGISTER,
5507         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5508         dies, the new era is ahead !...
5509         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5510         pic16_dynInternalRegs,
5511         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5512         * (pic16_allocDirReg): minor optimizations and bug fixes,
5513         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5514
5515         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5516         load stack and frame pointer with address of 'stack_end' symbol
5517
5518 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5519
5520         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5521         without source code but only variable initializers
5522
5523 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5524
5525         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5526         external are not declared as extern to reduce overhead while linking
5527
5528 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5529
5530         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5531
5532 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5533
5534         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5535           Yee Keat for the patch
5536         * src/SDCCast.c (decorateType): fixed bug #979599
5537         * src/ds390/gen.h: removed local fReturnSizeDS390
5538         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5539         * src/ds390/gen.c (genAnd, genOr, genXor),
5540         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5541
5542 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5543
5544         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5545         add relFilesSet to $3, manipulate $2 to handle linking of object
5546         files without source files in command line,
5547         * device/include/pic16 (all headers): added ID location macros,
5548         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5549         entries for ID location bytes,
5550         * (pic16_assignIdByteValue): NEW,
5551         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5552         added field dumpcalltree to pic16_options_t,
5553         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5554         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5555         emitting rFalseIfx label after check_carry label,
5556         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5557         pic16_emitDIRegs), NEW
5558         * (pic16glue): dump .calltree file when option --calltree found,
5559         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5560         * (_pic16_genAssemblerPreamble): emit ID locations after
5561         configuration registers,
5562         * (pic16_linkCmd): modifications of the link command,
5563         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5564         * (pic16_pCodeInitRegisters): don't init stack registers,
5565         * (pic16_findPrevInstruction): fixed bug,
5566         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5567         bug with immediate registers,
5568         * (buildCallTree): traces stack push and pop,
5569         * (pct2): dump also stack usage for each function,
5570         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5571         * (pic16_allocDirReg): various modifications,
5572         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5573         fixed to 1,
5574
5575 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5576
5577         * src/pic16/pcode.c: removed buggy double colon
5578
5579 2004-07-01 Borut Razem <borut.razem AT siol.net>
5580
5581         * support/scripts/sdcc.nsi: added include/pic16 to setup
5582
5583 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5584
5585         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5586         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5587         target 'clean',
5588         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5589         specific command line arguments. Also added sample lkr script
5590         for placing a variable at a specific memory bank.
5591         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5592         at a specific memory bank,
5593         * (pic16_dump_isection): fixed bug which caused string literals to
5594         be omitted when dumping idata section,
5595         * (pic16_groupRegistersInSection): added code to handle registers
5596         in specific memory banks,
5597         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5598         public, all references are renamed too,
5599         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5600         AOP_DPTR2,
5601         * (pic16_storeForReturn): added case to handle when dest is WREG,
5602         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5603         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5604         pic16_rel_udata, check to see if that register is marked as being
5605         a member of a specific memory bank,
5606         * (pic16_printIvalCharPtr): added code to add string literals either
5607         to code or the idata sections,
5608         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5609         also accept the 'udata' pragma,
5610         * src/pic16/main.h: new structure types sectName and sectSym
5611         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5612         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5613         * (pic16_findPrevInstruction): fixed, it returned nothing,
5614         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5615         instruction combinations,
5616         * (pic16_FixRegisterBanking): heavily reorganised,
5617         * (pic16_AnalyzeBanking): if generating banksel directives is
5618         disabled, then don't call FixRegisterBanking at all,
5619         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5620         completely removed,
5621         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5622
5623 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5624
5625         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5626         Phuah Yee Keat <yk.phuah AT nestac.com>
5627
5628 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5629
5630         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5631         correctly the IVT even if it is relocated to some other location
5632
5633 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5634
5635         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5636         * device/include/pic16/pic18f2220.h: NEW,
5637         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5638         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5639         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5640         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5641         nodefaultlibs, ivt_loc is the location of the interrupt vector
5642         table, and nodefaultlibs signs that default libraries should not be
5643         linked in link stage,
5644         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5645         according to --ivt-loc argument,
5646         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5647         when pragma stack is found,
5648
5649 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5650
5651         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5652         256 (range check), 257 (do while), 258.a-f (bit banging
5653         f.e. on 3-wire SPI bus)
5654
5655 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5656
5657         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5658         variables used exclusively within a loop
5659
5660 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5661
5662         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5663
5664 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5665
5666         * src/SDCClrange.c (computeClash): fixed bug #971834
5667
5668 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5669
5670         * src/mcs51/gen.c (genCmp): fixed bug #975903
5671         * src/hc08/gen.c (operandsEqu),
5672         * src/ds390/gen.c (operandsEqu),
5673         * src/z80/gen.c (operandsEqu),
5674         * src/pic/gen.c (operandsEqu),
5675         * src/pic16/gen.c (operandsEqu),
5676         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5677         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5678
5679 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5682
5683 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5684
5685         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5686         default case in switch statement,
5687         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5688         to eliminate problem with initialisation of pointers, but problem
5689         still exists,
5690         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5691         * (emitStaticSegment): removed various lines emitting debug info,
5692         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5693         added processor registers for utilizing EEPROM,
5694         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5695         configurable and set 8
5696
5697 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5698
5699         * .version: increased version number to 2.4.2,
5700
5701         Cumulative patch for pic16 port
5702         * src/pic16/device.c: changed scheme to dump initial values for
5703         variables in idata segment, all print_idata* functions were removed,
5704         now the pic16_printIval* will be called,
5705         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5706         * _pic16_printPointerType, pic16_printPointerType,
5707         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5708         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5709         NEW, similar to the respective functions in SDCCglue.c,
5710         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5711         way, emitting hex bytes,
5712         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5713
5714 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/avr/ralloc.c (serialRegAssign),
5717         * src/xa51/ralloc.c (serialRegAssign),
5718         * src/pic/ralloc.c (serialRegAssign),
5719         * src/pic16/ralloc.c (serialRegAssign),
5720         * src/hc08/ralloc.c (serialRegAssign),
5721         * src/z80/ralloc.c (serialRegAssign),
5722         * src/ds390/ralloc.c (serialRegAssign),
5723         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5724
5725 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5728         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5729
5730 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5731
5732         Cumulative patch for pic16 port:
5733         * src/pic16/device.h (typedef PIC16_device) modified fields for
5734         defining microcontrollers,
5735         * src/pic16/device.c: added new info for all devices in Pics16 array,
5736         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5737         to be optimised out by the pCode optimiser,
5738         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5739         specially, bug reported by G.M. Gallant,
5740         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5741         as force'd so that cannot be optimised out by pCode optimiser,
5742         * src/pic16/pcode.c,
5743         * src/pic16/pcodepeeph.c,
5744         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5745         they are disabled by default, but can be enabled explicit with
5746         command argument --denable-peeps, for testing,
5747         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5748         --pomit-ivt in COMPILE_FLAGS
5749
5750 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5751
5752         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5753           compilation on MSVC
5754
5755 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5756
5757         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5758
5759 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5760
5761         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5762         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5763
5764 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5765
5766         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5767         would only assign 0x300001 register.
5768
5769 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5770
5771         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5772         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5773
5774 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5775
5776         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5777         for ds80c400
5778         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5779         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5780         added peephole 254 (left shift), 255 (jump table)
5781
5782 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5783
5784         * device/lib/Makefile.in: removed comment line with model-pic16,
5785         * (target port-specific-objects-pic16): the libraries and objects
5786         are copied to the build directory form the device/lib/pic16/bin
5787         directory
5788
5789         Cumulative patch concerning pic16 port:
5790         * library directory has been re-organized,
5791         * added support for PIC18F1220,
5792         * added headers and library sources for chips 18f1220,18f6520,
5793         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5794
5795         * configuration registers setting has changed, now each supported
5796         device has a complete description of the registers it uses,
5797         * all initialisations are moved to idata sections, these section
5798         can be absolute or relocatable,
5799         * fixed initialisation of codespace variables,
5800         * fixed warning about PCLATU and gpsim,
5801         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5802         * (genAssign): use table reads when assigning from variables in codespace,
5803         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5804         char/int variables placed in codespace,
5805         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5806         registers set in .asm file, no need for --pomit-config-words anymore,
5807         * (pic16glue): some 8051 legacy segments are commented out
5808         (to be removed completely),
5809         * added support for alternative assembler and linker with --asm=
5810         and --link= command line arguments,
5811         * peepholes are disabled automatically in the port, no need to
5812         specify on command line,
5813         * port supports natively char/int/long multiplication, but converts
5814         all divisions to support functions,
5815         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5816         to the file set in variable $2,
5817         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5818         strings in ASCII format and not in hex,
5819         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5820         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5821         allocate proper register if iCodes aren't temporary,
5822
5823 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5824
5825         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5826
5827 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5828
5829         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5830         is commented out
5831
5832 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5835         computed address is reused
5836         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5837         multi-byte bitfields
5838
5839 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5840
5841         * src/z80/gen.c: (genArrayInit): must check for pointers too
5842
5843 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5844
5845         * support/regression/tests/zeropad.c: never meant to commit the
5846           nestedstruct test: removed, added check for GCC version
5847
5848 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5849
5850         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5851         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5852         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5853           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5854           bugs 928906 and 954082 half-empty initializers
5855         * src/SDCCsymt.h,
5856         * src/SDCCsymt.c (getAllocSize): added for above fix
5857         * src/z80/gen.c (genArrayInit): fixed bug 741044
5858         * support/regression/tests/zeropad.c: added tests
5859
5860 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5861
5862         * src/pic16/device.c (pic16_dump_section): corrected bug which
5863         caused some symbols of the libraries to be misplaced
5864
5865 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5866
5867         * src/pic16/glue.c,
5868         * src/pic16/ralloc.h,
5869         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5870         to fix conflict with pic port
5871
5872 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5873
5874         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5875         externs configuration variables,
5876         * src/pic16/ralloc.h,
5877         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5878         prototype in header, commented out some debug messages
5879
5880 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         * src/pic16/glue.c,
5883         * src/pic16/main.c,
5884         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5885         for gpasm COFF object generation. Thanks to D. Hawkins for
5886         his patch info
5887
5888 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * src/ds390/main.c,
5891         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5892         Brock for spotting this)
5893         * src/ds390/gen.c (genEndFunction),
5894         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5895         interrupt handler and critical. Disable push/pop optimizations when
5896         peephole optimizations disabled.
5897
5898 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5899
5900         Updated pic16 library sources and headers.
5901         * device/lib/pic16/pic18f*/ ,
5902         * device/include/pic16/*.h: modified to handle structured SFR
5903         definitions
5904
5905 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5906
5907         * src/port.h (PORT structure): added hook initPaths, now each
5908         port can declare its own default search paths,
5909         which can been seen with the --print-search-dirs option,
5910         see pic16 port for example,
5911         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5912         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5913         * (doPrintSearchDirs): NEW, replaces in a central manner the
5914         printing of search dirs which was split in set*Paths functions,
5915         * (main): added call to port->initPaths and doPrintSearchDirs,
5916         * src/avr/main.c,
5917         * src/ds390/main.c,
5918         * src/hc08/main.c,
5919         * src/izt/i186.c,
5920         * src/izt/tlcs900h.c,
5921         * src/mcs51/main.c,
5922         * src/pic/main.c,
5923         * src/pic16/main.c: modified port structures to reflect addition of
5924         initPaths hook,
5925
5926         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5927         * (pic16_dump_section): for registers in same address reserve memory once,
5928         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5929         to no_banksel,
5930         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5931         result is greater in size than right or left,
5932         * (pic16_genUMult8X8_8): there are some cases where the result can
5933         be 16 bits size, so handle these,
5934         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5935         * (pic16_outBitC): modified to emit pcodes,
5936         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5937         or not,
5938         * (genDivOneByte): implemented algorithm to divide 8-bits,
5939         * (genCmp): uncommented goto, but issues still exist,
5940         * (genAnd): fixed a bug with variables >8bits,
5941         * (genPackBits): optimization added that uses BCF/BSF to change a
5942         single bit,
5943         * (genAssign): fixed bug when assigning floating point literals,
5944         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5945         __sdcc_gsinit_startup label,
5946         * src/pic16/main.c (_pic16_init): removed search directory
5947         initialisations,
5948         * (_pic16_initPaths): NEW, used to initialise search directories,
5949         * (_hasNativeMulFor): support functions for all except char/int
5950         multiplication, and char division,
5951         * (PIC16_port struct): modified entry for native mul support,
5952         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5953         no_banksel option,
5954         * (buildCallTree): call to register_usage is ifdef'ed out,
5955
5956 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5957
5958         * device/include/string.h: applied Stas Sergeev's patch to make this
5959         header file compatible with the preprocessor -Wundef option
5960         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5961         failure (fixes bug #941458)
5962
5963 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5964
5965         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5966         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5967         that the variable, not the function, should be static
5968         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5969         to be consistent with non-literal case
5970
5971 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/SDCCast.c (isConformingBody): fixed bug #949967
5974         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5975         convilong): fixed bug #952086
5976
5977 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5978
5979         * src/SDCCmem.c (allocVariables): fixed bug #955321
5980
5981 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5982
5983         * src/hc08/main.c (_hc08_genAssemblerEnd),
5984         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5985         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5986         completely eliminated the use of a temporary file
5987         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5988         when more than one file linked
5989         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5990
5991 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5992
5993         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5994         which fixes bug #543481
5995         * support/regression/tests/bug-751703.c: fixed comments left from a
5996         cut and paste error
5997         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5998         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5999         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6000         scopes
6001         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6002         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6003         are now changed to underscores in moduleName
6004
6005 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6006
6007         * as/mcs51/lkmem.c: better fix for bug #954173
6008
6009 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6010         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6011
6012         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6013         * device/include/c8051f000.h,
6014         * device/include/c8051f120.h,
6015         * device/include/c8051f300.h,
6016         * device/include/c8051f310.h,
6017         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6018         PWM16) and detab'ed
6019
6020 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6021
6022         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6023         and mailing lists, doc'ed --no-peep-comments, removed reference
6024         to knoppix (newest version has no LyX/LaTeX), other minor changes
6025         * src/SDCCglue.c (glue): save 2 bytes stack space with
6026         option --main-return. The ljmp could probably be avoided too
6027
6028 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6029
6030         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6031
6032 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6033
6034         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6035         * src/SDCCopt.c (isLocalWithoutDef),
6036         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6037         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6038         (credit to Maarten Brock for patch #949363, on which this is based)
6039         * support/regression/tests/bug-751703.c: some test cases of extern used
6040         within inner scopes.
6041
6042 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6045         SPEC_STRUCT
6046         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6047         struct definitions
6048         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6049         dwWriteLabel): fix to create valid debugger symbols even when
6050         the module name has non-alphanumeric symbols in it
6051         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6052         when a variable's allocation has been optimized away
6053
6054
6055 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6058         * src/hc08/main.c,
6059         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6060         * src/mcs51/main.c,
6061         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6062         * src/ds390/main.c,
6063         * src/z80/gen.c (z80_emitDebuggerSymbol),
6064         * src/z80/main.c,
6065         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6066         * src/pic/main.c,
6067         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6068         * src/pic16/main.c,
6069         * src/avr/gen.c (avr_emitDebuggerSymbol),
6070         * src/avr/main.c,
6071         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6072         * src/xa51/main.c,
6073         * src/SDCCdebug.c (emitDebuggerSymbol),
6074         * src/SDCCdebug.h,
6075         * src/port.h: added a debugger struct to the port struct. Added a
6076         callback for defining debugger symbols
6077
6078         * src/SDCCast.c (createLabel),
6079         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6080         with isitmp = 1
6081         * src/SDCCicode.h,
6082         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6083         iCode back to the ast for the function
6084
6085         * src/hc08/ralloc.c (hc08_assignRegisters),
6086         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6087         unneeded fields from the regs struct.
6088         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6089         pushReg() & pullReg() functions instead of emitcode()
6090
6091         * src/hc08/gen.c (genLabel, genhc08Code),
6092         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6093
6094         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6095         debugger hooks
6096
6097         * src/hc08/gen.c (genEndFunction, genhc08Code),
6098         * src/hc08/gen.h,
6099         * src/mcs51/gen.c (genEndFunction, gen51Code),
6100         * src/mcs51/gen.h,
6101         * src/ds390/gen.c (genEndFunction, gen390Code),
6102         * src/ds390/gen.h,
6103         * src/z80/gen.c (genEndFunction, genZ80Code),
6104         * src/z80/gen.h,
6105         * src/z80/z80.h,
6106         * src/pic/gen.c (genEndFunction, genpic14Code),
6107         * src/pic/gen.h,
6108         * src/pic16/gen.c (genEndFunction, genpic16Code),
6109         * src/pic16/gen.h,
6110         * src/avr/gen.c (genEndFunction, genAVRCode),
6111         * src/avr/gen.h,
6112         * src/xa51/gen.c (genEndFunction, genXA51Code),
6113         * src/xa51/gen.h,
6114         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6115         specific code to cdbFile.c and out of the backend code generators
6116
6117         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6118         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6119         starting address is now 0
6120
6121         * as/hc08/asm.h,
6122         * as/hc08/m08pst.c,
6123         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6124         assembler directive for DWARF support
6125         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6126
6127         * src/src.dsp,
6128         * src/Makefile.in,
6129         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6130
6131 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6134         and inappropriate peephole optimization in jump tables
6135
6136 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6137
6138         * as/hc08/m08pst.c,
6139         * src/SDCCglue.c: sdccopt works for the hc08 port now
6140
6141 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6142
6143         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6144
6145 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6146
6147         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6148
6149 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6150
6151         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6152         rules
6153         * src/SDCCmain.c,
6154         * src/SDCCglobl.h,
6155         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6156         comments from the peephole optimizer replacement rules
6157         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6158         symbols
6159         * src/SDCCcse.c (updateSpillLocation),
6160         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6161         equivalents
6162         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6163         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6164         objects far pointers
6165
6166 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/SDCCsymt.h: a missing part of my last change
6169         * src/pic/ralloc.c (regTypeNum),
6170         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6171
6172 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6173
6174         * src/SDCCicode.h,
6175         * src/SDCCicode.c (aggrToPtrDclType),
6176         * src/SDCCptropt.h,
6177         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6178         ptrPseudoSymConvert),
6179         * src/pic/ralloc.c (regTypeNum),
6180         * src/pic16/ralloc.c (regTypeNum),
6181         * src/hc08/ralloc.c (regTypeNum),
6182         * src/ds390/ralloc.c (regTypeNum),
6183         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6184         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6185
6186 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6187
6188         * link/z80/lkmain.c (afile),
6189         * as/hc08/lkmain.c (afile),
6190         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6191         prevent a pointer problem when a filename has no directory and
6192         no extension specified.
6193
6194 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * link/z80/lkmain.c (afile): allow periods in directory names
6197         * link/z80/lkmain.c (afile),
6198         * as/mcs51/lkmain.c (afile),
6199         * as/hc08/lkmain.c (afile): allow linker script file to have an
6200         extension other than ".lnk"
6201         * link/z80/lklex.c (getfid),
6202         * link/z80/lkmain.c (parse),
6203         * as/mcs51/lklex.c (getfid),
6204         * as/mcs51/lkmain.c (parse),
6205         * as/hc08/lklex.c (getfid),
6206         * as/hc08/lkmain.c (parse): Support comments in the linker script
6207         file on lines by themselves and after filenames
6208
6209 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6210
6211         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6212
6213 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6214
6215         * src/z80/peeph-z80.def: removed some peephole rules that don't
6216         work with multibyte arithmetic (fixed bug #937126)
6217         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6218         to registers and not global variables
6219         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6220         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6221         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6222         checking for assignments not internally generated (fixed bug #931895)
6223         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6224         structure member (fixed bug #930072)
6225
6226 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6227
6228         * src/SDCCmain.c (linkEdit),
6229         * src/hc08/main.c (_hc08_parseOptions),
6230         * as/hc08/Makefile.in,
6231         * as/hc08/aslink.h,
6232         * as/hc08/asm.h,
6233         * as/hc08/m08pst.c,
6234         * as/hc08/lkrloc.c (relr, rele),
6235         * as/hc08/lkarea.c (lnkarea)
6236         * as/hc08/lkmain.c (afile, parse),
6237         * as/hc08/lkelf.c: support for ELF output
6238         * as/hc08/lks19.c (s19),
6239         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6240
6241 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6242
6243         * as/mcs51/lkihx.c: Fixed bug #899105.
6244
6245 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6246
6247         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6248         .dsp files from Unix to DOS.
6249
6250 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6253         function pointers; we have been compliant for several months now.
6254         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6255         change that was accidently commented out
6256         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6257         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6258         bug #922319
6259
6260 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * src/hc08/gen.c: output of all of the internal debugging information
6263         is now controlled by the D() macro; it is disabled by default
6264
6265 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6266
6267         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6268         harder to keep the same registers during a CAST iCode
6269         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6270         long via int can be done in a single cast, if the signedness is
6271         correct.
6272         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6273         putchar() in tinibios.c in ds390's library
6274
6275 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6276
6277         * src/SDCCast.c (decorateType): fixed bug #898889,
6278         cast result of a literal complement too
6279         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6280         fixed check for bitfields
6281
6282 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6283
6284         * src/SDCCicode.c (geniCodeLogic): made it static,
6285         (geniCodeLogicAndOr): added in order to fix bug #905492,
6286         (ast2iCode): fixed bug #905492
6287         * support/regression/tests/bug-905492.c: added
6288         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6289         (processParms): fixed bug #927659: don't copy parms, this will clear
6290         decorated flag
6291         * support/regression/tests/bug-927659.c: added
6292
6293 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6294
6295         * src/SDCCast.c (addCast): don't cast float to char
6296         * device/lib/libsdcc.lib: added _memmove
6297
6298 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6299
6300         * device/lib/large/Makefile: fixed parallel execution by
6301         replacing `make` by `$(MAKE)`
6302
6303 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6304
6305         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6306         offsets (fixes bug #923936)
6307
6308 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6309
6310         * device/lib/small/Makefile: fixed parallel execution by
6311         replacing `make` by `$(MAKE)`
6312
6313 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6314
6315         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6316
6317 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6318
6319         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6320         * src/regression/Makefile: Regression test was not running.
6321
6322 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6323
6324         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6325         complement if possible
6326         * src/SDCCval.c (valComplement),
6327         * src/SDCCicode.c (operandOperation): fixed complement of literal
6328         * support/regression/tests/onebyte.c (testComplement): added
6329
6330 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6331
6332         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6333         return an optimized tree; actually replace actParm with the new tree
6334         * src/SDCCast.h: added some parantheses to remove side effects
6335         * support/regression/tests/bug-920866.c
6336
6337 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6338         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6339         Bit operands were not being handled properly in the pic14 port.
6340         (now src/regression/add.c passes again).
6341
6342 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6343
6344         * src/SDCC.y (labeled_statement): case and default no longer require
6345         a following statement (RFE #893037)
6346
6347 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6348
6349         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6350         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6351         disabled (fixes bug #916294)
6352         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6353         "mov a,acc"; patch provided by Lenny Story
6354         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6355
6356 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6359         functions
6360         * src/ds390/gen.c (genFunction, genEndFunction),
6361         * src/ds390/ralloc.c (ds390_assignRegisters),
6362         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6363         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6364         pushed if there are parameters passed on the stack. Also, a cleaner
6365         way to decide if r0/r1 should be pushed/popped. (Together they fix
6366         bug #918693)
6367
6368 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         * doc/sdccman.lyx,
6371         * device/lib/mcs51/crtpagesfr.asm,
6372         * device/lib/mcs51/crtxinit.asm,
6373         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6374         to avoid confusion with Si Lab's SFRPAGE register.
6375
6376 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * src/SDCCglue.c (emitMaps): allow public sfr variables
6379         * src/SDCCglue.c (initialComments): include compiler build date
6380         with compiler version and put the timestamp of the generated
6381         assembly file on a serperate line to be less confusing.
6382         * src/port.h: added genInitStartup hook
6383         * src/avr/main.c,
6384         * src/ds390/main.c,
6385         * src/hc08/main.c,
6386         * src/pic/main.c,
6387         * src/pic16/main.c,
6388         * src/xa51/main.c,
6389         * src/z80/main.c: genInitStartup initialize as NULL (default to
6390         historical behaviour)
6391         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6392         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6393         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6394         library instead of hard coding it into the compiler.
6395         * support/regression/ports/mcs51-stack-auto/spec.mk,
6396         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6397         * device/lib/mcs51/Makefile,
6398         * device/lib/small/Makefile,
6399         * device/lib/large/Makefile,
6400         * device/lib/mcs51/crtpagesfr.asm,
6401         * device/lib/mcs51/crtstart.asm,
6402         * device/lib/mcs51/crtxclear.asm,
6403         * device/lib/mcs51/crtxinit.asm,
6404         * device/lib/mcs51/crtclear.asm,
6405         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6406         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6407         and into user configurable files.
6408         * device/lib/clean.mk: clean mcs51 directory too
6409         * support/regression/tests/longlit.c: added static to T1 declaration
6410         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6411         accesses in the initialization code
6412
6413 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6416         OSCTRIMVAL as noted in bug #916008
6417
6418 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6421         in loops with multiple exits (reported as incorrect registers
6422         used by Martin Helmling in Sdcc-user list)
6423
6424 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6425
6426         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6427         made ds390 register extensions look less like error messages
6428
6429 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6432         reported by Adam Wozniak in Sdcc-user list
6433
6434 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6435
6436         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6437         arithmetic optimizations, added debug output
6438
6439 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6440
6441         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6442         * sdcc.spec: updated and split sdcc into 3 rpms
6443         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6444         needed for literals of LEFT_OP and '+'
6445         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6446         introduced RESULT_TYPE_NOPROM
6447         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6448         left shift
6449         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6450         limited promotion to int only for '*'
6451         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6452
6453 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6454
6455         * src/pic16/gen.c (genSkip),
6456         (genc16bit2lit), (gencjneshort): commented out
6457         (is_LitOp): new helper function, checks operand type
6458         (genCmpEq): rewritten
6459
6460 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6461
6462         * support/regression/tests/bug-908454.c: added
6463
6464 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6465
6466         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6467         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6468         (geniCodeCast): cosmetic, don't preserve bit storage class
6469         (geniCodeLeftShift): added promotion
6470         (geniCodeLogic): fixed regression
6471         * src/SDCCsymt.c (computeTypeOr): accept bits too
6472         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6473
6474 2004-03-07  Borut Razem <borut.razem AT siol.net>
6475
6476         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6477
6478 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6479
6480         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6481         version of pic16_genPackRegisters which does not check if ic is a
6482         CAST operator,
6483         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6484         function cause string1.c regression test fails
6485
6486 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6487
6488         * sim/ucsim/configure.in,
6489         * sim/ucsim/configure,
6490         * sim/ucsim/doc/Makefile.in: use docdir
6491         * src/SDCC.y: fixed sbit atrributes
6492         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6493         * src/SDCCast.c (decorateType): |^& need special promotion handling
6494         * src/SDCCast.h,
6495         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6496         * src/SDCCsymt.h (computeType),
6497         * src/SDCCicode.c: computeType() needs op
6498         * src/SDCCsymt.c (checkTypeSanity),
6499         * doc/sddman.lyx: "plain" bitfields are unsigned
6500         * src/SDCCsymt.c (computeTypeOr): added
6501         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6502         |^& ops
6503         * src/SDCCval.c (val*): computeType() needs op
6504         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6505         * support/regression/tests/onebyte.c: added tests for |^&
6506
6507 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6508
6509         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6510         for writing icode into asm output.
6511
6512 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6513
6514         * src/pic16/device.c: added some debug lines enabled
6515         with macro DEBUG_CHECK,
6516         * src/pic16/genarith.c: more debug in genPlus,
6517         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6518         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6519         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6520         * (aopForSym): onStack symbols are re-placed in data memspace,
6521         and onStack flag is cleared,
6522         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6523         copy temporary pcodeop,
6524         * (genPcall): added warning for not updating PCLATU,
6525         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6526         always true for pic16 port,
6527         * (genMultOneWord): NEW, supports integer multiplication,
6528         * (genMult): modified to call genMultOneWord,
6529         * (ifxForOp): added warning when return NULL,
6530         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6531         flag is set before call to operandFromSymbol for implicit
6532         added structures,
6533         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6534         options.intlong_rent are set by default,
6535         * (_hasNativeMulFor): modified to allow port generation of integer
6536         multiplication,
6537         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6538         set regtype to REG_SFR for all registers, restricting seting the
6539         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6540
6541 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6542
6543         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6544         more than 500 times in the regression tests
6545
6546 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6547
6548         * support/Util/SDCCerr.h,
6549         * support/Util/SDCCerr.c,
6550         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6551         enumerator_list),
6552         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6553         for symbol conflicts.
6554         * support/valdiags/tests/enum.c,
6555         * support/valdiags/tests/tentdecl.c,
6556         * support/valdiags/tests/struct.c: expect possible error messages
6557         referring to original symbol definitions.
6558         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6559         * src/SDCCsymt.h,
6560         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6561
6562 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6563
6564         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6565
6566 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6567
6568         * src/pic16/ralloc.c (newReg): fixed bug #908929
6569
6570 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6571
6572         * src/ds390/gen.c: added missing #include "main.h"
6573
6574 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6575
6576         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6577         checking if symbol is already in set,
6578         * src/pic16/device.h: prototype for checkAddSym,
6579         * src/pic16/gen.c: (_G): added entry interruptvector,
6580         * (assignResultValue): removed some commented out lines,
6581         * (genFunction): check for ISR via sym->type, absolute section for
6582         interrupt code is created via a new pBlock, the goto instruction is
6583         placed now correctly at the interrupt vector position, changed all
6584         references from ivec to _G.interruptvector,
6585         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6586         is the interrupt is a high priority one, same for return from ISR,
6587         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6588         externs to calls of checkAddSym,
6589         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6590         pic16_pcode_verbose flag is set,
6591         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6592         * src/pic16/pcoderegs.c: message about how many registers are saved
6593         will only be emitted if pic16_pcode_verbose flag is set,
6594
6595 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/ds390/ralloc.h,
6598         * src/ds390/ralloc.c (ds390_regWithIdx),
6599         * src/ds390/gen.c (emitcode),
6600         * src/ds390/main.h,
6601         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6602         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6603         ds390operandCompare, getRegsRead, getRegsWritten,
6604         initializeAsmLineNode): customized instruction size calculation for
6605         ds390, started basis for some register optimizations
6606         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6607         corresponding assembly output
6608         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6609         missing push/pop of r0/r1. Optimized push/pops
6610
6611 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         * src/mcs51/main.c (instructionSize): fixed ACALL size
6614         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6615
6616 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6617
6618         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6619         the sorting of rlist with NULL elements
6620         * (print_idataType, print_idata): NEW to create idata sections
6621         * src/pic16/device.h: idataSymSet new variable
6622         * src/pic16/gen.c (genFunction): fixed some bugs in string
6623         comparing, improved the absolute section creation for ISRs,
6624         added FSR0L/FSR0H in registers that are saved in an ISR,
6625         * (genInline): fixed the processing of inline snippets,
6626         now they undergo no process by the peephole optimizer
6627         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6628         are placed in idataSymSet,
6629         * (pic16emitStaticSeg): extern symbols are added in externs,
6630         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6631         switching when aboslute variables are placed in access bank memory
6632         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6633         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6634         commented out with #if,
6635         * (pic16_packRegisters): reintroduce the check for CAST because some
6636         symbols are not correctly handled,
6637         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6638         pCodeInstruction instead of pCode,
6639         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6640         pCodeAsmDir definition,
6641         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6642         directive, then the argument directive is emitted without the leading
6643         tab, hack for inline labels which must be in the first column,
6644         * (compareLabel,pic16_findNextInstruction),
6645         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6646         * (insertBankSwitch): modified for the new pCodeAsmDir,
6647
6648 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6649         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6650
6651         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6652         instance,
6653         * (pushSide): commented out with #if,
6654         * (assignResultValue): fixed some typos in saving
6655         registers,
6656         * (genPcall): FIXED and sync'ed with genCall,
6657         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6658         * (genNearPointerGet): fixed to handle some more cases,
6659         implementation scheme via table reads,
6660         * (genConstPointerGet): modified to access code memory correct,
6661         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6662         and improved to handle some cases
6663         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6664         instead of "RETLW" for init data
6665         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6666         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6667         variables are placed in access bank memory (<0x80 and >=0xf80),
6668         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6669         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6670         TBLWT_POSTDEC,TBLWT_PREINC
6671         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6672         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6673         directives
6674         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6675         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6676         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6677         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6678
6679 2004-02-29  Borut Razem <borut.razem AT siol.net>
6680
6681         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6682         support/Util/findme.h, support/Util/system.h: enhance binary relative
6683         search for lib and include by using findProgramPath()
6684
6685 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * src/SDCCpeeph.h,
6688         * src/SDCCpeeph.c (pcDistance),
6689         * src/port.h,
6690         * src/mcs51/ralloc.h,
6691         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6692         * src/mcs51/main.h,
6693         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6694         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6695         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6696         size calculation port specific, started basis for some register
6697         optimizations
6698         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6699         missing push/pop of r0/r1. Optimized push/pops
6700         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6701         * device/lib/_modsint.c (_modsint),
6702         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6703         and stack version so regression tests pass
6704
6705 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6706
6707         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6708         * src/SDCCast.c (decorateType): catch another small optimization
6709         with '?' operator
6710         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6711         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6712         modified to finally use computeType() all over SDCC,
6713         see Feature Request #877103
6714         * src/SDCCval.h: cosmetic
6715         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6716         valCompare(); regression tested in muldiv.c
6717         * support/regression/tests/muldiv.c (testMod): mod sign follows
6718         dividend only
6719
6720 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6721
6722         * src/SDCCast.c (decorateType): fixed bug #902362
6723         * doc/INSTALL.txt: fixed install instructions for win32
6724
6725 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6726
6727         * device/include/Makefile.in (install): fixed by replacing spaces
6728         by tabs
6729         * doc/README.txt,
6730         * doc/INSTALL.txt: updated for release
6731         * doc/sdccman.lyx: added warning for --xstack being buggy
6732
6733 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6734
6735         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6736         to eliminate build warnings.
6737         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6738
6739 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6740            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6741
6742         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6743         removed -penable-stack, added comment for stack pragma, added
6744         warning for not initializing the stack/frame registers, removed
6745         comment at interrupts section
6746
6747         Stack is made permanent, there is no ability to disable stack usage.
6748         * src/pic16/device.h,
6749         * src/pic16/device.c: removed all references to USE_STACK macro,
6750         * src/pic16/device.c (pic16_dump_section): when no elements in
6751         rlist, free rlist before return,
6752         * (pic16_dump_int_registers): NEW, internal registers are a new set
6753         of general purpose registers reused by each function,
6754         * (checkAddReg): returns 1 if registers is added to set,
6755         * (pic16_groupRegistersInSection): when a registers is of type
6756         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6757         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6758         SRCASECMP macro is moved here from device.c
6759         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6760         PO_PCLATU, PO_PRODL, PO_PRODH,
6761         * (pic16_pCodeOpType, genMinus,
6762         changed compares to "a" register, with AOP_ACC,
6763         * (pic16_genPlus): fixed some bugs and indented properly,
6764         * (pic16_addSign): changed size to size+offset in the MOVWF
6765         instruction,
6766         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6767         multiply 8-bit operand by literal, result is 8-bit,
6768         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6769         multiply 2 8-bit operand, result is 8-bit,
6770         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6771         genUMult8X*_16,
6772         * src/pic16/gen.c: changed accUse to contain WREG only,
6773         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6774         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6775         true, do not use immediate addressing any more unless sym is a
6776         pointer in codespace,
6777         * (aopForRemat): do not use immediate addressing when symbol not in
6778         codespace and when symbol's address is requested,
6779         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6780         accUse size (= 1),
6781         * (aopGet): added case for AOP_ACC and don't return "accumulator
6782         bug" but WREG instead,
6783         * (popGetTempReg): pushes contents of temporary register in stack,
6784         * (popReleaseTempReg): pops contents of temporary register from
6785         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6786         * (pic16_popGet): separated case AOP_ACC to return register WREG
6787         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6788         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6789         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6790         the use of immediate pointers to certain cases only.
6791
6792         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6793         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6794         * (assignResultValue, genCall, genRet): modified to use the new
6795         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6796         genPcall is still broken,
6797         * (genFunction): added code to create 'A' type pBlocks when
6798         interrupt functions are generated, code not extensively tested yet,
6799         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6800         * (genEndFunction): modified so ISRs pop stored registers from stack,
6801         * (genMultOneByte): cleanup,
6802         * (AccRsh): added flag andmask, to and result with appropriate mask,
6803         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6804         * (genDataPointerGet): fixed and reenabled its use,
6805         * (genNearDataPointerGet): bugs fixed,
6806         * (genDataPointerSet): bugs fixed,
6807         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6808         pic16_DumpSymbol, pic16_DumpOp,
6809         * src/pic16/genutils.h: function prototypes for the above functions,
6810         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6811         pointers,
6812         * (pic16emitRegularMap): many many many improvements, but needs a
6813         major cleanup,
6814         * src/pic16/main.c: enable_stack in pic16_options is removed,
6815         * (_pic16_parseOptions): removed command line options -penable-stack,
6816         * (_process_pragma): emit stack symbol only when stack pragma is
6817         processed,
6818         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6819         redirected to FSR0L/FSR0H pair,
6820         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6821         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6822         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6823         for immediates,
6824         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6825         * (dumpPicOptype): NEW,
6826         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6827         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6828         with movff instruction,
6829         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6830         added pic16_int_regs, some packRegsFor* functions are commented out,
6831         because produce errors,
6832         * src/pic16/NOTES: minor modifications
6833
6834 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6835
6836         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6837         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6838         --pack-iram.
6839         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6840         * as/mcs51/lkaomf51.c: fixed bug #895763
6841
6842 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6843
6844         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6845
6846 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * doc/sdccman.lyx: added details about the HC08 storage classes and
6849         interrupts, fixed the register usage info for z80 & gbz80
6850
6851 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6852
6853         * doc/sdccman.lyx: added more pic16 port documentation
6854         * device/include/pic16/: added header pic18fregs.h
6855
6856 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6857
6858         * doc/sdccman.lyx: added Vangelis' contribution
6859
6860 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6863         extend to the next CALL or PCALL, not just to the next CALL.
6864
6865 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6866
6867         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6868
6869 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6872         bug #895752 and a better fix for bug #716790
6873
6874 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6875
6876         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6877
6878 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6879
6880         * doc/sdccman.lyx: minor changes, minor changed
6881
6882 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6883
6884         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6885         which can't handle SDCC_NEWONEBYTEOPS,
6886         (geniCodeMultiply): removed conversion from mult to shift for pic14
6887         and pic16
6888
6889 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/hc08/gen.h,
6892         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6893         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6894         thus fixing bug #895406
6895
6896 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6897
6898         * device/lib/_modsint.c,
6899         * device/lib/_modslong.c: sign follows divisor only
6900         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6901         signs or signedness can be ignored
6902         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6903         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6904         added optimization for IFX,
6905         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6906         arguments;
6907         reenabled optimization for IFX, which was removed on 2004-01-11
6908         * src/SDCCast.h: added return type IFX
6909         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6910         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6911         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6912         SDCC_OLDONEBYTEOPS selects the old behaviour
6913         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6914         changed again and commented promotion rule
6915         * src/SDCCval.c (valDiv): promotion no longer necessary
6916         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6917         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6918         rewritten
6919         * support/regression/tests/onebyte.c: added
6920
6921 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6922
6923         * gen.c (genInline): reverted to old code for assemnling inline
6924         code because of bug reported James Chadd
6925
6926 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6927
6928         * ralloc.h: missing declarations from previous patch,
6929         seems that patch for ralloc.h was never applied, fixed
6930
6931 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6932            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6933
6934         * pcode.c,
6935         * pcode.h,
6936         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6937         indirect addressing. Marked FSR0 as deprecated
6938         * gen.c (pointerCode): commented out, not needed now
6939         (pic16_popGet2p): new MOVFF helper function
6940         (genGenPointerGet),
6941         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6942         (shiftRLong): removed duplicate debugging info
6943
6944 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6945
6946         * src/ds390/gen.c (genNearPointerGet),
6947         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6948         optimization with bits, but not bitfields.
6949         * src/ds390/ralloc.c (packRegisters),
6950         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6951
6952 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6955
6956 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/SDCCsymt.h,
6959         * src/SDCCicode.c (operandFromSymbol),
6960         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6961         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6962         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6963         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6964         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6965         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6966         bug #892038
6967         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6968         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6969         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6970         * src/SDCCsymt.c (newSymbol),
6971         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6972         enumerator_list),
6973         * src/SDCCval.h,
6974         * src/SDCCval.c (newiList): fixed bug #885705
6975
6976 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6977
6978         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6979         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6980
6981 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6982
6983         * device/include/c8051f120.h,
6984         * device/include/c8051f300.h,
6985         * device/include/c8051f310.h: added/updated header files for Silicon
6986         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6987         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6988         in new section Submitting patches
6989
6990 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6993         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6994         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6995         genGenPointerSet),
6996         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6997         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6998         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6999         genGenPointerSet),
7000         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7001         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7002         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7003         genGenPointerSet),
7004         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7005         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7006         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7007         genGenPointerSet): fixed bug #892400
7008         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7009         to eliminate build warnings.
7010         * src/SDCCast.c (processParms),
7011         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7012         fixed bug 751859
7013         * support/valdiag/valdiag.py: added GCC to the list of defines active
7014         when compiling with gcc
7015
7016 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7017
7018         * support/Util/SDCCerr.h,
7019         * support/Util/SDCCerr.c,
7020         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7021         with an incomplete type (fixed bug #883734)
7022         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7023
7024 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7027
7028 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7029
7030         * src/SDCCast.c (decorateType),
7031         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7032         function pointer implementation
7033         * support/regression/tests/funptrs.c: added tests to verify both forms
7034         of function pointers work correctly. Added tests to verify parameters
7035         are passed in the correct order.
7036
7037 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7038
7039         * device.c (regCompare): registers are sorted by ascending
7040         address and increasing size,
7041         * main.c (_pic16_finaliseOptions): removed the declaration
7042         of compiler macro MCU. Now a macro of the format pic18fxxxx
7043         will be defined from the command line
7044
7045 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7046             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7047
7048         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7049         PCOP_RLCF was overwritten!
7050         * gen.c (genSkip): commented out calls to pic16_emitcode,
7051         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7052         * (genlshTwo),
7053         * (genRRC): added debugging info,
7054         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7055         overwritten while shifting,
7056         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7057         overwritten while shifting,
7058         * (AccLsh),
7059         * (AccRsh),
7060         * (shiftLLeftOrResult),
7061         * (shiftRLeftOrResult),
7062         * (shiftRLong),
7063         * (shiftLLong): Implemented with pic16_emitpcode
7064         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7065         * (genLeftShift): Fixed bug, operand for shift by variable always
7066         was "and"ed with 0x0f,
7067         * (genLeftShiftLiteral),
7068         * (genrshTwo),
7069         * (genRightShiftLiteral): added debugging info,
7070         * (genrshFour): added comment,
7071         * (genRightShift): determined signedness from operand "left"
7072         instead of "result"
7073
7074 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7075
7076         * src/SDCCicode.c (geniCodeParms),
7077         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7078         function pointers, fixed function pointer bugs #861242 and #861896
7079
7080 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7081
7082         * device/include/c8051f000.h,
7083         * device/include/c8051f120.h,
7084         * device/include/c8051f300.h: added header files for Silicon
7085         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7086
7087 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7088
7089         * src/SDCCast.c (processParams): added new type flow and restructured
7090         (gatherAutoInit): added new type flow
7091         (addCast): cosmetic changes
7092         (getLeftResultType): added new type flow for array indices, patch
7093         provided by Stas, see FR #877103
7094         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7095         array index patch by Stas
7096         * src/SDCCast.h: added prototype getResultTypeFromType()
7097         * src/SDCCval.h,
7098         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7099         * src/pic/glue.c (pic14emitStaticSeg),
7100         * src/pic16/glue.c (pic16emitStaticSeg),
7101         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7102         for initialization of symbols
7103         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7104         * support/Util/SDCCerr.h:
7105         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7106         * .version: bumped version number to 2.3.8
7107         * device/include/Makefile.in (install),
7108         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7109         avoid warnings
7110
7111 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7112
7113         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7114         Slade Rich fixed an optimization bug
7115         * src/pic/pcodepeep.c,
7116         * src/pic/pcoderegs.c
7117         * doc/Makefile (install): added test for directory
7118
7119 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7122         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7123         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7124         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7125         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7126         * as/mcs51/asexpr.c (term),
7127         * as/hc08/asexpr.c (term): fixed bug #887146
7128
7129 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/z80/gen.c (genMult): handle single byte result product
7132         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7133         DUMMY_READ_VOLATILE (fixed bug #886367)
7134
7135 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * support/regression/tests/libmullong.c: fixed logic, on little endian
7138         hosts we ended without a mullong_wrapper()
7139
7140 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7143         virus/worm forged address usage.
7144
7145 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7146
7147         Fixed promotion, it should be done on AST level:
7148         * src/SDCCast.c (addCast): added promotion to int
7149         (decorateType): updated call to upCast()
7150         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7151         usualUnaryConversions()
7152
7153 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7154
7155         * support/regression/tests/literalop.c (mulWrapper): Added a
7156         wrapper to remove integer overflow warnings.
7157
7158         * support/regression/tests/float_trans.c: Made work on host.
7159
7160         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7161         location of sz80.
7162
7163         * support/regression/generate-cases.py (main): Changed from inline
7164         to a main method.
7165
7166         * doc/Makefile (install): Changed to depth first to get rid of
7167         missing directory install warning.
7168
7169         * as/Makefile (install-doc): Made work on Mac.
7170
7171 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7172
7173         * src/SDCCast.c: added an additional type flow in decorateType() of
7174         opposite direction, see feature request #860006; it's enabled at runtime
7175         by setting the environment variable SDCC_NEWTYPEFLOW
7176         * src/SDCCast.h: changed prototype of decorateType()
7177         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7178         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7179         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7180         see feature request #877103
7181         * src/SDCCval.c: updated call of decorateType()
7182         (valBitwise): fixed bug #882876
7183         (valMinus): added promotion
7184         (valLogicAndOr): result is unsigned
7185         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7186         * src/SDCCsymt.c (computeType),
7187         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7188         must not cause an unsigned operation
7189         * src/pic/glue (pic14emitRegularMap),
7190         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7191
7192 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7193
7194         * src/pic/pcode.c (PCodeID): commented out left over debug code
7195
7196 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * support/valdiag/tests/overflow.c: added shift tests
7199         * src/pic/device.c,
7200         * src/pic/gen.c,
7201         * src/pic/gen.h,
7202         * src/pic/glue.c,
7203         * src/pic/main.c,
7204         * src/pic/pcode.c,
7205         * src/pic/pcode.h,
7206         * src/pic/pcodepeep.c,
7207         * src/pic/pcoderegs.c,
7208         * src/pic/ralloc.c,
7209         * src/pic/ralloc.h: applied patch from Slade Rich;
7210         added support for multiple code pages and multiple RAM banks on the
7211         PIC 14 port. The ASM files now no longer simply assume all the
7212         code / RAM are in the same page / bank. This means the linker can
7213         safely allocate code/RAM of separate ASM files to different pages/banks.
7214         * doc/sdccman.lyx: added Slade's tips
7215         * src/mcs51/peeph.def: fixed bug #880768
7216
7217 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7220         * src/SDCCast.c (decorateType): fixed bug #880197
7221
7222 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7223
7224         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7225         getopt.h.
7226
7227         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7228         strtof is not part of C89 and isn't included with Mac OS X.
7229
7230 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7231
7232         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7233         shiftL2Left2Result): fixed bug #879326
7234         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7235         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7236         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7237         address fetch for clr instruction
7238         * device/lib/hc08/_mulint.c: created optimized assembly version
7239         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7240
7241 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7242
7243         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7244         proposed in FR #877103
7245
7246 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7247
7248         * src/SDCCval.c (cheapestVal): added missing checks
7249         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7250         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7251
7252 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7253
7254         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7255         equal operands
7256
7257 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7258
7259         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7260         loaded with the linker search paths (-L arguments) and the libraries
7261         to be linked with the current source (-l arguments). Changes
7262         currently will affect only the pic16 port.
7263         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7264         include path the port specific paths and port specific libraries,
7265         * gplink command now contains the $3 argument,
7266         * src/pic16/device.h,
7267         * src/pic16/device.c,: structure PIC_device is made public and
7268         renamed to PIC16_device, the same for variable Pics which is renamed
7269         to Pics16. Updated all references to them.
7270         * src/pic16/glue.c (pic16glue): corrected bug with code
7271         initialization which bypassed the variable initializations block.
7272
7273         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7274         COMPILE_FLAGS and added the --nostdinc option
7275
7276 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7277
7278         * device/include/mc68hc908jb8.h: Register defs for another member
7279         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7280
7281 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7282
7283         Documenting changes from previous commits.
7284         * configure.in (version 1.56),
7285         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7286         when generating output files to configure the pic16 library,
7287         but now I've commented it out, since gputils aren't installed in the
7288         SF compile farm, so library won't compile
7289
7290         * device/lib/Makefile.in (version 1.56): initially I've added in
7291         target 'all' the prerequestive 'model-pic16' so it compiled the
7292         pic16 library, but now I've commented it out for the same reasons
7293         above,
7294         * added targets 'model-pic16' and 'objects-pic16' to compile the
7295         library
7296         * added target 'port-specific-objects-pic16' to handle the
7297         generated libraries and copy them into the build/ directory
7298         * added target 'clean-intermediate-pic16' to clean intermediate
7299         files into pic16 directory
7300         * in target 'installdirs' added line to create directory pic16 in
7301         the installation path
7302
7303         * device/include/Makefile.in (version 1.11): in target 'install'
7304         added lines to copy all header files to installation path,
7305         * in target 'installdirs' added line create directory for pic16
7306         headers in the installation path
7307
7308 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7309
7310         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7311          a function call
7312
7313 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7314
7315         * configure,
7316         * device/lib/configure.in,
7317         * device/lib/configure: fixed for autoconf 2.57
7318
7319 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7322         option so that it actually works. Made it specific to the z80, since
7323         the gbz80 doesn't have these kinds of I/O ports.
7324
7325 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * device/include/z180.h,
7328         * device/lib/_memcpy.c,
7329         * device/lib/_memmove.c,
7330         * device/lib/_mulint.c,
7331         * device/lib/ser_ir.c,
7332         * device/lib/ser_ir_cts_rts.c,
7333         * device/lib/_strcmp.c,
7334         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7335         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7336         portmode; added deprecation warning for bank= and protmode= forms.
7337         Also, guard against buffer overflow.
7338         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7339
7340 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7343         changed interrupt vector table generation to only emit declared vectors.
7344         * device/include/Makefile.in: added missing backslash
7345         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7346
7347 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7348
7349         Mainly changes to support compilation of the device libraries
7350         * src/pic16/device.c: stack is allocated via symbol and not
7351         via literal number. The symbol is placed in the corresponding
7352         position of the data ram
7353         * (pic16_dump_section): relocatable and absolute uninitialized
7354         data are now emitted in sorted order to reduce section naming,
7355         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7356         weren't marked as being in the access bank,
7357
7358 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7359
7360         Added portion of GNU PIC Library under the directory
7361         device/include/pic16 and device/lib/pic16. These files
7362         contain the declarations of SFRs for the PIC18Fxx2 devices.
7363         The directory is initialized via configure from toplevel.
7364
7365 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7366
7367         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7368         the spilllocations to be compared correctly
7369
7370 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7371
7372         * src/SDCCast.c (decorateType): fixed bug introduced today
7373
7374 2004-01-12  Borut Razem <borut.razem AT siol.net>
7375
7376         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7377         doc/sdccman.lyx: upper case pragmas are deprecated
7378
7379 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7382         in simpler and even better code
7383
7384 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         * src/SDCCicode.c (operandOperation): fixed bug #874819
7387         * src/SDCCast.c (decorateType): fixed
7388         char foo (unsigned long ul) { return ul > 0; }
7389
7390 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7391
7392         * doc/sdccman.lyx: Moved and added some sections, small changes
7393         all over. Telling LaTeX to be less strict with word spacing
7394         to better keep the right margin. Changed some notes about
7395         maintainance of the ports in section 3.2.1 - is it OK like this?
7396
7397 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7398
7399         SDCC source changes:
7400         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7401         convilong): modified to inform the pic16 port that builtin functions
7402         are external
7403
7404         PIC16 PORT specific changes:
7405         * src/pic16/device.c pic16_dump_equates() added,
7406         processor registers declared internally by the port are emitted in
7407         the translation as equates,
7408         * src/pic16/gen.c: inline code is passed unprocessed to the
7409         translation,
7410         * (pic16_popGetLit2): fnuction modified to take second operand as
7411         pCodeOp pointer and not as literal,
7412         * (popRegFromIdx): prefixed with pic16_,
7413         * (pic16_popCombine2): modified to receive already allocated pCode
7414         operands,
7415         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7416         * (genFunction): initializes local stack frame and pushes on stack
7417         all the registers used by this function,
7418         * (genEndFunction): restores all registers from stack and restores
7419         stack frame,
7420         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7421         improvements,
7422         * (pic16glue): changed the program startup sequence,
7423         * added new dbName code 'A' for functions placed in absolute section
7424         * src/pic16/main.c: added function attribute _naked,
7425         * added pragma 'code' to place a fnuction at an absolute address,
7426         * added command line arguments --debug-ralloc and --pcode-verbose,
7427         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7428         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7429         * (pic16_newpCodeOpLit2): modified to take the second operand as
7430         pCodeOp pointer,
7431         * (pic16_printpBlock): modified to emit each function in a separate
7432         section,
7433         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7434         UPPER for immediate operands,
7435         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7436         instruction,
7437         * src/pic16/peeph.def: all peepholes with movff are commented out,
7438         because there is a problem in the pcode peep optimizer,
7439         * src/pic16/ralloc.c: the register allocator can now reuse local
7440         function symbols for another function. This saves register usage.
7441         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7442
7443         Added file src/pic16/NOTES with information about program writing on
7444         the current port version.
7445
7446 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7447
7448         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7449         and peephole 252 (array access)
7450
7451 2004-01-09  Borut Razem <borut.razem AT siol.net>
7452
7453         * src/SDCCmain.c : fixed #872250: -l command line defined library
7454           files are scanned before standard library files
7455
7456 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7457
7458         * src/SDCCast.c (decorateType): fixed bug #874046
7459
7460 2004-01-09  Borut Razem <borut.razem AT siol.net>
7461
7462         * support/scripts/sdcc.nsi: remove previous installation
7463
7464 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7465
7466         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7467         bytes for last interrupt vector (mcs51)
7468         * sdcc.spec: fixed typo
7469
7470 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7471
7472         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7473         gen51Code): more efficient parameter receive for --model-large
7474         ("bug" #845294)
7475
7476 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7477
7478         * src/ds390/main.c,
7479         * src/z80/main.c: added missed needLinkerScript flags (more than
7480         one port structure defined in these file)
7481         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7482         bug #795325
7483
7484 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7485
7486         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7487         * src/port.h: added flag needLinkerScript in port->linker
7488         structure to inform whether to create a .lnk file or not,
7489         * src/avr/main.c,
7490         * src/ds390/main.c,
7491         * src/hc08/main.c,
7492         * src/mcs51/main.c,
7493         * src/pic/main.c,
7494         * src/pic16/main.c,
7495         * src/xa51/main.c,
7496         * src/z80/main.c: changed appropriately to configure
7497         needLinkerScript flag
7498         * src/pic/gen.c,
7499         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7500         * src/pic/glue.c: added variable udata_section_name to
7501         override default uninitialized data segment definition for
7502         devices only with SHAREBANK memory (reported from Erik Epetrich)
7503         * (pic14emitOverlay): modified to emit a commented overlay segment
7504         directive when no overlay data exist
7505         * (picglue): modified to emit uninitialized data segment
7506         according to udata_section_name
7507         * src/pic/main.c (_pic14_parseOptions): added command line
7508         options --udata-section-name=[name] to override default
7509         udata definition name
7510         * modified _linkCmd and _asmCmd to include compiler passed
7511         arguments via -W option
7512         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7513         object file from '.rel' to '.o' in port->linker structure,
7514         changed size of fptr from 2 to 3 in port structure
7515
7516 2004-01-07  Borut Razem <borut.razem AT siol.net>
7517
7518         * support/scripts/sdcc.nsi: update PATH
7519         * support/scripts/sdcc.ico: craeted
7520
7521 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7522
7523         * device/include/Makefile.in: fix install
7524         * doc/Makefile: fix install
7525
7526 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7527
7528         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7529         in bug #860505
7530         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7531         how the function variable allocation summary is displayed; also
7532         include information about variables allocated to the overlay
7533         segment
7534
7535 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7536
7537         * as/mcs51/lkmain.c: Help about -Y option
7538         * as/mcs51/lkarea.c: Fixed gcc warnings
7539
7540 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7541
7542         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7543         fixed warning
7544         * support/valdiag/tests/overflow.c: added
7545         * src/SDCCast.c (decorateType),
7546         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7547         LEFT_OP (left shift)
7548
7549 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7550
7551         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7552         (default behaviour).
7553
7554 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         A python script to validate compiler diagnostic messages. It can be
7557         used to verify that sdcc complains about bad c source code and
7558         gives a good location of the error.
7559         * support/valdiag/Makefile,
7560         * support/valdiag/valdiag.py,
7561         * support/valdiag/tests/*
7562
7563 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7564
7565         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7566         * src/SDCCsymt.c (newEnumType),
7567         * src/SDCCsymt.h
7568         * support/Util/SDCCerr.c,
7569         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7570         enum related bugs.
7571         * support/regression/tests/enum.c: added test for enum values that
7572         require at least 2 bytes of storage.
7573
7574 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7575
7576         * src/common.h: added ifndef/define/endif macros
7577         around the header file.
7578         Bug reported from Jesus Calvino-Fraga
7579
7580 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * sdcc.spec: updated
7583         * device/include/Makefile.in: don't install CVS directories
7584         * device/lib/Makefile.in: added removal of CVS directories after install
7585         * doc/Makefile: fixed install, added local_icons
7586         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7587         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7588         * src/ds390/gen.c (genRightShift): fixed bug #870788
7589         * src/SDCCast.c (decorateType): fixed bug #870781
7590
7591 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7592
7593         PIC16 port related changes:
7594         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7595         added variable stackPos,
7596
7597         * gen.c: genCall, assignResultValue: added support for
7598         pushing/retrieving function parameters to/from stack,
7599         genFunction,genEndFunction: setup stack frame for the
7600         generated function,
7601         genAddrOf: will be changed according to bug 863624
7602
7603         * added files genutils.c and genutils.h which contain gen*
7604         debugged and optimised functions extracted from gen.c
7605
7606         * glue.c: added variable 'externs' which holds extern symbols,
7607         pic16emitRegularMap: is modified to properly handle relocatable
7608          symbols under the new scheme,
7609         pic16createInterruptVect: is modified
7610         pic16printPublics: is modified to emit 'global' assembler directives,
7611         added pic16_printExterns to print extern symbols,
7612         pic16glue: initializes stack/frame pointer in the beginning of
7613         the assembly output. Temporary hack, will be corrected later,
7614         because gplink yet does not support stack and SDCC does not
7615         yet support a type of crt0.o object to create the final binary.
7616
7617         * Removed many lines that contain 8051 legacy code.
7618         * The code is finally placed under a 'code' directive.
7619         * Added port specific options.
7620
7621         * _process_pragma: simplified since now we do not need *special*
7622         include file to define SFR registers. But a separate header
7623         will be needed. This will be developed later.
7624         * _pic16_parseOptions: added, parses port specific options:
7625         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7626         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7627         --preplace-udata-with=
7628
7629         * _pic16_setDefaultOptions: modified to initialize section names,
7630         but hack is temporarly out of order since it needs improvement.
7631         * _pic16_genAssemblerPreamble: configuration words are emitted by
7632         their address instead of their name. This part is incomplete and
7633         supports only the 18Fxx2 devices. Other devices will emit an error
7634         during assembly since they do not contain the same set of config
7635         registers
7636         * _pic16_genIVT: is modified,
7637
7638         * pcode.c: added definitions for some hardware registers that are needed
7639         for stack support
7640         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7641         All PCI entries are updated. Now LFSR is supported.
7642         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7643         * added pic16_newpCodeOpLit2 to support instructions with
7644         two literal arguments
7645         * pic16_pCode2str: corrected code that emits assembler instructions
7646         with two literal operands and those that have an access bit modifier
7647         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7648         this fixes a bug which caused some labels to be lost, when an
7649         assembler directive was added, i.e. banksel,
7650         * pic16_FixRegisterBanking: improved logic that causes the insertion
7651         of bank switching,
7652         * InlineFunction: functions that are called once, are not any more
7653         inlined. This can be a port option in the future,
7654
7655         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7656
7657         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7658         hold the corresponding uninitialized symbols,
7659         * pic16_allocProcessorRegister: registers have explicit marked the
7660         accessBank field,
7661         * pic16_allocInternalRegister: registers are explicit marked as
7662         not used,
7663         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7664         processing list, so bit registers were lost,
7665         *
7666
7667         * ralloc.h: added field 'accessBank' and original symbol operand
7668         in register definition,
7669         * removed the field isMapped from register definition,
7670
7671         ** Several functions have been removed from various sources:
7672         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7673         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7674         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7675         pic16_assignRelocatableRegisters
7676
7677         ** others have been introduced:
7678         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7679         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7680
7681 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7682
7683         * support/scripts/inc2h.pl: changed definition of BIT_AT
7684         to emit 'sbit at' instead of 'bit at'. This was a request.
7685
7686         PIC16 port related preliminary changes:
7687         * gen.c: prefixed function popRegFromString with
7688         pic16_ and all references to it corrected
7689         * pcode.c: all pic16_pc_* hardware registers prefixed
7690         with underscore (_),
7691         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7692         * ralloc.c: newReg(): when register is REG_SFR then
7693         set address to rIdx,
7694         pic16_allocProcessorRegister(): marks register wasUsed=0
7695         pic16_writeUsedRegs(): added a call to assign processor
7696         registers via pic16_assignFixedRegisters
7697
7698 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7699
7700         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7701         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7702         variables in unused register banks.  Also the SSEG is placed
7703         wherever there is enough space for it, and IDATA can be anywhere
7704         in internal RAM.  For now compile using -Wl-Y[stack_size].
7705         The mem file is different for this option as well, since it
7706         makes no sense of talking about DSEG lenght.
7707
7708 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7709
7710         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7711         in certain cases, e.g. when ROM assignment, patch provided
7712         from Albert den Haan.
7713
7714 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7715
7716         Many signedness and type propagation fixes:
7717         * src/SDCCicode.c: made geniCodeCast() static
7718         replaced SPEC_ by IS_ (cosmetic)
7719         (operandOperation): fixed div and mod operation
7720         (usualBinaryConversions): added support for promotion of char
7721         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7722         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7723         (geniCodeAdd): an array index will stay unsigned, even if promoted
7724         from char to int
7725         (geniCodeArray): ditto
7726         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7727         * src/SDCCsymt.c (computeType): added more support for char;
7728         promotion of char is selectable by promoteCharToInt, fixed signedness
7729         for all cases
7730         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7731         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7732         * src/SDCCval (val*): replaced signedness calculation by
7733         computeType()
7734         rearranged if-branches (cosmetic)
7735         (valShift): added warning W_SHIFT_CHANGED
7736         (valCompare): fixed problem with different types
7737         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7738         * support/regression/tests/literalop.c: added many cases
7739         * support/regression/tests/ast_constant_folding.c: changed finally to
7740         'unsigned int'
7741         * .version: new year, new version: 2.3.7
7742         * src/SDCCmain.c (main): applied patch #866468
7743         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7744         provided by Scott Bronson
7745         * doc/sdccman.lyx: updated documentation for sdcdb
7746         updated and added chapter tips
7747
7748 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         * src/SDCCsymt.h: missing from yesterday's commits
7751
7752 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7753
7754         * src/SDCC.y (struct_or_union_specifier),
7755         * support/Util/SDCCerr.c,
7756         * support/Util/SDCCerr.h: verify that struct & union tags are used
7757         as declared.
7758
7759 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * src/SDCCglobl.h: missing from yesterday's commits
7762
7763 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7766         sft_attributes, struct_declaration, parameter_declaration,
7767         type_name, start_block, declaration_list),
7768         * src/SDCC.lex (check_type): support redefinition of typedef names
7769
7770 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7771
7772         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7773         aligned xdata arrays. Erik helped me with the if clause.
7774
7775 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7776
7777         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7778         warning
7779
7780 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7781
7782         * src/SDCCast.h,
7783         * src/SDCCast.c (newAst_),
7784         * src/SDCCicode.h,
7785         * src/SDCCicode.c (ast2iCode, newiCode),
7786         * src/SDCCglobl.h,
7787         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7788         expr, statement, expression_statement, selection_statement,
7789         iteration_statement, expr_opt, jump_statement): foundation for tracking
7790         sequence points
7791         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7792         point code too)
7793
7794 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7795
7796         * support/Util/SDCCerr.c,
7797         * src/SDCCast.h,
7798         * src/SDCCast.c (createCase, createDefault, decorateType),
7799         * src/SDCClabel.c (labelUnreach),
7800         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7801         to error messages.
7802         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7803         (with thanks to Stas Sergeev)
7804         * device/include/time.h,
7805         * device/lib/time.c (CheckTime): suppress unreachable code warning
7806
7807 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7808
7809         * src/SDCCast.c (createIvalCharPtr),
7810         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7811         bug #753752)
7812         * support/regression/tests/nullstring.c: tests for these two bugs
7813
7814 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7815
7816         * support/Util/SDCCerr.h,
7817         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7818         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7819         about storage class and 'at' used inside struct or union
7820         * src/SDCCBBlock.c (iCodeFromeBBlock),
7821         * src/SDCCcse.c (ifxOptimize),
7822         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7823         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7824         printIval, emitStaticSeg, emitOverlay),
7825         * src/SDCClabel.c (deleteIfx),
7826         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7827         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7828         gatherAutoInit, processParms),
7829         * support/Util/SDCCerr.h,
7830         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7831         reporting for post-parse errors.
7832
7833 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7834
7835         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7836         implicit casts via union; they don't work on big endian systems
7837         (possible fix for bug #861138)
7838
7839 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7840
7841         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7842         * src/mcs51/main.c: fixed the fix for bug #737001
7843
7844 2003-12-15  Borut Razem <borut.razem AT siol.net>
7845
7846         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7847
7848 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7849
7850         * support/makebin/makebin.c: put output in binary mode
7851
7852 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7853
7854         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7855         xdata and data memory on startup. Set the environment variable
7856         SDCC_NOGENRAMCLEAR to disable this.
7857         * src/mcs51/peephole.def,
7858         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7859         (allows non-interrupt and interrupt code to safely compete for a resource
7860         without the non-interrupt code having to disable interrupts)
7861
7862 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7863
7864         * src/SDCCicode.c (geniCodeAdd),
7865         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7866         with valFromType if type might be a pointer and host is big endian).
7867         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7868         types, not just integer types.
7869         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7870         multiply defined with mismatching "at" address.
7871
7872 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7875         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7876         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7877         with embedded nulls (fixed bug #753752)
7878
7879 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7880
7881         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7882         Apparently this did not see much testing (endless loop)
7883
7884 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7885
7886         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7887
7888 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7889
7890         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7891         gracefully handle NULL memmap pointers
7892
7893 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7894
7895         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7896         instead of deleting the iCode when an operand is volatile
7897         * src/z80/gen.c (genDummyRead),
7898         * src/mcs51/gen.c (genDummyRead),
7899         * src/ds390/gen.c (genDummyRead),
7900         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7901         not just IC_RIGHT
7902         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7903         * src/SDCC.y: fixed bug #850420
7904
7905 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7906
7907         Applied z80 i/o port patch from Peter Townson and fixed some operators
7908         to better handle operands in A register.
7909         * device/include/z180.h
7910         * src/SDCC.y
7911         * src/SDCCglue.c
7912         * src/z80/gen.c
7913         * src/z80/gen.h
7914         * src/z80/main.c
7915         * src/z80/peeph-z80.def
7916         * src/z80/peeph.def
7917         * src/z80/z80.h
7918
7919 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7920
7921         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7922
7923 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7924
7925         * device/lib/hc08/_mullong.c: Removed extra #endif
7926
7927 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * sim/ucsim/hc08.src/inst.cc,
7930         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7931         carries from x to h
7932         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7933         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7934         * device/include/stdarg.h: fixed varargs for hc08
7935         * device/lib/Makefile.in,
7936         * device/lib/hc08/Makefile,
7937         * device/lib/hc08/_mulint.c,
7938         * device/lib/hc08/_mullong.c: fixed some endian problems
7939
7940 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7941
7942         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7943         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7944         * device/lib/_gptrget.c,
7945         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7946
7947 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7948
7949         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7950         * src/SDCCast.c (astErrors): fixed bug #846007
7951         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7952
7953 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7954
7955         * src/SDCCast.c (decorateType): disabled a transformation I added in
7956         revision 1.188 (access to fields of a structure at an absolute address);
7957         it breaks with bitfields, extern declarations, and gcse analysis.
7958         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7959         could be assigned through a pointer, so don't complain.
7960         * src/SDCCast.c (astErrors),
7961         * src/SDCCast.h,
7962         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7963
7964 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7965
7966         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7967         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7968         output of __config directives, since gpasm now supports them
7969         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7970         pre-processor macro, i.e. -DMCU=p18f452
7971         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7972         and modified to handle 'cast' icode similarly to '=' icode
7973         * src/pic16/device.h (typedef struct PIC_device): added field
7974         'extMIface' to indicate that chip has external memory interface
7975         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7976         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7977         18F8720
7978
7979 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7980
7981         * src/SDCC.y (pointer): fixed bug #846006
7982         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7983         * src/SDCCast.c (decorateType): fixed bug #846009
7984         * src/ds390/peeph.def,
7985         * src/ds390/gen.c (genAnd, genOr),
7986         * src/mcs51/peeph.def,
7987         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7988
7989 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7990
7991         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7992         * src/SDCCdflow.c
7993         * src/SDCCcse.c
7994         * src/SDCCcse.h
7995         * src/SDCCBBlock.h
7996         * src/SDCCBBlock.c
7997
7998 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7999
8000         fixed bug #845089
8001         * src/SDCCbitv.h,
8002         * src/SDCCbitv.c: added function to free a bitvector
8003         * src/SDCClrange.h,
8004         * src/SDCClrange.c: added function to recompute the liveranges
8005         * src/avr/ralloc.c,
8006         * src/ds390/ralloc.c,
8007         * src/hc08/ralloc.c,
8008         * src/mcs51/ralloc.c,
8009         * src/pic/ralloc.c,
8010         * src/pic16/ralloc.c,
8011         * src/xa51/ralloc.c,
8012         * src/z80/ralloc.c: recompute the liveranges after register packing
8013
8014 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8015
8016         * src/SDCCloop.c (newInduction): fixed bug #845630
8017
8018 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8019
8020         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8021         inadvertantly left behind from my 2003-11-12 change
8022
8023 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8024
8025         Updated headers I neglected to commit yesterday.
8026         * src/SDCClrange.h,
8027         * src/SDCCicode.h
8028
8029 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8032         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8033         * src/SDCCopt.c (eBBlockFromiCode),
8034         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8035         the creation of the key hash table from the sequencing so it can be used
8036         earlier (for some GCSE bug fixes still pending)
8037
8038 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8039
8040         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8041         * support/regression/tests/addsub.c: testing genPlus shortcut
8042
8043 2003-11-15  Borut Razem <borut.razem AT siol.net>
8044
8045         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8046
8047 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8050         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8051         ordering is immaterial.
8052         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8053
8054 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8055
8056         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8057         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8058         (SIGSEV) of bug #840381
8059         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8060         unlink new file before rename if new and old filenames are the same)
8061
8062 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8063
8064         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8065         uninitialized variables) for the mcs51. Set environment variable
8066         SDCC_GENRAMCLEAR to test.
8067         xdata initialization slightly shorter
8068
8069 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         * src/SDCCsymt.h,
8072         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8073         #838241 & 780691 (basicly the same bug)
8074         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8075         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8076
8077 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * src/SDCCmain.c (linkEdit): "fix" #834252
8080
8081 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8082
8083         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8084         * src/SDCCast.h,
8085         * src/SDCC.y: fixed bug #819403
8086
8087 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8090         the reentrant attribute.
8091         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8092         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8093         simulation
8094         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8095         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8096         erroneously reduced to a literal.
8097         * src/hc08/ralloc.c (packRegisters, rematStr),
8098         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8099         some cases
8100
8101 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8102
8103         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8104         * doc/sdccman.lyx: changed from 'article' to 'book'
8105         * doc/Makefile: readded test_suite_spec and cdbfileformat
8106
8107 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         * device/include/stdlib.h: include malloc.h to comply with ANSI
8110         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8111
8112 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8113
8114         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8115         * doc/clean.mk: also remove *.out files
8116         * doc/sdccman.lyx: some additions, larger top/bottom margins
8117
8118 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         * src/SDCC.y: fixed bug #837365
8121         * support/regression/tests/bitopcse.c
8122         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8123         a symbol (might be valop instead)
8124         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8125         * device/lib/clean.mk: added hc08 to the cleaning list
8126
8127 2003-11-04  Borut Razem <borut.razem AT siol.net>
8128
8129         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8130           made 2003-11-04
8131         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8132           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8133           malloc is declared in standard stdlib.h
8134
8135 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8136
8137         * device/lib/hc08/Makefile: need to clean .rel not .o files
8138         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8139
8140 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * src/port.h,
8143         * src/hc08/main.c,
8144         * src/mcs51/main.c,
8145         * src/ds390/main.c,
8146         * src/z80/main.c,
8147         * src/avr/main.c,
8148         * src/pic/main.c,
8149         * src/pic16/main.c,
8150         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8151         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8152         tests (which uses the port's oclsExpense function)
8153         * src/SDCC.y,
8154         * src/SDCCast.c,
8155         * src/SDCCicode.c,
8156         * src/hc08/gen.c,
8157         * src/ds390/gen.c,
8158         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8159
8160 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8161
8162         * src/SDCCcse.c (ifxOptimize),
8163         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8164         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8165         deleting the IFX iCode.
8166         * src/hc08/ralloc.c: reduced unneeded slocs
8167         * src/hc08/gen.c: fixed bug in asmopToBoolean
8168
8169 2003-11-04  Borut Razem <borut.razem AT siol.net>
8170
8171         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8172           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8173           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8174           transferred to configure
8175
8176 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8177
8178         Use headers defined in the C[++] standards:
8179         * sim/ucsim/gui.src/serio.src/fileio.cc
8180         * sim/ucsim/gui.src/serio.src/frontend.cc
8181         * sim/ucsim/gui.src/serio.src/main.cc
8182         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8183         * support/Util/NewAlloc.c
8184         * as/hc08/lklibr.c
8185         * as/mcs51/lklibr.c
8186         * as/z80/aslist.c
8187         * as/z80/assym.c
8188
8189 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8190
8191         * Added MSVC projects for hc08 assembler and linker:
8192         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8193         /as/hc08/link_hc08.dsp
8194
8195 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8196
8197         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8198
8199 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8200
8201         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8202
8203 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8204
8205         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8206
8207 2003-10-31  Borut Razem <borut.razem AT siol.net>
8208
8209         * support/cpp2/cpplib.h,
8210           support/cpp2/cpplib.c,
8211           support/cpp2/cpplex.c,
8212           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8213           to switch _asm block preprocessing on / off. Default is
8214           #pragma preproc_asm +
8215
8216 2003-10-31  Borut Razem <borut.razem AT siol.net>
8217
8218         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8219           when outputting comment blocks (when executed with -C option) and
8220           _asm (SDCPP specific) blocks
8221
8222 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8223
8224         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8225
8226 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8227
8228         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8229
8230 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8233         * src/SDCCast.c (decorateType): fixed bug #832664
8234
8235 2003-10-31  Borut Razem <borut.razem AT siol.net>
8236
8237         * support\cpp2\cpplex.c: fixed for SDCPP:
8238           comments(when executed with -C option) and _asm blocks
8239           were included even if they where in skipped #if block.
8240           Applied solution from GCC cpp 3.3.2
8241
8242 2003-10-31  Borut Razem <borut.razem AT siol.net>
8243
8244         * src/SDCC.lex: sdcc now understands both formats:
8245           '# <line_number> <file_name>' and
8246           '#line <line_number> <file_name>'
8247         * support/cpp2/cppmain.c: sdcpp now generates the standard
8248           '# <line_number> <file_name>' instead of former
8249           '#line <line_number> <file_name>'
8250
8251 2003-10-30  Borut Razem <borut.razem AT siol.net>
8252
8253         * support/cpp2/cpphash.h,
8254         * support/cpp2/cpplib.h
8255         * support/cpp2/cpplex.c,
8256         * support/cpp2/cppmain.c,
8257         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8258
8259 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8260
8261         Fixed a number of problems revealed by bug #827883.
8262         * src/SDCCloop.c (loopInvariants): Spill location of the
8263         result operand should be recomputed if extracted from
8264         a loop. Also, don't extract assignments of an iTemp
8265         from a literal.
8266         * src/SDCCast.c (isConformingBody): loop reversal should
8267         not occur if the control variable is involved with a
8268         relational operator.
8269
8270 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8271
8272         * .version: bumped to 2.3.6 to reflect the big improvements
8273         made by Erik and Klaus. Thanks!
8274
8275 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8276
8277         Replaced the livrange code.
8278         * src/SDCClrange.c: added new LR code
8279         * src/SDCCloop.c,
8280         * src/SDCCBBlock.h: removed remainig parts from old LR code
8281         * src/ds390/ralloc.c,
8282         * src/ds390/gen.c: minor fixes to make it work with new code
8283
8284 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8285
8286         * as/hc08/asm.h,
8287         * as/hc08/lkrloc.c,
8288         * src/hc08/gen.c,
8289         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8290         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8291         (tweaked fix for bug #818696)
8292
8293 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8294
8295         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8296
8297 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         * src/SDCCmain.c,
8300         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8301         * src/mcs51/gen.c (gencjneshort),
8302         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8303         more efficient (per Scott Bronson's suggestion)
8304
8305 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8306
8307         Extended the semantics of the critical keyword to include
8308         individual statements. See RFE #827755 and #799831
8309         * src/SDCC.y
8310         * src/SDCCicode.c
8311         * src/SDCCopt.c
8312         * src/SDCCast.c
8313         * support/Util/SDCCerr.c
8314         * support/Util/SDCCerr.h
8315         * src/mcs51/gen.c
8316         * src/ds390/gen.c
8317         * src/hc08/gen.c
8318
8319 2003-10-19  Borut Razem <borut.razem AT siol.net>
8320
8321         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8322
8323 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8324
8325         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8326         Fixed bug #818696
8327         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8328         and predecrement operand is displayed
8329
8330 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8331
8332         * src/SDCCval.c (valMinus): fixed bug #826041
8333
8334 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8335
8336         Some hc08 related updates that I missed earlier
8337         * sim/ucsim/stypes.h
8338         * support/regression/ports/hc08/spec.mk
8339
8340 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8341
8342         New target "hc08" for the Motorola 68hc08 family of micros
8343
8344         * configure
8345         * configure.in
8346         * Makefile
8347         * src/hc08/*
8348         * src/SDCCmain.c
8349         * src/port.h
8350         * sim/ucsim/hc08.src/*
8351         * sim/ucsim/configure.in
8352         * src/ucsim/configure
8353         * sim/ucsim/packages_in.mk
8354         * as/hc08/*
8355         * as/Makefile
8356         * device/include/mc68hc908qy.h
8357         * device/lib/hc08/*
8358         * device/lib/Makefile.in
8359         * support/regression/ports/hc08/*
8360         * support/regression/Makefile
8361
8362 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8363
8364         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8365         regression test
8366         * src/ds390/gen.c (genCast): fixed bug #821957
8367
8368 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * device/lib/logf.c: "fixed" overlay bug
8371         * support/regression/ports/host/spec.mk: added m library
8372         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8373         * support/regression/tests/float_trans: added (for Eric)
8374
8375 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8376
8377         * src/mcs51/gen.c (genCpl): fixed bug
8378         http://sf.net/mailarchive/message.php?msg_id=6263915
8379
8380 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * src/SDCCast.c (decorateType): added extended constant folding
8383         * src/SDCCsymt.c (computeType): cleanup
8384         * src/SDCCval.c (valShift): minor optimization
8385         * support/regression/tests/ast_constant_folding.c: added
8386
8387 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8388
8389         * src/SDCCmain.c: removed some unintended changes
8390
8391 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8392
8393         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8394         * src/z80/gen.c: fixed part of bug #817589
8395         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8396
8397 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8398
8399         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8400         * src/SDCCcflow.c
8401         * src/SDCCcse.c
8402         * src/SDCCdflow.c
8403         * src/SDCClabel.c
8404         * src/SDCClrange.c
8405         * src/SDCCmem.c
8406         * src/SDCCopt.c
8407         * src/SDCCpeeph.c
8408         * src/SDCCset.c
8409         * src/avr/ralloc.c
8410         * src/ds390/ralloc.c
8411         * src/izt/ralloc.c
8412         * src/mcs51/ralloc.c
8413         * src/pic/ralloc.c
8414         * src/pic16/ralloc.c
8415         * src/xa51/ralloc.c
8416         * src/z80/ralloc.c
8417         * src/z80/gen.c: removed unused label "release:"
8418
8419 2003-10-06  Borut Razem <borut.razem AT siol.net>
8420
8421         * src/SDCC.lex: removed definition of unused variables
8422           save_optimize and save_options
8423
8424 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8425
8426         * clean.mk: removed '=' in "-maxdepth=1"
8427         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8428         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8429
8430 2003-10-06  Borut Razem <borut.razem AT siol.net>
8431
8432         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8433           my_unput() replaced by unput()
8434
8435 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8436
8437         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8438         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8439         type-punned pointer will break strict-aliasing rules"
8440         Old LR behaviour is again default; Klaus' LR can be choosen by
8441         defining the environment variable LRKLAUS
8442         * src/SDCCBBlock.h
8443         * src/SDCCloop.c
8444         * src/SDCClrange.c
8445         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8446         * clean.mk: fixed removal of files in bin/CVS/
8447         * device/lib/clean.mk: fixed removal of directories small and large
8448         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8449         * src/SDCCicode.c,
8450         * src/SDCCval.c: removed superflous test for pedantic
8451
8452 2003-10-05  Borut Razem <borut.razem AT siol.net>
8453
8454         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8455           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8456           message "unmatched #pragma SAVE and #pragma RESTORE"
8457
8458 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8459
8460         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8461           assembly, critical functions, atomic, nojtbound)
8462
8463 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8464
8465         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8466         * src/SDCCBBlock.h
8467         * src/SDCCloop.c
8468         * src/SDCCloop.h
8469         * src/SDCClrange.c
8470
8471 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8472
8473         * src/z80/gen.h,
8474         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8475         * src/mcs51/gen.h
8476         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8477         * src/ds390/gen.h
8478         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8479         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8480         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8481
8482 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8483
8484         * src/z80/gen.c (genRet): fixed bug #524753
8485         * src/z80/gen.c (genCast): fixed internal error on cast from
8486         pointer to long
8487         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8488         fix for bug #477835 to the z80
8489         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8490         for tracking iCodes in the peephole optimizer for z80
8491
8492 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8493
8494         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8495         the other part of bug #814548
8496         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8497
8498 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         * src/SDCCcse.c: fixed part of bug #814548
8501
8502 2003-09-28  Borut Razem <borut.razem AT siol.net>
8503
8504         * src/asm.c: rewrite of printILine() to use temporary file instead
8505           a pipe
8506         * src/xa51/main.c: commented out declaration of int rewinds
8507
8508 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8511
8512 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8513
8514         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8515         * src/asm.c (printILine): Fixed bug #811015
8516
8517 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8518
8519         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8520         freeing.
8521
8522 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8523
8524         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8525         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8526         to correctly handle general case of AOP_PAIRPTR
8527         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8528
8529 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8530
8531         * src/mcs51/ralloc.c (fillGaps),
8532         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8533         register positioning bug)
8534
8535 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8538
8539 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8540
8541         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8542         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8543         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8544         (ralloc doesn't intentionally do this now, but perhaps later)
8545         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8546         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8547         register positioning bugs (Fixed bug #762602 and #795325)
8548         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8549         (Fixed bug #808779)
8550         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8551         lines that --i-code-in-asm generates
8552
8553 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8554
8555         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8556         trying to fclose a FILE* that was already closed.
8557
8558 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8559
8560         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8561         of const struct should be treated as if const themselves)
8562
8563 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8566
8567 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8568
8569         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8570         Unix (/n) and DOS (/r/n) line terminations.
8571
8572 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8573
8574         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8575         bug #613775
8576
8577 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578
8579         * src/mcs51/gen.c (genFunction, genEndFunction),
8580         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8581         and restore of EA so that stack offsets to parameters are
8582         correct when using both critical and reentrant/stack-auto.
8583         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8584         size (can be triggered in error if sloc is shared between
8585         different sized objects)
8586         * device/include/float.h: fixed macros to explicitly use
8587         unsigned long where needed
8588
8589 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         Feature req. 799831: added code to allow nesting of critical functions
8592         * src/mcs51/gen.c (genFunction, genEndFunction)
8593         * src/ds390/gen.c (genFunction, genEndFunction)
8594
8595 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8596
8597         * src/SDCCsymt.c (sclsFromPtr),
8598         * src/SDCCsymt.h,
8599         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8600         support for standard C idiom of memory mapped variables; for
8601         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8602         to xdata int at 0x1234 tempvar = 1.
8603         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8604         provided by Akiya ISHIDA
8605
8606 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8607
8608         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8609         * src/SDCCval.c (constVal): added reduction from int to char
8610         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8611         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8612         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8613         to ignore the sign
8614         * support/regression/tests/shifts.c: fixed
8615
8616 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8617
8618         * src/z80/gen.c (genXor): Fixed bug #805445
8619
8620 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8621
8622         Fixed bug #621531 (const & volatile confusion in the type chain).
8623         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8624         refer to the const or volatile state of the pointer itself.
8625
8626         * src/SDCCast.c
8627         * src/SDCCglue.c
8628         * src/SDCCicode.c
8629         * src/SDCCsymt.c
8630         * src/SDCCval.c
8631         * src/SDCC.y
8632         * src/SDCCsymt.h
8633         * src/pic/gen.c
8634         * src/pic/ralloc.c
8635         * src/pic16/gen.c
8636         * src/pic16/ralloc.c
8637         * support/regression/tests/const.c
8638
8639 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8640
8641         When checking for duplicated modules, use absolute paths
8642         instead of relative paths.  Files changed:
8643
8644         * as/mcs51/lklib.c
8645         * link/z80/lklib.c
8646
8647 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8648
8649         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8650
8651 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8652
8653         * device/include/string.h: added size_t typedef, changed
8654         prototypes to use size_t, eliminated separate reentrant and
8655         non-reentrant declarations, added _memmove declaration
8656         * device/lib/_memcpy.c: changed to use size_t instead of int,
8657         changed /4 to >>2 to avoid division library call
8658         * device/lib/_memcmp.c,
8659         * device/lib/_memset.c,
8660         * device/lib/_strncat.c,
8661         * device/lib/_strncpy.c,
8662         * device/lib/_strncmp.c: changed to use size_t instead of int
8663         * device/lib/_memmove.c: new file (fixed bug #772294)
8664         * device/lib/Makefile.in: added _memmove.c
8665         * device/lib/z80/asm_strings.s: fixed bug #772290
8666         * support/regression/tests/bitfields.c: attempt to fix host assertion
8667         failure on amd64-unknown-linux2.2
8668
8669 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8670
8671         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8672         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8673         * as/z80/asmain.c (main): fixed bug #801766
8674
8675 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8676
8677         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8678         compilers
8679
8680 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8681
8682         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8683         reported in bug #800609
8684
8685 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8686
8687         * Top header beautifications in src/pic16 directory:
8688           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8689           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8690           pcoderegs.h, ralloc.c, ralloc.h
8691         * main.c: added top header and GPL license notice
8692         * pcode.c: fixed the if-conditional warning
8693
8694 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * device/lib/_mullong.c: replaced int by short for gcc
8697
8698 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8699
8700         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8701         and JUMPTABLE iCodes properly now (worked by accident before)
8702         * src/mcs51/gen.c (leftRightUseAcc),
8703         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8704         iCode properly now. Use getSize instead of nRegs since a & b
8705         aren't part of the nRegs tally.
8706
8707 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8708
8709         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8710         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8711           before instructions that use the _STATUS register
8712
8713 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8716         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8717         fetching of the pointer
8718         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8719         copied from genNearPointerSet()
8720         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8721         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8722         If they pop r0/r1 they must be called in the opposite order than aopOp().
8723         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8724         (resp. --stack-auto), prepared for --xstack
8725
8726 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8727
8728         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8729
8730 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8733         these ports have their own __sdcc_external_start()
8734
8735 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8738         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8739         type for bits was changed. It resulted in bit variables becoming
8740         global, which is not permitted in PIC 14 assembly output.
8741
8742 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8743
8744         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8745
8746 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8747
8748         Z80 and MCS51 linkers complaint if a public symbol is defined
8749         in more than one library module:
8750
8751         * as/mcs51/lklib.c
8752         * link/z80/lklib.c
8753         * as/mcs51/Makefile.in
8754
8755 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8756
8757         A few small changes that speed up the peephole optimizer.
8758
8759         * src/SDCCpeeph.c
8760
8761 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8762
8763         Try to make the peephole optimizer smarter by maintaining
8764         an association between the assembly source code and the
8765         iCodes that originated them. Put this information to use
8766         with a new peephole rule condition "notVolatile" so that
8767         the rules can be aggressive yet still safe.
8768
8769         * src/SDCCpeeph.c
8770         * src/SDCCpeeph.h
8771         * src/mcs51/gen.c
8772         * src/mcs51/peeph.def
8773
8774 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8775
8776         Fixed bug #741761
8777
8778         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8779         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8780         if the left or right operand symbols have the accuse flag set.
8781
8782 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8783
8784         Changed the type of the result of the ! (NOT) operator to char;
8785         previously it returned the same type as the source. This allows
8786         us to eliminate all the genFloatNot functions (all of its target
8787         implementations were very buggy) since !float can use the same
8788         code as !long now.
8789
8790         * src/SDCCicode.c (ast2iCode): ! returns char
8791         * src/mcs51/gen.c (genNot, genNotFloat),
8792         * src/ds390/gen.c (genNot, genNotFloat),
8793         * src/z80/gen.c (genNot, genNotFloat),
8794         * src/pic/gen.c (genNot, genNotFloat),
8795         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8796
8797 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8798
8799         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8800         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8801            during interrupts. Ensure WSAVE is located at a shared bank address.
8802         2. Fixed page selection in some places
8803         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8804            the registers name strings.
8805         4. Fixed "signed / unsigned compare" compiler warnings.
8806         5. The PIC port manages its own allocation of the general purpose
8807            registers, but makes no attempt to reuse them. As a result when
8808            compiling it soon runs out of general purpose registers. Some
8809            additional code was added to the files pcode.c and device.c to walk
8810            through the function call tree and rename the registers so that they
8811            get reused.
8812
8813         * src/pic/device.c
8814         * src/pic/gen.c
8815         * src/pic/glue.c
8816         * src/pic/pcode.c
8817         * src/pic/pcode.h
8818         * src/pic/ralloc.c
8819         * src/pic/ralloc.h
8820         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8821         genPlus() & genMinus() when the result is the same as left or right
8822
8823 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8824
8825         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8826
8827 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         Made bitfield a distinct type from bit so that bitfields
8830         convert as per ANSI C and bits retain their traditional
8831         boolean style behaviour. Implemented bitfield support in
8832         the z80 port.
8833
8834         * src/SDCCsymt.h,
8835         * src/SDCCsymt.c,
8836         * src/SDCCast.c,
8837         * src/cdbFile.c,
8838         * src/mcs51/gen.c,
8839         * src/ds390/gen.c: bit v bitfield split
8840         * src/z80/gen.c: New support for bitfields
8841         * support/regression/tests/bitfields.c: reenabled z80,
8842         added more tests
8843
8844 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8845
8846         Rules 246.x, 247.x relate to bitfields, the others speed up
8847         access to xdata mapped I/O devices.
8848
8849         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8850
8851 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8852
8853         Cleaned up genPackBits and genUnpackBits and added two helper
8854         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8855         for literal assignments in genPackBits (thanks to Frieder for
8856         reminding me).
8857
8858         * src/mcs51/gen.c
8859         * src/ds390/gen.c
8860
8861 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8862
8863         Fixed bug #748310 (pointer to function type mishandled when the
8864         function name is omitted). Also fixed a SIGSEGV when a function
8865         attribute (reentrant, etc) is used on a non-function or on a
8866         function but misplaced before the parameter list.
8867
8868         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8869         bug #748310
8870         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8871         * support/Util/SDCCerr.h,
8872         * support/Util/SDCCerr.c: Added func attr misuse error msg
8873
8874 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8875
8876         Fixed bug #787649 by anonymous
8877         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8878         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8879
8880 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8881
8882         Fixed numerous bitfield problems.
8883
8884         * src/SDCC.y: More bitfield related error checking
8885         * src/SDCCsymt.h,
8886         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8887         * support/Util/SDCCerr.h,
8888         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8889         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8890         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8891         * support/regression/tests/bitfields.c: tests added
8892
8893 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8894
8895         Made the constant following the "interrupt" keyword optional. If
8896         omitted, the function will not automatically be given an entry
8897         in the interrupt vector table (similar to #pragma NOIV, but
8898         less syntacticly kludgy). The interrupt number is also now
8899         range checked. Also fixed a bug in the high order bit example
8900         in the manual.
8901
8902         * src/SDCC.y
8903         * src/SDCCmem.c
8904         * src/SDCCglue.c
8905         * src/SDCCsymt.h
8906         * support/Util/SDCCerr.c
8907         * support/Util/SDCCerr.h
8908         * doc/sdccman.lyx
8909
8910 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8913         * src/SDCCicode.c (operandOperation): rewritten some ops
8914         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8915         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8916         other type
8917         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8918         be re-activated by defining REDUCE_LITERALS)
8919         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8920         unsigned, but are signed by default
8921         * src/SDCCval.c (constVal): rearranged
8922         * src/SDCCval.c (valMod): preliminary fix
8923         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8924         * support/regression/literalop.c: added, work in progress
8925
8926 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8927
8928         Generate warnings for useless declarations like "char data;"
8929         that don't do what new users expect.
8930
8931         * src/SDCC.y
8932         * support/Util/SDCCerr.h
8933         * support/Util/SDCCerr.c
8934
8935 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8936
8937         * src/SDCCval.c (valMult): fix overflow detection of negative int
8938
8939 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8940
8941         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8942
8943         Changes to support big endian targets:
8944
8945         * src/ports.h
8946         * src/SDCCglue.c
8947         * src/avr/main.c
8948         * src/ds390/main.c
8949         * src/izt/i186.c
8950         * src/mcs51/main.c
8951         * src/pic/main.c
8952         * src/pic16/main.c
8953         * src/xa51/main.c
8954         * src/z80/main.c
8955
8956 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8959         * device/lib/time.c: fixed warning "integer overflow in expression"
8960
8961 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8964         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8965         constants are unsigned; added recognition of "u" flag for unsigned
8966         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8967         * src/SDCCval.c (valDiv, valMod): fixed signdness
8968         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8969         signedness of modulo, left and right shift
8970         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8971         * support/Util/SDCCerr.h: added warning W_INT_OVL
8972         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8973         * src/SDCCast.c (ast_print): improved output of constants
8974
8975 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8976
8977         Fixed some warnings when building with MSVC:
8978
8979         * as\mcs51\asdata.c
8980         * as\z80\asdata.c
8981         * as\mcs51\asm.h
8982         * as\z80\asm.h
8983         * link\z80\aslink.h
8984         * link\z80\lkdata.c
8985         * link\z80\lkeval.c
8986         * link\z80\lkgb.c
8987         * link\z80\lkihx.c
8988         * link\z80\lks19.c
8989         * link\z80\lksym.c
8990         * support\cpp2\cpplib.c
8991         * src\ds390\gen.c
8992         * src\mcs51\gen.c
8993
8994 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8995
8996         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8997
8998 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8999
9000         * support\librarian\clean.mk: Do not remove Makefile.
9001         * support\librarian\Makefile: added.
9002
9003 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9004
9005         Added librarian to MSVC build:
9006         * all.dsp
9007         * sdcc.dsw
9008         * support\librarian\librarian.dsp
9009
9010         'configure' not needed for librarian, removed:
9011         * support\librarian\configure
9012         * support\librarian\configure.in
9013         * support\librarian\config_in.h
9014         * support\librarian\Makefile.in
9015
9016         Hopefully these ones built the librarian and the rest of sdcc properly:
9017         * Makefile
9018         * Makefile.common.in
9019
9020         Messed up 'configure', so revert to previous version:
9021         * configure
9022         * configure.in
9023
9024 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9027         there, while the mantissa of a double is "only" 53 bits wide.
9028
9029 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9030
9031         Adding sdcclib to the build.  MSVC project coming soon.
9032         Files added/changed:
9033
9034         * support\librarian\clean.mk
9035         * support\librarian\configure
9036         * support\librarian\configure.in
9037         * support\librarian\config_in.h
9038         * support\librarian\Makefile.bcc
9039         * support\librarian\Makefile.in
9040         * support\librarian\sdcclib.c
9041         * Makefile.bcc
9042         * Makefile
9043         * Makefile.common.in
9044         * configure
9045         * configure.in
9046
9047 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9048
9049         Linker now complaints if linked modules have conflicting options, for
9050         example, one compiled using --model-large and another one compiled with
9051         --model-small.  The following files were modified:
9052
9053         * as\mcs51\asdata.c
9054         * as\mcs51\aslink.h
9055         * as\mcs51\asm.h
9056         * as\mcs51\asmain.c
9057         * as\mcs51\asout.c
9058         * as\mcs51\i51pst.c
9059         * as\mcs51\lkdata.c
9060         * as\mcs51\lklibr.c
9061         * as\mcs51\lkmain.c
9062         * as\z80\asdata.c
9063         * as\z80\asm.h
9064         * as\z80\asmain.c
9065         * as\z80\asout.c
9066         * as\z80\z80pst.c
9067         * link\z80\aslink.h
9068         * link\z80\lkdata.c
9069         * link\z80\lklibr.c
9070         * link\z80\lkmain.c
9071         * src\SDCCglue.c
9072
9073 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9074
9075         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9076         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9077
9078 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9079
9080         * src/z80/mappings.i: fix _mul[us][int,long] entries
9081
9082 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9083
9084         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9085
9086 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9087
9088         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9089         * support/regression/tests/bitopcse.c: added
9090         fixed warning:
9091         * src/avr/gen.c:
9092         * src/pic/gen.c:
9093         * src/pic16/gen.c:
9094         * src/z80/gen.c:
9095         * src/xa51/gen.c:
9096
9097 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9098
9099         added support for new library format to z80, gbz80 linkers:
9100         *link/z80/aslink.h
9101         *link/z80/lklex.c
9102         *link/z80/lklib.c
9103         *link/z80/lklist.c
9104
9105 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9106
9107         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9108         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9109
9110 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         added DUMMY_READ_VOLATILE:
9113         * src/SDCC.y:
9114         * src/avr/gen.c:
9115         * src/xa51/gen.c:
9116         * src/z80/gen.c:
9117         * src/pic/gen.c:
9118         * src/pic16/gen.c:
9119         * src/mcs51/gen.c:
9120         * src/ds390/gen.c:
9121         * src/SDCCcse.c (algebraicOpts): many improvements
9122         * src/SDCCcse.h: removed algebraicOpts()
9123         * src/SDCCicode.c (picDummyRead): added
9124
9125 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9126
9127         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9128         "Insufficient space in data memory".
9129
9130 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9131
9132         * src/mcs51/gen.c: fixed bug #771358
9133         * src/z80/gen.c: fixed bug #759087
9134
9135 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9136
9137         * src/pic16/glue.c: minor cleanup by Vangelis
9138
9139 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9140
9141         * device/include/regc515c.h: fixed #758477
9142         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9143         * device/lib/_gptrput.c: saved a few bytes
9144         * my tab spacing is 8, yours too?)
9145         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9146         * device/lib/serial.c: process RX bytes earlier than TX bytes
9147         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9148
9149 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9150
9151         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9152
9153 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9154
9155     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9156
9157 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9158
9159         * device/lib/Makefile.in: bad fix, reverted to 1.43
9160
9161 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9162
9163         * device/lib/Makefile.in: added missing z80 object files
9164
9165 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9166
9167         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9168         pic16 progress by Vangelis:
9169         * src/SDCCglobl.h:
9170         * src/SDCCmain.c:
9171         * src/pic/Makefile:
9172         * src/pic:
9173         * pic/Makefile:
9174         * pic16/device.c:
9175         * pic16/device.h:
9176         * pic16/gen.c:
9177         * pic16/gen.h:
9178         * pic16/genarith.c:
9179         * pic16/glue.c:
9180         * pic16/main.c:
9181         * pic16/pcode.c:
9182         * pic16/pcode.h:
9183         * pic16/pcodepeep.c:
9184         * pic16/peeph.def:
9185
9186 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9187
9188     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9189
9190 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9191
9192     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9193     added gbz80 build to MSVC project.
9194     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9195     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9196     from 8051 stuff and setup so it links using a .lnk file.
9197
9198 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9199
9200     * support/librarian/sdcclib.c: sdcc librarian.
9201     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9202     with sdcclib.
9203
9204 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9205
9206     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9207
9208 2003-07-02  Borut Razem <borut.razem AT siol.net>
9209
9210         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9211         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9212         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9213         src/xa51/main.c, src/z80/main.c:
9214         virtualization of glue() function: each port has it's own glue function,
9215         which is accessed by do_glue function pointer in PORT.general structure
9216
9217 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9218
9219         * DS800C400 fun, improved ROM interface and tinibios.
9220
9221 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9222
9223         * More support for DS80C400. Now includes beginning of interface to ROM.
9224
9225 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9226
9227         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9228
9229 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9230
9231         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9232
9233 2003-06-19  Borut Razem <borut.razem AT siol.net>
9234
9235         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9236
9237 2003-06-19  Borut Razem <borut.razem AT siol.net>
9238
9239         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9240         fixed Z80 port - crt0.o: cannot open.
9241
9242 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9243
9244         * support/Util/MySystem.c (merge_command): revert bad fix
9245
9246 2003-06-18  Borut Razem <borut.razem AT siol.net>
9247
9248         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9249
9250 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9251
9252         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9253         option --use-stdout sends errors to stdout instead of stderr.
9254
9255 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9256
9257         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9258
9259 2003-06-15  Borut Razem <borut.razem AT siol.net>
9260
9261         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9262         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9263         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9264         fixed width array of pointers replaced with sets;
9265         multiple include and lib paths ared transferred to preprocessor and linker
9266         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9267         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9268         fixed width array of pointers
9269         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9270         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9271         fixupPath(), getPathDifference()
9272         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9273         fixed width array of pointers
9274
9275 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9276
9277         * src/pic16/ralloc.c: fix warnings
9278         * src/pic16/pcode.c: fix warning
9279
9280 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9281
9282          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9283         know all the details, but essentially this set of changes enable
9284         the pic16 port to generate movff instructions and generate assembler
9285         directives,
9286         * src/SDCCmain.c:
9287         * src/pic16/gen.c:
9288         * src/pic16/glue.c:
9289         * src/pic16/pcode.c:
9290         * src/pic16/device.c:
9291         * src/pic16/main.c:
9292         * src/pic16/pcode.h:
9293         * src/pic16/pcoderegs.c:
9294         * src/pic16/ralloc.c:
9295         * src/pic16/ralloc.h:
9296
9297 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9298
9299         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9300         added option --vc, so sdcc errors and warnings are compatible with
9301         Microsoft Visual Studio.
9302
9303 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9304
9305         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9306           device/lib/libfloat.lib: added atof function.
9307
9308 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * doc/sdccman.lyx: updated to Lyx 1.3
9311         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9312         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9313         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9314
9315 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9316
9317         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9318
9319 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9320
9321         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9322           additions to the "related tools/documentation" section
9323
9324 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9325
9326         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9327
9328 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9329
9330         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9331         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9332
9333 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9334
9335         * doc/sdccman.lyx: fix double dash and other minor things
9336         * doc/Makefile: fix double dash
9337
9338 2003-05-28  Karl Bongers(patches from Martin Helmling)
9339         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9340           condition and ignore commands.
9341
9342 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9343
9344         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9345           is in parts still quite out of date, I did changes as far as I felt makes sense
9346           for a non-native english speaker.
9347           Please feel free to add to the manual or to correct my changes.
9348         * doc/Makefile: undid touching the date of intermediate tex files.
9349
9350 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9351
9352         * doc/sdccman.lyx: Manual has an index now
9353
9354 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9355
9356         Finalize muluint/mulsint and mululong/mulslong merging:
9357         * device/lib/_mulint.c
9358         * device/lib/_mullong.c
9359         * device/lib/gbz80/mul.s
9360         * device/lib/gbz80/stubs.s
9361         * device/lib/z80/mul.s
9362         * device/lib/z80/stubs.s
9363         * src/SDCCsymt.c (initCSupport)
9364
9365 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9366
9367         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9368         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9369           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9370           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9371           instead of /Zm500.
9372
9373 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9374
9375         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9376           the regression tests I'm not brave enough to enable 245.b, 245.c
9377         * doc/sdccman.lyx: added latex preamble for hyperref package.
9378           Using pdflatex this will give you a hyperlinked pdf file with
9379           bookmarks. (prepend '%' before /usepackage if this breaks something)
9380
9381 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9382
9383          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9384
9385 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9386
9387         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9388
9389 2003-05-21    <johan AT balder>
9390
9391         * src/SDCCglue.c (printIval): fixed bug #739934
9392
9393 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9394
9395         Applied patch from bug 737905 (renamed yylineo to mylineno):
9396         * src/altlex.c
9397         * src/SDCCast.c
9398         * src/SDCglobl.h
9399         * src/SDCC.lex
9400         * src/SDCCsymt.c
9401         * src/SDCCval.c
9402         * src/pic16/pcode.c: Cleaned warnings
9403         * src/pic16/pcodeflow.c: Cleaned warnings
9404         * src/pic16/pcoderegs.c: Cleaned warnings
9405
9406 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9407
9408         * src/pic16/pcode.c: Cleaned warnings
9409         * src/pic16/pcodepeep.c: Cleaned warnings
9410         * src/pic16/ralloc.c: Cleaned warnings
9411
9412 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9413
9414         * doc/sdccman.lyx: fixed bug 739745
9415         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9416
9417 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9420         it can be defined with CFLAGS when running configure
9421         * src/SDCCmain.c: fixed compiling + linking with object files
9422
9423 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9424
9425         * configure.in: configure for pic16 port,
9426             added --disable-pic16-port
9427         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9428         * src/SDCCmain.c: linkOptions is changed to set *,
9429             added if/endif conditional macros to remove options help
9430             messages from optionsTable when a port is not configured, added
9431             support for the PIc16 port in the ports table, when executing
9432             the compiler with no port specified on command line, a default
9433             port is selected with the new macro DEFAULT_PORT which is
9434             defined in port.h, in setDefaultOptions() linkOptions is removed
9435             from initialization assignment, since now it is a set,
9436             parseCmdLine uses setParseWithComma for linkOptions, in
9437             linkEdit() linkOptions are accessed with new function indexSet()
9438             which returns the i'th item of a set variable. See SDCCset.c, in
9439             linkEdit() when calling buildCmdLine(), added linkOptions as
9440             last argument. Now users can pass arguments to gplink via the
9441             -Wl option, main() uses pic16glue() to glue up pic16 programs
9442         * src/SDCCpeeph.c: various changes to support pic16
9443         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9444             return the i'th item of the set
9445         * src/SDCCset.h: added function prototype for indexSet()
9446         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9447         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9448         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9449             added macro DEFAULT_PORT
9450         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9451         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9452             generated
9453         * src/pic16/glue.c: commented out some error producing lines
9454         * src/pic16/main.c: __config directives are commented out to stop
9455             gpasm complaining and test the linkage with gplink, _linkCmd and
9456             _asmCmd changed to be more gplink and gpasm friendly
9457         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9458             produced an error when parsed, peep rule 12 is added to utilize
9459             movff, but it is commented out since the pCode does not support
9460             yet a command with 2 address arguments
9461
9462 2003-05-18    <johan AT balder>
9463
9464         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9465         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9466 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9467
9468         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9469   Added feature to script commands from file.
9470
9471 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9472
9473         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9474         * src/SDCCutil.c: include ctype.h for win32
9475
9476 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9479
9480 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9481
9482         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9483   Fixed so you can set breakpoints prior to run, run does not stop
9484   on entry now.  Add tbreak.  Other enhancements and fixes for use
9485   with ddd.
9486
9487 2003-05-12  Borut Razem <borut.razem AT siol.net>
9488
9489         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9490
9491 2003-05-11  Borut Razem <borut.razem AT siol.net>
9492
9493         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9494         the path of bin directory, so that PATH is the only env. variable, which has to be set
9495         in case of standard installation.
9496         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9497         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9498         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9499
9500 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9501
9502         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9503         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9504         temp files are in the port dir; clean the gen/test directory when
9505         generating new test.c
9506         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9507         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9508         * support/regression/tests/zeropad.c: added
9509
9510 2003-05-09    <johan AT balder>
9511
9512         * src/SDCCglue.c: fixed bug #597940
9513
9514 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9515
9516         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9517   cache sfr, optimize next,step, fix off by one sourceline,
9518   support ddd list function.
9519         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9520
9521 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * support/regression/HTMLgen.py: added compare_s2f()
9524         * support/regression/Makefile: redo 1.27
9525         * support/regression/generate-cases.py: redo 1.5
9526
9527 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         * support/regression/tests/float.c: workaround 33 bit hex constant
9530         * support/regression/tests/simplefloat.c: fix division for host
9531
9532 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9533
9534         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9535         that tame's the PIC's over-aggressive optimizer.
9536
9537 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9538
9539          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9540          support for MSVC.
9541
9542 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9543
9544         Initial support for DS80C400. "Hello world" runs on TINIm400
9545         (with polled I/O).
9546
9547 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9548
9549          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9550          * Some notes on ddd usage added in debugger/README
9551          Martin Helmling adding more features and fixes for ddd GUI debugger.
9552          Code added for nexti, stepi, up, down, and other adjustments.
9553
9554 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9555
9556         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9557         * src/pic/peeph.def Added two rules to optimize carry manipulation
9558         * src/pic/* removed debug printfs
9559
9560 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9561
9562         * debugger/mcs51/cmd.c: added header newalloc.h
9563
9564 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9565
9566         * as/Makefile: new EXEEXT
9567         * as/z80/Makefile: remove trailing slash of BUILDIR
9568         * as/z80/clean.mk: new EXEEXT
9569         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9570         * support/cpp2/Makefile.in: new EXEEXT
9571         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9572
9573 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9576         EXEEXT was introduced to fix all related problems with targets
9577         "clean", "install" and "uninstall"; a couple of further flaws
9578         especially with "clean" have been fixed too
9579         * as/mcs51/Makefile.in
9580         * as/mcs51/clean.mk
9581         * as/z80/Makefile
9582         * Makefile
9583         * clean.mk
9584         * debugger/mcs51/Makefile.in
9585         * debugger/mcs51/clean.mk
9586         * link/z80/Makefile
9587         * link/z80/Makefile.in
9588         * link/z80/clean.mk
9589         * link/Makefile
9590         * packihx/Makefile.in
9591         * packihx/clean.mk
9592         * sim/ucsim/Makefile
9593         * sim/ucsim/clean.mk
9594         * sim/ucsim/avr.src/Makefile.in
9595         * sim/ucsim/avr.src/clean.mk
9596         * sim/ucsim/s51.src/Makefile.in
9597         * sim/ucsim/s51.src/clean.mk
9598         * sim/ucsim/xa.src/Makefile.in
9599         * sim/ucsim/xa.src/clean.mk
9600         * sim/ucsim/z80.src/Makefile.in
9601         * sim/ucsim/z80.src/clean.mk
9602         * sim/ucsim/main_in.mk
9603         * sim/ucsim/packages_in.mk
9604         * sim/ucsim/gui.src/Makefile.in
9605         * sim/ucsim/gui.src/serio.src/Makefile.in
9606         * sim/ucsim/gui.src/serio.src/clean.mk
9607         * src/Makefile.in
9608         * src/clean.mk
9609         * support/cpp2/Makefile.in
9610         * support/cpp2/clean.mk
9611         * support/makebin/Makefile
9612         * support/makebin/clean.mk
9613         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9614         * doc/sdccman.lyx: --program-suffix no longer needed
9615
9616 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9617
9618          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9619          Martin Helmling added support for ddd GUI debugger.
9620          Code added to display assembly, set variables, and other commands
9621          to interface to ddd.
9622
9623 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9624
9625         * as/Makefile: fix target clean
9626         * as/clean.mk: fix target clean
9627         * as/z80/clean.mk: fix target clean
9628
9629 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         * Makefile.common.in: added  AT EXEEXT AT
9632         * configure.in: removed all mingw32 stuff
9633         * configure: rebuilt from configure.in
9634         * doc/sdccman.lyx: updated section "installation"
9635         * support/scripts/sdcc_mingw32: adapted to configure
9636         * support/scripts/sdcc_cygwin_mingw32: added
9637
9638 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9639
9640         * src/pic Added object file support for the PIC port
9641         * src/pic Applied patch from Craig Franklin (this started the object file support)
9642         * src/regression Updated the PIC regression tests for object files
9643
9644 2003-04-20  Borut Razem <borut.razem AT siol.net>
9645
9646         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9647           lklex.c: In function `getfid':
9648           lklex.c:203: warning: array subscript has type `char'
9649         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9650           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9651         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9652           stack handling macros
9653
9654 2003-04-19  Borut Razem <borut.razem AT siol.net>
9655
9656         * "handling space characters in file path" task:
9657         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9658         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9659         * support/Util/MySystem.h: make it self-sufficient
9660         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9661           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9662           handling space characters in file path
9663         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9664           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9665         * support/Util/MySystem.c: handling space characters in executable's path
9666
9667 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9668
9669         * as/z80/Makefile: fix permanent rebuild of z80
9670         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9671         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9672
9673 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9674
9675         * src/SDCCopt.c: add special case optimization to replace modulo by
9676           a power of two with a bitwise AND.
9677
9678 2003-04-18    <johan AT balder>
9679
9680         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9681
9682 2003-04-17    <johan AT balder>
9683
9684         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9685         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9686
9687 2003-04-13  Borut Razem <borut.razem AT siol.net>
9688
9689         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9690         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9691           fixed mingw problem in adl_NORMALIZE_PATH
9692
9693 2003-04-12  Borut Razem <borut.razem AT siol.net>
9694
9695         * fixed "#pragma SAVE/RESTORE can not be nested":
9696         * src/SDCC.lex: reworked pragma handling functions
9697         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9698         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9699
9700 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9701
9702         * src/SDCCutil.c (pathEquivalent): defined but not used
9703         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9704         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9705         * configure: rebuilt from configure.in
9706         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9707         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9708         * device/include/Makefile.in: replace sdcc_datadir
9709         * device/lib/Makefile.in: replace sdcc_datadir
9710         * Makefile.common.in: add LDFLAGS from configure
9711         * packihx/Makefile.in: use LDFLAGS
9712         * src/Makefile.in: use LDFLAGS
9713         * support/cpp2/Makefile.in: add LDFLAGS from configure
9714         * support/makebin/Makefile: use LDFLAGS
9715         * .version: bumped version number to 2.3.5
9716
9717 2003-04-12  Borut Razem <borut.razem AT siol.net>
9718
9719         * completed "different paths" task:
9720         * src/SDCCmacro.c: fixed bug in handling quotes
9721         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9722         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9723
9724 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9725
9726         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9727
9728 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9729
9730         * ds390/gen.c ds390/peeph.def: fix bug 706781
9731
9732 2003-04-11  Borut Razem <borut.razem AT siol.net>
9733
9734         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9735
9736 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9737
9738         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9739         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9740          set - this bit used to not be set...).
9741         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9742           bad code in PIC Port
9743         * src/regression/and2.c added to test bug 609268
9744         * src/regression/Makefile added and2.c to regression test
9745
9746
9747 2003-04-08    <johan AT CP255758-A>
9748
9749         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9750         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9751         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9752
9753 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9756         fix bug #487815
9757         * support/cpp2/Makefile.in: fix bug #487815
9758         * configure: rebuilt from configure.in
9759         * Makefile.common.in: docdir changed, new path suffixes
9760         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9761         * sdcc_vc_in.h: reflect changes from sdccconf.h
9762         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9763         * src/SDCCutil.h: remove BINDIR hack
9764         * doc/sdccman.lyx: update new path hierarchy
9765
9766 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9767
9768         * src/SDCCpeeph.c: added okToRemoveSLOC test
9769
9770 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9771
9772         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9773
9774 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9775
9776         * src/SDCCpeeph.c: added labelIsReturnOnly test
9777         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9778
9779 2003-04-05    <johan AT balder>
9780
9781         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9782         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9783         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9784         * src/SDCCast.c: fixed a warning
9785         * src/SDCCast.h: fixed a warning
9786         * src/SDCCicode.c (operandFromAst): fixed a warning
9787
9788 2003-04-04    <johan AT balder>
9789
9790         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9791         * src/SDCCast.c (decorateType): fixed bug #715076
9792         * src/SDCC.y: fixed bug #702907
9793
9794 2003-04-03    <johan AT balder>
9795
9796         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9797         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9798         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9799         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9800         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9801
9802 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9803
9804         * _decdptr.c: fix return values
9805         * _gptrget.c: fix return values
9806         * _gptrgetc.c: fix return values
9807         * _gptrput.c: fix return values
9808         * _mulint.c: fix return values
9809         * as/z80/Makefile: fix 'make -j' problem
9810
9811 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9812
9813         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9814         * configure.in: big cleanup, updated to autoconf 2.5x
9815         * configure: rebuilt from configure.in
9816         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9817         * sdcc_vc_in.h: reflect changes from sdccconf.h
9818         * doc/Makefile: fixed a flaw in "make install"
9819
9820 2003-04-02    <johan AT balder>
9821
9822         * src/ds390/gen.c (genCmp): no comments
9823         * src/mcs51/gen.c (genCmp): no comments
9824         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9825         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9826
9827 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9828
9829         * support/regression/generate-cases.py: place generated file in given sub directory
9830         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9831         * support/regression/Makefile: improvements for 'make -j';
9832         side effect: it's simpler and faster now
9833
9834 2003-03-31  Borut Razem <borut.razem AT siol.net>
9835
9836         * src/z80/main.c: link-{port} and as-{port} defined without path
9837         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9838
9839 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9842
9843 2003-03-30  Borut Razem <borut.razem AT siol.net>
9844
9845         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9846           changed type of list parameter to set
9847         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9848         * src/port.h: changed type of do_assemble() parameter to set
9849         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9850           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9851           definition of "cppoutfilename" macro with NULL value in preProcess()
9852         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9853         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9854         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9855           replaced with set *binPathSet
9856         * shash_add() deallocates the item, if allready exsists, before adding the new one
9857         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9858
9859 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9860
9861         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9862           a nested for loop bug in the PIC port
9863         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9864           for loops
9865
9866 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9867
9868         * support/Util/dbuf.h: remove C++ stuff to make it portable
9869
9870 2003-03-28  Borut Razem <borut.razem AT siol.net>
9871
9872         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9873           literal strings in stringLiteral()
9874         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9875         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9876           to the project
9877
9878 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9879
9880         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9881
9882 2003-03-26    <johan AT balder>
9883
9884         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9885         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9886         * src/SDCCast.c (decorateType): fixed " -v < 3"
9887
9888 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9889
9890         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9891         Added Lenny Story's debug infrastructure changes:
9892         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9893         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9894         * src/cdbFile.c: added
9895         * src/SDCCdebug.c: added
9896         * src/SDCCdebug.h: added
9897         * src/SDCCast.c (createFunction)
9898         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9899         * src/SDCCmain.c (parseCmdLine, main)
9900         * src/SDCCmem.c (redoStackOffsets)
9901         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9902         * src/SDCCsymt.h
9903         * src/common.h
9904         * src/avr/gen.c (genAVRCode)
9905         * src/ds390/gen.c (gen390Code)
9906         * src/mcs51/gen.c (gen51Code)
9907         * src/pic/gen.c (genpic14Code)
9908         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9909         * src/xa51/gen.c (genXA51Code)
9910         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9911
9912 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9913
9914         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9915         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9916
9917 2003-03-22    <johan AT balder>
9918
9919         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9920
9921 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9924         * doc/cdbfileformat.lyx: added, written by Lenny Story
9925         * doc/Makefile: added cdbfileformat.lyx
9926         * doc/clean.mk: added cdbfileformat.lyx
9927
9928 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * src/mcs51/peeph.def: fix bug #705773
9931
9932 2003-03-20    <johan AT balder>
9933
9934         An sfr/sbit can have an "at #" AND an initializer
9935         * src/SDCCsymt.c (checkSClass):
9936         * src/SDCCmem.c (allocGlobal):
9937         * src/SDCCmem.c (allocLocal):
9938         * src/SDCCast.c (createBlock):
9939
9940 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9943
9944 2003-03-16    <johan AT balder>
9945
9946         Undid the hackup of const and volatile, the problem is much bigger
9947         * src/SDCC.y:1.65
9948         * src/SDCCast.c:1.171
9949         * src/SDCCglue.c:1.138
9950         * src/SDCCicode.c:1.146
9951         * src/SDCCsymt.c:1.150
9952         * src/SDCCval.c:1.65
9953
9954 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9955
9956         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9957         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9958
9959 2003-03-13    <johan AT balder>
9960
9961         Hackup const and volatile modifiers in type chains a bit:
9962         * src/SDCC.y:1.63
9963         * src/SDCCast.c:1.169
9964         * src/SDCCglue.c:1.136
9965         * src/SDCCicode.c:1.143
9966         * src/SDCCsymt.c1.146
9967         * src/SDCCsymt.h1.59
9968         * src/SDCCval.c:1.63
9969
9970 2003-03-12    <johan AT balder>
9971
9972         * src/SDCCBBlock.h: more LRH debugging junk
9973         * src/SDCCcflow.h: more LRH debugging junk
9974         * src/SDCCloop.c: more LRH debugging junk
9975         * src/SDCC.y (struct_declaration): fixed bug #697590
9976         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9977         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9978         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9979
9980 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9981         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9982         test function names must now match exactly).
9983         * src/SDCCcse.c: added special case in findCheaperOp to allow
9984         extending a short integer. Makes less awful code for bug 700121 test case.
9985
9986 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9987
9988         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9989         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9990
9991 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9992
9993         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9994         actually called (operandsNotEqual() was called for all
9995         operandsNotEqualX tests).
9996
9997 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9998
9999         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10000         with shorter literals. Fixes bug 700121.
10001
10002 2003-03-11    <johan AT balder>
10003
10004         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10005
10006 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10007
10008         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10009         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10010
10011 2003-03-10  Borut Razem <borut.razem AT siol.net>
10012
10013         * src/SDCCmain.c: pipe preprocessor's output
10014         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10015         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10016         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10017         which closes all pipes in pipeSet set
10018         * src/SDCCset.c: free deleted item in function deleteSetItem()
10019         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10020         moved from z80 to src subproject
10021         * .version: increased version number to 2.3.4
10022
10023 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10026         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10027         * support/regression/ports/xa51/spec.mk: fix typo
10028
10029 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10030
10031         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10032
10033 2003-03-09  Borut Razem <borut.razem AT siol.net>
10034
10035         * src/SDCCmain.c: pipe preprocessor's output
10036         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10037         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10038         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10039         which closes all pipes in pipeSet set
10040         * src/SDCCset.c: free deleted item in function deleteSetItem()
10041         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10042         moved from z80 to src subproject
10043
10044 2003-03-09  Borut Razem <borut.razem AT siol.net>
10045
10046         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10047         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10048         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10049         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10050         * src/SDCCglobl.h: unification of WIN32 native definitions
10051
10052 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10053
10054         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10055
10056 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * src/configure.in:   check for endianess (even while cross-compiling)
10059         * src/configure:      check for endianess (even while cross-compiling)
10060         * src/configure_in.h: check for endianess (even while cross-compiling)
10061         * src/avr/gen.c:        remove old endianess stuff
10062         * src/mcs51/gen.c:      remove old endianess stuff
10063         * src/ds390/gen.c:      remove old endianess stuff
10064         * src/pic/gen.c:        remove old endianess stuff
10065         * src/pic/genarith.c:   remove old endianess stuff
10066         * src/pic/glue.c:       fix endianess check
10067         * src/pic16/gen.c:      remove old endianess stuff
10068         * src/pic16/genarith.c: remove old endianess stuff
10069         * src/pic16/glue.c:     fix endianess check
10070         * src/xa51/gen.c:       remove old endianess stuff
10071         * src/z80/gen.c:        fix endianess check
10072         * src/SDCCglue.c:       fix endianess check
10073         * src/ds390/peeph.def: fix bug 700036
10074
10075 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10076
10077         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10078         * src/configure: find appropriate data-types on host for SDCC's int and long
10079         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10080         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10081         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10082
10083 2003-03-07    <johan AT balder>
10084
10085         Just a big NOOP:
10086                 some minor cleanups before the big shot
10087                 OP_DEFS and OP_USES now use Kevin's protection
10088                 new option --nolabelopt
10089
10090         * src/SDCCBBlock.c:
10091         * src/SDCCast.c,:
10092         * src/SDCCcflow.c:
10093         * src/SDCCcse.c:
10094         * src/SDCCicode.c:
10095         * src/SDCCicode.h:
10096         * src/SDCClabel.c:
10097         * src/SDCCloop.c:
10098         * src/SDCCmain.c:
10099         * src/ds390/ralloc.c:
10100         * src/mcs51/ralloc.c:
10101         * src/pic/ralloc.c:
10102         * src/xa51/ralloc.c:
10103         * src/z80/ralloc.c:
10104
10105 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10106
10107         * src/pic/pcode.c (get_op): fix 64 bit warnings
10108         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10109         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10110         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10111         * support/regression/tests/malloc.c: fix 64 bit warnings
10112
10113 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10114
10115         * src/mcs51/gen.c (genMinus): fixed bug 696436
10116
10117 2003-03-02  Borut Razem <borut.razem AT siol.net>
10118
10119         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10120
10121 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10122
10123         * configure.in: test for mkstemp
10124         * sdccconf_in.h: add HAVE_MKSTEMP
10125
10126 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10127
10128         * device/include/ctype.h: removed warning while using --stack-auto
10129         * device/include/malloc.h: removed warning while using --stack-auto
10130         * device/include/string.h: removed warning while using --stack-auto
10131
10132 2003-02-23  Borut Razem <borut.razem AT siol.net>
10133
10134         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10135         because NDEBUG is defined (see man assert)
10136         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10137
10138 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10139
10140         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10141         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10142
10143 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10144
10145         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10146         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10147
10148 2003-02-18    <johan AT balder>
10149
10150         * as/mcs51/asmain.c (asmbl): module can start with a digit
10151         * as/z80/asmain.c (asmbl): module can start with a digit
10152
10153 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10154
10155         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10156         * src/asm.c: fix pipe() for Mingw32
10157
10158 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10159
10160         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10161         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10162         make -V work again; --c1mode reads now from stdin
10163         * doc/sdccman.lyx: added --c1mode
10164         * support/Util/SDCCerr.c: new messages for c1 mode
10165         * support/Util/SDCCerr.h: new messages for c1 mode
10166         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10167
10168 2003-02-15    <johan AT balder>
10169
10170         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10171
10172 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10173
10174         * doc/sdccman.lyx: Environment variables, -o and other minor things
10175
10176 2003-02-14    <johan AT balder>
10177
10178         * src/xa51/main.c: before anyone really tries to use it :)
10179
10180         * Install doc's in share/sdcc/doc
10181         * removed some obsolete files
10182         * Do a proper make distclean and uninstall
10183         M Makefile.common.in
10184         R sdccbuild.sh
10185         M as/Makefile
10186         M device/include/Makefile.in
10187         M device/lib/Makefile.in
10188         M doc/sdccman.lyx
10189         M link/Makefile
10190         M sim/ucsim/doc/Makefile.in
10191         M src/clean.mk
10192         R src/avr/peeph.rul
10193         R src/xa51/peeph.rul
10194         M support/cpp2/Makefile.in
10195         M support/makebin/Makefile
10196
10197
10198 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10199
10200         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10201
10202 2003-02-10  Borut Razem <borut.razem AT siol.net>
10203
10204         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10205         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10206         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10207         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10208         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10209         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10210         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10211         src/z80/Makefile.bcc: Borland Makefile cleanup
10212         * as/z80/Makefile.bcc: Added Borland Makefile
10213         * support/cpp2/borland.h: Removed
10214
10215 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10216
10217         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10218         * src/SDCC.lex: new pragma NOIV
10219         * src/SDCCglobl.h: new pragma NOIV
10220         * src/SDCCmem.c: new pragma NOIV
10221
10222 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10223
10224         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10225
10226 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10227
10228         * src/SDCCmain.c: signal handling is switched off by --debug
10229         * doc/Makefile: small fix for install; use clean.mk again
10230         * doc/clean.mk: clean *.pdf and *.html too
10231
10232 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10233
10234         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10235         * device/lib/printfl.c: fix a ds390 bug by making it portable
10236         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10237         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10238         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10239         * debugger/mcs51/cmd.c: converted multi-line string literals
10240         * sim/ucsim/globals.cc: converted multi-line string literals
10241         * src/SDCCmain.c: introduced signal handler to remove temp files
10242         * doc/Makefile: small tweaks, implement clean
10243         * doc: removed generated files
10244
10245 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10246
10247         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10248         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10249         Address Record is not correctly generated for DS390."
10250
10251 2003-02-02  Borut Razem <borut.razem AT siol.net>
10252
10253         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10254         * as/mcs51/asm.h: fixed compilation with Borland C
10255         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10256         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10257         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10258         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10259         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10260         src/z80/Makefile.bcc: delete $(LIB) only if exist
10261         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10262
10263 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10264
10265         * device/include/malloc.h: introduced NULL
10266         * device/include/string.h: introduced NULL
10267         * device/include/stdlib.h: introduced NULL
10268         * device/lib/_memcpy.c: removed NULL
10269         * device/lib/_strcat.c: removed NULL
10270         * device/lib/_strchr.c: removed NULL
10271         * device/lib/_strcmp.c: removed NULL
10272         * device/lib/_strcpy.c: removed NULL
10273         * device/lib/_strcspn.c: removed NULL
10274         * device/lib/_strlen.c: removed NULL
10275         * device/lib/_strncat.c: removed NULL
10276         * device/lib/_strncmp.c: removed NULL
10277         * device/lib/_strncpy.c: removed NULL
10278         * device/lib/_strpbrk.c: removed NULL
10279         * device/lib/_strrchr.c: removed NULL
10280         * device/lib/_strspn.c: removed NULL
10281         * device/lib/_strstr.c: removed NULL
10282         * device/lib/_strtok.c: removed NULL
10283         * device/lib/malloc.c: removed NULL, include own header
10284
10285 2003-02-02    <johan AT balder>
10286
10287         * 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
10288         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10289         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10290         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10291         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10292         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10293
10294 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10295
10296         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10297         area 'DATA'"
10298
10299 2003-02-01    <johan AT balder>
10300
10301         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10302
10303 2003-01-31    <johan AT CP255758-A>
10304
10305         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10306
10307 2003-01-30    <johan AT balder>
10308
10309         * src/SDCCBBlock.c: automatic bug detection
10310         * src/SDCCicode.c: automatic bug detection
10311
10312 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10313
10314         * src/SDCCglobl.h:   now --xram-size 0 works
10315         * src/SDCCmain.c:    now --xram-size 0 works
10316
10317 2003-01-29    <johan AT balder>
10318
10319         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10320
10321 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10322
10323         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10324         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10325         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10326         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10327         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10328         * src/SDCCmain.c:    Added options --xram-size and --code-size
10329
10330 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10331
10332         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10333         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10334
10335 2003-01-27    <johan AT balder>
10336
10337         * src/SDCC.y: fixed bug #613764
10338
10339 2003-01-26    <johan AT balder>
10340
10341         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10342         * src/SDCCsymt.h: fixed bug #673374
10343         * src/SDCCglue.c: fixed bug #661910
10344         * src/SDCCast.c: fixed bug #458099 and 673374
10345
10346 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10347
10348         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10349         * as/mcs51/strcmpi.h: added
10350         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10351         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10352         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10353         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10354         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10355         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10356         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10357         * as/mcs51/Makefile.aslink: new module strcmpi
10358         * as/mcs51/Makefile.asx8051: new module strcmpi
10359         * as/mcs51/Makefil.bcc: new module strcmpi
10360         * as/mcs51/Makefile.in: new module strcmpi
10361         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10362
10363 2003-01-26    <johan AT balder>
10364
10365         * src/SDCCglue.c: reverted back to 1.124
10366         * src/SDCCast.c: reverted back to 1.156
10367         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10368
10369 2003-01-25    <johan AT balder>
10370
10371         * src/SDCCglue.c: A better fix for bug #661910
10372         * src/SDCCast.c: A better fix for bug #661910
10373         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10374
10375 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10376
10377         * src/Makefile.in: remove spawn.o
10378         * src/SDCCmain.c: remove spawn.h
10379         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10380         * src/spawn.c: removed
10381         * src/spawn.h: removed
10382         * support/regression/ports/ds390/spec.mk: link with -r
10383
10384 2003-01-24    <johan AT CP255758-A>
10385
10386         * src/ds390/gen.c (aopOp): fixed bug #667458
10387         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10388         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10389         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10390
10391 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10392
10393         * src/mcs51/peeph.def: better assembler identation by Frieder
10394         * src/mcs51/gen.c: better assembler identation by Frieder
10395
10396 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10397
10398         * as/z80/string.h: removed for gcc 3.2
10399         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10400         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10401
10402 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10405         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10406         * support/regression/Makefile: separate temp files for ports
10407         * support/regression/generate-cases.py: separate temp files for ports
10408         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10409         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10410
10411 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * moved tinitalk to device/examples/ds390
10414
10415 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10416
10417         * as/mcs51/lkmem.c: rflag is for DS390
10418         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10419         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10420                          (linkEdit): move mem- and map-files the same way as ihx-files
10421         * src/z80/main.c (_setDefaultOptions): removed --generic
10422         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10423         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10424         * src/pic/glue.c (picglue): --c1mode works again
10425         * src/pic16/glue.c (pic16glue): --c1mode works again
10426         * src/asm.c (printCLine): fix #660034
10427
10428 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10431         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10432         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10433         * as/mcs51/lkmem (summary): better fix for sp problem
10434         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10435         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10436         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10437                                               remove --stack-after-data
10438
10439 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10442         * src/SDCCutil.c (join): ugly bug: missing '\0'
10443         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10444
10445 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10446
10447         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10448         * src/port.h: typo
10449         * src/pic/main.c (_asmCmd): gpasm supports -o
10450         * src/z80/main.c: more general macros
10451         * device/lib/Makefile.in: remove intermediate files
10452
10453 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10454
10455         * .version: Bumped version number to 2.3.3
10456         * src/SDCCBBlock.c: new option -o
10457         * src/SDCCglobl.h: new option -o
10458         * src/SDCCglue.c: new option -o
10459         * src/SDCCmain.c: new option -o
10460         * src/asm.c: new option -o
10461         * src/ds390/main.c: new option -o
10462         * src/pic/glue.c: new option -o
10463         * src/pic/pcode.c: new option -o
10464         * src/pic/ralloc.c: new option -o
10465         * src/pic16/glue.c: new option -o
10466         * src/pic16/pcode.c: new option -o
10467         * src/pic16/ralloc.c: new option -o
10468         * src/z80/main.c: new option -o
10469         * device/lib/Makefile.in: use -o
10470         * support/regression/ports/ds390/spec.mk: use -o
10471         * support/regression/ports/gbz80/spec.mk: use -o
10472         * support/regression/ports/mcs51/spec.mk: use -o
10473         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10474         * support/regression/ports/z80/spec.mk: use -o
10475         * support/regression/ports/ucz80/spec.mk: use -o
10476         * support/regression/ports/xa51/spec.mk: use -o
10477         * support/regression/fwk/lib/timeout.c: fix usage string
10478
10479 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10480         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10481
10482 2003-01-07    <johan AT balder>
10483
10484         * src/SDCCast.c (decorateType): fixed bug #600035
10485
10486 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10487         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10488         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10489         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10490         * src/pic/pcode.c: outcommented unused variable to remove warnings
10491         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10492
10493 2003-01-06    <karl AT turbobit.com>
10494         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10495    regression tests.
10496
10497 2003-01-06    <johan AT balder>
10498
10499         * src/SDCCicode.c: fixed array add
10500
10501 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10502         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10503         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10504
10505 2003-01-04    <johan AT balder>
10506
10507         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10508
10509 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10510         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10511
10512 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10513         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10514         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10515
10516 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10517         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10518
10519 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10520         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10521
10522 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10523         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10524
10525 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10526
10527     * in \sdcc\as\mcs51\ changed these files in order to create an
10528     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10529     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10530     following files to include the previous two files: aslink.dsp,
10531     Makefile.aslink, Makefile.bcc, and Makefile.in.
10532
10533     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10534     .adb instead of .cdb
10535
10536 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10537
10538         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10539         value from option --iram-size.
10540
10541 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10542
10543         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10544         dram[] array.
10545
10546 2002-09-18    <wiml AT hhhh.org>
10547
10548         * SDCClrange.h: exposed setFromRange() and setToRange()
10549         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10550           packRegsForAccUse() (bug 542397)
10551         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10552           multiple times and emitting the fetch operations more than once
10553           added aopGetUsesAcc() function to allow binary operators to
10554           fetch their operands in the correct order; made genMinus() emit
10555           compact code for X = LITERAL - Y
10556
10557 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10558         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10559         sprintf() in line 1267.
10560
10561 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10562         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10563         like ports.
10564
10565 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10566         Changes to aslink (All the changes are marked with 'JCF'):
10567
10568         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10569         summary().
10570
10571         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10572         area BSEG.  Also moves, if possible, the DATA area down into the internal
10573         ram so more space is available.
10574
10575         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10576         sflag.
10577
10578         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10579         not bytes.  Function summary() which creates a memory usage summary
10580         file with extension .mem.  Reports of overlaping stack and small stack
10581         size.  If the space for the stack is less than 16 bytes aslink trows a
10582         warning.
10583
10584         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10585         the 8051.  Option 'y' for memory summary output file.
10586
10587         Changes to sdcc (All the changes are marked with 'JCF'):
10588
10589         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10590
10591         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10592         overlaying area for it (uses RegBankUsed[4]).
10593
10594         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10595         bank zero as used by default.  By default aslink locates the stack
10596         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10597         the creation of the .mem file.  Delegates the allocation of data area
10598         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10599         the begining of the stack area to aslink.
10600
10601         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10602         glue() in SDCCglue.c creates an area for it.
10603
10604 2002-09-03  Borut Razem <borut.razem AT siol.net>
10605         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10606         sdcc/src/pic/glue.c:
10607         introduced atexit() handler for teporay files removal in case of
10608         errors, assertions, ...
10609
10610 2002-08-29  Borut Razem <borut.razem AT siol.net>
10611         * sdcc/support/cpp2/auto-host_vc_in.h:
10612         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10613         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10614         Maybe there is a similar problem with BORLANDC? It should be checked!
10615
10616         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10617         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10618         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10619         was not executed, and the compiler (cl) launched a warning:
10620         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10621
10622 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10623         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10624
10625 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10626         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10627
10628         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10629           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10630           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10631           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10632           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10633           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10634           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10635         - added Release configuration in VS projects
10636         - review of compiler an linker options
10637         - VC .exe files are generated in bin_vc directory, not to interfere
10638           with binaries generated from other projects (cygwin, mingw, bcc ...)
10639
10640         * sdcc/src/yacc.dsp: added
10641
10642         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10643         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10644         and insert the version number definitions from .version
10645
10646         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10647
10648         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10649         added - genarate auto-host.h using auto-host_vc_in.h as template
10650
10651         * sdcc/sdcc_vc.h,
10652         removed from CVS, generated automatically
10653
10654 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10655         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10656
10657 2002-08-11  Borut Razem <borut.razem AT siol.net>
10658         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10659
10660 2002-08-10  Borut Razem <borut.razem AT siol.net>
10661         * src/SDCCmain.c (main):
10662         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10663         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10664         The consequence was that some temporary files were not removed.
10665
10666         * src/SDCCglue.c:
10667         unification of code in functions tempfilename() and tempfile():
10668         function tempnam() is defined in Visual Studio 6.0 and .NET
10669
10670         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10671
10672         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10673           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10674         - removed compiler command line option /WX: Treats all warnings as errors
10675         - update a list of source files, included into the project
10676
10677         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10678           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10679         changed project type to Generic Project so that can be correcly converted to VS.NET project
10680
10681         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10682
10683         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10684
10685         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10686
10687         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10688         added return 0 statements after assert() to make compiler happy
10689
10690         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10691         added newline in the def file to keep MSC compiler satisfied
10692
10693         * sdcc/src/z80/gen.c:
10694         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10695           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10696         - solved MSC error in function aopDump()
10697
10698         * sdcc_vc.h: define PREFIX as "\\sdcc"
10699
10700 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10701         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10702
10703 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10704         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10705         - Rewrote the register banking algorithm.
10706         - Added pCode live-range analysis to registers (for now, only non-used and
10707         singly-used registers optimized away)
10708
10709         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10710
10711         * 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.
10712
10713 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10714         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10715
10716 2002-04-22  Michael Hope  <michaelh AT vroom>
10717
10718         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10719
10720         * configure.in (DD_COPT): Added include support required for gbdk.
10721
10722         * .version: Bumped version number just to increase it.
10723
10724         * src/SDCCmain.c: Added -nostdinc to the default options.
10725
10726 2002-04-15  Michael Hope  <michaelh AT vroom>
10727
10728         * device/lib/z80/printf.c (sprintf): Added.
10729
10730         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10731
10732         * src/z80/peeph.def: Added transpose redundent load rule.
10733
10734         * src/z80/main.c: Added force callee saves for jaune.
10735
10736         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10737
10738         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10739
10740 2002-03-28  Johan Knol  <johan AT balder>
10741
10742         * src/SDCCval.c: fixed bug #532436
10743
10744 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10745         * /src/port.h:
10746         Added "char *Processor" field to the port structure.
10747
10748         * /src/SDCCmain.c:
10749         Added -p option. Allows port dependent processor to be specified.
10750
10751         * all ports:
10752         Initialized the new field char *Processor field to NULL in all ports
10753
10754         * /src/pic/*:
10755         Compiler generated registers for interrupt context saving
10756         were not getting allocated.
10757
10758 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10759
10760         * /src/SDCCast.c:
10761         Fixed left shift. Will promote the left side of a left shift
10762         if a) left shifting more than size of operand or b) when assigned
10763         to something size > size of left side
10764
10765 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10766         * src/pic/*
10767         tons of changes. Register allocation has been
10768         rewritten. Added customization for the various PICs. Flow
10769         analysis is restructured. ...
10770
10771         * src/pic/device.h:
10772         Added
10773
10774         * src/pic/device.c:
10775         Added. device.c is a PIC port hack to accomodate variations
10776         in PIC devices.
10777
10778 2002-03-13  Michael Hope  <michaelh AT vroom>
10779
10780         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10781
10782 2002-03-04  johanknol  <johanknol AT manik>
10783
10784         * /src/SDCCval.c: fixed
10785
10786         const unsigned char arr[][2] = { { 0, 1 } };
10787         t18.c:1: error: Initializer element is not constant
10788
10789 2002-03-04  bela  <bela AT manik>
10790
10791         * /device/include/mcs51reg.h:
10792         ds89c420 register definition update
10793
10794 2002-03-03    <johan AT FRIJA>
10795
10796         * support/Util/SDCCerr.c: did something, but don't no why anymore
10797
10798         * support/regression/tests/bug-524691.c: made it a little less shy
10799
10800         * src/SDCCast.c (decorateType): fixed bug #524697
10801
10802         * src/SDCCast.c: made some lineno improvements
10803
10804         * src/SDCCval.c (getNelements): changed warning to error
10805
10806         * src/SDCCglue.c (printIvalArray): changed warning to error
10807
10808         * src/SDCCicode.c: fixed a warning for mingw
10809
10810         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10811
10812         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10813
10814 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10815
10816         * src/ds390/peeph.def:
10817         Added some more peephole rules
10818
10819         * src/ds390/gen.c: Various fixes & enhancements
10820
10821         * src/SDCClrange.c, src/SDCClrange.h:
10822         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10823
10824         * src/ds390/ralloc.c:
10825         various fixes & enhancements (ds390) specific
10826
10827         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10828         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10829         from rallocs.
10830
10831         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10832
10833 2002-03-02    <johan AT FRIJA>
10834
10835         * src/SDCCast.c (decorateType): fixed bug #524708
10836
10837         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10838
10839         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10840
10841 2002-03-01  Michael Hope  <michaelh AT vroom>
10842
10843         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10844
10845         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10846
10847 2002-03-01    <johan AT FRIJA>
10848
10849         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10850
10851         * src/SDCCast.c (decorateType): fixed bug #524209
10852
10853         * src/SDCCval.c (valNot): fixed bug #524195
10854
10855 2002-02-26    <johan AT balder>
10856
10857         * src/xa51/gen.c: fixed a warning
10858
10859         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10860
10861         * src/SDCCast.c (decorateType): fixed bug #522534
10862
10863 2002-02-23    <johan AT balder>
10864
10865         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10866
10867 2002-02-22    <johan AT balder>
10868
10869         * src/SDCCast.c: fixed bug #514865
10870
10871         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10872
10873 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10874
10875         * sdcc/src/SDCCloop.c:
10876         Previous fix was not good. basic blocks that have "break" or "return" are
10877         not really partof a loop , but live ranges used in these blocks should
10878         be live thru the entire loop, so set partOfLoop but don't add them to
10879         loop region
10880
10881 2002-02-21    <johan AT FRIJA>
10882
10883         * src/SDCCcse.c: fixed bug #514308
10884
10885 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10886
10887         * src/SDCCloop.c:
10888         Fixed BUG #519583. If a conditional block ended in a return/break
10889         statement inside a loop, it was not being considered part of the loop.
10890
10891         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10892
10893 2002-02-10  Karl Bongers <karl AT turbobit.com>
10894
10895         * debugger/*:
10896         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10897         with lots of comments and notes.
10898
10899         * device/examples/test2.c:
10900         Fix bug, "red" variable not being initialized(compiler complained).
10901
10902         * device/examples/Makefile, examples/test3.c:
10903         Add Makefile in device/examples folder, compiles test3.c
10904         for use as a multiple module SDCDB test case.
10905
10906         * sim/ucsim/cmd.src/cmdset.cc:
10907         Took out debug printfs in ucsim "next" command.
10908
10909         * sim/ucsim/xa.src:
10910         Karl and Johan start ucsim XA support.  Most dissassembly working,
10911         about 75% emulation done(plenty of work remaining).
10912
10913         * sim/ucsim/z80.src:
10914         Add Z80 support to ucsim, add test-ucz80 regression test,
10915         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10916         Notice z80 compiler fails on examples/test3.c/crc code.
10917
10918 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10919
10920         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10921         Added support for --parms-in-bank1
10922
10923         * src/ds390/peeph.def:
10924         added a few more peephole optimzations
10925
10926         * src/ds390/main.c:
10927         1) added __builtin_inp & __builtin_outp used to read in data of given length
10928            from a memory mapped port
10929         2) added __builtin_memcmp
10930         3) added __builtin_swapw swap bytes of a short
10931
10932         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10933         1) handle multiple send & receives from register bank1
10934         2) ralloc can now allocate DPTR1 to some liveRanges
10935
10936         * src/SDCCsymt.c, src/SDCCsymt.h:
10937         changes to handle multiple sends & receives
10938
10939         * src/SDCCptropt.h:
10940         added some pointer arithmetic optimization
10941
10942         * src/SDCCptropt.c:
10943         added some pointer arithmetic optimizations but not stable yet so not
10944         called from anywhere (will get this working shortly)
10945
10946         * src/SDCCopt.c: fixed for multiple sends & receives
10947
10948         * src/SDCCmain.c:
10949         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10950         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10951            set preprocessor defines (depending on options)
10952
10953         * src/SDCCicode.c, src/SDCCicode.h:
10954         changes made to handle multiple sends & receives
10955
10956         * src/SDCCglobl.h:
10957         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10958
10959         * src/SDCCcse.c, src/SDCCcse.h:
10960         added function findbackward def (to be used in upcoming optimization)
10961
10962         * src/SDCCcflow.c, src/SDCCcflow.h:
10963         added function returnAtEnd - to determine if a basic block terminates with
10964         a RETURN iCode
10965
10966         * src/SDCCast.c, src/SDCCast.h:
10967         added option parms-in-bank1
10968
10969         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10970         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10971         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10972         adjusted for --parms-in-bank1 option
10973
10974         * device/include/string.h:
10975         donot redefine "reentrant" keyword
10976
10977         * device/include/ds80c390.h: Added some more SFRs
10978
10979 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10980
10981         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10982
10983 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10984
10985         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10986
10987 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10988
10989         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10990
10991 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10992
10993         * Added --xram-movc option
10994
10995 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10996
10997         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10998
10999 2002-01-11  Johan Knol
11000
11001         * Added math lib of Jesus Calvino-Fraga
11002
11003 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11004
11005         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11006         * support/regression/Makefile: new target test-mcs51-stack-auto
11007         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11008
11009 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11010
11011         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11012
11013 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11014
11015         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11016
11017 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11018
11019         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11020
11021         * src/SDCCglue.h: add definition for printIvalChar()
11022
11023 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11024
11025         * src/SDCCast.c: fix #498138 by Johan
11026
11027         * src/SDCCglue.c: fix #498138 by Johan
11028
11029 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11030
11031         * support/regression/Makefile: fix clean
11032
11033         * support/regression/ports/ds390/support.c: fix transmission of last character
11034
11035 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11036
11037         * /sdcc/src/ds390/gen.c:
11038         a) improved computing address of stack variable
11039         b) took out some #if 0 code
11040         c) improved parmBytes adjustment
11041         d) improved genPlusIncr & genMinusIncr
11042         e) genCmp could generate bad code (when left assigned to DPTR)
11043         f) Fixed bug in hasInc
11044
11045         * /sdcc/src/ds390/ralloc.c:
11046         a) packRegsForSupport could mess up live information (Fixed)
11047         b) packRegsDPTRuse could be incorrect for left & right shift
11048
11049         * /sdcc/src/mcs51/ralloc.c:
11050         packRegsForSupport could mess up the live information (Fixed)
11051
11052         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11053
11054         * /sdcc/src/SDCCast.c:
11055         can reverse a loop even if function call is present as long
11056         as the loop control variable is local & is not passed as parameter
11057
11058 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11059
11060         * /sdcc/ChangeLog: *** empty log message ***
11061
11062         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11063         More builtin function additions for TININative
11064
11065         * /sdcc/src/ds390/ralloc.c:
11066         Had broken the regression testsuite
11067
11068         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11069
11070         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11071         Added funcattr hasStackParms will be set for reentrant functions when there
11072         are paramteres on the stack, this helps in minimizing frame pointer generation
11073         typeFromStr can handle function pointers now
11074
11075         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11076         *** empty log message ***
11077
11078 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11079
11080         * /src/ds390/gen.c, /src/ds390/main.c:
11081         More builtin function additions for TININative
11082
11083         * /src/ds390/ralloc.c:
11084         Had broken the regression testsuite
11085
11086         * /src/SDCCast.c: Fixed a bug in dumptree
11087
11088         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11089         Added funcattr hasStackParms will be set for reentrant functions when there
11090         are paramteres on the stack, this helps in minimizing frame pointer generation
11091         typeFromStr can handle function pointers now
11092
11093         * /doc/builtins.txt, /doc/TININative.txt:
11094         *** empty log message ***
11095
11096
11097 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11098
11099         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11100         ALPHA version for -mTININative
11101
11102         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11103         updated to reflect changes in the port structure
11104
11105         * /src/port.h:
11106         added function do_assemble (similar to do_link) if non-null this function
11107         will be called to do assembly (-mTININative) requires a multi command
11108         assembly
11109         added function genAssemblerEnd will be called to generate assembler Epilogue
11110
11111         * /src/SDCCsymt.c:
11112         added _JavaNative to debug info printing
11113
11114         * /src/SDCCmain.c: added option --tini-libid
11115         added port->do_assemble function (-mTININative) has a multi command assemble
11116
11117         * /src/SDCCglue.c: Disabled "constExpr" check
11118         added port->genAssemblerEnd function
11119
11120         * /src/SDCCglobl.h: Added option --tini-libid value
11121
11122         * /src/SDCCast.h:
11123         tookout optimizeCompare from the header (has no external references)
11124
11125         * /src/SDCCast.c: made one more function "static"
11126
11127 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11128
11129         * src/z80/mappings.i: Added z80asm support.
11130
11131         * src/z80/main.c: Added z80asm support on --asm=z80asm
11132
11133         * src/z80/gen.c: Fixed asm portability issues.
11134
11135         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11136
11137         * src/SDCCglue.c (printExterns): Added global/extern split.
11138
11139 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11140
11141         * support/regression/Makefile: added test for mcs51 model large
11142
11143         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11144
11145         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11146
11147 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11148
11149         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11150
11151 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11152
11153         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11154
11155         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11156
11157 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11158
11159         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11160
11161         * support/regression/tests/simplefloat.c: Port to mcs51.
11162
11163 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11164         * support/regression/tests/bug-485362.c: Added.
11165
11166         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11167
11168         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11169
11170         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11171
11172         * src/z80/gen.c (aopDump): Added a dump function.
11173
11174 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11175         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11176
11177         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11178
11179         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11180
11181         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11182
11183         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11184
11185         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11186
11187         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11188
11189         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11190
11191         * support/regression/ports/ds390/support.c: Use tinibios.
11192
11193         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11194
11195 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11196
11197         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11198         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11199
11200         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11201
11202         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11203
11204 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11205
11206         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11207
11208         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11209         (packRegsForIYUse): Created and optimised.
11210
11211 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11212
11213         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11214 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11215
11216         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11217
11218         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11219
11220         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11221
11222 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11223
11224         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11225
11226         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11227
11228 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11229
11230         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11231
11232         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11233
11234         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11235
11236 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11237
11238         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11239         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11240         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11241
11242         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11243
11244         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11245         (genNotFloat): Added.
11246         (genUminusFloat): Added.
11247
11248         * device/lib/z80/Makefile: Added floating pt stubs.
11249
11250         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11251
11252         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11253
11254         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11255
11256 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11257
11258         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11259
11260         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11261
11262         * sdcc/support/regression/Makefile: Add port ds390.
11263
11264         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11265
11266         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11267
11268         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11269
11270         * sdcc/support/regression/ports/ds390/support.c: Added.
11271
11272         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11273
11274         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11275
11276         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11277
11278 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11279
11280         * device/include/malloc.h: Added z80 and gbz80 support.
11281
11282         * device/lib/gbz80/heap.s: Added.
11283
11284         * device/lib/z80/heap.s: Added.
11285
11286         * device/lib/malloc.c: Added z80 and gbz80 support.
11287
11288         * support/regression/tests/malloc.c (testMalloc): Added.
11289
11290         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11291
11292         * support/regression/tests/bug-478094.c: Added.
11293
11294         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11295
11296 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11297
11298         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11299
11300         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11301
11302         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11303
11304         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11305
11306         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11307
11308 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11309
11310         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11311
11312 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11313
11314         * support/regression/tests/bug-477927.c: Added.
11315
11316         * src/z80/peeph.def: Added minor rules.
11317
11318         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11319
11320         * src/z80/peeph.def: Added jump optimisation modification.
11321
11322 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11323
11324         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11325
11326 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11327
11328         * support/regression/tests/funptrs.c: Added.
11329
11330 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11331
11332         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11333
11334 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11335
11336         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11337
11338         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11339
11340         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11341         (movLeft2ResultLong): Created.
11342
11343         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11344         (joinPushes): Added.  Joins two char pushes into a word push.
11345
11346 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11347
11348         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11349
11350         * support/makebin/Makefile (install): Added creation of dest dir.
11351
11352 2001-10-24 Karl Bongers <karl AT turbobit.com>
11353
11354         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11355
11356 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11357
11358         * src/z80/ralloc.c: Turned off faulty pack for one use.
11359
11360         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11361
11362         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11363
11364 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11365
11366         * support/regression/Makefile: Improved clean
11367
11368         * support/regression/ports/gbz80/spec.mk: Added clean
11369
11370         * support/regression/ports/host/spec.mk: Added clean
11371
11372         * support/regression/ports/z80/spec.mk: Added clean
11373
11374         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11375
11376         * support/regression/ports/mcs51/timeout.c: little improvements
11377
11378 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11379
11380         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11381
11382         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11383
11384         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11385
11386 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11387
11388         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11389
11390         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11391
11392 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11393         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11394
11395         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11396
11397         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11398
11399         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11400
11401         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11402
11403         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11404
11405         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11406
11407         * support/regression/tests/longor.c: Added.
11408
11409 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11410
11411         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11412
11413         * as/mcs51/aslink.h: define PATH_MAX
11414
11415         * as/mcs51/asm.h: define PATH_MAX
11416
11417         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11418
11419         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11420
11421         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11422
11423         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11424
11425         * src/SDCCglobl.h: define PATH_MAX
11426
11427         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11428
11429         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11430
11431 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11432
11433         * src/z80/gen.c (gencjneshort): Fixed
11434
11435         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11436
11437 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11438
11439         * support/regression/tests/bug-469671.c: Added.
11440
11441         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11442
11443 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11444
11445         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11446
11447         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11448
11449 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11450
11451         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11452
11453         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11454
11455         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11456
11457         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11458
11459         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11460
11461         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11462
11463         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11464
11465 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11466
11467         * 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.
11468
11469         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11470
11471         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11472
11473 2001-10-07    <johan AT FRIJA>
11474
11475         * device/lib/gets.c (gets): fixed the return value.
11476
11477 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11478         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11479
11480         * 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.
11481
11482         * 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.
11483
11484         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11485
11486         * src/pic/gen.c: Removed Safe_strdup.
11487
11488         * configure.in: Added option to enable libgc support.
11489
11490         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11491         (bitVectUnion): Optimised.
11492         (bitVectIntersect): Optimised.
11493         (bitVectBitsInCommon): Optimised.
11494         (bitVectCplAnd): Optimised.
11495
11496         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11497
11498 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11499
11500         * src/SDCCmain.c: distinguish between assembler debug and plain options
11501
11502         * src/avr/main.c:   remove standard assembler options
11503
11504         * src/ds390/main.c: remove standard assembler options
11505
11506         * src/mcs51/main.c: remove standard assembler options
11507
11508         * src/port.h: removed "PENDING" comment
11509
11510 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11511
11512         * src/device/lib/_mulint.c  : new, with assember functions
11513
11514         * src/device/lib/_mullong.c : new, with assember functions
11515
11516         * src/device/lib/_divuint.c : with assember functions
11517
11518         * src/device/lib/_divsint.c : with assember functions
11519
11520         * src/device/lib/_divulong.c: with assember functions
11521
11522         * src/device/lib/_divslong.c: with assember functions
11523
11524         * src/device/lib/_moduint.c : with assember functions
11525
11526         * src/device/lib/_modsint.c : with assember functions
11527
11528         * src/device/lib/_modulong.c: with assember functions
11529
11530         * src/device/lib/_modslong.c: with assember functions
11531
11532         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11533
11534         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11535
11536         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11537                                       replaced _mululong.c and _mulslong.c by _mullong.c
11538
11539 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11540
11541         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11542
11543 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11544
11545         * src/SDCCglue.c: test, if win32api is available for MINGW
11546
11547 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11548
11549         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11550         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11551         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11552         * support/regression/ports/host/spec.mk: removed GENERIC
11553         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11554         * support/regression/ports/z80/spec.mk: removed GENERIC
11555
11556 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11557
11558         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11559
11560         * support/regression/tests/bug-467035.c: Created.
11561
11562 2001-10-01    <johan AT FRIJA>
11563
11564         * src/SDCC.y: fixed bug #466586 part 1
11565
11566 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11567
11568         * SDCCicode.c: z80 has no generic pointers
11569         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11570
11571 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11572
11573         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11574
11575 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11576
11577         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11578
11579         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11580
11581 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11582
11583         * configure.in: Fixed up so that ucsim is only configured once.
11584
11585         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11586
11587         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11588         (getPathDifference): As above.
11589
11590         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11591
11592         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11593
11594 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11595         * .version: Updated to 2.3.1
11596
11597         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11598         Added copyright header.
11599
11600         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11601         (assemble): Added support for macro based assembler commands.
11602         (linkEdit): Added support for macro based linker commands.
11603         (preProcess): Changed the pre-processor to use macros.
11604         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11605         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11606
11607         * device/lib/z80/crt0.s: Added module name for debugging.
11608
11609 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11610
11611         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11612
11613         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11614
11615         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11616
11617         * src/Makefile.in: Added SDCCmacro and SDCCutil
11618
11619 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11620
11621         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11622
11623 2001-09-16    <johan AT FRIJA>
11624
11625         * 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.
11626
11627 2001-09-15    <johan AT FRIJA>
11628
11629         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11630         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11631
11632 2001-09-11    <johan AT FRIJA>
11633
11634         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11635
11636 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11637
11638         * support/regression/tests/bug-460444.c: Added test case.
11639
11640         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11641         (genCast): Added justification for all of the asserts.
11642
11643 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11644
11645         * support/regression/support.c: _xdata replaced by xdata
11646
11647         * support/regression/spec.mk: removed _generic
11648
11649 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11650
11651         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11652
11653         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11654         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11655
11656         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11657
11658         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11659
11660         * support/regression/tests/bug-460010.c: Added test case.
11661
11662         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11663
11664 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11665
11666         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11667
11668         * support/regression/testfwk.c: removed workaround for bug #436344
11669
11670         * support/regression/tests/bp.c: use less memory with mcs51
11671
11672         * support/regression/tests/bug-441448.c: use less memory
11673
11674         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11675
11676         * support/regression/collate-results.py: typo
11677
11678 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11679
11680         * support/regression/tests/fetchoverlap.c: Added new test case.
11681
11682         * support/regression/tests/bp.c: Added new test case.
11683
11684         * support/regression/tests/bug-448984.c: Added new test case.
11685
11686         * support/regression/tests/pow2shifts.c: Added new test case.
11687
11688         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11689         (genlshTwo): Fixed right shift for count > 8.
11690
11691         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11692
11693 2001-09-08    <johan AT FRIJA>
11694
11695         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11696
11697 2001-09-07    <johan AT FRIJA>
11698
11699         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11700
11701         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11702
11703 2001-09-06    <johan AT FRIJA>
11704
11705         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11706         * bernhard noted me at this: "() equals to (void)" (1.38)
11707
11708 2001-09-05    <johan AT FRIJA>
11709
11710         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11711
11712 2001-09-04    <johan AT FRIJA>
11713
11714         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11715
11716
11717 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11718
11719         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11720
11721 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11722
11723         * link/z80/aslink.h: Fixed path for PATH_MAX
11724
11725 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11726
11727         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11728
11729         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11730
11731         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11732
11733         * 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.
11734
11735 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11736
11737         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11738         (genCmp): Fixed up genCmp for the GB with longs.
11739
11740         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11741
11742         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11743
11744         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11745
11746         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11747
11748 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11749
11750         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11751
11752 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11753
11754         * 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.
11755
11756         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11757
11758 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11759
11760         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11761
11762         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11763
11764 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11765
11766   * sim/ucsim/configure:    little improvement of Cygwin-detection
11767   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11768   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11769   * support/regression/tests/bug-221100.c: small changes for mcs51
11770   * support/regression/tests/bug-221168.c: small changes for mcs51
11771   * support/regression/tests/bug-227710.c: small changes for mcs51
11772   * support/regression/tests/staticinit.c: small changes for mcs51
11773   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11774   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11775   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11776
11777 $Revision$