* support/regression/tests/constantRange.c,
[fw/sdcc] / ChangeLog
1 2006-06-18 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/tests/structflexarray.c: flexible array members
4           not supported by gcc < 3
5         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
6           GUI tool by default
7         * src/pic/gen.c: don't include [p]strdin.h on solaris
8         * support/Util/pstdint.h: addad svn attributes
9         * support/regression/tests/constantRange.c,
10           support/regression/tests/rotate.c: include inttypes.h instead
11           stdint.h on solaris, addad svn attributes
12
13 2006-06-18 Raphael Neider <rneider AT web.de>
14
15         * src/SDCCsymt.c (initCSupport): change return type of divschar to
16           int for PIC16
17         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
18           (pic16_genMinusBits): simplified sign-extension
19           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
20             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
21             adjusted to correctly handle mixed-signed operands, disabled
22             now unused multiplciation routines
23         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
24           (assignResultValue): added argument denoting the size of the result
25             as returned by the function (fixes upcasts in assigning from
26             function calls: char foo(); int i = foo();)
27           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
28             function result to assignResultValue
29           (genMult): disabled inlined multiplication code
30           (genDiv): augmented to also handle the modulus operator, fixed to
31             handle mixed-signed operands correctly
32           (genMod): simply call genDiv, disabled unused code
33           (genAssign): fixed missing (sign-)extension on result
34         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
35             valid char operands, allow signed operands for native code, added
36             division and modulo operator handling
37         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
38         
39         As a consequence, onebyte.c (if split into two files) and muldiv.c
40         pass regression tests.
41
42 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
43
44         * doc/Makefile.in: two runs of makeindex seem needed to get
45         correct page references in the index of sdccman.pdf 
46         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
47
48 2006-06-17 Borut Razem <borut.razem AT siol.net>
49
50         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
51
52 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
53
54         * doc/sdccman.lyx: updated, added (porting source code, debugging),
55         mentioned ec2drv and paulmon
56
57 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
60           consecutive abs areas
61           (find_empty_space, allocate_space): added map to handle codemap or
62            xdatamap,
63           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
64            absolute idata and xdata
65         * as/mcs51/lkmem.c (summary2): updated legend
66
67 2006-06-16 Raphael Neider <rneider AT web.de>
68
69         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
70
71 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
74           1208515
75         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
76
77 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
78
79         * src/port.h (struct PORT): added field gp_tags, to hold the tag
80         value of generic pointers,
81         * src/avr/main.c,
82           src/ds390/main.c,
83           src/hc08/main.c,
84           src/izt/i186.c,
85           src/izt/tlcs900h.c,
86           src/mcs51/main.c,
87           src/pic/main.c,
88           src/pic16/main.c,
89           src/xa51/main.c,
90           src/z80/main.c: PORT structure, added elements for gp_tags field,
91         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
92         fields in the PORT structure of each port,
93         * src/SDCCast.c (decorateType): allow processing of generic pointers
94         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
95         S_FIXED symbols
96
97 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
98
99         * link/z80/lkgb.c,
100         * link/z80/lkgg.c,
101         * src/pic16/gen.c,
102         * src/pic16/main.c,
103         * src/pic16/pcode.c,
104         * src/pic/main.c,
105         * src/pic/pcoderegs.c,
106         * src/SDCCicode.c,
107         * src/SDCCmain.c,
108         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
109           bug 1504689 on minGW
110
111 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
112
113         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
114
115 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
116
117         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
118
119 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
122           for optimization
123
124 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
125
126         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
127         to a char variable. Fixed bug #1504211
128         * device/include/pic16/adc.h,
129         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
130         and fixed bug #1364390
131
132 2006-06-10 Borut Razem <borut.razem AT siol.net>
133
134         * CVSROOT: removed the CVS left-over
135
136 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * as/hc08/asmain.c (asexit),
139         * as/hc08/lkmain.c (lkexit),
140         * as/mcs51/asmain.c (asexit),
141         * as/mcs51/lkmain.c (lkexit),
142         * src/SDCCglue.c (DEFSETFUNC),
143         * src/SDCCmain.c (linkEdit, assemble),
144         * support/librarian/sdcclib.c (AddRel),
145           replaced unlink() by standard C remove()
146         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
147         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
148           gatherImplicitVariables): new, added to fix bug 608752,
149           (createFunction): added gatherImplicitVariables()
150         * src/SDCCast.h: added createRMW prototype
151         * src/SDCCsymt.h (struct symbol): added infertype
152         * support/regression/tests/bug608752.c: new, added
153
154 2006-06-10 Raphael Neider <rneider AT web.de>
155
156         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
157           multibyte dummy reads (fixes #1503234)
158
159 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * device/include/mcs51/compiler.h: new, added header file to enable
162           creating common sfr definition header files for different compilers
163
164 2006-06-05 Raphael Neider <rneider AT web.de>
165
166         * src/pic16/{pcode.h,genarith.c}:
167           introduced pCodeOp combining any two pCodeOps (previously only
168           two register operands could be combined), removed pcop2 from
169           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
170         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
171         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
172           rewritten to use new PO_TWO_OPS
173         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
174         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
175           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
176           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
177           (pic16_get_op): embraced return arg to allow #define return(x),
178             added new case for combined opcodes
179           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
180           (pic16_pCode2str,pic16_getRegFrompCodeOp,
181            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
182
183 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
184
185         * src/SDCCval.c (checkConstantRange): added
186         * src/SDCCval.h: added checkConstantRange
187         * support/Util/SDCCerr.c,
188         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
189         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
190         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
191         * src/SDCCast.c (decorateType): added checkConstantRange,
192         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
193         can be emitted with the correct always true/false warning,
194         added optimization for double '!';
195         result of decorateType() must be assigned back to the tree, because
196         decorateType() can change the tree
197         * src/SDCCicode.c (geniCodeLogic),
198         (geniCodeAssign): replaced new checkConstantRange, added warnings,
199         (checkConstantRange): removed, it was only a fragment which never
200         emitted a warning
201         * src/SDCCsymt.c (computeType): fixed promotion for
202         "-1 < (unsigned bit) b"
203         * src/pic/ralloc.c (packRegsForAssign),
204         * src/pic16/ralloc.c (packRegsForAssign),
205         * src/hc08/ralloc.c (packRegsForAssign),
206         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
207         from mcs51
208         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
209         * support/regression/tests/constantRange.c: added
210         * support/valdiag/tests/constantRange.c: added
211         * support/valdiag/valdiag.py: added -DPORT_HOST=1
212
213 2006-06-02 Borut Razem <borut.razem AT siol.net>
214
215         * support/regression/ports/pic16/support.c: increase stack size
216           to 255 bytes
217         * support/regression/Makefile.in: sort tests by name so that the
218           resutlts can be compared on different machines / platforms
219
220 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
221
222         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
223         * src/ds390/gen.c (emitLabel): new, added,
224           (genDjnz): fixed stack overflow bug,
225           (throughout): cosmetic changes to sync with mcs51/gen.c,
226           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
227         * src/mcs51/gen.c (genEndFunction): small optimization,
228           (throughout): cosmetic changes to sync with ds390/gen.c
229
230 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
231
232         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
233           (_print_format): fixed printing pointers
234         * src/mcs51/gen.c (emitLabel, movb): new, added,
235           (genAssign): small optimization,
236           (genDjnz): fixed stack overflow bug,
237           (throughout): replaced sprintf with SNPRINTF,
238           replaced mcs51_regWithIdx with REG_WITH_INDEX,
239           replaced emitcode("mov", "b,...") with MOVB(...),
240           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
241           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
242         * src/mcs51/peeph.def: added rules 140 and 264
243         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
244           so they may get optimized into registers
245
246 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
247
248         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
249           immediately when encountered,
250           (printUsage): always use stderr even on windows
251
252 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
253
254         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
255         (processParms): fixed bug #1247551
256         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
257         parseCmdLine, main): print '--version' to stdout,
258         print 'help' to stdout if --help is given,
259         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
260         arguments are given; fixed --help
261
262 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
263
264         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
265         * support/regression/tests/bug-1493710.c: added
266
267 2006-05-27 Borut Razem <borut.razem AT siol.net>
268
269         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
270           static instead auto
271         * support/regression/ports/pic16/support.c: increase stack size
272           from default 64 bytes to 128 bytes
273         * support/regression/tests/staticinit.c,
274           support/regression/tests/float.c: regression tests fully enabled
275           for pic16 port by putting the initialized data arrays into the code
276           section
277         * support/regression/ports/pic16/spec.mk: don't link default libraries.
278           This was changed by mistake in the previous version.
279
280 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
281
282         * src/pic16/gen.c (genFunction, genEndFunction): some
283         beautifications, fixed bug with falsely restoring FSR2 in large
284         stack model, thanks to Beau E. Cox for reporting the bug
285
286 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
287
288         * debugger/mcs51/break.c,
289         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
290           use %p to print pointers, made address variables unsigned
291         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
292         * debugger/mcs51/symtab.c (parseSymbol): must return something
293         * src/mcs51/gen.c (aopForSym): small optimization,
294            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
295           (freeAsmop): added missing break,
296           (aopPut): removed parameter bvolatile, determine it inside the function,
297           (saveRegisters, unsaveRegisters): small optimization,
298           (genIpush): removed pointless check,
299           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
300           replaced sprintf with SNPRINTF,
301           replaced strcpy with strncpyz,
302           updated aopPut calls,
303           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
304         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
305
306 2006-05-24 Borut Razem <borut.razem AT siol.net>
307
308         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
309           modification of test for the pic16 port, put the array to the code
310           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
311
312 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
313
314         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
315         * support/Util/pstdint.h: added
316
317 2006-05-22 Borut Razem <borut.razem AT siol.net>
318
319         * src/regression/Makefile: removed bool2.c test, added -q linker option
320         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
321           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
322           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
323           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
324           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
325           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
326           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
327           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
328           define SUPPORT_BIT_TYPES 0, removed unused bit variables
329
330 2006-05-22 Raphael Neider <rneider AT web.de>
331
332         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
333           bug #1492360 (problematic due to generic pointers, see code)
334
335 2006-05-22 Borut Razem <borut.razem AT siol.net>
336
337         * support/regression/ports/pic16/specs.mk: removed stack size linker
338           directive
339         * support/regression/tests/array.c,
340           support/regression/tests/bitopcse.c,
341           support/regression/tests/bug-908454.c,
342           support/regression/tests/malloc.c: modified for pic16 regression test
343         * support/regression/tests/bitfields.c:
344           pic16 - excluded bitfileds of size > 8
345         * support/regression/tests/bp.c: pic16 - reduced data size
346         * support/regression/tests/bug-221100.c: pic16 - reduced data size
347         * support/regression/tests/bug-460010.c:
348           pic16 - used the absolute address the fits in memory
349         * support/regression/tests/bug-716242.c:
350           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
351         * support/regression/tests/float.c:
352           pic16 - excluded - data size too big
353         * support/regression/tests/onebyte.c:
354           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
355         * support/regression/tests/shifts.c:
356           pic16 - function names probably have to differ in first X characters
357           (gpasm limitation?)
358         * support/regression/tests/staticinit.c:
359           pic16 - excluded some tests due error: no target memory available for
360           section ".idata"
361
362 2006-05-22 Borut Razem <borut.razem AT siol.net>
363
364         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
365           second try. Thanks Stas Sergeev once more.
366
367 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
368
369         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
370           (genLeftShift, genRightShift): fixed bug 1491627
371         * src/hc08/peeph.def (rules 7, 8.x): added
372         * support/regression/tests/shifts.c (ShiftLeftByParam,
373           ShiftRightByParam, testShiftByParam): added to test variable shifting
374
375 2006-05-20 Raphael Neider <rneider AT web.de>
376
377         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
378         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
379           (allocReg): add only new registers to dynAllocRegs,
380           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
381             #1489055, #1445850, and probably #1483693
382
383 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
384
385         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
386         bug in for-loop that didn't emit the last of CONFIG and ID registers
387
388 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
389
390         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
391           with offset
392         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
393           1489016, 1434401 and 1490124
394         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
395           1489016, 1434401 and 1490124
396
397 2006-05-17 Borut Razem <borut.razem AT siol.net>
398
399         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
400           thanks Stas Sergeev
401
402 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
403
404         * device/include/mcs51/P89c51RD2.h,
405         * device/include/mcs51/P89LPC901.h,
406         * device/include/mcs51/P89LPC922.h,
407         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
408
409 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
410
411         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
412         to fix missing stack pragma in compiled binary object file,
413
414 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
415
416         * support/packihx/configure.in,
417         * support/packihx/configure: removed warning, autoconf >= 2.5x can
418         determine sizeof basic types even while cross compiling
419
420 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
421
422         * src/avr/gen.c (aopop),
423         * src/ds390/gen.c (aopOp),
424         * src/hc08/gen.c (aopOp),
425         * src/mcs51/gen.c (aopop),
426         * src/pic16/gen.c (pic16_aopOp),
427         * src/pic/gen.c (aopOp),
428         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
429         if size of operand is smaller than spill location
430
431 2006-05-12 Borut Razem <borut.razem AT siol.net>
432
433         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
434           have to have CR/LF line endings even if they are checked out on *nix
435           or on WIN32 in cygwin binmode
436
437 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
440         * device/include/ds80c390.h: added sfr16 definitions
441         * src/ds390/gen.c,
442         * src/ds390/gen.h,
443         * src/ds390/main.c,
444         * src/ds390/ralloc.c,
445         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
446           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
447           bit returning functions
448         * support/regression/tests/sfr16.c: enabled test on ds390
449
450 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
451
452         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
453         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
454
455 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
456
457         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
458         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
459           (cl_address_space constructor): removed expensive initialization,
460           (cl_address_space::get_cell): extended for late initialization,
461           (cl_address_space::*): use late initialization,
462           (cl_address_decoder::activate): removed expensive initialization,
463           This reduced regression test running time by 25%
464
465 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
466
467         * packihx/,
468         * configure.in,
469         * configure,
470         * sdcc.dsw,
471         * Makefile.bcc,
472         * Makefile.in,
473         * support/packihx/Makefile.in,
474         * support/packihx/clean.mk,
475         * support/packihx/Makefile.bcc,
476         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
477
478 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
479
480         * src/SDCCval.c (valNot): fix for regression test failure
481           of not.c on big endian hosts
482
483 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
484
485         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
486
487 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
488
489         * device/lib/mcs51/Makefile.in: changed string comparison operator
490           to = for POSIX compliance; == is bash extension
491
492 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
495           kosmonaut_pirx
496
497 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
498
499         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
500         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
501         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
502         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
503         bug report #1478657,
504
505 2006-05-05 Borut Razem <borut.razem AT siol.net>
506
507         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
508           making the html
509
510 2006-05-02 Borut Razem <borut.razem AT siol.net>
511
512         * doc/Makefile.in: removed *.ind dependency since there is no rule to
513           create *.ind, which made make to fail if invoked with -j 2
514
515 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
516
517         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
518           Hubert Sack for patch 1479782
519
520 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
521
522         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
523
524 2006-05-01 Raphael Neider <rneider AT web.de>
525
526         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
527           (create_pic): store only prefix-free device name,
528           (init_pic): check for device names with "16" prefix,
529           (list_valid_pics),
530         * src/pic/device.h (struct PIC_device),
531         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
532             stored device name,
533         * device/include/pic/pic12f{635,675,629,683}.h,
534         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
535         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
536         * device/include/pic/pic16f505.h,
537         * device/lib/pic/libdev/pic16f505.c: removed
538         * device/include/pic/pic14devices.txt: added support for pic12f
539             devices, removed unsupported non 16-bit devices
540             [above changes provided by patch from Zik Saleeba]
541         * src/pic/*, src/pic16/*, device/include/pic16/*,
542           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
543
544 2006-05-01 Borut Razem <borut.razem AT siol.net>
545
546         * configure.in, configure, doc/Makefile.in:
547           sync with nightly build makefile - latex, dvipdf and dvips
548           not needed any more
549
550 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
551
552         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
553         in the library source
554
555 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
556
557         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
558
559 2006-04-28 Raphael Neider <rneider AT web.de>
560
561         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
562         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
563           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
564         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
565
566 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
567
568         * device/lib/pic/libdev/Makefile.in,
569         * device/lib/hc08/Makefile.in,
570         * device/lib/gbz80/Makefile.in,
571         * device/lib/z80/Makefile.in,
572         * device/lib/ds390/Makefile.in,
573         * device/lib/ds400/Makefile.in: added srcdir to include search path,
574         thanks to Borut for the bug report
575         * configure.in,
576         * configure: always create doc/Makefile independent from --enable-doc
577         * Makefile.in: always install from directory doc independent from
578         --enable-doc
579         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
580         removed
581         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
582         * doc/Makefile.in: install *.txt if present
583         * device/include/Makefile.in (install): added installation of pic/*.inc
584         and pic/*.txt files again, they were erroneously removed
585
586 2006-04-28 Raphael Neider <rneider AT web.de>
587
588         * src/pic/{gen.c,main.h,pcode.c},
589         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
590             concerning signedness with casts
591
592 2006-04-28 Raphael Neider <rneider AT web.de>
593
594         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
595             definition of an interrupt handler,
596         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
597             interrupt handler stuff from picglue() to separate routine,
598           (picglue): enabled definition of intr handlers in files w/o main()
599
600 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
603           compilation with MSVC 2005 Express Edition (VC8)
604
605 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
606
607         * device/lib/Makefile: fixed build of gbz80 lib
608
609 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
610
611         * support/regression/tests/bug-460010.c,
612         * support/regression/tests/bug-524691.c,
613         * support/regression/tests/bug-716242.c: removed conditional defines
614           that are already in testfwk.h
615
616 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
619           (AccAXRsh1): added, shift right by 1,
620           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
621            AccAXLrl1
622         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
623
624 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
625
626         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
627         remove cast to same type
628         * src/SDCCast.c (decorateType): fix for RFE 1475742,
629         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
630         * as/z80/Makefile,
631         * link/z80/Makefile: removed, they have moved to
632         Makefile.in files
633         * configure,
634         * configure.in: replaced duplicate message about ucsim by missing sdcpp
635         * install-sh: fix bug #1204398 by setting umask 0022
636         * device/lib/Makefile: separate build of z80 and gbz80 lib
637
638 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
639
640         Enabled VPATH feature: changed nearly all Makefiles (149 files).
641         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
642
643         One basic decision: e.g. src/clean.mk includes further files. In order
644         to make this work there are two solutions:
645         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
646           run configure on them. This way they can use
647           'include $(srcdir)/port-clean.mk'
648         - always include clean.mk by the Makefile at the same level. To avoid
649           that `make clean` tries to include and build Makefile.dep the
650           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
651           implemented, because now even `make uninstall` doesn't create
652           Makefile.in. clean.mk could be eliminated by pasting it in
653           Makefile.in.
654
655         * debugger/mcs51/Makefile.in: build own objects from library sources
656         (SLIB, SDCC) in current directory
657
658         * configure, configure.in: renamed --disable-device-lib-build in
659         --disable-device-lib; added --enable-doc, the required tools are
660         searched by configure; added result message; the toolchain for the
661         belonging ports are now only built, if the port is enabled.
662
663         * support/regression/*: all output is written in directory gen, because
664         the fwk and ports directories don't livet in the build tree using vpath
665
666         * doc/sdccman.lyx: renamed --disable-device-lib-build to
667         --disable-device-lib, added --enable-doc, added section VPATH
668
669         * sim/ucsim/configure.in,
670         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
671         z80 are enabled by default
672
673 2006-04-24 Raphael Neider <rneider AT web.de>
674
675         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
676             to config word, "pic14_"-prefixed some extern functions
677           (pic14_emitConfigWord): emit __config directive(s) if assignment to
678             config word has been found
679         * src/pic/device.h: added prototypes
680         * src/pic/pcode.c: added "pic14_"-prefix where needed
681         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
682             fixup
683         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
684             words,
685           (pic14emitRegularMap): ignore config words,
686           (pic14createInterruptVect): moved generating __config directives away
687           (picglue): have __config directives emitted
688
689 2006-04-24 Borut Razem <borut.razem AT siol.net>
690
691         * doc/Makefile: sync with nightly build makefile
692
693 2006-04-24 Raphael Neider <rneider AT web.de>
694
695         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
696             registers that have not been assigned proper liveranges,
697             fixes #1469504 and #1474602,
698           (pCodeRegOptimizeRegUsage): fixed typo in comment
699
700 2006-04-24 Borut Razem <borut.razem AT siol.net>
701
702         * device/examples/main8051.c: deleted - it was removed from CVS
703           24.mar.2000 and after that modified 18.feb.2001, so it reappered
704           after the transition to Subversion
705         * src/SDCCalloc.h: deleted - it was removed  from CVS
706           3.feb.2001 and after that modified 18.feb.2001, so it reappered
707           after the transition to Subversion
708         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
709           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
710           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
711           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
712
713 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
714
715         * as/asx8051.dsp: added mcs51/strcmpi.h
716         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
717         * as/hc08/aslink.h: updated lnksect prototype
718         * as/hc08/asm.h,
719         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
720         * as/hc08/asmain.c,
721         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
722           (newdot): handle A_ABS
723         * as/hc08/asout.c,
724         * as/mcs51/asout.c (outarea): output address
725         * as/hc08/lkaomf51.c,
726         * as/mcs51/lkaomf51.c: disabled unused array UsageType
727         * as/hc08/m08pst.c,
728         * as/mcs51/i51pst.c,
729         * as/z80/z80pst.c: "ABS" is not A_OVR
730         * as/hc08/lkarea.c (newarea): read a_addr,
731           (lnkarea): added codemap array, sort absolute areas to the front,
732            combine all GSINITx/GSFINAL,
733           (find_empty_space, allocate_space): new functions,
734           (lnksect): return next address, handle absolute sections
735         * as/mcs51/lkarea.c (newarea): read a_addr,
736           lnksect2 prototype changed,
737           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
738           (find_empty_space, allocate_space): new, factored out of lnksect2,
739           (lnksect2): return next address, handle absolute sections
740         * as/hc08/lkhead.c,
741         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
742         * as/hc08/lklibr.c (addfile, fndsym),
743         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
744           index out of range and detect both '\' and '/'
745         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
746         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
747           regression tests (ds390 cannot return bool yet)
748         * doc/sdccman.lyx: changed version number, document changed --no-peep,
749           document critical interrupts on z80, document changed SDCC define
750         * src/asm.c (_asxxxx_mapping): fixed .org directive,
751           (_a390_mapping): added .org directive
752         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
753           (genMultOneByte): fixed warnings
754         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
755           ones
756         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
757         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
758           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
759         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
760         * src/pic16/main.c: removed newReg prototype
761         * src/pic16/pcode.c,
762         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
763           warnings
764         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
765           ones
766         * src/pic16/ralloc.c
767         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
768           to fix warnings
769         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
770           from short to PIC_OPTYPE
771         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
772         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
773           optype from short to PIC_OPTYPE
774         * src/port.h: made int_size unsigned to fix warnings
775         * src/SDCC.y: fixed warning on MSVC
776         * src/SDCCicode.c (getArraySizePtr): return unsigned int
777         * src/SDCCopt.c (convertToFcall): fixed warnings
778         * src/SDCCsymt.h: removed double prototype for genSymName
779         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
780           offset int to fix warnings
781
782 2006-04-22 Borut Razem <borut.razem AT siol.net>
783
784         * doc/sdccman.lyx, */Makefile, */Makefile.in:
785           references to CVS replaced with Subversion
786
787 2006-04-21 Borut Razem <borut.razem AT siol.net>
788
789         * doc/sdccman.lyx, */Makefile, */Makefile.in:
790           references to CVS replaced with Subversion
791
792 2006-04-19 Borut Razem <borut.razem AT siol.net>
793
794         * src/version.awk: adapted for svn
795         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
796           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
797           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
798           /binutils-avr/etc/*.vi, *.jin: removed all properties
799           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
800
801 2006-04-19 Borut Razem <borut.razem AT siol.net>
802
803         * CVS to Subversion migration completed
804
805 2006-04-18 Borut Razem <borut.razem AT siol.net>
806
807         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
808           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
809
810 2006-04-17 Borut Razem <borut.razem AT siol.net>
811
812         * device/include/Makefile.in: added pic/*.inc to the installation
813
814 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
815
816         * support/regression/collate-results.py: fixed output in case of
817         a valdiag error
818         * support/regression/generate-cases.py: fixed splitting of pathnames
819         with dots
820         * as/hc08/lklibr.c (addfile),
821         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
822
823 2006-04-11 Raphael Neider <rneider AT web.de>
824
825         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
826         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
827         * src/pic16/pcode.c (assignValnums): fixed #1460578
828
829 2006-04-11 Raphael Neider <rneider AT web.de>
830
831         * device/lib/pic/libdev/*.c,
832         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
833           fixes #1468739, enables compilation in --std-c99 mode
834         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
835
836 2006-04-11 Raphael Neider <rneider AT web.de>
837
838         * src/pic/device.c (find_device): removed debug output
839           (list_valid_pics): enabled verbose listing of supported devices
840         * device/include/stdbool.h: define bool as char for pic14/16 as well
841
842 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
843
844         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
845
846 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
847
848         * .version: bumped version to 2.5.6
849         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
850
851 2006-04-06 Raphael Neider <rneider AT web.de>
852
853         * .version: bumped version to 2.5.6 (pic14 ABI changed)
854         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
855         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
856           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
857             pic14_constructAbsMap
858           (pic14printPublics): declare absolute global symbols as global
859           (pic14createInterruptVect),
860         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
861           (newReg): assume new registers unused, use correct name in
862             hashtable (reg->name instead of name), more debugLog output
863         * src/pic/device.h (PIC_device): added fields for verbose output
864         * src/pic/device.c: moved device definition to pic14devices.txt,
865             added routines for runtime parsing of pic14devices.txt,
866             added support for second config word
867         * src/pic/main.c (_process_pragma): removed #pragma maxram,
868           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
869           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
870           (_pic14_parseOptions): moved pCodeInitRegisters here
871           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
872         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
873           (pCodeInitRegisters): rewrapped comments, perpared new approach to
874             handling the pseudo stack
875         * device/lib/Makefile.in: ignore failures in objects-pic16,
876         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
877         * device/lib/pic/NEWS: document new dependency on picXXX.lib
878         * device/lib/pic/Makefile.subdir,
879         * device/lib/pic16/Makefile.subdir: improved clean rules
880         * device/lib/pic/libdev/: NEW, pic14 device libraries
881         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
882         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
883         * device/include/Makefile.in: create subdir and install pic14 headers
884         * device/include/pic/p16f_common.inc: removed unused declarations
885         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
886             PICs from inc2h.pl v1.6,
887             replaced BIT_AT macros with struct declarations
888         * device/include/pic/pic14devices.txt: definition of supported devices,
889             all above improvements contributed by Zik Saleeba, thanks
890         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
891         * support/scripts/sdcc.nsi: also install pic14 device libraries and
892             headers
893
894 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * device/include/mcs51/c8051f410.h: added interrupt numbers,
897         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
898           thanks to Charles Olds
899
900 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
901
902         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
903
904 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
905
906         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
907         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
908         * support/regression/bug1464657.c: added, new test
909
910 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
911
912         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
913           version number
914
915 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
916
917         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
918           --no-peep and --peep-file <file> are used don't use default rules but
919           do use the <file>
920
921 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
922
923         * src/mcs51/gen.c (genCall): fixed bug 1457608
924
925 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
926
927         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
928         changes seem to cause (trigger?) problems with the build system.
929
930 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
931
932         * src/SDCCpeeph.c (operandsLiteral): new, added,
933           (callFuncByName): inserted operandsLiteral
934         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
935
936 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
937
938         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
939         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
940
941 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
944           implemented patch 1120823 Thanks to Willy De la Court (normal
945           interrupts need an interrupt number now if they are made critical),
946           and enabled nesting of critical functions though not for gbz80
947           (genCritical, genEndCritical): added functions
948           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
949         * src/z80/mappings.i: added "ei" to all mappings
950
951 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
952
953         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
954         submitted by the Debian SDCC maintainer Aurelien Jarno:
955         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
956         archive with gcc 4.1 on mips and wrote the patch"
957
958 2006-03-16 Raphael Neider <rneider AT web.de>
959
960         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
961           the left operand is shorter than the result (c* = lit-c* + int),
962           fixes bug #1450796
963         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
964           OP_SYMBOL
965
966 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
967
968         * src/.version: increased version number to 2.5.5
969         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
970         linking is done manually in pic16 port's _linkEdit,
971         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
972         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
973         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
974         allocate asmop as AOP_ACC,
975         (aopForRemat): added parameter 'bool result' in function declaration,
976         (pic16_aopGet): return AOP_ACC when accessing WREG,
977         (pic16_popGetTempReg): minor modification,
978         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
979         'pic16_allocWithIdx',
980         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
981         calling function in absolute addresses,
982         (genAssign): take into account AOP_ACC asmop,
983         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
984         * src/pic16/pcoderegs.c: some debug functions and lines added,
985         * src/pic16/ralloc.c (decodeRegType): added but commented out,
986         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
987         register too,
988         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
989         call to allocReg, not by manually allocating a new one,
990         (pic16_assignRegisters): now before going through the register
991         allocating functions mark all registers as free. This eliminates some
992         side effects resulting from peephole parser done earlier in the backbone
993
994 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * src/SDCCicode.c (geniCodeLogic),
997         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
998
999 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1000
1001         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1002           (genSend): bugfix, do not allocate and free twice,
1003           (shiftRLong): handle partially overlapping aops
1004         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1005
1006 2006-03-08 Borut Razem <borut.razem AT siol.net>
1007
1008         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1009           for pic16
1010
1011 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1012
1013         * support/regression/tests/bug1409955.c: new, added
1014         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1015         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1016           (aopForSym, aopOp): increment asmop.allocated if reused,
1017           (freeAsmop): decrement asmop.allocated and check for zero instead of
1018           using asmop.freed,
1019           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1020           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1021            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1022            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1023            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1024            genSignedRightShift, genRightShift, genDataPointerGet,
1025            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1026            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1027             in reverse order from allocation,
1028           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1029             added swappedLR to keep track
1030         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1031           pdata & code for GCC, z80, gbz80 & hc08
1032         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1033
1034 2006-03-08 Raphael Neider <rneider AT web.de>
1035
1036         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1037
1038 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1039
1040         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1041         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1042         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1043
1044 2006-03-06 Borut Razem <borut.razem AT siol.net>
1045
1046         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1047           made the linker quiet
1048
1049 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1050
1051         * src/pic16/gen.c (genPcall): fixed bug #1443644
1052         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1053         which dumps before the function entry point a data byte which represents
1054         the number of the local variables used by the specified function, added
1055         'xinst' for initial support for Extended Instruction Support,
1056         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1057         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1058         port->fun_prefix anymore (may change later),
1059         (genFunction, genEndFunction): do not store/restore local registers for
1060         _main (this should take care the --main-return command line option in
1061         the future),
1062         (genOr): removed some legacy pic-port instructions,
1063         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1064         performing operations with SFR's causes data to be written more than
1065         once to each SFR. Perhaps SFRs should be handled in special cases...
1066         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1067         pcode.h
1068         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1069         into account for stack starting position,
1070         (struct OPTIONS pic16_optionsTable): added command line argument
1071         --extended or -y for Extended Instruction Support,
1072         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1073         (deassignLRs): *** perhaps the most important change, old 'for' code
1074         (commented out for reference), didn't account for some registers which
1075         were left marked 'not free' after a pointer operation. The change
1076         reduces register usage a lot in some cases
1077
1078 2006-03-04 Borut Razem <borut.razem AT siol.net>
1079
1080         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1081           _clean
1082         * support/regression/tests/bug-524697.c: decreased array size for
1083           mcs51 to fit into the internal RAM
1084         * support/regression/Makefile.in: a little bit more verbose
1085
1086 2006-03-03 Borut Razem <borut.razem AT siol.net>
1087
1088         * support/regression/fwk/lib/testfwk.c,
1089           support/regression/fwk/include/testfwk.h: introduced function
1090           _prints(), nonrecursive _printn(), call _initEmu() from main()
1091         * support/regression/ports/gbz80/support.asm,
1092           support/regression/ports/ucz80/support.asm,
1093           support/regression/ports/z80/support.asm,
1094           support/regression/ports/ds390/support.c,
1095           support/regression/ports/hc08/support.c,
1096           support/regression/ports/host/support.c,
1097           support/regression/ports/mcs51/support.c,
1098           support/regression/ports/xa51/support.c: added empty _initEmu()
1099           function
1100         * support/regression/ports/pic16/gpsim.cmd,
1101           support/regression/ports/pic16/spec.mk,
1102           support/regression/ports/pic16/support.c,
1103           support/regression/Makefile.in: added pic16 regression test
1104
1105 2006-03-01 Raphael Neider <rneider AT web.de>
1106
1107         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1108           genConstPointerGet): use safe way of generating MOVFF to cover
1109             literals as well as registers, fixes bug #1440527
1110         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1111             dereference
1112           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1113             more correctly, fixes bug #1232186
1114           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1115         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1116             gplink guess the correct processor in more cases, applied patch
1117             from Till Riedel attached to and fixing bug #1436552
1118
1119 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1120
1121         * support/regression/tests/array.c: added, contains check for #1434401
1122         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1123
1124 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1125
1126         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1127         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1128         * device/include/mcs51/c8051f326.h,
1129         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1130         * device/include/mcs51/c8051f000.h,
1131         * device/include/mcs51/c8051f018.h,
1132         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1133           PCON_IDLE,PCON_STOP and added sfr16 definitions
1134
1135 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1136
1137         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1138           genGetWord): fixed bug 1409955
1139
1140 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1141
1142         * device/include/hc08/mc68hc908gp32.h,
1143         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1144
1145 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1146
1147         * src/SDCCast.c (constExprValue): return NULL if not a value
1148         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1149         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1150         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1151
1152 2006-02-13 Borut Razem <borut.razem AT siol.net>
1153
1154         * src/regression/ptrarg.c: added, fails due to bug #1430967
1155         * src/regression/Makefile: ptrarg.c added, ...
1156
1157 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1158
1159         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1160         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1161
1162 2006-02-11 Borut Razem <borut.razem AT siol.net>
1163
1164         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1165           print "Processor: xxx" message to stdout only if --verbose
1166
1167 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1170         * support/regression/tests/bug1426356.c: added
1171         * support/regression/tests/bitfields.c: removed 2 tests
1172
1173 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1176         * device/include/mcs51/c8051f330.h,
1177         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1178           PCON_IDLE,PCON_STOP and added sfr16 definitions
1179         * device/lib/_divsint.c,
1180         * device/lib/_divuint.c,
1181         * device/lib/_divulong.c,
1182         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1183           register bank bug for small stackauto
1184
1185 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1186
1187         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1188
1189 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1190
1191         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1192         * all.dsp: corrected several bin paths
1193         * device/include/mcs51/c8051f120.h,
1194         * device/include/mcs51/c8051f300.h,
1195         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1196           to PCON_IDLE,PCON_STOP
1197         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1198         * device/lib/printf_large.c (output_float): fixed bug 1388703
1199         * support/regression/tests/bug1057979.c: added test for bug 1388703
1200
1201 2006-02-08 Raphael Neider <rneider AT web.de>
1202
1203         * src/pic/pcode.c (pciTRIS): fixed typo,
1204           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1205           (LinkFlow): fixed handling of flows that end in a call,
1206           (ReuseReg): perform safety check earlier
1207         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1208             to work with flows at the beginning of a pBlock,
1209             fixes #1426557 (Symbol not previously defined),
1210           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1211             usage information
1212           (RemoveUnusedRegisters): update register usage info
1213         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1214             created, reuse existing ones instead
1215         * src/pic/gen.c (genPcall): fixed #1424719
1216
1217 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1218
1219         * link/z80/lkmain.c,
1220         * link/z80/lklex.c,
1221         * link/z80/lkdata.c,
1222         * link/z80/aslink.h: fixed build on current cygwin:
1223         replaced getline() by lk_getline()
1224
1225 2006-02-01 Borut Razem <borut.razem AT siol.net>
1226
1227         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1228           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1229           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1230           src/regression/bool1.c, src/regression/bool2.c,
1231           src/regression/bool3.c, src/regression/call1.c,
1232           src/regression/compare.c, src/regression/compare10.c,
1233           src/regression/compare2.c, src/regression/compare3.c,
1234           src/regression/compare4.c, src/regression/compare5.c,
1235           src/regression/compare6.c, src/regression/compare7.c,
1236           src/regression/compare8.c, src/regression/compare9.c,
1237           src/regression/configword.c, src/regression/for.c,
1238           src/regression/inline.c, src/regression/mult1.c,
1239           src/regression/nestfor.c, src/regression/or1.c,
1240           src/regression/pointer1.c, src/regression/ptrfunc.c,
1241           src/regression/rotate1.c, src/regression/rotate2.c,
1242           src/regression/rotate3.c, src/regression/rotate4.c,
1243           src/regression/rotate5.c, src/regression/rotate6.c,
1244           src/regression/rotate7.c, src/regression/string1.c,
1245           src/regression/struct1.c, src/regression/sub.c,
1246           src/regression/sub2.c, src/regression/switch1.c,
1247           src/regression/while.c, src/regression/xor.c,
1248           src/regression/create_stc, src/regression/simulate,
1249           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1250           regression tests
1251         * src/regression/gpsim_assert.h: added
1252
1253 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1254
1255         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1256         ((void (code *) (void)) 0) ();
1257         * as/hc08/aslex.c,
1258         * as/hc08/aslink.h,
1259         * as/hc08/asm.h,
1260         * as/hc08/asmain.c,
1261         * as/hc08/lkdata.c,
1262         * as/hc08/lklex.c,
1263         * as/hc08/lkmain.c,
1264         * as/mcs51/aslex.c,
1265         * as/mcs51/aslink.h,
1266         * as/mcs51/asm.h,
1267         * as/mcs51/asmain.c,
1268         * as/mcs51/lkdata.c,
1269         * as/mcs51/lklex.c,
1270         * as/mcs51/lkmain.c,
1271         * as/z80/aslex.c,
1272         * as/z80/asm.h,
1273         * as/z80/asmain.c: fixed build on current cygwin:
1274         replaced getline() by as_getline()
1275
1276 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1277
1278         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1279         declarator in the symbol chain
1280         * src/SDCCsymt.h,
1281         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1282         parameter list for function pointers
1283         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1284         * support/regression/tests/bug-716242.c: added
1285
1286 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1287
1288         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1289         offset if possible
1290         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1291
1292 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1293
1294         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1295         inifinitely recurseable, added static
1296         * support/regression/tests/bug-1408066.c: added
1297
1298 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1299
1300         * src/SDCCicode.h,
1301         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1302         renamed, added possibility to create "postLoopLbl"-labels
1303         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1304         newiTempLoopHeaderLabel
1305         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1306         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1307         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1308         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1309         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1310         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1311         (basicInduction): fixed bug #136564, made static,
1312         (loopInduction): changed parameter of basicInduction, made static,
1313         (addPostLoopBlock): added
1314         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1315         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1316         findLoopEndSeq
1317         * support/regression/tests/bug-136564.c: added
1318         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1319         --std-sdcc99 to LIBSDCCFLAGS
1320
1321 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1322
1323         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1324         while loop
1325         * support/regression/tests/bug-1406131.c: added
1326
1327 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1328
1329         * src/SDCCast.c (decorateType): fix promotion of unary minus
1330         * src/SDCCsymt.c (computeType): beautified
1331         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1332         (valUnaryPM, valComplement): fix sign and promotion,
1333         (valNot): ANSI: result type is int (SDCC: unsigned char)
1334         * support/regression/tests/uminus.c: speedup by removing superflous
1335         test case 'int'
1336         * support/regression/tests/onebyte.c: added promotion and signedness
1337         tests for unary minus
1338         * support/regressions/tests/bug-477927.c: disable warning about
1339         uninitialized variables
1340         * support/regression/tests/not.c: added
1341
1342 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1343
1344         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1345         * src/mcs51/gen.c (gen51Code): show final register usage after
1346         fillGaps in asm with --i-code-in-asm
1347         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1348         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1349         incUsed, rliveClear, adjustIChain): made static,
1350         (setFromRange): excluded because it's unused,
1351         (findPrevUseSym, markWholeLoop): added,
1352         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1353         through all branches of predecessors enables sdcc to emit the warning
1354         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1355         (rlivePoint): made static, added parameter emitWarnings which is only
1356         true during the first run out of two,
1357         (findRecursiveSucc, findRecursivePred): removed,
1358         (computeLiveRanges): made static, added parameter emitWarnings,
1359         (dumpIcRlive): added for debugging only
1360         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1361         removed prototype of setFromRange()
1362         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1363         in call of computeLiveRanges()
1364         * support/regression/tests/bug-895992.c: added
1365         * support/regression/tests/bug-971834.c: added
1366         * support/valdiag/tests/bug-895992.c: added
1367         * support/valdiag/tests/bug-971834.c: added
1368
1369 2005-12-18 Raphael Neider <rneider AT web.de>
1370
1371         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1372           (genUnpackBits): improved code for direct operands,
1373           (genPackBits): improved code for literal assignment to bitfields
1374             and for direct destination operands (no FSR indirection),
1375             prevented redundant AND, fixes #1362800,
1376           (AccLsh): added parameter to disable masking of the result
1377         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1378           skip instructions with side-effects (like incfsz),
1379           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1380         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1381         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1382           fixes #1375263
1383
1384 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1385
1386         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1387         volatile variables as spill location
1388
1389 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1390
1391         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1392         replacing literals
1393         * support/regression/tests/bug-1376320.c: added
1394
1395 2005-12-08 Raphael Neider <rneider AT web.de>
1396
1397         * src/pic/device.c: renamed is_shared to pic14_is_shared
1398         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1399         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1400           (is_valid_identifier): added for above workaround
1401
1402 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1403
1404         * device/lib/Makefile.in: fixed to enable port-specific-objects
1405         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1406           char, thanks Hubert Sack
1407         * doc/sdccman.lyx: documented --xstack-loc,
1408           elaborated a bit more on interrupts and pitfalls,
1409           removed "setjmp/longjmp unsupported",
1410           documented some unsupported C99 features
1411         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1412         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1413           if, thanks Hubert Sack
1414         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1415         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1416           make make_library
1417         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1418           regression tests can report resource usage (rfe 700441)
1419         * support/regression/collate-results.py: report resource usage
1420         * support/regression/ports/ds390/spec.mk,
1421         * support/regression/ports/hc08/spec.mk,
1422         * support/regression/ports/mcs51/spec.mk,
1423         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1424         * support/regression/ports/ds390/uCsim.cmd,
1425         * support/regression/ports/hc08/uCsim.cmd,
1426         * support/regression/ports/mcs51/uCsim.cmd,
1427         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1428         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1429           library, use the default one
1430         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1431           building the library
1432
1433 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1434
1435         * config.dsp: added dependency on .version and configure_vc.awk
1436         * device/include/setjmp.h: updated for --stack-auto and --xstack
1437         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1438         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1439         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1440         * device/lib/libsdcc.lib: added _setjmp
1441         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1442           (decorateType): fixed bug 1372851,
1443           (optimizeGetHbit): fixed warning
1444         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1445           array initialisation
1446         * support/regression/tests/bug1057979.c: added test for bug 1358192
1447         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1448
1449 2005-12-03 Borut Razem <borut.razem AT siol.net>
1450
1451         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1452           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1453
1454 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1455
1456         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1457         createIval): implement symbol independant "flexible array member",
1458         (createIvalCharPtr): implemented flexible array initialisation with a
1459         string
1460         * src/SDCCsymt.c (copyStruct): removed,
1461         (getSize): fixed misleading comment,
1462         (getAllocSize): removed, the additional allocation size is now in
1463         sym->flexArrayLength,
1464         (checkStructFlexArray): new, syntax checks for flexible array members,
1465         (compStructSize): added syntax checks for "flexible array members"
1466         (copyStruct): removed,
1467         (copyLinkChain): removed inefficient fix for bug 770487
1468         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1469         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1470         symbol->flexArrayLength
1471         * src/SDCCerr.c,
1472         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1473         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1474         * support/regression/tests/structflexarray.c: added
1475         * support/valdiag/tests/structflexiblearray.c: added
1476
1477 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/SDCCast.c (decorateType): fixed bug 1368489
1480         * support/Util/SDCCerr.c,
1481         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1482
1483 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1484
1485         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1486           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1487
1488 2005-11-27 Borut Razem <borut.razem AT siol.net>
1489
1490         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1491           support/cpp2/mkdeps.h: added command line option
1492           -obj-ext=<extension> to SDCPP to define object file externion, used
1493           for generation of make dependencies (-M)
1494         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1495
1496 2005-11-26 Borut Razem <borut.razem AT siol.net>
1497
1498         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1499           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1500           added pic and pic16 libraries
1501
1502 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1503
1504         * device/include/float.h: Corrected typo in prototype of __fsgt
1505
1506 2005-11-25 Borut Razem <borut.razem AT siol.net>
1507
1508         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1509           added creation of model-mcs51-stack-auto libraries
1510
1511 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1512
1513         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1514         and fields-list too
1515         * src/SDCCast.c (createIvalArray): removed obsolete comment
1516
1517 2005-11-24 Borut Razem <borut.razem AT siol.net>
1518
1519         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1520           added missing device/lib/mcs51/crt*.asm sources
1521
1522 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1523
1524         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1525
1526 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1527
1528         * device/lib/_fs2schar.c,
1529         * device/lib/_fs2sint.c,
1530         * device/lib/_fs2slong.c: optimized inline asm
1531
1532 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1533
1534         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1535           Better handling of floats between -1.0 and 0.0.
1536
1537 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1538
1539         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1540           (the missing "if"s prohibited removal of redundant labels)
1541
1542 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1543
1544         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1545           Properly convert floats between -1.0 and 0.0 to long, int, and char
1546           types (max integer value of negative floats tends to zero).
1547         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1548           Removed changes made so to work properly with floats between
1549           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1550           and _fs2char.c
1551
1552 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1553
1554         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1555         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1556         (genCast) cosmetic change
1557         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1558         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1559         from mcs51
1560         * support/regression/tests/bitfields (testSignedBitfields): added
1561
1562 2005-11-18 Borut Razem <borut.razem AT siol.net>
1563
1564         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1565         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1566           introduced SILENT option to make building of pic16 libraries less
1567
1568 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1569
1570         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1571           Now they work properly with floats between -1.0 and 0.0
1572         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1573
1574 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * src/SDCCicode.c (printOperand): added missing else
1577
1578 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1579
1580         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1581         reformatted for better readability
1582         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1583         signed bitfields
1584
1585 2005-11-17 Borut Razem <borut.razem AT siol.net>
1586
1587         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1588           introduced SILENT option to make building of pic16 libraries less
1589           verbose - used for nightly snapshot build
1590         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1591           available on Win32 platforms.
1592         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1593           medium, large, pic and pic16
1594
1595 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1596
1597         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1598           printf("%f"...) sets fraction to zero.
1599
1600 2005-11-16 Raphael Neider <rneider AT web.de>
1601
1602         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1603           fixes #1357221
1604         * src/pic/gen.c (genIfx): implemented for CARRY bit
1605         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1606           to generic pointers, fixes #1357332,
1607           (pic16_movLit2f): NEW,
1608           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1609
1610 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1611
1612         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1613
1614 2005-11-11 Raphael Neider <rneider AT web.de>
1615
1616         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1617         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1618           compute pointer's type from operand,
1619           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1620           improved single bit reads, fixes bug #1353379
1621
1622 2005-11-09 Borut Razem <borut.razem AT siol.net>
1623
1624         * support/scripts/sdcc.nsi: added lib/pic to the package
1625
1626 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1627
1628         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1629
1630 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1631
1632         * support/regression/tests/bug1348008.c: added
1633         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1634         * support/regression/tests/bug1337835.c: updated comment
1635
1636 2005-11-06 Borut Razem <borut.razem AT siol.net>
1637
1638         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1639           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1640           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1641           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1642           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1643           dynamic construction of cl_error_class and derivates - 2.nd try
1644
1645 2005-11-05 Borut Razem <borut.razem AT siol.net>
1646
1647         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1648           bug, which caused Bus Errors on sparc solaris
1649
1650 2005-11-04 Borut Razem <borut.razem AT siol.net>
1651
1652         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1653           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1654           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1655           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1656           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1657           and derivates to resolve the initialization problem on OSX
1658
1659 2005-11-02 Borut Razem <borut.razem AT siol.net>
1660
1661         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1662           corrected typo - #include <winsock2.h>
1663
1664 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1665
1666         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1667           (_asxxxx_mapping): added org directive for future enhancements
1668
1669 2005-11-01 Borut Razem <borut.razem AT siol.net>
1670
1671         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1672           enabled sockets on WIN32
1673         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1674
1675 2005-10-31 Borut Razem <borut.razem AT siol.net>
1676
1677         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1678           WIN32 backslash path delimiters should be escaped when used in C strings
1679         * support/regression/tests/bitfields.c: exclude failing assertions for
1680           __CYGWIN32__ and __MINGW32__ hosts
1681
1682 2005-10-30 Borut Razem <borut.razem AT siol.net>
1683
1684         * src/SDCCutil.c: corrected double comparison typo
1685
1686 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1687
1688         * device/lib/medium/Makefile: added for new memory model medium
1689         * device/include/asm/mcs51/features.h: updated for medium/pdata
1690         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1691           added Multiply & Accumulate sbit's and MAC0_PAGE define
1692         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1693         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1694         * device/lib/_mullong.c: update for medium model
1695         * device/lib/incl.mk: added medium model
1696         * doc/sdccman.lyx: documented medium model
1697         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1698         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1699         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1700         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1701           (allocParms): set SCLS and OCLS to pdata for medium model
1702         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1703           for pdata,
1704           (powof2): return <0 if not power of 2
1705         * src/avr/gen.c (genBitWise): use updated powof2
1706         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1707           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1708           (shiftLLeftOrResult): use B if necessary
1709         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1710         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1711         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1712         * support/regression/Makefile.in: added test-mcs51-medium
1713         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1714
1715 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1716
1717         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1718         specifier unsigned
1719         * device/lib/time.c (mktime): fixed bug 1334315
1720
1721 2005-10-28 Raphael Neider <rneider AT web.de>
1722
1723         * device/include/pic/p16f_common.inc: added common declarations
1724         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1725
1726 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1727
1728         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1729           (aopPutUsesAcc): added to predict accumulator use,
1730           (assignResultValue): save acc if necessary,
1731           (genMinusDec): store result if indirectly addressed,
1732           (genDivOneByte):  save acc if necessary,
1733           (movLeft2Result): bugfix if left already in acc,
1734           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1735             attention to accumulator use (esp. pdata),
1736           (genReceive): receive pdata correctly
1737         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1738         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1739
1740 2005-10-27 Raphael Neider <rneider AT web.de>
1741
1742         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1743
1744 2005-10-27 Raphael Neider <rneider AT web.de>
1745
1746         * .version: changed version to 2.5.4
1747         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1748         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1749           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1750             arithmetics support routines
1751         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1752         * device/lib/Makefile.in: also create installdir for pic
1753
1754         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1755           pic14 port as well
1756         * src/pic/device.c (dump_sfr): rewritten to delegate register
1757           placement to the linker (use `extern sym' rather than sym EQU addr),
1758           (validAddress): fixed to check last specified address
1759         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1760           (popGetLit): truncate literal value to 8 bit,
1761           (popGet): moved assert to more appropriate place
1762           (popGetExternal): create pCode operand from and mark the according
1763             symbol as being `extern'
1764           (popGetAddr): added sanity check on immediate's offset, provide
1765             GPOINTER tag on demand
1766           (aopPut): fixed for immediates,
1767           (mov2w_op): move operand's address or contents to WREG (depending on
1768             operand type), safer variant of mov2w,
1769           (movwf,call_libraryfunc): NEW, handy abbreviations,
1770           (get_argument_pcop,get_return_val_pcop,pass_argument,
1771           get_returnvalue): interface for accessing function parameters and
1772             return values,
1773           (assignResultValuei,genRet): use new parameter/return value interface
1774           (pic14_getDataSize): back to old version handling generic pointers,
1775           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1776             provided implementation and/or fixed old one,
1777           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1778             calls, removed legacy 8051 reference code
1779           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1780           (loadSignToC): NEW, move the operands sign bit to CARRY,
1781           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1782             genRightShiftSigned, accepts negative shift counts,
1783           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1784           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1785             generic pointers, __data pointers and __code pointers,
1786           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1787             and signed bitfields, limit bitfields to 8 bit,
1788           (genDataPointerGet): fixed number of bytes read,
1789           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1790           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1791             pointers to constant data are no longer assumed to point to __code
1792             space, removed invalid pointer types,
1793           (bitpatternFromVal): retrieve the PICs representation of an integer
1794             or float literal,
1795           (genDataPointerSet): fixed assigning to po_immediate operands,
1796           (genGenPointerSet): implemented as library call,
1797           (genIfx): fixed incorrect condition,
1798           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1799             provide GPOINTER tag according to destination's storage class,
1800           (genCast): added code to handle casting to generic pointers, added
1801             sign-/zero extension of the result
1802           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1803         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1804         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1805           extend the result
1806         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1807           address/register resides in the shared banks
1808           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1809             put all variables into separate sections (have the linker arrange
1810             them)
1811           (picglue): put init code and interrupt handlers in separate sections
1812         * src/pic/main.c: added port specific options table, modified to PORT
1813           structure to make GPOINTERs 3 byte, added pic14_options
1814           (_pic14_do_link): private linking routine (update paths to libraries,
1815             add libsdcc.lib by default)
1816         * src/pic/main.h: declare pic14_options
1817         * src/pic/pcode.c: fixed instructions i/o relations,
1818           (RegCond): reverted to correct version,
1819           (newpCodeOpLit): truncate literals to 8 bit,
1820           (genericPrint): added debug output,
1821           (getRegFromInstruction): fixed for various operand types, simplified
1822           (BuildFlow): fixed broken handling of isntructions with labels
1823           (LinkFlow): start at last instruction in flow (skip trailing comments),
1824             pass the flow on to the next instruction after CALL
1825           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1826           (insertPCodeInstruction): fixed inserting after a skip instruction,
1827           (DoBankSelect): fixed for labeled instructions
1828           (OptimizepBlock): honor --nopeep switch
1829           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1830         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1831         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1832           (pCodeOptime2pCodes): allow disabling this optimization via
1833             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1834             but is still buggy), started implementation of a dataflow based
1835             pCode optimization (CSE + dead code elimination)
1836           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1837         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1838           names are independant of the stack location and therefore portable across
1839           devices
1840
1841 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1842
1843         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1844           (selectSpil): fixed bug 1337835 by not spilling bit variables
1845         * support/regression/tests/bug1337835.c: added test for this bug
1846         * src/mcs51/peeph.def: restart after rule 3.c,
1847           addded rules 263.x to optimize loading constants
1848
1849 2005-10-26 Raphael Neider <rneider AT web.de>
1850
1851         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1852         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1853           (genAssign): emit warning when casting literals to generic pointer
1854             type, also applies when taking the address of a fixed variable,
1855           (genCast): improved casting to generic pointers
1856         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1857           extern variables, added verbose error message
1858         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1859
1860 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1861
1862         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1863         carry must be complemented too
1864         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1865         could be emitted by genMinus
1866         * src/SDCCval.c (constVal): fixed bug 1305065
1867
1868 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1869
1870         * src/SDCCast.c (addCast): added promotion for bit variables
1871         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1872         promotion casts + optimisation
1873         (optimizeGetWord): fix warning 'i' might be used uninitialized
1874         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1875         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1876
1877 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1878
1879         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1880         all chars are promoted to int; promotion should be handled in SDCCast.c
1881
1882 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1883
1884         * device/lib/_strcmp.c: Fixed bug 1326457
1885
1886 2005-10-11 Raphael Neider <rneider AT web.de>
1887
1888         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1889         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1890
1891 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1892
1893         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1894         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1895
1896 2005-10-04 Raphael Neider <rneider AT web.de>
1897
1898         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1899           device/lib/pic16/pics.all: added pic18f1320
1900         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1901
1902 2005-09-30 Raphael Neider <rneider AT web.de>
1903
1904         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1905         * src/pic16/devices.inc: NEW, provides device descriptions
1906         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1907
1908 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1909
1910         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1911           GETHBIT
1912
1913 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1916           documented Any Order Bit, Higher Order Byte and Higher Order Word
1917         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1918         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1919           (optimizeGetAbit): new, to get any bit, not only the high bit,
1920           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1921           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1922           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1923           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1924             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1925             GETABIT, GETBYTE, GETWORD: decorate them,
1926           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1927           (ast_print): added GETABIT, GETBYTE, GETWORD
1928         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1929         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1930           (geniCodeBinary): new generic binary icode,
1931           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1932         * src/port.h: updated comment for PORT.hasExtBitOp
1933         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1934           (genGetByte): new, to get a single byte,
1935           (genGetWord): new, to get a word from a long,
1936           (gen51Code): added GETABIT, GETBYTE, GETWORD
1937         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1938
1939 2005-09-23 Raphael Neider <rneider AT web.de>
1940
1941         * configure.in, configure: have device/lib/pic configured
1942         * device/lib/Makefile.in: added model-pic14
1943         * device/lib/clean.mk: added pic/ to clean rule
1944         * device/lib/pic: added rudimentary pic14 library providing support
1945           functions for multiplication/division/generic pointer access
1946         * src/SDCCopt.c (convilong): mark support functions as extern
1947           for pic14 port as well
1948         * src/pic/gen.c (genMult): added assertions,
1949           (genpic14Code): emit warning on unhandled iCodes
1950         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1951         * src/pic/pcode.c (pCodeOpCopy),
1952         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1953           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1954           SFR_REGISTER}), made safe for future extensions
1955         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1956           instructions even if preceeded by SKIP instructions (also remove
1957           them); removed unused code
1958         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1959           prevents leaving parts of the structure uninitialized after copying
1960
1961 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1962
1963         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1964           ago by me
1965         * support/regression/tests/addsub.c: added test for the bug
1966
1967 2005-09-21 Raphael Neider <rneider AT web.de>
1968
1969         * device/include/pic16/pic18f1220.h,
1970           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1971         * device/lib/pic16/Makefile.rules: added missing opening paren
1972         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1973           are provided in genutils.c,
1974           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1975           operand/result sizes,
1976           (genCmp): assert on NULL pointers first, then check deref'ed values
1977         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1978           result size
1979
1980 2005-09-18 Raphael Neider <rneider AT web.de>
1981
1982         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1983           as these are now unused,
1984           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1985         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1986           local, avoids uninitialized pointer dereference on r->name
1987         * src/pic16/ralloc.c (newReg): fixed indentation
1988
1989 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1990
1991         * src/SDCCval.c (constVal): fixed bug 730366
1992         * support/Util/SDCCerr.c,
1993         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1994
1995 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1998
1999 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2000
2001         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2002
2003 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2004
2005         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2006           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2007         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2008           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2009         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2010         * packihx/packihx.c (hexDigit): made c unsigned char
2011         * as/mcs51/lklibr.c (fndsym),
2012         * link/z80/lkgb.c (gb),
2013         * link/z80/lklibr.c (fndsym),
2014         * link/z80/lkrloc.c (relr),
2015         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2016         * src/SDCC.lex (checkCurrFile, process_pragma),
2017         * src/SDCCglue.c (spacesToUnderscores),
2018         * src/SDCCmain.c (setParseWithComma, processFile),
2019         * src/asm.c (tvsprintf, printCLine),
2020         * src/avr/gen.c (emitcode, aopPut),
2021         * src/ds390/gen.c (emitcode),
2022         * src/hc08/gen.c (emitcode, emitinline),
2023         * src/mcs51/gen.c (emitcode, genInline),
2024         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2025           tokenizeLineNode),
2026         * src/pic/ralloc.c (debugLog),
2027         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2028           tokenizeLineNode),
2029         * src/pic16/ralloc.c (debugLog),
2030         * src/z80/main.c (_process_pragma):
2031            made all ctype.h function calls safe
2032         * src/SDCCopt.c: include math.h for fabs
2033         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2034           and used them throughout the code to make ctype.h function calls safe
2035         * src/ds390/main.c (asmLineNodeFromLineNode),
2036         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2037         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2038            unsigned char*
2039         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2040           (newpCodeAsmDir): made ctype.h function calls safe
2041         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2042           pic16_emitcode):  made lbp unsigned char*
2043         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2044           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2045         * src/xa51/gen.c (emitcode),
2046         * src/z80/gen.c (_emit2): made lbp unsigned char*
2047         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2048            char*
2049
2050 2005-09-05 Raphael Neider <rneider AT web.de>
2051
2052         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2053           access bank splitpoint
2054
2055 2005-09-05 Raphael Neider <rneider AT web.de>
2056
2057         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2058
2059 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2060
2061         * .version: changed to version 2.5.3
2062         * doc/sdccman.lyx: changed version to 2.5.3,
2063           documented --codeseg and --constseg and pragma codeseg and constseg,
2064           documented bit parameters (reentrant) and bit returning
2065         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2066            currFunc->recvSize, but is this ok for all ports?
2067           (ast2iCode): result of ~ on unsigned char must be cast to int for
2068            bool to work
2069         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2070           function pointers in bit space
2071         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2072           (processFuncArgs): call port.reg_parm() with reentrancy info
2073         * src/port.h,
2074         * src/avr/main.c,
2075         * src/ds390/main.c,
2076         * src/hc08/main.c,
2077         * src/pic/main.c,
2078         * src/pic16/main.c,
2079         * src/xa51/main.c,
2080         * src/z80/main.c: port.reg_parm prototype extended with
2081           "bool reentrant" parameter
2082         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2083           options.stackAuto for allocating bit register parameters
2084         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2085           (genSend): set BitBankUsed if it is,
2086           (selectRegBank): factored out of genCall for use in genPcall,
2087           (genCall): removed redundant dtype assignmen, use selectRegBank,
2088           (genPcall): handle returning in Carry properly, save in F0 if needed,
2089           (genReceive): handle bit register parameters
2090         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2091           (mcs51_assignRegisters): enable bit registers for all reentrant
2092            functions and don't set BitBankUsed unconditionally
2093         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2094         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2095         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2096
2097 2005-08-27 Borut Razem <borut.razem AT siol.net>
2098
2099         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2100         ppc-osx (Darwin) does not support -u option. It seems that it is
2101         supported only on Linux - GNU cp
2102
2103 2005-08-25 Borut Razem <borut.razem AT siol.net>
2104
2105         * sim/ucsim/gui.src/serio.src/Makefile.in,
2106           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2107           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2108           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2109           install and strip, since the strip at /usr/ccs/bin should be used
2110           on solaris
2111
2112 2005-08-24 Borut Razem <borut.razem AT siol.net>
2113
2114         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2115
2116 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2117
2118         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2119         ffffffffu
2120
2121 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2122
2123         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2124         * as/mcs51/lkmain.c (link_main): fixed warning
2125         * device/include/stdbool.h: ds390 has no advanced bit support yet
2126         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2127         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2128         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2129           and updated their macros
2130         * src/SDCCval.c (constVal): updated comment for renamed b_long
2131
2132 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2135         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2136           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2137           (oprio): set priority for '['
2138         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2139            and adb_24_bit
2140         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2141         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2142         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2143         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2144           added overlayable BIT_BANK area
2145         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2146           (summary2): explain 'T' in legenda
2147         * as/mcs51/lkrloc.c: replaced old K&R style,
2148           (relr): added R_BIT processing,
2149           (errmsg): added "Bit-addressable relocation error",
2150           (adb_bit): added for converting from byte- to bit-addressable space,
2151           (adb_24_bit): added for converting from byte- to bit-addressable space
2152         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2153            used in reentrant functions now even as return value
2154         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2155         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2156           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2157         * src/SDCCglobl.h: added indicator BitBankUsed
2158         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2159            the bit registers b0-b7
2160         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2161           (geniCodeCast): fixed bug 1263853,
2162           (geniCodeLogicAndOr): put result in bool or char,
2163           (geniCodeReceive): added parameter func for accessing the return type,
2164           (geniCodeFunctionBody): pass func to geniCodeReceive
2165         * src/SDCCmain.c: added indicator BitBankUsed
2166         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2167         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2168           (checkSClass): don't put automatic bool/bit on stack,
2169           (checkFunction): removed check on function cannot return bit
2170         * src/SDCCsymt.h: added newBoolLink prototype
2171         * src/mcs51/gen.c (rb1regs): added bit registers,
2172           (movc): created for assigning to carry,
2173           (pushReg, popReg): created for pushing registers,
2174           (sameRegs): check both AOP_REG and AOP_CRY types,
2175           (aopOp): handle bit registers,
2176           (aopPut): optimization no self-assign,
2177           (saveRegisters): push reg->base (bits) only once for bit registers,
2178            and use pushReg,
2179           (unsaveRegisters): pop reg->base only once and use popReg,
2180           (assignResultValue): added parameter func and return in carry for bits,
2181           (genIpush): optimization no reload in A if not changed,
2182           (genSend): bit parameters in reentrant functions are passed in bit
2183            registers by first assigning to bits in B, then save registers and
2184            copy B to bits,
2185           (genCall): handle returning in Carry properly, save it in F0 if needed,
2186           (genPcall): updated assignResultValue call, this is not safe yet for bit
2187            returning function !!!
2188           (genFunction): don't generate equ's for bit registers and use pushReg,
2189           (genEndFunction): take care of bit returning functions and use popReg,
2190           (genRet): return bit in Carry,
2191           (genIfx): optimize bit registers and other directly addressable bits,
2192           (genReceive): updated assignResultValue call
2193         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2194           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2195            registers when using stack-auto
2196         * src/mcs51/ralloc.c (_G): added allBitregs,
2197           (regs8051): added the bit registers,
2198           (createStackSpil): use macro IS_BIT,
2199           (getRegBit): added to allocate a bit register, else spill,
2200           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2201           (updateRegUsage): factored out to ease stepping while debugging,
2202           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2203            also allocate bit registers,
2204           (fillGaps): handle bit registers,
2205           (findAllBitregs): added to create bit vector with all bit registers,
2206           (mcs51_allBitregs): returns this bit vector,
2207           (mcs51_assignRegisters): when using stack-auto use bit registers for
2208            passing parameters and creating local variables
2209         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2210
2211 2005-08-22 Borut Razem <borut.razem AT siol.net>
2212
2213         * device/lib/Makefile.in: replaced find option -or with -o
2214           to make it run on solaris
2215
2216 2005-08-22 Raphael Neider <rneider AT web.de>
2217
2218         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2219           fixes #1265442 (crash on Solaris)
2220
2221 2005-08-20 Borut Razem <borut.razem AT siol.net>
2222
2223         * configure, configure.in: added tests for libsocket and libnsl libraries,
2224           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2225           from support/regression/Makefile.in
2226         * support/regression/Makefile.in: added
2227         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2228         * sim/ucsim/libtool: regenerated on sparc-solaris
2229         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2230           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2231           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2232           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2233           sparc-solaris, which doesn't use GNU ld linker
2234         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2235         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2236
2237 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2238
2239         * src/mcs51/peeph.def: updated comments
2240
2241 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2242
2243         * device/lib/_gptrget.c,
2244         * device/lib/_gptrput.c: slightly shorter
2245         * doc/sdccman.lyx: incremented version
2246         * src/mcs51/peeph.def: moved peephole comments to the line of first
2247           change to better keep line correlation, reanimated 186.e
2248         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2249
2250 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2251
2252         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2253           David Saxton with quotes around file name.
2254
2255 2005-08-15 Borut Razem <borut.razem AT siol.net>
2256
2257         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2258           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2259           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2260           make tests run on x86_64 platform
2261
2262 2005-08-13 Raphael Neider <rneider AT web.de>
2263
2264         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2265           as it might be executed DURING a build (parallel make is wonderful)
2266
2267 2005-08-13 Raphael Neider <rneider AT web.de>
2268
2269         * device/lib/Makefile.in (port-specific-objects-pic16):
2270           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2271         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2272           dependency
2273         * device/lib/pic16/Makefile.rules: build subdirs before creating
2274           the library, removed builddir rule, create $(builddir) early in
2275           recurse rule, use empty recurse rule for leaf directories
2276         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2277           mkdir errors (race condition), removed duplicate suffix "hex"
2278           from clean rules
2279         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2280         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2281           prevents mkdir -p from aborting on Alpha
2282
2283 2005-08-12 Raphael Neider <rneider AT web.de>
2284
2285         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2286           db-statements in order to allow for arrays of pointers in code
2287           sections to be placed without interspersed 0-padding, fixes
2288           bug #1256215
2289         * (emitStatistics): fixed division by zero for pic18f1220
2290         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2291           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2292         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2293         * (pic16_pCodeConstString): keep track of already emitted string
2294           literals to prevent "duplicate definitions of symbol _str_NR"
2295         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2296           debug message
2297         * device/lib/Makefile.in: ignore failing PIC16 library builds
2298         * device/lib/pic16/Makefile: do not build if gputils are missing
2299         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2300
2301 2005-08-10 Raphael Neider <rneider AT web.de>
2302
2303         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2304           my last commit)
2305
2306 2005-08-10 Raphael Neider <rneider AT web.de>
2307
2308         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2309           Rokas' patch to add the new fixed point type "__fixed16x16"
2310         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2311           functions for __fixed16x16 arithmetics
2312         * device/lib/pic16: reimplemented the build system to support
2313           a separate build directory, better handling of libio (create
2314           the library in a separate subdir for each architecture) and
2315           easier configuration (centralized in Makefile.common)
2316
2317 2005-08-07 Raphael Neider <rneider AT web.de>
2318
2319         * src/pic16/gen.c (genrshTwo): fixed sign extension
2320         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2321         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2322           added T0CONbits
2323         * device/include/pic16/pic18f4220.h: NEW, header for
2324           pic18f4220 and pic18f4320
2325         * device/include/pic16/pic18fregs.h: added new devices,
2326           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2327         * device/include/pic16/signal.h: resolved name clashes
2328           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2329           to also allow testing for interrupt enable bits, added
2330           comments on how to use the macros
2331         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2332         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2333           register definitions for the devices
2334         * device/lib/pic16/pics.all: added new devices
2335         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2336           allocated memory
2337         * device/lib/pic16/libc/stdlib/memfree: do not count
2338           the block header as free memory
2339         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2340           simplified and added missing end-of-blocklist-marker
2341           (reported by Peter Onion, fixes #1252814)
2342         * (_mergeHeapBlock): fixed loop condition
2343         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2344           len==0, restructured code
2345         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2346           up a bit, reduced bitfield accesses, prevent endless loops
2347           in case of heap corruption
2348         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2349           "unreferenced arguments/must return a value" warnings
2350         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2351           replaced BAUDREG with SPBRG
2352         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2353           device/lib/pic16/debug/gstack/gstack.c: replaced
2354           _naked, _asm, _endasm with __naked, __asm, __endasm
2355
2356 2005-08-05 Raphael Neider <rneider AT web.de>
2357
2358         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2359           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2360
2361 2005-08-05 Borut Razem <borut.razem AT siol.net>
2362
2363         * device/lib/Makefile.in: added missing ';'
2364         * configure: removed ^M characters
2365
2366 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2367
2368         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2369           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2370           License
2371
2372 2005-08-04 Borut Razem <borut.razem AT siol.net>
2373
2374         * configure.in: pic16 libraries build 2nd try - enable running
2375           configure in device/lib/pic16
2376         * configure: regenerated from configure.in
2377         * device/lib/Makefile.in: create $(PORT)/bin directory
2378
2379 2005-08-03 Raphael Neider <rneider AT web.de>
2380
2381         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2382           to get/set values via pointers
2383         * (genUnpackBits,genPackBits): changed detection of
2384           ptr->bitfield vs. sym.bitfield, fixed access via generic
2385           pointers, removed dead (wrong) code for multibyte bitfields
2386         * (genNearPointerGet, genGenPointerGet): removed useless code,
2387           fixed bitfield detection, fixes #1250594
2388         * (genNearPointerSet): removed useless code
2389         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2390           and introduced macro pic16_emitpcode that conditionally emits
2391           the origin of the following pCode (useful for debugging SDCC)
2392         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2393         * (createDefmap): fixed handling of LFSR for --optimize-df
2394
2395 2005-08-02 Borut Razem <borut.razem AT siol.net>
2396
2397         * device/lib/Makefile.in: pic16 libraries build enabled since
2398           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2399
2400 2005-08-02 Raphael Neider <rneider AT web.de>
2401
2402         * src/pic16/gen.c (genPackBits): removed deprecated warning
2403         * (genGenPointerSet): fixed bitfield detection
2404
2405 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2406
2407         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2408
2409 2005-07-31 Raphael Neider <rneider AT web.de>
2410
2411         * device/lib/pic16/libdev/pic18f458.c,
2412           device/include/pic16/pic18f458.h: added missing T0CONbits
2413
2414 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2415
2416         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2417
2418 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2419
2420         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2421
2422 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2423
2424         * device/include/mcs51/at89c51ed2.h: added.
2425
2426 2005-07-23 Raphael Neider <rneider AT web.de>
2427
2428         * src/pic/gen.h: added emitpcode macro for debugging
2429         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2430           and replace by macro adding debug information on demand
2431         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2432         * (gencjne): tried to fix; replaced with correct (slower) code
2433         * (gen{Unp,P}ackBits): fixed single bit access
2434         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2435         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2436           previous instruction
2437         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2438           register has to be handled with care (forbidding movement
2439           of assignments/uses, removing assignments completely, ...)
2440         * (pCodeOptime2pCodes): make use of regIsSpecial
2441         * added lots of debugging output (commented out)
2442         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2443           from being reused as result UNLESS it is known to work
2444
2445 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2446
2447         * support/Util/dbuf.h: include <stddef.h> for size_t
2448         * .version: changed to version 2.5.2
2449
2450 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2451
2452         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2453
2454 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2455
2456         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2457           (genModOneByte): removed needless psha/pula
2458
2459 2005-07-22 Raphael Neider <rneider AT web.de>
2460
2461         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2462           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2463         * src/pic/gen.c (resolveIfx): do not "invent" labels
2464         * (genSkipc): changed to positive logic
2465         * (genSkipCond): removed as no longer needed
2466         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2467           backport from PIC16
2468         * (genLeftShift): check operands are in different registers
2469         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2470           INCF does not update CARRY...
2471         * src/pic/main.c: fixed _linkCmd
2472         * src/pic/pcode.c (unlinkpCode): added inactive code
2473         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2474           alive (do not assign result and operand overlapping registers)
2475
2476 2005-07-22 Raphael Neider <rneider AT web.de>
2477
2478         * src/pic/device.c (dump_sfr): replaced register declaration with
2479           call to emitSymbolToFile() to avoid duplicate symbols
2480         * (assignRelocatableRegisters): do not declare external symbols
2481         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2482           right (take size of type, not etype)
2483         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2484         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2485         * (packRegsForAccUse): disabled assignment of WREG as
2486           the result reg to prevent occurence of just fixed #1235003,
2487           fixes #1242954
2488         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2489           symbols (avoids duplicate symbols in .asm file)
2490         * (pic14emitRegularMap): use emitSymbolToFile()
2491         * src/pic/gen.c (aopOp): fixed spillLocation handling
2492         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2493         * (genDataPointerSet): removed unneccessary variables/output
2494
2495 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2496
2497         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2498         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2499
2500 2005-07-21 Raphael Neider <rneider AT web.de>
2501
2502         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2503           architecture cannot handle them efficiently, fixes bug #1235003
2504         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2505           check for empty sets before using them (fixes bug #1232190)
2506
2507 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2508
2509         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2510           (lnksect2): generate warnings for memory overlap
2511         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2512           constseg to set the name of these segments so you can instruct the linker
2513           to place them in banks
2514         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2515         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2516           added code_seg and const_seg to options
2517         * src/SDCCglue.c (emitMaps): use options.const_seg,
2518           (createInterruptVect): put interrupt vectors in segment HOME,
2519           (glue): put HOME before static segment and put the main glue in HOME,
2520           (glue): use options.code_seg
2521         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2522         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2523           these segments so you can instruct the linker to place them in banks
2524           (linkEdit): use code_loc for HOME segment which should be the first
2525           segment in code memory now
2526         * src/SDCCmem.c: fixed more stuff like bug 1238386
2527         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2528           (changePointer): don't change function pointers to code pointers for
2529           banked functions,
2530           (compareType): added exceptional check for banked function pointers
2531         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2532         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2533           after static in code memory
2534         * src/mcs51/gen.c: added aopLiteralLong prototype,
2535           (aopForSym): use getSize for functions,
2536           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2537           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2538           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2539           the segment,
2540           (genPcall): use call for literal function pointers and generate banked
2541           calls over the one trampoline so there's only one place for the user to
2542           modify according to his/hers hardware,
2543           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2544           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2545         * src/mcs51/main.c: added keyword banked,
2546           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2547         * support/Util/SDCCerr.c,
2548         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2549           needed for passing the bank and address to the trampoline
2550         * device/lib/mcs51/crtbank.asm: added for bankswitching
2551         * device/lib/mcs51/Makefile: added crtbank
2552
2553 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2554
2555         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2556           for fields at offset 0 of a struct or union as reported
2557           on 2005-07-07 in the developer mailing list.
2558
2559 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2560
2561         * src/SDCCmem.c: fixed bug 1238386
2562
2563 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2564
2565         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2566           (patch #1144962), added peephole 300, enabled 259.x
2567         * doc/sdccman.lyx: removed screenshot and provided link instead
2568
2569 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2570
2571         * doc/sdccman.lyx: added section about debugging with ddd
2572         * doc/figures/ddd_example.eps: screenshot of debugging session
2573
2574 2005-07-04 Raphael Neider <rneider AT web.de>
2575
2576         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2577           like CODE pointers, fixes #1115683
2578         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2579           call, fixes bugs #1232211, #1228110,
2580           fixed wrong casts to pCodeFlow from pCodeInstructions
2581
2582 2005-07-04 Raphael Neider <rneider AT web.de>
2583
2584         * src/pic/gen.c (popGet): changed assert to allow for
2585           bit operands
2586         * (popGetAddr): changed signature to provide
2587           an additional index, patched all call sites
2588         * (genCmpEq): handle literal-like operands correctly
2589         * (genAddrOf): added sanity checks on __code/__data pointers
2590         * (genAssign): added handling of symbols from __code section
2591         * (gencjne): do not generate code for comparisons whose result
2592           is neither stored nor used, fixes bug #1171114
2593         * (AccLsh, AccRsh): operate on operand instead of WREG
2594         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2595           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2596           by known count
2597         * rewrote complete shift-by-literal logic, commented unused
2598           functions out
2599         * (genConstPointerGet): get multiple bytes (if result size > 1),
2600           fixed handling of non-immediate addresses
2601         * (genPointerGet): handle CODE pointers like CONST pointers
2602         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2603         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2604           operand is to be treated as a literal or not
2605         * (mov2w,genPcall,genCmpEq),
2606           src/pic/genarith.c: use aop_isLitLike() to decide between
2607           literal/register contents
2608         * (addSign): added missing offset
2609         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2610           only emit comment in debug-mode,
2611           use {aop,op}_isLitLike throughout the file
2612         * src/pic/glue.c: fix initializers for pointers (work in progress)
2613         * src/pic/pcode.c (get_op): honor index on _const symbols
2614         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2615         * (dumppBlock): added pCode size estimation
2616         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2617           check for IS_SYMOP before OP_SYMBOL'ing
2618         * fixed indentation, compacted switch-statements
2619         * (allocReg): find free register and allocate it instead of
2620           allocating new registers all the time
2621         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2622           registers as its operands (necessary only for multibyte GETs)
2623
2624 2005-07-01 Raphael Neider <rneider AT web.de>
2625
2626         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2627           debugging .asm-output macros FENTRY + FEXIT
2628         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2629           way... I wonder...
2630         * (emitpComment): NEW, printf to pCode
2631         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2632           offset handling
2633         * (popGetAddr): NEW, variant of popGet to access an immediates
2634           high(er) bytes instead of the n'th byte of memory they reference,
2635           replaced popGet with popGetAddr where neccessary
2636         * (genDataPointerGet): reactivated and fixed implementation
2637         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2638           accesses
2639         * (genDataPointerSet): fixed multibyte assignments
2640         * (genpic14Code): fixed --i-code-in-asm handling
2641         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2642         * (genPlus): fixed index-out-of-bounds error
2643         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2644         * src/pic/ralloc.c: added debugging output macro FENTRY2
2645         * (spillThis): fixed indentation, enbraced for-body for clarity
2646         * (rematStr): commented out as now unused
2647         * (regTypeNum): commented out special spill case (overwrites
2648           arbitrary values)
2649         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2650
2651 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2652
2653         * doc/sdccman.lyx: documented sfr16/sfr32,
2654           added example for using storage class with function pointers
2655         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2656
2657 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2658
2659         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2660         * device/lib/_itoa.c,
2661         * device/lib/_ltoa.c: optimized codesize
2662         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2663           but don't know how to suppress the double warning.
2664         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2665         * support/Util/SDCCerr.c,
2666         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2667
2668 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2671           fixed old K&R prototypes
2672         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2673         * device/lib/_gptrget.c,
2674         * device/lib/_gptrgetc.c,
2675         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2676           also new versions for small generic pointers and banked generic pointers
2677         * src/port.h: added const_name
2678         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2679         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2680         * src/SDCCcse.c (findPrevIc): check all associative operators
2681         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2682         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2683         * src/SDCCmem.c: updated comments,
2684           set far-space to 0 for pdata, results in optimized code
2685         * src/SDCCmem.h: added macro CONST_NAME
2686         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2687           moving the info into the highest bits, see also gptrget/gptrput
2688         * src/src.dsp: added sdcc.ico to project files
2689         * src/avr/gen.c (genCast): fixed bug 0x%d
2690         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2691         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2692           relation between ptr_type and DCL_TYPE,
2693           (genCast): fixed bug 0x%d
2694         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2695           (CODE)" for const_name
2696         * src/hc08/gen.c (genCast): fixed bug 0x%d
2697         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2698           (hc08_port): added "CONST (CODE)" for const_name
2699         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2700           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2701           between ptr_type and DCL_TYPE,
2702           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2703           operand* and took AOP() inside function so sfr-ness can be checked,
2704           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2705           new prototype,
2706           (genFunction, genEndFunction): optimized stack setup,
2707           (genMinus): optimized for literals with ending zeroes (in bytes),
2708           (genCast): fixed bug 0x%d
2709         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2710           (mcs51_port): added "CONST (CODE)" for const_name
2711         * src/mcs51/peeph.def: made rule 226 more generic
2712         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2713         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2714         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2715         * src/z80/main.c (z80_port): added NULL for const_name,
2716           (gbz80_port): added NULL for const_name
2717         * support/regression/tests/bug663539.c,
2718         * support/regression/tests/sfr16.c: new tests
2719
2720 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2721
2722         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2723
2724 2005-06-24 Raphael Neider <rneider AT web.de>
2725
2726         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2727           corrected typos...
2728         * device/include/pic16/signal.h: added USBIF
2729           and SIG_USB
2730
2731 2005-06-24 Raphael Neider <rneider AT web.de>
2732
2733         * device/lib/pic16/libdev/pic18f2455.c,
2734           device/include/pic16/pic18f2455.h: NEW
2735         * device/include/pic16/pic18fregs.h,
2736           device/lib/pic16/pics.all,
2737           src/pic16/device.c: added 18f2455
2738         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2739           device/include/pic16/{pic18f[68][567].h,usart.h}:
2740           replaced MULTIPLE_USARTS define with more relaible
2741           compatibility sfrs (for USART access)
2742
2743 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2744
2745         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2746           and the output asm file line is printed on two lines.
2747
2748 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2749
2750         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2751           BGT, BLE, BHI, and BLS instructions
2752         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2753           genCmpEq): removed
2754         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2755           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2756           fixes bug #1216342
2757         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2758
2759 2005-06-15 Raphael Neider <rneider AT web.de>
2760
2761         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2762         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2763         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2764           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2765           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2766
2767 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2768
2769         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2770           Marcel Telka in bug #1215704
2771
2772 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2773
2774         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2775           located in shared memory bank.
2776
2777 2005-05-31 Raphael Neider <rneider AT web.de>
2778
2779         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2780           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2781           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2782
2783 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2784
2785         * device/lib/_strncpy.c: fixed the fix
2786
2787 2005-05-26 Raphael Neider <rneider AT web.de>
2788
2789         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2790           initializers with \0, bug #1208187
2791         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2792           intializers with \0, bug #1208187
2793
2794 2005-05-26 Raphael Neider <rneider AT web.de>
2795
2796         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2797           initializers with \0, bug #1208187
2798         * src/pic16/main.c (_process_pragma): added sanity checks
2799           for stack position and size, emit warnings when appropriate
2800
2801 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2802
2803         * device/lib/_strncpy.c: fixed not filling with \0
2804
2805 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2806
2807         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2808           createFunction),
2809         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2810           compound_statement),
2811         * src/SDCCsymt.h,
2812         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2813
2814 2005-05-24 Raphael Neider <rneider AT web.de>
2815
2816         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2817
2818 2005-05-24 Raphael Neider <rneider AT web.de>
2819
2820         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2821           TRISE definitions, closes bug #1162453
2822
2823 2005-05-22 Raphael Neider <rneider AT web.de>
2824
2825         * src/pic16/main.c (_process_pragma): check for missing
2826           arguments to pragmas code and udata
2827         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2828           consistency fixes to match other headers (thanks to Jim Paris)
2829         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2830
2831 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2832
2833         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2834
2835 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * support/regression/tests/bug1198642.c: new test
2838         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2839         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2840         * support/scripts/resource.h,
2841         * support/scripts/resource.rc,
2842         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2843         * support/scripts/sdcc.ico: added 32x32 icon
2844
2845 2005-05-18 Raphael Neider <rneider AT web.de>
2846
2847         * device/lib/pic16/libdev/pic18f*.c,
2848         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2849           keywords to "__sfr" and "__at (X)"
2850         * device/include/pic16/pic18fregs.h: added pic18f4520
2851         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2852           #1203088 (MPLAB compatibility)
2853
2854 2005-05-17 Raphael Neider <rneider AT web.de>
2855
2856         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2857         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2858         * device/lib/pic16/pics.all: added new devices
2859         * src/pic16/device.c: added support for pic18f4520
2860
2861 2005-05-16 Raphael Neider <rneider AT web.de>
2862         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2863         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2864         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2865           convenience function for bit access
2866
2867 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2868
2869         * device/lib/printf_large.c: fixed bug 1193299
2870         * support/regression/tests/bug1057979.c: added test %3.3s
2871
2872 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2873
2874         * device/include/mcs51/8051.h,
2875         * device/include/mcs51/8052.h: made parseable with lint
2876         * device/include/mcs51/lint.h: added include file for (sp)lint
2877         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2878         * doc/cdbfileformat.lyx,
2879         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2880
2881 2005-05-14 Raphael Neider <rneider AT web.de>
2882
2883         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2884         * device/lib/pic16/libc/stdlib/itoa.c (new)
2885         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2886         * device/lib/pic16/libio/Makefile: exclude subdir according to
2887           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2888         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2889         * src/pic16/gen.c (genFunction): prevent annoying warning
2890         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2891           nameclashes on BeOS
2892         * support/cpp2/cppmain.c (cpp_output_string): new
2893         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2894           fixes bug 1116802
2895
2896 2005-05-13 Borut Razem <borut.razem AT siol.net>
2897
2898         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2899
2900 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2901
2902         * .version: changed to version 2.5.1; back to bleeding edge development
2903
2904 2005-05-11 Borut Razem <borut.razem AT siol.net>
2905
2906         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2907           generate PDF version 1.3 documents
2908
2909 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2910
2911         * .version: changed to version 2.5.0
2912
2913 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2914
2915         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2916
2917 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2918
2919         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2920         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2921         well as many smaller updates.
2922         * .version: changed to version 2.5.0-pre1
2923
2924 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2925
2926         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2927
2928 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2929
2930         * support/regression/tests/bug1185672.c: added
2931         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2932           bug 1185672
2933         * src/mcs51/gen.c (genCall): added comments, made it look safer
2934         * src/mcs51/gen.c (genEndFunction): simplified
2935
2936 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2937
2938         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2939
2940 2005-04-14 Borut Razem <borut.razem AT siol.net>
2941
2942         * fixed bug 1045046 - SIGSEGV with really simple code?:
2943           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2944           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2945
2946 2005-04-14 Borut Razem <borut.razem AT siol.net>
2947
2948         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2949           src/pic16/device.h: temporarily disabled experimental #inline pragma
2950           for 2.5.0 release
2951
2952 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2953
2954         * device/include/z80/stdio.h,
2955         * device/include/z80/string.h: removed these highly incomplete files so
2956           SDCC can use the default ones in device/include/
2957
2958 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2959
2960         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2961         gcc warning.
2962         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2963         fix sdcpp warnings.
2964
2965 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * device/include/malloc.h: removed redundant __reentrant prototypes
2968         * device/lib/_mullong.c: added working xstack variant in asm (C version
2969           doesn't pass regression tests)
2970         * device/lib/bpx.c: used __data and made bpx char for mcs51
2971         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2972           (createFunction): fixed bug with xstackPtr
2973         * src/SDCCcse.c: corrected comments
2974         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2975           (killDeadCode, eBBlockFromiCode): removed unused code
2976         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2977           corrected comments
2978         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2979           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2980           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2981           (genModOneByte): fixed warning in MSVC
2982         * src/mcs51/main.c (): added comments
2983         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2984
2985 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2986
2987         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2988
2989 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2990
2991         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2992
2993 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2994
2995         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2996         characters arrays of larger size than the declared one.
2997
2998 2005-04-10 Borut Razem <borut.razem AT siol.net>
2999
3000         * src/pic/gen.c (genInline),
3001           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3002           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3003           (findNextInstruction), (findPrevInstruction),
3004           (findInstructionUsingLabel),
3005           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3006         * src/pic/pcode.c (findLabel): added missing '\n'
3007         * src/src.dsp: added SDCCdwarf2.c to the project
3008
3009 2005-04-09 Borut Razem <borut.razem AT siol.net>
3010
3011         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3012
3013 2005-04-08 Raphael Neider <rneider AT web.de>
3014
3015         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3016           into the chain after a given one) and mergeDefmapSymbols (combine
3017           defmap entries for each symbol per pcode)
3018         * (createDefmap): have defmap entries merged in the end
3019         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3020           a symbol before replacing one access type's symbol, merge symbols in
3021           the end (replacement symbol might already have an entry)
3022         * (assignValnums): keep reference to written WREG intact
3023
3024 2005-04-08 Raphael Neider <rneider AT web.de>
3025
3026         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3027           Alpha)
3028
3029 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3030
3031         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3032         bytes
3033
3034 2005-04-07 Raphael Neider <rneider AT web.de>
3035
3036         * device/include/pic16/usart.h: added compatibility defines for
3037           devices with more than one USART
3038         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3039
3040 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/lib/Makefile.in: updated for port specific include
3043
3044 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3047
3048 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3049
3050         * device/include/8051.h,
3051         * device/include/8052.h,
3052         * device/include/at89S8252.h,
3053         * device/include/at89c55.h,
3054         * device/include/at89x051.h,
3055         * device/include/at89x51.h,
3056         * device/include/at89x52.h,
3057         * device/include/mcs51reg.h,
3058         * device/include/reg51.h,
3059         * device/include/reg764.h,
3060         * device/include/regc515c.h,
3061         * device/include/sab80515.h: (re)moved these 12 files
3062         * device/include/mcs51/8051.h,
3063         * device/include/mcs51/8052.h,
3064         * device/include/mcs51/at89S8252.h,
3065         * device/include/mcs51/at89c55.h,
3066         * device/include/mcs51/at89x051.h,
3067         * device/include/mcs51/at89x51.h,
3068         * device/include/mcs51/at89x52.h,
3069         * device/include/mcs51/mcs51reg.h,
3070         * device/include/mcs51/reg51.h,
3071         * device/include/mcs51/reg764.h,
3072         * device/include/mcs51/regc515c.h,
3073         * device/include/mcs51/sab80515.h: and added them here
3074
3075 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * device/include/stdarg.h: changed SDCC specific keywords to double
3078           underlined form.
3079         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3080           mcs51 and ds390.
3081         * device/include/hc08/mc68hc908gp32.h,
3082         * device/include/hc08/mc68hc908jb8.h,
3083         * device/include/hc08/mc68hc908jkjl.h,
3084         * device/include/hc08/mc68hc908qy.h: fixed comments
3085         * device/include/mcs51/README: updated
3086         * device/include/mcs51/c8051f120.h: added PINRSF
3087         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3088         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3089           amidst code. Also inline is not supported.
3090
3091 2005-04-06 Raphael Neider <rneider AT web.de>
3092
3093         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3094         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3095           callers stack/frame pointers
3096
3097 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3098
3099         * device/include/pic16/usart.h: added, missing in previous commit,
3100         * device/include/pic16/adc.h: fixed typo,
3101         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3102         commit,
3103         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3104         <p18fxxx.inc>
3105         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3106         uninitialized because a bug appears with gplink
3107         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3108         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3109         complains for unrecognised option
3110
3111 2005-04-05 Raphael Neider <rneider AT web.de>
3112
3113         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3114           structs as well (using memcpy)
3115         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3116           on ISRs (GOTO has no label)
3117         * src/pic16/device.h: added OF_OPTIMIZE_DF
3118         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3119           new data flow analysis/optimization
3120         * src/pic16/pcode.c: added (prototypes for and implementation of)
3121           dataflow analysis functions, fixed pCodeInstructions' inCond and
3122           outCond values, made RCALL a branch instruction
3123         * (pic16_unlinkpCode): keep C line if possible
3124         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3125           C line moved if possible
3126         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3127         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3128           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3129         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3130           new flow)
3131         * (pic16_getJumptabpCode): NEW, needed in...
3132         * (LinkFlow): fixed handling of jumptables, calls and conditional
3133           branches
3134         * (pic16_InsertCommentAfter): NEW
3135         * (pic16_pCodeReplace): made verbose and flow preserving
3136         * (AnalyzeFlow): added call to data flow analysis
3137         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3138         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3139         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3140
3141 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * src/SDCCast.c (decorateType): fixed bug #1105626
3144
3145 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3146
3147         * device/include/asm/pic16/features.h,
3148         * pic18f*.h headers,
3149         * device/include/pic16/adc.h,
3150         * device/include/pic16/delay.h,
3151         * device/include/pic16/i2c.h,
3152         * device/include/pic16/malloc.h,
3153         * device/include/pic16/stdio.h,
3154         * device/include/pic16/stdlib.h,
3155         * device/include/pic16/string.h,
3156         * device/lib/pic16/libc/stdio/printf_tiny.c,
3157         * device/lib/pic16/libc/stdio/printf_small.c,
3158         * device/lib/pic16/libc/stdio/strmgpsim.c,
3159         * device/lib/pic16/libc/stdio/strmmssp.c,
3160         * device/lib/pic16/libc/stdio/strmusart.c,
3161         * device/lib/pic16/libc/stdio/vfprintf.c,
3162         * device/lib/pic16/libc/stdlib/ltoa.c,
3163         * device/lib/pic16/libc/stdlib/putchar.c,
3164         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3165         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3166         * device/lib/pic16/libc/stdlib/memchrram.c,
3167         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3168         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3169         * device/lib/pic16/libio/adc/adcbusy.c,
3170         * device/lib/pic16/libio/adc/adcread.c,
3171         * device/lib/pic16/libio/adc/adcsetch.c,
3172         * device/lib/pic16/libio/usart/ubaud.c,
3173         * device/lib/pic16/libio/usart/ubusy.c,
3174         * device/lib/pic16/libio/usart/udrdy.c,
3175         * device/lib/pic16/libio/usart/uopen.c,
3176         * device/lib/pic16/libio/usart/uputc.c,
3177         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3178         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3179         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3180         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3181         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3182         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3183         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3184         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3185         specific keywords to double underlined form,
3186         * device/lib/pic16/libc/Makefile.rules,
3187         * device/lib/pic16/libsdcc/Makefile.rules,
3188         * device/lib/pic16/libm/Makefile,
3189         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3190         to compile with C standard set in Makefile.common
3191         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3192         rand.c and crc.c in compilation process,
3193         * device/lib/pic16/libsdcc/int/divuint.c,
3194         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3195         `c' from signed to unsigned,
3196         * device/lib/pic16/startup/crt0.c,
3197         * device/lib/pic16/startup/crt0i.c,
3198         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3199         keywords to double underlined form, bug fixes in _do_cinit function
3200         which prevented the correct initialization of the .idata segment,
3201         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3202         core to enter a infinite loop
3203         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3204
3205 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3206
3207         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3208
3209 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3210
3211         * device/include/Makefile.in: add support for hc08 subdirectory
3212         * device/include/hc08/: new subdirectory
3213         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3214         Lucas Loizaga, thanks!
3215         * device/include/hc08/mc68hc908qy.h,
3216         * device/include/hc08/mc68hc908gp32.h,
3217         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3218         their own directory. Changed internal macro names to use the compiler
3219         reserved namespace. Changed SDCC specific keywords to double
3220         underlined form.
3221         * device/include/math.h,
3222         * device/include/malloc.h,
3223         * device/include/stdarg.h,
3224         * device/include/stdbool.h
3225         * device/include/string.h,
3226         * device/include/tinibios.h,
3227         * device/include/ds400rom.h,
3228         * device/include/8051.h,
3229         * device/include/8052.h,
3230         * device/include/80c51xa.h,
3231         * device/include/at89c55.h,
3232         * device/include/at89S8252.h,
3233         * device/include/at89x51.h,
3234         * device/include/at89x52.h,
3235         * device/include/ds80c390.h,
3236         * device/include/reg764.h,
3237         * device/include/regc515c.h,
3238         * device/include/sab80515.h,
3239         * device/include/mcs51/c8051f000.h,
3240         * device/include/mcs51/c8051f018.h,
3241         * device/include/mcs51/c8051f020.h,
3242         * device/include/mcs51/c8051f040.h,
3243         * device/include/mcs51/c8051f060.h,
3244         * device/include/mcs51/c8051f120.h,
3245         * device/include/mcs51/c8051f300.h,
3246         * device/include/mcs51/c8051f310.h,
3247         * device/include/mcs51/c8051f320.h,
3248         * device/include/mcs51/c8051f330.h,
3249         * device/include/mcs51/c8051f350.h,
3250         * device/include/z180.h: Changed SDCC specific keywords to double
3251         underlined form.
3252
3253 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3254
3255         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3256         18F4455,
3257         * (pic16_assignConfigWordValue): disable testing of configuration
3258         register value with config mask,
3259         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3260         function with port->fun_prefix,
3261         * (genFunction): when generating a naked interrupt function never
3262         create an absolute segment placed in interrupt vector address, place
3263         the actual interrupt function at IVA instead, when an interrupt
3264         function is generated with unspecified interrupt then do not create
3265         the absolute section,
3266         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3267         code for generating a call to generic pointer get/put function with
3268         a call to function pic16_callGenericPointer(),
3269         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3270         the call to the generic pointer get/put functions with prefixing the
3271         function name with port->fun_prefix,
3272         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3273         * src/pic16/main.c (_process_pragma): prefix function with
3274         port->fun_prefix,
3275         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3276         calling assembler, old 18Fxxxx macro is deprecated,
3277         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3278         PC_ASMDIR in while condition,
3279         * (findInstruction): add PC_ASMDIR in while condition,
3280         * (buildCallTree): prefix main with port->fun_prefix,
3281         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3282         identifier for variable with banked access in instructions BTFSS,
3283         BTFSC, BCF, BSF, BTG
3284         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3285         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3286         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3287         perform optimization when enviroment variable NO_REG_OPT is set,
3288         * (insideLRBlock): NEW, return 1 if register is inside an
3289         INF_LOCALREGS block,
3290         * (RemoveRegFromLRBlock): remove a register that is completely
3291         eliminated by register optimization, but it is still left in local
3292         register store/restore in/from stack block,
3293         * (Remove2pcodes): after removing register, check to see if it
3294         should be removed from local register store/restore in/from stack
3295         block,
3296         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3297         DUMMY_READ_VOLATILE,
3298
3299         * device/include/pic16/adc.h: minor prototype modifications and
3300         update,
3301         * device/include/pic16/malloc.h: added GPL notice various
3302         modifications,
3303         * device/include/pic16/stdint.h: NEW, standard header for ints
3304         * device/include/pic16/delay.h: NEW, header for delay functions,
3305         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3306         delay1mtcy,
3307         * device/include/pic16/signal.h: NEW, header providing helper macros
3308         for implementing signal handlers,
3309         * device/include/pic16/stdio.h: added prototypes for functions,
3310         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3311         prototypes for stdin and stdout, added macro PUTCHAR to
3312         automatically implement putchar function prototype,
3313         * device/include/pic16/usart.h: modified and updated USART library,
3314         * device/lib/pic16/libio/adc/,
3315         * device/lib/pic16/libio/i2c: some modifications to improve library
3316         performance,
3317         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3318         family of functions,
3319         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3320         family of functions and other sources,
3321         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3322         of the PIC18Fxx[28] devices,
3323         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3324         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3325         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3326         _do_cinit function, because the previous failed when local variables
3327         where not placed in the same memory bank,
3328         * device/lib/pic16/libsdcc/char/: various modifications to improve
3329         library performance,
3330         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3331         information on the new functions of the c library and more...
3332
3333 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3334
3335         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3336
3337 2005-03-26 Raphael Neider <rneider AT web.de>
3338
3339         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3340           if condition == CARRY)
3341         * (genCmp): adapted to new genSkipc semantics
3342         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3343           on rIfx (genCmp was broken)
3344
3345 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3346
3347         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3348         * src/z80/main.c (_keywords[]),
3349         * src/SDCCglobal.h (struct options),
3350         * src/SDCC.y,
3351         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3352         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3353         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3354         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3355         always available in leading double underscore form. The C99 support is
3356         mostly missing, but it's a start.
3357         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3358         reserved identifier "__data".
3359
3360 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3361
3362         * src/mcs51/peeph.def: fixed bug 1170013
3363
3364 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3365
3366         * device/include/mcs51reg.h: fixed bug 842007
3367
3368 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3369
3370         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3371         last time.
3372
3373 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3374
3375         * src/port.h (struct PORT),
3376         * src/avr/ralloc.c (avr_assignRegisters),
3377         * src/avr/main.c,
3378         * src/ds390/ralloc.c (ds390_assignRegisters),
3379         * src/ds390/main.c,
3380         * src/hc08/ralloc.c (hc08_assignRegisters),
3381         * src/hc08/main.c,
3382         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3383         * src/mcs51/main.c,
3384         * src/pic/ralloc.c (pic14_assignRegisters),
3385         * src/pic/main.c,
3386         * src/pic16/ralloc.c (pic16_assignRegisters),
3387         * src/pic16/main.c,
3388         * src/xa51/ralloc.c (xa51_assignRegisters),
3389         * src/xa51/main.c,
3390         * src/z80/ralloc.c (z80_assignRegisters),
3391         * src/z80/ralloc.h,
3392         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3393         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3394         * src/SDCCcse.h,
3395         * src/SDCCdflow.c (computeDataFlow),
3396         * src/SDCCdflow.h,
3397         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3398         * src/SDCCloop.h,
3399         * src/SDCCcflow.c (*),
3400         * src/SDCCcflow.h,
3401         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3402         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3403         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3404         immedDom() returning wrong block; probably fixes bug #1160833)
3405
3406 2005-03-20 Borut Razem <borut.razem AT siol.net>
3407
3408         * support/scripts/inc2h.pl: WIN32 port
3409
3410 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * device/lib/makefile.in: added abs.c and labs.c
3413
3414 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3415
3416         * device/include/stdint.h: added
3417         * device/lib/abs.c: added
3418         * device/lib/labs.c: added
3419         * device/include/stdlib.h: added abs() and labs() prototypes
3420         * device/lib/libsdcc.lib: added abs and labs
3421         * device/include/float.h,
3422         * device/lib/_fsmul.c,
3423         * device/lib/printf_fast.c,
3424         * device/lib/printf_tiny.c: updated comments
3425
3426 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3429         bug #1164313
3430
3431 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3432
3433         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3434         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3435
3436 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3437
3438         * device/lib/printf_large.c: removed inline assembly for portability and
3439           readability. Use printf_fast if speed or size are more important.
3440         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3441         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3442
3443 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3444
3445         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3446         prevent compiler warning
3447
3448 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3449
3450         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3451         moved to level 0 and declared as static. Also they are explicit
3452         placed in access bank. This was necessery because some times they
3453         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3454         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3455         optimizations. Currently only compare to unsigned char is implemented,
3456         * src/pic16/gen.c: added fReturnIdx array,
3457         * (struct resolvedIfx) is moved to gen.h and made public,
3458         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3459         * (aopForSym): added an optimization to directly store in stack of
3460         the operand of a SEND iCode,
3461         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3462         but as registers instead (AOP_REG) using the fReturnIdx array,
3463         * (pic16_freeAsmop): remove the freed register from the
3464         _G.sregsAlloc field,
3465         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3466         a compare of 'WREG',
3467         * (pic16_popGetTempRegCond): changed function prototype, now
3468         function takes also a bitVector argument v which holds the current
3469         set of registers that are allocated for stack access by aopForSym,
3470         registers allocated in aopForSym for accessing stack symbols are not
3471         any more part of the functions usedRegs field,
3472         * (genCall): some times aopOp is called for a stack variable to be
3473         send, aopForSym might perform the push, if this is true make sure
3474         that genCall doesn't push the variable twice by testing _G.resDirect,
3475         * (genFunction): changed testing for unspecified interrupt number
3476         from 256 to INTNO_UNSPEC,
3477         * modified selection scheme of frame pointer generation. Previously
3478         if function did use local registers a frame pointer was generated,
3479         now a frame pointer is generated only if function has arguments
3480         (that need PLUSW2 register access), or has stack arguments, or the
3481         compiler is not instructed to omit the frame pointer,
3482         * (genEndFunction): before restoring local registers that were saved
3483         in the function preamble, also restore the registers that *might*
3484         have been allocated for stack access,
3485         * (genRet): removed some old comments,
3486         * (genCmp, the active (RN's) version): added a call to the
3487         pic16_genCmp_special function to perform the compare with a more
3488         robust and optimized way,
3489         * (genInline): a feature has been added in inline code generation,
3490         which allows a wildcard variable substitution when writing inline
3491         assembly. Code is incomplete and experimental therefore undocumented,
3492         * (genCast): changed order of aopOp for result and right to allow
3493         aopForSym to directly load the result if possible,
3494         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3495         perform an optimized compare on some selected special occasions,
3496         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3497         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3498         generate an IVT any more,
3499         * src/pic16/main.c (pic16_optionsTable): added command line option
3500         --optimize-cmp,
3501         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3502         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3503         macros,
3504         * src/pic16/NOTES: Raphael Neider added in list of active developers
3505         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3506         jumptable_end to prevent bug #,
3507         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3508         inCond and outCond fields,
3509         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3510         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3511         turn off register spilling,
3512         * (packRegsForOneUse): synced with other ports' versions although it
3513         is not used currently,
3514         * (pic16_packRegisters): added an optimization while reading
3515         structure bitfields, some registers may be saved (malloc code is
3516         decreased by 80 bytes)
3517
3518 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3519
3520         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3521         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3522         this can be optimized more?
3523
3524 2005-03-10 Raphael Neider <rneider AT web.de>
3525
3526         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3527           genNearPointerGet): (hopefully) fixed access to bitfields via
3528           pointers (p->bitN = x; and x = p->bitN; failed)
3529
3530 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3531
3532         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3533
3534 2005-03-09 Raphael Neider <rneider AT web.de>
3535
3536         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3537
3538 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3539
3540         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3541         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3542           (regTypeNum): set REG_BIT type if necessary
3543         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3544         * support/regression/tests/critical.c: check bug 1144613
3545
3546 2005-03-02 Raphael Neider <rneider AT web.de>
3547
3548         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3549
3550 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3551
3552         * src/avr/ralloc.c (serialRegAssign),
3553         * src/ds390/ralloc.c (serialRegAssign),
3554         * src/hc08/ralloc.c (serialRegAssign),
3555         * src/mcs51/ralloc.c (serialRegAssign),
3556         * src/pic/ralloc.c (serialRegAssign),
3557         * src/pic16/ralloc.c (serialRegAssign),
3558         * src/xa51/ralloc.c (serialRegAssign),
3559         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3560
3561 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3562
3563         * src/SDCCast.c (decorateType): fixed bug 1124787
3564
3565 2005-02-20 Hubert Sack <sack AT digiplan.de>
3566         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3567
3568         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3569         patch #1121755
3570
3571 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3572
3573         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3574         to keep the correct label reference count when adding/removing references
3575         to labels. A peephole file using this is appended to patch #1144962.
3576
3577 2005-02-14 Raphael Neider <rneider AT web.de>
3578
3579         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3580         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3581         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3582           retrievals of result operand's value on assignment
3583
3584 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3585
3586         * device/include/pic16/string.h: modified prototype for memccpy()
3587         to memccpy(void *, void *, char, size_t)
3588         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3589         check whether to omit frame pointer or not,
3590         * (genInline): convert all occurences of "\n" to LF in inline
3591         assembler blocks, this helps formatting the inline text,
3592         * (pic16_loadFSR0): modified prototype,
3593         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3594         removed some 8051 legacy code,
3595         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3596         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3597         before allocating temporary registers in functions,
3598
3599 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3600
3601         * support/regression/tests/bitvars.c: corrected the "fix"
3602
3603 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3604
3605         * support/regression/tests/bitvars.c,
3606         * support/regression/tests/bitwise.c,
3607         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3608
3609 2005-02-10 Raphael Neider <rneider AT web.de>
3610
3611         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3612           different size for Alpha
3613         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3614
3615 2005-02-09 Raphael Neider <rneider AT web.de>
3616
3617         * src/SDCC.lex(doPragma) : save and restore warning options as well
3618           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3619         * have #pragma less_pedantic set the errorlevel to WARNING
3620           (fixes #1117001)
3621         * (cloneOptimize) : fixed wrong malloc's size
3622         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3623           facilitate correct handling of #pragma (save|restore)
3624
3625 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3626
3627         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3628
3629 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3630
3631         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3632
3633 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3634
3635         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3636
3637 2005-02-02 Raphael Neider <rneider AT web.de>
3638
3639         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3640         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3641         * (pic16_storeForReturn): fixed to allow returning function pointers
3642         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3643         * device/include/pic16/{stddef.h,stdbool.h}: added
3644
3645 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3646
3647         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3648
3649 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3650
3651         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3652         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3653          appeared to be required
3654
3655 2005-01-31 Borut Razem <borut.razem AT siol.net>
3656
3657         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3658           include/mcs51 and include/z80 directories to the package
3659
3660 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3661
3662         * src/hc08/gen.c (genFunction): fixed bug #1112752
3663
3664 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3665
3666         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3667
3668 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3669
3670         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3671
3672 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3673
3674         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3675
3676 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3677
3678         * device/include/c8051fxxx.h: removed these 6 files
3679         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3680
3681 2005-01-26 Raphael Neider <rneider AT web.de>
3682
3683         * src/pic16/gen.c (genAssign): fixed assignment from longs
3684           in codespace (were cut to three bytes)
3685         * (genDummyRead): implemented (except for CODESPACE...),
3686           fixed bug #1108575
3687         * src/pic16/glue.c (emitStatistics): beautified
3688         * device/lib/pic16/libm/Makefile: added include path
3689
3690 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3691
3692         * src/z80/gen.c (aopPut): fixed bug #1103902
3693
3694 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3695
3696         * device/lib/expf.c: fixed bug #1095792
3697
3698 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3699
3700         * device/lib/pic16/libm: added Math library sources
3701
3702 2005-01-24 Raphael Neider <rneider AT web.de>
3703
3704         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3705           to enable upcast to pCodeOpReg2 (there is no type tag to
3706           differenciate the two and pic16_popGet2p cast into PCOR2)
3707         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3708           (sizeof(sectNames) changed to sizeof(sectName))
3709           Both patches fix segfaults under MinGW.
3710
3711 2005-01-23 Raphael Neider <rneider AT web.de>
3712
3713         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3714           Safe_[mc]?alloc()'ed variables
3715         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3716           of (byte sized) temporaries (assign them to WREG for now)
3717         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3718           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3719           this might fix SIGSEGVs on MinGW...
3720         * src/SDCCopt.c (killDeadCode): restored original behaviour
3721           (volatile operands might get thrown away though)
3722
3723 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3724
3725         * src/pic16/gen.c: fixed bug #1106975,
3726         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3727         pointer update, INTCON is saved, global interrupts are disabled and
3728         restored after updateing TOS.
3729         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3730         * added function attribute 'shadowregs' to take advantage of shadow
3731         registers,
3732         * added function attribute 'wparam' as an alternative to the wparam
3733         pragma,
3734         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3735         user declares a non-ISR function as 'shadowregs',
3736         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3737
3738 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3739
3740         * .version: bumped version number to 2.4.8
3741         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3742         pic16 port,
3743         * device/lib/pic16/libio/i2c/: I2C module support library,
3744         * device/include/pic16/i2c.h: I2C support library header,
3745         * device/lib/pic16/libc/stdio/: standard IO support sources,
3746         * (printf_small.c): printf_small() source, supports float print,
3747         * (printf_tiny.c): printf_tiny() source, does not support floats,
3748         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3749         enable global optimizations for entire library source, other
3750         Makefiles in the source tree are also modified to reflect this,
3751         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3752         function,
3753         * doc/sdccman.lyx: updated to reflect new changes,
3754         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3755         sym->onStack if-case,
3756         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3757         sbit, idata, _idata, xdata, _xdata,
3758         * added pragma library, to link an external library, (see doc),
3759         * removed command line options, --pomit-config-words, --pomit-ivt,
3760         --pleave-reset-vector,
3761         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3762         when calling assembler to reflect memory model used, also define
3763         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3764         reflect stack model used,
3765         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3766         on stack return NULL,
3767
3768 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3769
3770         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3771           of the operands is volatile. Fixes #1020220
3772
3773 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3774
3775         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3776         * (OptimizeRegUsage): make sure that there is really no other flow where
3777           the first pCode is used
3778
3779 2005-01-22 Raphael Neider <rneider AT web.de>
3780
3781         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3782           to fix #1106967 (pCode->seq are not set up correctly)
3783
3784 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3785
3786         * src/SDCCglue.c (glue): make sure code area is declared before the
3787         static initialization area.
3788
3789 2005-01-21 Raphael Neider <rneider AT web.de>
3790
3791         * device/lib/Makefile.in: fixed test for pic16 install dir
3792         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3793           optimizations
3794         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3795           added --optimize-goto compiler switch and pragma wparam documentation
3796         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3797         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3798           and PRODH closing bug #1071770 (peephole optimizer)
3799
3800 2005-01-19 Raphael Neider <rneider AT web.de>
3801
3802         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3803           cmdLine buffers (used when calling sdcpp...) are large enough
3804           (MAX_PATH=256 truncates arguments leading to system halts when
3805           used in MinGW...)
3806         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3807         * (genUminus): rewritten to for efficiency
3808         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3809           used uninitialized in some cases)
3810         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3811           copy the third byte from the int -- now assumes 0x80 (data memory)
3812         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3813           operands (genAddLit expects the iCode's operands to swapped as
3814           well), fixed leftover bytes (crashed for short left operands)
3815         * (pic16_genMinusDec): performance improvements, removed false
3816           PIC14 emitSKPNCs
3817         * (pic16_genMinus): fixed to cope with differently sized operands
3818         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3819           for --obanksel > 1
3820         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3821         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3822           new banksel optimization
3823         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3824           analysis for temporary registers (segfaults...)
3825         * src/pic16/peeph.def: added rule
3826
3827 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3828
3829         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3830         which converts a float number to its ASCII representation
3831         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3832         functions to convert the fractional and integer part of a float to ASCII,
3833         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3834         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3835         ram
3836         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3837         _STATMEM macros,
3838         * device/include/pic16/adc.h: added GPL info,
3839         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3840         a pCodeOp as tested operand,
3841         * (genNearPointerGet): optimized bit testing, does not use
3842         intermediate register for bit value, test directly instead with
3843         BTFSS, BTFSC, works only for single bits,
3844         * (genpic16Code): dump the name of the iCode in the asm,
3845         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3846         renamed to pic16_decodeOp,
3847         * (serialRegAssign): do not allocate a temporary register for iCode
3848         sequences that test a single bit for 1/0
3849
3850 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3851
3852         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3853         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3854         access stack and frame pointers. They are initially assigned to
3855         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3856         accessing SFRs. Updated all occurences of modification of stack or
3857         frame pointer in gen.c and pcode.c,
3858         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3859         assigning of a literal value to pointers,
3860         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3861         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3862         selected
3863
3864 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3865
3866         * doc/sdccman.lyx: update documentation about stack pragma, added
3867         some info for stack memory models
3868
3869 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3870
3871         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3872
3873 2005-01-08 Raphael Neider <rneider AT web.de>
3874
3875         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3876           udata sections to fix bug #1097823
3877
3878 2005-01-05 Raphael Neider <rneider AT web.de>
3879
3880         * src/pic16/gen.c (genGenericShift): added handling of differently
3881           sized left operand and result
3882
3883 2005-01-04 Raphael Neider <rneider AT web.de>
3884
3885         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3886         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3887           to hold the condition bit)
3888         * added new version of genCmp (old code available via #define)
3889         * added new version of genShiftLeft/genShiftRight in a generic
3890           way, now supports shifting by negative values
3891         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3892           shiftCount (expected by genGenericShift)
3893         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3894         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3895           dump
3896         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3897           is an invalid literal too...)
3898
3899 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3900
3901         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3902         from Raphael Neider,
3903         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3904         for 8-bit literals. This fixes some literal operands which are sign
3905         extended to 16-bits ints when instruction needs only 8-bits.
3906
3907 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3908
3909         * device/lib/logf.c: added mcs51 assembly version
3910         * device/lib/expf.c: added mcs51 assembly version
3911         * device/lib/_logexpf.c: new shared asm code for expf and logf
3912         * device/include/math.h: add defines for assembly math library
3913         * device/lib/Makefile.in: build new _logexpf.c
3914         * device/lib/libfloat.lib: use new _logexpf.c
3915
3916 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3917
3918         * src/pic/device.c
3919         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3920           device types which have less than 0x7f registers.
3921
3922 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3923
3924         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3925
3926 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3927
3928         * device/lib/printf_fast.c: only build on supported arch.
3929         * device/lib/printf_tiny.c: only build on supported arch.
3930         * device/lib/printf_fast_f.c: only build if asm float lib
3931         * device/lib/_fsget1arg.c: only build if asm float lib
3932         * device/lib/_fsget2args.c: only build if asm float lib
3933         * device/lib/_fsnormalize.c: only build if asm float lib
3934         * device/lib/_fsreturnval.c: only build if asm float lib
3935         * device/lib/_fsrshift.c: only build if asm float lib
3936         * device/lib/_fsswapargs.c: only build if asm float lib
3937         * device/include/stdio.h: don't provide print_fast,
3938           print_fast_f, print_tiny prototypes if --xstack used
3939
3940 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3941
3942         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3943         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3944           to the SOURCES
3945
3946 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3947
3948         * device/lib/printf_fast_f.c: same as printf_fast, but
3949           with floating point enabled
3950         * device/lib/printf_fast.c: minor tweaks
3951         * device/include/stdio.h: add printf_fast_f
3952
3953 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3954
3955         * src/SDCCmain.c: make --float-reent default for mcs51
3956         * device/lib/_fsadd.c: added mcs51 assembly version
3957         * device/lib/_fssub.c: added mcs51 assembly version
3958         * device/lib/_fsmul.c: added mcs51 assembly version
3959         * device/lib/_fsdiv.c: added mcs51 assembly version
3960         * device/lib/_fseq.c: added mcs51 assembly version
3961         * device/lib/_fsneq.c: added mcs51 assembly version
3962         * device/lib/_fsgt.c: added mcs51 assembly version
3963         * device/lib/_fslt.c: added mcs51 assembly version
3964         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3965         * device/lib/Makefile.in: add _fscmp to build
3966         * device/lib/libfloat.lib: add _fscmp to build
3967
3968 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3969
3970         * device/lib/_fs2slong.c: added mcs51 assembly version
3971         * device/lib/_fs2sint.c: added mcs51 assembly version
3972         * device/lib/_fs2schar.c: added mcs51 assembly version
3973         * device/lib/_fs2ulong.c: added mcs51 assembly version
3974         * device/lib/_fs2uint.c: added mcs51 assembly version
3975         * device/lib/_fs2uchar.c: added mcs51 assembly version
3976         * device/lib/_slong2fs.c: added mcs51 assembly version
3977         * device/lib/_sint2fs.c: added mcs51 assembly version
3978         * device/lib/_schar2fs.c: added mcs51 assembly version
3979         * device/lib/_ulong2fs.c: added mcs51 assembly version
3980         * device/lib/_uint2fs.c: added mcs51 assembly version
3981         * device/lib/_uchar2fs.c: added mcs51 assembly version
3982         * device/include/float.h: added #define to select asm vs c
3983
3984 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3985
3986         * device/lib/printf_fast.c: improvements to float output
3987         * device/include/float.h: add defines for assembly float library
3988         * device/lib/_fsget1arg.c: receive 1 float arg
3989         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3990         * device/lib/_fsnormalize.c: normalize a float
3991         * device/lib/_fsreturnval.c: return float, various helper routines
3992         * device/lib/_fsrshift.c: right shift a float's mantissa
3993         * device/lib/_fsswapargs.c: swap 2 floats
3994         * device/lib/Makefile.in: build these 6 new files for mcs51
3995         * device/lib/libfloat.lib: add these 6 files to the library
3996
3997 2004-12-26 Borut Razem <borut.razem AT siol.net>
3998
3999         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4000           built by gcc 3.4.2
4001
4002 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4003
4004         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4005           and fully reentrant and register bank neutral.
4006         * device/lib/printf_fast.c: added float (not enabled by default),
4007           added compact/slower integer (also not enabled by default),
4008           improved size/speed of fast integer code, other minor changes
4009         * device/include/stdio.h, device/lib/Makefile.in,
4010           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4011
4012 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4013
4014         * src/pic16/pcode.c: declaring variables other than at the start of a
4015           block is not supported in C by VC6.
4016
4017 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4018
4019         * applied a previous patch from Raphael Neider that wasn't included
4020         in the previous commits, which fixes infinite loops within jumptable
4021         improvements,
4022         * made some fixes that previous patches introduced
4023
4024 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4025
4026         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4027         that fixes an issue with AOP_PCODE asmop's offset,
4028         * (pic16_popCopyReg): update instance field too,
4029         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4030         function of pic port,
4031         * (genCmp, genAnd, genAssign),
4032         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4033
4034 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4035
4036         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4037         variables initial values to idata section,
4038         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4039         variables in some functions. This utilizes parmBytes field of iCode
4040         structure to hold the offset of the variable in stack. (might be
4041         able to use the stack field too?)
4042         * applied patch from Raphael Neider # ### , # ###
4043         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4044         variable initial values in idata section,
4045         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4046         for static variables with initial value
4047         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4048         applied fix in while loop from Raphael Neider.
4049
4050 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4051
4052         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4053         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4054         * src/ds390/ralloc.c (serialRegAssign): spill bits
4055         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4056         * support/Util/SDCCerr.c,
4057         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4058         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4059         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4060
4061 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4062
4063         * device/include/sdcc-lib.h: inserted LGPL, added includes
4064           asm/ds390/features.h and asm/mcs51/features.h
4065         * device/include/asm/default/features.h,
4066         * device/include/asm/gbz80/features.h,
4067         * device/include/asm/z80/features.h: added empty _AUTOMEM
4068           and _STATMEM
4069         * device/include/asm/ds390/features.h,
4070         * device/include/asm/mcs51/features.h: added files with defines for
4071           _AUTOMEM and _STATMEM indicating automatic and static storage class
4072         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4073         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4074         * src/SDCCicode.c (geniCodeCast),
4075         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4076         * src/SDCCloop.c (loopInduction): removed unused variable lr
4077         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4078           to convertToFcall to include char modulo (RFE 1065037), added check
4079           if left operand is unsigned and use abs of literal value
4080         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4081           as it doesn't work after conversion from peephole.def to peephole.rul
4082         * src/mcs51/gen.c (toBoolean): added check for size,
4083           (genModOneByte): optimized code for signed char modulo a literal
4084           power of 2 (thanks to Hubert Sack),
4085           (genRRC): removed unnecessary "clr c",
4086           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4087         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4088           jump optimization,
4089           swapped rules 256.c and 256.d,
4090           extended 256.d by using new multiple checks (thanks Erik),
4091           added rules 256.e and 256.f,
4092           updated rule 261.a and 261.b to new generated code
4093         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4094
4095 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4096
4097         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4098           induction related bugs, including first part of bug #1074377
4099
4100 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4101
4102         * applied patch from bug-report #1076292,
4103         * applied patches for genAnd and Goto-optimizations for Raphael
4104         Neider,
4105         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4106         dump a less iCode information,
4107         * src/pic16/device.h (pic16_options_t): added field debgen,
4108         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4109         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4110         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4111         puclic,
4112         * (various functions): added macros FENTRY and FENTRY2 to functions,
4113         to emit function prologue,
4114         * (various functions): fixed indentation,
4115         * (genNearPointerGet): fixed loading of FSR0,
4116         * (genPackBits): applied patch from Raphael Neider to fix updating
4117         of FSR0 and touching only the modified bits,
4118         * src/pic16/genarith.c (various functions): added macros FENTRY to
4119         emit function prologue in comments,
4120         * src/pic16/pcode.h: added functions debugf2, debugf3,
4121         * src/pic16/ralloc.c: partial fix for packForPush caused
4122         segmentation fault,
4123
4124 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4125
4126         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4127           <stsp AT users.sourceforge.net> with reversed byte order
4128         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4129
4130 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4133           bug #1074377
4134         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4135         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4136
4137 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4138
4139         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4140
4141 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4142
4143         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4144           conditions,
4145           (setFromConditionArgs): friendly operand parser for peephole rules,
4146           (operandBaseName, operandsNotRelated): new peephole condition
4147           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4148           architecture specific register naming into account, handles n-way
4149           comparisons, and supports quoted literals
4150         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4151
4152 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4153
4154         * src/mcs51/peeph.def: fixed bug #1076940
4155
4156 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4157
4158         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4159
4160 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4161
4162         Adding support for replacing ljmps with sjmps in jumptables
4163         generated for switch statements. For now you need to set the
4164         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4165         Now 4 algorithms for mcs51 jumptable generation are used:
4166         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4167         addresses loaded pc-relative for up to 112 cases and stack-pushing
4168         target addresses loaded with offset from dptr for up to 256 cases.
4169
4170         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4171         * src/mcs51/main.c: adapted constants for switch table generation
4172         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4173
4174 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4175
4176         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4177         * support/regression/tests/bug1057979.c: added test for bug 1073386
4178
4179 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4180
4181         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4182         compilers
4183
4184 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * src/pic16/device.h,
4187         * src/pic16/genarith.c,
4188         * src/pic16/glue.c,
4189         * src/pic16/main.c,
4190         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4191
4192 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4193
4194         Large cummulative patch for pic16 port.
4195         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4196         to call when a stack overflow occurs,
4197         * (malloc.h): added CVS Id tag,
4198         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4199         variable,
4200         * added libc directory. The current version of LibC contains string
4201         functions, ctype functions and macros and some functions of the
4202         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4203         be extensively tested in the future. Standard disclaimer here.
4204         Library is not automatically build yet. But one can build it by
4205         invoking 'make' inside the libc directory.
4206         * added ADC library under libio. Preliminary version yet.
4207
4208         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4209         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4210         aopForRemat() now and not by pic16_aopOp(),
4211         * (pic16_popGetTempReg): removed warning messgae when allocating
4212         temporary registers, its a buggy feature and will be removed,
4213         * (pic16_popGet): set register instance field in AOP_CRY,
4214         * (pic16_outBitC): fixed for results in size greater than 1,
4215         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4216         * (pic16_storeForReturn): optimized return of 0,
4217         * (genCmp): experimental code for new genCmp which uses PIC18's
4218         special compare&skip instructions. Initial tests fail some times
4219         with variables grater than 1 byte in size, so new code is disabled,
4220         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4221         a single bit,
4222         * (genCast): began a fix to optimize the casting of a bit to another
4223         bit, now assigning a bitfield to another bitfield will fail, sorry,
4224         * src/pic16/main.c: disabled the use of lr-support feature,
4225         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4226         * added some function prototypes, added function _debugf prototype,
4227         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4228         bits with offset (case PO_GPR_BIT),
4229         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4230         command line,
4231         * (isBankInstruction): modified to return 0 for no banking instruction,
4232         and 1 for banking instruction,
4233         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4234         caused stop processing pCodes after a inline assembly block,
4235         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4236         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4237         registers when it shouldn't,
4238         * src/pic16/ralloc.c (allocReg): add preliminary support for
4239         supporting a limited set of temporary registers,
4240
4241 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4242
4243         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4244           genDataPointerSet): ensure assignments always copy in MSB to LSB
4245           order,
4246           (loadRegFromAop): recognize CLRH optimization,
4247           (genFunction): optimize RECEIVE iCodes in reentrant functions
4248
4249 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4250
4251         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4252           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4253           selected.
4254         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4255         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4256           contiguous with data
4257
4258 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4259
4260         * device/lib/_gptrget.c (_gptrget),
4261         * device/lib/_gptrgetc.c (_gptrgetc),
4262         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4263           instead of sjmp to ret
4264         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4265           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4266
4267 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4268
4269         * .version: bumped version to 2.4.7
4270         * device/lib/_gptrget.c (_gptrget): is now _naked
4271         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4272         * device/lib/_gptrput.c (_gptrput): is now _naked
4273         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4274           (createFunction): fixed xstack
4275         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4276         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4277           or bit either,
4278           (geniCodeCritical): store original interrupt state in an iTemp bit
4279           var unless stack-auto
4280         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4281         * src/SDCCmain.c (setIncludePath): added include/target to search path
4282         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4283         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4284           prototype,
4285           (processFuncArgs): put bit vars in bit area
4286         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4287           unsaveRBank): fixed xstack,
4288           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4289           (genFunction, genEndFunction): fixed xstack,
4290           (genAssign): optimization don't walk backwards through mem
4291         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4292         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4293         * support/regression/Makefile: also make library (for stack-auto) when
4294           making "all" and added "test-mcs51-xstack-auto"
4295         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4296         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4297         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4298         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4299         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4300           make-library by MAKE_LIBRARY
4301         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4302           regression tests for xstack
4303         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4304         * support/regression/tests/critical.c: test for critical on mcs51
4305
4306 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4307
4308         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4309           built version of sdcc instead of installed version
4310
4311 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4314         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4315           vprintf.c now
4316         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4317         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4318           WARNING: remove device/lib/build/z80/printf.o by hand when
4319           updating from previous build!
4320         * device/lib/z80/printf.c: updated comment
4321         * support/regression/tests/bug1057979.c: test all ports now
4322         * support/regression/tests/bug1065458.c: file added
4323
4324 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4325
4326         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4327           *_start and *_end symbols for static functions
4328
4329 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4330
4331         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4332           and search crt0.o in all library paths,
4333           (setIncludePath): proper handling of --nostdinc,
4334           (setLibPath): proper handling of --nostdlib
4335         * support/regression/Makefile,
4336         * support/regression/ports/ds390/spec.mk,
4337         * support/regression/ports/gbz80/spec.mk,
4338         * support/regression/ports/hc08/spec.mk,
4339         * support/regression/ports/mcs51/spec.mk,
4340         * support/regression/ports/mcs51-large/spec.mk,
4341         * support/regression/ports/mcs51-stack-auto/spec.mk,
4342         * support/regression/ports/z80/spec.mk: use include and lib files from
4343           built version of sdcc instead of installed version
4344         * doc/sdccman.lyx: fixed typo in --nostdinc
4345
4346 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4347
4348         * src/pic/pcode.c,
4349         * src/pic/device.c,
4350         * src/pic/ralloc.c,
4351         * src/pic/gen.c : added support to generate code for struct bit fields.
4352
4353 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4354
4355         * as/xa51/xa_version.h,
4356         * device/include/errno.h,
4357         * device/include/regc515c.h,
4358         * device/lib/_itoa.c,
4359         * device/lib/_ltoa.c,
4360         * device/lib/ser_ir_cts_rts.c,
4361         * sim/ucsim/xa.src/glob.cc,
4362         * sim/ucsim/xa.src/inst_gen.cc,
4363         * sim/ucsim/xa.src/xa_bit.cc,
4364         * sim/ucsim/xa.src/xa_sfr.cc,
4365         * sim/ucsim/z80.src/inst_dd.cc,
4366         * sim/ucsim/z80.src/inst_fdcb.cc,
4367         * support/scripts/keil2sdcc.pl,
4368         * src/pic16/pic16.dsp,
4369         * src/pic16/pic16a.dsp: corrected cvs line endings
4370         * device/lib/printf_large.c: fixed bug 1057979
4371         * src/pic16/gen.c: fixed non-C standard code
4372         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4373         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4374         * support/regression/ports/mcs51/support.c: reload T1 asap
4375         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4376           pdata use and clear idata startup behaviour
4377         * support/regression/tests/bug1057979.c: added
4378
4379 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4380
4381         * device/examples/ds390/ow390/ad26.h,
4382         * device/examples/ds390/ow390/cnt1d.h,
4383         * device/examples/ds390/ow390/crcutil.c,
4384         * device/examples/ds390/ow390/ownet.h,
4385         * device/examples/ds390/ow390/owsesu.c,
4386         * device/examples/ds390/ow390/swt12.h,
4387         * device/examples/ds390/ow390/swtoper.c,
4388         * device/examples/ds390/ow390/temp10.h,
4389         * device/examples/ds390/ow390/thermodl.c,
4390         * device/examples/ds390/tinitalk/tinitalk.dsp,
4391         * device/examples/ds390/tinitalk/tinitalk.dsw,
4392         * device/examples/mcs51/clock/hw.h,
4393         * device/examples/mcs51/simple2/go.bat,
4394         * device/examples/serialcomm/windows/serial.h,
4395         * device/examples/xa51/dummy.c,
4396         * device/examples/xa51/hello.c,
4397         * device/include/80c51xa.h,
4398         * device/include/at89x051.h: corrected cvs line endings
4399
4400 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4401
4402         * src/pic16/main.c (options): added command line --gstack, to trace
4403         stack over/under flows,
4404         * added pragma 'wparam' to allow passing first byte of function
4405         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4406         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4407         call to __gstack_test function and sets up the symbol as extern,
4408         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4409         * popaop): added call to pic16_testStackOverflow,
4410         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4411         wparamList list,
4412         * (genCall, genPcall): now all parameters are passed via stack
4413         except in functions that are pass to wparam pragma in which WREG is
4414         used too,
4415         * (genPcall): REENTRANT flag is checked to see if variable prototype
4416         contains reentrant keyword, don't call a non-reentrant function, via
4417         a reentrant function pointer or vice versa, functions are never
4418         passed via WREG,
4419         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4420         D.Winkler,
4421         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4422         SIGSEGV when accessing a NULL register stucture,
4423         * (pic16_printGPointerType): modified to handle UPPER modifier for
4424         function initializers, changed prototype of function to simpler one,
4425         * (pic16_printIvalFuncPtr): check to see if function is already
4426         added in externs list,
4427         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4428         optimized a move from W to SFR with a move to the same register
4429         later after a CALL,
4430         * device/lib/pic16/debug: NEW directory, contains debug features
4431         which are enabled when linking with libdebug.lib, currently command
4432         line option --gstack enables stack pointer tracing for over/under
4433         flow, corresponding sources are in debug/gstack
4434
4435 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4436
4437         * doc/sdccman.lyx: updated SDCC version,
4438         * (PIC16 port): update list of command line options,
4439         * src/pic16/device.h (structure pic16_options_t): added field gstack
4440         to enable stack overflow tracing on push/pops,
4441         * src/pic16/device.c (statistics structure): added statistics
4442         structure,
4443         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4444         pic16_dump_int_registers): increase statistics counters for each
4445         * variable which is encountered
4446         * (pic16_dump_usection): emit each .udata variable to its own udata
4447         section,
4448         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4449         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4450         parameters via stack, otherwise use old scheme,
4451         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4452         assembler output file,
4453         * src/pic16/main.c: added command line options --gstack to enable
4454         push/pop tracing for stack overflow,
4455         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4456         instructions): added size of each instruction,
4457         * (pic16_countInstruction): estimate size of instructions in
4458         the_pFile list, inline assembly blocks are not counted,
4459         * (pic16_FixRegisterBanking): trace previous register usage, when
4460         banksel optimizations is greater than 0, don't emit a redudant
4461         banksel directive,
4462
4463 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4464
4465         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4466         * src/pic16/ralloc.c : applied same fix for pic16.
4467         * src/pic/gen.c : tidied it up a little.
4468
4469 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4470
4471         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4472         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4473
4474 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4475
4476         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4477
4478 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4479
4480         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4481         non-reentrant function __modsint in the interrupt function (thus
4482         corrupting math operations during serial I/O)
4483         * device/lib/ser_ir.c: as above, changed buffersize
4484         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4485         256.c,d for zeroing
4486         * doc/Makefile: added option -t for rsync
4487
4488 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4489
4490         * src/SDCCast.h (struct ast),
4491         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4492
4493 2004-10-20 Borut Razem <borut.razem AT siol.net>
4494
4495         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4496         package
4497
4498 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4499
4500         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4501         makefile targets,
4502         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4503         support functions to replace long sequences of MOVFF's from access
4504         bank registers to stack and vice versa,
4505         * src/pic16/device.h: added new field opt_flags, where optimization
4506         flags can be set to enable certain features,
4507         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4508         * pBlock, (genFunction, genEndFunction): surroung loop for
4509         saving/loading used registers in stack with PC_INFO pCodes,
4510         INF_LREGS. Code in between can then be optimized by pCode optimizer
4511         to support function calls,
4512         * (genDataPointerSet): fixed bug which loaded float fields in
4513         structures with corrupt data,
4514         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4515         in a standard way debug info on stderr. Feature used for developing
4516         and debugging only,
4517         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4518         obsolete chunks of code,
4519         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4520         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4521         * pic16/src/pcode.c (pic16_newpCodeInfo,
4522         * (pic16_newpCodeOpLocalRegs),
4523         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4524         feature,
4525         * (pic16_pCodeConstString): printing of the initial value of a
4526         symbol as a comment is inhibited since parsing was already done by
4527         copyStr and output is corrupt,
4528         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4529
4530 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4533
4534 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4535
4536         * as/mcs51/lkarea.c: removed old K&R style,
4537           (lnksect): changed check on boundary error,
4538           (lnksect2): changed check on boundary error,
4539           (lnksect2): extend XSTK to end of page if size = 1
4540         * as/mcs51/lkmain.c: removed old K&R style,
4541           (Areas51): create l_IRAM symbol
4542         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4543         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4544           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4545         * device/lib/_mullong.c: added version to be compiled with xstack
4546         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4547         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4548         * device/lib/mcs51/crtxstack.asm: fixed comment
4549         * src/SDCCglue.c: maxInterrupts defaults to 0,
4550           (emitMaps): added pdata,
4551           (createInterruptVect): (re)moved default,
4552           (glue): added pdata,
4553           (glue): moved __start__xstack to XSTK with default size 1
4554         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4555           and options.float_rent when options.stackAuto is set,
4556           (linkEdit): only write XDATA_NAME if provided on command line
4557         * src/SDCCmem.h,
4558         * src/SDCCmem.c: added pdata
4559         * src/port.h: added pdata_name to PORT
4560         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4561           (saveRegisters, unsaveRegisters): removed usage of B,
4562           (genMinus): fixed accumulator clash,
4563           (genJumpTab): added comment, this needs another look
4564         * src/mcs51/gen.c: added check for "B in use" paranoia,
4565           added pushB() and popB()
4566         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4567           chance
4568         * src/avr/main.c,
4569         * src/ds390/main.c,
4570         * src/hc08/main.c,
4571         * src/mcs51/main.c,
4572         * src/pic/main.c,
4573         * src/pic16/main.c,
4574         * src/xa51/main.c,
4575         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4576           added PSEG (PAG,XDATA) or NULL to port specifier
4577         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4578         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4579           (_mcs51_genInitStartup): removed __start__xstack equ,
4580           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4581         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4582         * src/z80/gen.c (_rleAppend): fixed warnings
4583         * support/regression/tests/zeropad.c: added pdata test
4584         * .version: bumped to 2.4.6
4585
4586 2004-10-17 Borut Razem <borut.razem AT siol.net>
4587
4588         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4589         as a part of nightly build
4590
4591 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4592
4593         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4594         WREG holds the first byte function parameters,
4595         * (aopForSym): take special case for symbols which are in FARSPACE
4596         but in CODESPACE too,
4597         * (assignResultValue): modified to take into account _G.useWreg,
4598         * (genCall): don't use wreg for parameter passing when function is
4599         declared as reentrant, too, added optimization INCF to stack
4600         pointer when stack parameter count is 1,
4601         * (genFunction, genEndFunction): refurnished and fixed to not using
4602         wreg for passing parameters when function has varargs or is
4603         reentrant, fixed bug with symbol name compare for generating
4604         functions in absolute address,
4605         * (pic16_storeForReturn): refurnished,
4606         * (genCmp): began writing a new version of the function, not ready
4607         yet, therefore it is disabled,
4608         * (genAssign): do not read code memory when assigning a function to
4609         a pointer function,
4610         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4611         array of characters, not pointer,
4612         * (pic16initialComments): in debug mode emit an .ident directive for
4613         the assembler,
4614         * (_process_pragma): emit a new warning type (internal to pic16)
4615         when setting stack to default length, emit a similar warning when
4616         placing a function at absolute address and address is not word aligned
4617         * (_pic16_parseOptions): added 'return TRUE' statement,
4618         * (_pic16_linkEdit): if compiling a source, then add the source's
4619         file object, first in the list of objects to link,
4620
4621 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4622
4623         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4624         * src/pic/main.c : removed VC warning.
4625         * src/pic/gen.c : changed comment.
4626
4627 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4628
4629         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4630         reference to a deprecated symbol _GPTRREG was causing failure to
4631         link. Thanks G. M. Gallant for the info.
4632
4633 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4634
4635         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4636         comments for Bugs item #954788.
4637
4638 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4639
4640         * src/pic16/device.c (pic16_dump_gsection,
4641         * pic16_groupRegistersInSection): handle symbols declared to be in
4642         access bank differently,
4643         * src/pic16/gen.c (struct _G): added field resDirect,
4644         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4645         send values read from stack directly to result and don't allocate
4646         temporary values,
4647         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4648         same registers,
4649         * (pic16_sameRegsOfs): NEW,
4650         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4651         free because they were not allocated from temporary pool,
4652         * pic16_popRegFromString): workaround to fix a problem with
4653         allocating variables twice or never,
4654         * (genGenPointerGet): using PRODL instead of FSR0H,
4655         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4656         instead of FSR0H,
4657         * (genAssign): take advantage of the _G.resDirect flag,
4658         * (genCast): around line 11844, use mov2f instead of directly
4659         MOVFF'ing between operands to account for literal values,
4660         * src/pic16/genutils.c: some new debug functions for gpsim have been
4661         added,
4662         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4663         float with integer part only,
4664         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4665         place variables in access bank
4666         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4667         updated sources to reflect recent changes in gen.c
4668
4669 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4670
4671         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4672         sources that searched for headers in installation path, now the
4673         device/include/pic16 is used,
4674         * src/pic16/glue.c (pic16glue),
4675         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4676         .line directives if not in debug mode, this suppresses assembler's
4677         warnings for ignored directives
4678
4679 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4680
4681         * src/port.h: made reset_regparms prototype void parameter explicit.
4682         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4683         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4684         * doc/sdccman.lyx: documented warning disabling and how to use
4685           printf_large to make it print floats.
4686         * device/include/stdbool.h: NEW
4687         * device/lib/_atof.c,
4688         * device/lib/_divuint.c,
4689         * device/lib/_divulong.c,
4690         * device/lib/expf.c,
4691         * device/lib/printf_large.c,
4692         * device/lib/sincosf.c,
4693         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4694         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4695           a completely reentrant lib.
4696
4697 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4698
4699         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4700         * device/include/pic16/stdio.h: fixed bug with colon
4701
4702 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4703
4704         * device/include/pic16/stdio.h,
4705         * device/include/pic16/stdlib.h,
4706         * device/include/pic16/math.h: NEW
4707         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4708         declared as _naked to reduce overhead
4709         * device/lib/Makefile.in (target port-specific-objects-pic16):
4710         changed * to *.* so to ignore the CVS directory,
4711         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4712         stacked variables back in stack,
4713         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4714         corruption
4715
4716 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4717
4718         * .version: bumped version number to 2.4.5
4719         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4720         * support/Util/SDCCerr.c (messages structure): added entry for
4721         W_POSSBUG2
4722
4723         Large cumulative patch for pic16 port and libraries.
4724         * device/include/pic16/sdcc-lib.h,
4725         * device/include/pic16/stdarg.h,
4726         * device/include/asm/pic16/features.h,
4727         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4728         * device/include/pic16/float.h: changes reentrant keyword with
4729         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4730         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4731         updated target build-libraries to include objects from gptr,
4732         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4733         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4734         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4735         all function headings,
4736         * src/SDCCmain.c: added global parameter userIncDirsSet,
4737         * (parseCmdLine): when option -I is encountered add directory to
4738         userIncDirsSet too,
4739         * src/version.awk: added space between control and long,
4740         * src/pic16/NOTES: added some notes for the port,
4741         * src/pic16/gen.c: added prototype for mov2fp function,
4742         * (fReturnpic16[]): properly named return value registers,
4743         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4744         * (aopForSym): added code to handle symbols with onStack flag set,
4745         symbols onStack are allocated PTRSIZE bytes,
4746         * (aopFreeAsmop): handles special case where asmops are stack objects,
4747         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4748         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4749         added argument lock to trace flaws in allocating temporary registers
4750         when developing port,
4751         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4752         * (pic16_popRegFromString): reenabled allocating a direct register
4753         from string,
4754         * (assignResultValue): various beautifications,
4755         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4756         referenced function argument,
4757         * (genIpush): reenabled to allow stacked arguments, handles only
4758         ic->parmPush iCodes,
4759         * (genCall, genPcall): major changes to allow for variable argument
4760         functions, fixed a bug with falsely restoring stack pointer after
4761         returning from call,
4762         * (genFunction): pending code for critical function,
4763         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4764         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4765         * (genNearPointerGet): fixed bug with indirect reading, was always
4766         reading from INDF0
4767         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4768         pointers,
4769         * (genAddrOf): rewrote code to take address of a stacked function parameter
4770         * (genCast): fixed casting to generic pointer type,
4771         * src/pic16/gen.h: added AOP_STA,
4772         * (struct asmop): added field stk,
4773         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4774         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4775         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4776         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4777         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4778         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4779         generic pointers,
4780         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4781         and library paths,
4782         * (pic16_port structure): generic pointer size is set to 3,
4783         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4784         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4785         compiler warning,
4786         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4787         operand is an iTemp,
4788
4789 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4790
4791         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4792         * debugger/mcs51/simi.c: addapt new syntax of s51
4793
4794 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4795
4796         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4797         * src/pic16/pcode.c: commented out some calls to free() in order to
4798         fix bug #989576,
4799
4800 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4801
4802         * src/SDCCicode.h,
4803         * src/SDCCicode.c (isiCodeInFunctionCall),
4804         * src/avr/ralloc.c (selectSpil),
4805         * src/pic/ralloc.c (selectSpil),
4806         * src/pic16/ralloc.c (selectSpil),
4807         * src/ds390/ralloc.c (selectSpil),
4808         * src/hc08/ralloc.c (selectSpil),
4809         * src/xa51/ralloc.c (selectSpil),
4810         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4811         stack in the middle of a function call sequence (fixes bug #1020268)
4812         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4813         costs associated with the minimum switch case.
4814
4815 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4816
4817         * src/SDCC.lex: fixed bug #1030549
4818
4819 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4820
4821         * src/SDCCcse.h (struct cseDef),
4822         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4823         over a function call if the CSE is derived from a symbol whose
4824         address has been taken (fixes bug #1029883)
4825         * support/regression/tests/bug-1029883: a new regression test for
4826         this bug
4827
4828 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4829
4830         * src/hc08/gen.c (emitinline): fixed bug #1029778
4831         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4832         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4833         and starts toward RFE #905167)
4834
4835 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4836
4837         * src/pic16/gen.c (mov2f): New function to move an operand to
4838         another without considering if it is a literal or a register,
4839         * (pic16_sameRegs): don't check if they are both AOP_REG,
4840         * (AccRsh): removed andmask=0 lines,
4841         * (genLeftShift): duplicated to be improved in future versions,
4842         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4843         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4844         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4845         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4846         * (insertBankSwitch): fixed inserting banksel directives algorithm
4847         for instructions that follow a skip instruction, this fixes a report
4848         for broken subtraction code generation,
4849         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4850         iCode is a left op, just in case result and right share the same
4851         registers
4852
4853 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/hc08/main.c,
4856         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4857         preservation of HX
4858         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4859         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4860         on 2004-09-12; it was buggy
4861
4862 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4863
4864         * src/SDCCsymt.h: removed RESULT_CHECK
4865         * src/SDCCast.c,
4866         * src/SDCCglue.c,
4867         * src/SDCCval.c,
4868         * src/pic/glue.c,
4869         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4870
4871 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4872
4873         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4874         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4875         configuration values no more rejected by compiler, they are assigned
4876         to configuration registers with a warning message instead,
4877         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4878         the for-loop so last conf register is emitted too,
4879         * (_pic16_initPaths): link library libsdcc.lib by default,
4880         * (_hasNativeMulFor): modified test for multiplication according to
4881         Raphael Neider's remarks. Integer multiplication is also done with
4882         support functions,
4883         * device/include/pic16/pic18fregs.h: corrected type error in while
4884         testing and including 18f6720 header file
4885
4886 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4887
4888         * src/pic16/device.h (pic16_options): removed field use_crt,
4889         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4890         until an optimization to handle single bits is added,
4891         * (pic16_loadFSR0): moved before genUnpackBits,
4892         * (genAnd): some white lines removed,
4893         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4894         leave_reset flags in pic16_options when using crt modules,
4895
4896 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4897
4898         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4899           for bugs 898889 & 979599. Also used some safer print instructions.
4900
4901 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4902
4903         * src/pic16/device.h (pic16_options_t): added field use_crt,
4904         crt_name, no_crt,
4905         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4906         catch a probable future bug,
4907         * src/pic16/gen.c: aopIdx function commented out,
4908         * (genAssign): commented out old code which used aopIdx,
4909         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4910         code, added if conditionals to take into account the --use-crt
4911         command line options,
4912         * src/pic16/main.c (pic16_optionsTable): added new command line
4913         options, --use-crt= and --no-crt,
4914         * (_pic16_linkEdit): now the proper crt object is added in the
4915         linker command line except than when --no-crt is specified,
4916         * src/pic16/pcode.c,
4917         * src/pic16/pcode.h: added some structures and functions for a new
4918         optimization scheme to compansate for instruction overhead between
4919         same iCodes, this scheme is currently under development and is not
4920         working in any way,
4921         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4922         to && operator,
4923         * device/lib/pic16/startup/crt0i.c,
4924         * device/lib/pic16/startup/crt0iz.c: added global char variable
4925         __uflags to force the generation of an idata section
4926
4927 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4928
4929         * doc/Makefile,
4930         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4931         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4932
4933 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4934
4935         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4936         Frieder) and clarified the default code optimization mode
4937
4938 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4939
4940         * src/SDCC.lex (doPragma, process_pragma),
4941         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4942         "opt_code_size", and "opt_code_balanced"
4943         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4944         regrouped options by category, added support for category headers
4945         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4946         and "--opt-code-size"
4947         * doc/sdccman.lyx: documented these new options and pragmas
4948         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4949         preference into account
4950
4951 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4952
4953         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4954           geniCodePreDec): Fixed bug 904237 by generating a warning
4955         * src/SDCCerr.h,
4956         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4957
4958 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4959
4960         * src/pic/device.c : When no max ram set validate full memory range.
4961         * src/pic/pcode.c,
4962         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4963
4964 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4965
4966         * device/lib/_gptrget.c,
4967         * device/lib/_gptrput.c: updated comment
4968         * device/lib/calloc.c,
4969         * device/lib/free.c,
4970         * device/lib/malloc.c,
4971         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4972         * src/SDCCcse.c (cseBBlock),
4973         * src/SDCCicode.c (printOperand, geniCodeArray),
4974         * src/SDCCicode.h (struct operand): fixed bug 868103
4975         * support/regression/tests/bug-868103.c: added
4976         * src/SDCCast.c (searchLitOp),
4977         * src/SDCCcse.h (struct cseDef),
4978         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4979         * src/SDCCicode.h (struct operand),
4980         * src/SDCCsymt.h (struct sym_link),
4981         * src/avr/gen.c (hasInc),
4982         * src/ds390/gen.c (hasInc),
4983         * src/hc08/gen.c (genPlusIncr, hasInc),
4984         * src/mcs51/gen.c (hasInc),
4985         * src/pic16/glue.c (pic16_printIvalChar),
4986         * src/pic16/ralloc.c (regWithIdx),
4987         * src/xa51/gen.c (hasInc) : removed warnings
4988         * src/SDCCast.c (createBlock): added comment ???
4989         * src/hc08/ralloc.c: updated comments
4990
4991 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4992
4993         * doc/sdccman.lyx: updated section on switch statements, added
4994         section about semaphore locking
4995         * doc/Makefile: added option -info for latex2html
4996         * device/lib/_gptrget.c,
4997         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4998
4999 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5000
5001         * src/pic/device.h,
5002         * src/pic/device.c,
5003         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5004          maxram is less than 0x100.
5005
5006 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5007
5008         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5009
5010 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/port.h,
5013         * src/mcs51/main.c,
5014         * src/ds390/main.c,
5015         * src/z80/main.c,
5016         * src/hc08/main.c,
5017         * src/pic/main.c,
5018         * src/pic16/main.c,
5019         * src/avr/main.c,
5020         * src/xa51/main.c
5021         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5022         a jump table is the best form for a switch statement, including
5023         automatic insertion of missing cases to make the case range
5024         continuous. Developed in collaboration with Frieder Ferlemann.
5025
5026 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5027
5028         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5029         accumulator result if it needs sign extension
5030
5031 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5032
5033         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5034
5035 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5036
5037         * device/lib/gbz80/printf.c,
5038         * device/lib/z80/printf.c: removed define for NULL
5039
5040 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5041
5042         * as/xa51/xa_link.c,
5043         * device/examples/ds390/ow390/ad26.c,
5044         * device/examples/ds390/ow390/cnt1d.c,
5045         * device/examples/ds390/ow390/counter.c,
5046         * device/examples/ds390/ow390/ds2480.h,
5047         * device/examples/ds390/ow390/ds2480ut.c,
5048         * device/examples/ds390/ow390/findtype.c,
5049         * device/examples/ds390/ow390/gethumd.c,
5050         * device/examples/ds390/ow390/owllu.c,
5051         * device/examples/ds390/ow390/ownetu.c,
5052         * device/examples/ds390/ow390/swt12.c,
5053         * device/examples/ds390/ow390/swtloop.c,
5054         * device/examples/ds390/ow390/temp.c,
5055         * device/examples/ds390/ow390/temp10.c,
5056         * device/examples/ds390/ow390/thermo21.c,
5057         * device/examples/ds390/ow390/tinilnk.c,
5058         * device/examples/ds390/ow390/tstfind.c,
5059         * device/examples/serialcomm/windows/serial.cpp,
5060         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5061         * device/include/reg51.h: fixed line endings for cvs
5062
5063 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5064
5065         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5066         packRegsForAccUse, packRegisters): new accumulator register
5067         packing algorithm
5068         * support/regression/ports/hc08/support.c (_putchar): suppress
5069         warning of unused variable
5070         * src/SDCCicode.c: added SWAP entry to codeTable
5071
5072 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5073
5074         * device/lib/sprintf.c: forgot to add this file before previous commit
5075
5076 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5077
5078         * src/pic16/gen.c (genPackBits): added operand right in function
5079         parameters, load result directly if p_type is POINTER (that is
5080         called by genNearPointerSet)
5081         * (genUnPackBits): added operand left in function parameters,
5082         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5083         FSR0 if accessing bitfields,
5084
5085 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5086
5087         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5088           _print_format; updated printf, sprintf, vsprintf
5089         * device/include/asm/default/features.h: corrected comment/define
5090         * device/lib/Makefile.in: added sprintf.c
5091         * device/lib/libsdcc.lib: added sprintf module
5092         * device/lib/printf_large.c,
5093         * device/lib/vprintf.c,
5094         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5095           into these 3 files
5096         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5097         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5098         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5099           hc08 test
5100         * support/regression/tests/zeropad.c: define idata as data for hc08
5101
5102 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5103
5104         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5105         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5106         labels are referenced at least once (even if a reference is not found)
5107         * src/hc08/gen.c (emitcode): set isComment flag for comments
5108         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5109         loads), rules 6a..6b (optimize jumps to return)
5110
5111 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5112
5113         * device/lib/acosf.c (acosf),
5114         * device/lib/asinf.c (asinf),
5115         * device/lib/atanf.c (atanf),
5116         * device/lib/ceilf.c (ceilf),
5117         * device/lib/cosf.c (cosf),
5118         * device/lib/coshf.c (coshf),
5119         * device/lib/cotf.c (cotf),
5120         * device/lib/fabsf.c (fabsf),
5121         * device/lib/floorf.c (floorf),
5122         * device/lib/log10f.c (log10f),
5123         * device/lib/logf.c (logf),
5124         * device/lib/sinf.c (sinf),
5125         * device/lib/sinhf.c (sinhf),
5126         * device/lib/sqrtf.c (sqrtf),
5127         * device/lib/tanf.c (tanf),
5128         * device/lib/tanhf.c (tanhf),
5129         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5130         replaced all instances of "reentrant" in the library functions
5131         defined in math.h with this macro.
5132         * support/regression/tests/float_trans.c: reenabled test for hc08
5133
5134 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5135
5136         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5137         erroneously deleted
5138
5139 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5140
5141         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5142         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5143         multi-byte volatile operands are used
5144         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5145         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5146         initialization to area GSINIT0 so that it would always precede
5147         any static initializers in GSINIT
5148         * support/regression/tests/zeropad.c: fixed idata define for hc08
5149         * support/regression/tests/bug-927659.c,
5150         * support/regression/tests/float_trans.c: disabled tests for hc08
5151         pending missing library routines
5152         * .version: increased version number to 2.4.4 - hc08 port now passes
5153         regression tests
5154
5155
5156 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5157
5158         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5159         * Makefile.common.in,
5160         * as/Makefile,
5161         * as/hc08/Makefile.in,
5162         * as/mcs51/Makefile.in,
5163         * as/z80/Makefile.in,
5164         * debugger/mcs51/Makefile.in,
5165         * device/include/Makefile.in,
5166         * device/lib/Makefile.in,
5167         * doc/Makefile,
5168         * link/Makefile,
5169         * link/z80/Makefile.in,
5170         * packihx/Makefile.in,
5171         * sim/ucsim/main_in.mk,
5172         * sim/ucsim/avr.src/Makefile.in,
5173         * sim/ucsim/doc/Makefile.in,
5174         * sim/ucsim/gui.src/serio.src/Makefile.in,
5175         * sim/ucsim/hc08.src/Makefile.in,
5176         * sim/ucsim/s51.src/Makefile.in,
5177         * sim/ucsim/xa.src/Makefile.in,
5178         * sim/ucsim/z80.src/Makefile.in,
5179         * src/Makefile.in,
5180         * support/cpp2/Makefile.in,
5181         * support/librarian/Makefile,
5182         * support/makebin/Makefile: added DESTDIR to the install path proposed
5183         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5184         * doc/sdccman.lyx: added DESTDIR documentation
5185
5186 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5187
5188         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5189         instruction for interrupt handlers, use fast returns when returning
5190         from high priority interrupts
5191
5192 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5195         code generation
5196         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5197         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5198         bugs, ported much of Bernhard's code from mcs51
5199         * src/mcs51/gen.c (genSend),
5200         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5201         than one when calling a reentrant function
5202         * device/lib/_mullong.c: defined an alternate struct layout for big
5203         endian ports (hc08)
5204
5205 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5208         test
5209
5210 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5213         are sane and complete before asking the port its prefered parameter
5214         passing method (fixes bug #1017633)
5215         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5216         and _ret3
5217
5218 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5219
5220         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5221         problem in bitfields >= 8 bits.
5222
5223 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5224
5225         * src/SDCCsymt.c: undid changes that were not meant to be committed
5226
5227 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5228
5229         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5230
5231 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5232
5233         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5234           copied and wrong bit got inverted
5235
5236 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5237
5238         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5239         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5240         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5241         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5242         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5243         assignments to bitfields at known addresses
5244         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5245         reads from bitfields at known addresses
5246         * src/hc08/ralloc.c (packRegisters),
5247         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5248         genhc08Code): optimize pointer get values used as conditionals
5249         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5250         and branch
5251
5252 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5253
5254         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5255         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5256         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5257         as conditionals
5258
5259 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5260
5261         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5262
5263 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5264
5265         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5266         related problems
5267
5268 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5269
5270         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5271
5272 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5275         mcs51 port
5276
5277 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5278
5279         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5280
5281 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5282
5283         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5284         cases use more compact code.
5285
5286 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5287
5288         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5289
5290 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5293
5294 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * src/SDCCsymt.h,
5297         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5298         parameter of changePointer() from symbol* to sym_link*
5299         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5300         * src/SDCCsymt.c (compareType): void* type is castable to other
5301         pointers, but not necesarily an exact match.
5302         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5303         is no longer blindly treated as an exact match.
5304         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5305
5306 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5307
5308         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5309
5310 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5311
5312         * src/pic/gen.c,
5313         * src/pic/pcode.c,
5314         * src/pic/ralloc.h,
5315         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5316
5317 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5318
5319         * src/pic/device.c,
5320         * src/pic/device.h,
5321         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5322
5323 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5324
5325         * src/mcs51/gen.c (emitcode): fixed bug #992819
5326
5327 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5328
5329         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5330           there's no need to make it worse
5331
5332 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5333
5334         * src/mcs51/ralloc.c (deassignLR),
5335         * src/ds390/ralloc.c (deassignLR),
5336         * src/hc08/ralloc.c (deassignLR),
5337         * src/z80/ralloc.c (deassignLR),
5338         * src/pic/ralloc.c (deassignLR),
5339         * src/pic16/ralloc.c (deassignLR),
5340         * src/avr/ralloc.c (deassignLR),
5341         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5342         rlivePoint): fixed another part of bug #971834
5343
5344 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/z80/main.c: enabled "critical" keyword
5347         * src/z80/mappings.i,
5348         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5349         functions (fixes bug #979646)
5350         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5351
5352 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5353
5354         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5355           such as c:\mydir.
5356
5357 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5358
5359         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5360           doesn't disable too much optimizations
5361
5362 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5363
5364         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5365
5366 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5367
5368         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5369
5370 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5371
5372         * src/pic/gen.c tidied up tabs
5373         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5374         * src/pic/main.c tidied up tabs
5375         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5376         * src/pic/pcoderegs.c tidied up tabs
5377         * src/pic/ralloc.c tidied up tabs
5378
5379 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5380
5381         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5382         to S_FIXED for pic16 port and when symbol is not in level 0,
5383         allocate for S_REGISTER storage class and pic16 port, too,
5384         * src/pic16/device.h: prototype for checkSym,
5385         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5386         * (pic16_assignConfigWordValue): test the value and the mask to
5387         validate that the value is suitable for the configuration word,
5388         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5389         collect extern declared symbols, don't emit symbol twice, check
5390         first if symbol is in publics set first,
5391         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5392         * added command line '--fstack' which enables an experimental
5393         feature for stack access, too buggy to be used yet...
5394         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5395         * (pic16_allocDirReg): when register has storage class S_REGISTER
5396         allocate in pic16_dynAccessRegs,
5397         * device/include/pic16/pic18f????.h: modified configuration word
5398         naming convention, words started as CONFIG0H but should be CONFIG1H
5399
5400 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5401
5402         * device/include/mcs51reg.h: fixed bug 970993
5403
5404 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5405
5406         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5407         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5408         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5409         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5410         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5411         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5412           error/warning numbers,
5413           added function setWarningDisabled()
5414         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5415         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5416           _memcmp.c _memmove.c calloc.c realloc.c free.c
5417         * support/regression/tests/malloc.c: added tests for new functionality
5418         * support/regression/tests/zeropad.c: added tests for truncated initializers
5419           and initialized char arrays starting with '\x0'
5420         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5421
5422 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5423
5424         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5425
5426 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5427
5428         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5429         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5430         peephole 177.e. Thanks to anonymous
5431
5432 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5433
5434         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5435         function isn't used in the source but referenced as a
5436         variable initializer then declare it as extern in .asm file
5437
5438 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5439
5440         * .version: increased version number to 2.4.3
5441
5442         Adding version extension according to ChangeLog CVS revision
5443         * src/Makefile.in (target all): added dependency 'version.h'
5444         * (rule version.h): added rule to create version.h from ChangeLog,
5445         * (rule dep): added dependency version.h,
5446         * src/version.awk: AWK script to create version.h
5447         * src/SDCCdwarf2.c (dwWriteModule),
5448         * src/SDCCglue.c (initialComments),
5449         * src/SDCCmain.c (printVersionInfo): modified to write after
5450         version string the version extension number,
5451         * src/SDCCutil.c: included "version.h"
5452         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5453         number,
5454         * src/SDCCutil.h: added prototype for getBuildNumber
5455
5456         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5457         includeDirsSet, too,
5458         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5459         const char [] is found in function prototype...
5460
5461         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5462         moving to WREG with source is already in WREG,
5463         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5464         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5465         * (aopForSym): stack'ed symbols are partially supported, added
5466         if-clause to support symbols in FARSPACE,
5467         * (sameRegs): added test for AOP_ACC to see if registers are same,
5468         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5469         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5470         * (pic16_popRegFromString): will not allocate a new register if it
5471         doesn't find one by name, bug may have introduced...
5472         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5473         * (genIpush): revived to use pic16 port's stack,
5474         * (genAddrOf): added incomplete case for stack'ed operand,
5475         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5476         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5477         can handle multibyte operands,
5478         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5479         * (pic16initialComments): added message for MPLAB compatibility
5480         mode enabled,
5481         * src/pic16/main.h: prototype for pic16_mplab_comp,
5482         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5483         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5484         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5485         because of increased complexity of procedure,
5486         * (_process_pragma): stack pragma changed to format 'stack pos len',
5487         emit symbol '_stack_end' to conform with gplink,
5488         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5489         to search for register,
5490         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5491         PO_GPR_REGISTER,
5492         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5493         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5494         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5495         case for PO_GPR_REGISTER,
5496         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5497         dies, the new era is ahead !...
5498         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5499         pic16_dynInternalRegs,
5500         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5501         * (pic16_allocDirReg): minor optimizations and bug fixes,
5502         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5503
5504         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5505         load stack and frame pointer with address of 'stack_end' symbol
5506
5507 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5508
5509         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5510         without source code but only variable initializers
5511
5512 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5513
5514         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5515         external are not declared as extern to reduce overhead while linking
5516
5517 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5518
5519         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5520
5521 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5522
5523         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5524           Yee Keat for the patch
5525         * src/SDCCast.c (decorateType): fixed bug #979599
5526         * src/ds390/gen.h: removed local fReturnSizeDS390
5527         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5528         * src/ds390/gen.c (genAnd, genOr, genXor),
5529         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5530
5531 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5532
5533         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5534         add relFilesSet to $3, manipulate $2 to handle linking of object
5535         files without source files in command line,
5536         * device/include/pic16 (all headers): added ID location macros,
5537         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5538         entries for ID location bytes,
5539         * (pic16_assignIdByteValue): NEW,
5540         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5541         added field dumpcalltree to pic16_options_t,
5542         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5543         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5544         emitting rFalseIfx label after check_carry label,
5545         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5546         pic16_emitDIRegs), NEW
5547         * (pic16glue): dump .calltree file when option --calltree found,
5548         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5549         * (_pic16_genAssemblerPreamble): emit ID locations after
5550         configuration registers,
5551         * (pic16_linkCmd): modifications of the link command,
5552         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5553         * (pic16_pCodeInitRegisters): don't init stack registers,
5554         * (pic16_findPrevInstruction): fixed bug,
5555         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5556         bug with immediate registers,
5557         * (buildCallTree): traces stack push and pop,
5558         * (pct2): dump also stack usage for each function,
5559         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5560         * (pic16_allocDirReg): various modifications,
5561         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5562         fixed to 1,
5563
5564 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5565
5566         * src/pic16/pcode.c: removed buggy double colon
5567
5568 2004-07-01 Borut Razem <borut.razem AT siol.net>
5569
5570         * support/scripts/sdcc.nsi: added include/pic16 to setup
5571
5572 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5573
5574         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5575         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5576         target 'clean',
5577         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5578         specific command line arguments. Also added sample lkr script
5579         for placing a variable at a specific memory bank.
5580         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5581         at a specific memory bank,
5582         * (pic16_dump_isection): fixed bug which caused string literals to
5583         be omitted when dumping idata section,
5584         * (pic16_groupRegistersInSection): added code to handle registers
5585         in specific memory banks,
5586         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5587         public, all references are renamed too,
5588         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5589         AOP_DPTR2,
5590         * (pic16_storeForReturn): added case to handle when dest is WREG,
5591         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5592         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5593         pic16_rel_udata, check to see if that register is marked as being
5594         a member of a specific memory bank,
5595         * (pic16_printIvalCharPtr): added code to add string literals either
5596         to code or the idata sections,
5597         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5598         also accept the 'udata' pragma,
5599         * src/pic16/main.h: new structure types sectName and sectSym
5600         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5601         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5602         * (pic16_findPrevInstruction): fixed, it returned nothing,
5603         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5604         instruction combinations,
5605         * (pic16_FixRegisterBanking): heavily reorganised,
5606         * (pic16_AnalyzeBanking): if generating banksel directives is
5607         disabled, then don't call FixRegisterBanking at all,
5608         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5609         completely removed,
5610         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5611
5612 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5613
5614         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5615         Phuah Yee Keat <yk.phuah AT nestac.com>
5616
5617 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5618
5619         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5620         correctly the IVT even if it is relocated to some other location
5621
5622 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5623
5624         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5625         * device/include/pic16/pic18f2220.h: NEW,
5626         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5627         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5628         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5629         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5630         nodefaultlibs, ivt_loc is the location of the interrupt vector
5631         table, and nodefaultlibs signs that default libraries should not be
5632         linked in link stage,
5633         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5634         according to --ivt-loc argument,
5635         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5636         when pragma stack is found,
5637
5638 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5639
5640         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5641         256 (range check), 257 (do while), 258.a-f (bit banging
5642         f.e. on 3-wire SPI bus)
5643
5644 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5645
5646         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5647         variables used exclusively within a loop
5648
5649 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5650
5651         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5652
5653 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/SDCClrange.c (computeClash): fixed bug #971834
5656
5657 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5658
5659         * src/mcs51/gen.c (genCmp): fixed bug #975903
5660         * src/hc08/gen.c (operandsEqu),
5661         * src/ds390/gen.c (operandsEqu),
5662         * src/z80/gen.c (operandsEqu),
5663         * src/pic/gen.c (operandsEqu),
5664         * src/pic16/gen.c (operandsEqu),
5665         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5666         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5667
5668 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5669
5670         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5671
5672 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5673
5674         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5675         default case in switch statement,
5676         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5677         to eliminate problem with initialisation of pointers, but problem
5678         still exists,
5679         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5680         * (emitStaticSegment): removed various lines emitting debug info,
5681         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5682         added processor registers for utilizing EEPROM,
5683         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5684         configurable and set 8
5685
5686 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5687
5688         * .version: increased version number to 2.4.2,
5689
5690         Cumulative patch for pic16 port
5691         * src/pic16/device.c: changed scheme to dump initial values for
5692         variables in idata segment, all print_idata* functions were removed,
5693         now the pic16_printIval* will be called,
5694         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5695         * _pic16_printPointerType, pic16_printPointerType,
5696         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5697         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5698         NEW, similar to the respective functions in SDCCglue.c,
5699         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5700         way, emitting hex bytes,
5701         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5702
5703 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5704
5705         * src/avr/ralloc.c (serialRegAssign),
5706         * src/xa51/ralloc.c (serialRegAssign),
5707         * src/pic/ralloc.c (serialRegAssign),
5708         * src/pic16/ralloc.c (serialRegAssign),
5709         * src/hc08/ralloc.c (serialRegAssign),
5710         * src/z80/ralloc.c (serialRegAssign),
5711         * src/ds390/ralloc.c (serialRegAssign),
5712         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5713
5714 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5717         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5718
5719 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5720
5721         Cumulative patch for pic16 port:
5722         * src/pic16/device.h (typedef PIC16_device) modified fields for
5723         defining microcontrollers,
5724         * src/pic16/device.c: added new info for all devices in Pics16 array,
5725         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5726         to be optimised out by the pCode optimiser,
5727         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5728         specially, bug reported by G.M. Gallant,
5729         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5730         as force'd so that cannot be optimised out by pCode optimiser,
5731         * src/pic16/pcode.c,
5732         * src/pic16/pcodepeeph.c,
5733         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5734         they are disabled by default, but can be enabled explicit with
5735         command argument --denable-peeps, for testing,
5736         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5737         --pomit-ivt in COMPILE_FLAGS
5738
5739 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5740
5741         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5742           compilation on MSVC
5743
5744 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5745
5746         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5747
5748 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5749
5750         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5751         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5752
5753 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5754
5755         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5756         would only assign 0x300001 register.
5757
5758 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5759
5760         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5761         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5762
5763 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5764
5765         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5766         for ds80c400
5767         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5768         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5769         added peephole 254 (left shift), 255 (jump table)
5770
5771 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5772
5773         * device/lib/Makefile.in: removed comment line with model-pic16,
5774         * (target port-specific-objects-pic16): the libraries and objects
5775         are copied to the build directory form the device/lib/pic16/bin
5776         directory
5777
5778         Cumulative patch concerning pic16 port:
5779         * library directory has been re-organized,
5780         * added support for PIC18F1220,
5781         * added headers and library sources for chips 18f1220,18f6520,
5782         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5783
5784         * configuration registers setting has changed, now each supported
5785         device has a complete description of the registers it uses,
5786         * all initialisations are moved to idata sections, these section
5787         can be absolute or relocatable,
5788         * fixed initialisation of codespace variables,
5789         * fixed warning about PCLATU and gpsim,
5790         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5791         * (genAssign): use table reads when assigning from variables in codespace,
5792         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5793         char/int variables placed in codespace,
5794         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5795         registers set in .asm file, no need for --pomit-config-words anymore,
5796         * (pic16glue): some 8051 legacy segments are commented out
5797         (to be removed completely),
5798         * added support for alternative assembler and linker with --asm=
5799         and --link= command line arguments,
5800         * peepholes are disabled automatically in the port, no need to
5801         specify on command line,
5802         * port supports natively char/int/long multiplication, but converts
5803         all divisions to support functions,
5804         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5805         to the file set in variable $2,
5806         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5807         strings in ASCII format and not in hex,
5808         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5809         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5810         allocate proper register if iCodes aren't temporary,
5811
5812 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5813
5814         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5815
5816 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5817
5818         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5819         is commented out
5820
5821 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5824         computed address is reused
5825         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5826         multi-byte bitfields
5827
5828 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5829
5830         * src/z80/gen.c: (genArrayInit): must check for pointers too
5831
5832 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5833
5834         * support/regression/tests/zeropad.c: never meant to commit the
5835           nestedstruct test: removed, added check for GCC version
5836
5837 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5838
5839         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5840         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5841         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5842           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5843           bugs 928906 and 954082 half-empty initializers
5844         * src/SDCCsymt.h,
5845         * src/SDCCsymt.c (getAllocSize): added for above fix
5846         * src/z80/gen.c (genArrayInit): fixed bug 741044
5847         * support/regression/tests/zeropad.c: added tests
5848
5849 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5850
5851         * src/pic16/device.c (pic16_dump_section): corrected bug which
5852         caused some symbols of the libraries to be misplaced
5853
5854 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5855
5856         * src/pic16/glue.c,
5857         * src/pic16/ralloc.h,
5858         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5859         to fix conflict with pic port
5860
5861 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5862
5863         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5864         externs configuration variables,
5865         * src/pic16/ralloc.h,
5866         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5867         prototype in header, commented out some debug messages
5868
5869 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5870
5871         * src/pic16/glue.c,
5872         * src/pic16/main.c,
5873         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5874         for gpasm COFF object generation. Thanks to D. Hawkins for
5875         his patch info
5876
5877 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * src/ds390/main.c,
5880         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5881         Brock for spotting this)
5882         * src/ds390/gen.c (genEndFunction),
5883         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5884         interrupt handler and critical. Disable push/pop optimizations when
5885         peephole optimizations disabled.
5886
5887 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5888
5889         Updated pic16 library sources and headers.
5890         * device/lib/pic16/pic18f*/ ,
5891         * device/include/pic16/*.h: modified to handle structured SFR
5892         definitions
5893
5894 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5895
5896         * src/port.h (PORT structure): added hook initPaths, now each
5897         port can declare its own default search paths,
5898         which can been seen with the --print-search-dirs option,
5899         see pic16 port for example,
5900         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5901         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5902         * (doPrintSearchDirs): NEW, replaces in a central manner the
5903         printing of search dirs which was split in set*Paths functions,
5904         * (main): added call to port->initPaths and doPrintSearchDirs,
5905         * src/avr/main.c,
5906         * src/ds390/main.c,
5907         * src/hc08/main.c,
5908         * src/izt/i186.c,
5909         * src/izt/tlcs900h.c,
5910         * src/mcs51/main.c,
5911         * src/pic/main.c,
5912         * src/pic16/main.c: modified port structures to reflect addition of
5913         initPaths hook,
5914
5915         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5916         * (pic16_dump_section): for registers in same address reserve memory once,
5917         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5918         to no_banksel,
5919         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5920         result is greater in size than right or left,
5921         * (pic16_genUMult8X8_8): there are some cases where the result can
5922         be 16 bits size, so handle these,
5923         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5924         * (pic16_outBitC): modified to emit pcodes,
5925         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5926         or not,
5927         * (genDivOneByte): implemented algorithm to divide 8-bits,
5928         * (genCmp): uncommented goto, but issues still exist,
5929         * (genAnd): fixed a bug with variables >8bits,
5930         * (genPackBits): optimization added that uses BCF/BSF to change a
5931         single bit,
5932         * (genAssign): fixed bug when assigning floating point literals,
5933         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5934         __sdcc_gsinit_startup label,
5935         * src/pic16/main.c (_pic16_init): removed search directory
5936         initialisations,
5937         * (_pic16_initPaths): NEW, used to initialise search directories,
5938         * (_hasNativeMulFor): support functions for all except char/int
5939         multiplication, and char division,
5940         * (PIC16_port struct): modified entry for native mul support,
5941         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5942         no_banksel option,
5943         * (buildCallTree): call to register_usage is ifdef'ed out,
5944
5945 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * device/include/string.h: applied Stas Sergeev's patch to make this
5948         header file compatible with the preprocessor -Wundef option
5949         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5950         failure (fixes bug #941458)
5951
5952 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5953
5954         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5955         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5956         that the variable, not the function, should be static
5957         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5958         to be consistent with non-literal case
5959
5960 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5961
5962         * src/SDCCast.c (isConformingBody): fixed bug #949967
5963         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5964         convilong): fixed bug #952086
5965
5966 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/SDCCmem.c (allocVariables): fixed bug #955321
5969
5970 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/hc08/main.c (_hc08_genAssemblerEnd),
5973         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5974         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5975         completely eliminated the use of a temporary file
5976         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5977         when more than one file linked
5978         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5979
5980 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5983         which fixes bug #543481
5984         * support/regression/tests/bug-751703.c: fixed comments left from a
5985         cut and paste error
5986         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5987         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5988         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5989         scopes
5990         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5991         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5992         are now changed to underscores in moduleName
5993
5994 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5995
5996         * as/mcs51/lkmem.c: better fix for bug #954173
5997
5998 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5999         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6000
6001         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6002         * device/include/c8051f000.h,
6003         * device/include/c8051f120.h,
6004         * device/include/c8051f300.h,
6005         * device/include/c8051f310.h,
6006         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6007         PWM16) and detab'ed
6008
6009 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6010
6011         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6012         and mailing lists, doc'ed --no-peep-comments, removed reference
6013         to knoppix (newest version has no LyX/LaTeX), other minor changes
6014         * src/SDCCglue.c (glue): save 2 bytes stack space with
6015         option --main-return. The ljmp could probably be avoided too
6016
6017 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6018
6019         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6020
6021 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6022
6023         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6024         * src/SDCCopt.c (isLocalWithoutDef),
6025         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6026         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6027         (credit to Maarten Brock for patch #949363, on which this is based)
6028         * support/regression/tests/bug-751703.c: some test cases of extern used
6029         within inner scopes.
6030
6031 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6034         SPEC_STRUCT
6035         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6036         struct definitions
6037         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6038         dwWriteLabel): fix to create valid debugger symbols even when
6039         the module name has non-alphanumeric symbols in it
6040         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6041         when a variable's allocation has been optimized away
6042
6043
6044 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6045
6046         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6047         * src/hc08/main.c,
6048         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6049         * src/mcs51/main.c,
6050         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6051         * src/ds390/main.c,
6052         * src/z80/gen.c (z80_emitDebuggerSymbol),
6053         * src/z80/main.c,
6054         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6055         * src/pic/main.c,
6056         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6057         * src/pic16/main.c,
6058         * src/avr/gen.c (avr_emitDebuggerSymbol),
6059         * src/avr/main.c,
6060         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6061         * src/xa51/main.c,
6062         * src/SDCCdebug.c (emitDebuggerSymbol),
6063         * src/SDCCdebug.h,
6064         * src/port.h: added a debugger struct to the port struct. Added a
6065         callback for defining debugger symbols
6066
6067         * src/SDCCast.c (createLabel),
6068         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6069         with isitmp = 1
6070         * src/SDCCicode.h,
6071         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6072         iCode back to the ast for the function
6073
6074         * src/hc08/ralloc.c (hc08_assignRegisters),
6075         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6076         unneeded fields from the regs struct.
6077         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6078         pushReg() & pullReg() functions instead of emitcode()
6079
6080         * src/hc08/gen.c (genLabel, genhc08Code),
6081         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6082
6083         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6084         debugger hooks
6085
6086         * src/hc08/gen.c (genEndFunction, genhc08Code),
6087         * src/hc08/gen.h,
6088         * src/mcs51/gen.c (genEndFunction, gen51Code),
6089         * src/mcs51/gen.h,
6090         * src/ds390/gen.c (genEndFunction, gen390Code),
6091         * src/ds390/gen.h,
6092         * src/z80/gen.c (genEndFunction, genZ80Code),
6093         * src/z80/gen.h,
6094         * src/z80/z80.h,
6095         * src/pic/gen.c (genEndFunction, genpic14Code),
6096         * src/pic/gen.h,
6097         * src/pic16/gen.c (genEndFunction, genpic16Code),
6098         * src/pic16/gen.h,
6099         * src/avr/gen.c (genEndFunction, genAVRCode),
6100         * src/avr/gen.h,
6101         * src/xa51/gen.c (genEndFunction, genXA51Code),
6102         * src/xa51/gen.h,
6103         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6104         specific code to cdbFile.c and out of the backend code generators
6105
6106         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6107         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6108         starting address is now 0
6109
6110         * as/hc08/asm.h,
6111         * as/hc08/m08pst.c,
6112         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6113         assembler directive for DWARF support
6114         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6115
6116         * src/src.dsp,
6117         * src/Makefile.in,
6118         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6119
6120 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6123         and inappropriate peephole optimization in jump tables
6124
6125 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6126
6127         * as/hc08/m08pst.c,
6128         * src/SDCCglue.c: sdccopt works for the hc08 port now
6129
6130 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6131
6132         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6133
6134 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6135
6136         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6137
6138 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6139
6140         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6141         rules
6142         * src/SDCCmain.c,
6143         * src/SDCCglobl.h,
6144         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6145         comments from the peephole optimizer replacement rules
6146         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6147         symbols
6148         * src/SDCCcse.c (updateSpillLocation),
6149         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6150         equivalents
6151         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6152         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6153         objects far pointers
6154
6155 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6156
6157         * src/SDCCsymt.h: a missing part of my last change
6158         * src/pic/ralloc.c (regTypeNum),
6159         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6160
6161 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/SDCCicode.h,
6164         * src/SDCCicode.c (aggrToPtrDclType),
6165         * src/SDCCptropt.h,
6166         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6167         ptrPseudoSymConvert),
6168         * src/pic/ralloc.c (regTypeNum),
6169         * src/pic16/ralloc.c (regTypeNum),
6170         * src/hc08/ralloc.c (regTypeNum),
6171         * src/ds390/ralloc.c (regTypeNum),
6172         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6173         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6174
6175 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * link/z80/lkmain.c (afile),
6178         * as/hc08/lkmain.c (afile),
6179         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6180         prevent a pointer problem when a filename has no directory and
6181         no extension specified.
6182
6183 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6184
6185         * link/z80/lkmain.c (afile): allow periods in directory names
6186         * link/z80/lkmain.c (afile),
6187         * as/mcs51/lkmain.c (afile),
6188         * as/hc08/lkmain.c (afile): allow linker script file to have an
6189         extension other than ".lnk"
6190         * link/z80/lklex.c (getfid),
6191         * link/z80/lkmain.c (parse),
6192         * as/mcs51/lklex.c (getfid),
6193         * as/mcs51/lkmain.c (parse),
6194         * as/hc08/lklex.c (getfid),
6195         * as/hc08/lkmain.c (parse): Support comments in the linker script
6196         file on lines by themselves and after filenames
6197
6198 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6199
6200         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6201
6202 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/z80/peeph-z80.def: removed some peephole rules that don't
6205         work with multibyte arithmetic (fixed bug #937126)
6206         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6207         to registers and not global variables
6208         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6209         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6210         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6211         checking for assignments not internally generated (fixed bug #931895)
6212         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6213         structure member (fixed bug #930072)
6214
6215 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         * src/SDCCmain.c (linkEdit),
6218         * src/hc08/main.c (_hc08_parseOptions),
6219         * as/hc08/Makefile.in,
6220         * as/hc08/aslink.h,
6221         * as/hc08/asm.h,
6222         * as/hc08/m08pst.c,
6223         * as/hc08/lkrloc.c (relr, rele),
6224         * as/hc08/lkarea.c (lnkarea)
6225         * as/hc08/lkmain.c (afile, parse),
6226         * as/hc08/lkelf.c: support for ELF output
6227         * as/hc08/lks19.c (s19),
6228         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6229
6230 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6231
6232         * as/mcs51/lkihx.c: Fixed bug #899105.
6233
6234 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6235
6236         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6237         .dsp files from Unix to DOS.
6238
6239 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6240
6241         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6242         function pointers; we have been compliant for several months now.
6243         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6244         change that was accidently commented out
6245         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6246         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6247         bug #922319
6248
6249 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/hc08/gen.c: output of all of the internal debugging information
6252         is now controlled by the D() macro; it is disabled by default
6253
6254 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6257         harder to keep the same registers during a CAST iCode
6258         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6259         long via int can be done in a single cast, if the signedness is
6260         correct.
6261         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6262         putchar() in tinibios.c in ds390's library
6263
6264 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6265
6266         * src/SDCCast.c (decorateType): fixed bug #898889,
6267         cast result of a literal complement too
6268         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6269         fixed check for bitfields
6270
6271 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6272
6273         * src/SDCCicode.c (geniCodeLogic): made it static,
6274         (geniCodeLogicAndOr): added in order to fix bug #905492,
6275         (ast2iCode): fixed bug #905492
6276         * support/regression/tests/bug-905492.c: added
6277         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6278         (processParms): fixed bug #927659: don't copy parms, this will clear
6279         decorated flag
6280         * support/regression/tests/bug-927659.c: added
6281
6282 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6283
6284         * src/SDCCast.c (addCast): don't cast float to char
6285         * device/lib/libsdcc.lib: added _memmove
6286
6287 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6288
6289         * device/lib/large/Makefile: fixed parallel execution by
6290         replacing `make` by `$(MAKE)`
6291
6292 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6295         offsets (fixes bug #923936)
6296
6297 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6298
6299         * device/lib/small/Makefile: fixed parallel execution by
6300         replacing `make` by `$(MAKE)`
6301
6302 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6303
6304         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6305
6306 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6307
6308         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6309         * src/regression/Makefile: Regression test was not running.
6310
6311 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6312
6313         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6314         complement if possible
6315         * src/SDCCval.c (valComplement),
6316         * src/SDCCicode.c (operandOperation): fixed complement of literal
6317         * support/regression/tests/onebyte.c (testComplement): added
6318
6319 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6320
6321         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6322         return an optimized tree; actually replace actParm with the new tree
6323         * src/SDCCast.h: added some parantheses to remove side effects
6324         * support/regression/tests/bug-920866.c
6325
6326 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6327         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6328         Bit operands were not being handled properly in the pic14 port.
6329         (now src/regression/add.c passes again).
6330
6331 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/SDCC.y (labeled_statement): case and default no longer require
6334         a following statement (RFE #893037)
6335
6336 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6339         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6340         disabled (fixes bug #916294)
6341         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6342         "mov a,acc"; patch provided by Lenny Story
6343         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6344
6345 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6348         functions
6349         * src/ds390/gen.c (genFunction, genEndFunction),
6350         * src/ds390/ralloc.c (ds390_assignRegisters),
6351         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6352         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6353         pushed if there are parameters passed on the stack. Also, a cleaner
6354         way to decide if r0/r1 should be pushed/popped. (Together they fix
6355         bug #918693)
6356
6357 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         * doc/sdccman.lyx,
6360         * device/lib/mcs51/crtpagesfr.asm,
6361         * device/lib/mcs51/crtxinit.asm,
6362         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6363         to avoid confusion with Si Lab's SFRPAGE register.
6364
6365 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6366
6367         * src/SDCCglue.c (emitMaps): allow public sfr variables
6368         * src/SDCCglue.c (initialComments): include compiler build date
6369         with compiler version and put the timestamp of the generated
6370         assembly file on a serperate line to be less confusing.
6371         * src/port.h: added genInitStartup hook
6372         * src/avr/main.c,
6373         * src/ds390/main.c,
6374         * src/hc08/main.c,
6375         * src/pic/main.c,
6376         * src/pic16/main.c,
6377         * src/xa51/main.c,
6378         * src/z80/main.c: genInitStartup initialize as NULL (default to
6379         historical behaviour)
6380         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6381         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6382         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6383         library instead of hard coding it into the compiler.
6384         * support/regression/ports/mcs51-stack-auto/spec.mk,
6385         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6386         * device/lib/mcs51/Makefile,
6387         * device/lib/small/Makefile,
6388         * device/lib/large/Makefile,
6389         * device/lib/mcs51/crtpagesfr.asm,
6390         * device/lib/mcs51/crtstart.asm,
6391         * device/lib/mcs51/crtxclear.asm,
6392         * device/lib/mcs51/crtxinit.asm,
6393         * device/lib/mcs51/crtclear.asm,
6394         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6395         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6396         and into user configurable files.
6397         * device/lib/clean.mk: clean mcs51 directory too
6398         * support/regression/tests/longlit.c: added static to T1 declaration
6399         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6400         accesses in the initialization code
6401
6402 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6403
6404         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6405         OSCTRIMVAL as noted in bug #916008
6406
6407 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6410         in loops with multiple exits (reported as incorrect registers
6411         used by Martin Helmling in Sdcc-user list)
6412
6413 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6414
6415         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6416         made ds390 register extensions look less like error messages
6417
6418 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6421         reported by Adam Wozniak in Sdcc-user list
6422
6423 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6424
6425         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6426         arithmetic optimizations, added debug output
6427
6428 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6429
6430         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6431         * sdcc.spec: updated and split sdcc into 3 rpms
6432         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6433         needed for literals of LEFT_OP and '+'
6434         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6435         introduced RESULT_TYPE_NOPROM
6436         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6437         left shift
6438         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6439         limited promotion to int only for '*'
6440         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6441
6442 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6443
6444         * src/pic16/gen.c (genSkip),
6445         (genc16bit2lit), (gencjneshort): commented out
6446         (is_LitOp): new helper function, checks operand type
6447         (genCmpEq): rewritten
6448
6449 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6450
6451         * support/regression/tests/bug-908454.c: added
6452
6453 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6454
6455         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6456         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6457         (geniCodeCast): cosmetic, don't preserve bit storage class
6458         (geniCodeLeftShift): added promotion
6459         (geniCodeLogic): fixed regression
6460         * src/SDCCsymt.c (computeTypeOr): accept bits too
6461         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6462
6463 2004-03-07  Borut Razem <borut.razem AT siol.net>
6464
6465         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6466
6467 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6468
6469         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6470         version of pic16_genPackRegisters which does not check if ic is a
6471         CAST operator,
6472         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6473         function cause string1.c regression test fails
6474
6475 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * sim/ucsim/configure.in,
6478         * sim/ucsim/configure,
6479         * sim/ucsim/doc/Makefile.in: use docdir
6480         * src/SDCC.y: fixed sbit atrributes
6481         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6482         * src/SDCCast.c (decorateType): |^& need special promotion handling
6483         * src/SDCCast.h,
6484         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6485         * src/SDCCsymt.h (computeType),
6486         * src/SDCCicode.c: computeType() needs op
6487         * src/SDCCsymt.c (checkTypeSanity),
6488         * doc/sddman.lyx: "plain" bitfields are unsigned
6489         * src/SDCCsymt.c (computeTypeOr): added
6490         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6491         |^& ops
6492         * src/SDCCval.c (val*): computeType() needs op
6493         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6494         * support/regression/tests/onebyte.c: added tests for |^&
6495
6496 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6497
6498         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6499         for writing icode into asm output.
6500
6501 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6502
6503         * src/pic16/device.c: added some debug lines enabled
6504         with macro DEBUG_CHECK,
6505         * src/pic16/genarith.c: more debug in genPlus,
6506         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6507         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6508         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6509         * (aopForSym): onStack symbols are re-placed in data memspace,
6510         and onStack flag is cleared,
6511         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6512         copy temporary pcodeop,
6513         * (genPcall): added warning for not updating PCLATU,
6514         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6515         always true for pic16 port,
6516         * (genMultOneWord): NEW, supports integer multiplication,
6517         * (genMult): modified to call genMultOneWord,
6518         * (ifxForOp): added warning when return NULL,
6519         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6520         flag is set before call to operandFromSymbol for implicit
6521         added structures,
6522         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6523         options.intlong_rent are set by default,
6524         * (_hasNativeMulFor): modified to allow port generation of integer
6525         multiplication,
6526         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6527         set regtype to REG_SFR for all registers, restricting seting the
6528         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6529
6530 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6531
6532         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6533         more than 500 times in the regression tests
6534
6535 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6536
6537         * support/Util/SDCCerr.h,
6538         * support/Util/SDCCerr.c,
6539         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6540         enumerator_list),
6541         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6542         for symbol conflicts.
6543         * support/valdiags/tests/enum.c,
6544         * support/valdiags/tests/tentdecl.c,
6545         * support/valdiags/tests/struct.c: expect possible error messages
6546         referring to original symbol definitions.
6547         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6548         * src/SDCCsymt.h,
6549         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6550
6551 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6552
6553         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6554
6555 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6556
6557         * src/pic16/ralloc.c (newReg): fixed bug #908929
6558
6559 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/ds390/gen.c: added missing #include "main.h"
6562
6563 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6564
6565         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6566         checking if symbol is already in set,
6567         * src/pic16/device.h: prototype for checkAddSym,
6568         * src/pic16/gen.c: (_G): added entry interruptvector,
6569         * (assignResultValue): removed some commented out lines,
6570         * (genFunction): check for ISR via sym->type, absolute section for
6571         interrupt code is created via a new pBlock, the goto instruction is
6572         placed now correctly at the interrupt vector position, changed all
6573         references from ivec to _G.interruptvector,
6574         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6575         is the interrupt is a high priority one, same for return from ISR,
6576         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6577         externs to calls of checkAddSym,
6578         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6579         pic16_pcode_verbose flag is set,
6580         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6581         * src/pic16/pcoderegs.c: message about how many registers are saved
6582         will only be emitted if pic16_pcode_verbose flag is set,
6583
6584 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6585
6586         * src/ds390/ralloc.h,
6587         * src/ds390/ralloc.c (ds390_regWithIdx),
6588         * src/ds390/gen.c (emitcode),
6589         * src/ds390/main.h,
6590         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6591         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6592         ds390operandCompare, getRegsRead, getRegsWritten,
6593         initializeAsmLineNode): customized instruction size calculation for
6594         ds390, started basis for some register optimizations
6595         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6596         corresponding assembly output
6597         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6598         missing push/pop of r0/r1. Optimized push/pops
6599
6600 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * src/mcs51/main.c (instructionSize): fixed ACALL size
6603         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6604
6605 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6606
6607         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6608         the sorting of rlist with NULL elements
6609         * (print_idataType, print_idata): NEW to create idata sections
6610         * src/pic16/device.h: idataSymSet new variable
6611         * src/pic16/gen.c (genFunction): fixed some bugs in string
6612         comparing, improved the absolute section creation for ISRs,
6613         added FSR0L/FSR0H in registers that are saved in an ISR,
6614         * (genInline): fixed the processing of inline snippets,
6615         now they undergo no process by the peephole optimizer
6616         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6617         are placed in idataSymSet,
6618         * (pic16emitStaticSeg): extern symbols are added in externs,
6619         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6620         switching when aboslute variables are placed in access bank memory
6621         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6622         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6623         commented out with #if,
6624         * (pic16_packRegisters): reintroduce the check for CAST because some
6625         symbols are not correctly handled,
6626         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6627         pCodeInstruction instead of pCode,
6628         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6629         pCodeAsmDir definition,
6630         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6631         directive, then the argument directive is emitted without the leading
6632         tab, hack for inline labels which must be in the first column,
6633         * (compareLabel,pic16_findNextInstruction),
6634         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6635         * (insertBankSwitch): modified for the new pCodeAsmDir,
6636
6637 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6638         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6639
6640         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6641         instance,
6642         * (pushSide): commented out with #if,
6643         * (assignResultValue): fixed some typos in saving
6644         registers,
6645         * (genPcall): FIXED and sync'ed with genCall,
6646         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6647         * (genNearPointerGet): fixed to handle some more cases,
6648         implementation scheme via table reads,
6649         * (genConstPointerGet): modified to access code memory correct,
6650         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6651         and improved to handle some cases
6652         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6653         instead of "RETLW" for init data
6654         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6655         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6656         variables are placed in access bank memory (<0x80 and >=0xf80),
6657         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6658         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6659         TBLWT_POSTDEC,TBLWT_PREINC
6660         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6661         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6662         directives
6663         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6664         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6665         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6666         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6667
6668 2004-02-29  Borut Razem <borut.razem AT siol.net>
6669
6670         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6671         support/Util/findme.h, support/Util/system.h: enhance binary relative
6672         search for lib and include by using findProgramPath()
6673
6674 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6675
6676         * src/SDCCpeeph.h,
6677         * src/SDCCpeeph.c (pcDistance),
6678         * src/port.h,
6679         * src/mcs51/ralloc.h,
6680         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6681         * src/mcs51/main.h,
6682         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6683         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6684         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6685         size calculation port specific, started basis for some register
6686         optimizations
6687         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6688         missing push/pop of r0/r1. Optimized push/pops
6689         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6690         * device/lib/_modsint.c (_modsint),
6691         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6692         and stack version so regression tests pass
6693
6694 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6695
6696         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6697         * src/SDCCast.c (decorateType): catch another small optimization
6698         with '?' operator
6699         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6700         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6701         modified to finally use computeType() all over SDCC,
6702         see Feature Request #877103
6703         * src/SDCCval.h: cosmetic
6704         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6705         valCompare(); regression tested in muldiv.c
6706         * support/regression/tests/muldiv.c (testMod): mod sign follows
6707         dividend only
6708
6709 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6710
6711         * src/SDCCast.c (decorateType): fixed bug #902362
6712         * doc/INSTALL.txt: fixed install instructions for win32
6713
6714 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6715
6716         * device/include/Makefile.in (install): fixed by replacing spaces
6717         by tabs
6718         * doc/README.txt,
6719         * doc/INSTALL.txt: updated for release
6720         * doc/sdccman.lyx: added warning for --xstack being buggy
6721
6722 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6723
6724         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6725         to eliminate build warnings.
6726         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6727
6728 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6729            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6730
6731         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6732         removed -penable-stack, added comment for stack pragma, added
6733         warning for not initializing the stack/frame registers, removed
6734         comment at interrupts section
6735
6736         Stack is made permanent, there is no ability to disable stack usage.
6737         * src/pic16/device.h,
6738         * src/pic16/device.c: removed all references to USE_STACK macro,
6739         * src/pic16/device.c (pic16_dump_section): when no elements in
6740         rlist, free rlist before return,
6741         * (pic16_dump_int_registers): NEW, internal registers are a new set
6742         of general purpose registers reused by each function,
6743         * (checkAddReg): returns 1 if registers is added to set,
6744         * (pic16_groupRegistersInSection): when a registers is of type
6745         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6746         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6747         SRCASECMP macro is moved here from device.c
6748         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6749         PO_PCLATU, PO_PRODL, PO_PRODH,
6750         * (pic16_pCodeOpType, genMinus,
6751         changed compares to "a" register, with AOP_ACC,
6752         * (pic16_genPlus): fixed some bugs and indented properly,
6753         * (pic16_addSign): changed size to size+offset in the MOVWF
6754         instruction,
6755         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6756         multiply 8-bit operand by literal, result is 8-bit,
6757         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6758         multiply 2 8-bit operand, result is 8-bit,
6759         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6760         genUMult8X*_16,
6761         * src/pic16/gen.c: changed accUse to contain WREG only,
6762         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6763         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6764         true, do not use immediate addressing any more unless sym is a
6765         pointer in codespace,
6766         * (aopForRemat): do not use immediate addressing when symbol not in
6767         codespace and when symbol's address is requested,
6768         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6769         accUse size (= 1),
6770         * (aopGet): added case for AOP_ACC and don't return "accumulator
6771         bug" but WREG instead,
6772         * (popGetTempReg): pushes contents of temporary register in stack,
6773         * (popReleaseTempReg): pops contents of temporary register from
6774         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6775         * (pic16_popGet): separated case AOP_ACC to return register WREG
6776         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6777         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6778         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6779         the use of immediate pointers to certain cases only.
6780
6781         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6782         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6783         * (assignResultValue, genCall, genRet): modified to use the new
6784         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6785         genPcall is still broken,
6786         * (genFunction): added code to create 'A' type pBlocks when
6787         interrupt functions are generated, code not extensively tested yet,
6788         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6789         * (genEndFunction): modified so ISRs pop stored registers from stack,
6790         * (genMultOneByte): cleanup,
6791         * (AccRsh): added flag andmask, to and result with appropriate mask,
6792         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6793         * (genDataPointerGet): fixed and reenabled its use,
6794         * (genNearDataPointerGet): bugs fixed,
6795         * (genDataPointerSet): bugs fixed,
6796         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6797         pic16_DumpSymbol, pic16_DumpOp,
6798         * src/pic16/genutils.h: function prototypes for the above functions,
6799         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6800         pointers,
6801         * (pic16emitRegularMap): many many many improvements, but needs a
6802         major cleanup,
6803         * src/pic16/main.c: enable_stack in pic16_options is removed,
6804         * (_pic16_parseOptions): removed command line options -penable-stack,
6805         * (_process_pragma): emit stack symbol only when stack pragma is
6806         processed,
6807         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6808         redirected to FSR0L/FSR0H pair,
6809         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6810         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6811         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6812         for immediates,
6813         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6814         * (dumpPicOptype): NEW,
6815         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6816         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6817         with movff instruction,
6818         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6819         added pic16_int_regs, some packRegsFor* functions are commented out,
6820         because produce errors,
6821         * src/pic16/NOTES: minor modifications
6822
6823 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6824
6825         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6826         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6827         --pack-iram.
6828         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6829         * as/mcs51/lkaomf51.c: fixed bug #895763
6830
6831 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6832
6833         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6834
6835 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * doc/sdccman.lyx: added details about the HC08 storage classes and
6838         interrupts, fixed the register usage info for z80 & gbz80
6839
6840 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6841
6842         * doc/sdccman.lyx: added more pic16 port documentation
6843         * device/include/pic16/: added header pic18fregs.h
6844
6845 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * doc/sdccman.lyx: added Vangelis' contribution
6848
6849 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6850
6851         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6852         extend to the next CALL or PCALL, not just to the next CALL.
6853
6854 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6855
6856         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6857
6858 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6861         bug #895752 and a better fix for bug #716790
6862
6863 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6864
6865         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6866
6867 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6868
6869         * doc/sdccman.lyx: minor changes, minor changed
6870
6871 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6874         which can't handle SDCC_NEWONEBYTEOPS,
6875         (geniCodeMultiply): removed conversion from mult to shift for pic14
6876         and pic16
6877
6878 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6879
6880         * src/hc08/gen.h,
6881         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6882         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6883         thus fixing bug #895406
6884
6885 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6886
6887         * device/lib/_modsint.c,
6888         * device/lib/_modslong.c: sign follows divisor only
6889         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6890         signs or signedness can be ignored
6891         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6892         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6893         added optimization for IFX,
6894         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6895         arguments;
6896         reenabled optimization for IFX, which was removed on 2004-01-11
6897         * src/SDCCast.h: added return type IFX
6898         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6899         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6900         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6901         SDCC_OLDONEBYTEOPS selects the old behaviour
6902         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6903         changed again and commented promotion rule
6904         * src/SDCCval.c (valDiv): promotion no longer necessary
6905         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6906         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6907         rewritten
6908         * support/regression/tests/onebyte.c: added
6909
6910 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6911
6912         * gen.c (genInline): reverted to old code for assemnling inline
6913         code because of bug reported James Chadd
6914
6915 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6916
6917         * ralloc.h: missing declarations from previous patch,
6918         seems that patch for ralloc.h was never applied, fixed
6919
6920 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6921            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6922
6923         * pcode.c,
6924         * pcode.h,
6925         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6926         indirect addressing. Marked FSR0 as deprecated
6927         * gen.c (pointerCode): commented out, not needed now
6928         (pic16_popGet2p): new MOVFF helper function
6929         (genGenPointerGet),
6930         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6931         (shiftRLong): removed duplicate debugging info
6932
6933 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6934
6935         * src/ds390/gen.c (genNearPointerGet),
6936         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6937         optimization with bits, but not bitfields.
6938         * src/ds390/ralloc.c (packRegisters),
6939         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6940
6941 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6942
6943         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6944
6945 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/SDCCsymt.h,
6948         * src/SDCCicode.c (operandFromSymbol),
6949         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6950         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6951         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6952         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6953         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6954         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6955         bug #892038
6956         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6957         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6958         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6959         * src/SDCCsymt.c (newSymbol),
6960         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6961         enumerator_list),
6962         * src/SDCCval.h,
6963         * src/SDCCval.c (newiList): fixed bug #885705
6964
6965 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6966
6967         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6968         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6969
6970 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6971
6972         * device/include/c8051f120.h,
6973         * device/include/c8051f300.h,
6974         * device/include/c8051f310.h: added/updated header files for Silicon
6975         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6976         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6977         in new section Submitting patches
6978
6979 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6982         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6983         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6984         genGenPointerSet),
6985         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6986         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6987         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6988         genGenPointerSet),
6989         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6990         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6991         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6992         genGenPointerSet),
6993         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6994         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6995         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6996         genGenPointerSet): fixed bug #892400
6997         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6998         to eliminate build warnings.
6999         * src/SDCCast.c (processParms),
7000         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7001         fixed bug 751859
7002         * support/valdiag/valdiag.py: added GCC to the list of defines active
7003         when compiling with gcc
7004
7005 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * support/Util/SDCCerr.h,
7008         * support/Util/SDCCerr.c,
7009         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7010         with an incomplete type (fixed bug #883734)
7011         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7012
7013 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7014
7015         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7016
7017 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7018
7019         * src/SDCCast.c (decorateType),
7020         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7021         function pointer implementation
7022         * support/regression/tests/funptrs.c: added tests to verify both forms
7023         of function pointers work correctly. Added tests to verify parameters
7024         are passed in the correct order.
7025
7026 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7027
7028         * device.c (regCompare): registers are sorted by ascending
7029         address and increasing size,
7030         * main.c (_pic16_finaliseOptions): removed the declaration
7031         of compiler macro MCU. Now a macro of the format pic18fxxxx
7032         will be defined from the command line
7033
7034 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7035             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7036
7037         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7038         PCOP_RLCF was overwritten!
7039         * gen.c (genSkip): commented out calls to pic16_emitcode,
7040         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7041         * (genlshTwo),
7042         * (genRRC): added debugging info,
7043         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7044         overwritten while shifting,
7045         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7046         overwritten while shifting,
7047         * (AccLsh),
7048         * (AccRsh),
7049         * (shiftLLeftOrResult),
7050         * (shiftRLeftOrResult),
7051         * (shiftRLong),
7052         * (shiftLLong): Implemented with pic16_emitpcode
7053         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7054         * (genLeftShift): Fixed bug, operand for shift by variable always
7055         was "and"ed with 0x0f,
7056         * (genLeftShiftLiteral),
7057         * (genrshTwo),
7058         * (genRightShiftLiteral): added debugging info,
7059         * (genrshFour): added comment,
7060         * (genRightShift): determined signedness from operand "left"
7061         instead of "result"
7062
7063 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/SDCCicode.c (geniCodeParms),
7066         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7067         function pointers, fixed function pointer bugs #861242 and #861896
7068
7069 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7070
7071         * device/include/c8051f000.h,
7072         * device/include/c8051f120.h,
7073         * device/include/c8051f300.h: added header files for Silicon
7074         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7075
7076 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * src/SDCCast.c (processParams): added new type flow and restructured
7079         (gatherAutoInit): added new type flow
7080         (addCast): cosmetic changes
7081         (getLeftResultType): added new type flow for array indices, patch
7082         provided by Stas, see FR #877103
7083         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7084         array index patch by Stas
7085         * src/SDCCast.h: added prototype getResultTypeFromType()
7086         * src/SDCCval.h,
7087         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7088         * src/pic/glue.c (pic14emitStaticSeg),
7089         * src/pic16/glue.c (pic16emitStaticSeg),
7090         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7091         for initialization of symbols
7092         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7093         * support/Util/SDCCerr.h:
7094         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7095         * .version: bumped version number to 2.3.8
7096         * device/include/Makefile.in (install),
7097         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7098         avoid warnings
7099
7100 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7101
7102         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7103         Slade Rich fixed an optimization bug
7104         * src/pic/pcodepeep.c,
7105         * src/pic/pcoderegs.c
7106         * doc/Makefile (install): added test for directory
7107
7108 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7111         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7112         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7113         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7114         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7115         * as/mcs51/asexpr.c (term),
7116         * as/hc08/asexpr.c (term): fixed bug #887146
7117
7118 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/z80/gen.c (genMult): handle single byte result product
7121         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7122         DUMMY_READ_VOLATILE (fixed bug #886367)
7123
7124 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7125
7126         * support/regression/tests/libmullong.c: fixed logic, on little endian
7127         hosts we ended without a mullong_wrapper()
7128
7129 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7132         virus/worm forged address usage.
7133
7134 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7135
7136         Fixed promotion, it should be done on AST level:
7137         * src/SDCCast.c (addCast): added promotion to int
7138         (decorateType): updated call to upCast()
7139         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7140         usualUnaryConversions()
7141
7142 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7143
7144         * support/regression/tests/literalop.c (mulWrapper): Added a
7145         wrapper to remove integer overflow warnings.
7146
7147         * support/regression/tests/float_trans.c: Made work on host.
7148
7149         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7150         location of sz80.
7151
7152         * support/regression/generate-cases.py (main): Changed from inline
7153         to a main method.
7154
7155         * doc/Makefile (install): Changed to depth first to get rid of
7156         missing directory install warning.
7157
7158         * as/Makefile (install-doc): Made work on Mac.
7159
7160 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7161
7162         * src/SDCCast.c: added an additional type flow in decorateType() of
7163         opposite direction, see feature request #860006; it's enabled at runtime
7164         by setting the environment variable SDCC_NEWTYPEFLOW
7165         * src/SDCCast.h: changed prototype of decorateType()
7166         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7167         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7168         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7169         see feature request #877103
7170         * src/SDCCval.c: updated call of decorateType()
7171         (valBitwise): fixed bug #882876
7172         (valMinus): added promotion
7173         (valLogicAndOr): result is unsigned
7174         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7175         * src/SDCCsymt.c (computeType),
7176         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7177         must not cause an unsigned operation
7178         * src/pic/glue (pic14emitRegularMap),
7179         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7180
7181 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7182
7183         * src/pic/pcode.c (PCodeID): commented out left over debug code
7184
7185 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7186
7187         * support/valdiag/tests/overflow.c: added shift tests
7188         * src/pic/device.c,
7189         * src/pic/gen.c,
7190         * src/pic/gen.h,
7191         * src/pic/glue.c,
7192         * src/pic/main.c,
7193         * src/pic/pcode.c,
7194         * src/pic/pcode.h,
7195         * src/pic/pcodepeep.c,
7196         * src/pic/pcoderegs.c,
7197         * src/pic/ralloc.c,
7198         * src/pic/ralloc.h: applied patch from Slade Rich;
7199         added support for multiple code pages and multiple RAM banks on the
7200         PIC 14 port. The ASM files now no longer simply assume all the
7201         code / RAM are in the same page / bank. This means the linker can
7202         safely allocate code/RAM of separate ASM files to different pages/banks.
7203         * doc/sdccman.lyx: added Slade's tips
7204         * src/mcs51/peeph.def: fixed bug #880768
7205
7206 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7207
7208         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7209         * src/SDCCast.c (decorateType): fixed bug #880197
7210
7211 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7212
7213         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7214         getopt.h.
7215
7216         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7217         strtof is not part of C89 and isn't included with Mac OS X.
7218
7219 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7222         shiftL2Left2Result): fixed bug #879326
7223         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7224         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7225         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7226         address fetch for clr instruction
7227         * device/lib/hc08/_mulint.c: created optimized assembly version
7228         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7229
7230 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7231
7232         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7233         proposed in FR #877103
7234
7235 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7236
7237         * src/SDCCval.c (cheapestVal): added missing checks
7238         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7239         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7240
7241 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7242
7243         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7244         equal operands
7245
7246 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7247
7248         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7249         loaded with the linker search paths (-L arguments) and the libraries
7250         to be linked with the current source (-l arguments). Changes
7251         currently will affect only the pic16 port.
7252         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7253         include path the port specific paths and port specific libraries,
7254         * gplink command now contains the $3 argument,
7255         * src/pic16/device.h,
7256         * src/pic16/device.c,: structure PIC_device is made public and
7257         renamed to PIC16_device, the same for variable Pics which is renamed
7258         to Pics16. Updated all references to them.
7259         * src/pic16/glue.c (pic16glue): corrected bug with code
7260         initialization which bypassed the variable initializations block.
7261
7262         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7263         COMPILE_FLAGS and added the --nostdinc option
7264
7265 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7266
7267         * device/include/mc68hc908jb8.h: Register defs for another member
7268         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7269
7270 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7271
7272         Documenting changes from previous commits.
7273         * configure.in (version 1.56),
7274         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7275         when generating output files to configure the pic16 library,
7276         but now I've commented it out, since gputils aren't installed in the
7277         SF compile farm, so library won't compile
7278
7279         * device/lib/Makefile.in (version 1.56): initially I've added in
7280         target 'all' the prerequestive 'model-pic16' so it compiled the
7281         pic16 library, but now I've commented it out for the same reasons
7282         above,
7283         * added targets 'model-pic16' and 'objects-pic16' to compile the
7284         library
7285         * added target 'port-specific-objects-pic16' to handle the
7286         generated libraries and copy them into the build/ directory
7287         * added target 'clean-intermediate-pic16' to clean intermediate
7288         files into pic16 directory
7289         * in target 'installdirs' added line to create directory pic16 in
7290         the installation path
7291
7292         * device/include/Makefile.in (version 1.11): in target 'install'
7293         added lines to copy all header files to installation path,
7294         * in target 'installdirs' added line create directory for pic16
7295         headers in the installation path
7296
7297 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7298
7299         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7300          a function call
7301
7302 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7303
7304         * configure,
7305         * device/lib/configure.in,
7306         * device/lib/configure: fixed for autoconf 2.57
7307
7308 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7311         option so that it actually works. Made it specific to the z80, since
7312         the gbz80 doesn't have these kinds of I/O ports.
7313
7314 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7315
7316         * device/include/z180.h,
7317         * device/lib/_memcpy.c,
7318         * device/lib/_memmove.c,
7319         * device/lib/_mulint.c,
7320         * device/lib/ser_ir.c,
7321         * device/lib/ser_ir_cts_rts.c,
7322         * device/lib/_strcmp.c,
7323         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7324         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7325         portmode; added deprecation warning for bank= and protmode= forms.
7326         Also, guard against buffer overflow.
7327         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7328
7329 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7332         changed interrupt vector table generation to only emit declared vectors.
7333         * device/include/Makefile.in: added missing backslash
7334         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7335
7336 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7337
7338         Mainly changes to support compilation of the device libraries
7339         * src/pic16/device.c: stack is allocated via symbol and not
7340         via literal number. The symbol is placed in the corresponding
7341         position of the data ram
7342         * (pic16_dump_section): relocatable and absolute uninitialized
7343         data are now emitted in sorted order to reduce section naming,
7344         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7345         weren't marked as being in the access bank,
7346
7347 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7348
7349         Added portion of GNU PIC Library under the directory
7350         device/include/pic16 and device/lib/pic16. These files
7351         contain the declarations of SFRs for the PIC18Fxx2 devices.
7352         The directory is initialized via configure from toplevel.
7353
7354 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7355
7356         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7357         the spilllocations to be compared correctly
7358
7359 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7360
7361         * src/SDCCast.c (decorateType): fixed bug introduced today
7362
7363 2004-01-12  Borut Razem <borut.razem AT siol.net>
7364
7365         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7366         doc/sdccman.lyx: upper case pragmas are deprecated
7367
7368 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7369
7370         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7371         in simpler and even better code
7372
7373 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7374
7375         * src/SDCCicode.c (operandOperation): fixed bug #874819
7376         * src/SDCCast.c (decorateType): fixed
7377         char foo (unsigned long ul) { return ul > 0; }
7378
7379 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7380
7381         * doc/sdccman.lyx: Moved and added some sections, small changes
7382         all over. Telling LaTeX to be less strict with word spacing
7383         to better keep the right margin. Changed some notes about
7384         maintainance of the ports in section 3.2.1 - is it OK like this?
7385
7386 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7387
7388         SDCC source changes:
7389         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7390         convilong): modified to inform the pic16 port that builtin functions
7391         are external
7392
7393         PIC16 PORT specific changes:
7394         * src/pic16/device.c pic16_dump_equates() added,
7395         processor registers declared internally by the port are emitted in
7396         the translation as equates,
7397         * src/pic16/gen.c: inline code is passed unprocessed to the
7398         translation,
7399         * (pic16_popGetLit2): fnuction modified to take second operand as
7400         pCodeOp pointer and not as literal,
7401         * (popRegFromIdx): prefixed with pic16_,
7402         * (pic16_popCombine2): modified to receive already allocated pCode
7403         operands,
7404         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7405         * (genFunction): initializes local stack frame and pushes on stack
7406         all the registers used by this function,
7407         * (genEndFunction): restores all registers from stack and restores
7408         stack frame,
7409         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7410         improvements,
7411         * (pic16glue): changed the program startup sequence,
7412         * added new dbName code 'A' for functions placed in absolute section
7413         * src/pic16/main.c: added function attribute _naked,
7414         * added pragma 'code' to place a fnuction at an absolute address,
7415         * added command line arguments --debug-ralloc and --pcode-verbose,
7416         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7417         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7418         * (pic16_newpCodeOpLit2): modified to take the second operand as
7419         pCodeOp pointer,
7420         * (pic16_printpBlock): modified to emit each function in a separate
7421         section,
7422         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7423         UPPER for immediate operands,
7424         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7425         instruction,
7426         * src/pic16/peeph.def: all peepholes with movff are commented out,
7427         because there is a problem in the pcode peep optimizer,
7428         * src/pic16/ralloc.c: the register allocator can now reuse local
7429         function symbols for another function. This saves register usage.
7430         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7431
7432         Added file src/pic16/NOTES with information about program writing on
7433         the current port version.
7434
7435 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7436
7437         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7438         and peephole 252 (array access)
7439
7440 2004-01-09  Borut Razem <borut.razem AT siol.net>
7441
7442         * src/SDCCmain.c : fixed #872250: -l command line defined library
7443           files are scanned before standard library files
7444
7445 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/SDCCast.c (decorateType): fixed bug #874046
7448
7449 2004-01-09  Borut Razem <borut.razem AT siol.net>
7450
7451         * support/scripts/sdcc.nsi: remove previous installation
7452
7453 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7454
7455         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7456         bytes for last interrupt vector (mcs51)
7457         * sdcc.spec: fixed typo
7458
7459 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7462         gen51Code): more efficient parameter receive for --model-large
7463         ("bug" #845294)
7464
7465 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7466
7467         * src/ds390/main.c,
7468         * src/z80/main.c: added missed needLinkerScript flags (more than
7469         one port structure defined in these file)
7470         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7471         bug #795325
7472
7473 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7474
7475         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7476         * src/port.h: added flag needLinkerScript in port->linker
7477         structure to inform whether to create a .lnk file or not,
7478         * src/avr/main.c,
7479         * src/ds390/main.c,
7480         * src/hc08/main.c,
7481         * src/mcs51/main.c,
7482         * src/pic/main.c,
7483         * src/pic16/main.c,
7484         * src/xa51/main.c,
7485         * src/z80/main.c: changed appropriately to configure
7486         needLinkerScript flag
7487         * src/pic/gen.c,
7488         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7489         * src/pic/glue.c: added variable udata_section_name to
7490         override default uninitialized data segment definition for
7491         devices only with SHAREBANK memory (reported from Erik Epetrich)
7492         * (pic14emitOverlay): modified to emit a commented overlay segment
7493         directive when no overlay data exist
7494         * (picglue): modified to emit uninitialized data segment
7495         according to udata_section_name
7496         * src/pic/main.c (_pic14_parseOptions): added command line
7497         options --udata-section-name=[name] to override default
7498         udata definition name
7499         * modified _linkCmd and _asmCmd to include compiler passed
7500         arguments via -W option
7501         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7502         object file from '.rel' to '.o' in port->linker structure,
7503         changed size of fptr from 2 to 3 in port structure
7504
7505 2004-01-07  Borut Razem <borut.razem AT siol.net>
7506
7507         * support/scripts/sdcc.nsi: update PATH
7508         * support/scripts/sdcc.ico: craeted
7509
7510 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * device/include/Makefile.in: fix install
7513         * doc/Makefile: fix install
7514
7515 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7518         in bug #860505
7519         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7520         how the function variable allocation summary is displayed; also
7521         include information about variables allocated to the overlay
7522         segment
7523
7524 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7525
7526         * as/mcs51/lkmain.c: Help about -Y option
7527         * as/mcs51/lkarea.c: Fixed gcc warnings
7528
7529 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7532         fixed warning
7533         * support/valdiag/tests/overflow.c: added
7534         * src/SDCCast.c (decorateType),
7535         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7536         LEFT_OP (left shift)
7537
7538 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7539
7540         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7541         (default behaviour).
7542
7543 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         A python script to validate compiler diagnostic messages. It can be
7546         used to verify that sdcc complains about bad c source code and
7547         gives a good location of the error.
7548         * support/valdiag/Makefile,
7549         * support/valdiag/valdiag.py,
7550         * support/valdiag/tests/*
7551
7552 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7553
7554         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7555         * src/SDCCsymt.c (newEnumType),
7556         * src/SDCCsymt.h
7557         * support/Util/SDCCerr.c,
7558         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7559         enum related bugs.
7560         * support/regression/tests/enum.c: added test for enum values that
7561         require at least 2 bytes of storage.
7562
7563 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7564
7565         * src/common.h: added ifndef/define/endif macros
7566         around the header file.
7567         Bug reported from Jesus Calvino-Fraga
7568
7569 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7570
7571         * sdcc.spec: updated
7572         * device/include/Makefile.in: don't install CVS directories
7573         * device/lib/Makefile.in: added removal of CVS directories after install
7574         * doc/Makefile: fixed install, added local_icons
7575         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7576         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7577         * src/ds390/gen.c (genRightShift): fixed bug #870788
7578         * src/SDCCast.c (decorateType): fixed bug #870781
7579
7580 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7581
7582         PIC16 port related changes:
7583         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7584         added variable stackPos,
7585
7586         * gen.c: genCall, assignResultValue: added support for
7587         pushing/retrieving function parameters to/from stack,
7588         genFunction,genEndFunction: setup stack frame for the
7589         generated function,
7590         genAddrOf: will be changed according to bug 863624
7591
7592         * added files genutils.c and genutils.h which contain gen*
7593         debugged and optimised functions extracted from gen.c
7594
7595         * glue.c: added variable 'externs' which holds extern symbols,
7596         pic16emitRegularMap: is modified to properly handle relocatable
7597          symbols under the new scheme,
7598         pic16createInterruptVect: is modified
7599         pic16printPublics: is modified to emit 'global' assembler directives,
7600         added pic16_printExterns to print extern symbols,
7601         pic16glue: initializes stack/frame pointer in the beginning of
7602         the assembly output. Temporary hack, will be corrected later,
7603         because gplink yet does not support stack and SDCC does not
7604         yet support a type of crt0.o object to create the final binary.
7605
7606         * Removed many lines that contain 8051 legacy code.
7607         * The code is finally placed under a 'code' directive.
7608         * Added port specific options.
7609
7610         * _process_pragma: simplified since now we do not need *special*
7611         include file to define SFR registers. But a separate header
7612         will be needed. This will be developed later.
7613         * _pic16_parseOptions: added, parses port specific options:
7614         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7615         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7616         --preplace-udata-with=
7617
7618         * _pic16_setDefaultOptions: modified to initialize section names,
7619         but hack is temporarly out of order since it needs improvement.
7620         * _pic16_genAssemblerPreamble: configuration words are emitted by
7621         their address instead of their name. This part is incomplete and
7622         supports only the 18Fxx2 devices. Other devices will emit an error
7623         during assembly since they do not contain the same set of config
7624         registers
7625         * _pic16_genIVT: is modified,
7626
7627         * pcode.c: added definitions for some hardware registers that are needed
7628         for stack support
7629         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7630         All PCI entries are updated. Now LFSR is supported.
7631         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7632         * added pic16_newpCodeOpLit2 to support instructions with
7633         two literal arguments
7634         * pic16_pCode2str: corrected code that emits assembler instructions
7635         with two literal operands and those that have an access bit modifier
7636         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7637         this fixes a bug which caused some labels to be lost, when an
7638         assembler directive was added, i.e. banksel,
7639         * pic16_FixRegisterBanking: improved logic that causes the insertion
7640         of bank switching,
7641         * InlineFunction: functions that are called once, are not any more
7642         inlined. This can be a port option in the future,
7643
7644         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7645
7646         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7647         hold the corresponding uninitialized symbols,
7648         * pic16_allocProcessorRegister: registers have explicit marked the
7649         accessBank field,
7650         * pic16_allocInternalRegister: registers are explicit marked as
7651         not used,
7652         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7653         processing list, so bit registers were lost,
7654         *
7655
7656         * ralloc.h: added field 'accessBank' and original symbol operand
7657         in register definition,
7658         * removed the field isMapped from register definition,
7659
7660         ** Several functions have been removed from various sources:
7661         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7662         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7663         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7664         pic16_assignRelocatableRegisters
7665
7666         ** others have been introduced:
7667         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7668         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7669
7670 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7671
7672         * support/scripts/inc2h.pl: changed definition of BIT_AT
7673         to emit 'sbit at' instead of 'bit at'. This was a request.
7674
7675         PIC16 port related preliminary changes:
7676         * gen.c: prefixed function popRegFromString with
7677         pic16_ and all references to it corrected
7678         * pcode.c: all pic16_pc_* hardware registers prefixed
7679         with underscore (_),
7680         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7681         * ralloc.c: newReg(): when register is REG_SFR then
7682         set address to rIdx,
7683         pic16_allocProcessorRegister(): marks register wasUsed=0
7684         pic16_writeUsedRegs(): added a call to assign processor
7685         registers via pic16_assignFixedRegisters
7686
7687 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7688
7689         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7690         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7691         variables in unused register banks.  Also the SSEG is placed
7692         wherever there is enough space for it, and IDATA can be anywhere
7693         in internal RAM.  For now compile using -Wl-Y[stack_size].
7694         The mem file is different for this option as well, since it
7695         makes no sense of talking about DSEG lenght.
7696
7697 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7698
7699         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7700         in certain cases, e.g. when ROM assignment, patch provided
7701         from Albert den Haan.
7702
7703 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7704
7705         Many signedness and type propagation fixes:
7706         * src/SDCCicode.c: made geniCodeCast() static
7707         replaced SPEC_ by IS_ (cosmetic)
7708         (operandOperation): fixed div and mod operation
7709         (usualBinaryConversions): added support for promotion of char
7710         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7711         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7712         (geniCodeAdd): an array index will stay unsigned, even if promoted
7713         from char to int
7714         (geniCodeArray): ditto
7715         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7716         * src/SDCCsymt.c (computeType): added more support for char;
7717         promotion of char is selectable by promoteCharToInt, fixed signedness
7718         for all cases
7719         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7720         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7721         * src/SDCCval (val*): replaced signedness calculation by
7722         computeType()
7723         rearranged if-branches (cosmetic)
7724         (valShift): added warning W_SHIFT_CHANGED
7725         (valCompare): fixed problem with different types
7726         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7727         * support/regression/tests/literalop.c: added many cases
7728         * support/regression/tests/ast_constant_folding.c: changed finally to
7729         'unsigned int'
7730         * .version: new year, new version: 2.3.7
7731         * src/SDCCmain.c (main): applied patch #866468
7732         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7733         provided by Scott Bronson
7734         * doc/sdccman.lyx: updated documentation for sdcdb
7735         updated and added chapter tips
7736
7737 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7738
7739         * src/SDCCsymt.h: missing from yesterday's commits
7740
7741 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7742
7743         * src/SDCC.y (struct_or_union_specifier),
7744         * support/Util/SDCCerr.c,
7745         * support/Util/SDCCerr.h: verify that struct & union tags are used
7746         as declared.
7747
7748 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         * src/SDCCglobl.h: missing from yesterday's commits
7751
7752 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7753
7754         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7755         sft_attributes, struct_declaration, parameter_declaration,
7756         type_name, start_block, declaration_list),
7757         * src/SDCC.lex (check_type): support redefinition of typedef names
7758
7759 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7760
7761         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7762         aligned xdata arrays. Erik helped me with the if clause.
7763
7764 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7767         warning
7768
7769 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7770
7771         * src/SDCCast.h,
7772         * src/SDCCast.c (newAst_),
7773         * src/SDCCicode.h,
7774         * src/SDCCicode.c (ast2iCode, newiCode),
7775         * src/SDCCglobl.h,
7776         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7777         expr, statement, expression_statement, selection_statement,
7778         iteration_statement, expr_opt, jump_statement): foundation for tracking
7779         sequence points
7780         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7781         point code too)
7782
7783 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7784
7785         * support/Util/SDCCerr.c,
7786         * src/SDCCast.h,
7787         * src/SDCCast.c (createCase, createDefault, decorateType),
7788         * src/SDCClabel.c (labelUnreach),
7789         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7790         to error messages.
7791         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7792         (with thanks to Stas Sergeev)
7793         * device/include/time.h,
7794         * device/lib/time.c (CheckTime): suppress unreachable code warning
7795
7796 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7797
7798         * src/SDCCast.c (createIvalCharPtr),
7799         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7800         bug #753752)
7801         * support/regression/tests/nullstring.c: tests for these two bugs
7802
7803 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7804
7805         * support/Util/SDCCerr.h,
7806         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7807         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7808         about storage class and 'at' used inside struct or union
7809         * src/SDCCBBlock.c (iCodeFromeBBlock),
7810         * src/SDCCcse.c (ifxOptimize),
7811         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7812         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7813         printIval, emitStaticSeg, emitOverlay),
7814         * src/SDCClabel.c (deleteIfx),
7815         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7816         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7817         gatherAutoInit, processParms),
7818         * support/Util/SDCCerr.h,
7819         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7820         reporting for post-parse errors.
7821
7822 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7823
7824         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7825         implicit casts via union; they don't work on big endian systems
7826         (possible fix for bug #861138)
7827
7828 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7829
7830         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7831         * src/mcs51/main.c: fixed the fix for bug #737001
7832
7833 2003-12-15  Borut Razem <borut.razem AT siol.net>
7834
7835         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7836
7837 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7838
7839         * support/makebin/makebin.c: put output in binary mode
7840
7841 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7842
7843         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7844         xdata and data memory on startup. Set the environment variable
7845         SDCC_NOGENRAMCLEAR to disable this.
7846         * src/mcs51/peephole.def,
7847         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7848         (allows non-interrupt and interrupt code to safely compete for a resource
7849         without the non-interrupt code having to disable interrupts)
7850
7851 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7852
7853         * src/SDCCicode.c (geniCodeAdd),
7854         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7855         with valFromType if type might be a pointer and host is big endian).
7856         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7857         types, not just integer types.
7858         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7859         multiply defined with mismatching "at" address.
7860
7861 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7862
7863         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7864         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7865         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7866         with embedded nulls (fixed bug #753752)
7867
7868 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7869
7870         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7871         Apparently this did not see much testing (endless loop)
7872
7873 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7874
7875         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7876
7877 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7878
7879         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7880         gracefully handle NULL memmap pointers
7881
7882 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7883
7884         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7885         instead of deleting the iCode when an operand is volatile
7886         * src/z80/gen.c (genDummyRead),
7887         * src/mcs51/gen.c (genDummyRead),
7888         * src/ds390/gen.c (genDummyRead),
7889         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7890         not just IC_RIGHT
7891         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7892         * src/SDCC.y: fixed bug #850420
7893
7894 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         Applied z80 i/o port patch from Peter Townson and fixed some operators
7897         to better handle operands in A register.
7898         * device/include/z180.h
7899         * src/SDCC.y
7900         * src/SDCCglue.c
7901         * src/z80/gen.c
7902         * src/z80/gen.h
7903         * src/z80/main.c
7904         * src/z80/peeph-z80.def
7905         * src/z80/peeph.def
7906         * src/z80/z80.h
7907
7908 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7909
7910         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7911
7912 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7913
7914         * device/lib/hc08/_mullong.c: Removed extra #endif
7915
7916 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7917
7918         * sim/ucsim/hc08.src/inst.cc,
7919         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7920         carries from x to h
7921         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7922         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7923         * device/include/stdarg.h: fixed varargs for hc08
7924         * device/lib/Makefile.in,
7925         * device/lib/hc08/Makefile,
7926         * device/lib/hc08/_mulint.c,
7927         * device/lib/hc08/_mullong.c: fixed some endian problems
7928
7929 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7930
7931         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7932         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7933         * device/lib/_gptrget.c,
7934         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7935
7936 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7937
7938         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7939         * src/SDCCast.c (astErrors): fixed bug #846007
7940         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7941
7942 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7943
7944         * src/SDCCast.c (decorateType): disabled a transformation I added in
7945         revision 1.188 (access to fields of a structure at an absolute address);
7946         it breaks with bitfields, extern declarations, and gcse analysis.
7947         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7948         could be assigned through a pointer, so don't complain.
7949         * src/SDCCast.c (astErrors),
7950         * src/SDCCast.h,
7951         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7952
7953 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7954
7955         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7956         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7957         output of __config directives, since gpasm now supports them
7958         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7959         pre-processor macro, i.e. -DMCU=p18f452
7960         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7961         and modified to handle 'cast' icode similarly to '=' icode
7962         * src/pic16/device.h (typedef struct PIC_device): added field
7963         'extMIface' to indicate that chip has external memory interface
7964         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7965         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7966         18F8720
7967
7968 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7969
7970         * src/SDCC.y (pointer): fixed bug #846006
7971         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7972         * src/SDCCast.c (decorateType): fixed bug #846009
7973         * src/ds390/peeph.def,
7974         * src/ds390/gen.c (genAnd, genOr),
7975         * src/mcs51/peeph.def,
7976         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7977
7978 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7979
7980         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7981         * src/SDCCdflow.c
7982         * src/SDCCcse.c
7983         * src/SDCCcse.h
7984         * src/SDCCBBlock.h
7985         * src/SDCCBBlock.c
7986
7987 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7988
7989         fixed bug #845089
7990         * src/SDCCbitv.h,
7991         * src/SDCCbitv.c: added function to free a bitvector
7992         * src/SDCClrange.h,
7993         * src/SDCClrange.c: added function to recompute the liveranges
7994         * src/avr/ralloc.c,
7995         * src/ds390/ralloc.c,
7996         * src/hc08/ralloc.c,
7997         * src/mcs51/ralloc.c,
7998         * src/pic/ralloc.c,
7999         * src/pic16/ralloc.c,
8000         * src/xa51/ralloc.c,
8001         * src/z80/ralloc.c: recompute the liveranges after register packing
8002
8003 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8004
8005         * src/SDCCloop.c (newInduction): fixed bug #845630
8006
8007 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8010         inadvertantly left behind from my 2003-11-12 change
8011
8012 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8013
8014         Updated headers I neglected to commit yesterday.
8015         * src/SDCClrange.h,
8016         * src/SDCCicode.h
8017
8018 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8019
8020         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8021         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8022         * src/SDCCopt.c (eBBlockFromiCode),
8023         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8024         the creation of the key hash table from the sequencing so it can be used
8025         earlier (for some GCSE bug fixes still pending)
8026
8027 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8028
8029         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8030         * support/regression/tests/addsub.c: testing genPlus shortcut
8031
8032 2003-11-15  Borut Razem <borut.razem AT siol.net>
8033
8034         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8035
8036 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8037
8038         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8039         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8040         ordering is immaterial.
8041         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8042
8043 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8044
8045         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8046         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8047         (SIGSEV) of bug #840381
8048         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8049         unlink new file before rename if new and old filenames are the same)
8050
8051 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8052
8053         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8054         uninitialized variables) for the mcs51. Set environment variable
8055         SDCC_GENRAMCLEAR to test.
8056         xdata initialization slightly shorter
8057
8058 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8059
8060         * src/SDCCsymt.h,
8061         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8062         #838241 & 780691 (basicly the same bug)
8063         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8064         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8065
8066 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * src/SDCCmain.c (linkEdit): "fix" #834252
8069
8070 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8073         * src/SDCCast.h,
8074         * src/SDCC.y: fixed bug #819403
8075
8076 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8077
8078         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8079         the reentrant attribute.
8080         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8081         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8082         simulation
8083         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8084         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8085         erroneously reduced to a literal.
8086         * src/hc08/ralloc.c (packRegisters, rematStr),
8087         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8088         some cases
8089
8090 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8091
8092         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8093         * doc/sdccman.lyx: changed from 'article' to 'book'
8094         * doc/Makefile: readded test_suite_spec and cdbfileformat
8095
8096 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * device/include/stdlib.h: include malloc.h to comply with ANSI
8099         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8100
8101 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8102
8103         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8104         * doc/clean.mk: also remove *.out files
8105         * doc/sdccman.lyx: some additions, larger top/bottom margins
8106
8107 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCC.y: fixed bug #837365
8110         * support/regression/tests/bitopcse.c
8111         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8112         a symbol (might be valop instead)
8113         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8114         * device/lib/clean.mk: added hc08 to the cleaning list
8115
8116 2003-11-04  Borut Razem <borut.razem AT siol.net>
8117
8118         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8119           made 2003-11-04
8120         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8121           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8122           malloc is declared in standard stdlib.h
8123
8124 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8125
8126         * device/lib/hc08/Makefile: need to clean .rel not .o files
8127         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8128
8129 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8130
8131         * src/port.h,
8132         * src/hc08/main.c,
8133         * src/mcs51/main.c,
8134         * src/ds390/main.c,
8135         * src/z80/main.c,
8136         * src/avr/main.c,
8137         * src/pic/main.c,
8138         * src/pic16/main.c,
8139         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8140         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8141         tests (which uses the port's oclsExpense function)
8142         * src/SDCC.y,
8143         * src/SDCCast.c,
8144         * src/SDCCicode.c,
8145         * src/hc08/gen.c,
8146         * src/ds390/gen.c,
8147         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8148
8149 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * src/SDCCcse.c (ifxOptimize),
8152         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8153         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8154         deleting the IFX iCode.
8155         * src/hc08/ralloc.c: reduced unneeded slocs
8156         * src/hc08/gen.c: fixed bug in asmopToBoolean
8157
8158 2003-11-04  Borut Razem <borut.razem AT siol.net>
8159
8160         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8161           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8162           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8163           transferred to configure
8164
8165 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         Use headers defined in the C[++] standards:
8168         * sim/ucsim/gui.src/serio.src/fileio.cc
8169         * sim/ucsim/gui.src/serio.src/frontend.cc
8170         * sim/ucsim/gui.src/serio.src/main.cc
8171         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8172         * support/Util/NewAlloc.c
8173         * as/hc08/lklibr.c
8174         * as/mcs51/lklibr.c
8175         * as/z80/aslist.c
8176         * as/z80/assym.c
8177
8178 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8179
8180         * Added MSVC projects for hc08 assembler and linker:
8181         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8182         /as/hc08/link_hc08.dsp
8183
8184 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8185
8186         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8187
8188 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8191
8192 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8193
8194         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8195
8196 2003-10-31  Borut Razem <borut.razem AT siol.net>
8197
8198         * support/cpp2/cpplib.h,
8199           support/cpp2/cpplib.c,
8200           support/cpp2/cpplex.c,
8201           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8202           to switch _asm block preprocessing on / off. Default is
8203           #pragma preproc_asm +
8204
8205 2003-10-31  Borut Razem <borut.razem AT siol.net>
8206
8207         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8208           when outputting comment blocks (when executed with -C option) and
8209           _asm (SDCPP specific) blocks
8210
8211 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8214
8215 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8216
8217         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8218
8219 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8222         * src/SDCCast.c (decorateType): fixed bug #832664
8223
8224 2003-10-31  Borut Razem <borut.razem AT siol.net>
8225
8226         * support\cpp2\cpplex.c: fixed for SDCPP:
8227           comments(when executed with -C option) and _asm blocks
8228           were included even if they where in skipped #if block.
8229           Applied solution from GCC cpp 3.3.2
8230
8231 2003-10-31  Borut Razem <borut.razem AT siol.net>
8232
8233         * src/SDCC.lex: sdcc now understands both formats:
8234           '# <line_number> <file_name>' and
8235           '#line <line_number> <file_name>'
8236         * support/cpp2/cppmain.c: sdcpp now generates the standard
8237           '# <line_number> <file_name>' instead of former
8238           '#line <line_number> <file_name>'
8239
8240 2003-10-30  Borut Razem <borut.razem AT siol.net>
8241
8242         * support/cpp2/cpphash.h,
8243         * support/cpp2/cpplib.h
8244         * support/cpp2/cpplex.c,
8245         * support/cpp2/cppmain.c,
8246         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8247
8248 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         Fixed a number of problems revealed by bug #827883.
8251         * src/SDCCloop.c (loopInvariants): Spill location of the
8252         result operand should be recomputed if extracted from
8253         a loop. Also, don't extract assignments of an iTemp
8254         from a literal.
8255         * src/SDCCast.c (isConformingBody): loop reversal should
8256         not occur if the control variable is involved with a
8257         relational operator.
8258
8259 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8260
8261         * .version: bumped to 2.3.6 to reflect the big improvements
8262         made by Erik and Klaus. Thanks!
8263
8264 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8265
8266         Replaced the livrange code.
8267         * src/SDCClrange.c: added new LR code
8268         * src/SDCCloop.c,
8269         * src/SDCCBBlock.h: removed remainig parts from old LR code
8270         * src/ds390/ralloc.c,
8271         * src/ds390/gen.c: minor fixes to make it work with new code
8272
8273 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         * as/hc08/asm.h,
8276         * as/hc08/lkrloc.c,
8277         * src/hc08/gen.c,
8278         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8279         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8280         (tweaked fix for bug #818696)
8281
8282 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8283
8284         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8285
8286 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         * src/SDCCmain.c,
8289         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8290         * src/mcs51/gen.c (gencjneshort),
8291         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8292         more efficient (per Scott Bronson's suggestion)
8293
8294 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         Extended the semantics of the critical keyword to include
8297         individual statements. See RFE #827755 and #799831
8298         * src/SDCC.y
8299         * src/SDCCicode.c
8300         * src/SDCCopt.c
8301         * src/SDCCast.c
8302         * support/Util/SDCCerr.c
8303         * support/Util/SDCCerr.h
8304         * src/mcs51/gen.c
8305         * src/ds390/gen.c
8306         * src/hc08/gen.c
8307
8308 2003-10-19  Borut Razem <borut.razem AT siol.net>
8309
8310         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8311
8312 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8313
8314         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8315         Fixed bug #818696
8316         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8317         and predecrement operand is displayed
8318
8319 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8320
8321         * src/SDCCval.c (valMinus): fixed bug #826041
8322
8323 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8324
8325         Some hc08 related updates that I missed earlier
8326         * sim/ucsim/stypes.h
8327         * support/regression/ports/hc08/spec.mk
8328
8329 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8330
8331         New target "hc08" for the Motorola 68hc08 family of micros
8332
8333         * configure
8334         * configure.in
8335         * Makefile
8336         * src/hc08/*
8337         * src/SDCCmain.c
8338         * src/port.h
8339         * sim/ucsim/hc08.src/*
8340         * sim/ucsim/configure.in
8341         * src/ucsim/configure
8342         * sim/ucsim/packages_in.mk
8343         * as/hc08/*
8344         * as/Makefile
8345         * device/include/mc68hc908qy.h
8346         * device/lib/hc08/*
8347         * device/lib/Makefile.in
8348         * support/regression/ports/hc08/*
8349         * support/regression/Makefile
8350
8351 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8352
8353         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8354         regression test
8355         * src/ds390/gen.c (genCast): fixed bug #821957
8356
8357 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8358
8359         * device/lib/logf.c: "fixed" overlay bug
8360         * support/regression/ports/host/spec.mk: added m library
8361         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8362         * support/regression/tests/float_trans: added (for Eric)
8363
8364 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8365
8366         * src/mcs51/gen.c (genCpl): fixed bug
8367         http://sf.net/mailarchive/message.php?msg_id=6263915
8368
8369 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8370
8371         * src/SDCCast.c (decorateType): added extended constant folding
8372         * src/SDCCsymt.c (computeType): cleanup
8373         * src/SDCCval.c (valShift): minor optimization
8374         * support/regression/tests/ast_constant_folding.c: added
8375
8376 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8377
8378         * src/SDCCmain.c: removed some unintended changes
8379
8380 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8381
8382         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8383         * src/z80/gen.c: fixed part of bug #817589
8384         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8385
8386 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8387
8388         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8389         * src/SDCCcflow.c
8390         * src/SDCCcse.c
8391         * src/SDCCdflow.c
8392         * src/SDCClabel.c
8393         * src/SDCClrange.c
8394         * src/SDCCmem.c
8395         * src/SDCCopt.c
8396         * src/SDCCpeeph.c
8397         * src/SDCCset.c
8398         * src/avr/ralloc.c
8399         * src/ds390/ralloc.c
8400         * src/izt/ralloc.c
8401         * src/mcs51/ralloc.c
8402         * src/pic/ralloc.c
8403         * src/pic16/ralloc.c
8404         * src/xa51/ralloc.c
8405         * src/z80/ralloc.c
8406         * src/z80/gen.c: removed unused label "release:"
8407
8408 2003-10-06  Borut Razem <borut.razem AT siol.net>
8409
8410         * src/SDCC.lex: removed definition of unused variables
8411           save_optimize and save_options
8412
8413 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8414
8415         * clean.mk: removed '=' in "-maxdepth=1"
8416         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8417         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8418
8419 2003-10-06  Borut Razem <borut.razem AT siol.net>
8420
8421         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8422           my_unput() replaced by unput()
8423
8424 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8425
8426         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8427         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8428         type-punned pointer will break strict-aliasing rules"
8429         Old LR behaviour is again default; Klaus' LR can be choosen by
8430         defining the environment variable LRKLAUS
8431         * src/SDCCBBlock.h
8432         * src/SDCCloop.c
8433         * src/SDCClrange.c
8434         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8435         * clean.mk: fixed removal of files in bin/CVS/
8436         * device/lib/clean.mk: fixed removal of directories small and large
8437         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8438         * src/SDCCicode.c,
8439         * src/SDCCval.c: removed superflous test for pedantic
8440
8441 2003-10-05  Borut Razem <borut.razem AT siol.net>
8442
8443         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8444           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8445           message "unmatched #pragma SAVE and #pragma RESTORE"
8446
8447 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8448
8449         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8450           assembly, critical functions, atomic, nojtbound)
8451
8452 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8453
8454         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8455         * src/SDCCBBlock.h
8456         * src/SDCCloop.c
8457         * src/SDCCloop.h
8458         * src/SDCClrange.c
8459
8460 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8461
8462         * src/z80/gen.h,
8463         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8464         * src/mcs51/gen.h
8465         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8466         * src/ds390/gen.h
8467         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8468         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8469         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8470
8471 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8472
8473         * src/z80/gen.c (genRet): fixed bug #524753
8474         * src/z80/gen.c (genCast): fixed internal error on cast from
8475         pointer to long
8476         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8477         fix for bug #477835 to the z80
8478         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8479         for tracking iCodes in the peephole optimizer for z80
8480
8481 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8482
8483         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8484         the other part of bug #814548
8485         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8486
8487 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8488
8489         * src/SDCCcse.c: fixed part of bug #814548
8490
8491 2003-09-28  Borut Razem <borut.razem AT siol.net>
8492
8493         * src/asm.c: rewrite of printILine() to use temporary file instead
8494           a pipe
8495         * src/xa51/main.c: commented out declaration of int rewinds
8496
8497 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8500
8501 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8502
8503         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8504         * src/asm.c (printILine): Fixed bug #811015
8505
8506 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8507
8508         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8509         freeing.
8510
8511 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8512
8513         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8514         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8515         to correctly handle general case of AOP_PAIRPTR
8516         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8517
8518 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8519
8520         * src/mcs51/ralloc.c (fillGaps),
8521         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8522         register positioning bug)
8523
8524 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8525
8526         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8527
8528 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8529
8530         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8531         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8532         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8533         (ralloc doesn't intentionally do this now, but perhaps later)
8534         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8535         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8536         register positioning bugs (Fixed bug #762602 and #795325)
8537         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8538         (Fixed bug #808779)
8539         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8540         lines that --i-code-in-asm generates
8541
8542 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8543
8544         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8545         trying to fclose a FILE* that was already closed.
8546
8547 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8548
8549         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8550         of const struct should be treated as if const themselves)
8551
8552 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8553
8554         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8555
8556 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8557
8558         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8559         Unix (/n) and DOS (/r/n) line terminations.
8560
8561 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8562
8563         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8564         bug #613775
8565
8566 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8567
8568         * src/mcs51/gen.c (genFunction, genEndFunction),
8569         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8570         and restore of EA so that stack offsets to parameters are
8571         correct when using both critical and reentrant/stack-auto.
8572         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8573         size (can be triggered in error if sloc is shared between
8574         different sized objects)
8575         * device/include/float.h: fixed macros to explicitly use
8576         unsigned long where needed
8577
8578 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8579
8580         Feature req. 799831: added code to allow nesting of critical functions
8581         * src/mcs51/gen.c (genFunction, genEndFunction)
8582         * src/ds390/gen.c (genFunction, genEndFunction)
8583
8584 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8585
8586         * src/SDCCsymt.c (sclsFromPtr),
8587         * src/SDCCsymt.h,
8588         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8589         support for standard C idiom of memory mapped variables; for
8590         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8591         to xdata int at 0x1234 tempvar = 1.
8592         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8593         provided by Akiya ISHIDA
8594
8595 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8596
8597         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8598         * src/SDCCval.c (constVal): added reduction from int to char
8599         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8600         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8601         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8602         to ignore the sign
8603         * support/regression/tests/shifts.c: fixed
8604
8605 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8606
8607         * src/z80/gen.c (genXor): Fixed bug #805445
8608
8609 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8610
8611         Fixed bug #621531 (const & volatile confusion in the type chain).
8612         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8613         refer to the const or volatile state of the pointer itself.
8614
8615         * src/SDCCast.c
8616         * src/SDCCglue.c
8617         * src/SDCCicode.c
8618         * src/SDCCsymt.c
8619         * src/SDCCval.c
8620         * src/SDCC.y
8621         * src/SDCCsymt.h
8622         * src/pic/gen.c
8623         * src/pic/ralloc.c
8624         * src/pic16/gen.c
8625         * src/pic16/ralloc.c
8626         * support/regression/tests/const.c
8627
8628 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8629
8630         When checking for duplicated modules, use absolute paths
8631         instead of relative paths.  Files changed:
8632
8633         * as/mcs51/lklib.c
8634         * link/z80/lklib.c
8635
8636 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8637
8638         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8639
8640 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8641
8642         * device/include/string.h: added size_t typedef, changed
8643         prototypes to use size_t, eliminated separate reentrant and
8644         non-reentrant declarations, added _memmove declaration
8645         * device/lib/_memcpy.c: changed to use size_t instead of int,
8646         changed /4 to >>2 to avoid division library call
8647         * device/lib/_memcmp.c,
8648         * device/lib/_memset.c,
8649         * device/lib/_strncat.c,
8650         * device/lib/_strncpy.c,
8651         * device/lib/_strncmp.c: changed to use size_t instead of int
8652         * device/lib/_memmove.c: new file (fixed bug #772294)
8653         * device/lib/Makefile.in: added _memmove.c
8654         * device/lib/z80/asm_strings.s: fixed bug #772290
8655         * support/regression/tests/bitfields.c: attempt to fix host assertion
8656         failure on amd64-unknown-linux2.2
8657
8658 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8659
8660         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8661         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8662         * as/z80/asmain.c (main): fixed bug #801766
8663
8664 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8667         compilers
8668
8669 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8670
8671         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8672         reported in bug #800609
8673
8674 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8675
8676         * Top header beautifications in src/pic16 directory:
8677           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8678           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8679           pcoderegs.h, ralloc.c, ralloc.h
8680         * main.c: added top header and GPL license notice
8681         * pcode.c: fixed the if-conditional warning
8682
8683 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * device/lib/_mullong.c: replaced int by short for gcc
8686
8687 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8688
8689         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8690         and JUMPTABLE iCodes properly now (worked by accident before)
8691         * src/mcs51/gen.c (leftRightUseAcc),
8692         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8693         iCode properly now. Use getSize instead of nRegs since a & b
8694         aren't part of the nRegs tally.
8695
8696 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8697
8698         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8699         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8700           before instructions that use the _STATUS register
8701
8702 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8703
8704         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8705         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8706         fetching of the pointer
8707         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8708         copied from genNearPointerSet()
8709         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8710         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8711         If they pop r0/r1 they must be called in the opposite order than aopOp().
8712         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8713         (resp. --stack-auto), prepared for --xstack
8714
8715 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8716
8717         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8718
8719 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8720
8721         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8722         these ports have their own __sdcc_external_start()
8723
8724 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8725
8726         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8727         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8728         type for bits was changed. It resulted in bit variables becoming
8729         global, which is not permitted in PIC 14 assembly output.
8730
8731 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8732
8733         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8734
8735 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8736
8737         Z80 and MCS51 linkers complaint if a public symbol is defined
8738         in more than one library module:
8739
8740         * as/mcs51/lklib.c
8741         * link/z80/lklib.c
8742         * as/mcs51/Makefile.in
8743
8744 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8745
8746         A few small changes that speed up the peephole optimizer.
8747
8748         * src/SDCCpeeph.c
8749
8750 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8751
8752         Try to make the peephole optimizer smarter by maintaining
8753         an association between the assembly source code and the
8754         iCodes that originated them. Put this information to use
8755         with a new peephole rule condition "notVolatile" so that
8756         the rules can be aggressive yet still safe.
8757
8758         * src/SDCCpeeph.c
8759         * src/SDCCpeeph.h
8760         * src/mcs51/gen.c
8761         * src/mcs51/peeph.def
8762
8763 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8764
8765         Fixed bug #741761
8766
8767         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8768         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8769         if the left or right operand symbols have the accuse flag set.
8770
8771 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8772
8773         Changed the type of the result of the ! (NOT) operator to char;
8774         previously it returned the same type as the source. This allows
8775         us to eliminate all the genFloatNot functions (all of its target
8776         implementations were very buggy) since !float can use the same
8777         code as !long now.
8778
8779         * src/SDCCicode.c (ast2iCode): ! returns char
8780         * src/mcs51/gen.c (genNot, genNotFloat),
8781         * src/ds390/gen.c (genNot, genNotFloat),
8782         * src/z80/gen.c (genNot, genNotFloat),
8783         * src/pic/gen.c (genNot, genNotFloat),
8784         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8785
8786 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8787
8788         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8789         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8790            during interrupts. Ensure WSAVE is located at a shared bank address.
8791         2. Fixed page selection in some places
8792         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8793            the registers name strings.
8794         4. Fixed "signed / unsigned compare" compiler warnings.
8795         5. The PIC port manages its own allocation of the general purpose
8796            registers, but makes no attempt to reuse them. As a result when
8797            compiling it soon runs out of general purpose registers. Some
8798            additional code was added to the files pcode.c and device.c to walk
8799            through the function call tree and rename the registers so that they
8800            get reused.
8801
8802         * src/pic/device.c
8803         * src/pic/gen.c
8804         * src/pic/glue.c
8805         * src/pic/pcode.c
8806         * src/pic/pcode.h
8807         * src/pic/ralloc.c
8808         * src/pic/ralloc.h
8809         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8810         genPlus() & genMinus() when the result is the same as left or right
8811
8812 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8813
8814         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8815
8816 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8817
8818         Made bitfield a distinct type from bit so that bitfields
8819         convert as per ANSI C and bits retain their traditional
8820         boolean style behaviour. Implemented bitfield support in
8821         the z80 port.
8822
8823         * src/SDCCsymt.h,
8824         * src/SDCCsymt.c,
8825         * src/SDCCast.c,
8826         * src/cdbFile.c,
8827         * src/mcs51/gen.c,
8828         * src/ds390/gen.c: bit v bitfield split
8829         * src/z80/gen.c: New support for bitfields
8830         * support/regression/tests/bitfields.c: reenabled z80,
8831         added more tests
8832
8833 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8834
8835         Rules 246.x, 247.x relate to bitfields, the others speed up
8836         access to xdata mapped I/O devices.
8837
8838         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8839
8840 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8841
8842         Cleaned up genPackBits and genUnpackBits and added two helper
8843         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8844         for literal assignments in genPackBits (thanks to Frieder for
8845         reminding me).
8846
8847         * src/mcs51/gen.c
8848         * src/ds390/gen.c
8849
8850 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         Fixed bug #748310 (pointer to function type mishandled when the
8853         function name is omitted). Also fixed a SIGSEGV when a function
8854         attribute (reentrant, etc) is used on a non-function or on a
8855         function but misplaced before the parameter list.
8856
8857         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8858         bug #748310
8859         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8860         * support/Util/SDCCerr.h,
8861         * support/Util/SDCCerr.c: Added func attr misuse error msg
8862
8863 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         Fixed bug #787649 by anonymous
8866         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8867         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8868
8869 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8870
8871         Fixed numerous bitfield problems.
8872
8873         * src/SDCC.y: More bitfield related error checking
8874         * src/SDCCsymt.h,
8875         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8876         * support/Util/SDCCerr.h,
8877         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8878         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8879         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8880         * support/regression/tests/bitfields.c: tests added
8881
8882 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         Made the constant following the "interrupt" keyword optional. If
8885         omitted, the function will not automatically be given an entry
8886         in the interrupt vector table (similar to #pragma NOIV, but
8887         less syntacticly kludgy). The interrupt number is also now
8888         range checked. Also fixed a bug in the high order bit example
8889         in the manual.
8890
8891         * src/SDCC.y
8892         * src/SDCCmem.c
8893         * src/SDCCglue.c
8894         * src/SDCCsymt.h
8895         * support/Util/SDCCerr.c
8896         * support/Util/SDCCerr.h
8897         * doc/sdccman.lyx
8898
8899 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8900
8901         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8902         * src/SDCCicode.c (operandOperation): rewritten some ops
8903         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8904         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8905         other type
8906         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8907         be re-activated by defining REDUCE_LITERALS)
8908         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8909         unsigned, but are signed by default
8910         * src/SDCCval.c (constVal): rearranged
8911         * src/SDCCval.c (valMod): preliminary fix
8912         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8913         * support/regression/literalop.c: added, work in progress
8914
8915 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8916
8917         Generate warnings for useless declarations like "char data;"
8918         that don't do what new users expect.
8919
8920         * src/SDCC.y
8921         * support/Util/SDCCerr.h
8922         * support/Util/SDCCerr.c
8923
8924 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * src/SDCCval.c (valMult): fix overflow detection of negative int
8927
8928 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8931
8932         Changes to support big endian targets:
8933
8934         * src/ports.h
8935         * src/SDCCglue.c
8936         * src/avr/main.c
8937         * src/ds390/main.c
8938         * src/izt/i186.c
8939         * src/mcs51/main.c
8940         * src/pic/main.c
8941         * src/pic16/main.c
8942         * src/xa51/main.c
8943         * src/z80/main.c
8944
8945 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8946
8947         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8948         * device/lib/time.c: fixed warning "integer overflow in expression"
8949
8950 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8951
8952         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8953         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8954         constants are unsigned; added recognition of "u" flag for unsigned
8955         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8956         * src/SDCCval.c (valDiv, valMod): fixed signdness
8957         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8958         signedness of modulo, left and right shift
8959         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8960         * support/Util/SDCCerr.h: added warning W_INT_OVL
8961         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8962         * src/SDCCast.c (ast_print): improved output of constants
8963
8964 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8965
8966         Fixed some warnings when building with MSVC:
8967
8968         * as\mcs51\asdata.c
8969         * as\z80\asdata.c
8970         * as\mcs51\asm.h
8971         * as\z80\asm.h
8972         * link\z80\aslink.h
8973         * link\z80\lkdata.c
8974         * link\z80\lkeval.c
8975         * link\z80\lkgb.c
8976         * link\z80\lkihx.c
8977         * link\z80\lks19.c
8978         * link\z80\lksym.c
8979         * support\cpp2\cpplib.c
8980         * src\ds390\gen.c
8981         * src\mcs51\gen.c
8982
8983 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8986
8987 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8988
8989         * support\librarian\clean.mk: Do not remove Makefile.
8990         * support\librarian\Makefile: added.
8991
8992 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8993
8994         Added librarian to MSVC build:
8995         * all.dsp
8996         * sdcc.dsw
8997         * support\librarian\librarian.dsp
8998
8999         'configure' not needed for librarian, removed:
9000         * support\librarian\configure
9001         * support\librarian\configure.in
9002         * support\librarian\config_in.h
9003         * support\librarian\Makefile.in
9004
9005         Hopefully these ones built the librarian and the rest of sdcc properly:
9006         * Makefile
9007         * Makefile.common.in
9008
9009         Messed up 'configure', so revert to previous version:
9010         * configure
9011         * configure.in
9012
9013 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9016         there, while the mantissa of a double is "only" 53 bits wide.
9017
9018 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9019
9020         Adding sdcclib to the build.  MSVC project coming soon.
9021         Files added/changed:
9022
9023         * support\librarian\clean.mk
9024         * support\librarian\configure
9025         * support\librarian\configure.in
9026         * support\librarian\config_in.h
9027         * support\librarian\Makefile.bcc
9028         * support\librarian\Makefile.in
9029         * support\librarian\sdcclib.c
9030         * Makefile.bcc
9031         * Makefile
9032         * Makefile.common.in
9033         * configure
9034         * configure.in
9035
9036 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9037
9038         Linker now complaints if linked modules have conflicting options, for
9039         example, one compiled using --model-large and another one compiled with
9040         --model-small.  The following files were modified:
9041
9042         * as\mcs51\asdata.c
9043         * as\mcs51\aslink.h
9044         * as\mcs51\asm.h
9045         * as\mcs51\asmain.c
9046         * as\mcs51\asout.c
9047         * as\mcs51\i51pst.c
9048         * as\mcs51\lkdata.c
9049         * as\mcs51\lklibr.c
9050         * as\mcs51\lkmain.c
9051         * as\z80\asdata.c
9052         * as\z80\asm.h
9053         * as\z80\asmain.c
9054         * as\z80\asout.c
9055         * as\z80\z80pst.c
9056         * link\z80\aslink.h
9057         * link\z80\lkdata.c
9058         * link\z80\lklibr.c
9059         * link\z80\lkmain.c
9060         * src\SDCCglue.c
9061
9062 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9063
9064         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9065         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9066
9067 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9068
9069         * src/z80/mappings.i: fix _mul[us][int,long] entries
9070
9071 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9072
9073         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9074
9075 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9076
9077         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9078         * support/regression/tests/bitopcse.c: added
9079         fixed warning:
9080         * src/avr/gen.c:
9081         * src/pic/gen.c:
9082         * src/pic16/gen.c:
9083         * src/z80/gen.c:
9084         * src/xa51/gen.c:
9085
9086 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9087
9088         added support for new library format to z80, gbz80 linkers:
9089         *link/z80/aslink.h
9090         *link/z80/lklex.c
9091         *link/z80/lklib.c
9092         *link/z80/lklist.c
9093
9094 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9095
9096         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9097         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9098
9099 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9100
9101         added DUMMY_READ_VOLATILE:
9102         * src/SDCC.y:
9103         * src/avr/gen.c:
9104         * src/xa51/gen.c:
9105         * src/z80/gen.c:
9106         * src/pic/gen.c:
9107         * src/pic16/gen.c:
9108         * src/mcs51/gen.c:
9109         * src/ds390/gen.c:
9110         * src/SDCCcse.c (algebraicOpts): many improvements
9111         * src/SDCCcse.h: removed algebraicOpts()
9112         * src/SDCCicode.c (picDummyRead): added
9113
9114 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9115
9116         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9117         "Insufficient space in data memory".
9118
9119 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9120
9121         * src/mcs51/gen.c: fixed bug #771358
9122         * src/z80/gen.c: fixed bug #759087
9123
9124 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9125
9126         * src/pic16/glue.c: minor cleanup by Vangelis
9127
9128 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9129
9130         * device/include/regc515c.h: fixed #758477
9131         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9132         * device/lib/_gptrput.c: saved a few bytes
9133         * my tab spacing is 8, yours too?)
9134         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9135         * device/lib/serial.c: process RX bytes earlier than TX bytes
9136         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9137
9138 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9139
9140         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9141
9142 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9143
9144     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9145
9146 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9147
9148         * device/lib/Makefile.in: bad fix, reverted to 1.43
9149
9150 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9151
9152         * device/lib/Makefile.in: added missing z80 object files
9153
9154 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9155
9156         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9157         pic16 progress by Vangelis:
9158         * src/SDCCglobl.h:
9159         * src/SDCCmain.c:
9160         * src/pic/Makefile:
9161         * src/pic:
9162         * pic/Makefile:
9163         * pic16/device.c:
9164         * pic16/device.h:
9165         * pic16/gen.c:
9166         * pic16/gen.h:
9167         * pic16/genarith.c:
9168         * pic16/glue.c:
9169         * pic16/main.c:
9170         * pic16/pcode.c:
9171         * pic16/pcode.h:
9172         * pic16/pcodepeep.c:
9173         * pic16/peeph.def:
9174
9175 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9176
9177     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9178
9179 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9180
9181     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9182     added gbz80 build to MSVC project.
9183     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9184     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9185     from 8051 stuff and setup so it links using a .lnk file.
9186
9187 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9188
9189     * support/librarian/sdcclib.c: sdcc librarian.
9190     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9191     with sdcclib.
9192
9193 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9194
9195     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9196
9197 2003-07-02  Borut Razem <borut.razem AT siol.net>
9198
9199         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9200         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9201         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9202         src/xa51/main.c, src/z80/main.c:
9203         virtualization of glue() function: each port has it's own glue function,
9204         which is accessed by do_glue function pointer in PORT.general structure
9205
9206 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9207
9208         * DS800C400 fun, improved ROM interface and tinibios.
9209
9210 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9211
9212         * More support for DS80C400. Now includes beginning of interface to ROM.
9213
9214 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9215
9216         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9217
9218 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9219
9220         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9221
9222 2003-06-19  Borut Razem <borut.razem AT siol.net>
9223
9224         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9225
9226 2003-06-19  Borut Razem <borut.razem AT siol.net>
9227
9228         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9229         fixed Z80 port - crt0.o: cannot open.
9230
9231 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * support/Util/MySystem.c (merge_command): revert bad fix
9234
9235 2003-06-18  Borut Razem <borut.razem AT siol.net>
9236
9237         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9238
9239 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9240
9241         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9242         option --use-stdout sends errors to stdout instead of stderr.
9243
9244 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9247
9248 2003-06-15  Borut Razem <borut.razem AT siol.net>
9249
9250         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9251         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9252         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9253         fixed width array of pointers replaced with sets;
9254         multiple include and lib paths ared transferred to preprocessor and linker
9255         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9256         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9257         fixed width array of pointers
9258         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9259         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9260         fixupPath(), getPathDifference()
9261         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9262         fixed width array of pointers
9263
9264 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * src/pic16/ralloc.c: fix warnings
9267         * src/pic16/pcode.c: fix warning
9268
9269 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9270
9271          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9272         know all the details, but essentially this set of changes enable
9273         the pic16 port to generate movff instructions and generate assembler
9274         directives,
9275         * src/SDCCmain.c:
9276         * src/pic16/gen.c:
9277         * src/pic16/glue.c:
9278         * src/pic16/pcode.c:
9279         * src/pic16/device.c:
9280         * src/pic16/main.c:
9281         * src/pic16/pcode.h:
9282         * src/pic16/pcoderegs.c:
9283         * src/pic16/ralloc.c:
9284         * src/pic16/ralloc.h:
9285
9286 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9287
9288         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9289         added option --vc, so sdcc errors and warnings are compatible with
9290         Microsoft Visual Studio.
9291
9292 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9293
9294         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9295           device/lib/libfloat.lib: added atof function.
9296
9297 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * doc/sdccman.lyx: updated to Lyx 1.3
9300         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9301         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9302         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9303
9304 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9305
9306         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9307
9308 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9309
9310         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9311           additions to the "related tools/documentation" section
9312
9313 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9314
9315         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9316
9317 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9318
9319         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9320         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9321
9322 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * doc/sdccman.lyx: fix double dash and other minor things
9325         * doc/Makefile: fix double dash
9326
9327 2003-05-28  Karl Bongers(patches from Martin Helmling)
9328         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9329           condition and ignore commands.
9330
9331 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9332
9333         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9334           is in parts still quite out of date, I did changes as far as I felt makes sense
9335           for a non-native english speaker.
9336           Please feel free to add to the manual or to correct my changes.
9337         * doc/Makefile: undid touching the date of intermediate tex files.
9338
9339 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9340
9341         * doc/sdccman.lyx: Manual has an index now
9342
9343 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9344
9345         Finalize muluint/mulsint and mululong/mulslong merging:
9346         * device/lib/_mulint.c
9347         * device/lib/_mullong.c
9348         * device/lib/gbz80/mul.s
9349         * device/lib/gbz80/stubs.s
9350         * device/lib/z80/mul.s
9351         * device/lib/z80/stubs.s
9352         * src/SDCCsymt.c (initCSupport)
9353
9354 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9355
9356         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9357         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9358           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9359           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9360           instead of /Zm500.
9361
9362 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9363
9364         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9365           the regression tests I'm not brave enough to enable 245.b, 245.c
9366         * doc/sdccman.lyx: added latex preamble for hyperref package.
9367           Using pdflatex this will give you a hyperlinked pdf file with
9368           bookmarks. (prepend '%' before /usepackage if this breaks something)
9369
9370 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9371
9372          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9373
9374 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9377
9378 2003-05-21    <johan AT balder>
9379
9380         * src/SDCCglue.c (printIval): fixed bug #739934
9381
9382 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9383
9384         Applied patch from bug 737905 (renamed yylineo to mylineno):
9385         * src/altlex.c
9386         * src/SDCCast.c
9387         * src/SDCglobl.h
9388         * src/SDCC.lex
9389         * src/SDCCsymt.c
9390         * src/SDCCval.c
9391         * src/pic16/pcode.c: Cleaned warnings
9392         * src/pic16/pcodeflow.c: Cleaned warnings
9393         * src/pic16/pcoderegs.c: Cleaned warnings
9394
9395 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9396
9397         * src/pic16/pcode.c: Cleaned warnings
9398         * src/pic16/pcodepeep.c: Cleaned warnings
9399         * src/pic16/ralloc.c: Cleaned warnings
9400
9401 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * doc/sdccman.lyx: fixed bug 739745
9404         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9405
9406 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9407
9408         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9409         it can be defined with CFLAGS when running configure
9410         * src/SDCCmain.c: fixed compiling + linking with object files
9411
9412 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9413
9414         * configure.in: configure for pic16 port,
9415             added --disable-pic16-port
9416         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9417         * src/SDCCmain.c: linkOptions is changed to set *,
9418             added if/endif conditional macros to remove options help
9419             messages from optionsTable when a port is not configured, added
9420             support for the PIc16 port in the ports table, when executing
9421             the compiler with no port specified on command line, a default
9422             port is selected with the new macro DEFAULT_PORT which is
9423             defined in port.h, in setDefaultOptions() linkOptions is removed
9424             from initialization assignment, since now it is a set,
9425             parseCmdLine uses setParseWithComma for linkOptions, in
9426             linkEdit() linkOptions are accessed with new function indexSet()
9427             which returns the i'th item of a set variable. See SDCCset.c, in
9428             linkEdit() when calling buildCmdLine(), added linkOptions as
9429             last argument. Now users can pass arguments to gplink via the
9430             -Wl option, main() uses pic16glue() to glue up pic16 programs
9431         * src/SDCCpeeph.c: various changes to support pic16
9432         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9433             return the i'th item of the set
9434         * src/SDCCset.h: added function prototype for indexSet()
9435         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9436         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9437         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9438             added macro DEFAULT_PORT
9439         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9440         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9441             generated
9442         * src/pic16/glue.c: commented out some error producing lines
9443         * src/pic16/main.c: __config directives are commented out to stop
9444             gpasm complaining and test the linkage with gplink, _linkCmd and
9445             _asmCmd changed to be more gplink and gpasm friendly
9446         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9447             produced an error when parsed, peep rule 12 is added to utilize
9448             movff, but it is commented out since the pCode does not support
9449             yet a command with 2 address arguments
9450
9451 2003-05-18    <johan AT balder>
9452
9453         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9454         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9455 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9456
9457         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9458   Added feature to script commands from file.
9459
9460 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9461
9462         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9463         * src/SDCCutil.c: include ctype.h for win32
9464
9465 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9466
9467         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9468
9469 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9470
9471         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9472   Fixed so you can set breakpoints prior to run, run does not stop
9473   on entry now.  Add tbreak.  Other enhancements and fixes for use
9474   with ddd.
9475
9476 2003-05-12  Borut Razem <borut.razem AT siol.net>
9477
9478         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9479
9480 2003-05-11  Borut Razem <borut.razem AT siol.net>
9481
9482         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9483         the path of bin directory, so that PATH is the only env. variable, which has to be set
9484         in case of standard installation.
9485         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9486         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9487         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9488
9489 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9492         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9493         temp files are in the port dir; clean the gen/test directory when
9494         generating new test.c
9495         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9496         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9497         * support/regression/tests/zeropad.c: added
9498
9499 2003-05-09    <johan AT balder>
9500
9501         * src/SDCCglue.c: fixed bug #597940
9502
9503 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9504
9505         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9506   cache sfr, optimize next,step, fix off by one sourceline,
9507   support ddd list function.
9508         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9509
9510 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * support/regression/HTMLgen.py: added compare_s2f()
9513         * support/regression/Makefile: redo 1.27
9514         * support/regression/generate-cases.py: redo 1.5
9515
9516 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9517
9518         * support/regression/tests/float.c: workaround 33 bit hex constant
9519         * support/regression/tests/simplefloat.c: fix division for host
9520
9521 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9522
9523         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9524         that tame's the PIC's over-aggressive optimizer.
9525
9526 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9527
9528          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9529          support for MSVC.
9530
9531 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9532
9533         Initial support for DS80C400. "Hello world" runs on TINIm400
9534         (with polled I/O).
9535
9536 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9537
9538          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9539          * Some notes on ddd usage added in debugger/README
9540          Martin Helmling adding more features and fixes for ddd GUI debugger.
9541          Code added for nexti, stepi, up, down, and other adjustments.
9542
9543 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9544
9545         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9546         * src/pic/peeph.def Added two rules to optimize carry manipulation
9547         * src/pic/* removed debug printfs
9548
9549 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9550
9551         * debugger/mcs51/cmd.c: added header newalloc.h
9552
9553 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * as/Makefile: new EXEEXT
9556         * as/z80/Makefile: remove trailing slash of BUILDIR
9557         * as/z80/clean.mk: new EXEEXT
9558         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9559         * support/cpp2/Makefile.in: new EXEEXT
9560         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9561
9562 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9563
9564         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9565         EXEEXT was introduced to fix all related problems with targets
9566         "clean", "install" and "uninstall"; a couple of further flaws
9567         especially with "clean" have been fixed too
9568         * as/mcs51/Makefile.in
9569         * as/mcs51/clean.mk
9570         * as/z80/Makefile
9571         * Makefile
9572         * clean.mk
9573         * debugger/mcs51/Makefile.in
9574         * debugger/mcs51/clean.mk
9575         * link/z80/Makefile
9576         * link/z80/Makefile.in
9577         * link/z80/clean.mk
9578         * link/Makefile
9579         * packihx/Makefile.in
9580         * packihx/clean.mk
9581         * sim/ucsim/Makefile
9582         * sim/ucsim/clean.mk
9583         * sim/ucsim/avr.src/Makefile.in
9584         * sim/ucsim/avr.src/clean.mk
9585         * sim/ucsim/s51.src/Makefile.in
9586         * sim/ucsim/s51.src/clean.mk
9587         * sim/ucsim/xa.src/Makefile.in
9588         * sim/ucsim/xa.src/clean.mk
9589         * sim/ucsim/z80.src/Makefile.in
9590         * sim/ucsim/z80.src/clean.mk
9591         * sim/ucsim/main_in.mk
9592         * sim/ucsim/packages_in.mk
9593         * sim/ucsim/gui.src/Makefile.in
9594         * sim/ucsim/gui.src/serio.src/Makefile.in
9595         * sim/ucsim/gui.src/serio.src/clean.mk
9596         * src/Makefile.in
9597         * src/clean.mk
9598         * support/cpp2/Makefile.in
9599         * support/cpp2/clean.mk
9600         * support/makebin/Makefile
9601         * support/makebin/clean.mk
9602         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9603         * doc/sdccman.lyx: --program-suffix no longer needed
9604
9605 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9606
9607          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9608          Martin Helmling added support for ddd GUI debugger.
9609          Code added to display assembly, set variables, and other commands
9610          to interface to ddd.
9611
9612 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9613
9614         * as/Makefile: fix target clean
9615         * as/clean.mk: fix target clean
9616         * as/z80/clean.mk: fix target clean
9617
9618 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9619
9620         * Makefile.common.in: added  AT EXEEXT AT
9621         * configure.in: removed all mingw32 stuff
9622         * configure: rebuilt from configure.in
9623         * doc/sdccman.lyx: updated section "installation"
9624         * support/scripts/sdcc_mingw32: adapted to configure
9625         * support/scripts/sdcc_cygwin_mingw32: added
9626
9627 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9628
9629         * src/pic Added object file support for the PIC port
9630         * src/pic Applied patch from Craig Franklin (this started the object file support)
9631         * src/regression Updated the PIC regression tests for object files
9632
9633 2003-04-20  Borut Razem <borut.razem AT siol.net>
9634
9635         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9636           lklex.c: In function `getfid':
9637           lklex.c:203: warning: array subscript has type `char'
9638         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9639           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9640         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9641           stack handling macros
9642
9643 2003-04-19  Borut Razem <borut.razem AT siol.net>
9644
9645         * "handling space characters in file path" task:
9646         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9647         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9648         * support/Util/MySystem.h: make it self-sufficient
9649         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9650           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9651           handling space characters in file path
9652         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9653           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9654         * support/Util/MySystem.c: handling space characters in executable's path
9655
9656 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * as/z80/Makefile: fix permanent rebuild of z80
9659         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9660         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9661
9662 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9663
9664         * src/SDCCopt.c: add special case optimization to replace modulo by
9665           a power of two with a bitwise AND.
9666
9667 2003-04-18    <johan AT balder>
9668
9669         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9670
9671 2003-04-17    <johan AT balder>
9672
9673         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9674         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9675
9676 2003-04-13  Borut Razem <borut.razem AT siol.net>
9677
9678         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9679         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9680           fixed mingw problem in adl_NORMALIZE_PATH
9681
9682 2003-04-12  Borut Razem <borut.razem AT siol.net>
9683
9684         * fixed "#pragma SAVE/RESTORE can not be nested":
9685         * src/SDCC.lex: reworked pragma handling functions
9686         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9687         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9688
9689 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9690
9691         * src/SDCCutil.c (pathEquivalent): defined but not used
9692         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9693         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9694         * configure: rebuilt from configure.in
9695         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9696         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9697         * device/include/Makefile.in: replace sdcc_datadir
9698         * device/lib/Makefile.in: replace sdcc_datadir
9699         * Makefile.common.in: add LDFLAGS from configure
9700         * packihx/Makefile.in: use LDFLAGS
9701         * src/Makefile.in: use LDFLAGS
9702         * support/cpp2/Makefile.in: add LDFLAGS from configure
9703         * support/makebin/Makefile: use LDFLAGS
9704         * .version: bumped version number to 2.3.5
9705
9706 2003-04-12  Borut Razem <borut.razem AT siol.net>
9707
9708         * completed "different paths" task:
9709         * src/SDCCmacro.c: fixed bug in handling quotes
9710         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9711         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9712
9713 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9714
9715         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9716
9717 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9718
9719         * ds390/gen.c ds390/peeph.def: fix bug 706781
9720
9721 2003-04-11  Borut Razem <borut.razem AT siol.net>
9722
9723         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9724
9725 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9726
9727         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9728         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9729          set - this bit used to not be set...).
9730         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9731           bad code in PIC Port
9732         * src/regression/and2.c added to test bug 609268
9733         * src/regression/Makefile added and2.c to regression test
9734
9735
9736 2003-04-08    <johan AT CP255758-A>
9737
9738         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9739         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9740         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9741
9742 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9743
9744         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9745         fix bug #487815
9746         * support/cpp2/Makefile.in: fix bug #487815
9747         * configure: rebuilt from configure.in
9748         * Makefile.common.in: docdir changed, new path suffixes
9749         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9750         * sdcc_vc_in.h: reflect changes from sdccconf.h
9751         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9752         * src/SDCCutil.h: remove BINDIR hack
9753         * doc/sdccman.lyx: update new path hierarchy
9754
9755 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9756
9757         * src/SDCCpeeph.c: added okToRemoveSLOC test
9758
9759 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9760
9761         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9762
9763 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9764
9765         * src/SDCCpeeph.c: added labelIsReturnOnly test
9766         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9767
9768 2003-04-05    <johan AT balder>
9769
9770         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9771         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9772         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9773         * src/SDCCast.c: fixed a warning
9774         * src/SDCCast.h: fixed a warning
9775         * src/SDCCicode.c (operandFromAst): fixed a warning
9776
9777 2003-04-04    <johan AT balder>
9778
9779         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9780         * src/SDCCast.c (decorateType): fixed bug #715076
9781         * src/SDCC.y: fixed bug #702907
9782
9783 2003-04-03    <johan AT balder>
9784
9785         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9786         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9787         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9788         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9789         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9790
9791 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9792
9793         * _decdptr.c: fix return values
9794         * _gptrget.c: fix return values
9795         * _gptrgetc.c: fix return values
9796         * _gptrput.c: fix return values
9797         * _mulint.c: fix return values
9798         * as/z80/Makefile: fix 'make -j' problem
9799
9800 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9803         * configure.in: big cleanup, updated to autoconf 2.5x
9804         * configure: rebuilt from configure.in
9805         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9806         * sdcc_vc_in.h: reflect changes from sdccconf.h
9807         * doc/Makefile: fixed a flaw in "make install"
9808
9809 2003-04-02    <johan AT balder>
9810
9811         * src/ds390/gen.c (genCmp): no comments
9812         * src/mcs51/gen.c (genCmp): no comments
9813         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9814         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9815
9816 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9817
9818         * support/regression/generate-cases.py: place generated file in given sub directory
9819         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9820         * support/regression/Makefile: improvements for 'make -j';
9821         side effect: it's simpler and faster now
9822
9823 2003-03-31  Borut Razem <borut.razem AT siol.net>
9824
9825         * src/z80/main.c: link-{port} and as-{port} defined without path
9826         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9827
9828 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9829
9830         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9831
9832 2003-03-30  Borut Razem <borut.razem AT siol.net>
9833
9834         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9835           changed type of list parameter to set
9836         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9837         * src/port.h: changed type of do_assemble() parameter to set
9838         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9839           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9840           definition of "cppoutfilename" macro with NULL value in preProcess()
9841         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9842         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9843         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9844           replaced with set *binPathSet
9845         * shash_add() deallocates the item, if allready exsists, before adding the new one
9846         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9847
9848 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9849
9850         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9851           a nested for loop bug in the PIC port
9852         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9853           for loops
9854
9855 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * support/Util/dbuf.h: remove C++ stuff to make it portable
9858
9859 2003-03-28  Borut Razem <borut.razem AT siol.net>
9860
9861         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9862           literal strings in stringLiteral()
9863         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9864         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9865           to the project
9866
9867 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9868
9869         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9870
9871 2003-03-26    <johan AT balder>
9872
9873         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9874         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9875         * src/SDCCast.c (decorateType): fixed " -v < 3"
9876
9877 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9878
9879         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9880         Added Lenny Story's debug infrastructure changes:
9881         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9882         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9883         * src/cdbFile.c: added
9884         * src/SDCCdebug.c: added
9885         * src/SDCCdebug.h: added
9886         * src/SDCCast.c (createFunction)
9887         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9888         * src/SDCCmain.c (parseCmdLine, main)
9889         * src/SDCCmem.c (redoStackOffsets)
9890         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9891         * src/SDCCsymt.h
9892         * src/common.h
9893         * src/avr/gen.c (genAVRCode)
9894         * src/ds390/gen.c (gen390Code)
9895         * src/mcs51/gen.c (gen51Code)
9896         * src/pic/gen.c (genpic14Code)
9897         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9898         * src/xa51/gen.c (genXA51Code)
9899         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9900
9901 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9902
9903         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9904         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9905
9906 2003-03-22    <johan AT balder>
9907
9908         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9909
9910 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9911
9912         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9913         * doc/cdbfileformat.lyx: added, written by Lenny Story
9914         * doc/Makefile: added cdbfileformat.lyx
9915         * doc/clean.mk: added cdbfileformat.lyx
9916
9917 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9918
9919         * src/mcs51/peeph.def: fix bug #705773
9920
9921 2003-03-20    <johan AT balder>
9922
9923         An sfr/sbit can have an "at #" AND an initializer
9924         * src/SDCCsymt.c (checkSClass):
9925         * src/SDCCmem.c (allocGlobal):
9926         * src/SDCCmem.c (allocLocal):
9927         * src/SDCCast.c (createBlock):
9928
9929 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9930
9931         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9932
9933 2003-03-16    <johan AT balder>
9934
9935         Undid the hackup of const and volatile, the problem is much bigger
9936         * src/SDCC.y:1.65
9937         * src/SDCCast.c:1.171
9938         * src/SDCCglue.c:1.138
9939         * src/SDCCicode.c:1.146
9940         * src/SDCCsymt.c:1.150
9941         * src/SDCCval.c:1.65
9942
9943 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9944
9945         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9946         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9947
9948 2003-03-13    <johan AT balder>
9949
9950         Hackup const and volatile modifiers in type chains a bit:
9951         * src/SDCC.y:1.63
9952         * src/SDCCast.c:1.169
9953         * src/SDCCglue.c:1.136
9954         * src/SDCCicode.c:1.143
9955         * src/SDCCsymt.c1.146
9956         * src/SDCCsymt.h1.59
9957         * src/SDCCval.c:1.63
9958
9959 2003-03-12    <johan AT balder>
9960
9961         * src/SDCCBBlock.h: more LRH debugging junk
9962         * src/SDCCcflow.h: more LRH debugging junk
9963         * src/SDCCloop.c: more LRH debugging junk
9964         * src/SDCC.y (struct_declaration): fixed bug #697590
9965         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9966         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9967         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9968
9969 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9970         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9971         test function names must now match exactly).
9972         * src/SDCCcse.c: added special case in findCheaperOp to allow
9973         extending a short integer. Makes less awful code for bug 700121 test case.
9974
9975 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9976
9977         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9978         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9979
9980 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9981
9982         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9983         actually called (operandsNotEqual() was called for all
9984         operandsNotEqualX tests).
9985
9986 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9987
9988         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9989         with shorter literals. Fixes bug 700121.
9990
9991 2003-03-11    <johan AT balder>
9992
9993         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9994
9995 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9998         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9999
10000 2003-03-10  Borut Razem <borut.razem AT siol.net>
10001
10002         * src/SDCCmain.c: pipe preprocessor's output
10003         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10004         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10005         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10006         which closes all pipes in pipeSet set
10007         * src/SDCCset.c: free deleted item in function deleteSetItem()
10008         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10009         moved from z80 to src subproject
10010         * .version: increased version number to 2.3.4
10011
10012 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10013
10014         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10015         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10016         * support/regression/ports/xa51/spec.mk: fix typo
10017
10018 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10019
10020         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10021
10022 2003-03-09  Borut Razem <borut.razem AT siol.net>
10023
10024         * src/SDCCmain.c: pipe preprocessor's output
10025         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10026         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10027         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10028         which closes all pipes in pipeSet set
10029         * src/SDCCset.c: free deleted item in function deleteSetItem()
10030         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10031         moved from z80 to src subproject
10032
10033 2003-03-09  Borut Razem <borut.razem AT siol.net>
10034
10035         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10036         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10037         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10038         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10039         * src/SDCCglobl.h: unification of WIN32 native definitions
10040
10041 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10042
10043         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10044
10045 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10046
10047         * src/configure.in:   check for endianess (even while cross-compiling)
10048         * src/configure:      check for endianess (even while cross-compiling)
10049         * src/configure_in.h: check for endianess (even while cross-compiling)
10050         * src/avr/gen.c:        remove old endianess stuff
10051         * src/mcs51/gen.c:      remove old endianess stuff
10052         * src/ds390/gen.c:      remove old endianess stuff
10053         * src/pic/gen.c:        remove old endianess stuff
10054         * src/pic/genarith.c:   remove old endianess stuff
10055         * src/pic/glue.c:       fix endianess check
10056         * src/pic16/gen.c:      remove old endianess stuff
10057         * src/pic16/genarith.c: remove old endianess stuff
10058         * src/pic16/glue.c:     fix endianess check
10059         * src/xa51/gen.c:       remove old endianess stuff
10060         * src/z80/gen.c:        fix endianess check
10061         * src/SDCCglue.c:       fix endianess check
10062         * src/ds390/peeph.def: fix bug 700036
10063
10064 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10067         * src/configure: find appropriate data-types on host for SDCC's int and long
10068         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10069         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10070         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10071
10072 2003-03-07    <johan AT balder>
10073
10074         Just a big NOOP:
10075                 some minor cleanups before the big shot
10076                 OP_DEFS and OP_USES now use Kevin's protection
10077                 new option --nolabelopt
10078
10079         * src/SDCCBBlock.c:
10080         * src/SDCCast.c,:
10081         * src/SDCCcflow.c:
10082         * src/SDCCcse.c:
10083         * src/SDCCicode.c:
10084         * src/SDCCicode.h:
10085         * src/SDCClabel.c:
10086         * src/SDCCloop.c:
10087         * src/SDCCmain.c:
10088         * src/ds390/ralloc.c:
10089         * src/mcs51/ralloc.c:
10090         * src/pic/ralloc.c:
10091         * src/xa51/ralloc.c:
10092         * src/z80/ralloc.c:
10093
10094 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * src/pic/pcode.c (get_op): fix 64 bit warnings
10097         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10098         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10099         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10100         * support/regression/tests/malloc.c: fix 64 bit warnings
10101
10102 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10103
10104         * src/mcs51/gen.c (genMinus): fixed bug 696436
10105
10106 2003-03-02  Borut Razem <borut.razem AT siol.net>
10107
10108         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10109
10110 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10111
10112         * configure.in: test for mkstemp
10113         * sdccconf_in.h: add HAVE_MKSTEMP
10114
10115 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10116
10117         * device/include/ctype.h: removed warning while using --stack-auto
10118         * device/include/malloc.h: removed warning while using --stack-auto
10119         * device/include/string.h: removed warning while using --stack-auto
10120
10121 2003-02-23  Borut Razem <borut.razem AT siol.net>
10122
10123         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10124         because NDEBUG is defined (see man assert)
10125         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10126
10127 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10128
10129         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10130         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10131
10132 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10133
10134         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10135         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10136
10137 2003-02-18    <johan AT balder>
10138
10139         * as/mcs51/asmain.c (asmbl): module can start with a digit
10140         * as/z80/asmain.c (asmbl): module can start with a digit
10141
10142 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10143
10144         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10145         * src/asm.c: fix pipe() for Mingw32
10146
10147 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10148
10149         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10150         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10151         make -V work again; --c1mode reads now from stdin
10152         * doc/sdccman.lyx: added --c1mode
10153         * support/Util/SDCCerr.c: new messages for c1 mode
10154         * support/Util/SDCCerr.h: new messages for c1 mode
10155         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10156
10157 2003-02-15    <johan AT balder>
10158
10159         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10160
10161 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10162
10163         * doc/sdccman.lyx: Environment variables, -o and other minor things
10164
10165 2003-02-14    <johan AT balder>
10166
10167         * src/xa51/main.c: before anyone really tries to use it :)
10168
10169         * Install doc's in share/sdcc/doc
10170         * removed some obsolete files
10171         * Do a proper make distclean and uninstall
10172         M Makefile.common.in
10173         R sdccbuild.sh
10174         M as/Makefile
10175         M device/include/Makefile.in
10176         M device/lib/Makefile.in
10177         M doc/sdccman.lyx
10178         M link/Makefile
10179         M sim/ucsim/doc/Makefile.in
10180         M src/clean.mk
10181         R src/avr/peeph.rul
10182         R src/xa51/peeph.rul
10183         M support/cpp2/Makefile.in
10184         M support/makebin/Makefile
10185
10186
10187 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10188
10189         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10190
10191 2003-02-10  Borut Razem <borut.razem AT siol.net>
10192
10193         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10194         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10195         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10196         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10197         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10198         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10199         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10200         src/z80/Makefile.bcc: Borland Makefile cleanup
10201         * as/z80/Makefile.bcc: Added Borland Makefile
10202         * support/cpp2/borland.h: Removed
10203
10204 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10205
10206         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10207         * src/SDCC.lex: new pragma NOIV
10208         * src/SDCCglobl.h: new pragma NOIV
10209         * src/SDCCmem.c: new pragma NOIV
10210
10211 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10212
10213         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10214
10215 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10216
10217         * src/SDCCmain.c: signal handling is switched off by --debug
10218         * doc/Makefile: small fix for install; use clean.mk again
10219         * doc/clean.mk: clean *.pdf and *.html too
10220
10221 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10222
10223         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10224         * device/lib/printfl.c: fix a ds390 bug by making it portable
10225         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10226         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10227         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10228         * debugger/mcs51/cmd.c: converted multi-line string literals
10229         * sim/ucsim/globals.cc: converted multi-line string literals
10230         * src/SDCCmain.c: introduced signal handler to remove temp files
10231         * doc/Makefile: small tweaks, implement clean
10232         * doc: removed generated files
10233
10234 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10235
10236         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10237         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10238         Address Record is not correctly generated for DS390."
10239
10240 2003-02-02  Borut Razem <borut.razem AT siol.net>
10241
10242         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10243         * as/mcs51/asm.h: fixed compilation with Borland C
10244         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10245         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10246         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10247         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10248         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10249         src/z80/Makefile.bcc: delete $(LIB) only if exist
10250         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10251
10252 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * device/include/malloc.h: introduced NULL
10255         * device/include/string.h: introduced NULL
10256         * device/include/stdlib.h: introduced NULL
10257         * device/lib/_memcpy.c: removed NULL
10258         * device/lib/_strcat.c: removed NULL
10259         * device/lib/_strchr.c: removed NULL
10260         * device/lib/_strcmp.c: removed NULL
10261         * device/lib/_strcpy.c: removed NULL
10262         * device/lib/_strcspn.c: removed NULL
10263         * device/lib/_strlen.c: removed NULL
10264         * device/lib/_strncat.c: removed NULL
10265         * device/lib/_strncmp.c: removed NULL
10266         * device/lib/_strncpy.c: removed NULL
10267         * device/lib/_strpbrk.c: removed NULL
10268         * device/lib/_strrchr.c: removed NULL
10269         * device/lib/_strspn.c: removed NULL
10270         * device/lib/_strstr.c: removed NULL
10271         * device/lib/_strtok.c: removed NULL
10272         * device/lib/malloc.c: removed NULL, include own header
10273
10274 2003-02-02    <johan AT balder>
10275
10276         * 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
10277         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10278         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10279         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10280         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10281         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10282
10283 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10284
10285         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10286         area 'DATA'"
10287
10288 2003-02-01    <johan AT balder>
10289
10290         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10291
10292 2003-01-31    <johan AT CP255758-A>
10293
10294         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10295
10296 2003-01-30    <johan AT balder>
10297
10298         * src/SDCCBBlock.c: automatic bug detection
10299         * src/SDCCicode.c: automatic bug detection
10300
10301 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10302
10303         * src/SDCCglobl.h:   now --xram-size 0 works
10304         * src/SDCCmain.c:    now --xram-size 0 works
10305
10306 2003-01-29    <johan AT balder>
10307
10308         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10309
10310 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10311
10312         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10313         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10314         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10315         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10316         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10317         * src/SDCCmain.c:    Added options --xram-size and --code-size
10318
10319 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10320
10321         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10322         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10323
10324 2003-01-27    <johan AT balder>
10325
10326         * src/SDCC.y: fixed bug #613764
10327
10328 2003-01-26    <johan AT balder>
10329
10330         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10331         * src/SDCCsymt.h: fixed bug #673374
10332         * src/SDCCglue.c: fixed bug #661910
10333         * src/SDCCast.c: fixed bug #458099 and 673374
10334
10335 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10338         * as/mcs51/strcmpi.h: added
10339         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10340         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10341         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10342         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10343         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10344         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10345         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10346         * as/mcs51/Makefile.aslink: new module strcmpi
10347         * as/mcs51/Makefile.asx8051: new module strcmpi
10348         * as/mcs51/Makefil.bcc: new module strcmpi
10349         * as/mcs51/Makefile.in: new module strcmpi
10350         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10351
10352 2003-01-26    <johan AT balder>
10353
10354         * src/SDCCglue.c: reverted back to 1.124
10355         * src/SDCCast.c: reverted back to 1.156
10356         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10357
10358 2003-01-25    <johan AT balder>
10359
10360         * src/SDCCglue.c: A better fix for bug #661910
10361         * src/SDCCast.c: A better fix for bug #661910
10362         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10363
10364 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10365
10366         * src/Makefile.in: remove spawn.o
10367         * src/SDCCmain.c: remove spawn.h
10368         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10369         * src/spawn.c: removed
10370         * src/spawn.h: removed
10371         * support/regression/ports/ds390/spec.mk: link with -r
10372
10373 2003-01-24    <johan AT CP255758-A>
10374
10375         * src/ds390/gen.c (aopOp): fixed bug #667458
10376         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10377         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10378         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10379
10380 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10381
10382         * src/mcs51/peeph.def: better assembler identation by Frieder
10383         * src/mcs51/gen.c: better assembler identation by Frieder
10384
10385 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10386
10387         * as/z80/string.h: removed for gcc 3.2
10388         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10389         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10390
10391 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10392
10393         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10394         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10395         * support/regression/Makefile: separate temp files for ports
10396         * support/regression/generate-cases.py: separate temp files for ports
10397         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10398         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10399
10400 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10401
10402         * moved tinitalk to device/examples/ds390
10403
10404 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10405
10406         * as/mcs51/lkmem.c: rflag is for DS390
10407         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10408         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10409                          (linkEdit): move mem- and map-files the same way as ihx-files
10410         * src/z80/main.c (_setDefaultOptions): removed --generic
10411         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10412         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10413         * src/pic/glue.c (picglue): --c1mode works again
10414         * src/pic16/glue.c (pic16glue): --c1mode works again
10415         * src/asm.c (printCLine): fix #660034
10416
10417 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10418
10419         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10420         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10421         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10422         * as/mcs51/lkmem (summary): better fix for sp problem
10423         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10424         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10425         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10426                                               remove --stack-after-data
10427
10428 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10431         * src/SDCCutil.c (join): ugly bug: missing '\0'
10432         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10433
10434 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10435
10436         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10437         * src/port.h: typo
10438         * src/pic/main.c (_asmCmd): gpasm supports -o
10439         * src/z80/main.c: more general macros
10440         * device/lib/Makefile.in: remove intermediate files
10441
10442 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10443
10444         * .version: Bumped version number to 2.3.3
10445         * src/SDCCBBlock.c: new option -o
10446         * src/SDCCglobl.h: new option -o
10447         * src/SDCCglue.c: new option -o
10448         * src/SDCCmain.c: new option -o
10449         * src/asm.c: new option -o
10450         * src/ds390/main.c: new option -o
10451         * src/pic/glue.c: new option -o
10452         * src/pic/pcode.c: new option -o
10453         * src/pic/ralloc.c: new option -o
10454         * src/pic16/glue.c: new option -o
10455         * src/pic16/pcode.c: new option -o
10456         * src/pic16/ralloc.c: new option -o
10457         * src/z80/main.c: new option -o
10458         * device/lib/Makefile.in: use -o
10459         * support/regression/ports/ds390/spec.mk: use -o
10460         * support/regression/ports/gbz80/spec.mk: use -o
10461         * support/regression/ports/mcs51/spec.mk: use -o
10462         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10463         * support/regression/ports/z80/spec.mk: use -o
10464         * support/regression/ports/ucz80/spec.mk: use -o
10465         * support/regression/ports/xa51/spec.mk: use -o
10466         * support/regression/fwk/lib/timeout.c: fix usage string
10467
10468 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10469         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10470
10471 2003-01-07    <johan AT balder>
10472
10473         * src/SDCCast.c (decorateType): fixed bug #600035
10474
10475 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10476         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10477         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10478         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10479         * src/pic/pcode.c: outcommented unused variable to remove warnings
10480         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10481
10482 2003-01-06    <karl AT turbobit.com>
10483         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10484    regression tests.
10485
10486 2003-01-06    <johan AT balder>
10487
10488         * src/SDCCicode.c: fixed array add
10489
10490 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10491         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10492         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10493
10494 2003-01-04    <johan AT balder>
10495
10496         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10497
10498 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10499         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10500
10501 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10502         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10503         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10504
10505 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10506         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10507
10508 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10509         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10510
10511 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10512         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10513
10514 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10515
10516     * in \sdcc\as\mcs51\ changed these files in order to create an
10517     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10518     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10519     following files to include the previous two files: aslink.dsp,
10520     Makefile.aslink, Makefile.bcc, and Makefile.in.
10521
10522     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10523     .adb instead of .cdb
10524
10525 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10526
10527         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10528         value from option --iram-size.
10529
10530 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10531
10532         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10533         dram[] array.
10534
10535 2002-09-18    <wiml AT hhhh.org>
10536
10537         * SDCClrange.h: exposed setFromRange() and setToRange()
10538         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10539           packRegsForAccUse() (bug 542397)
10540         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10541           multiple times and emitting the fetch operations more than once
10542           added aopGetUsesAcc() function to allow binary operators to
10543           fetch their operands in the correct order; made genMinus() emit
10544           compact code for X = LITERAL - Y
10545
10546 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10547         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10548         sprintf() in line 1267.
10549
10550 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10551         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10552         like ports.
10553
10554 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10555         Changes to aslink (All the changes are marked with 'JCF'):
10556
10557         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10558         summary().
10559
10560         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10561         area BSEG.  Also moves, if possible, the DATA area down into the internal
10562         ram so more space is available.
10563
10564         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10565         sflag.
10566
10567         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10568         not bytes.  Function summary() which creates a memory usage summary
10569         file with extension .mem.  Reports of overlaping stack and small stack
10570         size.  If the space for the stack is less than 16 bytes aslink trows a
10571         warning.
10572
10573         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10574         the 8051.  Option 'y' for memory summary output file.
10575
10576         Changes to sdcc (All the changes are marked with 'JCF'):
10577
10578         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10579
10580         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10581         overlaying area for it (uses RegBankUsed[4]).
10582
10583         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10584         bank zero as used by default.  By default aslink locates the stack
10585         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10586         the creation of the .mem file.  Delegates the allocation of data area
10587         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10588         the begining of the stack area to aslink.
10589
10590         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10591         glue() in SDCCglue.c creates an area for it.
10592
10593 2002-09-03  Borut Razem <borut.razem AT siol.net>
10594         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10595         sdcc/src/pic/glue.c:
10596         introduced atexit() handler for teporay files removal in case of
10597         errors, assertions, ...
10598
10599 2002-08-29  Borut Razem <borut.razem AT siol.net>
10600         * sdcc/support/cpp2/auto-host_vc_in.h:
10601         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10602         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10603         Maybe there is a similar problem with BORLANDC? It should be checked!
10604
10605         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10606         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10607         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10608         was not executed, and the compiler (cl) launched a warning:
10609         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10610
10611 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10612         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10613
10614 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10615         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10616
10617         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10618           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10619           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10620           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10621           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10622           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10623           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10624         - added Release configuration in VS projects
10625         - review of compiler an linker options
10626         - VC .exe files are generated in bin_vc directory, not to interfere
10627           with binaries generated from other projects (cygwin, mingw, bcc ...)
10628
10629         * sdcc/src/yacc.dsp: added
10630
10631         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10632         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10633         and insert the version number definitions from .version
10634
10635         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10636
10637         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10638         added - genarate auto-host.h using auto-host_vc_in.h as template
10639
10640         * sdcc/sdcc_vc.h,
10641         removed from CVS, generated automatically
10642
10643 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10644         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10645
10646 2002-08-11  Borut Razem <borut.razem AT siol.net>
10647         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10648
10649 2002-08-10  Borut Razem <borut.razem AT siol.net>
10650         * src/SDCCmain.c (main):
10651         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10652         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10653         The consequence was that some temporary files were not removed.
10654
10655         * src/SDCCglue.c:
10656         unification of code in functions tempfilename() and tempfile():
10657         function tempnam() is defined in Visual Studio 6.0 and .NET
10658
10659         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10660
10661         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10662           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10663         - removed compiler command line option /WX: Treats all warnings as errors
10664         - update a list of source files, included into the project
10665
10666         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10667           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10668         changed project type to Generic Project so that can be correcly converted to VS.NET project
10669
10670         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10671
10672         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10673
10674         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10675
10676         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10677         added return 0 statements after assert() to make compiler happy
10678
10679         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10680         added newline in the def file to keep MSC compiler satisfied
10681
10682         * sdcc/src/z80/gen.c:
10683         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10684           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10685         - solved MSC error in function aopDump()
10686
10687         * sdcc_vc.h: define PREFIX as "\\sdcc"
10688
10689 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10690         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10691
10692 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10693         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10694         - Rewrote the register banking algorithm.
10695         - Added pCode live-range analysis to registers (for now, only non-used and
10696         singly-used registers optimized away)
10697
10698         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10699
10700         * 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.
10701
10702 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10703         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10704
10705 2002-04-22  Michael Hope  <michaelh AT vroom>
10706
10707         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10708
10709         * configure.in (DD_COPT): Added include support required for gbdk.
10710
10711         * .version: Bumped version number just to increase it.
10712
10713         * src/SDCCmain.c: Added -nostdinc to the default options.
10714
10715 2002-04-15  Michael Hope  <michaelh AT vroom>
10716
10717         * device/lib/z80/printf.c (sprintf): Added.
10718
10719         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10720
10721         * src/z80/peeph.def: Added transpose redundent load rule.
10722
10723         * src/z80/main.c: Added force callee saves for jaune.
10724
10725         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10726
10727         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10728
10729 2002-03-28  Johan Knol  <johan AT balder>
10730
10731         * src/SDCCval.c: fixed bug #532436
10732
10733 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10734         * /src/port.h:
10735         Added "char *Processor" field to the port structure.
10736
10737         * /src/SDCCmain.c:
10738         Added -p option. Allows port dependent processor to be specified.
10739
10740         * all ports:
10741         Initialized the new field char *Processor field to NULL in all ports
10742
10743         * /src/pic/*:
10744         Compiler generated registers for interrupt context saving
10745         were not getting allocated.
10746
10747 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10748
10749         * /src/SDCCast.c:
10750         Fixed left shift. Will promote the left side of a left shift
10751         if a) left shifting more than size of operand or b) when assigned
10752         to something size > size of left side
10753
10754 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10755         * src/pic/*
10756         tons of changes. Register allocation has been
10757         rewritten. Added customization for the various PICs. Flow
10758         analysis is restructured. ...
10759
10760         * src/pic/device.h:
10761         Added
10762
10763         * src/pic/device.c:
10764         Added. device.c is a PIC port hack to accomodate variations
10765         in PIC devices.
10766
10767 2002-03-13  Michael Hope  <michaelh AT vroom>
10768
10769         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10770
10771 2002-03-04  johanknol  <johanknol AT manik>
10772
10773         * /src/SDCCval.c: fixed
10774
10775         const unsigned char arr[][2] = { { 0, 1 } };
10776         t18.c:1: error: Initializer element is not constant
10777
10778 2002-03-04  bela  <bela AT manik>
10779
10780         * /device/include/mcs51reg.h:
10781         ds89c420 register definition update
10782
10783 2002-03-03    <johan AT FRIJA>
10784
10785         * support/Util/SDCCerr.c: did something, but don't no why anymore
10786
10787         * support/regression/tests/bug-524691.c: made it a little less shy
10788
10789         * src/SDCCast.c (decorateType): fixed bug #524697
10790
10791         * src/SDCCast.c: made some lineno improvements
10792
10793         * src/SDCCval.c (getNelements): changed warning to error
10794
10795         * src/SDCCglue.c (printIvalArray): changed warning to error
10796
10797         * src/SDCCicode.c: fixed a warning for mingw
10798
10799         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10800
10801         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10802
10803 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10804
10805         * src/ds390/peeph.def:
10806         Added some more peephole rules
10807
10808         * src/ds390/gen.c: Various fixes & enhancements
10809
10810         * src/SDCClrange.c, src/SDCClrange.h:
10811         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10812
10813         * src/ds390/ralloc.c:
10814         various fixes & enhancements (ds390) specific
10815
10816         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10817         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10818         from rallocs.
10819
10820         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10821
10822 2002-03-02    <johan AT FRIJA>
10823
10824         * src/SDCCast.c (decorateType): fixed bug #524708
10825
10826         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10827
10828         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10829
10830 2002-03-01  Michael Hope  <michaelh AT vroom>
10831
10832         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10833
10834         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10835
10836 2002-03-01    <johan AT FRIJA>
10837
10838         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10839
10840         * src/SDCCast.c (decorateType): fixed bug #524209
10841
10842         * src/SDCCval.c (valNot): fixed bug #524195
10843
10844 2002-02-26    <johan AT balder>
10845
10846         * src/xa51/gen.c: fixed a warning
10847
10848         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10849
10850         * src/SDCCast.c (decorateType): fixed bug #522534
10851
10852 2002-02-23    <johan AT balder>
10853
10854         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10855
10856 2002-02-22    <johan AT balder>
10857
10858         * src/SDCCast.c: fixed bug #514865
10859
10860         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10861
10862 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10863
10864         * sdcc/src/SDCCloop.c:
10865         Previous fix was not good. basic blocks that have "break" or "return" are
10866         not really partof a loop , but live ranges used in these blocks should
10867         be live thru the entire loop, so set partOfLoop but don't add them to
10868         loop region
10869
10870 2002-02-21    <johan AT FRIJA>
10871
10872         * src/SDCCcse.c: fixed bug #514308
10873
10874 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10875
10876         * src/SDCCloop.c:
10877         Fixed BUG #519583. If a conditional block ended in a return/break
10878         statement inside a loop, it was not being considered part of the loop.
10879
10880         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10881
10882 2002-02-10  Karl Bongers <karl AT turbobit.com>
10883
10884         * debugger/*:
10885         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10886         with lots of comments and notes.
10887
10888         * device/examples/test2.c:
10889         Fix bug, "red" variable not being initialized(compiler complained).
10890
10891         * device/examples/Makefile, examples/test3.c:
10892         Add Makefile in device/examples folder, compiles test3.c
10893         for use as a multiple module SDCDB test case.
10894
10895         * sim/ucsim/cmd.src/cmdset.cc:
10896         Took out debug printfs in ucsim "next" command.
10897
10898         * sim/ucsim/xa.src:
10899         Karl and Johan start ucsim XA support.  Most dissassembly working,
10900         about 75% emulation done(plenty of work remaining).
10901
10902         * sim/ucsim/z80.src:
10903         Add Z80 support to ucsim, add test-ucz80 regression test,
10904         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10905         Notice z80 compiler fails on examples/test3.c/crc code.
10906
10907 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10908
10909         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10910         Added support for --parms-in-bank1
10911
10912         * src/ds390/peeph.def:
10913         added a few more peephole optimzations
10914
10915         * src/ds390/main.c:
10916         1) added __builtin_inp & __builtin_outp used to read in data of given length
10917            from a memory mapped port
10918         2) added __builtin_memcmp
10919         3) added __builtin_swapw swap bytes of a short
10920
10921         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10922         1) handle multiple send & receives from register bank1
10923         2) ralloc can now allocate DPTR1 to some liveRanges
10924
10925         * src/SDCCsymt.c, src/SDCCsymt.h:
10926         changes to handle multiple sends & receives
10927
10928         * src/SDCCptropt.h:
10929         added some pointer arithmetic optimization
10930
10931         * src/SDCCptropt.c:
10932         added some pointer arithmetic optimizations but not stable yet so not
10933         called from anywhere (will get this working shortly)
10934
10935         * src/SDCCopt.c: fixed for multiple sends & receives
10936
10937         * src/SDCCmain.c:
10938         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10939         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10940            set preprocessor defines (depending on options)
10941
10942         * src/SDCCicode.c, src/SDCCicode.h:
10943         changes made to handle multiple sends & receives
10944
10945         * src/SDCCglobl.h:
10946         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10947
10948         * src/SDCCcse.c, src/SDCCcse.h:
10949         added function findbackward def (to be used in upcoming optimization)
10950
10951         * src/SDCCcflow.c, src/SDCCcflow.h:
10952         added function returnAtEnd - to determine if a basic block terminates with
10953         a RETURN iCode
10954
10955         * src/SDCCast.c, src/SDCCast.h:
10956         added option parms-in-bank1
10957
10958         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10959         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10960         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10961         adjusted for --parms-in-bank1 option
10962
10963         * device/include/string.h:
10964         donot redefine "reentrant" keyword
10965
10966         * device/include/ds80c390.h: Added some more SFRs
10967
10968 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10969
10970         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10971
10972 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10973
10974         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10975
10976 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10977
10978         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10979
10980 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10981
10982         * Added --xram-movc option
10983
10984 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10985
10986         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10987
10988 2002-01-11  Johan Knol
10989
10990         * Added math lib of Jesus Calvino-Fraga
10991
10992 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10993
10994         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10995         * support/regression/Makefile: new target test-mcs51-stack-auto
10996         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10997
10998 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10999
11000         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11001
11002 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11003
11004         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11005
11006 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11007
11008         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11009
11010         * src/SDCCglue.h: add definition for printIvalChar()
11011
11012 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11013
11014         * src/SDCCast.c: fix #498138 by Johan
11015
11016         * src/SDCCglue.c: fix #498138 by Johan
11017
11018 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11019
11020         * support/regression/Makefile: fix clean
11021
11022         * support/regression/ports/ds390/support.c: fix transmission of last character
11023
11024 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11025
11026         * /sdcc/src/ds390/gen.c:
11027         a) improved computing address of stack variable
11028         b) took out some #if 0 code
11029         c) improved parmBytes adjustment
11030         d) improved genPlusIncr & genMinusIncr
11031         e) genCmp could generate bad code (when left assigned to DPTR)
11032         f) Fixed bug in hasInc
11033
11034         * /sdcc/src/ds390/ralloc.c:
11035         a) packRegsForSupport could mess up live information (Fixed)
11036         b) packRegsDPTRuse could be incorrect for left & right shift
11037
11038         * /sdcc/src/mcs51/ralloc.c:
11039         packRegsForSupport could mess up the live information (Fixed)
11040
11041         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11042
11043         * /sdcc/src/SDCCast.c:
11044         can reverse a loop even if function call is present as long
11045         as the loop control variable is local & is not passed as parameter
11046
11047 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11048
11049         * /sdcc/ChangeLog: *** empty log message ***
11050
11051         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11052         More builtin function additions for TININative
11053
11054         * /sdcc/src/ds390/ralloc.c:
11055         Had broken the regression testsuite
11056
11057         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11058
11059         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11060         Added funcattr hasStackParms will be set for reentrant functions when there
11061         are paramteres on the stack, this helps in minimizing frame pointer generation
11062         typeFromStr can handle function pointers now
11063
11064         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11065         *** empty log message ***
11066
11067 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11068
11069         * /src/ds390/gen.c, /src/ds390/main.c:
11070         More builtin function additions for TININative
11071
11072         * /src/ds390/ralloc.c:
11073         Had broken the regression testsuite
11074
11075         * /src/SDCCast.c: Fixed a bug in dumptree
11076
11077         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11078         Added funcattr hasStackParms will be set for reentrant functions when there
11079         are paramteres on the stack, this helps in minimizing frame pointer generation
11080         typeFromStr can handle function pointers now
11081
11082         * /doc/builtins.txt, /doc/TININative.txt:
11083         *** empty log message ***
11084
11085
11086 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11087
11088         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11089         ALPHA version for -mTININative
11090
11091         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11092         updated to reflect changes in the port structure
11093
11094         * /src/port.h:
11095         added function do_assemble (similar to do_link) if non-null this function
11096         will be called to do assembly (-mTININative) requires a multi command
11097         assembly
11098         added function genAssemblerEnd will be called to generate assembler Epilogue
11099
11100         * /src/SDCCsymt.c:
11101         added _JavaNative to debug info printing
11102
11103         * /src/SDCCmain.c: added option --tini-libid
11104         added port->do_assemble function (-mTININative) has a multi command assemble
11105
11106         * /src/SDCCglue.c: Disabled "constExpr" check
11107         added port->genAssemblerEnd function
11108
11109         * /src/SDCCglobl.h: Added option --tini-libid value
11110
11111         * /src/SDCCast.h:
11112         tookout optimizeCompare from the header (has no external references)
11113
11114         * /src/SDCCast.c: made one more function "static"
11115
11116 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11117
11118         * src/z80/mappings.i: Added z80asm support.
11119
11120         * src/z80/main.c: Added z80asm support on --asm=z80asm
11121
11122         * src/z80/gen.c: Fixed asm portability issues.
11123
11124         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11125
11126         * src/SDCCglue.c (printExterns): Added global/extern split.
11127
11128 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11129
11130         * support/regression/Makefile: added test for mcs51 model large
11131
11132         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11133
11134         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11135
11136 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11137
11138         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11139
11140 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11141
11142         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11143
11144         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11145
11146 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11147
11148         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11149
11150         * support/regression/tests/simplefloat.c: Port to mcs51.
11151
11152 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11153         * support/regression/tests/bug-485362.c: Added.
11154
11155         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11156
11157         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11158
11159         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11160
11161         * src/z80/gen.c (aopDump): Added a dump function.
11162
11163 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11164         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11165
11166         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11167
11168         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11169
11170         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11171
11172         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11173
11174         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11175
11176         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11177
11178         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11179
11180         * support/regression/ports/ds390/support.c: Use tinibios.
11181
11182         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11183
11184 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11185
11186         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11187         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11188
11189         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11190
11191         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11192
11193 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11194
11195         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11196
11197         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11198         (packRegsForIYUse): Created and optimised.
11199
11200 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11201
11202         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11203 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11204
11205         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11206
11207         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11208
11209         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11210
11211 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11212
11213         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11214
11215         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11216
11217 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11218
11219         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11220
11221         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11222
11223         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11224
11225 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11226
11227         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11228         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11229         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11230
11231         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11232
11233         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11234         (genNotFloat): Added.
11235         (genUminusFloat): Added.
11236
11237         * device/lib/z80/Makefile: Added floating pt stubs.
11238
11239         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11240
11241         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11242
11243         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11244
11245 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11246
11247         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11248
11249         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11250
11251         * sdcc/support/regression/Makefile: Add port ds390.
11252
11253         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11254
11255         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11256
11257         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11258
11259         * sdcc/support/regression/ports/ds390/support.c: Added.
11260
11261         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11262
11263         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11264
11265         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11266
11267 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11268
11269         * device/include/malloc.h: Added z80 and gbz80 support.
11270
11271         * device/lib/gbz80/heap.s: Added.
11272
11273         * device/lib/z80/heap.s: Added.
11274
11275         * device/lib/malloc.c: Added z80 and gbz80 support.
11276
11277         * support/regression/tests/malloc.c (testMalloc): Added.
11278
11279         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11280
11281         * support/regression/tests/bug-478094.c: Added.
11282
11283         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11284
11285 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11286
11287         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11288
11289         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11290
11291         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11292
11293         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11294
11295         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11296
11297 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11298
11299         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11300
11301 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11302
11303         * support/regression/tests/bug-477927.c: Added.
11304
11305         * src/z80/peeph.def: Added minor rules.
11306
11307         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11308
11309         * src/z80/peeph.def: Added jump optimisation modification.
11310
11311 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11312
11313         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11314
11315 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11316
11317         * support/regression/tests/funptrs.c: Added.
11318
11319 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11320
11321         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11322
11323 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11324
11325         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11326
11327         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11328
11329         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11330         (movLeft2ResultLong): Created.
11331
11332         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11333         (joinPushes): Added.  Joins two char pushes into a word push.
11334
11335 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11336
11337         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11338
11339         * support/makebin/Makefile (install): Added creation of dest dir.
11340
11341 2001-10-24 Karl Bongers <karl AT turbobit.com>
11342
11343         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11344
11345 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11346
11347         * src/z80/ralloc.c: Turned off faulty pack for one use.
11348
11349         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11350
11351         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11352
11353 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11354
11355         * support/regression/Makefile: Improved clean
11356
11357         * support/regression/ports/gbz80/spec.mk: Added clean
11358
11359         * support/regression/ports/host/spec.mk: Added clean
11360
11361         * support/regression/ports/z80/spec.mk: Added clean
11362
11363         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11364
11365         * support/regression/ports/mcs51/timeout.c: little improvements
11366
11367 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11368
11369         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11370
11371         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11372
11373         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11374
11375 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11376
11377         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11378
11379         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11380
11381 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11382         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11383
11384         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11385
11386         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11387
11388         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11389
11390         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11391
11392         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11393
11394         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11395
11396         * support/regression/tests/longor.c: Added.
11397
11398 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11399
11400         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11401
11402         * as/mcs51/aslink.h: define PATH_MAX
11403
11404         * as/mcs51/asm.h: define PATH_MAX
11405
11406         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11407
11408         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11409
11410         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11411
11412         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11413
11414         * src/SDCCglobl.h: define PATH_MAX
11415
11416         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11417
11418         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11419
11420 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11421
11422         * src/z80/gen.c (gencjneshort): Fixed
11423
11424         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11425
11426 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11427
11428         * support/regression/tests/bug-469671.c: Added.
11429
11430         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11431
11432 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11433
11434         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11435
11436         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11437
11438 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11439
11440         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11441
11442         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11443
11444         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11445
11446         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11447
11448         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11449
11450         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11451
11452         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11453
11454 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11455
11456         * 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.
11457
11458         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11459
11460         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11461
11462 2001-10-07    <johan AT FRIJA>
11463
11464         * device/lib/gets.c (gets): fixed the return value.
11465
11466 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11467         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11468
11469         * 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.
11470
11471         * 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.
11472
11473         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11474
11475         * src/pic/gen.c: Removed Safe_strdup.
11476
11477         * configure.in: Added option to enable libgc support.
11478
11479         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11480         (bitVectUnion): Optimised.
11481         (bitVectIntersect): Optimised.
11482         (bitVectBitsInCommon): Optimised.
11483         (bitVectCplAnd): Optimised.
11484
11485         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11486
11487 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11488
11489         * src/SDCCmain.c: distinguish between assembler debug and plain options
11490
11491         * src/avr/main.c:   remove standard assembler options
11492
11493         * src/ds390/main.c: remove standard assembler options
11494
11495         * src/mcs51/main.c: remove standard assembler options
11496
11497         * src/port.h: removed "PENDING" comment
11498
11499 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11500
11501         * src/device/lib/_mulint.c  : new, with assember functions
11502
11503         * src/device/lib/_mullong.c : new, with assember functions
11504
11505         * src/device/lib/_divuint.c : with assember functions
11506
11507         * src/device/lib/_divsint.c : with assember functions
11508
11509         * src/device/lib/_divulong.c: with assember functions
11510
11511         * src/device/lib/_divslong.c: with assember functions
11512
11513         * src/device/lib/_moduint.c : with assember functions
11514
11515         * src/device/lib/_modsint.c : with assember functions
11516
11517         * src/device/lib/_modulong.c: with assember functions
11518
11519         * src/device/lib/_modslong.c: with assember functions
11520
11521         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11522
11523         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11524
11525         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11526                                       replaced _mululong.c and _mulslong.c by _mullong.c
11527
11528 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11529
11530         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11531
11532 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11533
11534         * src/SDCCglue.c: test, if win32api is available for MINGW
11535
11536 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11537
11538         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11539         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11540         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11541         * support/regression/ports/host/spec.mk: removed GENERIC
11542         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11543         * support/regression/ports/z80/spec.mk: removed GENERIC
11544
11545 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11546
11547         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11548
11549         * support/regression/tests/bug-467035.c: Created.
11550
11551 2001-10-01    <johan AT FRIJA>
11552
11553         * src/SDCC.y: fixed bug #466586 part 1
11554
11555 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11556
11557         * SDCCicode.c: z80 has no generic pointers
11558         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11559
11560 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11561
11562         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11563
11564 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11565
11566         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11567
11568         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11569
11570 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11571
11572         * configure.in: Fixed up so that ucsim is only configured once.
11573
11574         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11575
11576         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11577         (getPathDifference): As above.
11578
11579         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11580
11581         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11582
11583 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11584         * .version: Updated to 2.3.1
11585
11586         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11587         Added copyright header.
11588
11589         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11590         (assemble): Added support for macro based assembler commands.
11591         (linkEdit): Added support for macro based linker commands.
11592         (preProcess): Changed the pre-processor to use macros.
11593         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11594         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11595
11596         * device/lib/z80/crt0.s: Added module name for debugging.
11597
11598 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11599
11600         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11601
11602         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11603
11604         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11605
11606         * src/Makefile.in: Added SDCCmacro and SDCCutil
11607
11608 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11609
11610         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11611
11612 2001-09-16    <johan AT FRIJA>
11613
11614         * 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.
11615
11616 2001-09-15    <johan AT FRIJA>
11617
11618         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11619         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11620
11621 2001-09-11    <johan AT FRIJA>
11622
11623         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11624
11625 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11626
11627         * support/regression/tests/bug-460444.c: Added test case.
11628
11629         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11630         (genCast): Added justification for all of the asserts.
11631
11632 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11633
11634         * support/regression/support.c: _xdata replaced by xdata
11635
11636         * support/regression/spec.mk: removed _generic
11637
11638 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11639
11640         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11641
11642         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11643         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11644
11645         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11646
11647         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11648
11649         * support/regression/tests/bug-460010.c: Added test case.
11650
11651         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11652
11653 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11654
11655         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11656
11657         * support/regression/testfwk.c: removed workaround for bug #436344
11658
11659         * support/regression/tests/bp.c: use less memory with mcs51
11660
11661         * support/regression/tests/bug-441448.c: use less memory
11662
11663         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11664
11665         * support/regression/collate-results.py: typo
11666
11667 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11668
11669         * support/regression/tests/fetchoverlap.c: Added new test case.
11670
11671         * support/regression/tests/bp.c: Added new test case.
11672
11673         * support/regression/tests/bug-448984.c: Added new test case.
11674
11675         * support/regression/tests/pow2shifts.c: Added new test case.
11676
11677         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11678         (genlshTwo): Fixed right shift for count > 8.
11679
11680         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11681
11682 2001-09-08    <johan AT FRIJA>
11683
11684         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11685
11686 2001-09-07    <johan AT FRIJA>
11687
11688         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11689
11690         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11691
11692 2001-09-06    <johan AT FRIJA>
11693
11694         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11695         * bernhard noted me at this: "() equals to (void)" (1.38)
11696
11697 2001-09-05    <johan AT FRIJA>
11698
11699         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11700
11701 2001-09-04    <johan AT FRIJA>
11702
11703         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11704
11705
11706 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11707
11708         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11709
11710 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11711
11712         * link/z80/aslink.h: Fixed path for PATH_MAX
11713
11714 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11715
11716         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11717
11718         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11719
11720         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11721
11722         * 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.
11723
11724 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11725
11726         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11727         (genCmp): Fixed up genCmp for the GB with longs.
11728
11729         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11730
11731         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11732
11733         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11734
11735         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11736
11737 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11738
11739         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11740
11741 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11742
11743         * 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.
11744
11745         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11746
11747 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11748
11749         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11750
11751         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11752
11753 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11754
11755   * sim/ucsim/configure:    little improvement of Cygwin-detection
11756   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11757   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11758   * support/regression/tests/bug-221100.c: small changes for mcs51
11759   * support/regression/tests/bug-221168.c: small changes for mcs51
11760   * support/regression/tests/bug-227710.c: small changes for mcs51
11761   * support/regression/tests/staticinit.c: small changes for mcs51
11762   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11763   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11764   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11765
11766 $Revision$