cff59524cc0ba61bd342b4908361e2fc3b496b2e
[fw/sdcc] / ChangeLog
1 2006-07-03 Borut Razem <borut.razem AT siol.net>
2
3         * src/configure.in, src/configure, src/Makefile.in: defined CPPFLAGS
4         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
5         * src/avr/Makefile.in, rc/ds390/Makefile.in, src/ds400/Makefile.in,
6           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
7           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
8
9 2006-07-02 Raphael Neider <rneider AT web.de>
10
11         * src/pic16/devices.inc,
12         * device/include/pic16/pic18fregs.h,
13         * device/include/pic16/pic18f4550.h,
14         * device/lib/pic16/pics.all,
15         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
16
17 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
18
19         * as/hc08/lkaomf51.c (OutputName),
20         * as/mcs51/lkaomf51.c (OutputName),
21         * as/z80/asmain.c (asmbl),
22         * src/ds390/main.c (asmLineNodeFromLineNode),
23         * src/hc08/ralloc.c (hc08_assignRegisters),
24         * src/mcs51/main.c (asmLineNodeFromLineNode),
25         * src/xa51/ralloc.c (checkRegMask),
26         * src/xa51/gen.c (emitcode),
27         * src/z80/gen.c (_emit2),
28         * src/SDCCast.c (searchLitOp),
29         * src/SDCCglobl.h,
30         * support/packihx/packihx.c,
31         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
32         * src/ds390/gen.c (aopPutUsesAcc),
33         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
34         * support/regression/tests/libmullong.c (mullong_wrapper),
35         * src/SDCCsymt.c (powof2),
36         * src/SDCCast.c,
37         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
38         * src/SDCCsymt.h: added TYPE_TARGET_*
39         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
40         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
41         SDCCast because 1) header problems 2) this is the right place
42         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
43         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
44         prototype
45
46 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
47
48         * src/SDCCicode.h: removed buggy semicolon in unused macro
49         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
50         search for previous definiton of auto symbols too,
51         (findPrevUse): fixed logic of emitWarnings
52
53 2006-06-26 Raphael Neider <rneider AT web.de>
54
55         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
56           PCLATH and PCLATU on interrupts, potentially fixes #1505141
57
58 2006-06-25 Raphael Neider <rneider AT web.de>
59
60         * device/lib/pic/libm: NEW, added math library functions
61         * device/lib/pic/libsdcc: NEW; added float support functions
62         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
63         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
64           NEW, added math related headers
65         * device/include/asm/pic/features.h: NEW
66         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
67           (popGet): allow larger offsets for AOP_PCODE,
68           (genDataPointerSet): handle literals explicitly, more debug output,
69           (genAssign): fixed for float using aopLiteral ;-)
70         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
71           GOTO initialisation routine
72         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
73           flag on registers, fixes #1469043 (local variables do not work)
74         * src/pic/main.c (_pic14_do_link),
75         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
76           available
77
78 2006-06-25 Borut Razem <borut.razem AT siol.net>
79
80         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
81           characters printed (not including the trailing '\0' used to end
82           output to strings). Problem detected in regression test bug-927659.c.
83           NOTE: printf() family functions should return int instead
84           unsigned int!
85         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
86           specifier are printed as themselves
87         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
88           support flags, width and precision specifiers
89
90 2006-06-24 Borut Razem <borut.razem AT siol.net>
91
92         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
93           to the list of sdcc tagrets not supporting bit type
94         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
95           testfor pic16 due to bug:
96           [ 1511794 ] pic16: regression test bug-895992.c fails
97
98 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
99
100         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
101         * src/SDCCglue.c (initPointer), fixed bug 1496419
102         * support/regression/tests/bug1496419.c: new, added
103
104 2006-06-22 Borut Razem <borut.razem AT siol.net>
105
106         * support/regression/ports/pic16/support.c: use gpsim usart module from
107           libgpsim_modules library
108
109 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
110
111         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
112         IP0H to IPH0.
113
114 2006-06-19 Raphael Neider <rneider AT web.de>
115
116         * src/pic/glue.h,src/pic16/glue.h: added prototypes
117         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
118           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
119           (pic14printExterns,pic14printPublics,pic16printPublics,
120           pic16_printExterns): use new functions to emit symbols
121           (picglue,pic16glue): emit publics before emitting externs
122         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
123           locally defined functions to avoid bug #1443651
124         * support/regression/tests/bug-716242.c: removed pic16 workaround
125         * support/regression/ports/pic16/spec.mk: ignore errors during build
126
127 2006-06-19 Raphael Neider <rneider AT web.de>
128
129         * src/pic/glue.h: added pic14aopLiteral prototype
130         * src/pic/glue.c (pic14aopLiteral): return unsigned int
131         * src/pic/gen.c: removed stdint.h dependency
132           (aopGet): use Safe_strdup()
133           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
134           (genDataPointerSet): use pic14aopLiteral()
135         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
136           for pic16; thanks to Bernhard and Maarten
137
138 2006-06-18 Borut Razem <borut.razem AT siol.net>
139
140         * support/regression/tests/structflexarray.c: flexible array members
141           not supported by gcc < 3
142         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
143           GUI tool by default
144         * src/pic/gen.c: don't include [p]strdin.h on solaris
145         * support/Util/pstdint.h: addad svn attributes
146         * support/regression/tests/constantRange.c,
147           support/regression/tests/rotate.c: include inttypes.h instead
148           stdint.h on solaris, addad svn attributes
149
150 2006-06-18 Raphael Neider <rneider AT web.de>
151
152         * src/SDCCsymt.c (initCSupport): change return type of divschar to
153           int for PIC16
154         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
155           (pic16_genMinusBits): simplified sign-extension
156           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
157             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
158             adjusted to correctly handle mixed-signed operands, disabled
159             now unused multiplciation routines
160         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
161           (assignResultValue): added argument denoting the size of the result
162             as returned by the function (fixes upcasts in assigning from
163             function calls: char foo(); int i = foo();)
164           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
165             function result to assignResultValue
166           (genMult): disabled inlined multiplication code
167           (genDiv): augmented to also handle the modulus operator, fixed to
168             handle mixed-signed operands correctly
169           (genMod): simply call genDiv, disabled unused code
170           (genAssign): fixed missing (sign-)extension on result
171         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
172             valid char operands, allow signed operands for native code, added
173             division and modulo operator handling
174         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
175
176         As a consequence, onebyte.c (if split into two files) and muldiv.c
177         pass regression tests.
178
179 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
180
181         * doc/Makefile.in: two runs of makeindex seem needed to get
182         correct page references in the index of sdccman.pdf
183         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
184
185 2006-06-17 Borut Razem <borut.razem AT siol.net>
186
187         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
188
189 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
190
191         * doc/sdccman.lyx: updated, added (porting source code, debugging),
192         mentioned ec2drv and paulmon
193
194 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
197           consecutive abs areas
198           (find_empty_space, allocate_space): added map to handle codemap or
199            xdatamap,
200           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
201            absolute idata and xdata
202         * as/mcs51/lkmem.c (summary2): updated legend
203
204 2006-06-16 Raphael Neider <rneider AT web.de>
205
206         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
207
208 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
209
210         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
211           1208515
212         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
213
214 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
215
216         * src/port.h (struct PORT): added field gp_tags, to hold the tag
217         value of generic pointers,
218         * src/avr/main.c,
219           src/ds390/main.c,
220           src/hc08/main.c,
221           src/izt/i186.c,
222           src/izt/tlcs900h.c,
223           src/mcs51/main.c,
224           src/pic/main.c,
225           src/pic16/main.c,
226           src/xa51/main.c,
227           src/z80/main.c: PORT structure, added elements for gp_tags field,
228         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
229         fields in the PORT structure of each port,
230         * src/SDCCast.c (decorateType): allow processing of generic pointers
231         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
232         S_FIXED symbols
233
234 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
235
236         * link/z80/lkgb.c,
237         * link/z80/lkgg.c,
238         * src/pic16/gen.c,
239         * src/pic16/main.c,
240         * src/pic16/pcode.c,
241         * src/pic/main.c,
242         * src/pic/pcoderegs.c,
243         * src/SDCCicode.c,
244         * src/SDCCmain.c,
245         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
246           bug 1504689 on minGW
247
248 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
249
250         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
251
252 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
253
254         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
255
256 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
257
258         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
259           for optimization
260
261 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
262
263         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
264         to a char variable. Fixed bug #1504211
265         * device/include/pic16/adc.h,
266         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
267         and fixed bug #1364390
268
269 2006-06-10 Borut Razem <borut.razem AT siol.net>
270
271         * CVSROOT: removed the CVS left-over
272
273 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
274
275         * as/hc08/asmain.c (asexit),
276         * as/hc08/lkmain.c (lkexit),
277         * as/mcs51/asmain.c (asexit),
278         * as/mcs51/lkmain.c (lkexit),
279         * src/SDCCglue.c (DEFSETFUNC),
280         * src/SDCCmain.c (linkEdit, assemble),
281         * support/librarian/sdcclib.c (AddRel),
282           replaced unlink() by standard C remove()
283         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
284         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
285           gatherImplicitVariables): new, added to fix bug 608752,
286           (createFunction): added gatherImplicitVariables()
287         * src/SDCCast.h: added createRMW prototype
288         * src/SDCCsymt.h (struct symbol): added infertype
289         * support/regression/tests/bug608752.c: new, added
290
291 2006-06-10 Raphael Neider <rneider AT web.de>
292
293         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
294           multibyte dummy reads (fixes #1503234)
295
296 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
297
298         * device/include/mcs51/compiler.h: new, added header file to enable
299           creating common sfr definition header files for different compilers
300
301 2006-06-05 Raphael Neider <rneider AT web.de>
302
303         * src/pic16/{pcode.h,genarith.c}:
304           introduced pCodeOp combining any two pCodeOps (previously only
305           two register operands could be combined), removed pcop2 from
306           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
307         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
308         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
309           rewritten to use new PO_TWO_OPS
310         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
311         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
312           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
313           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
314           (pic16_get_op): embraced return arg to allow #define return(x),
315             added new case for combined opcodes
316           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
317           (pic16_pCode2str,pic16_getRegFrompCodeOp,
318            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
319
320 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
321
322         * src/SDCCval.c (checkConstantRange): added
323         * src/SDCCval.h: added checkConstantRange
324         * support/Util/SDCCerr.c,
325         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
326         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
327         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
328         * src/SDCCast.c (decorateType): added checkConstantRange,
329         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
330         can be emitted with the correct always true/false warning,
331         added optimization for double '!';
332         result of decorateType() must be assigned back to the tree, because
333         decorateType() can change the tree
334         * src/SDCCicode.c (geniCodeLogic),
335         (geniCodeAssign): replaced new checkConstantRange, added warnings,
336         (checkConstantRange): removed, it was only a fragment which never
337         emitted a warning
338         * src/SDCCsymt.c (computeType): fixed promotion for
339         "-1 < (unsigned bit) b"
340         * src/pic/ralloc.c (packRegsForAssign),
341         * src/pic16/ralloc.c (packRegsForAssign),
342         * src/hc08/ralloc.c (packRegsForAssign),
343         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
344         from mcs51
345         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
346         * support/regression/tests/constantRange.c: added
347         * support/valdiag/tests/constantRange.c: added
348         * support/valdiag/valdiag.py: added -DPORT_HOST=1
349
350 2006-06-02 Borut Razem <borut.razem AT siol.net>
351
352         * support/regression/ports/pic16/support.c: increase stack size
353           to 255 bytes
354         * support/regression/Makefile.in: sort tests by name so that the
355           resutlts can be compared on different machines / platforms
356
357 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
358
359         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
360         * src/ds390/gen.c (emitLabel): new, added,
361           (genDjnz): fixed stack overflow bug,
362           (throughout): cosmetic changes to sync with mcs51/gen.c,
363           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
364         * src/mcs51/gen.c (genEndFunction): small optimization,
365           (throughout): cosmetic changes to sync with ds390/gen.c
366
367 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
368
369         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
370           (_print_format): fixed printing pointers
371         * src/mcs51/gen.c (emitLabel, movb): new, added,
372           (genAssign): small optimization,
373           (genDjnz): fixed stack overflow bug,
374           (throughout): replaced sprintf with SNPRINTF,
375           replaced mcs51_regWithIdx with REG_WITH_INDEX,
376           replaced emitcode("mov", "b,...") with MOVB(...),
377           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
378           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
379         * src/mcs51/peeph.def: added rules 140 and 264
380         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
381           so they may get optimized into registers
382
383 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
384
385         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
386           immediately when encountered,
387           (printUsage): always use stderr even on windows
388
389 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
390
391         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
392         (processParms): fixed bug #1247551
393         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
394         parseCmdLine, main): print '--version' to stdout,
395         print 'help' to stdout if --help is given,
396         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
397         arguments are given; fixed --help
398
399 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
400
401         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
402         * support/regression/tests/bug-1493710.c: added
403
404 2006-05-27 Borut Razem <borut.razem AT siol.net>
405
406         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
407           static instead auto
408         * support/regression/ports/pic16/support.c: increase stack size
409           from default 64 bytes to 128 bytes
410         * support/regression/tests/staticinit.c,
411           support/regression/tests/float.c: regression tests fully enabled
412           for pic16 port by putting the initialized data arrays into the code
413           section
414         * support/regression/ports/pic16/spec.mk: don't link default libraries.
415           This was changed by mistake in the previous version.
416
417 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
418
419         * src/pic16/gen.c (genFunction, genEndFunction): some
420         beautifications, fixed bug with falsely restoring FSR2 in large
421         stack model, thanks to Beau E. Cox for reporting the bug
422
423 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
424
425         * debugger/mcs51/break.c,
426         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
427           use %p to print pointers, made address variables unsigned
428         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
429         * debugger/mcs51/symtab.c (parseSymbol): must return something
430         * src/mcs51/gen.c (aopForSym): small optimization,
431            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
432           (freeAsmop): added missing break,
433           (aopPut): removed parameter bvolatile, determine it inside the function,
434           (saveRegisters, unsaveRegisters): small optimization,
435           (genIpush): removed pointless check,
436           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
437           replaced sprintf with SNPRINTF,
438           replaced strcpy with strncpyz,
439           updated aopPut calls,
440           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
441         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
442
443 2006-05-24 Borut Razem <borut.razem AT siol.net>
444
445         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
446           modification of test for the pic16 port, put the array to the code
447           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
448
449 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
450
451         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
452         * support/Util/pstdint.h: added
453
454 2006-05-22 Borut Razem <borut.razem AT siol.net>
455
456         * src/regression/Makefile: removed bool2.c test, added -q linker option
457         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
458           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
459           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
460           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
461           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
462           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
463           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
464           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
465           define SUPPORT_BIT_TYPES 0, removed unused bit variables
466
467 2006-05-22 Raphael Neider <rneider AT web.de>
468
469         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
470           bug #1492360 (problematic due to generic pointers, see code)
471
472 2006-05-22 Borut Razem <borut.razem AT siol.net>
473
474         * support/regression/ports/pic16/specs.mk: removed stack size linker
475           directive
476         * support/regression/tests/array.c,
477           support/regression/tests/bitopcse.c,
478           support/regression/tests/bug-908454.c,
479           support/regression/tests/malloc.c: modified for pic16 regression test
480         * support/regression/tests/bitfields.c:
481           pic16 - excluded bitfileds of size > 8
482         * support/regression/tests/bp.c: pic16 - reduced data size
483         * support/regression/tests/bug-221100.c: pic16 - reduced data size
484         * support/regression/tests/bug-460010.c:
485           pic16 - used the absolute address the fits in memory
486         * support/regression/tests/bug-716242.c:
487           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
488         * support/regression/tests/float.c:
489           pic16 - excluded - data size too big
490         * support/regression/tests/onebyte.c:
491           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
492         * support/regression/tests/shifts.c:
493           pic16 - function names probably have to differ in first X characters
494           (gpasm limitation?)
495         * support/regression/tests/staticinit.c:
496           pic16 - excluded some tests due error: no target memory available for
497           section ".idata"
498
499 2006-05-22 Borut Razem <borut.razem AT siol.net>
500
501         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
502           second try. Thanks Stas Sergeev once more.
503
504 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
505
506         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
507           (genLeftShift, genRightShift): fixed bug 1491627
508         * src/hc08/peeph.def (rules 7, 8.x): added
509         * support/regression/tests/shifts.c (ShiftLeftByParam,
510           ShiftRightByParam, testShiftByParam): added to test variable shifting
511
512 2006-05-20 Raphael Neider <rneider AT web.de>
513
514         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
515         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
516           (allocReg): add only new registers to dynAllocRegs,
517           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
518             #1489055, #1445850, and probably #1483693
519
520 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
521
522         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
523         bug in for-loop that didn't emit the last of CONFIG and ID registers
524
525 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
528           with offset
529         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
530           1489016, 1434401 and 1490124
531         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
532           1489016, 1434401 and 1490124
533
534 2006-05-17 Borut Razem <borut.razem AT siol.net>
535
536         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
537           thanks Stas Sergeev
538
539 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * device/include/mcs51/P89c51RD2.h,
542         * device/include/mcs51/P89LPC901.h,
543         * device/include/mcs51/P89LPC922.h,
544         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
545
546 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
547
548         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
549         to fix missing stack pragma in compiled binary object file,
550
551 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
552
553         * support/packihx/configure.in,
554         * support/packihx/configure: removed warning, autoconf >= 2.5x can
555         determine sizeof basic types even while cross compiling
556
557 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
558
559         * src/avr/gen.c (aopop),
560         * src/ds390/gen.c (aopOp),
561         * src/hc08/gen.c (aopOp),
562         * src/mcs51/gen.c (aopop),
563         * src/pic16/gen.c (pic16_aopOp),
564         * src/pic/gen.c (aopOp),
565         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
566         if size of operand is smaller than spill location
567
568 2006-05-12 Borut Razem <borut.razem AT siol.net>
569
570         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
571           have to have CR/LF line endings even if they are checked out on *nix
572           or on WIN32 in cygwin binmode
573
574 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
575
576         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
577         * device/include/ds80c390.h: added sfr16 definitions
578         * src/ds390/gen.c,
579         * src/ds390/gen.h,
580         * src/ds390/main.c,
581         * src/ds390/ralloc.c,
582         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
583           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
584           bit returning functions
585         * support/regression/tests/sfr16.c: enabled test on ds390
586
587 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
588
589         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
590         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
591
592 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
593
594         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
595         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
596           (cl_address_space constructor): removed expensive initialization,
597           (cl_address_space::get_cell): extended for late initialization,
598           (cl_address_space::*): use late initialization,
599           (cl_address_decoder::activate): removed expensive initialization,
600           This reduced regression test running time by 25%
601
602 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
603
604         * packihx/,
605         * configure.in,
606         * configure,
607         * sdcc.dsw,
608         * Makefile.bcc,
609         * Makefile.in,
610         * support/packihx/Makefile.in,
611         * support/packihx/clean.mk,
612         * support/packihx/Makefile.bcc,
613         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
614
615 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
616
617         * src/SDCCval.c (valNot): fix for regression test failure
618           of not.c on big endian hosts
619
620 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
623
624 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
625
626         * device/lib/mcs51/Makefile.in: changed string comparison operator
627           to = for POSIX compliance; == is bash extension
628
629 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
630
631         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
632           kosmonaut_pirx
633
634 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
635
636         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
637         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
638         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
639         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
640         bug report #1478657,
641
642 2006-05-05 Borut Razem <borut.razem AT siol.net>
643
644         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
645           making the html
646
647 2006-05-02 Borut Razem <borut.razem AT siol.net>
648
649         * doc/Makefile.in: removed *.ind dependency since there is no rule to
650           create *.ind, which made make to fail if invoked with -j 2
651
652 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
655           Hubert Sack for patch 1479782
656
657 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
658
659         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
660
661 2006-05-01 Raphael Neider <rneider AT web.de>
662
663         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
664           (create_pic): store only prefix-free device name,
665           (init_pic): check for device names with "16" prefix,
666           (list_valid_pics),
667         * src/pic/device.h (struct PIC_device),
668         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
669             stored device name,
670         * device/include/pic/pic12f{635,675,629,683}.h,
671         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
672         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
673         * device/include/pic/pic16f505.h,
674         * device/lib/pic/libdev/pic16f505.c: removed
675         * device/include/pic/pic14devices.txt: added support for pic12f
676             devices, removed unsupported non 16-bit devices
677             [above changes provided by patch from Zik Saleeba]
678         * src/pic/*, src/pic16/*, device/include/pic16/*,
679           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
680
681 2006-05-01 Borut Razem <borut.razem AT siol.net>
682
683         * configure.in, configure, doc/Makefile.in:
684           sync with nightly build makefile - latex, dvipdf and dvips
685           not needed any more
686
687 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
688
689         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
690         in the library source
691
692 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
693
694         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
695
696 2006-04-28 Raphael Neider <rneider AT web.de>
697
698         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
699         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
700           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
701         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
702
703 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
704
705         * device/lib/pic/libdev/Makefile.in,
706         * device/lib/hc08/Makefile.in,
707         * device/lib/gbz80/Makefile.in,
708         * device/lib/z80/Makefile.in,
709         * device/lib/ds390/Makefile.in,
710         * device/lib/ds400/Makefile.in: added srcdir to include search path,
711         thanks to Borut for the bug report
712         * configure.in,
713         * configure: always create doc/Makefile independent from --enable-doc
714         * Makefile.in: always install from directory doc independent from
715         --enable-doc
716         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
717         removed
718         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
719         * doc/Makefile.in: install *.txt if present
720         * device/include/Makefile.in (install): added installation of pic/*.inc
721         and pic/*.txt files again, they were erroneously removed
722
723 2006-04-28 Raphael Neider <rneider AT web.de>
724
725         * src/pic/{gen.c,main.h,pcode.c},
726         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
727             concerning signedness with casts
728
729 2006-04-28 Raphael Neider <rneider AT web.de>
730
731         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
732             definition of an interrupt handler,
733         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
734             interrupt handler stuff from picglue() to separate routine,
735           (picglue): enabled definition of intr handlers in files w/o main()
736
737 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
738
739         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
740           compilation with MSVC 2005 Express Edition (VC8)
741
742 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
743
744         * device/lib/Makefile: fixed build of gbz80 lib
745
746 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
747
748         * support/regression/tests/bug-460010.c,
749         * support/regression/tests/bug-524691.c,
750         * support/regression/tests/bug-716242.c: removed conditional defines
751           that are already in testfwk.h
752
753 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
754
755         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
756           (AccAXRsh1): added, shift right by 1,
757           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
758            AccAXLrl1
759         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
760
761 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
762
763         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
764         remove cast to same type
765         * src/SDCCast.c (decorateType): fix for RFE 1475742,
766         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
767         * as/z80/Makefile,
768         * link/z80/Makefile: removed, they have moved to
769         Makefile.in files
770         * configure,
771         * configure.in: replaced duplicate message about ucsim by missing sdcpp
772         * install-sh: fix bug #1204398 by setting umask 0022
773         * device/lib/Makefile: separate build of z80 and gbz80 lib
774
775 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
776
777         Enabled VPATH feature: changed nearly all Makefiles (149 files).
778         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
779
780         One basic decision: e.g. src/clean.mk includes further files. In order
781         to make this work there are two solutions:
782         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
783           run configure on them. This way they can use
784           'include $(srcdir)/port-clean.mk'
785         - always include clean.mk by the Makefile at the same level. To avoid
786           that `make clean` tries to include and build Makefile.dep the
787           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
788           implemented, because now even `make uninstall` doesn't create
789           Makefile.in. clean.mk could be eliminated by pasting it in
790           Makefile.in.
791
792         * debugger/mcs51/Makefile.in: build own objects from library sources
793         (SLIB, SDCC) in current directory
794
795         * configure, configure.in: renamed --disable-device-lib-build in
796         --disable-device-lib; added --enable-doc, the required tools are
797         searched by configure; added result message; the toolchain for the
798         belonging ports are now only built, if the port is enabled.
799
800         * support/regression/*: all output is written in directory gen, because
801         the fwk and ports directories don't livet in the build tree using vpath
802
803         * doc/sdccman.lyx: renamed --disable-device-lib-build to
804         --disable-device-lib, added --enable-doc, added section VPATH
805
806         * sim/ucsim/configure.in,
807         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
808         z80 are enabled by default
809
810 2006-04-24 Raphael Neider <rneider AT web.de>
811
812         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
813             to config word, "pic14_"-prefixed some extern functions
814           (pic14_emitConfigWord): emit __config directive(s) if assignment to
815             config word has been found
816         * src/pic/device.h: added prototypes
817         * src/pic/pcode.c: added "pic14_"-prefix where needed
818         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
819             fixup
820         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
821             words,
822           (pic14emitRegularMap): ignore config words,
823           (pic14createInterruptVect): moved generating __config directives away
824           (picglue): have __config directives emitted
825
826 2006-04-24 Borut Razem <borut.razem AT siol.net>
827
828         * doc/Makefile: sync with nightly build makefile
829
830 2006-04-24 Raphael Neider <rneider AT web.de>
831
832         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
833             registers that have not been assigned proper liveranges,
834             fixes #1469504 and #1474602,
835           (pCodeRegOptimizeRegUsage): fixed typo in comment
836
837 2006-04-24 Borut Razem <borut.razem AT siol.net>
838
839         * device/examples/main8051.c: deleted - it was removed from CVS
840           24.mar.2000 and after that modified 18.feb.2001, so it reappered
841           after the transition to Subversion
842         * src/SDCCalloc.h: deleted - it was removed  from CVS
843           3.feb.2001 and after that modified 18.feb.2001, so it reappered
844           after the transition to Subversion
845         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
846           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
847           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
848           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
849
850 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
851
852         * as/asx8051.dsp: added mcs51/strcmpi.h
853         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
854         * as/hc08/aslink.h: updated lnksect prototype
855         * as/hc08/asm.h,
856         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
857         * as/hc08/asmain.c,
858         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
859           (newdot): handle A_ABS
860         * as/hc08/asout.c,
861         * as/mcs51/asout.c (outarea): output address
862         * as/hc08/lkaomf51.c,
863         * as/mcs51/lkaomf51.c: disabled unused array UsageType
864         * as/hc08/m08pst.c,
865         * as/mcs51/i51pst.c,
866         * as/z80/z80pst.c: "ABS" is not A_OVR
867         * as/hc08/lkarea.c (newarea): read a_addr,
868           (lnkarea): added codemap array, sort absolute areas to the front,
869            combine all GSINITx/GSFINAL,
870           (find_empty_space, allocate_space): new functions,
871           (lnksect): return next address, handle absolute sections
872         * as/mcs51/lkarea.c (newarea): read a_addr,
873           lnksect2 prototype changed,
874           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
875           (find_empty_space, allocate_space): new, factored out of lnksect2,
876           (lnksect2): return next address, handle absolute sections
877         * as/hc08/lkhead.c,
878         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
879         * as/hc08/lklibr.c (addfile, fndsym),
880         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
881           index out of range and detect both '\' and '/'
882         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
883         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
884           regression tests (ds390 cannot return bool yet)
885         * doc/sdccman.lyx: changed version number, document changed --no-peep,
886           document critical interrupts on z80, document changed SDCC define
887         * src/asm.c (_asxxxx_mapping): fixed .org directive,
888           (_a390_mapping): added .org directive
889         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
890           (genMultOneByte): fixed warnings
891         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
892           ones
893         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
894         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
895           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
896         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
897         * src/pic16/main.c: removed newReg prototype
898         * src/pic16/pcode.c,
899         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
900           warnings
901         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
902           ones
903         * src/pic16/ralloc.c
904         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
905           to fix warnings
906         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
907           from short to PIC_OPTYPE
908         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
909         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
910           optype from short to PIC_OPTYPE
911         * src/port.h: made int_size unsigned to fix warnings
912         * src/SDCC.y: fixed warning on MSVC
913         * src/SDCCicode.c (getArraySizePtr): return unsigned int
914         * src/SDCCopt.c (convertToFcall): fixed warnings
915         * src/SDCCsymt.h: removed double prototype for genSymName
916         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
917           offset int to fix warnings
918
919 2006-04-22 Borut Razem <borut.razem AT siol.net>
920
921         * doc/sdccman.lyx, */Makefile, */Makefile.in:
922           references to CVS replaced with Subversion
923
924 2006-04-21 Borut Razem <borut.razem AT siol.net>
925
926         * doc/sdccman.lyx, */Makefile, */Makefile.in:
927           references to CVS replaced with Subversion
928
929 2006-04-19 Borut Razem <borut.razem AT siol.net>
930
931         * src/version.awk: adapted for svn
932         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
933           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
934           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
935           /binutils-avr/etc/*.vi, *.jin: removed all properties
936           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
937
938 2006-04-19 Borut Razem <borut.razem AT siol.net>
939
940         * CVS to Subversion migration completed
941
942 2006-04-18 Borut Razem <borut.razem AT siol.net>
943
944         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
945           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
946
947 2006-04-17 Borut Razem <borut.razem AT siol.net>
948
949         * device/include/Makefile.in: added pic/*.inc to the installation
950
951 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
952
953         * support/regression/collate-results.py: fixed output in case of
954         a valdiag error
955         * support/regression/generate-cases.py: fixed splitting of pathnames
956         with dots
957         * as/hc08/lklibr.c (addfile),
958         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
959
960 2006-04-11 Raphael Neider <rneider AT web.de>
961
962         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
963         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
964         * src/pic16/pcode.c (assignValnums): fixed #1460578
965
966 2006-04-11 Raphael Neider <rneider AT web.de>
967
968         * device/lib/pic/libdev/*.c,
969         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
970           fixes #1468739, enables compilation in --std-c99 mode
971         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
972
973 2006-04-11 Raphael Neider <rneider AT web.de>
974
975         * src/pic/device.c (find_device): removed debug output
976           (list_valid_pics): enabled verbose listing of supported devices
977         * device/include/stdbool.h: define bool as char for pic14/16 as well
978
979 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
980
981         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
982
983 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * .version: bumped version to 2.5.6
986         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
987
988 2006-04-06 Raphael Neider <rneider AT web.de>
989
990         * .version: bumped version to 2.5.6 (pic14 ABI changed)
991         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
992         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
993           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
994             pic14_constructAbsMap
995           (pic14printPublics): declare absolute global symbols as global
996           (pic14createInterruptVect),
997         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
998           (newReg): assume new registers unused, use correct name in
999             hashtable (reg->name instead of name), more debugLog output
1000         * src/pic/device.h (PIC_device): added fields for verbose output
1001         * src/pic/device.c: moved device definition to pic14devices.txt,
1002             added routines for runtime parsing of pic14devices.txt,
1003             added support for second config word
1004         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1005           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1006           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1007           (_pic14_parseOptions): moved pCodeInitRegisters here
1008           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1009         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1010           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1011             handling the pseudo stack
1012         * device/lib/Makefile.in: ignore failures in objects-pic16,
1013         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1014         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1015         * device/lib/pic/Makefile.subdir,
1016         * device/lib/pic16/Makefile.subdir: improved clean rules
1017         * device/lib/pic/libdev/: NEW, pic14 device libraries
1018         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1019         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1020         * device/include/Makefile.in: create subdir and install pic14 headers
1021         * device/include/pic/p16f_common.inc: removed unused declarations
1022         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1023             PICs from inc2h.pl v1.6,
1024             replaced BIT_AT macros with struct declarations
1025         * device/include/pic/pic14devices.txt: definition of supported devices,
1026             all above improvements contributed by Zik Saleeba, thanks
1027         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1028         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1029             headers
1030
1031 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1032
1033         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1034         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1035           thanks to Charles Olds
1036
1037 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1038
1039         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1040
1041 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1042
1043         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1044         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1045         * support/regression/bug1464657.c: added, new test
1046
1047 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1050           version number
1051
1052 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1053
1054         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1055           --no-peep and --peep-file <file> are used don't use default rules but
1056           do use the <file>
1057
1058 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1059
1060         * src/mcs51/gen.c (genCall): fixed bug 1457608
1061
1062 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1063
1064         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1065         changes seem to cause (trigger?) problems with the build system.
1066
1067 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1068
1069         * src/SDCCpeeph.c (operandsLiteral): new, added,
1070           (callFuncByName): inserted operandsLiteral
1071         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1072
1073 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1074
1075         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1076         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1077
1078 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1081           implemented patch 1120823 Thanks to Willy De la Court (normal
1082           interrupts need an interrupt number now if they are made critical),
1083           and enabled nesting of critical functions though not for gbz80
1084           (genCritical, genEndCritical): added functions
1085           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1086         * src/z80/mappings.i: added "ei" to all mappings
1087
1088 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1089
1090         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1091         submitted by the Debian SDCC maintainer Aurelien Jarno:
1092         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1093         archive with gcc 4.1 on mips and wrote the patch"
1094
1095 2006-03-16 Raphael Neider <rneider AT web.de>
1096
1097         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1098           the left operand is shorter than the result (c* = lit-c* + int),
1099           fixes bug #1450796
1100         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1101           OP_SYMBOL
1102
1103 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1104
1105         * src/.version: increased version number to 2.5.5
1106         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1107         linking is done manually in pic16 port's _linkEdit,
1108         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1109         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1110         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1111         allocate asmop as AOP_ACC,
1112         (aopForRemat): added parameter 'bool result' in function declaration,
1113         (pic16_aopGet): return AOP_ACC when accessing WREG,
1114         (pic16_popGetTempReg): minor modification,
1115         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1116         'pic16_allocWithIdx',
1117         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1118         calling function in absolute addresses,
1119         (genAssign): take into account AOP_ACC asmop,
1120         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1121         * src/pic16/pcoderegs.c: some debug functions and lines added,
1122         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1123         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1124         register too,
1125         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1126         call to allocReg, not by manually allocating a new one,
1127         (pic16_assignRegisters): now before going through the register
1128         allocating functions mark all registers as free. This eliminates some
1129         side effects resulting from peephole parser done earlier in the backbone
1130
1131 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1132
1133         * src/SDCCicode.c (geniCodeLogic),
1134         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1135
1136 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1139           (genSend): bugfix, do not allocate and free twice,
1140           (shiftRLong): handle partially overlapping aops
1141         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1142
1143 2006-03-08 Borut Razem <borut.razem AT siol.net>
1144
1145         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1146           for pic16
1147
1148 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * support/regression/tests/bug1409955.c: new, added
1151         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1152         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1153           (aopForSym, aopOp): increment asmop.allocated if reused,
1154           (freeAsmop): decrement asmop.allocated and check for zero instead of
1155           using asmop.freed,
1156           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1157           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1158            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1159            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1160            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1161            genSignedRightShift, genRightShift, genDataPointerGet,
1162            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1163            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1164             in reverse order from allocation,
1165           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1166             added swappedLR to keep track
1167         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1168           pdata & code for GCC, z80, gbz80 & hc08
1169         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1170
1171 2006-03-08 Raphael Neider <rneider AT web.de>
1172
1173         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1174
1175 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1176
1177         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1178         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1179         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1180
1181 2006-03-06 Borut Razem <borut.razem AT siol.net>
1182
1183         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1184           made the linker quiet
1185
1186 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1187
1188         * src/pic16/gen.c (genPcall): fixed bug #1443644
1189         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1190         which dumps before the function entry point a data byte which represents
1191         the number of the local variables used by the specified function, added
1192         'xinst' for initial support for Extended Instruction Support,
1193         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1194         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1195         port->fun_prefix anymore (may change later),
1196         (genFunction, genEndFunction): do not store/restore local registers for
1197         _main (this should take care the --main-return command line option in
1198         the future),
1199         (genOr): removed some legacy pic-port instructions,
1200         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1201         performing operations with SFR's causes data to be written more than
1202         once to each SFR. Perhaps SFRs should be handled in special cases...
1203         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1204         pcode.h
1205         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1206         into account for stack starting position,
1207         (struct OPTIONS pic16_optionsTable): added command line argument
1208         --extended or -y for Extended Instruction Support,
1209         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1210         (deassignLRs): *** perhaps the most important change, old 'for' code
1211         (commented out for reference), didn't account for some registers which
1212         were left marked 'not free' after a pointer operation. The change
1213         reduces register usage a lot in some cases
1214
1215 2006-03-04 Borut Razem <borut.razem AT siol.net>
1216
1217         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1218           _clean
1219         * support/regression/tests/bug-524697.c: decreased array size for
1220           mcs51 to fit into the internal RAM
1221         * support/regression/Makefile.in: a little bit more verbose
1222
1223 2006-03-03 Borut Razem <borut.razem AT siol.net>
1224
1225         * support/regression/fwk/lib/testfwk.c,
1226           support/regression/fwk/include/testfwk.h: introduced function
1227           _prints(), nonrecursive _printn(), call _initEmu() from main()
1228         * support/regression/ports/gbz80/support.asm,
1229           support/regression/ports/ucz80/support.asm,
1230           support/regression/ports/z80/support.asm,
1231           support/regression/ports/ds390/support.c,
1232           support/regression/ports/hc08/support.c,
1233           support/regression/ports/host/support.c,
1234           support/regression/ports/mcs51/support.c,
1235           support/regression/ports/xa51/support.c: added empty _initEmu()
1236           function
1237         * support/regression/ports/pic16/gpsim.cmd,
1238           support/regression/ports/pic16/spec.mk,
1239           support/regression/ports/pic16/support.c,
1240           support/regression/Makefile.in: added pic16 regression test
1241
1242 2006-03-01 Raphael Neider <rneider AT web.de>
1243
1244         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1245           genConstPointerGet): use safe way of generating MOVFF to cover
1246             literals as well as registers, fixes bug #1440527
1247         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1248             dereference
1249           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1250             more correctly, fixes bug #1232186
1251           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1252         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1253             gplink guess the correct processor in more cases, applied patch
1254             from Till Riedel attached to and fixing bug #1436552
1255
1256 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1257
1258         * support/regression/tests/array.c: added, contains check for #1434401
1259         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1260
1261 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1262
1263         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1264         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1265         * device/include/mcs51/c8051f326.h,
1266         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1267         * device/include/mcs51/c8051f000.h,
1268         * device/include/mcs51/c8051f018.h,
1269         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1270           PCON_IDLE,PCON_STOP and added sfr16 definitions
1271
1272 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1275           genGetWord): fixed bug 1409955
1276
1277 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1278
1279         * device/include/hc08/mc68hc908gp32.h,
1280         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1281
1282 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1283
1284         * src/SDCCast.c (constExprValue): return NULL if not a value
1285         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1286         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1287         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1288
1289 2006-02-13 Borut Razem <borut.razem AT siol.net>
1290
1291         * src/regression/ptrarg.c: added, fails due to bug #1430967
1292         * src/regression/Makefile: ptrarg.c added, ...
1293
1294 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1297         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1298
1299 2006-02-11 Borut Razem <borut.razem AT siol.net>
1300
1301         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1302           print "Processor: xxx" message to stdout only if --verbose
1303
1304 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1305
1306         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1307         * support/regression/tests/bug1426356.c: added
1308         * support/regression/tests/bitfields.c: removed 2 tests
1309
1310 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1313         * device/include/mcs51/c8051f330.h,
1314         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1315           PCON_IDLE,PCON_STOP and added sfr16 definitions
1316         * device/lib/_divsint.c,
1317         * device/lib/_divuint.c,
1318         * device/lib/_divulong.c,
1319         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1320           register bank bug for small stackauto
1321
1322 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1325
1326 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1327
1328         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1329         * all.dsp: corrected several bin paths
1330         * device/include/mcs51/c8051f120.h,
1331         * device/include/mcs51/c8051f300.h,
1332         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1333           to PCON_IDLE,PCON_STOP
1334         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1335         * device/lib/printf_large.c (output_float): fixed bug 1388703
1336         * support/regression/tests/bug1057979.c: added test for bug 1388703
1337
1338 2006-02-08 Raphael Neider <rneider AT web.de>
1339
1340         * src/pic/pcode.c (pciTRIS): fixed typo,
1341           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1342           (LinkFlow): fixed handling of flows that end in a call,
1343           (ReuseReg): perform safety check earlier
1344         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1345             to work with flows at the beginning of a pBlock,
1346             fixes #1426557 (Symbol not previously defined),
1347           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1348             usage information
1349           (RemoveUnusedRegisters): update register usage info
1350         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1351             created, reuse existing ones instead
1352         * src/pic/gen.c (genPcall): fixed #1424719
1353
1354 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1355
1356         * link/z80/lkmain.c,
1357         * link/z80/lklex.c,
1358         * link/z80/lkdata.c,
1359         * link/z80/aslink.h: fixed build on current cygwin:
1360         replaced getline() by lk_getline()
1361
1362 2006-02-01 Borut Razem <borut.razem AT siol.net>
1363
1364         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1365           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1366           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1367           src/regression/bool1.c, src/regression/bool2.c,
1368           src/regression/bool3.c, src/regression/call1.c,
1369           src/regression/compare.c, src/regression/compare10.c,
1370           src/regression/compare2.c, src/regression/compare3.c,
1371           src/regression/compare4.c, src/regression/compare5.c,
1372           src/regression/compare6.c, src/regression/compare7.c,
1373           src/regression/compare8.c, src/regression/compare9.c,
1374           src/regression/configword.c, src/regression/for.c,
1375           src/regression/inline.c, src/regression/mult1.c,
1376           src/regression/nestfor.c, src/regression/or1.c,
1377           src/regression/pointer1.c, src/regression/ptrfunc.c,
1378           src/regression/rotate1.c, src/regression/rotate2.c,
1379           src/regression/rotate3.c, src/regression/rotate4.c,
1380           src/regression/rotate5.c, src/regression/rotate6.c,
1381           src/regression/rotate7.c, src/regression/string1.c,
1382           src/regression/struct1.c, src/regression/sub.c,
1383           src/regression/sub2.c, src/regression/switch1.c,
1384           src/regression/while.c, src/regression/xor.c,
1385           src/regression/create_stc, src/regression/simulate,
1386           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1387           regression tests
1388         * src/regression/gpsim_assert.h: added
1389
1390 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1391
1392         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1393         ((void (code *) (void)) 0) ();
1394         * as/hc08/aslex.c,
1395         * as/hc08/aslink.h,
1396         * as/hc08/asm.h,
1397         * as/hc08/asmain.c,
1398         * as/hc08/lkdata.c,
1399         * as/hc08/lklex.c,
1400         * as/hc08/lkmain.c,
1401         * as/mcs51/aslex.c,
1402         * as/mcs51/aslink.h,
1403         * as/mcs51/asm.h,
1404         * as/mcs51/asmain.c,
1405         * as/mcs51/lkdata.c,
1406         * as/mcs51/lklex.c,
1407         * as/mcs51/lkmain.c,
1408         * as/z80/aslex.c,
1409         * as/z80/asm.h,
1410         * as/z80/asmain.c: fixed build on current cygwin:
1411         replaced getline() by as_getline()
1412
1413 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1414
1415         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1416         declarator in the symbol chain
1417         * src/SDCCsymt.h,
1418         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1419         parameter list for function pointers
1420         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1421         * support/regression/tests/bug-716242.c: added
1422
1423 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1424
1425         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1426         offset if possible
1427         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1428
1429 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1430
1431         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1432         inifinitely recurseable, added static
1433         * support/regression/tests/bug-1408066.c: added
1434
1435 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1436
1437         * src/SDCCicode.h,
1438         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1439         renamed, added possibility to create "postLoopLbl"-labels
1440         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1441         newiTempLoopHeaderLabel
1442         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1443         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1444         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1445         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1446         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1447         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1448         (basicInduction): fixed bug #136564, made static,
1449         (loopInduction): changed parameter of basicInduction, made static,
1450         (addPostLoopBlock): added
1451         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1452         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1453         findLoopEndSeq
1454         * support/regression/tests/bug-136564.c: added
1455         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1456         --std-sdcc99 to LIBSDCCFLAGS
1457
1458 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1459
1460         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1461         while loop
1462         * support/regression/tests/bug-1406131.c: added
1463
1464 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1465
1466         * src/SDCCast.c (decorateType): fix promotion of unary minus
1467         * src/SDCCsymt.c (computeType): beautified
1468         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1469         (valUnaryPM, valComplement): fix sign and promotion,
1470         (valNot): ANSI: result type is int (SDCC: unsigned char)
1471         * support/regression/tests/uminus.c: speedup by removing superflous
1472         test case 'int'
1473         * support/regression/tests/onebyte.c: added promotion and signedness
1474         tests for unary minus
1475         * support/regressions/tests/bug-477927.c: disable warning about
1476         uninitialized variables
1477         * support/regression/tests/not.c: added
1478
1479 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1480
1481         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1482         * src/mcs51/gen.c (gen51Code): show final register usage after
1483         fillGaps in asm with --i-code-in-asm
1484         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1485         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1486         incUsed, rliveClear, adjustIChain): made static,
1487         (setFromRange): excluded because it's unused,
1488         (findPrevUseSym, markWholeLoop): added,
1489         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1490         through all branches of predecessors enables sdcc to emit the warning
1491         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1492         (rlivePoint): made static, added parameter emitWarnings which is only
1493         true during the first run out of two,
1494         (findRecursiveSucc, findRecursivePred): removed,
1495         (computeLiveRanges): made static, added parameter emitWarnings,
1496         (dumpIcRlive): added for debugging only
1497         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1498         removed prototype of setFromRange()
1499         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1500         in call of computeLiveRanges()
1501         * support/regression/tests/bug-895992.c: added
1502         * support/regression/tests/bug-971834.c: added
1503         * support/valdiag/tests/bug-895992.c: added
1504         * support/valdiag/tests/bug-971834.c: added
1505
1506 2005-12-18 Raphael Neider <rneider AT web.de>
1507
1508         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1509           (genUnpackBits): improved code for direct operands,
1510           (genPackBits): improved code for literal assignment to bitfields
1511             and for direct destination operands (no FSR indirection),
1512             prevented redundant AND, fixes #1362800,
1513           (AccLsh): added parameter to disable masking of the result
1514         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1515           skip instructions with side-effects (like incfsz),
1516           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1517         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1518         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1519           fixes #1375263
1520
1521 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1522
1523         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1524         volatile variables as spill location
1525
1526 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1527
1528         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1529         replacing literals
1530         * support/regression/tests/bug-1376320.c: added
1531
1532 2005-12-08 Raphael Neider <rneider AT web.de>
1533
1534         * src/pic/device.c: renamed is_shared to pic14_is_shared
1535         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1536         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1537           (is_valid_identifier): added for above workaround
1538
1539 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * device/lib/Makefile.in: fixed to enable port-specific-objects
1542         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1543           char, thanks Hubert Sack
1544         * doc/sdccman.lyx: documented --xstack-loc,
1545           elaborated a bit more on interrupts and pitfalls,
1546           removed "setjmp/longjmp unsupported",
1547           documented some unsupported C99 features
1548         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1549         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1550           if, thanks Hubert Sack
1551         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1552         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1553           make make_library
1554         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1555           regression tests can report resource usage (rfe 700441)
1556         * support/regression/collate-results.py: report resource usage
1557         * support/regression/ports/ds390/spec.mk,
1558         * support/regression/ports/hc08/spec.mk,
1559         * support/regression/ports/mcs51/spec.mk,
1560         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1561         * support/regression/ports/ds390/uCsim.cmd,
1562         * support/regression/ports/hc08/uCsim.cmd,
1563         * support/regression/ports/mcs51/uCsim.cmd,
1564         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1565         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1566           library, use the default one
1567         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1568           building the library
1569
1570 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1571
1572         * config.dsp: added dependency on .version and configure_vc.awk
1573         * device/include/setjmp.h: updated for --stack-auto and --xstack
1574         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1575         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1576         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1577         * device/lib/libsdcc.lib: added _setjmp
1578         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1579           (decorateType): fixed bug 1372851,
1580           (optimizeGetHbit): fixed warning
1581         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1582           array initialisation
1583         * support/regression/tests/bug1057979.c: added test for bug 1358192
1584         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1585
1586 2005-12-03 Borut Razem <borut.razem AT siol.net>
1587
1588         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1589           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1590
1591 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1592
1593         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1594         createIval): implement symbol independant "flexible array member",
1595         (createIvalCharPtr): implemented flexible array initialisation with a
1596         string
1597         * src/SDCCsymt.c (copyStruct): removed,
1598         (getSize): fixed misleading comment,
1599         (getAllocSize): removed, the additional allocation size is now in
1600         sym->flexArrayLength,
1601         (checkStructFlexArray): new, syntax checks for flexible array members,
1602         (compStructSize): added syntax checks for "flexible array members"
1603         (copyStruct): removed,
1604         (copyLinkChain): removed inefficient fix for bug 770487
1605         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1606         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1607         symbol->flexArrayLength
1608         * src/SDCCerr.c,
1609         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1610         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1611         * support/regression/tests/structflexarray.c: added
1612         * support/valdiag/tests/structflexiblearray.c: added
1613
1614 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1615
1616         * src/SDCCast.c (decorateType): fixed bug 1368489
1617         * support/Util/SDCCerr.c,
1618         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1619
1620 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1621
1622         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1623           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1624
1625 2005-11-27 Borut Razem <borut.razem AT siol.net>
1626
1627         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1628           support/cpp2/mkdeps.h: added command line option
1629           -obj-ext=<extension> to SDCPP to define object file externion, used
1630           for generation of make dependencies (-M)
1631         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1632
1633 2005-11-26 Borut Razem <borut.razem AT siol.net>
1634
1635         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1636           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1637           added pic and pic16 libraries
1638
1639 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1640
1641         * device/include/float.h: Corrected typo in prototype of __fsgt
1642
1643 2005-11-25 Borut Razem <borut.razem AT siol.net>
1644
1645         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1646           added creation of model-mcs51-stack-auto libraries
1647
1648 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1649
1650         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1651         and fields-list too
1652         * src/SDCCast.c (createIvalArray): removed obsolete comment
1653
1654 2005-11-24 Borut Razem <borut.razem AT siol.net>
1655
1656         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1657           added missing device/lib/mcs51/crt*.asm sources
1658
1659 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1660
1661         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1662
1663 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1664
1665         * device/lib/_fs2schar.c,
1666         * device/lib/_fs2sint.c,
1667         * device/lib/_fs2slong.c: optimized inline asm
1668
1669 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1670
1671         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1672           Better handling of floats between -1.0 and 0.0.
1673
1674 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1675
1676         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1677           (the missing "if"s prohibited removal of redundant labels)
1678
1679 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1680
1681         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1682           Properly convert floats between -1.0 and 0.0 to long, int, and char
1683           types (max integer value of negative floats tends to zero).
1684         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1685           Removed changes made so to work properly with floats between
1686           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1687           and _fs2char.c
1688
1689 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1690
1691         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1692         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1693         (genCast) cosmetic change
1694         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1695         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1696         from mcs51
1697         * support/regression/tests/bitfields (testSignedBitfields): added
1698
1699 2005-11-18 Borut Razem <borut.razem AT siol.net>
1700
1701         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1702         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1703           introduced SILENT option to make building of pic16 libraries less
1704
1705 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1706
1707         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1708           Now they work properly with floats between -1.0 and 0.0
1709         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1710
1711 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1712
1713         * src/SDCCicode.c (printOperand): added missing else
1714
1715 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1716
1717         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1718         reformatted for better readability
1719         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1720         signed bitfields
1721
1722 2005-11-17 Borut Razem <borut.razem AT siol.net>
1723
1724         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1725           introduced SILENT option to make building of pic16 libraries less
1726           verbose - used for nightly snapshot build
1727         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1728           available on Win32 platforms.
1729         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1730           medium, large, pic and pic16
1731
1732 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1733
1734         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1735           printf("%f"...) sets fraction to zero.
1736
1737 2005-11-16 Raphael Neider <rneider AT web.de>
1738
1739         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1740           fixes #1357221
1741         * src/pic/gen.c (genIfx): implemented for CARRY bit
1742         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1743           to generic pointers, fixes #1357332,
1744           (pic16_movLit2f): NEW,
1745           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1746
1747 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1748
1749         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1750
1751 2005-11-11 Raphael Neider <rneider AT web.de>
1752
1753         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1754         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1755           compute pointer's type from operand,
1756           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1757           improved single bit reads, fixes bug #1353379
1758
1759 2005-11-09 Borut Razem <borut.razem AT siol.net>
1760
1761         * support/scripts/sdcc.nsi: added lib/pic to the package
1762
1763 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1764
1765         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1766
1767 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1768
1769         * support/regression/tests/bug1348008.c: added
1770         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1771         * support/regression/tests/bug1337835.c: updated comment
1772
1773 2005-11-06 Borut Razem <borut.razem AT siol.net>
1774
1775         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1776           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1777           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1778           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1779           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1780           dynamic construction of cl_error_class and derivates - 2.nd try
1781
1782 2005-11-05 Borut Razem <borut.razem AT siol.net>
1783
1784         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1785           bug, which caused Bus Errors on sparc solaris
1786
1787 2005-11-04 Borut Razem <borut.razem AT siol.net>
1788
1789         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1790           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1791           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1792           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1793           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1794           and derivates to resolve the initialization problem on OSX
1795
1796 2005-11-02 Borut Razem <borut.razem AT siol.net>
1797
1798         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1799           corrected typo - #include <winsock2.h>
1800
1801 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1802
1803         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1804           (_asxxxx_mapping): added org directive for future enhancements
1805
1806 2005-11-01 Borut Razem <borut.razem AT siol.net>
1807
1808         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1809           enabled sockets on WIN32
1810         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1811
1812 2005-10-31 Borut Razem <borut.razem AT siol.net>
1813
1814         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1815           WIN32 backslash path delimiters should be escaped when used in C strings
1816         * support/regression/tests/bitfields.c: exclude failing assertions for
1817           __CYGWIN32__ and __MINGW32__ hosts
1818
1819 2005-10-30 Borut Razem <borut.razem AT siol.net>
1820
1821         * src/SDCCutil.c: corrected double comparison typo
1822
1823 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1824
1825         * device/lib/medium/Makefile: added for new memory model medium
1826         * device/include/asm/mcs51/features.h: updated for medium/pdata
1827         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1828           added Multiply & Accumulate sbit's and MAC0_PAGE define
1829         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1830         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1831         * device/lib/_mullong.c: update for medium model
1832         * device/lib/incl.mk: added medium model
1833         * doc/sdccman.lyx: documented medium model
1834         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1835         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1836         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1837         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1838           (allocParms): set SCLS and OCLS to pdata for medium model
1839         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1840           for pdata,
1841           (powof2): return <0 if not power of 2
1842         * src/avr/gen.c (genBitWise): use updated powof2
1843         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1844           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1845           (shiftLLeftOrResult): use B if necessary
1846         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1847         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1848         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1849         * support/regression/Makefile.in: added test-mcs51-medium
1850         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1851
1852 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1853
1854         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1855         specifier unsigned
1856         * device/lib/time.c (mktime): fixed bug 1334315
1857
1858 2005-10-28 Raphael Neider <rneider AT web.de>
1859
1860         * device/include/pic/p16f_common.inc: added common declarations
1861         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1862
1863 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1864
1865         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1866           (aopPutUsesAcc): added to predict accumulator use,
1867           (assignResultValue): save acc if necessary,
1868           (genMinusDec): store result if indirectly addressed,
1869           (genDivOneByte):  save acc if necessary,
1870           (movLeft2Result): bugfix if left already in acc,
1871           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1872             attention to accumulator use (esp. pdata),
1873           (genReceive): receive pdata correctly
1874         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1875         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1876
1877 2005-10-27 Raphael Neider <rneider AT web.de>
1878
1879         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1880
1881 2005-10-27 Raphael Neider <rneider AT web.de>
1882
1883         * .version: changed version to 2.5.4
1884         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1885         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1886           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1887             arithmetics support routines
1888         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1889         * device/lib/Makefile.in: also create installdir for pic
1890
1891         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1892           pic14 port as well
1893         * src/pic/device.c (dump_sfr): rewritten to delegate register
1894           placement to the linker (use `extern sym' rather than sym EQU addr),
1895           (validAddress): fixed to check last specified address
1896         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1897           (popGetLit): truncate literal value to 8 bit,
1898           (popGet): moved assert to more appropriate place
1899           (popGetExternal): create pCode operand from and mark the according
1900             symbol as being `extern'
1901           (popGetAddr): added sanity check on immediate's offset, provide
1902             GPOINTER tag on demand
1903           (aopPut): fixed for immediates,
1904           (mov2w_op): move operand's address or contents to WREG (depending on
1905             operand type), safer variant of mov2w,
1906           (movwf,call_libraryfunc): NEW, handy abbreviations,
1907           (get_argument_pcop,get_return_val_pcop,pass_argument,
1908           get_returnvalue): interface for accessing function parameters and
1909             return values,
1910           (assignResultValuei,genRet): use new parameter/return value interface
1911           (pic14_getDataSize): back to old version handling generic pointers,
1912           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1913             provided implementation and/or fixed old one,
1914           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1915             calls, removed legacy 8051 reference code
1916           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1917           (loadSignToC): NEW, move the operands sign bit to CARRY,
1918           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1919             genRightShiftSigned, accepts negative shift counts,
1920           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1921           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1922             generic pointers, __data pointers and __code pointers,
1923           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1924             and signed bitfields, limit bitfields to 8 bit,
1925           (genDataPointerGet): fixed number of bytes read,
1926           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1927           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1928             pointers to constant data are no longer assumed to point to __code
1929             space, removed invalid pointer types,
1930           (bitpatternFromVal): retrieve the PICs representation of an integer
1931             or float literal,
1932           (genDataPointerSet): fixed assigning to po_immediate operands,
1933           (genGenPointerSet): implemented as library call,
1934           (genIfx): fixed incorrect condition,
1935           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1936             provide GPOINTER tag according to destination's storage class,
1937           (genCast): added code to handle casting to generic pointers, added
1938             sign-/zero extension of the result
1939           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1940         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1941         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1942           extend the result
1943         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1944           address/register resides in the shared banks
1945           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1946             put all variables into separate sections (have the linker arrange
1947             them)
1948           (picglue): put init code and interrupt handlers in separate sections
1949         * src/pic/main.c: added port specific options table, modified to PORT
1950           structure to make GPOINTERs 3 byte, added pic14_options
1951           (_pic14_do_link): private linking routine (update paths to libraries,
1952             add libsdcc.lib by default)
1953         * src/pic/main.h: declare pic14_options
1954         * src/pic/pcode.c: fixed instructions i/o relations,
1955           (RegCond): reverted to correct version,
1956           (newpCodeOpLit): truncate literals to 8 bit,
1957           (genericPrint): added debug output,
1958           (getRegFromInstruction): fixed for various operand types, simplified
1959           (BuildFlow): fixed broken handling of isntructions with labels
1960           (LinkFlow): start at last instruction in flow (skip trailing comments),
1961             pass the flow on to the next instruction after CALL
1962           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1963           (insertPCodeInstruction): fixed inserting after a skip instruction,
1964           (DoBankSelect): fixed for labeled instructions
1965           (OptimizepBlock): honor --nopeep switch
1966           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1967         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1968         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1969           (pCodeOptime2pCodes): allow disabling this optimization via
1970             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1971             but is still buggy), started implementation of a dataflow based
1972             pCode optimization (CSE + dead code elimination)
1973           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1974         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1975           names are independant of the stack location and therefore portable across
1976           devices
1977
1978 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1979
1980         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1981           (selectSpil): fixed bug 1337835 by not spilling bit variables
1982         * support/regression/tests/bug1337835.c: added test for this bug
1983         * src/mcs51/peeph.def: restart after rule 3.c,
1984           addded rules 263.x to optimize loading constants
1985
1986 2005-10-26 Raphael Neider <rneider AT web.de>
1987
1988         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1989         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1990           (genAssign): emit warning when casting literals to generic pointer
1991             type, also applies when taking the address of a fixed variable,
1992           (genCast): improved casting to generic pointers
1993         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1994           extern variables, added verbose error message
1995         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1996
1997 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1998
1999         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2000         carry must be complemented too
2001         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2002         could be emitted by genMinus
2003         * src/SDCCval.c (constVal): fixed bug 1305065
2004
2005 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2006
2007         * src/SDCCast.c (addCast): added promotion for bit variables
2008         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2009         promotion casts + optimisation
2010         (optimizeGetWord): fix warning 'i' might be used uninitialized
2011         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2012         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2013
2014 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2015
2016         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2017         all chars are promoted to int; promotion should be handled in SDCCast.c
2018
2019 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2020
2021         * device/lib/_strcmp.c: Fixed bug 1326457
2022
2023 2005-10-11 Raphael Neider <rneider AT web.de>
2024
2025         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2026         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2027
2028 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2029
2030         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2031         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2032
2033 2005-10-04 Raphael Neider <rneider AT web.de>
2034
2035         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2036           device/lib/pic16/pics.all: added pic18f1320
2037         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2038
2039 2005-09-30 Raphael Neider <rneider AT web.de>
2040
2041         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2042         * src/pic16/devices.inc: NEW, provides device descriptions
2043         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2044
2045 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2046
2047         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2048           GETHBIT
2049
2050 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2051
2052         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2053           documented Any Order Bit, Higher Order Byte and Higher Order Word
2054         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2055         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2056           (optimizeGetAbit): new, to get any bit, not only the high bit,
2057           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2058           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2059           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2060           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2061             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2062             GETABIT, GETBYTE, GETWORD: decorate them,
2063           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2064           (ast_print): added GETABIT, GETBYTE, GETWORD
2065         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2066         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2067           (geniCodeBinary): new generic binary icode,
2068           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2069         * src/port.h: updated comment for PORT.hasExtBitOp
2070         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2071           (genGetByte): new, to get a single byte,
2072           (genGetWord): new, to get a word from a long,
2073           (gen51Code): added GETABIT, GETBYTE, GETWORD
2074         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2075
2076 2005-09-23 Raphael Neider <rneider AT web.de>
2077
2078         * configure.in, configure: have device/lib/pic configured
2079         * device/lib/Makefile.in: added model-pic14
2080         * device/lib/clean.mk: added pic/ to clean rule
2081         * device/lib/pic: added rudimentary pic14 library providing support
2082           functions for multiplication/division/generic pointer access
2083         * src/SDCCopt.c (convilong): mark support functions as extern
2084           for pic14 port as well
2085         * src/pic/gen.c (genMult): added assertions,
2086           (genpic14Code): emit warning on unhandled iCodes
2087         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2088         * src/pic/pcode.c (pCodeOpCopy),
2089         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2090           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2091           SFR_REGISTER}), made safe for future extensions
2092         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2093           instructions even if preceeded by SKIP instructions (also remove
2094           them); removed unused code
2095         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2096           prevents leaving parts of the structure uninitialized after copying
2097
2098 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2099
2100         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2101           ago by me
2102         * support/regression/tests/addsub.c: added test for the bug
2103
2104 2005-09-21 Raphael Neider <rneider AT web.de>
2105
2106         * device/include/pic16/pic18f1220.h,
2107           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2108         * device/lib/pic16/Makefile.rules: added missing opening paren
2109         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2110           are provided in genutils.c,
2111           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2112           operand/result sizes,
2113           (genCmp): assert on NULL pointers first, then check deref'ed values
2114         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2115           result size
2116
2117 2005-09-18 Raphael Neider <rneider AT web.de>
2118
2119         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2120           as these are now unused,
2121           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2122         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2123           local, avoids uninitialized pointer dereference on r->name
2124         * src/pic16/ralloc.c (newReg): fixed indentation
2125
2126 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2127
2128         * src/SDCCval.c (constVal): fixed bug 730366
2129         * support/Util/SDCCerr.c,
2130         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2131
2132 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2135
2136 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2137
2138         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2139
2140 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2141
2142         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2143           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2144         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2145           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2146         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2147         * packihx/packihx.c (hexDigit): made c unsigned char
2148         * as/mcs51/lklibr.c (fndsym),
2149         * link/z80/lkgb.c (gb),
2150         * link/z80/lklibr.c (fndsym),
2151         * link/z80/lkrloc.c (relr),
2152         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2153         * src/SDCC.lex (checkCurrFile, process_pragma),
2154         * src/SDCCglue.c (spacesToUnderscores),
2155         * src/SDCCmain.c (setParseWithComma, processFile),
2156         * src/asm.c (tvsprintf, printCLine),
2157         * src/avr/gen.c (emitcode, aopPut),
2158         * src/ds390/gen.c (emitcode),
2159         * src/hc08/gen.c (emitcode, emitinline),
2160         * src/mcs51/gen.c (emitcode, genInline),
2161         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2162           tokenizeLineNode),
2163         * src/pic/ralloc.c (debugLog),
2164         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2165           tokenizeLineNode),
2166         * src/pic16/ralloc.c (debugLog),
2167         * src/z80/main.c (_process_pragma):
2168            made all ctype.h function calls safe
2169         * src/SDCCopt.c: include math.h for fabs
2170         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2171           and used them throughout the code to make ctype.h function calls safe
2172         * src/ds390/main.c (asmLineNodeFromLineNode),
2173         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2174         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2175            unsigned char*
2176         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2177           (newpCodeAsmDir): made ctype.h function calls safe
2178         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2179           pic16_emitcode):  made lbp unsigned char*
2180         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2181           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2182         * src/xa51/gen.c (emitcode),
2183         * src/z80/gen.c (_emit2): made lbp unsigned char*
2184         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2185            char*
2186
2187 2005-09-05 Raphael Neider <rneider AT web.de>
2188
2189         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2190           access bank splitpoint
2191
2192 2005-09-05 Raphael Neider <rneider AT web.de>
2193
2194         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2195
2196 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * .version: changed to version 2.5.3
2199         * doc/sdccman.lyx: changed version to 2.5.3,
2200           documented --codeseg and --constseg and pragma codeseg and constseg,
2201           documented bit parameters (reentrant) and bit returning
2202         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2203            currFunc->recvSize, but is this ok for all ports?
2204           (ast2iCode): result of ~ on unsigned char must be cast to int for
2205            bool to work
2206         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2207           function pointers in bit space
2208         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2209           (processFuncArgs): call port.reg_parm() with reentrancy info
2210         * src/port.h,
2211         * src/avr/main.c,
2212         * src/ds390/main.c,
2213         * src/hc08/main.c,
2214         * src/pic/main.c,
2215         * src/pic16/main.c,
2216         * src/xa51/main.c,
2217         * src/z80/main.c: port.reg_parm prototype extended with
2218           "bool reentrant" parameter
2219         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2220           options.stackAuto for allocating bit register parameters
2221         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2222           (genSend): set BitBankUsed if it is,
2223           (selectRegBank): factored out of genCall for use in genPcall,
2224           (genCall): removed redundant dtype assignmen, use selectRegBank,
2225           (genPcall): handle returning in Carry properly, save in F0 if needed,
2226           (genReceive): handle bit register parameters
2227         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2228           (mcs51_assignRegisters): enable bit registers for all reentrant
2229            functions and don't set BitBankUsed unconditionally
2230         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2231         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2232         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2233
2234 2005-08-27 Borut Razem <borut.razem AT siol.net>
2235
2236         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2237         ppc-osx (Darwin) does not support -u option. It seems that it is
2238         supported only on Linux - GNU cp
2239
2240 2005-08-25 Borut Razem <borut.razem AT siol.net>
2241
2242         * sim/ucsim/gui.src/serio.src/Makefile.in,
2243           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2244           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2245           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2246           install and strip, since the strip at /usr/ccs/bin should be used
2247           on solaris
2248
2249 2005-08-24 Borut Razem <borut.razem AT siol.net>
2250
2251         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2252
2253 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2254
2255         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2256         ffffffffu
2257
2258 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2259
2260         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2261         * as/mcs51/lkmain.c (link_main): fixed warning
2262         * device/include/stdbool.h: ds390 has no advanced bit support yet
2263         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2264         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2265         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2266           and updated their macros
2267         * src/SDCCval.c (constVal): updated comment for renamed b_long
2268
2269 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2270
2271         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2272         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2273           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2274           (oprio): set priority for '['
2275         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2276            and adb_24_bit
2277         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2278         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2279         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2280         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2281           added overlayable BIT_BANK area
2282         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2283           (summary2): explain 'T' in legenda
2284         * as/mcs51/lkrloc.c: replaced old K&R style,
2285           (relr): added R_BIT processing,
2286           (errmsg): added "Bit-addressable relocation error",
2287           (adb_bit): added for converting from byte- to bit-addressable space,
2288           (adb_24_bit): added for converting from byte- to bit-addressable space
2289         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2290            used in reentrant functions now even as return value
2291         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2292         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2293           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2294         * src/SDCCglobl.h: added indicator BitBankUsed
2295         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2296            the bit registers b0-b7
2297         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2298           (geniCodeCast): fixed bug 1263853,
2299           (geniCodeLogicAndOr): put result in bool or char,
2300           (geniCodeReceive): added parameter func for accessing the return type,
2301           (geniCodeFunctionBody): pass func to geniCodeReceive
2302         * src/SDCCmain.c: added indicator BitBankUsed
2303         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2304         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2305           (checkSClass): don't put automatic bool/bit on stack,
2306           (checkFunction): removed check on function cannot return bit
2307         * src/SDCCsymt.h: added newBoolLink prototype
2308         * src/mcs51/gen.c (rb1regs): added bit registers,
2309           (movc): created for assigning to carry,
2310           (pushReg, popReg): created for pushing registers,
2311           (sameRegs): check both AOP_REG and AOP_CRY types,
2312           (aopOp): handle bit registers,
2313           (aopPut): optimization no self-assign,
2314           (saveRegisters): push reg->base (bits) only once for bit registers,
2315            and use pushReg,
2316           (unsaveRegisters): pop reg->base only once and use popReg,
2317           (assignResultValue): added parameter func and return in carry for bits,
2318           (genIpush): optimization no reload in A if not changed,
2319           (genSend): bit parameters in reentrant functions are passed in bit
2320            registers by first assigning to bits in B, then save registers and
2321            copy B to bits,
2322           (genCall): handle returning in Carry properly, save it in F0 if needed,
2323           (genPcall): updated assignResultValue call, this is not safe yet for bit
2324            returning function !!!
2325           (genFunction): don't generate equ's for bit registers and use pushReg,
2326           (genEndFunction): take care of bit returning functions and use popReg,
2327           (genRet): return bit in Carry,
2328           (genIfx): optimize bit registers and other directly addressable bits,
2329           (genReceive): updated assignResultValue call
2330         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2331           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2332            registers when using stack-auto
2333         * src/mcs51/ralloc.c (_G): added allBitregs,
2334           (regs8051): added the bit registers,
2335           (createStackSpil): use macro IS_BIT,
2336           (getRegBit): added to allocate a bit register, else spill,
2337           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2338           (updateRegUsage): factored out to ease stepping while debugging,
2339           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2340            also allocate bit registers,
2341           (fillGaps): handle bit registers,
2342           (findAllBitregs): added to create bit vector with all bit registers,
2343           (mcs51_allBitregs): returns this bit vector,
2344           (mcs51_assignRegisters): when using stack-auto use bit registers for
2345            passing parameters and creating local variables
2346         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2347
2348 2005-08-22 Borut Razem <borut.razem AT siol.net>
2349
2350         * device/lib/Makefile.in: replaced find option -or with -o
2351           to make it run on solaris
2352
2353 2005-08-22 Raphael Neider <rneider AT web.de>
2354
2355         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2356           fixes #1265442 (crash on Solaris)
2357
2358 2005-08-20 Borut Razem <borut.razem AT siol.net>
2359
2360         * configure, configure.in: added tests for libsocket and libnsl libraries,
2361           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2362           from support/regression/Makefile.in
2363         * support/regression/Makefile.in: added
2364         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2365         * sim/ucsim/libtool: regenerated on sparc-solaris
2366         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2367           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2368           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2369           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2370           sparc-solaris, which doesn't use GNU ld linker
2371         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2372         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2373
2374 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2375
2376         * src/mcs51/peeph.def: updated comments
2377
2378 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2379
2380         * device/lib/_gptrget.c,
2381         * device/lib/_gptrput.c: slightly shorter
2382         * doc/sdccman.lyx: incremented version
2383         * src/mcs51/peeph.def: moved peephole comments to the line of first
2384           change to better keep line correlation, reanimated 186.e
2385         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2386
2387 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2388
2389         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2390           David Saxton with quotes around file name.
2391
2392 2005-08-15 Borut Razem <borut.razem AT siol.net>
2393
2394         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2395           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2396           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2397           make tests run on x86_64 platform
2398
2399 2005-08-13 Raphael Neider <rneider AT web.de>
2400
2401         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2402           as it might be executed DURING a build (parallel make is wonderful)
2403
2404 2005-08-13 Raphael Neider <rneider AT web.de>
2405
2406         * device/lib/Makefile.in (port-specific-objects-pic16):
2407           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2408         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2409           dependency
2410         * device/lib/pic16/Makefile.rules: build subdirs before creating
2411           the library, removed builddir rule, create $(builddir) early in
2412           recurse rule, use empty recurse rule for leaf directories
2413         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2414           mkdir errors (race condition), removed duplicate suffix "hex"
2415           from clean rules
2416         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2417         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2418           prevents mkdir -p from aborting on Alpha
2419
2420 2005-08-12 Raphael Neider <rneider AT web.de>
2421
2422         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2423           db-statements in order to allow for arrays of pointers in code
2424           sections to be placed without interspersed 0-padding, fixes
2425           bug #1256215
2426         * (emitStatistics): fixed division by zero for pic18f1220
2427         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2428           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2429         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2430         * (pic16_pCodeConstString): keep track of already emitted string
2431           literals to prevent "duplicate definitions of symbol _str_NR"
2432         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2433           debug message
2434         * device/lib/Makefile.in: ignore failing PIC16 library builds
2435         * device/lib/pic16/Makefile: do not build if gputils are missing
2436         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2437
2438 2005-08-10 Raphael Neider <rneider AT web.de>
2439
2440         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2441           my last commit)
2442
2443 2005-08-10 Raphael Neider <rneider AT web.de>
2444
2445         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2446           Rokas' patch to add the new fixed point type "__fixed16x16"
2447         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2448           functions for __fixed16x16 arithmetics
2449         * device/lib/pic16: reimplemented the build system to support
2450           a separate build directory, better handling of libio (create
2451           the library in a separate subdir for each architecture) and
2452           easier configuration (centralized in Makefile.common)
2453
2454 2005-08-07 Raphael Neider <rneider AT web.de>
2455
2456         * src/pic16/gen.c (genrshTwo): fixed sign extension
2457         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2458         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2459           added T0CONbits
2460         * device/include/pic16/pic18f4220.h: NEW, header for
2461           pic18f4220 and pic18f4320
2462         * device/include/pic16/pic18fregs.h: added new devices,
2463           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2464         * device/include/pic16/signal.h: resolved name clashes
2465           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2466           to also allow testing for interrupt enable bits, added
2467           comments on how to use the macros
2468         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2469         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2470           register definitions for the devices
2471         * device/lib/pic16/pics.all: added new devices
2472         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2473           allocated memory
2474         * device/lib/pic16/libc/stdlib/memfree: do not count
2475           the block header as free memory
2476         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2477           simplified and added missing end-of-blocklist-marker
2478           (reported by Peter Onion, fixes #1252814)
2479         * (_mergeHeapBlock): fixed loop condition
2480         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2481           len==0, restructured code
2482         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2483           up a bit, reduced bitfield accesses, prevent endless loops
2484           in case of heap corruption
2485         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2486           "unreferenced arguments/must return a value" warnings
2487         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2488           replaced BAUDREG with SPBRG
2489         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2490           device/lib/pic16/debug/gstack/gstack.c: replaced
2491           _naked, _asm, _endasm with __naked, __asm, __endasm
2492
2493 2005-08-05 Raphael Neider <rneider AT web.de>
2494
2495         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2496           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2497
2498 2005-08-05 Borut Razem <borut.razem AT siol.net>
2499
2500         * device/lib/Makefile.in: added missing ';'
2501         * configure: removed ^M characters
2502
2503 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2504
2505         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2506           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2507           License
2508
2509 2005-08-04 Borut Razem <borut.razem AT siol.net>
2510
2511         * configure.in: pic16 libraries build 2nd try - enable running
2512           configure in device/lib/pic16
2513         * configure: regenerated from configure.in
2514         * device/lib/Makefile.in: create $(PORT)/bin directory
2515
2516 2005-08-03 Raphael Neider <rneider AT web.de>
2517
2518         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2519           to get/set values via pointers
2520         * (genUnpackBits,genPackBits): changed detection of
2521           ptr->bitfield vs. sym.bitfield, fixed access via generic
2522           pointers, removed dead (wrong) code for multibyte bitfields
2523         * (genNearPointerGet, genGenPointerGet): removed useless code,
2524           fixed bitfield detection, fixes #1250594
2525         * (genNearPointerSet): removed useless code
2526         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2527           and introduced macro pic16_emitpcode that conditionally emits
2528           the origin of the following pCode (useful for debugging SDCC)
2529         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2530         * (createDefmap): fixed handling of LFSR for --optimize-df
2531
2532 2005-08-02 Borut Razem <borut.razem AT siol.net>
2533
2534         * device/lib/Makefile.in: pic16 libraries build enabled since
2535           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2536
2537 2005-08-02 Raphael Neider <rneider AT web.de>
2538
2539         * src/pic16/gen.c (genPackBits): removed deprecated warning
2540         * (genGenPointerSet): fixed bitfield detection
2541
2542 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2543
2544         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2545
2546 2005-07-31 Raphael Neider <rneider AT web.de>
2547
2548         * device/lib/pic16/libdev/pic18f458.c,
2549           device/include/pic16/pic18f458.h: added missing T0CONbits
2550
2551 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2554
2555 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2556
2557         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2558
2559 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2560
2561         * device/include/mcs51/at89c51ed2.h: added.
2562
2563 2005-07-23 Raphael Neider <rneider AT web.de>
2564
2565         * src/pic/gen.h: added emitpcode macro for debugging
2566         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2567           and replace by macro adding debug information on demand
2568         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2569         * (gencjne): tried to fix; replaced with correct (slower) code
2570         * (gen{Unp,P}ackBits): fixed single bit access
2571         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2572         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2573           previous instruction
2574         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2575           register has to be handled with care (forbidding movement
2576           of assignments/uses, removing assignments completely, ...)
2577         * (pCodeOptime2pCodes): make use of regIsSpecial
2578         * added lots of debugging output (commented out)
2579         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2580           from being reused as result UNLESS it is known to work
2581
2582 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2583
2584         * support/Util/dbuf.h: include <stddef.h> for size_t
2585         * .version: changed to version 2.5.2
2586
2587 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2588
2589         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2590
2591 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2592
2593         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2594           (genModOneByte): removed needless psha/pula
2595
2596 2005-07-22 Raphael Neider <rneider AT web.de>
2597
2598         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2599           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2600         * src/pic/gen.c (resolveIfx): do not "invent" labels
2601         * (genSkipc): changed to positive logic
2602         * (genSkipCond): removed as no longer needed
2603         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2604           backport from PIC16
2605         * (genLeftShift): check operands are in different registers
2606         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2607           INCF does not update CARRY...
2608         * src/pic/main.c: fixed _linkCmd
2609         * src/pic/pcode.c (unlinkpCode): added inactive code
2610         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2611           alive (do not assign result and operand overlapping registers)
2612
2613 2005-07-22 Raphael Neider <rneider AT web.de>
2614
2615         * src/pic/device.c (dump_sfr): replaced register declaration with
2616           call to emitSymbolToFile() to avoid duplicate symbols
2617         * (assignRelocatableRegisters): do not declare external symbols
2618         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2619           right (take size of type, not etype)
2620         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2621         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2622         * (packRegsForAccUse): disabled assignment of WREG as
2623           the result reg to prevent occurence of just fixed #1235003,
2624           fixes #1242954
2625         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2626           symbols (avoids duplicate symbols in .asm file)
2627         * (pic14emitRegularMap): use emitSymbolToFile()
2628         * src/pic/gen.c (aopOp): fixed spillLocation handling
2629         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2630         * (genDataPointerSet): removed unneccessary variables/output
2631
2632 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2633
2634         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2635         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2636
2637 2005-07-21 Raphael Neider <rneider AT web.de>
2638
2639         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2640           architecture cannot handle them efficiently, fixes bug #1235003
2641         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2642           check for empty sets before using them (fixes bug #1232190)
2643
2644 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2645
2646         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2647           (lnksect2): generate warnings for memory overlap
2648         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2649           constseg to set the name of these segments so you can instruct the linker
2650           to place them in banks
2651         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2652         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2653           added code_seg and const_seg to options
2654         * src/SDCCglue.c (emitMaps): use options.const_seg,
2655           (createInterruptVect): put interrupt vectors in segment HOME,
2656           (glue): put HOME before static segment and put the main glue in HOME,
2657           (glue): use options.code_seg
2658         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2659         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2660           these segments so you can instruct the linker to place them in banks
2661           (linkEdit): use code_loc for HOME segment which should be the first
2662           segment in code memory now
2663         * src/SDCCmem.c: fixed more stuff like bug 1238386
2664         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2665           (changePointer): don't change function pointers to code pointers for
2666           banked functions,
2667           (compareType): added exceptional check for banked function pointers
2668         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2669         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2670           after static in code memory
2671         * src/mcs51/gen.c: added aopLiteralLong prototype,
2672           (aopForSym): use getSize for functions,
2673           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2674           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2675           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2676           the segment,
2677           (genPcall): use call for literal function pointers and generate banked
2678           calls over the one trampoline so there's only one place for the user to
2679           modify according to his/hers hardware,
2680           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2681           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2682         * src/mcs51/main.c: added keyword banked,
2683           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2684         * support/Util/SDCCerr.c,
2685         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2686           needed for passing the bank and address to the trampoline
2687         * device/lib/mcs51/crtbank.asm: added for bankswitching
2688         * device/lib/mcs51/Makefile: added crtbank
2689
2690 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2691
2692         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2693           for fields at offset 0 of a struct or union as reported
2694           on 2005-07-07 in the developer mailing list.
2695
2696 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2697
2698         * src/SDCCmem.c: fixed bug 1238386
2699
2700 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2701
2702         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2703           (patch #1144962), added peephole 300, enabled 259.x
2704         * doc/sdccman.lyx: removed screenshot and provided link instead
2705
2706 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2707
2708         * doc/sdccman.lyx: added section about debugging with ddd
2709         * doc/figures/ddd_example.eps: screenshot of debugging session
2710
2711 2005-07-04 Raphael Neider <rneider AT web.de>
2712
2713         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2714           like CODE pointers, fixes #1115683
2715         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2716           call, fixes bugs #1232211, #1228110,
2717           fixed wrong casts to pCodeFlow from pCodeInstructions
2718
2719 2005-07-04 Raphael Neider <rneider AT web.de>
2720
2721         * src/pic/gen.c (popGet): changed assert to allow for
2722           bit operands
2723         * (popGetAddr): changed signature to provide
2724           an additional index, patched all call sites
2725         * (genCmpEq): handle literal-like operands correctly
2726         * (genAddrOf): added sanity checks on __code/__data pointers
2727         * (genAssign): added handling of symbols from __code section
2728         * (gencjne): do not generate code for comparisons whose result
2729           is neither stored nor used, fixes bug #1171114
2730         * (AccLsh, AccRsh): operate on operand instead of WREG
2731         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2732           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2733           by known count
2734         * rewrote complete shift-by-literal logic, commented unused
2735           functions out
2736         * (genConstPointerGet): get multiple bytes (if result size > 1),
2737           fixed handling of non-immediate addresses
2738         * (genPointerGet): handle CODE pointers like CONST pointers
2739         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2740         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2741           operand is to be treated as a literal or not
2742         * (mov2w,genPcall,genCmpEq),
2743           src/pic/genarith.c: use aop_isLitLike() to decide between
2744           literal/register contents
2745         * (addSign): added missing offset
2746         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2747           only emit comment in debug-mode,
2748           use {aop,op}_isLitLike throughout the file
2749         * src/pic/glue.c: fix initializers for pointers (work in progress)
2750         * src/pic/pcode.c (get_op): honor index on _const symbols
2751         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2752         * (dumppBlock): added pCode size estimation
2753         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2754           check for IS_SYMOP before OP_SYMBOL'ing
2755         * fixed indentation, compacted switch-statements
2756         * (allocReg): find free register and allocate it instead of
2757           allocating new registers all the time
2758         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2759           registers as its operands (necessary only for multibyte GETs)
2760
2761 2005-07-01 Raphael Neider <rneider AT web.de>
2762
2763         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2764           debugging .asm-output macros FENTRY + FEXIT
2765         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2766           way... I wonder...
2767         * (emitpComment): NEW, printf to pCode
2768         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2769           offset handling
2770         * (popGetAddr): NEW, variant of popGet to access an immediates
2771           high(er) bytes instead of the n'th byte of memory they reference,
2772           replaced popGet with popGetAddr where neccessary
2773         * (genDataPointerGet): reactivated and fixed implementation
2774         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2775           accesses
2776         * (genDataPointerSet): fixed multibyte assignments
2777         * (genpic14Code): fixed --i-code-in-asm handling
2778         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2779         * (genPlus): fixed index-out-of-bounds error
2780         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2781         * src/pic/ralloc.c: added debugging output macro FENTRY2
2782         * (spillThis): fixed indentation, enbraced for-body for clarity
2783         * (rematStr): commented out as now unused
2784         * (regTypeNum): commented out special spill case (overwrites
2785           arbitrary values)
2786         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2787
2788 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2789
2790         * doc/sdccman.lyx: documented sfr16/sfr32,
2791           added example for using storage class with function pointers
2792         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2793
2794 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2795
2796         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2797         * device/lib/_itoa.c,
2798         * device/lib/_ltoa.c: optimized codesize
2799         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2800           but don't know how to suppress the double warning.
2801         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2802         * support/Util/SDCCerr.c,
2803         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2804
2805 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2806
2807         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2808           fixed old K&R prototypes
2809         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2810         * device/lib/_gptrget.c,
2811         * device/lib/_gptrgetc.c,
2812         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2813           also new versions for small generic pointers and banked generic pointers
2814         * src/port.h: added const_name
2815         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2816         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2817         * src/SDCCcse.c (findPrevIc): check all associative operators
2818         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2819         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2820         * src/SDCCmem.c: updated comments,
2821           set far-space to 0 for pdata, results in optimized code
2822         * src/SDCCmem.h: added macro CONST_NAME
2823         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2824           moving the info into the highest bits, see also gptrget/gptrput
2825         * src/src.dsp: added sdcc.ico to project files
2826         * src/avr/gen.c (genCast): fixed bug 0x%d
2827         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2828         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2829           relation between ptr_type and DCL_TYPE,
2830           (genCast): fixed bug 0x%d
2831         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2832           (CODE)" for const_name
2833         * src/hc08/gen.c (genCast): fixed bug 0x%d
2834         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2835           (hc08_port): added "CONST (CODE)" for const_name
2836         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2837           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2838           between ptr_type and DCL_TYPE,
2839           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2840           operand* and took AOP() inside function so sfr-ness can be checked,
2841           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2842           new prototype,
2843           (genFunction, genEndFunction): optimized stack setup,
2844           (genMinus): optimized for literals with ending zeroes (in bytes),
2845           (genCast): fixed bug 0x%d
2846         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2847           (mcs51_port): added "CONST (CODE)" for const_name
2848         * src/mcs51/peeph.def: made rule 226 more generic
2849         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2850         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2851         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2852         * src/z80/main.c (z80_port): added NULL for const_name,
2853           (gbz80_port): added NULL for const_name
2854         * support/regression/tests/bug663539.c,
2855         * support/regression/tests/sfr16.c: new tests
2856
2857 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2858
2859         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2860
2861 2005-06-24 Raphael Neider <rneider AT web.de>
2862
2863         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2864           corrected typos...
2865         * device/include/pic16/signal.h: added USBIF
2866           and SIG_USB
2867
2868 2005-06-24 Raphael Neider <rneider AT web.de>
2869
2870         * device/lib/pic16/libdev/pic18f2455.c,
2871           device/include/pic16/pic18f2455.h: NEW
2872         * device/include/pic16/pic18fregs.h,
2873           device/lib/pic16/pics.all,
2874           src/pic16/device.c: added 18f2455
2875         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2876           device/include/pic16/{pic18f[68][567].h,usart.h}:
2877           replaced MULTIPLE_USARTS define with more relaible
2878           compatibility sfrs (for USART access)
2879
2880 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2881
2882         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2883           and the output asm file line is printed on two lines.
2884
2885 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2886
2887         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2888           BGT, BLE, BHI, and BLS instructions
2889         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2890           genCmpEq): removed
2891         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2892           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2893           fixes bug #1216342
2894         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2895
2896 2005-06-15 Raphael Neider <rneider AT web.de>
2897
2898         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2899         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2900         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2901           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2902           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2903
2904 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2905
2906         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2907           Marcel Telka in bug #1215704
2908
2909 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2910
2911         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2912           located in shared memory bank.
2913
2914 2005-05-31 Raphael Neider <rneider AT web.de>
2915
2916         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2917           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2918           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2919
2920 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2921
2922         * device/lib/_strncpy.c: fixed the fix
2923
2924 2005-05-26 Raphael Neider <rneider AT web.de>
2925
2926         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2927           initializers with \0, bug #1208187
2928         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2929           intializers with \0, bug #1208187
2930
2931 2005-05-26 Raphael Neider <rneider AT web.de>
2932
2933         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2934           initializers with \0, bug #1208187
2935         * src/pic16/main.c (_process_pragma): added sanity checks
2936           for stack position and size, emit warnings when appropriate
2937
2938 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2939
2940         * device/lib/_strncpy.c: fixed not filling with \0
2941
2942 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2943
2944         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2945           createFunction),
2946         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2947           compound_statement),
2948         * src/SDCCsymt.h,
2949         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2950
2951 2005-05-24 Raphael Neider <rneider AT web.de>
2952
2953         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2954
2955 2005-05-24 Raphael Neider <rneider AT web.de>
2956
2957         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2958           TRISE definitions, closes bug #1162453
2959
2960 2005-05-22 Raphael Neider <rneider AT web.de>
2961
2962         * src/pic16/main.c (_process_pragma): check for missing
2963           arguments to pragmas code and udata
2964         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2965           consistency fixes to match other headers (thanks to Jim Paris)
2966         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2967
2968 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2969
2970         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2971
2972 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2973
2974         * support/regression/tests/bug1198642.c: new test
2975         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2976         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2977         * support/scripts/resource.h,
2978         * support/scripts/resource.rc,
2979         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2980         * support/scripts/sdcc.ico: added 32x32 icon
2981
2982 2005-05-18 Raphael Neider <rneider AT web.de>
2983
2984         * device/lib/pic16/libdev/pic18f*.c,
2985         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2986           keywords to "__sfr" and "__at (X)"
2987         * device/include/pic16/pic18fregs.h: added pic18f4520
2988         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2989           #1203088 (MPLAB compatibility)
2990
2991 2005-05-17 Raphael Neider <rneider AT web.de>
2992
2993         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2994         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2995         * device/lib/pic16/pics.all: added new devices
2996         * src/pic16/device.c: added support for pic18f4520
2997
2998 2005-05-16 Raphael Neider <rneider AT web.de>
2999         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3000         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3001         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3002           convenience function for bit access
3003
3004 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3005
3006         * device/lib/printf_large.c: fixed bug 1193299
3007         * support/regression/tests/bug1057979.c: added test %3.3s
3008
3009 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3010
3011         * device/include/mcs51/8051.h,
3012         * device/include/mcs51/8052.h: made parseable with lint
3013         * device/include/mcs51/lint.h: added include file for (sp)lint
3014         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3015         * doc/cdbfileformat.lyx,
3016         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3017
3018 2005-05-14 Raphael Neider <rneider AT web.de>
3019
3020         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3021         * device/lib/pic16/libc/stdlib/itoa.c (new)
3022         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3023         * device/lib/pic16/libio/Makefile: exclude subdir according to
3024           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3025         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3026         * src/pic16/gen.c (genFunction): prevent annoying warning
3027         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3028           nameclashes on BeOS
3029         * support/cpp2/cppmain.c (cpp_output_string): new
3030         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3031           fixes bug 1116802
3032
3033 2005-05-13 Borut Razem <borut.razem AT siol.net>
3034
3035         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3036
3037 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3038
3039         * .version: changed to version 2.5.1; back to bleeding edge development
3040
3041 2005-05-11 Borut Razem <borut.razem AT siol.net>
3042
3043         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3044           generate PDF version 1.3 documents
3045
3046 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3047
3048         * .version: changed to version 2.5.0
3049
3050 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3051
3052         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3053
3054 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3055
3056         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3057         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3058         well as many smaller updates.
3059         * .version: changed to version 2.5.0-pre1
3060
3061 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3062
3063         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3064
3065 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3066
3067         * support/regression/tests/bug1185672.c: added
3068         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3069           bug 1185672
3070         * src/mcs51/gen.c (genCall): added comments, made it look safer
3071         * src/mcs51/gen.c (genEndFunction): simplified
3072
3073 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3074
3075         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3076
3077 2005-04-14 Borut Razem <borut.razem AT siol.net>
3078
3079         * fixed bug 1045046 - SIGSEGV with really simple code?:
3080           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3081           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3082
3083 2005-04-14 Borut Razem <borut.razem AT siol.net>
3084
3085         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3086           src/pic16/device.h: temporarily disabled experimental #inline pragma
3087           for 2.5.0 release
3088
3089 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3090
3091         * device/include/z80/stdio.h,
3092         * device/include/z80/string.h: removed these highly incomplete files so
3093           SDCC can use the default ones in device/include/
3094
3095 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3096
3097         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3098         gcc warning.
3099         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3100         fix sdcpp warnings.
3101
3102 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3103
3104         * device/include/malloc.h: removed redundant __reentrant prototypes
3105         * device/lib/_mullong.c: added working xstack variant in asm (C version
3106           doesn't pass regression tests)
3107         * device/lib/bpx.c: used __data and made bpx char for mcs51
3108         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3109           (createFunction): fixed bug with xstackPtr
3110         * src/SDCCcse.c: corrected comments
3111         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3112           (killDeadCode, eBBlockFromiCode): removed unused code
3113         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3114           corrected comments
3115         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3116           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3117           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3118           (genModOneByte): fixed warning in MSVC
3119         * src/mcs51/main.c (): added comments
3120         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3121
3122 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3123
3124         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3125
3126 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3127
3128         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3129
3130 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3131
3132         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3133         characters arrays of larger size than the declared one.
3134
3135 2005-04-10 Borut Razem <borut.razem AT siol.net>
3136
3137         * src/pic/gen.c (genInline),
3138           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3139           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3140           (findNextInstruction), (findPrevInstruction),
3141           (findInstructionUsingLabel),
3142           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3143         * src/pic/pcode.c (findLabel): added missing '\n'
3144         * src/src.dsp: added SDCCdwarf2.c to the project
3145
3146 2005-04-09 Borut Razem <borut.razem AT siol.net>
3147
3148         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3149
3150 2005-04-08 Raphael Neider <rneider AT web.de>
3151
3152         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3153           into the chain after a given one) and mergeDefmapSymbols (combine
3154           defmap entries for each symbol per pcode)
3155         * (createDefmap): have defmap entries merged in the end
3156         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3157           a symbol before replacing one access type's symbol, merge symbols in
3158           the end (replacement symbol might already have an entry)
3159         * (assignValnums): keep reference to written WREG intact
3160
3161 2005-04-08 Raphael Neider <rneider AT web.de>
3162
3163         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3164           Alpha)
3165
3166 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3167
3168         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3169         bytes
3170
3171 2005-04-07 Raphael Neider <rneider AT web.de>
3172
3173         * device/include/pic16/usart.h: added compatibility defines for
3174           devices with more than one USART
3175         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3176
3177 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3178
3179         * device/lib/Makefile.in: updated for port specific include
3180
3181 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3184
3185 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3186
3187         * device/include/8051.h,
3188         * device/include/8052.h,
3189         * device/include/at89S8252.h,
3190         * device/include/at89c55.h,
3191         * device/include/at89x051.h,
3192         * device/include/at89x51.h,
3193         * device/include/at89x52.h,
3194         * device/include/mcs51reg.h,
3195         * device/include/reg51.h,
3196         * device/include/reg764.h,
3197         * device/include/regc515c.h,
3198         * device/include/sab80515.h: (re)moved these 12 files
3199         * device/include/mcs51/8051.h,
3200         * device/include/mcs51/8052.h,
3201         * device/include/mcs51/at89S8252.h,
3202         * device/include/mcs51/at89c55.h,
3203         * device/include/mcs51/at89x051.h,
3204         * device/include/mcs51/at89x51.h,
3205         * device/include/mcs51/at89x52.h,
3206         * device/include/mcs51/mcs51reg.h,
3207         * device/include/mcs51/reg51.h,
3208         * device/include/mcs51/reg764.h,
3209         * device/include/mcs51/regc515c.h,
3210         * device/include/mcs51/sab80515.h: and added them here
3211
3212 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3213
3214         * device/include/stdarg.h: changed SDCC specific keywords to double
3215           underlined form.
3216         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3217           mcs51 and ds390.
3218         * device/include/hc08/mc68hc908gp32.h,
3219         * device/include/hc08/mc68hc908jb8.h,
3220         * device/include/hc08/mc68hc908jkjl.h,
3221         * device/include/hc08/mc68hc908qy.h: fixed comments
3222         * device/include/mcs51/README: updated
3223         * device/include/mcs51/c8051f120.h: added PINRSF
3224         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3225         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3226           amidst code. Also inline is not supported.
3227
3228 2005-04-06 Raphael Neider <rneider AT web.de>
3229
3230         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3231         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3232           callers stack/frame pointers
3233
3234 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3235
3236         * device/include/pic16/usart.h: added, missing in previous commit,
3237         * device/include/pic16/adc.h: fixed typo,
3238         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3239         commit,
3240         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3241         <p18fxxx.inc>
3242         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3243         uninitialized because a bug appears with gplink
3244         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3245         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3246         complains for unrecognised option
3247
3248 2005-04-05 Raphael Neider <rneider AT web.de>
3249
3250         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3251           structs as well (using memcpy)
3252         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3253           on ISRs (GOTO has no label)
3254         * src/pic16/device.h: added OF_OPTIMIZE_DF
3255         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3256           new data flow analysis/optimization
3257         * src/pic16/pcode.c: added (prototypes for and implementation of)
3258           dataflow analysis functions, fixed pCodeInstructions' inCond and
3259           outCond values, made RCALL a branch instruction
3260         * (pic16_unlinkpCode): keep C line if possible
3261         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3262           C line moved if possible
3263         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3264         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3265           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3266         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3267           new flow)
3268         * (pic16_getJumptabpCode): NEW, needed in...
3269         * (LinkFlow): fixed handling of jumptables, calls and conditional
3270           branches
3271         * (pic16_InsertCommentAfter): NEW
3272         * (pic16_pCodeReplace): made verbose and flow preserving
3273         * (AnalyzeFlow): added call to data flow analysis
3274         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3275         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3276         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3277
3278 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3279
3280         * src/SDCCast.c (decorateType): fixed bug #1105626
3281
3282 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3283
3284         * device/include/asm/pic16/features.h,
3285         * pic18f*.h headers,
3286         * device/include/pic16/adc.h,
3287         * device/include/pic16/delay.h,
3288         * device/include/pic16/i2c.h,
3289         * device/include/pic16/malloc.h,
3290         * device/include/pic16/stdio.h,
3291         * device/include/pic16/stdlib.h,
3292         * device/include/pic16/string.h,
3293         * device/lib/pic16/libc/stdio/printf_tiny.c,
3294         * device/lib/pic16/libc/stdio/printf_small.c,
3295         * device/lib/pic16/libc/stdio/strmgpsim.c,
3296         * device/lib/pic16/libc/stdio/strmmssp.c,
3297         * device/lib/pic16/libc/stdio/strmusart.c,
3298         * device/lib/pic16/libc/stdio/vfprintf.c,
3299         * device/lib/pic16/libc/stdlib/ltoa.c,
3300         * device/lib/pic16/libc/stdlib/putchar.c,
3301         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3302         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3303         * device/lib/pic16/libc/stdlib/memchrram.c,
3304         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3305         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3306         * device/lib/pic16/libio/adc/adcbusy.c,
3307         * device/lib/pic16/libio/adc/adcread.c,
3308         * device/lib/pic16/libio/adc/adcsetch.c,
3309         * device/lib/pic16/libio/usart/ubaud.c,
3310         * device/lib/pic16/libio/usart/ubusy.c,
3311         * device/lib/pic16/libio/usart/udrdy.c,
3312         * device/lib/pic16/libio/usart/uopen.c,
3313         * device/lib/pic16/libio/usart/uputc.c,
3314         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3315         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3316         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3317         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3318         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3319         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3320         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3321         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3322         specific keywords to double underlined form,
3323         * device/lib/pic16/libc/Makefile.rules,
3324         * device/lib/pic16/libsdcc/Makefile.rules,
3325         * device/lib/pic16/libm/Makefile,
3326         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3327         to compile with C standard set in Makefile.common
3328         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3329         rand.c and crc.c in compilation process,
3330         * device/lib/pic16/libsdcc/int/divuint.c,
3331         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3332         `c' from signed to unsigned,
3333         * device/lib/pic16/startup/crt0.c,
3334         * device/lib/pic16/startup/crt0i.c,
3335         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3336         keywords to double underlined form, bug fixes in _do_cinit function
3337         which prevented the correct initialization of the .idata segment,
3338         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3339         core to enter a infinite loop
3340         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3341
3342 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3343
3344         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3345
3346 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3347
3348         * device/include/Makefile.in: add support for hc08 subdirectory
3349         * device/include/hc08/: new subdirectory
3350         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3351         Lucas Loizaga, thanks!
3352         * device/include/hc08/mc68hc908qy.h,
3353         * device/include/hc08/mc68hc908gp32.h,
3354         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3355         their own directory. Changed internal macro names to use the compiler
3356         reserved namespace. Changed SDCC specific keywords to double
3357         underlined form.
3358         * device/include/math.h,
3359         * device/include/malloc.h,
3360         * device/include/stdarg.h,
3361         * device/include/stdbool.h
3362         * device/include/string.h,
3363         * device/include/tinibios.h,
3364         * device/include/ds400rom.h,
3365         * device/include/8051.h,
3366         * device/include/8052.h,
3367         * device/include/80c51xa.h,
3368         * device/include/at89c55.h,
3369         * device/include/at89S8252.h,
3370         * device/include/at89x51.h,
3371         * device/include/at89x52.h,
3372         * device/include/ds80c390.h,
3373         * device/include/reg764.h,
3374         * device/include/regc515c.h,
3375         * device/include/sab80515.h,
3376         * device/include/mcs51/c8051f000.h,
3377         * device/include/mcs51/c8051f018.h,
3378         * device/include/mcs51/c8051f020.h,
3379         * device/include/mcs51/c8051f040.h,
3380         * device/include/mcs51/c8051f060.h,
3381         * device/include/mcs51/c8051f120.h,
3382         * device/include/mcs51/c8051f300.h,
3383         * device/include/mcs51/c8051f310.h,
3384         * device/include/mcs51/c8051f320.h,
3385         * device/include/mcs51/c8051f330.h,
3386         * device/include/mcs51/c8051f350.h,
3387         * device/include/z180.h: Changed SDCC specific keywords to double
3388         underlined form.
3389
3390 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3391
3392         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3393         18F4455,
3394         * (pic16_assignConfigWordValue): disable testing of configuration
3395         register value with config mask,
3396         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3397         function with port->fun_prefix,
3398         * (genFunction): when generating a naked interrupt function never
3399         create an absolute segment placed in interrupt vector address, place
3400         the actual interrupt function at IVA instead, when an interrupt
3401         function is generated with unspecified interrupt then do not create
3402         the absolute section,
3403         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3404         code for generating a call to generic pointer get/put function with
3405         a call to function pic16_callGenericPointer(),
3406         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3407         the call to the generic pointer get/put functions with prefixing the
3408         function name with port->fun_prefix,
3409         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3410         * src/pic16/main.c (_process_pragma): prefix function with
3411         port->fun_prefix,
3412         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3413         calling assembler, old 18Fxxxx macro is deprecated,
3414         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3415         PC_ASMDIR in while condition,
3416         * (findInstruction): add PC_ASMDIR in while condition,
3417         * (buildCallTree): prefix main with port->fun_prefix,
3418         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3419         identifier for variable with banked access in instructions BTFSS,
3420         BTFSC, BCF, BSF, BTG
3421         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3422         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3423         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3424         perform optimization when enviroment variable NO_REG_OPT is set,
3425         * (insideLRBlock): NEW, return 1 if register is inside an
3426         INF_LOCALREGS block,
3427         * (RemoveRegFromLRBlock): remove a register that is completely
3428         eliminated by register optimization, but it is still left in local
3429         register store/restore in/from stack block,
3430         * (Remove2pcodes): after removing register, check to see if it
3431         should be removed from local register store/restore in/from stack
3432         block,
3433         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3434         DUMMY_READ_VOLATILE,
3435
3436         * device/include/pic16/adc.h: minor prototype modifications and
3437         update,
3438         * device/include/pic16/malloc.h: added GPL notice various
3439         modifications,
3440         * device/include/pic16/stdint.h: NEW, standard header for ints
3441         * device/include/pic16/delay.h: NEW, header for delay functions,
3442         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3443         delay1mtcy,
3444         * device/include/pic16/signal.h: NEW, header providing helper macros
3445         for implementing signal handlers,
3446         * device/include/pic16/stdio.h: added prototypes for functions,
3447         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3448         prototypes for stdin and stdout, added macro PUTCHAR to
3449         automatically implement putchar function prototype,
3450         * device/include/pic16/usart.h: modified and updated USART library,
3451         * device/lib/pic16/libio/adc/,
3452         * device/lib/pic16/libio/i2c: some modifications to improve library
3453         performance,
3454         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3455         family of functions,
3456         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3457         family of functions and other sources,
3458         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3459         of the PIC18Fxx[28] devices,
3460         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3461         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3462         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3463         _do_cinit function, because the previous failed when local variables
3464         where not placed in the same memory bank,
3465         * device/lib/pic16/libsdcc/char/: various modifications to improve
3466         library performance,
3467         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3468         information on the new functions of the c library and more...
3469
3470 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3471
3472         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3473
3474 2005-03-26 Raphael Neider <rneider AT web.de>
3475
3476         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3477           if condition == CARRY)
3478         * (genCmp): adapted to new genSkipc semantics
3479         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3480           on rIfx (genCmp was broken)
3481
3482 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3483
3484         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3485         * src/z80/main.c (_keywords[]),
3486         * src/SDCCglobal.h (struct options),
3487         * src/SDCC.y,
3488         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3489         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3490         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3491         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3492         always available in leading double underscore form. The C99 support is
3493         mostly missing, but it's a start.
3494         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3495         reserved identifier "__data".
3496
3497 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3498
3499         * src/mcs51/peeph.def: fixed bug 1170013
3500
3501 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3502
3503         * device/include/mcs51reg.h: fixed bug 842007
3504
3505 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3506
3507         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3508         last time.
3509
3510 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3511
3512         * src/port.h (struct PORT),
3513         * src/avr/ralloc.c (avr_assignRegisters),
3514         * src/avr/main.c,
3515         * src/ds390/ralloc.c (ds390_assignRegisters),
3516         * src/ds390/main.c,
3517         * src/hc08/ralloc.c (hc08_assignRegisters),
3518         * src/hc08/main.c,
3519         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3520         * src/mcs51/main.c,
3521         * src/pic/ralloc.c (pic14_assignRegisters),
3522         * src/pic/main.c,
3523         * src/pic16/ralloc.c (pic16_assignRegisters),
3524         * src/pic16/main.c,
3525         * src/xa51/ralloc.c (xa51_assignRegisters),
3526         * src/xa51/main.c,
3527         * src/z80/ralloc.c (z80_assignRegisters),
3528         * src/z80/ralloc.h,
3529         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3530         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3531         * src/SDCCcse.h,
3532         * src/SDCCdflow.c (computeDataFlow),
3533         * src/SDCCdflow.h,
3534         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3535         * src/SDCCloop.h,
3536         * src/SDCCcflow.c (*),
3537         * src/SDCCcflow.h,
3538         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3539         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3540         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3541         immedDom() returning wrong block; probably fixes bug #1160833)
3542
3543 2005-03-20 Borut Razem <borut.razem AT siol.net>
3544
3545         * support/scripts/inc2h.pl: WIN32 port
3546
3547 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3548
3549         * device/lib/makefile.in: added abs.c and labs.c
3550
3551 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3552
3553         * device/include/stdint.h: added
3554         * device/lib/abs.c: added
3555         * device/lib/labs.c: added
3556         * device/include/stdlib.h: added abs() and labs() prototypes
3557         * device/lib/libsdcc.lib: added abs and labs
3558         * device/include/float.h,
3559         * device/lib/_fsmul.c,
3560         * device/lib/printf_fast.c,
3561         * device/lib/printf_tiny.c: updated comments
3562
3563 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3564
3565         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3566         bug #1164313
3567
3568 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3569
3570         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3571         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3572
3573 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3574
3575         * device/lib/printf_large.c: removed inline assembly for portability and
3576           readability. Use printf_fast if speed or size are more important.
3577         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3578         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3579
3580 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3581
3582         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3583         prevent compiler warning
3584
3585 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3586
3587         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3588         moved to level 0 and declared as static. Also they are explicit
3589         placed in access bank. This was necessery because some times they
3590         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3591         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3592         optimizations. Currently only compare to unsigned char is implemented,
3593         * src/pic16/gen.c: added fReturnIdx array,
3594         * (struct resolvedIfx) is moved to gen.h and made public,
3595         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3596         * (aopForSym): added an optimization to directly store in stack of
3597         the operand of a SEND iCode,
3598         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3599         but as registers instead (AOP_REG) using the fReturnIdx array,
3600         * (pic16_freeAsmop): remove the freed register from the
3601         _G.sregsAlloc field,
3602         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3603         a compare of 'WREG',
3604         * (pic16_popGetTempRegCond): changed function prototype, now
3605         function takes also a bitVector argument v which holds the current
3606         set of registers that are allocated for stack access by aopForSym,
3607         registers allocated in aopForSym for accessing stack symbols are not
3608         any more part of the functions usedRegs field,
3609         * (genCall): some times aopOp is called for a stack variable to be
3610         send, aopForSym might perform the push, if this is true make sure
3611         that genCall doesn't push the variable twice by testing _G.resDirect,
3612         * (genFunction): changed testing for unspecified interrupt number
3613         from 256 to INTNO_UNSPEC,
3614         * modified selection scheme of frame pointer generation. Previously
3615         if function did use local registers a frame pointer was generated,
3616         now a frame pointer is generated only if function has arguments
3617         (that need PLUSW2 register access), or has stack arguments, or the
3618         compiler is not instructed to omit the frame pointer,
3619         * (genEndFunction): before restoring local registers that were saved
3620         in the function preamble, also restore the registers that *might*
3621         have been allocated for stack access,
3622         * (genRet): removed some old comments,
3623         * (genCmp, the active (RN's) version): added a call to the
3624         pic16_genCmp_special function to perform the compare with a more
3625         robust and optimized way,
3626         * (genInline): a feature has been added in inline code generation,
3627         which allows a wildcard variable substitution when writing inline
3628         assembly. Code is incomplete and experimental therefore undocumented,
3629         * (genCast): changed order of aopOp for result and right to allow
3630         aopForSym to directly load the result if possible,
3631         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3632         perform an optimized compare on some selected special occasions,
3633         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3634         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3635         generate an IVT any more,
3636         * src/pic16/main.c (pic16_optionsTable): added command line option
3637         --optimize-cmp,
3638         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3639         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3640         macros,
3641         * src/pic16/NOTES: Raphael Neider added in list of active developers
3642         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3643         jumptable_end to prevent bug #,
3644         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3645         inCond and outCond fields,
3646         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3647         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3648         turn off register spilling,
3649         * (packRegsForOneUse): synced with other ports' versions although it
3650         is not used currently,
3651         * (pic16_packRegisters): added an optimization while reading
3652         structure bitfields, some registers may be saved (malloc code is
3653         decreased by 80 bytes)
3654
3655 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3656
3657         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3658         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3659         this can be optimized more?
3660
3661 2005-03-10 Raphael Neider <rneider AT web.de>
3662
3663         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3664           genNearPointerGet): (hopefully) fixed access to bitfields via
3665           pointers (p->bitN = x; and x = p->bitN; failed)
3666
3667 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3668
3669         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3670
3671 2005-03-09 Raphael Neider <rneider AT web.de>
3672
3673         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3674
3675 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3676
3677         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3678         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3679           (regTypeNum): set REG_BIT type if necessary
3680         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3681         * support/regression/tests/critical.c: check bug 1144613
3682
3683 2005-03-02 Raphael Neider <rneider AT web.de>
3684
3685         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3686
3687 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3688
3689         * src/avr/ralloc.c (serialRegAssign),
3690         * src/ds390/ralloc.c (serialRegAssign),
3691         * src/hc08/ralloc.c (serialRegAssign),
3692         * src/mcs51/ralloc.c (serialRegAssign),
3693         * src/pic/ralloc.c (serialRegAssign),
3694         * src/pic16/ralloc.c (serialRegAssign),
3695         * src/xa51/ralloc.c (serialRegAssign),
3696         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3697
3698 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3699
3700         * src/SDCCast.c (decorateType): fixed bug 1124787
3701
3702 2005-02-20 Hubert Sack <sack AT digiplan.de>
3703         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3704
3705         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3706         patch #1121755
3707
3708 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3709
3710         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3711         to keep the correct label reference count when adding/removing references
3712         to labels. A peephole file using this is appended to patch #1144962.
3713
3714 2005-02-14 Raphael Neider <rneider AT web.de>
3715
3716         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3717         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3718         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3719           retrievals of result operand's value on assignment
3720
3721 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3722
3723         * device/include/pic16/string.h: modified prototype for memccpy()
3724         to memccpy(void *, void *, char, size_t)
3725         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3726         check whether to omit frame pointer or not,
3727         * (genInline): convert all occurences of "\n" to LF in inline
3728         assembler blocks, this helps formatting the inline text,
3729         * (pic16_loadFSR0): modified prototype,
3730         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3731         removed some 8051 legacy code,
3732         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3733         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3734         before allocating temporary registers in functions,
3735
3736 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * support/regression/tests/bitvars.c: corrected the "fix"
3739
3740 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * support/regression/tests/bitvars.c,
3743         * support/regression/tests/bitwise.c,
3744         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3745
3746 2005-02-10 Raphael Neider <rneider AT web.de>
3747
3748         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3749           different size for Alpha
3750         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3751
3752 2005-02-09 Raphael Neider <rneider AT web.de>
3753
3754         * src/SDCC.lex(doPragma) : save and restore warning options as well
3755           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3756         * have #pragma less_pedantic set the errorlevel to WARNING
3757           (fixes #1117001)
3758         * (cloneOptimize) : fixed wrong malloc's size
3759         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3760           facilitate correct handling of #pragma (save|restore)
3761
3762 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3763
3764         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3765
3766 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3767
3768         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3769
3770 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3771
3772         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3773
3774 2005-02-02 Raphael Neider <rneider AT web.de>
3775
3776         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3777         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3778         * (pic16_storeForReturn): fixed to allow returning function pointers
3779         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3780         * device/include/pic16/{stddef.h,stdbool.h}: added
3781
3782 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3783
3784         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3785
3786 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3787
3788         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3789         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3790          appeared to be required
3791
3792 2005-01-31 Borut Razem <borut.razem AT siol.net>
3793
3794         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3795           include/mcs51 and include/z80 directories to the package
3796
3797 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3798
3799         * src/hc08/gen.c (genFunction): fixed bug #1112752
3800
3801 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3802
3803         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3804
3805 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3806
3807         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3808
3809 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3810
3811         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3812
3813 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3814
3815         * device/include/c8051fxxx.h: removed these 6 files
3816         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3817
3818 2005-01-26 Raphael Neider <rneider AT web.de>
3819
3820         * src/pic16/gen.c (genAssign): fixed assignment from longs
3821           in codespace (were cut to three bytes)
3822         * (genDummyRead): implemented (except for CODESPACE...),
3823           fixed bug #1108575
3824         * src/pic16/glue.c (emitStatistics): beautified
3825         * device/lib/pic16/libm/Makefile: added include path
3826
3827 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/z80/gen.c (aopPut): fixed bug #1103902
3830
3831 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3832
3833         * device/lib/expf.c: fixed bug #1095792
3834
3835 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3836
3837         * device/lib/pic16/libm: added Math library sources
3838
3839 2005-01-24 Raphael Neider <rneider AT web.de>
3840
3841         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3842           to enable upcast to pCodeOpReg2 (there is no type tag to
3843           differenciate the two and pic16_popGet2p cast into PCOR2)
3844         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3845           (sizeof(sectNames) changed to sizeof(sectName))
3846           Both patches fix segfaults under MinGW.
3847
3848 2005-01-23 Raphael Neider <rneider AT web.de>
3849
3850         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3851           Safe_[mc]?alloc()'ed variables
3852         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3853           of (byte sized) temporaries (assign them to WREG for now)
3854         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3855           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3856           this might fix SIGSEGVs on MinGW...
3857         * src/SDCCopt.c (killDeadCode): restored original behaviour
3858           (volatile operands might get thrown away though)
3859
3860 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3861
3862         * src/pic16/gen.c: fixed bug #1106975,
3863         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3864         pointer update, INTCON is saved, global interrupts are disabled and
3865         restored after updateing TOS.
3866         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3867         * added function attribute 'shadowregs' to take advantage of shadow
3868         registers,
3869         * added function attribute 'wparam' as an alternative to the wparam
3870         pragma,
3871         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3872         user declares a non-ISR function as 'shadowregs',
3873         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3874
3875 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3876
3877         * .version: bumped version number to 2.4.8
3878         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3879         pic16 port,
3880         * device/lib/pic16/libio/i2c/: I2C module support library,
3881         * device/include/pic16/i2c.h: I2C support library header,
3882         * device/lib/pic16/libc/stdio/: standard IO support sources,
3883         * (printf_small.c): printf_small() source, supports float print,
3884         * (printf_tiny.c): printf_tiny() source, does not support floats,
3885         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3886         enable global optimizations for entire library source, other
3887         Makefiles in the source tree are also modified to reflect this,
3888         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3889         function,
3890         * doc/sdccman.lyx: updated to reflect new changes,
3891         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3892         sym->onStack if-case,
3893         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3894         sbit, idata, _idata, xdata, _xdata,
3895         * added pragma library, to link an external library, (see doc),
3896         * removed command line options, --pomit-config-words, --pomit-ivt,
3897         --pleave-reset-vector,
3898         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3899         when calling assembler to reflect memory model used, also define
3900         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3901         reflect stack model used,
3902         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3903         on stack return NULL,
3904
3905 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3906
3907         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3908           of the operands is volatile. Fixes #1020220
3909
3910 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3911
3912         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3913         * (OptimizeRegUsage): make sure that there is really no other flow where
3914           the first pCode is used
3915
3916 2005-01-22 Raphael Neider <rneider AT web.de>
3917
3918         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3919           to fix #1106967 (pCode->seq are not set up correctly)
3920
3921 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3922
3923         * src/SDCCglue.c (glue): make sure code area is declared before the
3924         static initialization area.
3925
3926 2005-01-21 Raphael Neider <rneider AT web.de>
3927
3928         * device/lib/Makefile.in: fixed test for pic16 install dir
3929         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3930           optimizations
3931         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3932           added --optimize-goto compiler switch and pragma wparam documentation
3933         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3934         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3935           and PRODH closing bug #1071770 (peephole optimizer)
3936
3937 2005-01-19 Raphael Neider <rneider AT web.de>
3938
3939         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3940           cmdLine buffers (used when calling sdcpp...) are large enough
3941           (MAX_PATH=256 truncates arguments leading to system halts when
3942           used in MinGW...)
3943         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3944         * (genUminus): rewritten to for efficiency
3945         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3946           used uninitialized in some cases)
3947         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3948           copy the third byte from the int -- now assumes 0x80 (data memory)
3949         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3950           operands (genAddLit expects the iCode's operands to swapped as
3951           well), fixed leftover bytes (crashed for short left operands)
3952         * (pic16_genMinusDec): performance improvements, removed false
3953           PIC14 emitSKPNCs
3954         * (pic16_genMinus): fixed to cope with differently sized operands
3955         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3956           for --obanksel > 1
3957         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3958         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3959           new banksel optimization
3960         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3961           analysis for temporary registers (segfaults...)
3962         * src/pic16/peeph.def: added rule
3963
3964 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3965
3966         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3967         which converts a float number to its ASCII representation
3968         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3969         functions to convert the fractional and integer part of a float to ASCII,
3970         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3971         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3972         ram
3973         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3974         _STATMEM macros,
3975         * device/include/pic16/adc.h: added GPL info,
3976         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3977         a pCodeOp as tested operand,
3978         * (genNearPointerGet): optimized bit testing, does not use
3979         intermediate register for bit value, test directly instead with
3980         BTFSS, BTFSC, works only for single bits,
3981         * (genpic16Code): dump the name of the iCode in the asm,
3982         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3983         renamed to pic16_decodeOp,
3984         * (serialRegAssign): do not allocate a temporary register for iCode
3985         sequences that test a single bit for 1/0
3986
3987 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3990         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3991         access stack and frame pointers. They are initially assigned to
3992         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3993         accessing SFRs. Updated all occurences of modification of stack or
3994         frame pointer in gen.c and pcode.c,
3995         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3996         assigning of a literal value to pointers,
3997         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3998         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3999         selected
4000
4001 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4002
4003         * doc/sdccman.lyx: update documentation about stack pragma, added
4004         some info for stack memory models
4005
4006 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4007
4008         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4009
4010 2005-01-08 Raphael Neider <rneider AT web.de>
4011
4012         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4013           udata sections to fix bug #1097823
4014
4015 2005-01-05 Raphael Neider <rneider AT web.de>
4016
4017         * src/pic16/gen.c (genGenericShift): added handling of differently
4018           sized left operand and result
4019
4020 2005-01-04 Raphael Neider <rneider AT web.de>
4021
4022         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4023         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4024           to hold the condition bit)
4025         * added new version of genCmp (old code available via #define)
4026         * added new version of genShiftLeft/genShiftRight in a generic
4027           way, now supports shifting by negative values
4028         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4029           shiftCount (expected by genGenericShift)
4030         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4031         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4032           dump
4033         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4034           is an invalid literal too...)
4035
4036 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4037
4038         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4039         from Raphael Neider,
4040         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4041         for 8-bit literals. This fixes some literal operands which are sign
4042         extended to 16-bits ints when instruction needs only 8-bits.
4043
4044 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4045
4046         * device/lib/logf.c: added mcs51 assembly version
4047         * device/lib/expf.c: added mcs51 assembly version
4048         * device/lib/_logexpf.c: new shared asm code for expf and logf
4049         * device/include/math.h: add defines for assembly math library
4050         * device/lib/Makefile.in: build new _logexpf.c
4051         * device/lib/libfloat.lib: use new _logexpf.c
4052
4053 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4054
4055         * src/pic/device.c
4056         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4057           device types which have less than 0x7f registers.
4058
4059 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4060
4061         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4062
4063 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4064
4065         * device/lib/printf_fast.c: only build on supported arch.
4066         * device/lib/printf_tiny.c: only build on supported arch.
4067         * device/lib/printf_fast_f.c: only build if asm float lib
4068         * device/lib/_fsget1arg.c: only build if asm float lib
4069         * device/lib/_fsget2args.c: only build if asm float lib
4070         * device/lib/_fsnormalize.c: only build if asm float lib
4071         * device/lib/_fsreturnval.c: only build if asm float lib
4072         * device/lib/_fsrshift.c: only build if asm float lib
4073         * device/lib/_fsswapargs.c: only build if asm float lib
4074         * device/include/stdio.h: don't provide print_fast,
4075           print_fast_f, print_tiny prototypes if --xstack used
4076
4077 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4078
4079         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4080         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4081           to the SOURCES
4082
4083 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4084
4085         * device/lib/printf_fast_f.c: same as printf_fast, but
4086           with floating point enabled
4087         * device/lib/printf_fast.c: minor tweaks
4088         * device/include/stdio.h: add printf_fast_f
4089
4090 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4091
4092         * src/SDCCmain.c: make --float-reent default for mcs51
4093         * device/lib/_fsadd.c: added mcs51 assembly version
4094         * device/lib/_fssub.c: added mcs51 assembly version
4095         * device/lib/_fsmul.c: added mcs51 assembly version
4096         * device/lib/_fsdiv.c: added mcs51 assembly version
4097         * device/lib/_fseq.c: added mcs51 assembly version
4098         * device/lib/_fsneq.c: added mcs51 assembly version
4099         * device/lib/_fsgt.c: added mcs51 assembly version
4100         * device/lib/_fslt.c: added mcs51 assembly version
4101         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4102         * device/lib/Makefile.in: add _fscmp to build
4103         * device/lib/libfloat.lib: add _fscmp to build
4104
4105 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4106
4107         * device/lib/_fs2slong.c: added mcs51 assembly version
4108         * device/lib/_fs2sint.c: added mcs51 assembly version
4109         * device/lib/_fs2schar.c: added mcs51 assembly version
4110         * device/lib/_fs2ulong.c: added mcs51 assembly version
4111         * device/lib/_fs2uint.c: added mcs51 assembly version
4112         * device/lib/_fs2uchar.c: added mcs51 assembly version
4113         * device/lib/_slong2fs.c: added mcs51 assembly version
4114         * device/lib/_sint2fs.c: added mcs51 assembly version
4115         * device/lib/_schar2fs.c: added mcs51 assembly version
4116         * device/lib/_ulong2fs.c: added mcs51 assembly version
4117         * device/lib/_uint2fs.c: added mcs51 assembly version
4118         * device/lib/_uchar2fs.c: added mcs51 assembly version
4119         * device/include/float.h: added #define to select asm vs c
4120
4121 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4122
4123         * device/lib/printf_fast.c: improvements to float output
4124         * device/include/float.h: add defines for assembly float library
4125         * device/lib/_fsget1arg.c: receive 1 float arg
4126         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4127         * device/lib/_fsnormalize.c: normalize a float
4128         * device/lib/_fsreturnval.c: return float, various helper routines
4129         * device/lib/_fsrshift.c: right shift a float's mantissa
4130         * device/lib/_fsswapargs.c: swap 2 floats
4131         * device/lib/Makefile.in: build these 6 new files for mcs51
4132         * device/lib/libfloat.lib: add these 6 files to the library
4133
4134 2004-12-26 Borut Razem <borut.razem AT siol.net>
4135
4136         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4137           built by gcc 3.4.2
4138
4139 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4140
4141         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4142           and fully reentrant and register bank neutral.
4143         * device/lib/printf_fast.c: added float (not enabled by default),
4144           added compact/slower integer (also not enabled by default),
4145           improved size/speed of fast integer code, other minor changes
4146         * device/include/stdio.h, device/lib/Makefile.in,
4147           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4148
4149 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4150
4151         * src/pic16/pcode.c: declaring variables other than at the start of a
4152           block is not supported in C by VC6.
4153
4154 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4155
4156         * applied a previous patch from Raphael Neider that wasn't included
4157         in the previous commits, which fixes infinite loops within jumptable
4158         improvements,
4159         * made some fixes that previous patches introduced
4160
4161 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4162
4163         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4164         that fixes an issue with AOP_PCODE asmop's offset,
4165         * (pic16_popCopyReg): update instance field too,
4166         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4167         function of pic port,
4168         * (genCmp, genAnd, genAssign),
4169         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4170
4171 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4172
4173         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4174         variables initial values to idata section,
4175         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4176         variables in some functions. This utilizes parmBytes field of iCode
4177         structure to hold the offset of the variable in stack. (might be
4178         able to use the stack field too?)
4179         * applied patch from Raphael Neider # ### , # ###
4180         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4181         variable initial values in idata section,
4182         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4183         for static variables with initial value
4184         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4185         applied fix in while loop from Raphael Neider.
4186
4187 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4188
4189         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4190         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4191         * src/ds390/ralloc.c (serialRegAssign): spill bits
4192         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4193         * support/Util/SDCCerr.c,
4194         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4195         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4196         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4197
4198 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4199
4200         * device/include/sdcc-lib.h: inserted LGPL, added includes
4201           asm/ds390/features.h and asm/mcs51/features.h
4202         * device/include/asm/default/features.h,
4203         * device/include/asm/gbz80/features.h,
4204         * device/include/asm/z80/features.h: added empty _AUTOMEM
4205           and _STATMEM
4206         * device/include/asm/ds390/features.h,
4207         * device/include/asm/mcs51/features.h: added files with defines for
4208           _AUTOMEM and _STATMEM indicating automatic and static storage class
4209         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4210         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4211         * src/SDCCicode.c (geniCodeCast),
4212         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4213         * src/SDCCloop.c (loopInduction): removed unused variable lr
4214         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4215           to convertToFcall to include char modulo (RFE 1065037), added check
4216           if left operand is unsigned and use abs of literal value
4217         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4218           as it doesn't work after conversion from peephole.def to peephole.rul
4219         * src/mcs51/gen.c (toBoolean): added check for size,
4220           (genModOneByte): optimized code for signed char modulo a literal
4221           power of 2 (thanks to Hubert Sack),
4222           (genRRC): removed unnecessary "clr c",
4223           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4224         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4225           jump optimization,
4226           swapped rules 256.c and 256.d,
4227           extended 256.d by using new multiple checks (thanks Erik),
4228           added rules 256.e and 256.f,
4229           updated rule 261.a and 261.b to new generated code
4230         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4231
4232 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4233
4234         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4235           induction related bugs, including first part of bug #1074377
4236
4237 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * applied patch from bug-report #1076292,
4240         * applied patches for genAnd and Goto-optimizations for Raphael
4241         Neider,
4242         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4243         dump a less iCode information,
4244         * src/pic16/device.h (pic16_options_t): added field debgen,
4245         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4246         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4247         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4248         puclic,
4249         * (various functions): added macros FENTRY and FENTRY2 to functions,
4250         to emit function prologue,
4251         * (various functions): fixed indentation,
4252         * (genNearPointerGet): fixed loading of FSR0,
4253         * (genPackBits): applied patch from Raphael Neider to fix updating
4254         of FSR0 and touching only the modified bits,
4255         * src/pic16/genarith.c (various functions): added macros FENTRY to
4256         emit function prologue in comments,
4257         * src/pic16/pcode.h: added functions debugf2, debugf3,
4258         * src/pic16/ralloc.c: partial fix for packForPush caused
4259         segmentation fault,
4260
4261 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4262
4263         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4264           <stsp AT users.sourceforge.net> with reversed byte order
4265         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4266
4267 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4268
4269         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4270           bug #1074377
4271         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4272         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4273
4274 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4275
4276         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4277
4278 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4279
4280         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4281           conditions,
4282           (setFromConditionArgs): friendly operand parser for peephole rules,
4283           (operandBaseName, operandsNotRelated): new peephole condition
4284           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4285           architecture specific register naming into account, handles n-way
4286           comparisons, and supports quoted literals
4287         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4288
4289 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4290
4291         * src/mcs51/peeph.def: fixed bug #1076940
4292
4293 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4294
4295         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4296
4297 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4298
4299         Adding support for replacing ljmps with sjmps in jumptables
4300         generated for switch statements. For now you need to set the
4301         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4302         Now 4 algorithms for mcs51 jumptable generation are used:
4303         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4304         addresses loaded pc-relative for up to 112 cases and stack-pushing
4305         target addresses loaded with offset from dptr for up to 256 cases.
4306
4307         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4308         * src/mcs51/main.c: adapted constants for switch table generation
4309         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4310
4311 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4314         * support/regression/tests/bug1057979.c: added test for bug 1073386
4315
4316 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4317
4318         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4319         compilers
4320
4321 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4322
4323         * src/pic16/device.h,
4324         * src/pic16/genarith.c,
4325         * src/pic16/glue.c,
4326         * src/pic16/main.c,
4327         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4328
4329 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4330
4331         Large cummulative patch for pic16 port.
4332         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4333         to call when a stack overflow occurs,
4334         * (malloc.h): added CVS Id tag,
4335         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4336         variable,
4337         * added libc directory. The current version of LibC contains string
4338         functions, ctype functions and macros and some functions of the
4339         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4340         be extensively tested in the future. Standard disclaimer here.
4341         Library is not automatically build yet. But one can build it by
4342         invoking 'make' inside the libc directory.
4343         * added ADC library under libio. Preliminary version yet.
4344
4345         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4346         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4347         aopForRemat() now and not by pic16_aopOp(),
4348         * (pic16_popGetTempReg): removed warning messgae when allocating
4349         temporary registers, its a buggy feature and will be removed,
4350         * (pic16_popGet): set register instance field in AOP_CRY,
4351         * (pic16_outBitC): fixed for results in size greater than 1,
4352         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4353         * (pic16_storeForReturn): optimized return of 0,
4354         * (genCmp): experimental code for new genCmp which uses PIC18's
4355         special compare&skip instructions. Initial tests fail some times
4356         with variables grater than 1 byte in size, so new code is disabled,
4357         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4358         a single bit,
4359         * (genCast): began a fix to optimize the casting of a bit to another
4360         bit, now assigning a bitfield to another bitfield will fail, sorry,
4361         * src/pic16/main.c: disabled the use of lr-support feature,
4362         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4363         * added some function prototypes, added function _debugf prototype,
4364         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4365         bits with offset (case PO_GPR_BIT),
4366         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4367         command line,
4368         * (isBankInstruction): modified to return 0 for no banking instruction,
4369         and 1 for banking instruction,
4370         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4371         caused stop processing pCodes after a inline assembly block,
4372         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4373         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4374         registers when it shouldn't,
4375         * src/pic16/ralloc.c (allocReg): add preliminary support for
4376         supporting a limited set of temporary registers,
4377
4378 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4379
4380         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4381           genDataPointerSet): ensure assignments always copy in MSB to LSB
4382           order,
4383           (loadRegFromAop): recognize CLRH optimization,
4384           (genFunction): optimize RECEIVE iCodes in reentrant functions
4385
4386 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4389           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4390           selected.
4391         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4392         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4393           contiguous with data
4394
4395 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4396
4397         * device/lib/_gptrget.c (_gptrget),
4398         * device/lib/_gptrgetc.c (_gptrgetc),
4399         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4400           instead of sjmp to ret
4401         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4402           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4403
4404 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4405
4406         * .version: bumped version to 2.4.7
4407         * device/lib/_gptrget.c (_gptrget): is now _naked
4408         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4409         * device/lib/_gptrput.c (_gptrput): is now _naked
4410         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4411           (createFunction): fixed xstack
4412         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4413         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4414           or bit either,
4415           (geniCodeCritical): store original interrupt state in an iTemp bit
4416           var unless stack-auto
4417         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4418         * src/SDCCmain.c (setIncludePath): added include/target to search path
4419         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4420         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4421           prototype,
4422           (processFuncArgs): put bit vars in bit area
4423         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4424           unsaveRBank): fixed xstack,
4425           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4426           (genFunction, genEndFunction): fixed xstack,
4427           (genAssign): optimization don't walk backwards through mem
4428         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4429         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4430         * support/regression/Makefile: also make library (for stack-auto) when
4431           making "all" and added "test-mcs51-xstack-auto"
4432         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4433         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4434         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4435         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4436         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4437           make-library by MAKE_LIBRARY
4438         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4439           regression tests for xstack
4440         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4441         * support/regression/tests/critical.c: test for critical on mcs51
4442
4443 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4444
4445         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4446           built version of sdcc instead of installed version
4447
4448 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4449
4450         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4451         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4452           vprintf.c now
4453         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4454         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4455           WARNING: remove device/lib/build/z80/printf.o by hand when
4456           updating from previous build!
4457         * device/lib/z80/printf.c: updated comment
4458         * support/regression/tests/bug1057979.c: test all ports now
4459         * support/regression/tests/bug1065458.c: file added
4460
4461 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4464           *_start and *_end symbols for static functions
4465
4466 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4467
4468         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4469           and search crt0.o in all library paths,
4470           (setIncludePath): proper handling of --nostdinc,
4471           (setLibPath): proper handling of --nostdlib
4472         * support/regression/Makefile,
4473         * support/regression/ports/ds390/spec.mk,
4474         * support/regression/ports/gbz80/spec.mk,
4475         * support/regression/ports/hc08/spec.mk,
4476         * support/regression/ports/mcs51/spec.mk,
4477         * support/regression/ports/mcs51-large/spec.mk,
4478         * support/regression/ports/mcs51-stack-auto/spec.mk,
4479         * support/regression/ports/z80/spec.mk: use include and lib files from
4480           built version of sdcc instead of installed version
4481         * doc/sdccman.lyx: fixed typo in --nostdinc
4482
4483 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4484
4485         * src/pic/pcode.c,
4486         * src/pic/device.c,
4487         * src/pic/ralloc.c,
4488         * src/pic/gen.c : added support to generate code for struct bit fields.
4489
4490 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4491
4492         * as/xa51/xa_version.h,
4493         * device/include/errno.h,
4494         * device/include/regc515c.h,
4495         * device/lib/_itoa.c,
4496         * device/lib/_ltoa.c,
4497         * device/lib/ser_ir_cts_rts.c,
4498         * sim/ucsim/xa.src/glob.cc,
4499         * sim/ucsim/xa.src/inst_gen.cc,
4500         * sim/ucsim/xa.src/xa_bit.cc,
4501         * sim/ucsim/xa.src/xa_sfr.cc,
4502         * sim/ucsim/z80.src/inst_dd.cc,
4503         * sim/ucsim/z80.src/inst_fdcb.cc,
4504         * support/scripts/keil2sdcc.pl,
4505         * src/pic16/pic16.dsp,
4506         * src/pic16/pic16a.dsp: corrected cvs line endings
4507         * device/lib/printf_large.c: fixed bug 1057979
4508         * src/pic16/gen.c: fixed non-C standard code
4509         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4510         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4511         * support/regression/ports/mcs51/support.c: reload T1 asap
4512         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4513           pdata use and clear idata startup behaviour
4514         * support/regression/tests/bug1057979.c: added
4515
4516 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4517
4518         * device/examples/ds390/ow390/ad26.h,
4519         * device/examples/ds390/ow390/cnt1d.h,
4520         * device/examples/ds390/ow390/crcutil.c,
4521         * device/examples/ds390/ow390/ownet.h,
4522         * device/examples/ds390/ow390/owsesu.c,
4523         * device/examples/ds390/ow390/swt12.h,
4524         * device/examples/ds390/ow390/swtoper.c,
4525         * device/examples/ds390/ow390/temp10.h,
4526         * device/examples/ds390/ow390/thermodl.c,
4527         * device/examples/ds390/tinitalk/tinitalk.dsp,
4528         * device/examples/ds390/tinitalk/tinitalk.dsw,
4529         * device/examples/mcs51/clock/hw.h,
4530         * device/examples/mcs51/simple2/go.bat,
4531         * device/examples/serialcomm/windows/serial.h,
4532         * device/examples/xa51/dummy.c,
4533         * device/examples/xa51/hello.c,
4534         * device/include/80c51xa.h,
4535         * device/include/at89x051.h: corrected cvs line endings
4536
4537 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4538
4539         * src/pic16/main.c (options): added command line --gstack, to trace
4540         stack over/under flows,
4541         * added pragma 'wparam' to allow passing first byte of function
4542         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4543         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4544         call to __gstack_test function and sets up the symbol as extern,
4545         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4546         * popaop): added call to pic16_testStackOverflow,
4547         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4548         wparamList list,
4549         * (genCall, genPcall): now all parameters are passed via stack
4550         except in functions that are pass to wparam pragma in which WREG is
4551         used too,
4552         * (genPcall): REENTRANT flag is checked to see if variable prototype
4553         contains reentrant keyword, don't call a non-reentrant function, via
4554         a reentrant function pointer or vice versa, functions are never
4555         passed via WREG,
4556         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4557         D.Winkler,
4558         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4559         SIGSEGV when accessing a NULL register stucture,
4560         * (pic16_printGPointerType): modified to handle UPPER modifier for
4561         function initializers, changed prototype of function to simpler one,
4562         * (pic16_printIvalFuncPtr): check to see if function is already
4563         added in externs list,
4564         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4565         optimized a move from W to SFR with a move to the same register
4566         later after a CALL,
4567         * device/lib/pic16/debug: NEW directory, contains debug features
4568         which are enabled when linking with libdebug.lib, currently command
4569         line option --gstack enables stack pointer tracing for over/under
4570         flow, corresponding sources are in debug/gstack
4571
4572 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4573
4574         * doc/sdccman.lyx: updated SDCC version,
4575         * (PIC16 port): update list of command line options,
4576         * src/pic16/device.h (structure pic16_options_t): added field gstack
4577         to enable stack overflow tracing on push/pops,
4578         * src/pic16/device.c (statistics structure): added statistics
4579         structure,
4580         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4581         pic16_dump_int_registers): increase statistics counters for each
4582         * variable which is encountered
4583         * (pic16_dump_usection): emit each .udata variable to its own udata
4584         section,
4585         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4586         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4587         parameters via stack, otherwise use old scheme,
4588         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4589         assembler output file,
4590         * src/pic16/main.c: added command line options --gstack to enable
4591         push/pop tracing for stack overflow,
4592         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4593         instructions): added size of each instruction,
4594         * (pic16_countInstruction): estimate size of instructions in
4595         the_pFile list, inline assembly blocks are not counted,
4596         * (pic16_FixRegisterBanking): trace previous register usage, when
4597         banksel optimizations is greater than 0, don't emit a redudant
4598         banksel directive,
4599
4600 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4601
4602         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4603         * src/pic16/ralloc.c : applied same fix for pic16.
4604         * src/pic/gen.c : tidied it up a little.
4605
4606 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4607
4608         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4609         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4610
4611 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4612
4613         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4614
4615 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4616
4617         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4618         non-reentrant function __modsint in the interrupt function (thus
4619         corrupting math operations during serial I/O)
4620         * device/lib/ser_ir.c: as above, changed buffersize
4621         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4622         256.c,d for zeroing
4623         * doc/Makefile: added option -t for rsync
4624
4625 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * src/SDCCast.h (struct ast),
4628         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4629
4630 2004-10-20 Borut Razem <borut.razem AT siol.net>
4631
4632         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4633         package
4634
4635 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4636
4637         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4638         makefile targets,
4639         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4640         support functions to replace long sequences of MOVFF's from access
4641         bank registers to stack and vice versa,
4642         * src/pic16/device.h: added new field opt_flags, where optimization
4643         flags can be set to enable certain features,
4644         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4645         * pBlock, (genFunction, genEndFunction): surroung loop for
4646         saving/loading used registers in stack with PC_INFO pCodes,
4647         INF_LREGS. Code in between can then be optimized by pCode optimizer
4648         to support function calls,
4649         * (genDataPointerSet): fixed bug which loaded float fields in
4650         structures with corrupt data,
4651         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4652         in a standard way debug info on stderr. Feature used for developing
4653         and debugging only,
4654         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4655         obsolete chunks of code,
4656         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4657         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4658         * pic16/src/pcode.c (pic16_newpCodeInfo,
4659         * (pic16_newpCodeOpLocalRegs),
4660         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4661         feature,
4662         * (pic16_pCodeConstString): printing of the initial value of a
4663         symbol as a comment is inhibited since parsing was already done by
4664         copyStr and output is corrupt,
4665         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4666
4667 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4670
4671 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4672
4673         * as/mcs51/lkarea.c: removed old K&R style,
4674           (lnksect): changed check on boundary error,
4675           (lnksect2): changed check on boundary error,
4676           (lnksect2): extend XSTK to end of page if size = 1
4677         * as/mcs51/lkmain.c: removed old K&R style,
4678           (Areas51): create l_IRAM symbol
4679         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4680         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4681           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4682         * device/lib/_mullong.c: added version to be compiled with xstack
4683         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4684         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4685         * device/lib/mcs51/crtxstack.asm: fixed comment
4686         * src/SDCCglue.c: maxInterrupts defaults to 0,
4687           (emitMaps): added pdata,
4688           (createInterruptVect): (re)moved default,
4689           (glue): added pdata,
4690           (glue): moved __start__xstack to XSTK with default size 1
4691         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4692           and options.float_rent when options.stackAuto is set,
4693           (linkEdit): only write XDATA_NAME if provided on command line
4694         * src/SDCCmem.h,
4695         * src/SDCCmem.c: added pdata
4696         * src/port.h: added pdata_name to PORT
4697         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4698           (saveRegisters, unsaveRegisters): removed usage of B,
4699           (genMinus): fixed accumulator clash,
4700           (genJumpTab): added comment, this needs another look
4701         * src/mcs51/gen.c: added check for "B in use" paranoia,
4702           added pushB() and popB()
4703         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4704           chance
4705         * src/avr/main.c,
4706         * src/ds390/main.c,
4707         * src/hc08/main.c,
4708         * src/mcs51/main.c,
4709         * src/pic/main.c,
4710         * src/pic16/main.c,
4711         * src/xa51/main.c,
4712         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4713           added PSEG (PAG,XDATA) or NULL to port specifier
4714         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4715         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4716           (_mcs51_genInitStartup): removed __start__xstack equ,
4717           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4718         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4719         * src/z80/gen.c (_rleAppend): fixed warnings
4720         * support/regression/tests/zeropad.c: added pdata test
4721         * .version: bumped to 2.4.6
4722
4723 2004-10-17 Borut Razem <borut.razem AT siol.net>
4724
4725         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4726         as a part of nightly build
4727
4728 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4729
4730         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4731         WREG holds the first byte function parameters,
4732         * (aopForSym): take special case for symbols which are in FARSPACE
4733         but in CODESPACE too,
4734         * (assignResultValue): modified to take into account _G.useWreg,
4735         * (genCall): don't use wreg for parameter passing when function is
4736         declared as reentrant, too, added optimization INCF to stack
4737         pointer when stack parameter count is 1,
4738         * (genFunction, genEndFunction): refurnished and fixed to not using
4739         wreg for passing parameters when function has varargs or is
4740         reentrant, fixed bug with symbol name compare for generating
4741         functions in absolute address,
4742         * (pic16_storeForReturn): refurnished,
4743         * (genCmp): began writing a new version of the function, not ready
4744         yet, therefore it is disabled,
4745         * (genAssign): do not read code memory when assigning a function to
4746         a pointer function,
4747         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4748         array of characters, not pointer,
4749         * (pic16initialComments): in debug mode emit an .ident directive for
4750         the assembler,
4751         * (_process_pragma): emit a new warning type (internal to pic16)
4752         when setting stack to default length, emit a similar warning when
4753         placing a function at absolute address and address is not word aligned
4754         * (_pic16_parseOptions): added 'return TRUE' statement,
4755         * (_pic16_linkEdit): if compiling a source, then add the source's
4756         file object, first in the list of objects to link,
4757
4758 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4759
4760         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4761         * src/pic/main.c : removed VC warning.
4762         * src/pic/gen.c : changed comment.
4763
4764 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4765
4766         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4767         reference to a deprecated symbol _GPTRREG was causing failure to
4768         link. Thanks G. M. Gallant for the info.
4769
4770 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4771
4772         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4773         comments for Bugs item #954788.
4774
4775 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4776
4777         * src/pic16/device.c (pic16_dump_gsection,
4778         * pic16_groupRegistersInSection): handle symbols declared to be in
4779         access bank differently,
4780         * src/pic16/gen.c (struct _G): added field resDirect,
4781         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4782         send values read from stack directly to result and don't allocate
4783         temporary values,
4784         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4785         same registers,
4786         * (pic16_sameRegsOfs): NEW,
4787         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4788         free because they were not allocated from temporary pool,
4789         * pic16_popRegFromString): workaround to fix a problem with
4790         allocating variables twice or never,
4791         * (genGenPointerGet): using PRODL instead of FSR0H,
4792         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4793         instead of FSR0H,
4794         * (genAssign): take advantage of the _G.resDirect flag,
4795         * (genCast): around line 11844, use mov2f instead of directly
4796         MOVFF'ing between operands to account for literal values,
4797         * src/pic16/genutils.c: some new debug functions for gpsim have been
4798         added,
4799         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4800         float with integer part only,
4801         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4802         place variables in access bank
4803         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4804         updated sources to reflect recent changes in gen.c
4805
4806 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4807
4808         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4809         sources that searched for headers in installation path, now the
4810         device/include/pic16 is used,
4811         * src/pic16/glue.c (pic16glue),
4812         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4813         .line directives if not in debug mode, this suppresses assembler's
4814         warnings for ignored directives
4815
4816 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4817
4818         * src/port.h: made reset_regparms prototype void parameter explicit.
4819         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4820         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4821         * doc/sdccman.lyx: documented warning disabling and how to use
4822           printf_large to make it print floats.
4823         * device/include/stdbool.h: NEW
4824         * device/lib/_atof.c,
4825         * device/lib/_divuint.c,
4826         * device/lib/_divulong.c,
4827         * device/lib/expf.c,
4828         * device/lib/printf_large.c,
4829         * device/lib/sincosf.c,
4830         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4831         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4832           a completely reentrant lib.
4833
4834 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4835
4836         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4837         * device/include/pic16/stdio.h: fixed bug with colon
4838
4839 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4840
4841         * device/include/pic16/stdio.h,
4842         * device/include/pic16/stdlib.h,
4843         * device/include/pic16/math.h: NEW
4844         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4845         declared as _naked to reduce overhead
4846         * device/lib/Makefile.in (target port-specific-objects-pic16):
4847         changed * to *.* so to ignore the CVS directory,
4848         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4849         stacked variables back in stack,
4850         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4851         corruption
4852
4853 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4854
4855         * .version: bumped version number to 2.4.5
4856         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4857         * support/Util/SDCCerr.c (messages structure): added entry for
4858         W_POSSBUG2
4859
4860         Large cumulative patch for pic16 port and libraries.
4861         * device/include/pic16/sdcc-lib.h,
4862         * device/include/pic16/stdarg.h,
4863         * device/include/asm/pic16/features.h,
4864         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4865         * device/include/pic16/float.h: changes reentrant keyword with
4866         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4867         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4868         updated target build-libraries to include objects from gptr,
4869         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4870         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4871         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4872         all function headings,
4873         * src/SDCCmain.c: added global parameter userIncDirsSet,
4874         * (parseCmdLine): when option -I is encountered add directory to
4875         userIncDirsSet too,
4876         * src/version.awk: added space between control and long,
4877         * src/pic16/NOTES: added some notes for the port,
4878         * src/pic16/gen.c: added prototype for mov2fp function,
4879         * (fReturnpic16[]): properly named return value registers,
4880         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4881         * (aopForSym): added code to handle symbols with onStack flag set,
4882         symbols onStack are allocated PTRSIZE bytes,
4883         * (aopFreeAsmop): handles special case where asmops are stack objects,
4884         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4885         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4886         added argument lock to trace flaws in allocating temporary registers
4887         when developing port,
4888         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4889         * (pic16_popRegFromString): reenabled allocating a direct register
4890         from string,
4891         * (assignResultValue): various beautifications,
4892         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4893         referenced function argument,
4894         * (genIpush): reenabled to allow stacked arguments, handles only
4895         ic->parmPush iCodes,
4896         * (genCall, genPcall): major changes to allow for variable argument
4897         functions, fixed a bug with falsely restoring stack pointer after
4898         returning from call,
4899         * (genFunction): pending code for critical function,
4900         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4901         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4902         * (genNearPointerGet): fixed bug with indirect reading, was always
4903         reading from INDF0
4904         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4905         pointers,
4906         * (genAddrOf): rewrote code to take address of a stacked function parameter
4907         * (genCast): fixed casting to generic pointer type,
4908         * src/pic16/gen.h: added AOP_STA,
4909         * (struct asmop): added field stk,
4910         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4911         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4912         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4913         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4914         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4915         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4916         generic pointers,
4917         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4918         and library paths,
4919         * (pic16_port structure): generic pointer size is set to 3,
4920         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4921         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4922         compiler warning,
4923         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4924         operand is an iTemp,
4925
4926 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4927
4928         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4929         * debugger/mcs51/simi.c: addapt new syntax of s51
4930
4931 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4932
4933         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4934         * src/pic16/pcode.c: commented out some calls to free() in order to
4935         fix bug #989576,
4936
4937 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4938
4939         * src/SDCCicode.h,
4940         * src/SDCCicode.c (isiCodeInFunctionCall),
4941         * src/avr/ralloc.c (selectSpil),
4942         * src/pic/ralloc.c (selectSpil),
4943         * src/pic16/ralloc.c (selectSpil),
4944         * src/ds390/ralloc.c (selectSpil),
4945         * src/hc08/ralloc.c (selectSpil),
4946         * src/xa51/ralloc.c (selectSpil),
4947         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4948         stack in the middle of a function call sequence (fixes bug #1020268)
4949         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4950         costs associated with the minimum switch case.
4951
4952 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4953
4954         * src/SDCC.lex: fixed bug #1030549
4955
4956 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/SDCCcse.h (struct cseDef),
4959         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4960         over a function call if the CSE is derived from a symbol whose
4961         address has been taken (fixes bug #1029883)
4962         * support/regression/tests/bug-1029883: a new regression test for
4963         this bug
4964
4965 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4966
4967         * src/hc08/gen.c (emitinline): fixed bug #1029778
4968         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4969         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4970         and starts toward RFE #905167)
4971
4972 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4973
4974         * src/pic16/gen.c (mov2f): New function to move an operand to
4975         another without considering if it is a literal or a register,
4976         * (pic16_sameRegs): don't check if they are both AOP_REG,
4977         * (AccRsh): removed andmask=0 lines,
4978         * (genLeftShift): duplicated to be improved in future versions,
4979         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4980         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4981         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4982         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4983         * (insertBankSwitch): fixed inserting banksel directives algorithm
4984         for instructions that follow a skip instruction, this fixes a report
4985         for broken subtraction code generation,
4986         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4987         iCode is a left op, just in case result and right share the same
4988         registers
4989
4990 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4991
4992         * src/hc08/main.c,
4993         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4994         preservation of HX
4995         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4996         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4997         on 2004-09-12; it was buggy
4998
4999 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5000
5001         * src/SDCCsymt.h: removed RESULT_CHECK
5002         * src/SDCCast.c,
5003         * src/SDCCglue.c,
5004         * src/SDCCval.c,
5005         * src/pic/glue.c,
5006         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5007
5008 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5009
5010         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5011         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5012         configuration values no more rejected by compiler, they are assigned
5013         to configuration registers with a warning message instead,
5014         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5015         the for-loop so last conf register is emitted too,
5016         * (_pic16_initPaths): link library libsdcc.lib by default,
5017         * (_hasNativeMulFor): modified test for multiplication according to
5018         Raphael Neider's remarks. Integer multiplication is also done with
5019         support functions,
5020         * device/include/pic16/pic18fregs.h: corrected type error in while
5021         testing and including 18f6720 header file
5022
5023 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5024
5025         * src/pic16/device.h (pic16_options): removed field use_crt,
5026         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5027         until an optimization to handle single bits is added,
5028         * (pic16_loadFSR0): moved before genUnpackBits,
5029         * (genAnd): some white lines removed,
5030         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5031         leave_reset flags in pic16_options when using crt modules,
5032
5033 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5034
5035         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5036           for bugs 898889 & 979599. Also used some safer print instructions.
5037
5038 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5039
5040         * src/pic16/device.h (pic16_options_t): added field use_crt,
5041         crt_name, no_crt,
5042         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5043         catch a probable future bug,
5044         * src/pic16/gen.c: aopIdx function commented out,
5045         * (genAssign): commented out old code which used aopIdx,
5046         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5047         code, added if conditionals to take into account the --use-crt
5048         command line options,
5049         * src/pic16/main.c (pic16_optionsTable): added new command line
5050         options, --use-crt= and --no-crt,
5051         * (_pic16_linkEdit): now the proper crt object is added in the
5052         linker command line except than when --no-crt is specified,
5053         * src/pic16/pcode.c,
5054         * src/pic16/pcode.h: added some structures and functions for a new
5055         optimization scheme to compansate for instruction overhead between
5056         same iCodes, this scheme is currently under development and is not
5057         working in any way,
5058         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5059         to && operator,
5060         * device/lib/pic16/startup/crt0i.c,
5061         * device/lib/pic16/startup/crt0iz.c: added global char variable
5062         __uflags to force the generation of an idata section
5063
5064 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5065
5066         * doc/Makefile,
5067         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5068         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5069
5070 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5071
5072         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5073         Frieder) and clarified the default code optimization mode
5074
5075 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * src/SDCC.lex (doPragma, process_pragma),
5078         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5079         "opt_code_size", and "opt_code_balanced"
5080         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5081         regrouped options by category, added support for category headers
5082         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5083         and "--opt-code-size"
5084         * doc/sdccman.lyx: documented these new options and pragmas
5085         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5086         preference into account
5087
5088 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5089
5090         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5091           geniCodePreDec): Fixed bug 904237 by generating a warning
5092         * src/SDCCerr.h,
5093         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5094
5095 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5096
5097         * src/pic/device.c : When no max ram set validate full memory range.
5098         * src/pic/pcode.c,
5099         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5100
5101 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5102
5103         * device/lib/_gptrget.c,
5104         * device/lib/_gptrput.c: updated comment
5105         * device/lib/calloc.c,
5106         * device/lib/free.c,
5107         * device/lib/malloc.c,
5108         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5109         * src/SDCCcse.c (cseBBlock),
5110         * src/SDCCicode.c (printOperand, geniCodeArray),
5111         * src/SDCCicode.h (struct operand): fixed bug 868103
5112         * support/regression/tests/bug-868103.c: added
5113         * src/SDCCast.c (searchLitOp),
5114         * src/SDCCcse.h (struct cseDef),
5115         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5116         * src/SDCCicode.h (struct operand),
5117         * src/SDCCsymt.h (struct sym_link),
5118         * src/avr/gen.c (hasInc),
5119         * src/ds390/gen.c (hasInc),
5120         * src/hc08/gen.c (genPlusIncr, hasInc),
5121         * src/mcs51/gen.c (hasInc),
5122         * src/pic16/glue.c (pic16_printIvalChar),
5123         * src/pic16/ralloc.c (regWithIdx),
5124         * src/xa51/gen.c (hasInc) : removed warnings
5125         * src/SDCCast.c (createBlock): added comment ???
5126         * src/hc08/ralloc.c: updated comments
5127
5128 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5129
5130         * doc/sdccman.lyx: updated section on switch statements, added
5131         section about semaphore locking
5132         * doc/Makefile: added option -info for latex2html
5133         * device/lib/_gptrget.c,
5134         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5135
5136 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5137
5138         * src/pic/device.h,
5139         * src/pic/device.c,
5140         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5141          maxram is less than 0x100.
5142
5143 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5144
5145         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5146
5147 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5148
5149         * src/port.h,
5150         * src/mcs51/main.c,
5151         * src/ds390/main.c,
5152         * src/z80/main.c,
5153         * src/hc08/main.c,
5154         * src/pic/main.c,
5155         * src/pic16/main.c,
5156         * src/avr/main.c,
5157         * src/xa51/main.c
5158         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5159         a jump table is the best form for a switch statement, including
5160         automatic insertion of missing cases to make the case range
5161         continuous. Developed in collaboration with Frieder Ferlemann.
5162
5163 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5164
5165         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5166         accumulator result if it needs sign extension
5167
5168 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5169
5170         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5171
5172 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5173
5174         * device/lib/gbz80/printf.c,
5175         * device/lib/z80/printf.c: removed define for NULL
5176
5177 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5178
5179         * as/xa51/xa_link.c,
5180         * device/examples/ds390/ow390/ad26.c,
5181         * device/examples/ds390/ow390/cnt1d.c,
5182         * device/examples/ds390/ow390/counter.c,
5183         * device/examples/ds390/ow390/ds2480.h,
5184         * device/examples/ds390/ow390/ds2480ut.c,
5185         * device/examples/ds390/ow390/findtype.c,
5186         * device/examples/ds390/ow390/gethumd.c,
5187         * device/examples/ds390/ow390/owllu.c,
5188         * device/examples/ds390/ow390/ownetu.c,
5189         * device/examples/ds390/ow390/swt12.c,
5190         * device/examples/ds390/ow390/swtloop.c,
5191         * device/examples/ds390/ow390/temp.c,
5192         * device/examples/ds390/ow390/temp10.c,
5193         * device/examples/ds390/ow390/thermo21.c,
5194         * device/examples/ds390/ow390/tinilnk.c,
5195         * device/examples/ds390/ow390/tstfind.c,
5196         * device/examples/serialcomm/windows/serial.cpp,
5197         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5198         * device/include/reg51.h: fixed line endings for cvs
5199
5200 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5203         packRegsForAccUse, packRegisters): new accumulator register
5204         packing algorithm
5205         * support/regression/ports/hc08/support.c (_putchar): suppress
5206         warning of unused variable
5207         * src/SDCCicode.c: added SWAP entry to codeTable
5208
5209 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5210
5211         * device/lib/sprintf.c: forgot to add this file before previous commit
5212
5213 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5214
5215         * src/pic16/gen.c (genPackBits): added operand right in function
5216         parameters, load result directly if p_type is POINTER (that is
5217         called by genNearPointerSet)
5218         * (genUnPackBits): added operand left in function parameters,
5219         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5220         FSR0 if accessing bitfields,
5221
5222 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5223
5224         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5225           _print_format; updated printf, sprintf, vsprintf
5226         * device/include/asm/default/features.h: corrected comment/define
5227         * device/lib/Makefile.in: added sprintf.c
5228         * device/lib/libsdcc.lib: added sprintf module
5229         * device/lib/printf_large.c,
5230         * device/lib/vprintf.c,
5231         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5232           into these 3 files
5233         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5234         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5235         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5236           hc08 test
5237         * support/regression/tests/zeropad.c: define idata as data for hc08
5238
5239 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5240
5241         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5242         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5243         labels are referenced at least once (even if a reference is not found)
5244         * src/hc08/gen.c (emitcode): set isComment flag for comments
5245         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5246         loads), rules 6a..6b (optimize jumps to return)
5247
5248 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5249
5250         * device/lib/acosf.c (acosf),
5251         * device/lib/asinf.c (asinf),
5252         * device/lib/atanf.c (atanf),
5253         * device/lib/ceilf.c (ceilf),
5254         * device/lib/cosf.c (cosf),
5255         * device/lib/coshf.c (coshf),
5256         * device/lib/cotf.c (cotf),
5257         * device/lib/fabsf.c (fabsf),
5258         * device/lib/floorf.c (floorf),
5259         * device/lib/log10f.c (log10f),
5260         * device/lib/logf.c (logf),
5261         * device/lib/sinf.c (sinf),
5262         * device/lib/sinhf.c (sinhf),
5263         * device/lib/sqrtf.c (sqrtf),
5264         * device/lib/tanf.c (tanf),
5265         * device/lib/tanhf.c (tanhf),
5266         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5267         replaced all instances of "reentrant" in the library functions
5268         defined in math.h with this macro.
5269         * support/regression/tests/float_trans.c: reenabled test for hc08
5270
5271 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5272
5273         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5274         erroneously deleted
5275
5276 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5279         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5280         multi-byte volatile operands are used
5281         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5282         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5283         initialization to area GSINIT0 so that it would always precede
5284         any static initializers in GSINIT
5285         * support/regression/tests/zeropad.c: fixed idata define for hc08
5286         * support/regression/tests/bug-927659.c,
5287         * support/regression/tests/float_trans.c: disabled tests for hc08
5288         pending missing library routines
5289         * .version: increased version number to 2.4.4 - hc08 port now passes
5290         regression tests
5291
5292
5293 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5294
5295         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5296         * Makefile.common.in,
5297         * as/Makefile,
5298         * as/hc08/Makefile.in,
5299         * as/mcs51/Makefile.in,
5300         * as/z80/Makefile.in,
5301         * debugger/mcs51/Makefile.in,
5302         * device/include/Makefile.in,
5303         * device/lib/Makefile.in,
5304         * doc/Makefile,
5305         * link/Makefile,
5306         * link/z80/Makefile.in,
5307         * packihx/Makefile.in,
5308         * sim/ucsim/main_in.mk,
5309         * sim/ucsim/avr.src/Makefile.in,
5310         * sim/ucsim/doc/Makefile.in,
5311         * sim/ucsim/gui.src/serio.src/Makefile.in,
5312         * sim/ucsim/hc08.src/Makefile.in,
5313         * sim/ucsim/s51.src/Makefile.in,
5314         * sim/ucsim/xa.src/Makefile.in,
5315         * sim/ucsim/z80.src/Makefile.in,
5316         * src/Makefile.in,
5317         * support/cpp2/Makefile.in,
5318         * support/librarian/Makefile,
5319         * support/makebin/Makefile: added DESTDIR to the install path proposed
5320         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5321         * doc/sdccman.lyx: added DESTDIR documentation
5322
5323 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5324
5325         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5326         instruction for interrupt handlers, use fast returns when returning
5327         from high priority interrupts
5328
5329 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5330
5331         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5332         code generation
5333         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5334         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5335         bugs, ported much of Bernhard's code from mcs51
5336         * src/mcs51/gen.c (genSend),
5337         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5338         than one when calling a reentrant function
5339         * device/lib/_mullong.c: defined an alternate struct layout for big
5340         endian ports (hc08)
5341
5342 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5345         test
5346
5347 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5348
5349         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5350         are sane and complete before asking the port its prefered parameter
5351         passing method (fixes bug #1017633)
5352         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5353         and _ret3
5354
5355 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5356
5357         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5358         problem in bitfields >= 8 bits.
5359
5360 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5361
5362         * src/SDCCsymt.c: undid changes that were not meant to be committed
5363
5364 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5365
5366         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5367
5368 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5369
5370         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5371           copied and wrong bit got inverted
5372
5373 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5376         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5377         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5378         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5379         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5380         assignments to bitfields at known addresses
5381         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5382         reads from bitfields at known addresses
5383         * src/hc08/ralloc.c (packRegisters),
5384         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5385         genhc08Code): optimize pointer get values used as conditionals
5386         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5387         and branch
5388
5389 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5392         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5393         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5394         as conditionals
5395
5396 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5397
5398         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5399
5400 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5403         related problems
5404
5405 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5406
5407         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5408
5409 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5410
5411         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5412         mcs51 port
5413
5414 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5415
5416         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5417
5418 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5419
5420         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5421         cases use more compact code.
5422
5423 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5424
5425         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5426
5427 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5428
5429         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5430
5431 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5432
5433         * src/SDCCsymt.h,
5434         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5435         parameter of changePointer() from symbol* to sym_link*
5436         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5437         * src/SDCCsymt.c (compareType): void* type is castable to other
5438         pointers, but not necesarily an exact match.
5439         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5440         is no longer blindly treated as an exact match.
5441         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5442
5443 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5444
5445         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5446
5447 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5448
5449         * src/pic/gen.c,
5450         * src/pic/pcode.c,
5451         * src/pic/ralloc.h,
5452         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5453
5454 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5455
5456         * src/pic/device.c,
5457         * src/pic/device.h,
5458         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5459
5460 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/mcs51/gen.c (emitcode): fixed bug #992819
5463
5464 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5465
5466         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5467           there's no need to make it worse
5468
5469 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/mcs51/ralloc.c (deassignLR),
5472         * src/ds390/ralloc.c (deassignLR),
5473         * src/hc08/ralloc.c (deassignLR),
5474         * src/z80/ralloc.c (deassignLR),
5475         * src/pic/ralloc.c (deassignLR),
5476         * src/pic16/ralloc.c (deassignLR),
5477         * src/avr/ralloc.c (deassignLR),
5478         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5479         rlivePoint): fixed another part of bug #971834
5480
5481 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/z80/main.c: enabled "critical" keyword
5484         * src/z80/mappings.i,
5485         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5486         functions (fixes bug #979646)
5487         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5488
5489 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5490
5491         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5492           such as c:\mydir.
5493
5494 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5495
5496         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5497           doesn't disable too much optimizations
5498
5499 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5500
5501         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5502
5503 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5504
5505         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5506
5507 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5508
5509         * src/pic/gen.c tidied up tabs
5510         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5511         * src/pic/main.c tidied up tabs
5512         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5513         * src/pic/pcoderegs.c tidied up tabs
5514         * src/pic/ralloc.c tidied up tabs
5515
5516 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5517
5518         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5519         to S_FIXED for pic16 port and when symbol is not in level 0,
5520         allocate for S_REGISTER storage class and pic16 port, too,
5521         * src/pic16/device.h: prototype for checkSym,
5522         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5523         * (pic16_assignConfigWordValue): test the value and the mask to
5524         validate that the value is suitable for the configuration word,
5525         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5526         collect extern declared symbols, don't emit symbol twice, check
5527         first if symbol is in publics set first,
5528         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5529         * added command line '--fstack' which enables an experimental
5530         feature for stack access, too buggy to be used yet...
5531         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5532         * (pic16_allocDirReg): when register has storage class S_REGISTER
5533         allocate in pic16_dynAccessRegs,
5534         * device/include/pic16/pic18f????.h: modified configuration word
5535         naming convention, words started as CONFIG0H but should be CONFIG1H
5536
5537 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5538
5539         * device/include/mcs51reg.h: fixed bug 970993
5540
5541 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5542
5543         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5544         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5545         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5546         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5547         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5548         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5549           error/warning numbers,
5550           added function setWarningDisabled()
5551         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5552         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5553           _memcmp.c _memmove.c calloc.c realloc.c free.c
5554         * support/regression/tests/malloc.c: added tests for new functionality
5555         * support/regression/tests/zeropad.c: added tests for truncated initializers
5556           and initialized char arrays starting with '\x0'
5557         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5558
5559 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5560
5561         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5562
5563 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5564
5565         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5566         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5567         peephole 177.e. Thanks to anonymous
5568
5569 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5570
5571         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5572         function isn't used in the source but referenced as a
5573         variable initializer then declare it as extern in .asm file
5574
5575 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5576
5577         * .version: increased version number to 2.4.3
5578
5579         Adding version extension according to ChangeLog CVS revision
5580         * src/Makefile.in (target all): added dependency 'version.h'
5581         * (rule version.h): added rule to create version.h from ChangeLog,
5582         * (rule dep): added dependency version.h,
5583         * src/version.awk: AWK script to create version.h
5584         * src/SDCCdwarf2.c (dwWriteModule),
5585         * src/SDCCglue.c (initialComments),
5586         * src/SDCCmain.c (printVersionInfo): modified to write after
5587         version string the version extension number,
5588         * src/SDCCutil.c: included "version.h"
5589         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5590         number,
5591         * src/SDCCutil.h: added prototype for getBuildNumber
5592
5593         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5594         includeDirsSet, too,
5595         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5596         const char [] is found in function prototype...
5597
5598         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5599         moving to WREG with source is already in WREG,
5600         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5601         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5602         * (aopForSym): stack'ed symbols are partially supported, added
5603         if-clause to support symbols in FARSPACE,
5604         * (sameRegs): added test for AOP_ACC to see if registers are same,
5605         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5606         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5607         * (pic16_popRegFromString): will not allocate a new register if it
5608         doesn't find one by name, bug may have introduced...
5609         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5610         * (genIpush): revived to use pic16 port's stack,
5611         * (genAddrOf): added incomplete case for stack'ed operand,
5612         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5613         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5614         can handle multibyte operands,
5615         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5616         * (pic16initialComments): added message for MPLAB compatibility
5617         mode enabled,
5618         * src/pic16/main.h: prototype for pic16_mplab_comp,
5619         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5620         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5621         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5622         because of increased complexity of procedure,
5623         * (_process_pragma): stack pragma changed to format 'stack pos len',
5624         emit symbol '_stack_end' to conform with gplink,
5625         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5626         to search for register,
5627         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5628         PO_GPR_REGISTER,
5629         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5630         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5631         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5632         case for PO_GPR_REGISTER,
5633         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5634         dies, the new era is ahead !...
5635         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5636         pic16_dynInternalRegs,
5637         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5638         * (pic16_allocDirReg): minor optimizations and bug fixes,
5639         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5640
5641         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5642         load stack and frame pointer with address of 'stack_end' symbol
5643
5644 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5645
5646         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5647         without source code but only variable initializers
5648
5649 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5650
5651         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5652         external are not declared as extern to reduce overhead while linking
5653
5654 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5655
5656         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5657
5658 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5659
5660         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5661           Yee Keat for the patch
5662         * src/SDCCast.c (decorateType): fixed bug #979599
5663         * src/ds390/gen.h: removed local fReturnSizeDS390
5664         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5665         * src/ds390/gen.c (genAnd, genOr, genXor),
5666         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5667
5668 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5669
5670         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5671         add relFilesSet to $3, manipulate $2 to handle linking of object
5672         files without source files in command line,
5673         * device/include/pic16 (all headers): added ID location macros,
5674         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5675         entries for ID location bytes,
5676         * (pic16_assignIdByteValue): NEW,
5677         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5678         added field dumpcalltree to pic16_options_t,
5679         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5680         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5681         emitting rFalseIfx label after check_carry label,
5682         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5683         pic16_emitDIRegs), NEW
5684         * (pic16glue): dump .calltree file when option --calltree found,
5685         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5686         * (_pic16_genAssemblerPreamble): emit ID locations after
5687         configuration registers,
5688         * (pic16_linkCmd): modifications of the link command,
5689         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5690         * (pic16_pCodeInitRegisters): don't init stack registers,
5691         * (pic16_findPrevInstruction): fixed bug,
5692         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5693         bug with immediate registers,
5694         * (buildCallTree): traces stack push and pop,
5695         * (pct2): dump also stack usage for each function,
5696         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5697         * (pic16_allocDirReg): various modifications,
5698         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5699         fixed to 1,
5700
5701 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5702
5703         * src/pic16/pcode.c: removed buggy double colon
5704
5705 2004-07-01 Borut Razem <borut.razem AT siol.net>
5706
5707         * support/scripts/sdcc.nsi: added include/pic16 to setup
5708
5709 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5710
5711         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5712         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5713         target 'clean',
5714         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5715         specific command line arguments. Also added sample lkr script
5716         for placing a variable at a specific memory bank.
5717         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5718         at a specific memory bank,
5719         * (pic16_dump_isection): fixed bug which caused string literals to
5720         be omitted when dumping idata section,
5721         * (pic16_groupRegistersInSection): added code to handle registers
5722         in specific memory banks,
5723         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5724         public, all references are renamed too,
5725         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5726         AOP_DPTR2,
5727         * (pic16_storeForReturn): added case to handle when dest is WREG,
5728         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5729         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5730         pic16_rel_udata, check to see if that register is marked as being
5731         a member of a specific memory bank,
5732         * (pic16_printIvalCharPtr): added code to add string literals either
5733         to code or the idata sections,
5734         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5735         also accept the 'udata' pragma,
5736         * src/pic16/main.h: new structure types sectName and sectSym
5737         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5738         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5739         * (pic16_findPrevInstruction): fixed, it returned nothing,
5740         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5741         instruction combinations,
5742         * (pic16_FixRegisterBanking): heavily reorganised,
5743         * (pic16_AnalyzeBanking): if generating banksel directives is
5744         disabled, then don't call FixRegisterBanking at all,
5745         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5746         completely removed,
5747         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5748
5749 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5750
5751         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5752         Phuah Yee Keat <yk.phuah AT nestac.com>
5753
5754 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5755
5756         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5757         correctly the IVT even if it is relocated to some other location
5758
5759 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5760
5761         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5762         * device/include/pic16/pic18f2220.h: NEW,
5763         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5764         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5765         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5766         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5767         nodefaultlibs, ivt_loc is the location of the interrupt vector
5768         table, and nodefaultlibs signs that default libraries should not be
5769         linked in link stage,
5770         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5771         according to --ivt-loc argument,
5772         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5773         when pragma stack is found,
5774
5775 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5776
5777         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5778         256 (range check), 257 (do while), 258.a-f (bit banging
5779         f.e. on 3-wire SPI bus)
5780
5781 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5784         variables used exclusively within a loop
5785
5786 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5787
5788         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5789
5790 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/SDCClrange.c (computeClash): fixed bug #971834
5793
5794 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5795
5796         * src/mcs51/gen.c (genCmp): fixed bug #975903
5797         * src/hc08/gen.c (operandsEqu),
5798         * src/ds390/gen.c (operandsEqu),
5799         * src/z80/gen.c (operandsEqu),
5800         * src/pic/gen.c (operandsEqu),
5801         * src/pic16/gen.c (operandsEqu),
5802         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5803         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5804
5805 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5806
5807         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5808
5809 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5810
5811         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5812         default case in switch statement,
5813         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5814         to eliminate problem with initialisation of pointers, but problem
5815         still exists,
5816         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5817         * (emitStaticSegment): removed various lines emitting debug info,
5818         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5819         added processor registers for utilizing EEPROM,
5820         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5821         configurable and set 8
5822
5823 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5824
5825         * .version: increased version number to 2.4.2,
5826
5827         Cumulative patch for pic16 port
5828         * src/pic16/device.c: changed scheme to dump initial values for
5829         variables in idata segment, all print_idata* functions were removed,
5830         now the pic16_printIval* will be called,
5831         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5832         * _pic16_printPointerType, pic16_printPointerType,
5833         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5834         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5835         NEW, similar to the respective functions in SDCCglue.c,
5836         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5837         way, emitting hex bytes,
5838         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5839
5840 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/avr/ralloc.c (serialRegAssign),
5843         * src/xa51/ralloc.c (serialRegAssign),
5844         * src/pic/ralloc.c (serialRegAssign),
5845         * src/pic16/ralloc.c (serialRegAssign),
5846         * src/hc08/ralloc.c (serialRegAssign),
5847         * src/z80/ralloc.c (serialRegAssign),
5848         * src/ds390/ralloc.c (serialRegAssign),
5849         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5850
5851 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5854         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5855
5856 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5857
5858         Cumulative patch for pic16 port:
5859         * src/pic16/device.h (typedef PIC16_device) modified fields for
5860         defining microcontrollers,
5861         * src/pic16/device.c: added new info for all devices in Pics16 array,
5862         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5863         to be optimised out by the pCode optimiser,
5864         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5865         specially, bug reported by G.M. Gallant,
5866         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5867         as force'd so that cannot be optimised out by pCode optimiser,
5868         * src/pic16/pcode.c,
5869         * src/pic16/pcodepeeph.c,
5870         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5871         they are disabled by default, but can be enabled explicit with
5872         command argument --denable-peeps, for testing,
5873         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5874         --pomit-ivt in COMPILE_FLAGS
5875
5876 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5877
5878         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5879           compilation on MSVC
5880
5881 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5882
5883         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5884
5885 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5886
5887         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5888         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5889
5890 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5891
5892         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5893         would only assign 0x300001 register.
5894
5895 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5896
5897         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5898         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5899
5900 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5901
5902         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5903         for ds80c400
5904         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5905         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5906         added peephole 254 (left shift), 255 (jump table)
5907
5908 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5909
5910         * device/lib/Makefile.in: removed comment line with model-pic16,
5911         * (target port-specific-objects-pic16): the libraries and objects
5912         are copied to the build directory form the device/lib/pic16/bin
5913         directory
5914
5915         Cumulative patch concerning pic16 port:
5916         * library directory has been re-organized,
5917         * added support for PIC18F1220,
5918         * added headers and library sources for chips 18f1220,18f6520,
5919         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5920
5921         * configuration registers setting has changed, now each supported
5922         device has a complete description of the registers it uses,
5923         * all initialisations are moved to idata sections, these section
5924         can be absolute or relocatable,
5925         * fixed initialisation of codespace variables,
5926         * fixed warning about PCLATU and gpsim,
5927         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5928         * (genAssign): use table reads when assigning from variables in codespace,
5929         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5930         char/int variables placed in codespace,
5931         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5932         registers set in .asm file, no need for --pomit-config-words anymore,
5933         * (pic16glue): some 8051 legacy segments are commented out
5934         (to be removed completely),
5935         * added support for alternative assembler and linker with --asm=
5936         and --link= command line arguments,
5937         * peepholes are disabled automatically in the port, no need to
5938         specify on command line,
5939         * port supports natively char/int/long multiplication, but converts
5940         all divisions to support functions,
5941         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5942         to the file set in variable $2,
5943         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5944         strings in ASCII format and not in hex,
5945         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5946         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5947         allocate proper register if iCodes aren't temporary,
5948
5949 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5950
5951         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5952
5953 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5954
5955         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5956         is commented out
5957
5958 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5961         computed address is reused
5962         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5963         multi-byte bitfields
5964
5965 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5966
5967         * src/z80/gen.c: (genArrayInit): must check for pointers too
5968
5969 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5970
5971         * support/regression/tests/zeropad.c: never meant to commit the
5972           nestedstruct test: removed, added check for GCC version
5973
5974 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5975
5976         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5977         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5978         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5979           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5980           bugs 928906 and 954082 half-empty initializers
5981         * src/SDCCsymt.h,
5982         * src/SDCCsymt.c (getAllocSize): added for above fix
5983         * src/z80/gen.c (genArrayInit): fixed bug 741044
5984         * support/regression/tests/zeropad.c: added tests
5985
5986 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5987
5988         * src/pic16/device.c (pic16_dump_section): corrected bug which
5989         caused some symbols of the libraries to be misplaced
5990
5991 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5992
5993         * src/pic16/glue.c,
5994         * src/pic16/ralloc.h,
5995         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5996         to fix conflict with pic port
5997
5998 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5999
6000         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6001         externs configuration variables,
6002         * src/pic16/ralloc.h,
6003         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6004         prototype in header, commented out some debug messages
6005
6006 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6007
6008         * src/pic16/glue.c,
6009         * src/pic16/main.c,
6010         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6011         for gpasm COFF object generation. Thanks to D. Hawkins for
6012         his patch info
6013
6014 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6015
6016         * src/ds390/main.c,
6017         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6018         Brock for spotting this)
6019         * src/ds390/gen.c (genEndFunction),
6020         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6021         interrupt handler and critical. Disable push/pop optimizations when
6022         peephole optimizations disabled.
6023
6024 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6025
6026         Updated pic16 library sources and headers.
6027         * device/lib/pic16/pic18f*/ ,
6028         * device/include/pic16/*.h: modified to handle structured SFR
6029         definitions
6030
6031 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6032
6033         * src/port.h (PORT structure): added hook initPaths, now each
6034         port can declare its own default search paths,
6035         which can been seen with the --print-search-dirs option,
6036         see pic16 port for example,
6037         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6038         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6039         * (doPrintSearchDirs): NEW, replaces in a central manner the
6040         printing of search dirs which was split in set*Paths functions,
6041         * (main): added call to port->initPaths and doPrintSearchDirs,
6042         * src/avr/main.c,
6043         * src/ds390/main.c,
6044         * src/hc08/main.c,
6045         * src/izt/i186.c,
6046         * src/izt/tlcs900h.c,
6047         * src/mcs51/main.c,
6048         * src/pic/main.c,
6049         * src/pic16/main.c: modified port structures to reflect addition of
6050         initPaths hook,
6051
6052         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6053         * (pic16_dump_section): for registers in same address reserve memory once,
6054         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6055         to no_banksel,
6056         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6057         result is greater in size than right or left,
6058         * (pic16_genUMult8X8_8): there are some cases where the result can
6059         be 16 bits size, so handle these,
6060         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6061         * (pic16_outBitC): modified to emit pcodes,
6062         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6063         or not,
6064         * (genDivOneByte): implemented algorithm to divide 8-bits,
6065         * (genCmp): uncommented goto, but issues still exist,
6066         * (genAnd): fixed a bug with variables >8bits,
6067         * (genPackBits): optimization added that uses BCF/BSF to change a
6068         single bit,
6069         * (genAssign): fixed bug when assigning floating point literals,
6070         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6071         __sdcc_gsinit_startup label,
6072         * src/pic16/main.c (_pic16_init): removed search directory
6073         initialisations,
6074         * (_pic16_initPaths): NEW, used to initialise search directories,
6075         * (_hasNativeMulFor): support functions for all except char/int
6076         multiplication, and char division,
6077         * (PIC16_port struct): modified entry for native mul support,
6078         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6079         no_banksel option,
6080         * (buildCallTree): call to register_usage is ifdef'ed out,
6081
6082 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * device/include/string.h: applied Stas Sergeev's patch to make this
6085         header file compatible with the preprocessor -Wundef option
6086         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6087         failure (fixes bug #941458)
6088
6089 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6090
6091         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6092         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6093         that the variable, not the function, should be static
6094         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6095         to be consistent with non-literal case
6096
6097 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6098
6099         * src/SDCCast.c (isConformingBody): fixed bug #949967
6100         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6101         convilong): fixed bug #952086
6102
6103 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6104
6105         * src/SDCCmem.c (allocVariables): fixed bug #955321
6106
6107 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6108
6109         * src/hc08/main.c (_hc08_genAssemblerEnd),
6110         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6111         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6112         completely eliminated the use of a temporary file
6113         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6114         when more than one file linked
6115         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6116
6117 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6120         which fixes bug #543481
6121         * support/regression/tests/bug-751703.c: fixed comments left from a
6122         cut and paste error
6123         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6124         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6125         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6126         scopes
6127         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6128         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6129         are now changed to underscores in moduleName
6130
6131 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6132
6133         * as/mcs51/lkmem.c: better fix for bug #954173
6134
6135 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6136         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6137
6138         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6139         * device/include/c8051f000.h,
6140         * device/include/c8051f120.h,
6141         * device/include/c8051f300.h,
6142         * device/include/c8051f310.h,
6143         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6144         PWM16) and detab'ed
6145
6146 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6147
6148         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6149         and mailing lists, doc'ed --no-peep-comments, removed reference
6150         to knoppix (newest version has no LyX/LaTeX), other minor changes
6151         * src/SDCCglue.c (glue): save 2 bytes stack space with
6152         option --main-return. The ljmp could probably be avoided too
6153
6154 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6155
6156         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6157
6158 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6161         * src/SDCCopt.c (isLocalWithoutDef),
6162         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6163         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6164         (credit to Maarten Brock for patch #949363, on which this is based)
6165         * support/regression/tests/bug-751703.c: some test cases of extern used
6166         within inner scopes.
6167
6168 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6171         SPEC_STRUCT
6172         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6173         struct definitions
6174         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6175         dwWriteLabel): fix to create valid debugger symbols even when
6176         the module name has non-alphanumeric symbols in it
6177         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6178         when a variable's allocation has been optimized away
6179
6180
6181 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6182
6183         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6184         * src/hc08/main.c,
6185         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6186         * src/mcs51/main.c,
6187         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6188         * src/ds390/main.c,
6189         * src/z80/gen.c (z80_emitDebuggerSymbol),
6190         * src/z80/main.c,
6191         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6192         * src/pic/main.c,
6193         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6194         * src/pic16/main.c,
6195         * src/avr/gen.c (avr_emitDebuggerSymbol),
6196         * src/avr/main.c,
6197         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6198         * src/xa51/main.c,
6199         * src/SDCCdebug.c (emitDebuggerSymbol),
6200         * src/SDCCdebug.h,
6201         * src/port.h: added a debugger struct to the port struct. Added a
6202         callback for defining debugger symbols
6203
6204         * src/SDCCast.c (createLabel),
6205         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6206         with isitmp = 1
6207         * src/SDCCicode.h,
6208         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6209         iCode back to the ast for the function
6210
6211         * src/hc08/ralloc.c (hc08_assignRegisters),
6212         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6213         unneeded fields from the regs struct.
6214         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6215         pushReg() & pullReg() functions instead of emitcode()
6216
6217         * src/hc08/gen.c (genLabel, genhc08Code),
6218         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6219
6220         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6221         debugger hooks
6222
6223         * src/hc08/gen.c (genEndFunction, genhc08Code),
6224         * src/hc08/gen.h,
6225         * src/mcs51/gen.c (genEndFunction, gen51Code),
6226         * src/mcs51/gen.h,
6227         * src/ds390/gen.c (genEndFunction, gen390Code),
6228         * src/ds390/gen.h,
6229         * src/z80/gen.c (genEndFunction, genZ80Code),
6230         * src/z80/gen.h,
6231         * src/z80/z80.h,
6232         * src/pic/gen.c (genEndFunction, genpic14Code),
6233         * src/pic/gen.h,
6234         * src/pic16/gen.c (genEndFunction, genpic16Code),
6235         * src/pic16/gen.h,
6236         * src/avr/gen.c (genEndFunction, genAVRCode),
6237         * src/avr/gen.h,
6238         * src/xa51/gen.c (genEndFunction, genXA51Code),
6239         * src/xa51/gen.h,
6240         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6241         specific code to cdbFile.c and out of the backend code generators
6242
6243         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6244         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6245         starting address is now 0
6246
6247         * as/hc08/asm.h,
6248         * as/hc08/m08pst.c,
6249         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6250         assembler directive for DWARF support
6251         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6252
6253         * src/src.dsp,
6254         * src/Makefile.in,
6255         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6256
6257 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6260         and inappropriate peephole optimization in jump tables
6261
6262 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6263
6264         * as/hc08/m08pst.c,
6265         * src/SDCCglue.c: sdccopt works for the hc08 port now
6266
6267 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6268
6269         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6270
6271 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6272
6273         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6274
6275 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6276
6277         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6278         rules
6279         * src/SDCCmain.c,
6280         * src/SDCCglobl.h,
6281         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6282         comments from the peephole optimizer replacement rules
6283         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6284         symbols
6285         * src/SDCCcse.c (updateSpillLocation),
6286         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6287         equivalents
6288         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6289         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6290         objects far pointers
6291
6292 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         * src/SDCCsymt.h: a missing part of my last change
6295         * src/pic/ralloc.c (regTypeNum),
6296         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6297
6298 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCicode.h,
6301         * src/SDCCicode.c (aggrToPtrDclType),
6302         * src/SDCCptropt.h,
6303         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6304         ptrPseudoSymConvert),
6305         * src/pic/ralloc.c (regTypeNum),
6306         * src/pic16/ralloc.c (regTypeNum),
6307         * src/hc08/ralloc.c (regTypeNum),
6308         * src/ds390/ralloc.c (regTypeNum),
6309         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6310         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6311
6312 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * link/z80/lkmain.c (afile),
6315         * as/hc08/lkmain.c (afile),
6316         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6317         prevent a pointer problem when a filename has no directory and
6318         no extension specified.
6319
6320 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6321
6322         * link/z80/lkmain.c (afile): allow periods in directory names
6323         * link/z80/lkmain.c (afile),
6324         * as/mcs51/lkmain.c (afile),
6325         * as/hc08/lkmain.c (afile): allow linker script file to have an
6326         extension other than ".lnk"
6327         * link/z80/lklex.c (getfid),
6328         * link/z80/lkmain.c (parse),
6329         * as/mcs51/lklex.c (getfid),
6330         * as/mcs51/lkmain.c (parse),
6331         * as/hc08/lklex.c (getfid),
6332         * as/hc08/lkmain.c (parse): Support comments in the linker script
6333         file on lines by themselves and after filenames
6334
6335 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6336
6337         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6338
6339 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/z80/peeph-z80.def: removed some peephole rules that don't
6342         work with multibyte arithmetic (fixed bug #937126)
6343         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6344         to registers and not global variables
6345         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6346         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6347         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6348         checking for assignments not internally generated (fixed bug #931895)
6349         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6350         structure member (fixed bug #930072)
6351
6352 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCCmain.c (linkEdit),
6355         * src/hc08/main.c (_hc08_parseOptions),
6356         * as/hc08/Makefile.in,
6357         * as/hc08/aslink.h,
6358         * as/hc08/asm.h,
6359         * as/hc08/m08pst.c,
6360         * as/hc08/lkrloc.c (relr, rele),
6361         * as/hc08/lkarea.c (lnkarea)
6362         * as/hc08/lkmain.c (afile, parse),
6363         * as/hc08/lkelf.c: support for ELF output
6364         * as/hc08/lks19.c (s19),
6365         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6366
6367 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6368
6369         * as/mcs51/lkihx.c: Fixed bug #899105.
6370
6371 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6372
6373         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6374         .dsp files from Unix to DOS.
6375
6376 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6379         function pointers; we have been compliant for several months now.
6380         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6381         change that was accidently commented out
6382         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6383         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6384         bug #922319
6385
6386 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/hc08/gen.c: output of all of the internal debugging information
6389         is now controlled by the D() macro; it is disabled by default
6390
6391 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6394         harder to keep the same registers during a CAST iCode
6395         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6396         long via int can be done in a single cast, if the signedness is
6397         correct.
6398         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6399         putchar() in tinibios.c in ds390's library
6400
6401 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6402
6403         * src/SDCCast.c (decorateType): fixed bug #898889,
6404         cast result of a literal complement too
6405         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6406         fixed check for bitfields
6407
6408 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6409
6410         * src/SDCCicode.c (geniCodeLogic): made it static,
6411         (geniCodeLogicAndOr): added in order to fix bug #905492,
6412         (ast2iCode): fixed bug #905492
6413         * support/regression/tests/bug-905492.c: added
6414         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6415         (processParms): fixed bug #927659: don't copy parms, this will clear
6416         decorated flag
6417         * support/regression/tests/bug-927659.c: added
6418
6419 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6420
6421         * src/SDCCast.c (addCast): don't cast float to char
6422         * device/lib/libsdcc.lib: added _memmove
6423
6424 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6425
6426         * device/lib/large/Makefile: fixed parallel execution by
6427         replacing `make` by `$(MAKE)`
6428
6429 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6432         offsets (fixes bug #923936)
6433
6434 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6435
6436         * device/lib/small/Makefile: fixed parallel execution by
6437         replacing `make` by `$(MAKE)`
6438
6439 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6440
6441         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6442
6443 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6444
6445         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6446         * src/regression/Makefile: Regression test was not running.
6447
6448 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6449
6450         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6451         complement if possible
6452         * src/SDCCval.c (valComplement),
6453         * src/SDCCicode.c (operandOperation): fixed complement of literal
6454         * support/regression/tests/onebyte.c (testComplement): added
6455
6456 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6457
6458         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6459         return an optimized tree; actually replace actParm with the new tree
6460         * src/SDCCast.h: added some parantheses to remove side effects
6461         * support/regression/tests/bug-920866.c
6462
6463 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6464         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6465         Bit operands were not being handled properly in the pic14 port.
6466         (now src/regression/add.c passes again).
6467
6468 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * src/SDCC.y (labeled_statement): case and default no longer require
6471         a following statement (RFE #893037)
6472
6473 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6476         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6477         disabled (fixes bug #916294)
6478         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6479         "mov a,acc"; patch provided by Lenny Story
6480         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6481
6482 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6485         functions
6486         * src/ds390/gen.c (genFunction, genEndFunction),
6487         * src/ds390/ralloc.c (ds390_assignRegisters),
6488         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6489         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6490         pushed if there are parameters passed on the stack. Also, a cleaner
6491         way to decide if r0/r1 should be pushed/popped. (Together they fix
6492         bug #918693)
6493
6494 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * doc/sdccman.lyx,
6497         * device/lib/mcs51/crtpagesfr.asm,
6498         * device/lib/mcs51/crtxinit.asm,
6499         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6500         to avoid confusion with Si Lab's SFRPAGE register.
6501
6502 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/SDCCglue.c (emitMaps): allow public sfr variables
6505         * src/SDCCglue.c (initialComments): include compiler build date
6506         with compiler version and put the timestamp of the generated
6507         assembly file on a serperate line to be less confusing.
6508         * src/port.h: added genInitStartup hook
6509         * src/avr/main.c,
6510         * src/ds390/main.c,
6511         * src/hc08/main.c,
6512         * src/pic/main.c,
6513         * src/pic16/main.c,
6514         * src/xa51/main.c,
6515         * src/z80/main.c: genInitStartup initialize as NULL (default to
6516         historical behaviour)
6517         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6518         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6519         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6520         library instead of hard coding it into the compiler.
6521         * support/regression/ports/mcs51-stack-auto/spec.mk,
6522         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6523         * device/lib/mcs51/Makefile,
6524         * device/lib/small/Makefile,
6525         * device/lib/large/Makefile,
6526         * device/lib/mcs51/crtpagesfr.asm,
6527         * device/lib/mcs51/crtstart.asm,
6528         * device/lib/mcs51/crtxclear.asm,
6529         * device/lib/mcs51/crtxinit.asm,
6530         * device/lib/mcs51/crtclear.asm,
6531         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6532         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6533         and into user configurable files.
6534         * device/lib/clean.mk: clean mcs51 directory too
6535         * support/regression/tests/longlit.c: added static to T1 declaration
6536         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6537         accesses in the initialization code
6538
6539 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6540
6541         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6542         OSCTRIMVAL as noted in bug #916008
6543
6544 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6547         in loops with multiple exits (reported as incorrect registers
6548         used by Martin Helmling in Sdcc-user list)
6549
6550 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6551
6552         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6553         made ds390 register extensions look less like error messages
6554
6555 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6558         reported by Adam Wozniak in Sdcc-user list
6559
6560 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6561
6562         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6563         arithmetic optimizations, added debug output
6564
6565 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6566
6567         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6568         * sdcc.spec: updated and split sdcc into 3 rpms
6569         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6570         needed for literals of LEFT_OP and '+'
6571         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6572         introduced RESULT_TYPE_NOPROM
6573         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6574         left shift
6575         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6576         limited promotion to int only for '*'
6577         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6578
6579 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6580
6581         * src/pic16/gen.c (genSkip),
6582         (genc16bit2lit), (gencjneshort): commented out
6583         (is_LitOp): new helper function, checks operand type
6584         (genCmpEq): rewritten
6585
6586 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6587
6588         * support/regression/tests/bug-908454.c: added
6589
6590 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6591
6592         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6593         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6594         (geniCodeCast): cosmetic, don't preserve bit storage class
6595         (geniCodeLeftShift): added promotion
6596         (geniCodeLogic): fixed regression
6597         * src/SDCCsymt.c (computeTypeOr): accept bits too
6598         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6599
6600 2004-03-07  Borut Razem <borut.razem AT siol.net>
6601
6602         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6603
6604 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6605
6606         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6607         version of pic16_genPackRegisters which does not check if ic is a
6608         CAST operator,
6609         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6610         function cause string1.c regression test fails
6611
6612 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6613
6614         * sim/ucsim/configure.in,
6615         * sim/ucsim/configure,
6616         * sim/ucsim/doc/Makefile.in: use docdir
6617         * src/SDCC.y: fixed sbit atrributes
6618         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6619         * src/SDCCast.c (decorateType): |^& need special promotion handling
6620         * src/SDCCast.h,
6621         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6622         * src/SDCCsymt.h (computeType),
6623         * src/SDCCicode.c: computeType() needs op
6624         * src/SDCCsymt.c (checkTypeSanity),
6625         * doc/sddman.lyx: "plain" bitfields are unsigned
6626         * src/SDCCsymt.c (computeTypeOr): added
6627         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6628         |^& ops
6629         * src/SDCCval.c (val*): computeType() needs op
6630         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6631         * support/regression/tests/onebyte.c: added tests for |^&
6632
6633 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6634
6635         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6636         for writing icode into asm output.
6637
6638 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6639
6640         * src/pic16/device.c: added some debug lines enabled
6641         with macro DEBUG_CHECK,
6642         * src/pic16/genarith.c: more debug in genPlus,
6643         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6644         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6645         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6646         * (aopForSym): onStack symbols are re-placed in data memspace,
6647         and onStack flag is cleared,
6648         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6649         copy temporary pcodeop,
6650         * (genPcall): added warning for not updating PCLATU,
6651         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6652         always true for pic16 port,
6653         * (genMultOneWord): NEW, supports integer multiplication,
6654         * (genMult): modified to call genMultOneWord,
6655         * (ifxForOp): added warning when return NULL,
6656         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6657         flag is set before call to operandFromSymbol for implicit
6658         added structures,
6659         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6660         options.intlong_rent are set by default,
6661         * (_hasNativeMulFor): modified to allow port generation of integer
6662         multiplication,
6663         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6664         set regtype to REG_SFR for all registers, restricting seting the
6665         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6666
6667 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6668
6669         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6670         more than 500 times in the regression tests
6671
6672 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6673
6674         * support/Util/SDCCerr.h,
6675         * support/Util/SDCCerr.c,
6676         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6677         enumerator_list),
6678         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6679         for symbol conflicts.
6680         * support/valdiags/tests/enum.c,
6681         * support/valdiags/tests/tentdecl.c,
6682         * support/valdiags/tests/struct.c: expect possible error messages
6683         referring to original symbol definitions.
6684         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6685         * src/SDCCsymt.h,
6686         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6687
6688 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6689
6690         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6691
6692 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6693
6694         * src/pic16/ralloc.c (newReg): fixed bug #908929
6695
6696 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6697
6698         * src/ds390/gen.c: added missing #include "main.h"
6699
6700 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6701
6702         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6703         checking if symbol is already in set,
6704         * src/pic16/device.h: prototype for checkAddSym,
6705         * src/pic16/gen.c: (_G): added entry interruptvector,
6706         * (assignResultValue): removed some commented out lines,
6707         * (genFunction): check for ISR via sym->type, absolute section for
6708         interrupt code is created via a new pBlock, the goto instruction is
6709         placed now correctly at the interrupt vector position, changed all
6710         references from ivec to _G.interruptvector,
6711         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6712         is the interrupt is a high priority one, same for return from ISR,
6713         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6714         externs to calls of checkAddSym,
6715         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6716         pic16_pcode_verbose flag is set,
6717         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6718         * src/pic16/pcoderegs.c: message about how many registers are saved
6719         will only be emitted if pic16_pcode_verbose flag is set,
6720
6721 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         * src/ds390/ralloc.h,
6724         * src/ds390/ralloc.c (ds390_regWithIdx),
6725         * src/ds390/gen.c (emitcode),
6726         * src/ds390/main.h,
6727         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6728         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6729         ds390operandCompare, getRegsRead, getRegsWritten,
6730         initializeAsmLineNode): customized instruction size calculation for
6731         ds390, started basis for some register optimizations
6732         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6733         corresponding assembly output
6734         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6735         missing push/pop of r0/r1. Optimized push/pops
6736
6737 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6738
6739         * src/mcs51/main.c (instructionSize): fixed ACALL size
6740         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6741
6742 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6743
6744         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6745         the sorting of rlist with NULL elements
6746         * (print_idataType, print_idata): NEW to create idata sections
6747         * src/pic16/device.h: idataSymSet new variable
6748         * src/pic16/gen.c (genFunction): fixed some bugs in string
6749         comparing, improved the absolute section creation for ISRs,
6750         added FSR0L/FSR0H in registers that are saved in an ISR,
6751         * (genInline): fixed the processing of inline snippets,
6752         now they undergo no process by the peephole optimizer
6753         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6754         are placed in idataSymSet,
6755         * (pic16emitStaticSeg): extern symbols are added in externs,
6756         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6757         switching when aboslute variables are placed in access bank memory
6758         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6759         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6760         commented out with #if,
6761         * (pic16_packRegisters): reintroduce the check for CAST because some
6762         symbols are not correctly handled,
6763         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6764         pCodeInstruction instead of pCode,
6765         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6766         pCodeAsmDir definition,
6767         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6768         directive, then the argument directive is emitted without the leading
6769         tab, hack for inline labels which must be in the first column,
6770         * (compareLabel,pic16_findNextInstruction),
6771         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6772         * (insertBankSwitch): modified for the new pCodeAsmDir,
6773
6774 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6775         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6776
6777         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6778         instance,
6779         * (pushSide): commented out with #if,
6780         * (assignResultValue): fixed some typos in saving
6781         registers,
6782         * (genPcall): FIXED and sync'ed with genCall,
6783         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6784         * (genNearPointerGet): fixed to handle some more cases,
6785         implementation scheme via table reads,
6786         * (genConstPointerGet): modified to access code memory correct,
6787         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6788         and improved to handle some cases
6789         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6790         instead of "RETLW" for init data
6791         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6792         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6793         variables are placed in access bank memory (<0x80 and >=0xf80),
6794         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6795         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6796         TBLWT_POSTDEC,TBLWT_PREINC
6797         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6798         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6799         directives
6800         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6801         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6802         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6803         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6804
6805 2004-02-29  Borut Razem <borut.razem AT siol.net>
6806
6807         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6808         support/Util/findme.h, support/Util/system.h: enhance binary relative
6809         search for lib and include by using findProgramPath()
6810
6811 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/SDCCpeeph.h,
6814         * src/SDCCpeeph.c (pcDistance),
6815         * src/port.h,
6816         * src/mcs51/ralloc.h,
6817         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6818         * src/mcs51/main.h,
6819         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6820         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6821         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6822         size calculation port specific, started basis for some register
6823         optimizations
6824         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6825         missing push/pop of r0/r1. Optimized push/pops
6826         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6827         * device/lib/_modsint.c (_modsint),
6828         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6829         and stack version so regression tests pass
6830
6831 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6832
6833         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6834         * src/SDCCast.c (decorateType): catch another small optimization
6835         with '?' operator
6836         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6837         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6838         modified to finally use computeType() all over SDCC,
6839         see Feature Request #877103
6840         * src/SDCCval.h: cosmetic
6841         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6842         valCompare(); regression tested in muldiv.c
6843         * support/regression/tests/muldiv.c (testMod): mod sign follows
6844         dividend only
6845
6846 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6847
6848         * src/SDCCast.c (decorateType): fixed bug #902362
6849         * doc/INSTALL.txt: fixed install instructions for win32
6850
6851 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6852
6853         * device/include/Makefile.in (install): fixed by replacing spaces
6854         by tabs
6855         * doc/README.txt,
6856         * doc/INSTALL.txt: updated for release
6857         * doc/sdccman.lyx: added warning for --xstack being buggy
6858
6859 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6860
6861         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6862         to eliminate build warnings.
6863         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6864
6865 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6866            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6867
6868         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6869         removed -penable-stack, added comment for stack pragma, added
6870         warning for not initializing the stack/frame registers, removed
6871         comment at interrupts section
6872
6873         Stack is made permanent, there is no ability to disable stack usage.
6874         * src/pic16/device.h,
6875         * src/pic16/device.c: removed all references to USE_STACK macro,
6876         * src/pic16/device.c (pic16_dump_section): when no elements in
6877         rlist, free rlist before return,
6878         * (pic16_dump_int_registers): NEW, internal registers are a new set
6879         of general purpose registers reused by each function,
6880         * (checkAddReg): returns 1 if registers is added to set,
6881         * (pic16_groupRegistersInSection): when a registers is of type
6882         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6883         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6884         SRCASECMP macro is moved here from device.c
6885         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6886         PO_PCLATU, PO_PRODL, PO_PRODH,
6887         * (pic16_pCodeOpType, genMinus,
6888         changed compares to "a" register, with AOP_ACC,
6889         * (pic16_genPlus): fixed some bugs and indented properly,
6890         * (pic16_addSign): changed size to size+offset in the MOVWF
6891         instruction,
6892         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6893         multiply 8-bit operand by literal, result is 8-bit,
6894         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6895         multiply 2 8-bit operand, result is 8-bit,
6896         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6897         genUMult8X*_16,
6898         * src/pic16/gen.c: changed accUse to contain WREG only,
6899         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6900         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6901         true, do not use immediate addressing any more unless sym is a
6902         pointer in codespace,
6903         * (aopForRemat): do not use immediate addressing when symbol not in
6904         codespace and when symbol's address is requested,
6905         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6906         accUse size (= 1),
6907         * (aopGet): added case for AOP_ACC and don't return "accumulator
6908         bug" but WREG instead,
6909         * (popGetTempReg): pushes contents of temporary register in stack,
6910         * (popReleaseTempReg): pops contents of temporary register from
6911         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6912         * (pic16_popGet): separated case AOP_ACC to return register WREG
6913         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6914         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6915         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6916         the use of immediate pointers to certain cases only.
6917
6918         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6919         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6920         * (assignResultValue, genCall, genRet): modified to use the new
6921         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6922         genPcall is still broken,
6923         * (genFunction): added code to create 'A' type pBlocks when
6924         interrupt functions are generated, code not extensively tested yet,
6925         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6926         * (genEndFunction): modified so ISRs pop stored registers from stack,
6927         * (genMultOneByte): cleanup,
6928         * (AccRsh): added flag andmask, to and result with appropriate mask,
6929         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6930         * (genDataPointerGet): fixed and reenabled its use,
6931         * (genNearDataPointerGet): bugs fixed,
6932         * (genDataPointerSet): bugs fixed,
6933         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6934         pic16_DumpSymbol, pic16_DumpOp,
6935         * src/pic16/genutils.h: function prototypes for the above functions,
6936         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6937         pointers,
6938         * (pic16emitRegularMap): many many many improvements, but needs a
6939         major cleanup,
6940         * src/pic16/main.c: enable_stack in pic16_options is removed,
6941         * (_pic16_parseOptions): removed command line options -penable-stack,
6942         * (_process_pragma): emit stack symbol only when stack pragma is
6943         processed,
6944         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6945         redirected to FSR0L/FSR0H pair,
6946         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6947         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6948         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6949         for immediates,
6950         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6951         * (dumpPicOptype): NEW,
6952         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6953         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6954         with movff instruction,
6955         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6956         added pic16_int_regs, some packRegsFor* functions are commented out,
6957         because produce errors,
6958         * src/pic16/NOTES: minor modifications
6959
6960 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6961
6962         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6963         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6964         --pack-iram.
6965         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6966         * as/mcs51/lkaomf51.c: fixed bug #895763
6967
6968 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6971
6972 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6973
6974         * doc/sdccman.lyx: added details about the HC08 storage classes and
6975         interrupts, fixed the register usage info for z80 & gbz80
6976
6977 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6978
6979         * doc/sdccman.lyx: added more pic16 port documentation
6980         * device/include/pic16/: added header pic18fregs.h
6981
6982 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6983
6984         * doc/sdccman.lyx: added Vangelis' contribution
6985
6986 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6987
6988         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6989         extend to the next CALL or PCALL, not just to the next CALL.
6990
6991 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6992
6993         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6994
6995 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6998         bug #895752 and a better fix for bug #716790
6999
7000 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7001
7002         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7003
7004 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7005
7006         * doc/sdccman.lyx: minor changes, minor changed
7007
7008 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7009
7010         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7011         which can't handle SDCC_NEWONEBYTEOPS,
7012         (geniCodeMultiply): removed conversion from mult to shift for pic14
7013         and pic16
7014
7015 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/hc08/gen.h,
7018         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7019         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7020         thus fixing bug #895406
7021
7022 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * device/lib/_modsint.c,
7025         * device/lib/_modslong.c: sign follows divisor only
7026         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7027         signs or signedness can be ignored
7028         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7029         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7030         added optimization for IFX,
7031         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7032         arguments;
7033         reenabled optimization for IFX, which was removed on 2004-01-11
7034         * src/SDCCast.h: added return type IFX
7035         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7036         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7037         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7038         SDCC_OLDONEBYTEOPS selects the old behaviour
7039         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7040         changed again and commented promotion rule
7041         * src/SDCCval.c (valDiv): promotion no longer necessary
7042         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7043         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7044         rewritten
7045         * support/regression/tests/onebyte.c: added
7046
7047 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7048
7049         * gen.c (genInline): reverted to old code for assemnling inline
7050         code because of bug reported James Chadd
7051
7052 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7053
7054         * ralloc.h: missing declarations from previous patch,
7055         seems that patch for ralloc.h was never applied, fixed
7056
7057 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7058            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7059
7060         * pcode.c,
7061         * pcode.h,
7062         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7063         indirect addressing. Marked FSR0 as deprecated
7064         * gen.c (pointerCode): commented out, not needed now
7065         (pic16_popGet2p): new MOVFF helper function
7066         (genGenPointerGet),
7067         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7068         (shiftRLong): removed duplicate debugging info
7069
7070 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7071
7072         * src/ds390/gen.c (genNearPointerGet),
7073         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7074         optimization with bits, but not bitfields.
7075         * src/ds390/ralloc.c (packRegisters),
7076         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7077
7078 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7079
7080         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7081
7082 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * src/SDCCsymt.h,
7085         * src/SDCCicode.c (operandFromSymbol),
7086         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7087         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7088         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7089         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7090         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7091         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7092         bug #892038
7093         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7094         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7095         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7096         * src/SDCCsymt.c (newSymbol),
7097         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7098         enumerator_list),
7099         * src/SDCCval.h,
7100         * src/SDCCval.c (newiList): fixed bug #885705
7101
7102 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7103
7104         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7105         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7106
7107 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7108
7109         * device/include/c8051f120.h,
7110         * device/include/c8051f300.h,
7111         * device/include/c8051f310.h: added/updated header files for Silicon
7112         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7113         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7114         in new section Submitting patches
7115
7116 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7117
7118         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7119         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7120         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7121         genGenPointerSet),
7122         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7123         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7124         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7125         genGenPointerSet),
7126         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7127         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7128         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7129         genGenPointerSet),
7130         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7131         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7132         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7133         genGenPointerSet): fixed bug #892400
7134         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7135         to eliminate build warnings.
7136         * src/SDCCast.c (processParms),
7137         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7138         fixed bug 751859
7139         * support/valdiag/valdiag.py: added GCC to the list of defines active
7140         when compiling with gcc
7141
7142 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         * support/Util/SDCCerr.h,
7145         * support/Util/SDCCerr.c,
7146         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7147         with an incomplete type (fixed bug #883734)
7148         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7149
7150 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7151
7152         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7153
7154 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7155
7156         * src/SDCCast.c (decorateType),
7157         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7158         function pointer implementation
7159         * support/regression/tests/funptrs.c: added tests to verify both forms
7160         of function pointers work correctly. Added tests to verify parameters
7161         are passed in the correct order.
7162
7163 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7164
7165         * device.c (regCompare): registers are sorted by ascending
7166         address and increasing size,
7167         * main.c (_pic16_finaliseOptions): removed the declaration
7168         of compiler macro MCU. Now a macro of the format pic18fxxxx
7169         will be defined from the command line
7170
7171 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7172             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7173
7174         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7175         PCOP_RLCF was overwritten!
7176         * gen.c (genSkip): commented out calls to pic16_emitcode,
7177         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7178         * (genlshTwo),
7179         * (genRRC): added debugging info,
7180         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7181         overwritten while shifting,
7182         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7183         overwritten while shifting,
7184         * (AccLsh),
7185         * (AccRsh),
7186         * (shiftLLeftOrResult),
7187         * (shiftRLeftOrResult),
7188         * (shiftRLong),
7189         * (shiftLLong): Implemented with pic16_emitpcode
7190         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7191         * (genLeftShift): Fixed bug, operand for shift by variable always
7192         was "and"ed with 0x0f,
7193         * (genLeftShiftLiteral),
7194         * (genrshTwo),
7195         * (genRightShiftLiteral): added debugging info,
7196         * (genrshFour): added comment,
7197         * (genRightShift): determined signedness from operand "left"
7198         instead of "result"
7199
7200 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7201
7202         * src/SDCCicode.c (geniCodeParms),
7203         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7204         function pointers, fixed function pointer bugs #861242 and #861896
7205
7206 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7207
7208         * device/include/c8051f000.h,
7209         * device/include/c8051f120.h,
7210         * device/include/c8051f300.h: added header files for Silicon
7211         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7212
7213 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7214
7215         * src/SDCCast.c (processParams): added new type flow and restructured
7216         (gatherAutoInit): added new type flow
7217         (addCast): cosmetic changes
7218         (getLeftResultType): added new type flow for array indices, patch
7219         provided by Stas, see FR #877103
7220         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7221         array index patch by Stas
7222         * src/SDCCast.h: added prototype getResultTypeFromType()
7223         * src/SDCCval.h,
7224         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7225         * src/pic/glue.c (pic14emitStaticSeg),
7226         * src/pic16/glue.c (pic16emitStaticSeg),
7227         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7228         for initialization of symbols
7229         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7230         * support/Util/SDCCerr.h:
7231         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7232         * .version: bumped version number to 2.3.8
7233         * device/include/Makefile.in (install),
7234         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7235         avoid warnings
7236
7237 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7240         Slade Rich fixed an optimization bug
7241         * src/pic/pcodepeep.c,
7242         * src/pic/pcoderegs.c
7243         * doc/Makefile (install): added test for directory
7244
7245 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7248         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7249         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7250         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7251         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7252         * as/mcs51/asexpr.c (term),
7253         * as/hc08/asexpr.c (term): fixed bug #887146
7254
7255 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * src/z80/gen.c (genMult): handle single byte result product
7258         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7259         DUMMY_READ_VOLATILE (fixed bug #886367)
7260
7261 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         * support/regression/tests/libmullong.c: fixed logic, on little endian
7264         hosts we ended without a mullong_wrapper()
7265
7266 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7269         virus/worm forged address usage.
7270
7271 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7272
7273         Fixed promotion, it should be done on AST level:
7274         * src/SDCCast.c (addCast): added promotion to int
7275         (decorateType): updated call to upCast()
7276         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7277         usualUnaryConversions()
7278
7279 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7280
7281         * support/regression/tests/literalop.c (mulWrapper): Added a
7282         wrapper to remove integer overflow warnings.
7283
7284         * support/regression/tests/float_trans.c: Made work on host.
7285
7286         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7287         location of sz80.
7288
7289         * support/regression/generate-cases.py (main): Changed from inline
7290         to a main method.
7291
7292         * doc/Makefile (install): Changed to depth first to get rid of
7293         missing directory install warning.
7294
7295         * as/Makefile (install-doc): Made work on Mac.
7296
7297 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7298
7299         * src/SDCCast.c: added an additional type flow in decorateType() of
7300         opposite direction, see feature request #860006; it's enabled at runtime
7301         by setting the environment variable SDCC_NEWTYPEFLOW
7302         * src/SDCCast.h: changed prototype of decorateType()
7303         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7304         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7305         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7306         see feature request #877103
7307         * src/SDCCval.c: updated call of decorateType()
7308         (valBitwise): fixed bug #882876
7309         (valMinus): added promotion
7310         (valLogicAndOr): result is unsigned
7311         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7312         * src/SDCCsymt.c (computeType),
7313         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7314         must not cause an unsigned operation
7315         * src/pic/glue (pic14emitRegularMap),
7316         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7317
7318 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         * src/pic/pcode.c (PCodeID): commented out left over debug code
7321
7322 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7323
7324         * support/valdiag/tests/overflow.c: added shift tests
7325         * src/pic/device.c,
7326         * src/pic/gen.c,
7327         * src/pic/gen.h,
7328         * src/pic/glue.c,
7329         * src/pic/main.c,
7330         * src/pic/pcode.c,
7331         * src/pic/pcode.h,
7332         * src/pic/pcodepeep.c,
7333         * src/pic/pcoderegs.c,
7334         * src/pic/ralloc.c,
7335         * src/pic/ralloc.h: applied patch from Slade Rich;
7336         added support for multiple code pages and multiple RAM banks on the
7337         PIC 14 port. The ASM files now no longer simply assume all the
7338         code / RAM are in the same page / bank. This means the linker can
7339         safely allocate code/RAM of separate ASM files to different pages/banks.
7340         * doc/sdccman.lyx: added Slade's tips
7341         * src/mcs51/peeph.def: fixed bug #880768
7342
7343 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7344
7345         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7346         * src/SDCCast.c (decorateType): fixed bug #880197
7347
7348 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7349
7350         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7351         getopt.h.
7352
7353         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7354         strtof is not part of C89 and isn't included with Mac OS X.
7355
7356 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7359         shiftL2Left2Result): fixed bug #879326
7360         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7361         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7362         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7363         address fetch for clr instruction
7364         * device/lib/hc08/_mulint.c: created optimized assembly version
7365         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7366
7367 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7368
7369         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7370         proposed in FR #877103
7371
7372 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * src/SDCCval.c (cheapestVal): added missing checks
7375         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7376         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7377
7378 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7379
7380         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7381         equal operands
7382
7383 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7384
7385         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7386         loaded with the linker search paths (-L arguments) and the libraries
7387         to be linked with the current source (-l arguments). Changes
7388         currently will affect only the pic16 port.
7389         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7390         include path the port specific paths and port specific libraries,
7391         * gplink command now contains the $3 argument,
7392         * src/pic16/device.h,
7393         * src/pic16/device.c,: structure PIC_device is made public and
7394         renamed to PIC16_device, the same for variable Pics which is renamed
7395         to Pics16. Updated all references to them.
7396         * src/pic16/glue.c (pic16glue): corrected bug with code
7397         initialization which bypassed the variable initializations block.
7398
7399         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7400         COMPILE_FLAGS and added the --nostdinc option
7401
7402 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         * device/include/mc68hc908jb8.h: Register defs for another member
7405         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7406
7407 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7408
7409         Documenting changes from previous commits.
7410         * configure.in (version 1.56),
7411         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7412         when generating output files to configure the pic16 library,
7413         but now I've commented it out, since gputils aren't installed in the
7414         SF compile farm, so library won't compile
7415
7416         * device/lib/Makefile.in (version 1.56): initially I've added in
7417         target 'all' the prerequestive 'model-pic16' so it compiled the
7418         pic16 library, but now I've commented it out for the same reasons
7419         above,
7420         * added targets 'model-pic16' and 'objects-pic16' to compile the
7421         library
7422         * added target 'port-specific-objects-pic16' to handle the
7423         generated libraries and copy them into the build/ directory
7424         * added target 'clean-intermediate-pic16' to clean intermediate
7425         files into pic16 directory
7426         * in target 'installdirs' added line to create directory pic16 in
7427         the installation path
7428
7429         * device/include/Makefile.in (version 1.11): in target 'install'
7430         added lines to copy all header files to installation path,
7431         * in target 'installdirs' added line create directory for pic16
7432         headers in the installation path
7433
7434 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7435
7436         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7437          a function call
7438
7439 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7440
7441         * configure,
7442         * device/lib/configure.in,
7443         * device/lib/configure: fixed for autoconf 2.57
7444
7445 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7448         option so that it actually works. Made it specific to the z80, since
7449         the gbz80 doesn't have these kinds of I/O ports.
7450
7451 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7452
7453         * device/include/z180.h,
7454         * device/lib/_memcpy.c,
7455         * device/lib/_memmove.c,
7456         * device/lib/_mulint.c,
7457         * device/lib/ser_ir.c,
7458         * device/lib/ser_ir_cts_rts.c,
7459         * device/lib/_strcmp.c,
7460         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7461         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7462         portmode; added deprecation warning for bank= and protmode= forms.
7463         Also, guard against buffer overflow.
7464         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7465
7466 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7467
7468         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7469         changed interrupt vector table generation to only emit declared vectors.
7470         * device/include/Makefile.in: added missing backslash
7471         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7472
7473 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7474
7475         Mainly changes to support compilation of the device libraries
7476         * src/pic16/device.c: stack is allocated via symbol and not
7477         via literal number. The symbol is placed in the corresponding
7478         position of the data ram
7479         * (pic16_dump_section): relocatable and absolute uninitialized
7480         data are now emitted in sorted order to reduce section naming,
7481         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7482         weren't marked as being in the access bank,
7483
7484 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7485
7486         Added portion of GNU PIC Library under the directory
7487         device/include/pic16 and device/lib/pic16. These files
7488         contain the declarations of SFRs for the PIC18Fxx2 devices.
7489         The directory is initialized via configure from toplevel.
7490
7491 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7492
7493         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7494         the spilllocations to be compared correctly
7495
7496 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7497
7498         * src/SDCCast.c (decorateType): fixed bug introduced today
7499
7500 2004-01-12  Borut Razem <borut.razem AT siol.net>
7501
7502         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7503         doc/sdccman.lyx: upper case pragmas are deprecated
7504
7505 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7506
7507         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7508         in simpler and even better code
7509
7510 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * src/SDCCicode.c (operandOperation): fixed bug #874819
7513         * src/SDCCast.c (decorateType): fixed
7514         char foo (unsigned long ul) { return ul > 0; }
7515
7516 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7517
7518         * doc/sdccman.lyx: Moved and added some sections, small changes
7519         all over. Telling LaTeX to be less strict with word spacing
7520         to better keep the right margin. Changed some notes about
7521         maintainance of the ports in section 3.2.1 - is it OK like this?
7522
7523 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7524
7525         SDCC source changes:
7526         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7527         convilong): modified to inform the pic16 port that builtin functions
7528         are external
7529
7530         PIC16 PORT specific changes:
7531         * src/pic16/device.c pic16_dump_equates() added,
7532         processor registers declared internally by the port are emitted in
7533         the translation as equates,
7534         * src/pic16/gen.c: inline code is passed unprocessed to the
7535         translation,
7536         * (pic16_popGetLit2): fnuction modified to take second operand as
7537         pCodeOp pointer and not as literal,
7538         * (popRegFromIdx): prefixed with pic16_,
7539         * (pic16_popCombine2): modified to receive already allocated pCode
7540         operands,
7541         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7542         * (genFunction): initializes local stack frame and pushes on stack
7543         all the registers used by this function,
7544         * (genEndFunction): restores all registers from stack and restores
7545         stack frame,
7546         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7547         improvements,
7548         * (pic16glue): changed the program startup sequence,
7549         * added new dbName code 'A' for functions placed in absolute section
7550         * src/pic16/main.c: added function attribute _naked,
7551         * added pragma 'code' to place a fnuction at an absolute address,
7552         * added command line arguments --debug-ralloc and --pcode-verbose,
7553         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7554         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7555         * (pic16_newpCodeOpLit2): modified to take the second operand as
7556         pCodeOp pointer,
7557         * (pic16_printpBlock): modified to emit each function in a separate
7558         section,
7559         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7560         UPPER for immediate operands,
7561         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7562         instruction,
7563         * src/pic16/peeph.def: all peepholes with movff are commented out,
7564         because there is a problem in the pcode peep optimizer,
7565         * src/pic16/ralloc.c: the register allocator can now reuse local
7566         function symbols for another function. This saves register usage.
7567         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7568
7569         Added file src/pic16/NOTES with information about program writing on
7570         the current port version.
7571
7572 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7573
7574         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7575         and peephole 252 (array access)
7576
7577 2004-01-09  Borut Razem <borut.razem AT siol.net>
7578
7579         * src/SDCCmain.c : fixed #872250: -l command line defined library
7580           files are scanned before standard library files
7581
7582 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         * src/SDCCast.c (decorateType): fixed bug #874046
7585
7586 2004-01-09  Borut Razem <borut.razem AT siol.net>
7587
7588         * support/scripts/sdcc.nsi: remove previous installation
7589
7590 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7591
7592         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7593         bytes for last interrupt vector (mcs51)
7594         * sdcc.spec: fixed typo
7595
7596 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7597
7598         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7599         gen51Code): more efficient parameter receive for --model-large
7600         ("bug" #845294)
7601
7602 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7603
7604         * src/ds390/main.c,
7605         * src/z80/main.c: added missed needLinkerScript flags (more than
7606         one port structure defined in these file)
7607         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7608         bug #795325
7609
7610 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7611
7612         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7613         * src/port.h: added flag needLinkerScript in port->linker
7614         structure to inform whether to create a .lnk file or not,
7615         * src/avr/main.c,
7616         * src/ds390/main.c,
7617         * src/hc08/main.c,
7618         * src/mcs51/main.c,
7619         * src/pic/main.c,
7620         * src/pic16/main.c,
7621         * src/xa51/main.c,
7622         * src/z80/main.c: changed appropriately to configure
7623         needLinkerScript flag
7624         * src/pic/gen.c,
7625         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7626         * src/pic/glue.c: added variable udata_section_name to
7627         override default uninitialized data segment definition for
7628         devices only with SHAREBANK memory (reported from Erik Epetrich)
7629         * (pic14emitOverlay): modified to emit a commented overlay segment
7630         directive when no overlay data exist
7631         * (picglue): modified to emit uninitialized data segment
7632         according to udata_section_name
7633         * src/pic/main.c (_pic14_parseOptions): added command line
7634         options --udata-section-name=[name] to override default
7635         udata definition name
7636         * modified _linkCmd and _asmCmd to include compiler passed
7637         arguments via -W option
7638         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7639         object file from '.rel' to '.o' in port->linker structure,
7640         changed size of fptr from 2 to 3 in port structure
7641
7642 2004-01-07  Borut Razem <borut.razem AT siol.net>
7643
7644         * support/scripts/sdcc.nsi: update PATH
7645         * support/scripts/sdcc.ico: craeted
7646
7647 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7648
7649         * device/include/Makefile.in: fix install
7650         * doc/Makefile: fix install
7651
7652 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7655         in bug #860505
7656         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7657         how the function variable allocation summary is displayed; also
7658         include information about variables allocated to the overlay
7659         segment
7660
7661 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7662
7663         * as/mcs51/lkmain.c: Help about -Y option
7664         * as/mcs51/lkarea.c: Fixed gcc warnings
7665
7666 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7667
7668         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7669         fixed warning
7670         * support/valdiag/tests/overflow.c: added
7671         * src/SDCCast.c (decorateType),
7672         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7673         LEFT_OP (left shift)
7674
7675 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7676
7677         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7678         (default behaviour).
7679
7680 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7681
7682         A python script to validate compiler diagnostic messages. It can be
7683         used to verify that sdcc complains about bad c source code and
7684         gives a good location of the error.
7685         * support/valdiag/Makefile,
7686         * support/valdiag/valdiag.py,
7687         * support/valdiag/tests/*
7688
7689 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7690
7691         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7692         * src/SDCCsymt.c (newEnumType),
7693         * src/SDCCsymt.h
7694         * support/Util/SDCCerr.c,
7695         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7696         enum related bugs.
7697         * support/regression/tests/enum.c: added test for enum values that
7698         require at least 2 bytes of storage.
7699
7700 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7701
7702         * src/common.h: added ifndef/define/endif macros
7703         around the header file.
7704         Bug reported from Jesus Calvino-Fraga
7705
7706 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7707
7708         * sdcc.spec: updated
7709         * device/include/Makefile.in: don't install CVS directories
7710         * device/lib/Makefile.in: added removal of CVS directories after install
7711         * doc/Makefile: fixed install, added local_icons
7712         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7713         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7714         * src/ds390/gen.c (genRightShift): fixed bug #870788
7715         * src/SDCCast.c (decorateType): fixed bug #870781
7716
7717 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7718
7719         PIC16 port related changes:
7720         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7721         added variable stackPos,
7722
7723         * gen.c: genCall, assignResultValue: added support for
7724         pushing/retrieving function parameters to/from stack,
7725         genFunction,genEndFunction: setup stack frame for the
7726         generated function,
7727         genAddrOf: will be changed according to bug 863624
7728
7729         * added files genutils.c and genutils.h which contain gen*
7730         debugged and optimised functions extracted from gen.c
7731
7732         * glue.c: added variable 'externs' which holds extern symbols,
7733         pic16emitRegularMap: is modified to properly handle relocatable
7734          symbols under the new scheme,
7735         pic16createInterruptVect: is modified
7736         pic16printPublics: is modified to emit 'global' assembler directives,
7737         added pic16_printExterns to print extern symbols,
7738         pic16glue: initializes stack/frame pointer in the beginning of
7739         the assembly output. Temporary hack, will be corrected later,
7740         because gplink yet does not support stack and SDCC does not
7741         yet support a type of crt0.o object to create the final binary.
7742
7743         * Removed many lines that contain 8051 legacy code.
7744         * The code is finally placed under a 'code' directive.
7745         * Added port specific options.
7746
7747         * _process_pragma: simplified since now we do not need *special*
7748         include file to define SFR registers. But a separate header
7749         will be needed. This will be developed later.
7750         * _pic16_parseOptions: added, parses port specific options:
7751         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7752         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7753         --preplace-udata-with=
7754
7755         * _pic16_setDefaultOptions: modified to initialize section names,
7756         but hack is temporarly out of order since it needs improvement.
7757         * _pic16_genAssemblerPreamble: configuration words are emitted by
7758         their address instead of their name. This part is incomplete and
7759         supports only the 18Fxx2 devices. Other devices will emit an error
7760         during assembly since they do not contain the same set of config
7761         registers
7762         * _pic16_genIVT: is modified,
7763
7764         * pcode.c: added definitions for some hardware registers that are needed
7765         for stack support
7766         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7767         All PCI entries are updated. Now LFSR is supported.
7768         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7769         * added pic16_newpCodeOpLit2 to support instructions with
7770         two literal arguments
7771         * pic16_pCode2str: corrected code that emits assembler instructions
7772         with two literal operands and those that have an access bit modifier
7773         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7774         this fixes a bug which caused some labels to be lost, when an
7775         assembler directive was added, i.e. banksel,
7776         * pic16_FixRegisterBanking: improved logic that causes the insertion
7777         of bank switching,
7778         * InlineFunction: functions that are called once, are not any more
7779         inlined. This can be a port option in the future,
7780
7781         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7782
7783         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7784         hold the corresponding uninitialized symbols,
7785         * pic16_allocProcessorRegister: registers have explicit marked the
7786         accessBank field,
7787         * pic16_allocInternalRegister: registers are explicit marked as
7788         not used,
7789         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7790         processing list, so bit registers were lost,
7791         *
7792
7793         * ralloc.h: added field 'accessBank' and original symbol operand
7794         in register definition,
7795         * removed the field isMapped from register definition,
7796
7797         ** Several functions have been removed from various sources:
7798         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7799         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7800         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7801         pic16_assignRelocatableRegisters
7802
7803         ** others have been introduced:
7804         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7805         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7806
7807 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7808
7809         * support/scripts/inc2h.pl: changed definition of BIT_AT
7810         to emit 'sbit at' instead of 'bit at'. This was a request.
7811
7812         PIC16 port related preliminary changes:
7813         * gen.c: prefixed function popRegFromString with
7814         pic16_ and all references to it corrected
7815         * pcode.c: all pic16_pc_* hardware registers prefixed
7816         with underscore (_),
7817         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7818         * ralloc.c: newReg(): when register is REG_SFR then
7819         set address to rIdx,
7820         pic16_allocProcessorRegister(): marks register wasUsed=0
7821         pic16_writeUsedRegs(): added a call to assign processor
7822         registers via pic16_assignFixedRegisters
7823
7824 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7825
7826         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7827         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7828         variables in unused register banks.  Also the SSEG is placed
7829         wherever there is enough space for it, and IDATA can be anywhere
7830         in internal RAM.  For now compile using -Wl-Y[stack_size].
7831         The mem file is different for this option as well, since it
7832         makes no sense of talking about DSEG lenght.
7833
7834 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7835
7836         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7837         in certain cases, e.g. when ROM assignment, patch provided
7838         from Albert den Haan.
7839
7840 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         Many signedness and type propagation fixes:
7843         * src/SDCCicode.c: made geniCodeCast() static
7844         replaced SPEC_ by IS_ (cosmetic)
7845         (operandOperation): fixed div and mod operation
7846         (usualBinaryConversions): added support for promotion of char
7847         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7848         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7849         (geniCodeAdd): an array index will stay unsigned, even if promoted
7850         from char to int
7851         (geniCodeArray): ditto
7852         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7853         * src/SDCCsymt.c (computeType): added more support for char;
7854         promotion of char is selectable by promoteCharToInt, fixed signedness
7855         for all cases
7856         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7857         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7858         * src/SDCCval (val*): replaced signedness calculation by
7859         computeType()
7860         rearranged if-branches (cosmetic)
7861         (valShift): added warning W_SHIFT_CHANGED
7862         (valCompare): fixed problem with different types
7863         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7864         * support/regression/tests/literalop.c: added many cases
7865         * support/regression/tests/ast_constant_folding.c: changed finally to
7866         'unsigned int'
7867         * .version: new year, new version: 2.3.7
7868         * src/SDCCmain.c (main): applied patch #866468
7869         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7870         provided by Scott Bronson
7871         * doc/sdccman.lyx: updated documentation for sdcdb
7872         updated and added chapter tips
7873
7874 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         * src/SDCCsymt.h: missing from yesterday's commits
7877
7878 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7879
7880         * src/SDCC.y (struct_or_union_specifier),
7881         * support/Util/SDCCerr.c,
7882         * support/Util/SDCCerr.h: verify that struct & union tags are used
7883         as declared.
7884
7885 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7886
7887         * src/SDCCglobl.h: missing from yesterday's commits
7888
7889 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7892         sft_attributes, struct_declaration, parameter_declaration,
7893         type_name, start_block, declaration_list),
7894         * src/SDCC.lex (check_type): support redefinition of typedef names
7895
7896 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7897
7898         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7899         aligned xdata arrays. Erik helped me with the if clause.
7900
7901 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7902
7903         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7904         warning
7905
7906 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7907
7908         * src/SDCCast.h,
7909         * src/SDCCast.c (newAst_),
7910         * src/SDCCicode.h,
7911         * src/SDCCicode.c (ast2iCode, newiCode),
7912         * src/SDCCglobl.h,
7913         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7914         expr, statement, expression_statement, selection_statement,
7915         iteration_statement, expr_opt, jump_statement): foundation for tracking
7916         sequence points
7917         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7918         point code too)
7919
7920 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7921
7922         * support/Util/SDCCerr.c,
7923         * src/SDCCast.h,
7924         * src/SDCCast.c (createCase, createDefault, decorateType),
7925         * src/SDCClabel.c (labelUnreach),
7926         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7927         to error messages.
7928         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7929         (with thanks to Stas Sergeev)
7930         * device/include/time.h,
7931         * device/lib/time.c (CheckTime): suppress unreachable code warning
7932
7933 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7934
7935         * src/SDCCast.c (createIvalCharPtr),
7936         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7937         bug #753752)
7938         * support/regression/tests/nullstring.c: tests for these two bugs
7939
7940 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7941
7942         * support/Util/SDCCerr.h,
7943         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7944         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7945         about storage class and 'at' used inside struct or union
7946         * src/SDCCBBlock.c (iCodeFromeBBlock),
7947         * src/SDCCcse.c (ifxOptimize),
7948         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7949         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7950         printIval, emitStaticSeg, emitOverlay),
7951         * src/SDCClabel.c (deleteIfx),
7952         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7953         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7954         gatherAutoInit, processParms),
7955         * support/Util/SDCCerr.h,
7956         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7957         reporting for post-parse errors.
7958
7959 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7960
7961         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7962         implicit casts via union; they don't work on big endian systems
7963         (possible fix for bug #861138)
7964
7965 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7966
7967         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7968         * src/mcs51/main.c: fixed the fix for bug #737001
7969
7970 2003-12-15  Borut Razem <borut.razem AT siol.net>
7971
7972         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7973
7974 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7975
7976         * support/makebin/makebin.c: put output in binary mode
7977
7978 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7979
7980         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7981         xdata and data memory on startup. Set the environment variable
7982         SDCC_NOGENRAMCLEAR to disable this.
7983         * src/mcs51/peephole.def,
7984         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7985         (allows non-interrupt and interrupt code to safely compete for a resource
7986         without the non-interrupt code having to disable interrupts)
7987
7988 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * src/SDCCicode.c (geniCodeAdd),
7991         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7992         with valFromType if type might be a pointer and host is big endian).
7993         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7994         types, not just integer types.
7995         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7996         multiply defined with mismatching "at" address.
7997
7998 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8001         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8002         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8003         with embedded nulls (fixed bug #753752)
8004
8005 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8006
8007         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8008         Apparently this did not see much testing (endless loop)
8009
8010 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8011
8012         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8013
8014 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8017         gracefully handle NULL memmap pointers
8018
8019 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8022         instead of deleting the iCode when an operand is volatile
8023         * src/z80/gen.c (genDummyRead),
8024         * src/mcs51/gen.c (genDummyRead),
8025         * src/ds390/gen.c (genDummyRead),
8026         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8027         not just IC_RIGHT
8028         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8029         * src/SDCC.y: fixed bug #850420
8030
8031 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8032
8033         Applied z80 i/o port patch from Peter Townson and fixed some operators
8034         to better handle operands in A register.
8035         * device/include/z180.h
8036         * src/SDCC.y
8037         * src/SDCCglue.c
8038         * src/z80/gen.c
8039         * src/z80/gen.h
8040         * src/z80/main.c
8041         * src/z80/peeph-z80.def
8042         * src/z80/peeph.def
8043         * src/z80/z80.h
8044
8045 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8046
8047         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8048
8049 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8050
8051         * device/lib/hc08/_mullong.c: Removed extra #endif
8052
8053 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8054
8055         * sim/ucsim/hc08.src/inst.cc,
8056         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8057         carries from x to h
8058         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8059         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8060         * device/include/stdarg.h: fixed varargs for hc08
8061         * device/lib/Makefile.in,
8062         * device/lib/hc08/Makefile,
8063         * device/lib/hc08/_mulint.c,
8064         * device/lib/hc08/_mullong.c: fixed some endian problems
8065
8066 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8067
8068         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8069         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8070         * device/lib/_gptrget.c,
8071         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8072
8073 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8076         * src/SDCCast.c (astErrors): fixed bug #846007
8077         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8078
8079 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8080
8081         * src/SDCCast.c (decorateType): disabled a transformation I added in
8082         revision 1.188 (access to fields of a structure at an absolute address);
8083         it breaks with bitfields, extern declarations, and gcse analysis.
8084         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8085         could be assigned through a pointer, so don't complain.
8086         * src/SDCCast.c (astErrors),
8087         * src/SDCCast.h,
8088         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8089
8090 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8091
8092         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8093         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8094         output of __config directives, since gpasm now supports them
8095         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8096         pre-processor macro, i.e. -DMCU=p18f452
8097         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8098         and modified to handle 'cast' icode similarly to '=' icode
8099         * src/pic16/device.h (typedef struct PIC_device): added field
8100         'extMIface' to indicate that chip has external memory interface
8101         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8102         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8103         18F8720
8104
8105 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         * src/SDCC.y (pointer): fixed bug #846006
8108         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8109         * src/SDCCast.c (decorateType): fixed bug #846009
8110         * src/ds390/peeph.def,
8111         * src/ds390/gen.c (genAnd, genOr),
8112         * src/mcs51/peeph.def,
8113         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8114
8115 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8118         * src/SDCCdflow.c
8119         * src/SDCCcse.c
8120         * src/SDCCcse.h
8121         * src/SDCCBBlock.h
8122         * src/SDCCBBlock.c
8123
8124 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8125
8126         fixed bug #845089
8127         * src/SDCCbitv.h,
8128         * src/SDCCbitv.c: added function to free a bitvector
8129         * src/SDCClrange.h,
8130         * src/SDCClrange.c: added function to recompute the liveranges
8131         * src/avr/ralloc.c,
8132         * src/ds390/ralloc.c,
8133         * src/hc08/ralloc.c,
8134         * src/mcs51/ralloc.c,
8135         * src/pic/ralloc.c,
8136         * src/pic16/ralloc.c,
8137         * src/xa51/ralloc.c,
8138         * src/z80/ralloc.c: recompute the liveranges after register packing
8139
8140 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8141
8142         * src/SDCCloop.c (newInduction): fixed bug #845630
8143
8144 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8147         inadvertantly left behind from my 2003-11-12 change
8148
8149 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         Updated headers I neglected to commit yesterday.
8152         * src/SDCClrange.h,
8153         * src/SDCCicode.h
8154
8155 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8158         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8159         * src/SDCCopt.c (eBBlockFromiCode),
8160         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8161         the creation of the key hash table from the sequencing so it can be used
8162         earlier (for some GCSE bug fixes still pending)
8163
8164 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8165
8166         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8167         * support/regression/tests/addsub.c: testing genPlus shortcut
8168
8169 2003-11-15  Borut Razem <borut.razem AT siol.net>
8170
8171         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8172
8173 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8176         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8177         ordering is immaterial.
8178         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8179
8180 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8181
8182         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8183         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8184         (SIGSEV) of bug #840381
8185         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8186         unlink new file before rename if new and old filenames are the same)
8187
8188 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8189
8190         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8191         uninitialized variables) for the mcs51. Set environment variable
8192         SDCC_GENRAMCLEAR to test.
8193         xdata initialization slightly shorter
8194
8195 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8196
8197         * src/SDCCsymt.h,
8198         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8199         #838241 & 780691 (basicly the same bug)
8200         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8201         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8202
8203 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8204
8205         * src/SDCCmain.c (linkEdit): "fix" #834252
8206
8207 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8208
8209         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8210         * src/SDCCast.h,
8211         * src/SDCC.y: fixed bug #819403
8212
8213 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8216         the reentrant attribute.
8217         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8218         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8219         simulation
8220         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8221         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8222         erroneously reduced to a literal.
8223         * src/hc08/ralloc.c (packRegisters, rematStr),
8224         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8225         some cases
8226
8227 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8228
8229         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8230         * doc/sdccman.lyx: changed from 'article' to 'book'
8231         * doc/Makefile: readded test_suite_spec and cdbfileformat
8232
8233 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * device/include/stdlib.h: include malloc.h to comply with ANSI
8236         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8237
8238 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8239
8240         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8241         * doc/clean.mk: also remove *.out files
8242         * doc/sdccman.lyx: some additions, larger top/bottom margins
8243
8244 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/SDCC.y: fixed bug #837365
8247         * support/regression/tests/bitopcse.c
8248         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8249         a symbol (might be valop instead)
8250         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8251         * device/lib/clean.mk: added hc08 to the cleaning list
8252
8253 2003-11-04  Borut Razem <borut.razem AT siol.net>
8254
8255         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8256           made 2003-11-04
8257         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8258           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8259           malloc is declared in standard stdlib.h
8260
8261 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         * device/lib/hc08/Makefile: need to clean .rel not .o files
8264         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8265
8266 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8267
8268         * src/port.h,
8269         * src/hc08/main.c,
8270         * src/mcs51/main.c,
8271         * src/ds390/main.c,
8272         * src/z80/main.c,
8273         * src/avr/main.c,
8274         * src/pic/main.c,
8275         * src/pic16/main.c,
8276         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8277         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8278         tests (which uses the port's oclsExpense function)
8279         * src/SDCC.y,
8280         * src/SDCCast.c,
8281         * src/SDCCicode.c,
8282         * src/hc08/gen.c,
8283         * src/ds390/gen.c,
8284         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8285
8286 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         * src/SDCCcse.c (ifxOptimize),
8289         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8290         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8291         deleting the IFX iCode.
8292         * src/hc08/ralloc.c: reduced unneeded slocs
8293         * src/hc08/gen.c: fixed bug in asmopToBoolean
8294
8295 2003-11-04  Borut Razem <borut.razem AT siol.net>
8296
8297         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8298           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8299           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8300           transferred to configure
8301
8302 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8303
8304         Use headers defined in the C[++] standards:
8305         * sim/ucsim/gui.src/serio.src/fileio.cc
8306         * sim/ucsim/gui.src/serio.src/frontend.cc
8307         * sim/ucsim/gui.src/serio.src/main.cc
8308         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8309         * support/Util/NewAlloc.c
8310         * as/hc08/lklibr.c
8311         * as/mcs51/lklibr.c
8312         * as/z80/aslist.c
8313         * as/z80/assym.c
8314
8315 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8316
8317         * Added MSVC projects for hc08 assembler and linker:
8318         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8319         /as/hc08/link_hc08.dsp
8320
8321 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8322
8323         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8324
8325 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8328
8329 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8330
8331         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8332
8333 2003-10-31  Borut Razem <borut.razem AT siol.net>
8334
8335         * support/cpp2/cpplib.h,
8336           support/cpp2/cpplib.c,
8337           support/cpp2/cpplex.c,
8338           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8339           to switch _asm block preprocessing on / off. Default is
8340           #pragma preproc_asm +
8341
8342 2003-10-31  Borut Razem <borut.razem AT siol.net>
8343
8344         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8345           when outputting comment blocks (when executed with -C option) and
8346           _asm (SDCPP specific) blocks
8347
8348 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8351
8352 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8353
8354         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8355
8356 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8359         * src/SDCCast.c (decorateType): fixed bug #832664
8360
8361 2003-10-31  Borut Razem <borut.razem AT siol.net>
8362
8363         * support\cpp2\cpplex.c: fixed for SDCPP:
8364           comments(when executed with -C option) and _asm blocks
8365           were included even if they where in skipped #if block.
8366           Applied solution from GCC cpp 3.3.2
8367
8368 2003-10-31  Borut Razem <borut.razem AT siol.net>
8369
8370         * src/SDCC.lex: sdcc now understands both formats:
8371           '# <line_number> <file_name>' and
8372           '#line <line_number> <file_name>'
8373         * support/cpp2/cppmain.c: sdcpp now generates the standard
8374           '# <line_number> <file_name>' instead of former
8375           '#line <line_number> <file_name>'
8376
8377 2003-10-30  Borut Razem <borut.razem AT siol.net>
8378
8379         * support/cpp2/cpphash.h,
8380         * support/cpp2/cpplib.h
8381         * support/cpp2/cpplex.c,
8382         * support/cpp2/cppmain.c,
8383         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8384
8385 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8386
8387         Fixed a number of problems revealed by bug #827883.
8388         * src/SDCCloop.c (loopInvariants): Spill location of the
8389         result operand should be recomputed if extracted from
8390         a loop. Also, don't extract assignments of an iTemp
8391         from a literal.
8392         * src/SDCCast.c (isConformingBody): loop reversal should
8393         not occur if the control variable is involved with a
8394         relational operator.
8395
8396 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * .version: bumped to 2.3.6 to reflect the big improvements
8399         made by Erik and Klaus. Thanks!
8400
8401 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8402
8403         Replaced the livrange code.
8404         * src/SDCClrange.c: added new LR code
8405         * src/SDCCloop.c,
8406         * src/SDCCBBlock.h: removed remainig parts from old LR code
8407         * src/ds390/ralloc.c,
8408         * src/ds390/gen.c: minor fixes to make it work with new code
8409
8410 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8411
8412         * as/hc08/asm.h,
8413         * as/hc08/lkrloc.c,
8414         * src/hc08/gen.c,
8415         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8416         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8417         (tweaked fix for bug #818696)
8418
8419 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8420
8421         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8422
8423 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8424
8425         * src/SDCCmain.c,
8426         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8427         * src/mcs51/gen.c (gencjneshort),
8428         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8429         more efficient (per Scott Bronson's suggestion)
8430
8431 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8432
8433         Extended the semantics of the critical keyword to include
8434         individual statements. See RFE #827755 and #799831
8435         * src/SDCC.y
8436         * src/SDCCicode.c
8437         * src/SDCCopt.c
8438         * src/SDCCast.c
8439         * support/Util/SDCCerr.c
8440         * support/Util/SDCCerr.h
8441         * src/mcs51/gen.c
8442         * src/ds390/gen.c
8443         * src/hc08/gen.c
8444
8445 2003-10-19  Borut Razem <borut.razem AT siol.net>
8446
8447         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8448
8449 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8450
8451         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8452         Fixed bug #818696
8453         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8454         and predecrement operand is displayed
8455
8456 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8457
8458         * src/SDCCval.c (valMinus): fixed bug #826041
8459
8460 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8461
8462         Some hc08 related updates that I missed earlier
8463         * sim/ucsim/stypes.h
8464         * support/regression/ports/hc08/spec.mk
8465
8466 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8467
8468         New target "hc08" for the Motorola 68hc08 family of micros
8469
8470         * configure
8471         * configure.in
8472         * Makefile
8473         * src/hc08/*
8474         * src/SDCCmain.c
8475         * src/port.h
8476         * sim/ucsim/hc08.src/*
8477         * sim/ucsim/configure.in
8478         * src/ucsim/configure
8479         * sim/ucsim/packages_in.mk
8480         * as/hc08/*
8481         * as/Makefile
8482         * device/include/mc68hc908qy.h
8483         * device/lib/hc08/*
8484         * device/lib/Makefile.in
8485         * support/regression/ports/hc08/*
8486         * support/regression/Makefile
8487
8488 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8489
8490         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8491         regression test
8492         * src/ds390/gen.c (genCast): fixed bug #821957
8493
8494 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * device/lib/logf.c: "fixed" overlay bug
8497         * support/regression/ports/host/spec.mk: added m library
8498         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8499         * support/regression/tests/float_trans: added (for Eric)
8500
8501 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8502
8503         * src/mcs51/gen.c (genCpl): fixed bug
8504         http://sf.net/mailarchive/message.php?msg_id=6263915
8505
8506 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8507
8508         * src/SDCCast.c (decorateType): added extended constant folding
8509         * src/SDCCsymt.c (computeType): cleanup
8510         * src/SDCCval.c (valShift): minor optimization
8511         * support/regression/tests/ast_constant_folding.c: added
8512
8513 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8514
8515         * src/SDCCmain.c: removed some unintended changes
8516
8517 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8518
8519         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8520         * src/z80/gen.c: fixed part of bug #817589
8521         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8522
8523 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8524
8525         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8526         * src/SDCCcflow.c
8527         * src/SDCCcse.c
8528         * src/SDCCdflow.c
8529         * src/SDCClabel.c
8530         * src/SDCClrange.c
8531         * src/SDCCmem.c
8532         * src/SDCCopt.c
8533         * src/SDCCpeeph.c
8534         * src/SDCCset.c
8535         * src/avr/ralloc.c
8536         * src/ds390/ralloc.c
8537         * src/izt/ralloc.c
8538         * src/mcs51/ralloc.c
8539         * src/pic/ralloc.c
8540         * src/pic16/ralloc.c
8541         * src/xa51/ralloc.c
8542         * src/z80/ralloc.c
8543         * src/z80/gen.c: removed unused label "release:"
8544
8545 2003-10-06  Borut Razem <borut.razem AT siol.net>
8546
8547         * src/SDCC.lex: removed definition of unused variables
8548           save_optimize and save_options
8549
8550 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8551
8552         * clean.mk: removed '=' in "-maxdepth=1"
8553         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8554         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8555
8556 2003-10-06  Borut Razem <borut.razem AT siol.net>
8557
8558         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8559           my_unput() replaced by unput()
8560
8561 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8564         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8565         type-punned pointer will break strict-aliasing rules"
8566         Old LR behaviour is again default; Klaus' LR can be choosen by
8567         defining the environment variable LRKLAUS
8568         * src/SDCCBBlock.h
8569         * src/SDCCloop.c
8570         * src/SDCClrange.c
8571         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8572         * clean.mk: fixed removal of files in bin/CVS/
8573         * device/lib/clean.mk: fixed removal of directories small and large
8574         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8575         * src/SDCCicode.c,
8576         * src/SDCCval.c: removed superflous test for pedantic
8577
8578 2003-10-05  Borut Razem <borut.razem AT siol.net>
8579
8580         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8581           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8582           message "unmatched #pragma SAVE and #pragma RESTORE"
8583
8584 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8585
8586         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8587           assembly, critical functions, atomic, nojtbound)
8588
8589 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8592         * src/SDCCBBlock.h
8593         * src/SDCCloop.c
8594         * src/SDCCloop.h
8595         * src/SDCClrange.c
8596
8597 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8598
8599         * src/z80/gen.h,
8600         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8601         * src/mcs51/gen.h
8602         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8603         * src/ds390/gen.h
8604         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8605         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8606         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8607
8608 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8609
8610         * src/z80/gen.c (genRet): fixed bug #524753
8611         * src/z80/gen.c (genCast): fixed internal error on cast from
8612         pointer to long
8613         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8614         fix for bug #477835 to the z80
8615         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8616         for tracking iCodes in the peephole optimizer for z80
8617
8618 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8619
8620         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8621         the other part of bug #814548
8622         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8623
8624 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8625
8626         * src/SDCCcse.c: fixed part of bug #814548
8627
8628 2003-09-28  Borut Razem <borut.razem AT siol.net>
8629
8630         * src/asm.c: rewrite of printILine() to use temporary file instead
8631           a pipe
8632         * src/xa51/main.c: commented out declaration of int rewinds
8633
8634 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8637
8638 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8639
8640         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8641         * src/asm.c (printILine): Fixed bug #811015
8642
8643 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8644
8645         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8646         freeing.
8647
8648 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8649
8650         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8651         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8652         to correctly handle general case of AOP_PAIRPTR
8653         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8654
8655 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8656
8657         * src/mcs51/ralloc.c (fillGaps),
8658         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8659         register positioning bug)
8660
8661 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8662
8663         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8664
8665 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8666
8667         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8668         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8669         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8670         (ralloc doesn't intentionally do this now, but perhaps later)
8671         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8672         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8673         register positioning bugs (Fixed bug #762602 and #795325)
8674         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8675         (Fixed bug #808779)
8676         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8677         lines that --i-code-in-asm generates
8678
8679 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8680
8681         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8682         trying to fclose a FILE* that was already closed.
8683
8684 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8685
8686         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8687         of const struct should be treated as if const themselves)
8688
8689 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8690
8691         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8692
8693 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8694
8695         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8696         Unix (/n) and DOS (/r/n) line terminations.
8697
8698 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8699
8700         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8701         bug #613775
8702
8703 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8704
8705         * src/mcs51/gen.c (genFunction, genEndFunction),
8706         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8707         and restore of EA so that stack offsets to parameters are
8708         correct when using both critical and reentrant/stack-auto.
8709         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8710         size (can be triggered in error if sloc is shared between
8711         different sized objects)
8712         * device/include/float.h: fixed macros to explicitly use
8713         unsigned long where needed
8714
8715 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         Feature req. 799831: added code to allow nesting of critical functions
8718         * src/mcs51/gen.c (genFunction, genEndFunction)
8719         * src/ds390/gen.c (genFunction, genEndFunction)
8720
8721 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8722
8723         * src/SDCCsymt.c (sclsFromPtr),
8724         * src/SDCCsymt.h,
8725         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8726         support for standard C idiom of memory mapped variables; for
8727         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8728         to xdata int at 0x1234 tempvar = 1.
8729         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8730         provided by Akiya ISHIDA
8731
8732 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8733
8734         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8735         * src/SDCCval.c (constVal): added reduction from int to char
8736         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8737         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8738         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8739         to ignore the sign
8740         * support/regression/tests/shifts.c: fixed
8741
8742 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8743
8744         * src/z80/gen.c (genXor): Fixed bug #805445
8745
8746 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8747
8748         Fixed bug #621531 (const & volatile confusion in the type chain).
8749         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8750         refer to the const or volatile state of the pointer itself.
8751
8752         * src/SDCCast.c
8753         * src/SDCCglue.c
8754         * src/SDCCicode.c
8755         * src/SDCCsymt.c
8756         * src/SDCCval.c
8757         * src/SDCC.y
8758         * src/SDCCsymt.h
8759         * src/pic/gen.c
8760         * src/pic/ralloc.c
8761         * src/pic16/gen.c
8762         * src/pic16/ralloc.c
8763         * support/regression/tests/const.c
8764
8765 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8766
8767         When checking for duplicated modules, use absolute paths
8768         instead of relative paths.  Files changed:
8769
8770         * as/mcs51/lklib.c
8771         * link/z80/lklib.c
8772
8773 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8774
8775         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8776
8777 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8778
8779         * device/include/string.h: added size_t typedef, changed
8780         prototypes to use size_t, eliminated separate reentrant and
8781         non-reentrant declarations, added _memmove declaration
8782         * device/lib/_memcpy.c: changed to use size_t instead of int,
8783         changed /4 to >>2 to avoid division library call
8784         * device/lib/_memcmp.c,
8785         * device/lib/_memset.c,
8786         * device/lib/_strncat.c,
8787         * device/lib/_strncpy.c,
8788         * device/lib/_strncmp.c: changed to use size_t instead of int
8789         * device/lib/_memmove.c: new file (fixed bug #772294)
8790         * device/lib/Makefile.in: added _memmove.c
8791         * device/lib/z80/asm_strings.s: fixed bug #772290
8792         * support/regression/tests/bitfields.c: attempt to fix host assertion
8793         failure on amd64-unknown-linux2.2
8794
8795 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8796
8797         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8798         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8799         * as/z80/asmain.c (main): fixed bug #801766
8800
8801 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8804         compilers
8805
8806 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8807
8808         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8809         reported in bug #800609
8810
8811 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8812
8813         * Top header beautifications in src/pic16 directory:
8814           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8815           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8816           pcoderegs.h, ralloc.c, ralloc.h
8817         * main.c: added top header and GPL license notice
8818         * pcode.c: fixed the if-conditional warning
8819
8820 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         * device/lib/_mullong.c: replaced int by short for gcc
8823
8824 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8825
8826         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8827         and JUMPTABLE iCodes properly now (worked by accident before)
8828         * src/mcs51/gen.c (leftRightUseAcc),
8829         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8830         iCode properly now. Use getSize instead of nRegs since a & b
8831         aren't part of the nRegs tally.
8832
8833 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8834
8835         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8836         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8837           before instructions that use the _STATUS register
8838
8839 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8842         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8843         fetching of the pointer
8844         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8845         copied from genNearPointerSet()
8846         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8847         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8848         If they pop r0/r1 they must be called in the opposite order than aopOp().
8849         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8850         (resp. --stack-auto), prepared for --xstack
8851
8852 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8853
8854         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8855
8856 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8857
8858         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8859         these ports have their own __sdcc_external_start()
8860
8861 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8862
8863         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8864         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8865         type for bits was changed. It resulted in bit variables becoming
8866         global, which is not permitted in PIC 14 assembly output.
8867
8868 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8869
8870         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8871
8872 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8873
8874         Z80 and MCS51 linkers complaint if a public symbol is defined
8875         in more than one library module:
8876
8877         * as/mcs51/lklib.c
8878         * link/z80/lklib.c
8879         * as/mcs51/Makefile.in
8880
8881 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8882
8883         A few small changes that speed up the peephole optimizer.
8884
8885         * src/SDCCpeeph.c
8886
8887 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8888
8889         Try to make the peephole optimizer smarter by maintaining
8890         an association between the assembly source code and the
8891         iCodes that originated them. Put this information to use
8892         with a new peephole rule condition "notVolatile" so that
8893         the rules can be aggressive yet still safe.
8894
8895         * src/SDCCpeeph.c
8896         * src/SDCCpeeph.h
8897         * src/mcs51/gen.c
8898         * src/mcs51/peeph.def
8899
8900 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8901
8902         Fixed bug #741761
8903
8904         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8905         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8906         if the left or right operand symbols have the accuse flag set.
8907
8908 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         Changed the type of the result of the ! (NOT) operator to char;
8911         previously it returned the same type as the source. This allows
8912         us to eliminate all the genFloatNot functions (all of its target
8913         implementations were very buggy) since !float can use the same
8914         code as !long now.
8915
8916         * src/SDCCicode.c (ast2iCode): ! returns char
8917         * src/mcs51/gen.c (genNot, genNotFloat),
8918         * src/ds390/gen.c (genNot, genNotFloat),
8919         * src/z80/gen.c (genNot, genNotFloat),
8920         * src/pic/gen.c (genNot, genNotFloat),
8921         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8922
8923 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8924
8925         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8926         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8927            during interrupts. Ensure WSAVE is located at a shared bank address.
8928         2. Fixed page selection in some places
8929         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8930            the registers name strings.
8931         4. Fixed "signed / unsigned compare" compiler warnings.
8932         5. The PIC port manages its own allocation of the general purpose
8933            registers, but makes no attempt to reuse them. As a result when
8934            compiling it soon runs out of general purpose registers. Some
8935            additional code was added to the files pcode.c and device.c to walk
8936            through the function call tree and rename the registers so that they
8937            get reused.
8938
8939         * src/pic/device.c
8940         * src/pic/gen.c
8941         * src/pic/glue.c
8942         * src/pic/pcode.c
8943         * src/pic/pcode.h
8944         * src/pic/ralloc.c
8945         * src/pic/ralloc.h
8946         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8947         genPlus() & genMinus() when the result is the same as left or right
8948
8949 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8950
8951         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8952
8953 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8954
8955         Made bitfield a distinct type from bit so that bitfields
8956         convert as per ANSI C and bits retain their traditional
8957         boolean style behaviour. Implemented bitfield support in
8958         the z80 port.
8959
8960         * src/SDCCsymt.h,
8961         * src/SDCCsymt.c,
8962         * src/SDCCast.c,
8963         * src/cdbFile.c,
8964         * src/mcs51/gen.c,
8965         * src/ds390/gen.c: bit v bitfield split
8966         * src/z80/gen.c: New support for bitfields
8967         * support/regression/tests/bitfields.c: reenabled z80,
8968         added more tests
8969
8970 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8971
8972         Rules 246.x, 247.x relate to bitfields, the others speed up
8973         access to xdata mapped I/O devices.
8974
8975         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8976
8977 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8978
8979         Cleaned up genPackBits and genUnpackBits and added two helper
8980         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8981         for literal assignments in genPackBits (thanks to Frieder for
8982         reminding me).
8983
8984         * src/mcs51/gen.c
8985         * src/ds390/gen.c
8986
8987 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8988
8989         Fixed bug #748310 (pointer to function type mishandled when the
8990         function name is omitted). Also fixed a SIGSEGV when a function
8991         attribute (reentrant, etc) is used on a non-function or on a
8992         function but misplaced before the parameter list.
8993
8994         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8995         bug #748310
8996         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8997         * support/Util/SDCCerr.h,
8998         * support/Util/SDCCerr.c: Added func attr misuse error msg
8999
9000 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         Fixed bug #787649 by anonymous
9003         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9004         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9005
9006 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9007
9008         Fixed numerous bitfield problems.
9009
9010         * src/SDCC.y: More bitfield related error checking
9011         * src/SDCCsymt.h,
9012         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9013         * support/Util/SDCCerr.h,
9014         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9015         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9016         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9017         * support/regression/tests/bitfields.c: tests added
9018
9019 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         Made the constant following the "interrupt" keyword optional. If
9022         omitted, the function will not automatically be given an entry
9023         in the interrupt vector table (similar to #pragma NOIV, but
9024         less syntacticly kludgy). The interrupt number is also now
9025         range checked. Also fixed a bug in the high order bit example
9026         in the manual.
9027
9028         * src/SDCC.y
9029         * src/SDCCmem.c
9030         * src/SDCCglue.c
9031         * src/SDCCsymt.h
9032         * support/Util/SDCCerr.c
9033         * support/Util/SDCCerr.h
9034         * doc/sdccman.lyx
9035
9036 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9037
9038         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9039         * src/SDCCicode.c (operandOperation): rewritten some ops
9040         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9041         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9042         other type
9043         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9044         be re-activated by defining REDUCE_LITERALS)
9045         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9046         unsigned, but are signed by default
9047         * src/SDCCval.c (constVal): rearranged
9048         * src/SDCCval.c (valMod): preliminary fix
9049         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9050         * support/regression/literalop.c: added, work in progress
9051
9052 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9053
9054         Generate warnings for useless declarations like "char data;"
9055         that don't do what new users expect.
9056
9057         * src/SDCC.y
9058         * support/Util/SDCCerr.h
9059         * support/Util/SDCCerr.c
9060
9061 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * src/SDCCval.c (valMult): fix overflow detection of negative int
9064
9065 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9066
9067         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9068
9069         Changes to support big endian targets:
9070
9071         * src/ports.h
9072         * src/SDCCglue.c
9073         * src/avr/main.c
9074         * src/ds390/main.c
9075         * src/izt/i186.c
9076         * src/mcs51/main.c
9077         * src/pic/main.c
9078         * src/pic16/main.c
9079         * src/xa51/main.c
9080         * src/z80/main.c
9081
9082 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9083
9084         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9085         * device/lib/time.c: fixed warning "integer overflow in expression"
9086
9087 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9088
9089         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9090         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9091         constants are unsigned; added recognition of "u" flag for unsigned
9092         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9093         * src/SDCCval.c (valDiv, valMod): fixed signdness
9094         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9095         signedness of modulo, left and right shift
9096         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9097         * support/Util/SDCCerr.h: added warning W_INT_OVL
9098         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9099         * src/SDCCast.c (ast_print): improved output of constants
9100
9101 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9102
9103         Fixed some warnings when building with MSVC:
9104
9105         * as\mcs51\asdata.c
9106         * as\z80\asdata.c
9107         * as\mcs51\asm.h
9108         * as\z80\asm.h
9109         * link\z80\aslink.h
9110         * link\z80\lkdata.c
9111         * link\z80\lkeval.c
9112         * link\z80\lkgb.c
9113         * link\z80\lkihx.c
9114         * link\z80\lks19.c
9115         * link\z80\lksym.c
9116         * support\cpp2\cpplib.c
9117         * src\ds390\gen.c
9118         * src\mcs51\gen.c
9119
9120 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9121
9122         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9123
9124 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9125
9126         * support\librarian\clean.mk: Do not remove Makefile.
9127         * support\librarian\Makefile: added.
9128
9129 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9130
9131         Added librarian to MSVC build:
9132         * all.dsp
9133         * sdcc.dsw
9134         * support\librarian\librarian.dsp
9135
9136         'configure' not needed for librarian, removed:
9137         * support\librarian\configure
9138         * support\librarian\configure.in
9139         * support\librarian\config_in.h
9140         * support\librarian\Makefile.in
9141
9142         Hopefully these ones built the librarian and the rest of sdcc properly:
9143         * Makefile
9144         * Makefile.common.in
9145
9146         Messed up 'configure', so revert to previous version:
9147         * configure
9148         * configure.in
9149
9150 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9151
9152         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9153         there, while the mantissa of a double is "only" 53 bits wide.
9154
9155 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9156
9157         Adding sdcclib to the build.  MSVC project coming soon.
9158         Files added/changed:
9159
9160         * support\librarian\clean.mk
9161         * support\librarian\configure
9162         * support\librarian\configure.in
9163         * support\librarian\config_in.h
9164         * support\librarian\Makefile.bcc
9165         * support\librarian\Makefile.in
9166         * support\librarian\sdcclib.c
9167         * Makefile.bcc
9168         * Makefile
9169         * Makefile.common.in
9170         * configure
9171         * configure.in
9172
9173 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9174
9175         Linker now complaints if linked modules have conflicting options, for
9176         example, one compiled using --model-large and another one compiled with
9177         --model-small.  The following files were modified:
9178
9179         * as\mcs51\asdata.c
9180         * as\mcs51\aslink.h
9181         * as\mcs51\asm.h
9182         * as\mcs51\asmain.c
9183         * as\mcs51\asout.c
9184         * as\mcs51\i51pst.c
9185         * as\mcs51\lkdata.c
9186         * as\mcs51\lklibr.c
9187         * as\mcs51\lkmain.c
9188         * as\z80\asdata.c
9189         * as\z80\asm.h
9190         * as\z80\asmain.c
9191         * as\z80\asout.c
9192         * as\z80\z80pst.c
9193         * link\z80\aslink.h
9194         * link\z80\lkdata.c
9195         * link\z80\lklibr.c
9196         * link\z80\lkmain.c
9197         * src\SDCCglue.c
9198
9199 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9200
9201         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9202         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9203
9204 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9205
9206         * src/z80/mappings.i: fix _mul[us][int,long] entries
9207
9208 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9209
9210         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9211
9212 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9213
9214         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9215         * support/regression/tests/bitopcse.c: added
9216         fixed warning:
9217         * src/avr/gen.c:
9218         * src/pic/gen.c:
9219         * src/pic16/gen.c:
9220         * src/z80/gen.c:
9221         * src/xa51/gen.c:
9222
9223 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9224
9225         added support for new library format to z80, gbz80 linkers:
9226         *link/z80/aslink.h
9227         *link/z80/lklex.c
9228         *link/z80/lklib.c
9229         *link/z80/lklist.c
9230
9231 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9234         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9235
9236 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9237
9238         added DUMMY_READ_VOLATILE:
9239         * src/SDCC.y:
9240         * src/avr/gen.c:
9241         * src/xa51/gen.c:
9242         * src/z80/gen.c:
9243         * src/pic/gen.c:
9244         * src/pic16/gen.c:
9245         * src/mcs51/gen.c:
9246         * src/ds390/gen.c:
9247         * src/SDCCcse.c (algebraicOpts): many improvements
9248         * src/SDCCcse.h: removed algebraicOpts()
9249         * src/SDCCicode.c (picDummyRead): added
9250
9251 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9252
9253         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9254         "Insufficient space in data memory".
9255
9256 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/mcs51/gen.c: fixed bug #771358
9259         * src/z80/gen.c: fixed bug #759087
9260
9261 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9262
9263         * src/pic16/glue.c: minor cleanup by Vangelis
9264
9265 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9266
9267         * device/include/regc515c.h: fixed #758477
9268         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9269         * device/lib/_gptrput.c: saved a few bytes
9270         * my tab spacing is 8, yours too?)
9271         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9272         * device/lib/serial.c: process RX bytes earlier than TX bytes
9273         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9274
9275 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9276
9277         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9278
9279 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9280
9281     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9282
9283 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         * device/lib/Makefile.in: bad fix, reverted to 1.43
9286
9287 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9288
9289         * device/lib/Makefile.in: added missing z80 object files
9290
9291 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9292
9293         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9294         pic16 progress by Vangelis:
9295         * src/SDCCglobl.h:
9296         * src/SDCCmain.c:
9297         * src/pic/Makefile:
9298         * src/pic:
9299         * pic/Makefile:
9300         * pic16/device.c:
9301         * pic16/device.h:
9302         * pic16/gen.c:
9303         * pic16/gen.h:
9304         * pic16/genarith.c:
9305         * pic16/glue.c:
9306         * pic16/main.c:
9307         * pic16/pcode.c:
9308         * pic16/pcode.h:
9309         * pic16/pcodepeep.c:
9310         * pic16/peeph.def:
9311
9312 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9313
9314     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9315
9316 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9317
9318     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9319     added gbz80 build to MSVC project.
9320     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9321     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9322     from 8051 stuff and setup so it links using a .lnk file.
9323
9324 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9325
9326     * support/librarian/sdcclib.c: sdcc librarian.
9327     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9328     with sdcclib.
9329
9330 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9331
9332     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9333
9334 2003-07-02  Borut Razem <borut.razem AT siol.net>
9335
9336         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9337         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9338         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9339         src/xa51/main.c, src/z80/main.c:
9340         virtualization of glue() function: each port has it's own glue function,
9341         which is accessed by do_glue function pointer in PORT.general structure
9342
9343 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9344
9345         * DS800C400 fun, improved ROM interface and tinibios.
9346
9347 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9348
9349         * More support for DS80C400. Now includes beginning of interface to ROM.
9350
9351 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9352
9353         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9354
9355 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9356
9357         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9358
9359 2003-06-19  Borut Razem <borut.razem AT siol.net>
9360
9361         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9362
9363 2003-06-19  Borut Razem <borut.razem AT siol.net>
9364
9365         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9366         fixed Z80 port - crt0.o: cannot open.
9367
9368 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * support/Util/MySystem.c (merge_command): revert bad fix
9371
9372 2003-06-18  Borut Razem <borut.razem AT siol.net>
9373
9374         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9375
9376 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9377
9378         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9379         option --use-stdout sends errors to stdout instead of stderr.
9380
9381 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9382
9383         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9384
9385 2003-06-15  Borut Razem <borut.razem AT siol.net>
9386
9387         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9388         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9389         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9390         fixed width array of pointers replaced with sets;
9391         multiple include and lib paths ared transferred to preprocessor and linker
9392         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9393         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9394         fixed width array of pointers
9395         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9396         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9397         fixupPath(), getPathDifference()
9398         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9399         fixed width array of pointers
9400
9401 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * src/pic16/ralloc.c: fix warnings
9404         * src/pic16/pcode.c: fix warning
9405
9406 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9407
9408          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9409         know all the details, but essentially this set of changes enable
9410         the pic16 port to generate movff instructions and generate assembler
9411         directives,
9412         * src/SDCCmain.c:
9413         * src/pic16/gen.c:
9414         * src/pic16/glue.c:
9415         * src/pic16/pcode.c:
9416         * src/pic16/device.c:
9417         * src/pic16/main.c:
9418         * src/pic16/pcode.h:
9419         * src/pic16/pcoderegs.c:
9420         * src/pic16/ralloc.c:
9421         * src/pic16/ralloc.h:
9422
9423 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9424
9425         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9426         added option --vc, so sdcc errors and warnings are compatible with
9427         Microsoft Visual Studio.
9428
9429 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9430
9431         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9432           device/lib/libfloat.lib: added atof function.
9433
9434 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9435
9436         * doc/sdccman.lyx: updated to Lyx 1.3
9437         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9438         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9439         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9440
9441 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9442
9443         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9444
9445 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9446
9447         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9448           additions to the "related tools/documentation" section
9449
9450 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9451
9452         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9453
9454 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9455
9456         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9457         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9458
9459 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9460
9461         * doc/sdccman.lyx: fix double dash and other minor things
9462         * doc/Makefile: fix double dash
9463
9464 2003-05-28  Karl Bongers(patches from Martin Helmling)
9465         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9466           condition and ignore commands.
9467
9468 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9469
9470         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9471           is in parts still quite out of date, I did changes as far as I felt makes sense
9472           for a non-native english speaker.
9473           Please feel free to add to the manual or to correct my changes.
9474         * doc/Makefile: undid touching the date of intermediate tex files.
9475
9476 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9477
9478         * doc/sdccman.lyx: Manual has an index now
9479
9480 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9481
9482         Finalize muluint/mulsint and mululong/mulslong merging:
9483         * device/lib/_mulint.c
9484         * device/lib/_mullong.c
9485         * device/lib/gbz80/mul.s
9486         * device/lib/gbz80/stubs.s
9487         * device/lib/z80/mul.s
9488         * device/lib/z80/stubs.s
9489         * src/SDCCsymt.c (initCSupport)
9490
9491 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9492
9493         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9494         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9495           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9496           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9497           instead of /Zm500.
9498
9499 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9500
9501         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9502           the regression tests I'm not brave enough to enable 245.b, 245.c
9503         * doc/sdccman.lyx: added latex preamble for hyperref package.
9504           Using pdflatex this will give you a hyperlinked pdf file with
9505           bookmarks. (prepend '%' before /usepackage if this breaks something)
9506
9507 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9508
9509          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9510
9511 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9512
9513         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9514
9515 2003-05-21    <johan AT balder>
9516
9517         * src/SDCCglue.c (printIval): fixed bug #739934
9518
9519 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9520
9521         Applied patch from bug 737905 (renamed yylineo to mylineno):
9522         * src/altlex.c
9523         * src/SDCCast.c
9524         * src/SDCglobl.h
9525         * src/SDCC.lex
9526         * src/SDCCsymt.c
9527         * src/SDCCval.c
9528         * src/pic16/pcode.c: Cleaned warnings
9529         * src/pic16/pcodeflow.c: Cleaned warnings
9530         * src/pic16/pcoderegs.c: Cleaned warnings
9531
9532 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9533
9534         * src/pic16/pcode.c: Cleaned warnings
9535         * src/pic16/pcodepeep.c: Cleaned warnings
9536         * src/pic16/ralloc.c: Cleaned warnings
9537
9538 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9539
9540         * doc/sdccman.lyx: fixed bug 739745
9541         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9542
9543 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9546         it can be defined with CFLAGS when running configure
9547         * src/SDCCmain.c: fixed compiling + linking with object files
9548
9549 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9550
9551         * configure.in: configure for pic16 port,
9552             added --disable-pic16-port
9553         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9554         * src/SDCCmain.c: linkOptions is changed to set *,
9555             added if/endif conditional macros to remove options help
9556             messages from optionsTable when a port is not configured, added
9557             support for the PIc16 port in the ports table, when executing
9558             the compiler with no port specified on command line, a default
9559             port is selected with the new macro DEFAULT_PORT which is
9560             defined in port.h, in setDefaultOptions() linkOptions is removed
9561             from initialization assignment, since now it is a set,
9562             parseCmdLine uses setParseWithComma for linkOptions, in
9563             linkEdit() linkOptions are accessed with new function indexSet()
9564             which returns the i'th item of a set variable. See SDCCset.c, in
9565             linkEdit() when calling buildCmdLine(), added linkOptions as
9566             last argument. Now users can pass arguments to gplink via the
9567             -Wl option, main() uses pic16glue() to glue up pic16 programs
9568         * src/SDCCpeeph.c: various changes to support pic16
9569         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9570             return the i'th item of the set
9571         * src/SDCCset.h: added function prototype for indexSet()
9572         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9573         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9574         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9575             added macro DEFAULT_PORT
9576         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9577         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9578             generated
9579         * src/pic16/glue.c: commented out some error producing lines
9580         * src/pic16/main.c: __config directives are commented out to stop
9581             gpasm complaining and test the linkage with gplink, _linkCmd and
9582             _asmCmd changed to be more gplink and gpasm friendly
9583         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9584             produced an error when parsed, peep rule 12 is added to utilize
9585             movff, but it is commented out since the pCode does not support
9586             yet a command with 2 address arguments
9587
9588 2003-05-18    <johan AT balder>
9589
9590         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9591         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9592 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9593
9594         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9595   Added feature to script commands from file.
9596
9597 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9598
9599         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9600         * src/SDCCutil.c: include ctype.h for win32
9601
9602 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9603
9604         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9605
9606 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9607
9608         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9609   Fixed so you can set breakpoints prior to run, run does not stop
9610   on entry now.  Add tbreak.  Other enhancements and fixes for use
9611   with ddd.
9612
9613 2003-05-12  Borut Razem <borut.razem AT siol.net>
9614
9615         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9616
9617 2003-05-11  Borut Razem <borut.razem AT siol.net>
9618
9619         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9620         the path of bin directory, so that PATH is the only env. variable, which has to be set
9621         in case of standard installation.
9622         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9623         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9624         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9625
9626 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9627
9628         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9629         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9630         temp files are in the port dir; clean the gen/test directory when
9631         generating new test.c
9632         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9633         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9634         * support/regression/tests/zeropad.c: added
9635
9636 2003-05-09    <johan AT balder>
9637
9638         * src/SDCCglue.c: fixed bug #597940
9639
9640 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9641
9642         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9643   cache sfr, optimize next,step, fix off by one sourceline,
9644   support ddd list function.
9645         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9646
9647 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9648
9649         * support/regression/HTMLgen.py: added compare_s2f()
9650         * support/regression/Makefile: redo 1.27
9651         * support/regression/generate-cases.py: redo 1.5
9652
9653 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9654
9655         * support/regression/tests/float.c: workaround 33 bit hex constant
9656         * support/regression/tests/simplefloat.c: fix division for host
9657
9658 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9659
9660         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9661         that tame's the PIC's over-aggressive optimizer.
9662
9663 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9664
9665          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9666          support for MSVC.
9667
9668 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9669
9670         Initial support for DS80C400. "Hello world" runs on TINIm400
9671         (with polled I/O).
9672
9673 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9674
9675          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9676          * Some notes on ddd usage added in debugger/README
9677          Martin Helmling adding more features and fixes for ddd GUI debugger.
9678          Code added for nexti, stepi, up, down, and other adjustments.
9679
9680 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9681
9682         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9683         * src/pic/peeph.def Added two rules to optimize carry manipulation
9684         * src/pic/* removed debug printfs
9685
9686 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9687
9688         * debugger/mcs51/cmd.c: added header newalloc.h
9689
9690 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * as/Makefile: new EXEEXT
9693         * as/z80/Makefile: remove trailing slash of BUILDIR
9694         * as/z80/clean.mk: new EXEEXT
9695         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9696         * support/cpp2/Makefile.in: new EXEEXT
9697         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9698
9699 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9700
9701         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9702         EXEEXT was introduced to fix all related problems with targets
9703         "clean", "install" and "uninstall"; a couple of further flaws
9704         especially with "clean" have been fixed too
9705         * as/mcs51/Makefile.in
9706         * as/mcs51/clean.mk
9707         * as/z80/Makefile
9708         * Makefile
9709         * clean.mk
9710         * debugger/mcs51/Makefile.in
9711         * debugger/mcs51/clean.mk
9712         * link/z80/Makefile
9713         * link/z80/Makefile.in
9714         * link/z80/clean.mk
9715         * link/Makefile
9716         * packihx/Makefile.in
9717         * packihx/clean.mk
9718         * sim/ucsim/Makefile
9719         * sim/ucsim/clean.mk
9720         * sim/ucsim/avr.src/Makefile.in
9721         * sim/ucsim/avr.src/clean.mk
9722         * sim/ucsim/s51.src/Makefile.in
9723         * sim/ucsim/s51.src/clean.mk
9724         * sim/ucsim/xa.src/Makefile.in
9725         * sim/ucsim/xa.src/clean.mk
9726         * sim/ucsim/z80.src/Makefile.in
9727         * sim/ucsim/z80.src/clean.mk
9728         * sim/ucsim/main_in.mk
9729         * sim/ucsim/packages_in.mk
9730         * sim/ucsim/gui.src/Makefile.in
9731         * sim/ucsim/gui.src/serio.src/Makefile.in
9732         * sim/ucsim/gui.src/serio.src/clean.mk
9733         * src/Makefile.in
9734         * src/clean.mk
9735         * support/cpp2/Makefile.in
9736         * support/cpp2/clean.mk
9737         * support/makebin/Makefile
9738         * support/makebin/clean.mk
9739         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9740         * doc/sdccman.lyx: --program-suffix no longer needed
9741
9742 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9743
9744          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9745          Martin Helmling added support for ddd GUI debugger.
9746          Code added to display assembly, set variables, and other commands
9747          to interface to ddd.
9748
9749 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9750
9751         * as/Makefile: fix target clean
9752         * as/clean.mk: fix target clean
9753         * as/z80/clean.mk: fix target clean
9754
9755 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9756
9757         * Makefile.common.in: added  AT EXEEXT AT
9758         * configure.in: removed all mingw32 stuff
9759         * configure: rebuilt from configure.in
9760         * doc/sdccman.lyx: updated section "installation"
9761         * support/scripts/sdcc_mingw32: adapted to configure
9762         * support/scripts/sdcc_cygwin_mingw32: added
9763
9764 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9765
9766         * src/pic Added object file support for the PIC port
9767         * src/pic Applied patch from Craig Franklin (this started the object file support)
9768         * src/regression Updated the PIC regression tests for object files
9769
9770 2003-04-20  Borut Razem <borut.razem AT siol.net>
9771
9772         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9773           lklex.c: In function `getfid':
9774           lklex.c:203: warning: array subscript has type `char'
9775         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9776           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9777         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9778           stack handling macros
9779
9780 2003-04-19  Borut Razem <borut.razem AT siol.net>
9781
9782         * "handling space characters in file path" task:
9783         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9784         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9785         * support/Util/MySystem.h: make it self-sufficient
9786         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9787           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9788           handling space characters in file path
9789         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9790           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9791         * support/Util/MySystem.c: handling space characters in executable's path
9792
9793 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9794
9795         * as/z80/Makefile: fix permanent rebuild of z80
9796         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9797         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9798
9799 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9800
9801         * src/SDCCopt.c: add special case optimization to replace modulo by
9802           a power of two with a bitwise AND.
9803
9804 2003-04-18    <johan AT balder>
9805
9806         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9807
9808 2003-04-17    <johan AT balder>
9809
9810         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9811         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9812
9813 2003-04-13  Borut Razem <borut.razem AT siol.net>
9814
9815         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9816         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9817           fixed mingw problem in adl_NORMALIZE_PATH
9818
9819 2003-04-12  Borut Razem <borut.razem AT siol.net>
9820
9821         * fixed "#pragma SAVE/RESTORE can not be nested":
9822         * src/SDCC.lex: reworked pragma handling functions
9823         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9824         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9825
9826 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9827
9828         * src/SDCCutil.c (pathEquivalent): defined but not used
9829         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9830         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9831         * configure: rebuilt from configure.in
9832         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9833         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9834         * device/include/Makefile.in: replace sdcc_datadir
9835         * device/lib/Makefile.in: replace sdcc_datadir
9836         * Makefile.common.in: add LDFLAGS from configure
9837         * packihx/Makefile.in: use LDFLAGS
9838         * src/Makefile.in: use LDFLAGS
9839         * support/cpp2/Makefile.in: add LDFLAGS from configure
9840         * support/makebin/Makefile: use LDFLAGS
9841         * .version: bumped version number to 2.3.5
9842
9843 2003-04-12  Borut Razem <borut.razem AT siol.net>
9844
9845         * completed "different paths" task:
9846         * src/SDCCmacro.c: fixed bug in handling quotes
9847         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9848         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9849
9850 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9851
9852         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9853
9854 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9855
9856         * ds390/gen.c ds390/peeph.def: fix bug 706781
9857
9858 2003-04-11  Borut Razem <borut.razem AT siol.net>
9859
9860         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9861
9862 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9863
9864         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9865         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9866          set - this bit used to not be set...).
9867         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9868           bad code in PIC Port
9869         * src/regression/and2.c added to test bug 609268
9870         * src/regression/Makefile added and2.c to regression test
9871
9872
9873 2003-04-08    <johan AT CP255758-A>
9874
9875         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9876         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9877         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9878
9879 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9880
9881         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9882         fix bug #487815
9883         * support/cpp2/Makefile.in: fix bug #487815
9884         * configure: rebuilt from configure.in
9885         * Makefile.common.in: docdir changed, new path suffixes
9886         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9887         * sdcc_vc_in.h: reflect changes from sdccconf.h
9888         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9889         * src/SDCCutil.h: remove BINDIR hack
9890         * doc/sdccman.lyx: update new path hierarchy
9891
9892 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9893
9894         * src/SDCCpeeph.c: added okToRemoveSLOC test
9895
9896 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9897
9898         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9899
9900 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9901
9902         * src/SDCCpeeph.c: added labelIsReturnOnly test
9903         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9904
9905 2003-04-05    <johan AT balder>
9906
9907         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9908         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9909         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9910         * src/SDCCast.c: fixed a warning
9911         * src/SDCCast.h: fixed a warning
9912         * src/SDCCicode.c (operandFromAst): fixed a warning
9913
9914 2003-04-04    <johan AT balder>
9915
9916         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9917         * src/SDCCast.c (decorateType): fixed bug #715076
9918         * src/SDCC.y: fixed bug #702907
9919
9920 2003-04-03    <johan AT balder>
9921
9922         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9923         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9924         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9925         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9926         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9927
9928 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * _decdptr.c: fix return values
9931         * _gptrget.c: fix return values
9932         * _gptrgetc.c: fix return values
9933         * _gptrput.c: fix return values
9934         * _mulint.c: fix return values
9935         * as/z80/Makefile: fix 'make -j' problem
9936
9937 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9938
9939         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9940         * configure.in: big cleanup, updated to autoconf 2.5x
9941         * configure: rebuilt from configure.in
9942         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9943         * sdcc_vc_in.h: reflect changes from sdccconf.h
9944         * doc/Makefile: fixed a flaw in "make install"
9945
9946 2003-04-02    <johan AT balder>
9947
9948         * src/ds390/gen.c (genCmp): no comments
9949         * src/mcs51/gen.c (genCmp): no comments
9950         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9951         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9952
9953 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9954
9955         * support/regression/generate-cases.py: place generated file in given sub directory
9956         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9957         * support/regression/Makefile: improvements for 'make -j';
9958         side effect: it's simpler and faster now
9959
9960 2003-03-31  Borut Razem <borut.razem AT siol.net>
9961
9962         * src/z80/main.c: link-{port} and as-{port} defined without path
9963         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9964
9965 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9966
9967         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9968
9969 2003-03-30  Borut Razem <borut.razem AT siol.net>
9970
9971         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9972           changed type of list parameter to set
9973         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9974         * src/port.h: changed type of do_assemble() parameter to set
9975         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9976           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9977           definition of "cppoutfilename" macro with NULL value in preProcess()
9978         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9979         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9980         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9981           replaced with set *binPathSet
9982         * shash_add() deallocates the item, if allready exsists, before adding the new one
9983         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9984
9985 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9986
9987         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9988           a nested for loop bug in the PIC port
9989         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9990           for loops
9991
9992 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9993
9994         * support/Util/dbuf.h: remove C++ stuff to make it portable
9995
9996 2003-03-28  Borut Razem <borut.razem AT siol.net>
9997
9998         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9999           literal strings in stringLiteral()
10000         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10001         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10002           to the project
10003
10004 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10005
10006         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10007
10008 2003-03-26    <johan AT balder>
10009
10010         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10011         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10012         * src/SDCCast.c (decorateType): fixed " -v < 3"
10013
10014 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10015
10016         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10017         Added Lenny Story's debug infrastructure changes:
10018         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10019         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10020         * src/cdbFile.c: added
10021         * src/SDCCdebug.c: added
10022         * src/SDCCdebug.h: added
10023         * src/SDCCast.c (createFunction)
10024         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10025         * src/SDCCmain.c (parseCmdLine, main)
10026         * src/SDCCmem.c (redoStackOffsets)
10027         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10028         * src/SDCCsymt.h
10029         * src/common.h
10030         * src/avr/gen.c (genAVRCode)
10031         * src/ds390/gen.c (gen390Code)
10032         * src/mcs51/gen.c (gen51Code)
10033         * src/pic/gen.c (genpic14Code)
10034         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10035         * src/xa51/gen.c (genXA51Code)
10036         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10037
10038 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10039
10040         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10041         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10042
10043 2003-03-22    <johan AT balder>
10044
10045         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10046
10047 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10048
10049         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10050         * doc/cdbfileformat.lyx: added, written by Lenny Story
10051         * doc/Makefile: added cdbfileformat.lyx
10052         * doc/clean.mk: added cdbfileformat.lyx
10053
10054 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10055
10056         * src/mcs51/peeph.def: fix bug #705773
10057
10058 2003-03-20    <johan AT balder>
10059
10060         An sfr/sbit can have an "at #" AND an initializer
10061         * src/SDCCsymt.c (checkSClass):
10062         * src/SDCCmem.c (allocGlobal):
10063         * src/SDCCmem.c (allocLocal):
10064         * src/SDCCast.c (createBlock):
10065
10066 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10067
10068         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10069
10070 2003-03-16    <johan AT balder>
10071
10072         Undid the hackup of const and volatile, the problem is much bigger
10073         * src/SDCC.y:1.65
10074         * src/SDCCast.c:1.171
10075         * src/SDCCglue.c:1.138
10076         * src/SDCCicode.c:1.146
10077         * src/SDCCsymt.c:1.150
10078         * src/SDCCval.c:1.65
10079
10080 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10083         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10084
10085 2003-03-13    <johan AT balder>
10086
10087         Hackup const and volatile modifiers in type chains a bit:
10088         * src/SDCC.y:1.63
10089         * src/SDCCast.c:1.169
10090         * src/SDCCglue.c:1.136
10091         * src/SDCCicode.c:1.143
10092         * src/SDCCsymt.c1.146
10093         * src/SDCCsymt.h1.59
10094         * src/SDCCval.c:1.63
10095
10096 2003-03-12    <johan AT balder>
10097
10098         * src/SDCCBBlock.h: more LRH debugging junk
10099         * src/SDCCcflow.h: more LRH debugging junk
10100         * src/SDCCloop.c: more LRH debugging junk
10101         * src/SDCC.y (struct_declaration): fixed bug #697590
10102         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10103         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10104         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10105
10106 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10107         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10108         test function names must now match exactly).
10109         * src/SDCCcse.c: added special case in findCheaperOp to allow
10110         extending a short integer. Makes less awful code for bug 700121 test case.
10111
10112 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10113
10114         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10115         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10116
10117 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10118
10119         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10120         actually called (operandsNotEqual() was called for all
10121         operandsNotEqualX tests).
10122
10123 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10124
10125         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10126         with shorter literals. Fixes bug 700121.
10127
10128 2003-03-11    <johan AT balder>
10129
10130         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10131
10132 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10133
10134         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10135         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10136
10137 2003-03-10  Borut Razem <borut.razem AT siol.net>
10138
10139         * src/SDCCmain.c: pipe preprocessor's output
10140         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10141         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10142         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10143         which closes all pipes in pipeSet set
10144         * src/SDCCset.c: free deleted item in function deleteSetItem()
10145         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10146         moved from z80 to src subproject
10147         * .version: increased version number to 2.3.4
10148
10149 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10150
10151         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10152         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10153         * support/regression/ports/xa51/spec.mk: fix typo
10154
10155 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10156
10157         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10158
10159 2003-03-09  Borut Razem <borut.razem AT siol.net>
10160
10161         * src/SDCCmain.c: pipe preprocessor's output
10162         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10163         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10164         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10165         which closes all pipes in pipeSet set
10166         * src/SDCCset.c: free deleted item in function deleteSetItem()
10167         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10168         moved from z80 to src subproject
10169
10170 2003-03-09  Borut Razem <borut.razem AT siol.net>
10171
10172         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10173         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10174         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10175         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10176         * src/SDCCglobl.h: unification of WIN32 native definitions
10177
10178 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10179
10180         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10181
10182 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10183
10184         * src/configure.in:   check for endianess (even while cross-compiling)
10185         * src/configure:      check for endianess (even while cross-compiling)
10186         * src/configure_in.h: check for endianess (even while cross-compiling)
10187         * src/avr/gen.c:        remove old endianess stuff
10188         * src/mcs51/gen.c:      remove old endianess stuff
10189         * src/ds390/gen.c:      remove old endianess stuff
10190         * src/pic/gen.c:        remove old endianess stuff
10191         * src/pic/genarith.c:   remove old endianess stuff
10192         * src/pic/glue.c:       fix endianess check
10193         * src/pic16/gen.c:      remove old endianess stuff
10194         * src/pic16/genarith.c: remove old endianess stuff
10195         * src/pic16/glue.c:     fix endianess check
10196         * src/xa51/gen.c:       remove old endianess stuff
10197         * src/z80/gen.c:        fix endianess check
10198         * src/SDCCglue.c:       fix endianess check
10199         * src/ds390/peeph.def: fix bug 700036
10200
10201 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10202
10203         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10204         * src/configure: find appropriate data-types on host for SDCC's int and long
10205         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10206         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10207         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10208
10209 2003-03-07    <johan AT balder>
10210
10211         Just a big NOOP:
10212                 some minor cleanups before the big shot
10213                 OP_DEFS and OP_USES now use Kevin's protection
10214                 new option --nolabelopt
10215
10216         * src/SDCCBBlock.c:
10217         * src/SDCCast.c,:
10218         * src/SDCCcflow.c:
10219         * src/SDCCcse.c:
10220         * src/SDCCicode.c:
10221         * src/SDCCicode.h:
10222         * src/SDCClabel.c:
10223         * src/SDCCloop.c:
10224         * src/SDCCmain.c:
10225         * src/ds390/ralloc.c:
10226         * src/mcs51/ralloc.c:
10227         * src/pic/ralloc.c:
10228         * src/xa51/ralloc.c:
10229         * src/z80/ralloc.c:
10230
10231 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10232
10233         * src/pic/pcode.c (get_op): fix 64 bit warnings
10234         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10235         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10236         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10237         * support/regression/tests/malloc.c: fix 64 bit warnings
10238
10239 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10240
10241         * src/mcs51/gen.c (genMinus): fixed bug 696436
10242
10243 2003-03-02  Borut Razem <borut.razem AT siol.net>
10244
10245         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10246
10247 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10248
10249         * configure.in: test for mkstemp
10250         * sdccconf_in.h: add HAVE_MKSTEMP
10251
10252 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * device/include/ctype.h: removed warning while using --stack-auto
10255         * device/include/malloc.h: removed warning while using --stack-auto
10256         * device/include/string.h: removed warning while using --stack-auto
10257
10258 2003-02-23  Borut Razem <borut.razem AT siol.net>
10259
10260         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10261         because NDEBUG is defined (see man assert)
10262         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10263
10264 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10265
10266         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10267         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10268
10269 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10270
10271         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10272         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10273
10274 2003-02-18    <johan AT balder>
10275
10276         * as/mcs51/asmain.c (asmbl): module can start with a digit
10277         * as/z80/asmain.c (asmbl): module can start with a digit
10278
10279 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10280
10281         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10282         * src/asm.c: fix pipe() for Mingw32
10283
10284 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10285
10286         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10287         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10288         make -V work again; --c1mode reads now from stdin
10289         * doc/sdccman.lyx: added --c1mode
10290         * support/Util/SDCCerr.c: new messages for c1 mode
10291         * support/Util/SDCCerr.h: new messages for c1 mode
10292         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10293
10294 2003-02-15    <johan AT balder>
10295
10296         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10297
10298 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10299
10300         * doc/sdccman.lyx: Environment variables, -o and other minor things
10301
10302 2003-02-14    <johan AT balder>
10303
10304         * src/xa51/main.c: before anyone really tries to use it :)
10305
10306         * Install doc's in share/sdcc/doc
10307         * removed some obsolete files
10308         * Do a proper make distclean and uninstall
10309         M Makefile.common.in
10310         R sdccbuild.sh
10311         M as/Makefile
10312         M device/include/Makefile.in
10313         M device/lib/Makefile.in
10314         M doc/sdccman.lyx
10315         M link/Makefile
10316         M sim/ucsim/doc/Makefile.in
10317         M src/clean.mk
10318         R src/avr/peeph.rul
10319         R src/xa51/peeph.rul
10320         M support/cpp2/Makefile.in
10321         M support/makebin/Makefile
10322
10323
10324 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10325
10326         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10327
10328 2003-02-10  Borut Razem <borut.razem AT siol.net>
10329
10330         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10331         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10332         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10333         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10334         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10335         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10336         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10337         src/z80/Makefile.bcc: Borland Makefile cleanup
10338         * as/z80/Makefile.bcc: Added Borland Makefile
10339         * support/cpp2/borland.h: Removed
10340
10341 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10342
10343         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10344         * src/SDCC.lex: new pragma NOIV
10345         * src/SDCCglobl.h: new pragma NOIV
10346         * src/SDCCmem.c: new pragma NOIV
10347
10348 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10351
10352 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10353
10354         * src/SDCCmain.c: signal handling is switched off by --debug
10355         * doc/Makefile: small fix for install; use clean.mk again
10356         * doc/clean.mk: clean *.pdf and *.html too
10357
10358 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10359
10360         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10361         * device/lib/printfl.c: fix a ds390 bug by making it portable
10362         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10363         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10364         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10365         * debugger/mcs51/cmd.c: converted multi-line string literals
10366         * sim/ucsim/globals.cc: converted multi-line string literals
10367         * src/SDCCmain.c: introduced signal handler to remove temp files
10368         * doc/Makefile: small tweaks, implement clean
10369         * doc: removed generated files
10370
10371 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10372
10373         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10374         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10375         Address Record is not correctly generated for DS390."
10376
10377 2003-02-02  Borut Razem <borut.razem AT siol.net>
10378
10379         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10380         * as/mcs51/asm.h: fixed compilation with Borland C
10381         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10382         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10383         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10384         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10385         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10386         src/z80/Makefile.bcc: delete $(LIB) only if exist
10387         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10388
10389 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10390
10391         * device/include/malloc.h: introduced NULL
10392         * device/include/string.h: introduced NULL
10393         * device/include/stdlib.h: introduced NULL
10394         * device/lib/_memcpy.c: removed NULL
10395         * device/lib/_strcat.c: removed NULL
10396         * device/lib/_strchr.c: removed NULL
10397         * device/lib/_strcmp.c: removed NULL
10398         * device/lib/_strcpy.c: removed NULL
10399         * device/lib/_strcspn.c: removed NULL
10400         * device/lib/_strlen.c: removed NULL
10401         * device/lib/_strncat.c: removed NULL
10402         * device/lib/_strncmp.c: removed NULL
10403         * device/lib/_strncpy.c: removed NULL
10404         * device/lib/_strpbrk.c: removed NULL
10405         * device/lib/_strrchr.c: removed NULL
10406         * device/lib/_strspn.c: removed NULL
10407         * device/lib/_strstr.c: removed NULL
10408         * device/lib/_strtok.c: removed NULL
10409         * device/lib/malloc.c: removed NULL, include own header
10410
10411 2003-02-02    <johan AT balder>
10412
10413         * 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
10414         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10415         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10416         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10417         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10418         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10419
10420 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10421
10422         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10423         area 'DATA'"
10424
10425 2003-02-01    <johan AT balder>
10426
10427         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10428
10429 2003-01-31    <johan AT CP255758-A>
10430
10431         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10432
10433 2003-01-30    <johan AT balder>
10434
10435         * src/SDCCBBlock.c: automatic bug detection
10436         * src/SDCCicode.c: automatic bug detection
10437
10438 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10439
10440         * src/SDCCglobl.h:   now --xram-size 0 works
10441         * src/SDCCmain.c:    now --xram-size 0 works
10442
10443 2003-01-29    <johan AT balder>
10444
10445         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10446
10447 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10448
10449         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10450         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10451         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10452         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10453         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10454         * src/SDCCmain.c:    Added options --xram-size and --code-size
10455
10456 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10457
10458         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10459         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10460
10461 2003-01-27    <johan AT balder>
10462
10463         * src/SDCC.y: fixed bug #613764
10464
10465 2003-01-26    <johan AT balder>
10466
10467         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10468         * src/SDCCsymt.h: fixed bug #673374
10469         * src/SDCCglue.c: fixed bug #661910
10470         * src/SDCCast.c: fixed bug #458099 and 673374
10471
10472 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10473
10474         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10475         * as/mcs51/strcmpi.h: added
10476         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10477         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10478         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10479         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10480         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10481         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10482         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10483         * as/mcs51/Makefile.aslink: new module strcmpi
10484         * as/mcs51/Makefile.asx8051: new module strcmpi
10485         * as/mcs51/Makefil.bcc: new module strcmpi
10486         * as/mcs51/Makefile.in: new module strcmpi
10487         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10488
10489 2003-01-26    <johan AT balder>
10490
10491         * src/SDCCglue.c: reverted back to 1.124
10492         * src/SDCCast.c: reverted back to 1.156
10493         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10494
10495 2003-01-25    <johan AT balder>
10496
10497         * src/SDCCglue.c: A better fix for bug #661910
10498         * src/SDCCast.c: A better fix for bug #661910
10499         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10500
10501 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10502
10503         * src/Makefile.in: remove spawn.o
10504         * src/SDCCmain.c: remove spawn.h
10505         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10506         * src/spawn.c: removed
10507         * src/spawn.h: removed
10508         * support/regression/ports/ds390/spec.mk: link with -r
10509
10510 2003-01-24    <johan AT CP255758-A>
10511
10512         * src/ds390/gen.c (aopOp): fixed bug #667458
10513         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10514         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10515         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10516
10517 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10518
10519         * src/mcs51/peeph.def: better assembler identation by Frieder
10520         * src/mcs51/gen.c: better assembler identation by Frieder
10521
10522 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10523
10524         * as/z80/string.h: removed for gcc 3.2
10525         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10526         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10527
10528 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10529
10530         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10531         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10532         * support/regression/Makefile: separate temp files for ports
10533         * support/regression/generate-cases.py: separate temp files for ports
10534         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10535         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10536
10537 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10538
10539         * moved tinitalk to device/examples/ds390
10540
10541 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10542
10543         * as/mcs51/lkmem.c: rflag is for DS390
10544         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10545         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10546                          (linkEdit): move mem- and map-files the same way as ihx-files
10547         * src/z80/main.c (_setDefaultOptions): removed --generic
10548         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10549         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10550         * src/pic/glue.c (picglue): --c1mode works again
10551         * src/pic16/glue.c (pic16glue): --c1mode works again
10552         * src/asm.c (printCLine): fix #660034
10553
10554 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10555
10556         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10557         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10558         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10559         * as/mcs51/lkmem (summary): better fix for sp problem
10560         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10561         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10562         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10563                                               remove --stack-after-data
10564
10565 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10566
10567         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10568         * src/SDCCutil.c (join): ugly bug: missing '\0'
10569         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10570
10571 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10572
10573         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10574         * src/port.h: typo
10575         * src/pic/main.c (_asmCmd): gpasm supports -o
10576         * src/z80/main.c: more general macros
10577         * device/lib/Makefile.in: remove intermediate files
10578
10579 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10580
10581         * .version: Bumped version number to 2.3.3
10582         * src/SDCCBBlock.c: new option -o
10583         * src/SDCCglobl.h: new option -o
10584         * src/SDCCglue.c: new option -o
10585         * src/SDCCmain.c: new option -o
10586         * src/asm.c: new option -o
10587         * src/ds390/main.c: new option -o
10588         * src/pic/glue.c: new option -o
10589         * src/pic/pcode.c: new option -o
10590         * src/pic/ralloc.c: new option -o
10591         * src/pic16/glue.c: new option -o
10592         * src/pic16/pcode.c: new option -o
10593         * src/pic16/ralloc.c: new option -o
10594         * src/z80/main.c: new option -o
10595         * device/lib/Makefile.in: use -o
10596         * support/regression/ports/ds390/spec.mk: use -o
10597         * support/regression/ports/gbz80/spec.mk: use -o
10598         * support/regression/ports/mcs51/spec.mk: use -o
10599         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10600         * support/regression/ports/z80/spec.mk: use -o
10601         * support/regression/ports/ucz80/spec.mk: use -o
10602         * support/regression/ports/xa51/spec.mk: use -o
10603         * support/regression/fwk/lib/timeout.c: fix usage string
10604
10605 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10606         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10607
10608 2003-01-07    <johan AT balder>
10609
10610         * src/SDCCast.c (decorateType): fixed bug #600035
10611
10612 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10613         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10614         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10615         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10616         * src/pic/pcode.c: outcommented unused variable to remove warnings
10617         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10618
10619 2003-01-06    <karl AT turbobit.com>
10620         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10621    regression tests.
10622
10623 2003-01-06    <johan AT balder>
10624
10625         * src/SDCCicode.c: fixed array add
10626
10627 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10628         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10629         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10630
10631 2003-01-04    <johan AT balder>
10632
10633         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10634
10635 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10636         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10637
10638 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10639         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10640         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10641
10642 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10643         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10644
10645 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10646         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10647
10648 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10649         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10650
10651 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10652
10653     * in \sdcc\as\mcs51\ changed these files in order to create an
10654     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10655     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10656     following files to include the previous two files: aslink.dsp,
10657     Makefile.aslink, Makefile.bcc, and Makefile.in.
10658
10659     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10660     .adb instead of .cdb
10661
10662 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10663
10664         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10665         value from option --iram-size.
10666
10667 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10668
10669         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10670         dram[] array.
10671
10672 2002-09-18    <wiml AT hhhh.org>
10673
10674         * SDCClrange.h: exposed setFromRange() and setToRange()
10675         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10676           packRegsForAccUse() (bug 542397)
10677         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10678           multiple times and emitting the fetch operations more than once
10679           added aopGetUsesAcc() function to allow binary operators to
10680           fetch their operands in the correct order; made genMinus() emit
10681           compact code for X = LITERAL - Y
10682
10683 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10684         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10685         sprintf() in line 1267.
10686
10687 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10688         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10689         like ports.
10690
10691 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10692         Changes to aslink (All the changes are marked with 'JCF'):
10693
10694         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10695         summary().
10696
10697         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10698         area BSEG.  Also moves, if possible, the DATA area down into the internal
10699         ram so more space is available.
10700
10701         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10702         sflag.
10703
10704         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10705         not bytes.  Function summary() which creates a memory usage summary
10706         file with extension .mem.  Reports of overlaping stack and small stack
10707         size.  If the space for the stack is less than 16 bytes aslink trows a
10708         warning.
10709
10710         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10711         the 8051.  Option 'y' for memory summary output file.
10712
10713         Changes to sdcc (All the changes are marked with 'JCF'):
10714
10715         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10716
10717         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10718         overlaying area for it (uses RegBankUsed[4]).
10719
10720         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10721         bank zero as used by default.  By default aslink locates the stack
10722         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10723         the creation of the .mem file.  Delegates the allocation of data area
10724         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10725         the begining of the stack area to aslink.
10726
10727         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10728         glue() in SDCCglue.c creates an area for it.
10729
10730 2002-09-03  Borut Razem <borut.razem AT siol.net>
10731         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10732         sdcc/src/pic/glue.c:
10733         introduced atexit() handler for teporay files removal in case of
10734         errors, assertions, ...
10735
10736 2002-08-29  Borut Razem <borut.razem AT siol.net>
10737         * sdcc/support/cpp2/auto-host_vc_in.h:
10738         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10739         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10740         Maybe there is a similar problem with BORLANDC? It should be checked!
10741
10742         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10743         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10744         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10745         was not executed, and the compiler (cl) launched a warning:
10746         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10747
10748 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10749         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10750
10751 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10752         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10753
10754         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10755           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10756           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10757           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10758           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10759           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10760           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10761         - added Release configuration in VS projects
10762         - review of compiler an linker options
10763         - VC .exe files are generated in bin_vc directory, not to interfere
10764           with binaries generated from other projects (cygwin, mingw, bcc ...)
10765
10766         * sdcc/src/yacc.dsp: added
10767
10768         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10769         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10770         and insert the version number definitions from .version
10771
10772         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10773
10774         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10775         added - genarate auto-host.h using auto-host_vc_in.h as template
10776
10777         * sdcc/sdcc_vc.h,
10778         removed from CVS, generated automatically
10779
10780 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10781         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10782
10783 2002-08-11  Borut Razem <borut.razem AT siol.net>
10784         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10785
10786 2002-08-10  Borut Razem <borut.razem AT siol.net>
10787         * src/SDCCmain.c (main):
10788         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10789         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10790         The consequence was that some temporary files were not removed.
10791
10792         * src/SDCCglue.c:
10793         unification of code in functions tempfilename() and tempfile():
10794         function tempnam() is defined in Visual Studio 6.0 and .NET
10795
10796         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10797
10798         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10799           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10800         - removed compiler command line option /WX: Treats all warnings as errors
10801         - update a list of source files, included into the project
10802
10803         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10804           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10805         changed project type to Generic Project so that can be correcly converted to VS.NET project
10806
10807         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10808
10809         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10810
10811         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10812
10813         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10814         added return 0 statements after assert() to make compiler happy
10815
10816         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10817         added newline in the def file to keep MSC compiler satisfied
10818
10819         * sdcc/src/z80/gen.c:
10820         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10821           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10822         - solved MSC error in function aopDump()
10823
10824         * sdcc_vc.h: define PREFIX as "\\sdcc"
10825
10826 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10827         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10828
10829 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10830         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10831         - Rewrote the register banking algorithm.
10832         - Added pCode live-range analysis to registers (for now, only non-used and
10833         singly-used registers optimized away)
10834
10835         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10836
10837         * 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.
10838
10839 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10840         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10841
10842 2002-04-22  Michael Hope  <michaelh AT vroom>
10843
10844         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10845
10846         * configure.in (DD_COPT): Added include support required for gbdk.
10847
10848         * .version: Bumped version number just to increase it.
10849
10850         * src/SDCCmain.c: Added -nostdinc to the default options.
10851
10852 2002-04-15  Michael Hope  <michaelh AT vroom>
10853
10854         * device/lib/z80/printf.c (sprintf): Added.
10855
10856         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10857
10858         * src/z80/peeph.def: Added transpose redundent load rule.
10859
10860         * src/z80/main.c: Added force callee saves for jaune.
10861
10862         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10863
10864         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10865
10866 2002-03-28  Johan Knol  <johan AT balder>
10867
10868         * src/SDCCval.c: fixed bug #532436
10869
10870 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10871         * /src/port.h:
10872         Added "char *Processor" field to the port structure.
10873
10874         * /src/SDCCmain.c:
10875         Added -p option. Allows port dependent processor to be specified.
10876
10877         * all ports:
10878         Initialized the new field char *Processor field to NULL in all ports
10879
10880         * /src/pic/*:
10881         Compiler generated registers for interrupt context saving
10882         were not getting allocated.
10883
10884 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10885
10886         * /src/SDCCast.c:
10887         Fixed left shift. Will promote the left side of a left shift
10888         if a) left shifting more than size of operand or b) when assigned
10889         to something size > size of left side
10890
10891 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10892         * src/pic/*
10893         tons of changes. Register allocation has been
10894         rewritten. Added customization for the various PICs. Flow
10895         analysis is restructured. ...
10896
10897         * src/pic/device.h:
10898         Added
10899
10900         * src/pic/device.c:
10901         Added. device.c is a PIC port hack to accomodate variations
10902         in PIC devices.
10903
10904 2002-03-13  Michael Hope  <michaelh AT vroom>
10905
10906         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10907
10908 2002-03-04  johanknol  <johanknol AT manik>
10909
10910         * /src/SDCCval.c: fixed
10911
10912         const unsigned char arr[][2] = { { 0, 1 } };
10913         t18.c:1: error: Initializer element is not constant
10914
10915 2002-03-04  bela  <bela AT manik>
10916
10917         * /device/include/mcs51reg.h:
10918         ds89c420 register definition update
10919
10920 2002-03-03    <johan AT FRIJA>
10921
10922         * support/Util/SDCCerr.c: did something, but don't no why anymore
10923
10924         * support/regression/tests/bug-524691.c: made it a little less shy
10925
10926         * src/SDCCast.c (decorateType): fixed bug #524697
10927
10928         * src/SDCCast.c: made some lineno improvements
10929
10930         * src/SDCCval.c (getNelements): changed warning to error
10931
10932         * src/SDCCglue.c (printIvalArray): changed warning to error
10933
10934         * src/SDCCicode.c: fixed a warning for mingw
10935
10936         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10937
10938         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10939
10940 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10941
10942         * src/ds390/peeph.def:
10943         Added some more peephole rules
10944
10945         * src/ds390/gen.c: Various fixes & enhancements
10946
10947         * src/SDCClrange.c, src/SDCClrange.h:
10948         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10949
10950         * src/ds390/ralloc.c:
10951         various fixes & enhancements (ds390) specific
10952
10953         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10954         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10955         from rallocs.
10956
10957         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10958
10959 2002-03-02    <johan AT FRIJA>
10960
10961         * src/SDCCast.c (decorateType): fixed bug #524708
10962
10963         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10964
10965         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10966
10967 2002-03-01  Michael Hope  <michaelh AT vroom>
10968
10969         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10970
10971         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10972
10973 2002-03-01    <johan AT FRIJA>
10974
10975         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10976
10977         * src/SDCCast.c (decorateType): fixed bug #524209
10978
10979         * src/SDCCval.c (valNot): fixed bug #524195
10980
10981 2002-02-26    <johan AT balder>
10982
10983         * src/xa51/gen.c: fixed a warning
10984
10985         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10986
10987         * src/SDCCast.c (decorateType): fixed bug #522534
10988
10989 2002-02-23    <johan AT balder>
10990
10991         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10992
10993 2002-02-22    <johan AT balder>
10994
10995         * src/SDCCast.c: fixed bug #514865
10996
10997         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10998
10999 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11000
11001         * sdcc/src/SDCCloop.c:
11002         Previous fix was not good. basic blocks that have "break" or "return" are
11003         not really partof a loop , but live ranges used in these blocks should
11004         be live thru the entire loop, so set partOfLoop but don't add them to
11005         loop region
11006
11007 2002-02-21    <johan AT FRIJA>
11008
11009         * src/SDCCcse.c: fixed bug #514308
11010
11011 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11012
11013         * src/SDCCloop.c:
11014         Fixed BUG #519583. If a conditional block ended in a return/break
11015         statement inside a loop, it was not being considered part of the loop.
11016
11017         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11018
11019 2002-02-10  Karl Bongers <karl AT turbobit.com>
11020
11021         * debugger/*:
11022         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11023         with lots of comments and notes.
11024
11025         * device/examples/test2.c:
11026         Fix bug, "red" variable not being initialized(compiler complained).
11027
11028         * device/examples/Makefile, examples/test3.c:
11029         Add Makefile in device/examples folder, compiles test3.c
11030         for use as a multiple module SDCDB test case.
11031
11032         * sim/ucsim/cmd.src/cmdset.cc:
11033         Took out debug printfs in ucsim "next" command.
11034
11035         * sim/ucsim/xa.src:
11036         Karl and Johan start ucsim XA support.  Most dissassembly working,
11037         about 75% emulation done(plenty of work remaining).
11038
11039         * sim/ucsim/z80.src:
11040         Add Z80 support to ucsim, add test-ucz80 regression test,
11041         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11042         Notice z80 compiler fails on examples/test3.c/crc code.
11043
11044 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11045
11046         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11047         Added support for --parms-in-bank1
11048
11049         * src/ds390/peeph.def:
11050         added a few more peephole optimzations
11051
11052         * src/ds390/main.c:
11053         1) added __builtin_inp & __builtin_outp used to read in data of given length
11054            from a memory mapped port
11055         2) added __builtin_memcmp
11056         3) added __builtin_swapw swap bytes of a short
11057
11058         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11059         1) handle multiple send & receives from register bank1
11060         2) ralloc can now allocate DPTR1 to some liveRanges
11061
11062         * src/SDCCsymt.c, src/SDCCsymt.h:
11063         changes to handle multiple sends & receives
11064
11065         * src/SDCCptropt.h:
11066         added some pointer arithmetic optimization
11067
11068         * src/SDCCptropt.c:
11069         added some pointer arithmetic optimizations but not stable yet so not
11070         called from anywhere (will get this working shortly)
11071
11072         * src/SDCCopt.c: fixed for multiple sends & receives
11073
11074         * src/SDCCmain.c:
11075         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11076         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11077            set preprocessor defines (depending on options)
11078
11079         * src/SDCCicode.c, src/SDCCicode.h:
11080         changes made to handle multiple sends & receives
11081
11082         * src/SDCCglobl.h:
11083         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11084
11085         * src/SDCCcse.c, src/SDCCcse.h:
11086         added function findbackward def (to be used in upcoming optimization)
11087
11088         * src/SDCCcflow.c, src/SDCCcflow.h:
11089         added function returnAtEnd - to determine if a basic block terminates with
11090         a RETURN iCode
11091
11092         * src/SDCCast.c, src/SDCCast.h:
11093         added option parms-in-bank1
11094
11095         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11096         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11097         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11098         adjusted for --parms-in-bank1 option
11099
11100         * device/include/string.h:
11101         donot redefine "reentrant" keyword
11102
11103         * device/include/ds80c390.h: Added some more SFRs
11104
11105 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11106
11107         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11108
11109 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11110
11111         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11112
11113 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11114
11115         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11116
11117 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11118
11119         * Added --xram-movc option
11120
11121 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11122
11123         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11124
11125 2002-01-11  Johan Knol
11126
11127         * Added math lib of Jesus Calvino-Fraga
11128
11129 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11130
11131         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11132         * support/regression/Makefile: new target test-mcs51-stack-auto
11133         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11134
11135 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11136
11137         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11138
11139 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11140
11141         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11142
11143 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11144
11145         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11146
11147         * src/SDCCglue.h: add definition for printIvalChar()
11148
11149 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11150
11151         * src/SDCCast.c: fix #498138 by Johan
11152
11153         * src/SDCCglue.c: fix #498138 by Johan
11154
11155 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11156
11157         * support/regression/Makefile: fix clean
11158
11159         * support/regression/ports/ds390/support.c: fix transmission of last character
11160
11161 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11162
11163         * /sdcc/src/ds390/gen.c:
11164         a) improved computing address of stack variable
11165         b) took out some #if 0 code
11166         c) improved parmBytes adjustment
11167         d) improved genPlusIncr & genMinusIncr
11168         e) genCmp could generate bad code (when left assigned to DPTR)
11169         f) Fixed bug in hasInc
11170
11171         * /sdcc/src/ds390/ralloc.c:
11172         a) packRegsForSupport could mess up live information (Fixed)
11173         b) packRegsDPTRuse could be incorrect for left & right shift
11174
11175         * /sdcc/src/mcs51/ralloc.c:
11176         packRegsForSupport could mess up the live information (Fixed)
11177
11178         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11179
11180         * /sdcc/src/SDCCast.c:
11181         can reverse a loop even if function call is present as long
11182         as the loop control variable is local & is not passed as parameter
11183
11184 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11185
11186         * /sdcc/ChangeLog: *** empty log message ***
11187
11188         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11189         More builtin function additions for TININative
11190
11191         * /sdcc/src/ds390/ralloc.c:
11192         Had broken the regression testsuite
11193
11194         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11195
11196         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11197         Added funcattr hasStackParms will be set for reentrant functions when there
11198         are paramteres on the stack, this helps in minimizing frame pointer generation
11199         typeFromStr can handle function pointers now
11200
11201         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11202         *** empty log message ***
11203
11204 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11205
11206         * /src/ds390/gen.c, /src/ds390/main.c:
11207         More builtin function additions for TININative
11208
11209         * /src/ds390/ralloc.c:
11210         Had broken the regression testsuite
11211
11212         * /src/SDCCast.c: Fixed a bug in dumptree
11213
11214         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11215         Added funcattr hasStackParms will be set for reentrant functions when there
11216         are paramteres on the stack, this helps in minimizing frame pointer generation
11217         typeFromStr can handle function pointers now
11218
11219         * /doc/builtins.txt, /doc/TININative.txt:
11220         *** empty log message ***
11221
11222
11223 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11224
11225         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11226         ALPHA version for -mTININative
11227
11228         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11229         updated to reflect changes in the port structure
11230
11231         * /src/port.h:
11232         added function do_assemble (similar to do_link) if non-null this function
11233         will be called to do assembly (-mTININative) requires a multi command
11234         assembly
11235         added function genAssemblerEnd will be called to generate assembler Epilogue
11236
11237         * /src/SDCCsymt.c:
11238         added _JavaNative to debug info printing
11239
11240         * /src/SDCCmain.c: added option --tini-libid
11241         added port->do_assemble function (-mTININative) has a multi command assemble
11242
11243         * /src/SDCCglue.c: Disabled "constExpr" check
11244         added port->genAssemblerEnd function
11245
11246         * /src/SDCCglobl.h: Added option --tini-libid value
11247
11248         * /src/SDCCast.h:
11249         tookout optimizeCompare from the header (has no external references)
11250
11251         * /src/SDCCast.c: made one more function "static"
11252
11253 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11254
11255         * src/z80/mappings.i: Added z80asm support.
11256
11257         * src/z80/main.c: Added z80asm support on --asm=z80asm
11258
11259         * src/z80/gen.c: Fixed asm portability issues.
11260
11261         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11262
11263         * src/SDCCglue.c (printExterns): Added global/extern split.
11264
11265 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11266
11267         * support/regression/Makefile: added test for mcs51 model large
11268
11269         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11270
11271         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11272
11273 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11274
11275         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11276
11277 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11278
11279         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11280
11281         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11282
11283 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11284
11285         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11286
11287         * support/regression/tests/simplefloat.c: Port to mcs51.
11288
11289 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11290         * support/regression/tests/bug-485362.c: Added.
11291
11292         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11293
11294         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11295
11296         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11297
11298         * src/z80/gen.c (aopDump): Added a dump function.
11299
11300 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11301         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11302
11303         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11304
11305         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11306
11307         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11308
11309         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11310
11311         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11312
11313         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11314
11315         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11316
11317         * support/regression/ports/ds390/support.c: Use tinibios.
11318
11319         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11320
11321 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11322
11323         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11324         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11325
11326         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11327
11328         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11329
11330 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11331
11332         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11333
11334         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11335         (packRegsForIYUse): Created and optimised.
11336
11337 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11338
11339         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11340 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11341
11342         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11343
11344         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11345
11346         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11347
11348 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11349
11350         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11351
11352         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11353
11354 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11355
11356         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11357
11358         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11359
11360         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11361
11362 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11363
11364         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11365         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11366         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11367
11368         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11369
11370         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11371         (genNotFloat): Added.
11372         (genUminusFloat): Added.
11373
11374         * device/lib/z80/Makefile: Added floating pt stubs.
11375
11376         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11377
11378         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11379
11380         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11381
11382 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11383
11384         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11385
11386         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11387
11388         * sdcc/support/regression/Makefile: Add port ds390.
11389
11390         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11391
11392         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11393
11394         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11395
11396         * sdcc/support/regression/ports/ds390/support.c: Added.
11397
11398         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11399
11400         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11401
11402         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11403
11404 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11405
11406         * device/include/malloc.h: Added z80 and gbz80 support.
11407
11408         * device/lib/gbz80/heap.s: Added.
11409
11410         * device/lib/z80/heap.s: Added.
11411
11412         * device/lib/malloc.c: Added z80 and gbz80 support.
11413
11414         * support/regression/tests/malloc.c (testMalloc): Added.
11415
11416         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11417
11418         * support/regression/tests/bug-478094.c: Added.
11419
11420         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11421
11422 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11423
11424         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11425
11426         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11427
11428         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11429
11430         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11431
11432         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11433
11434 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11435
11436         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11437
11438 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11439
11440         * support/regression/tests/bug-477927.c: Added.
11441
11442         * src/z80/peeph.def: Added minor rules.
11443
11444         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11445
11446         * src/z80/peeph.def: Added jump optimisation modification.
11447
11448 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11449
11450         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11451
11452 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11453
11454         * support/regression/tests/funptrs.c: Added.
11455
11456 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11457
11458         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11459
11460 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11461
11462         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11463
11464         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11465
11466         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11467         (movLeft2ResultLong): Created.
11468
11469         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11470         (joinPushes): Added.  Joins two char pushes into a word push.
11471
11472 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11473
11474         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11475
11476         * support/makebin/Makefile (install): Added creation of dest dir.
11477
11478 2001-10-24 Karl Bongers <karl AT turbobit.com>
11479
11480         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11481
11482 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11483
11484         * src/z80/ralloc.c: Turned off faulty pack for one use.
11485
11486         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11487
11488         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11489
11490 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11491
11492         * support/regression/Makefile: Improved clean
11493
11494         * support/regression/ports/gbz80/spec.mk: Added clean
11495
11496         * support/regression/ports/host/spec.mk: Added clean
11497
11498         * support/regression/ports/z80/spec.mk: Added clean
11499
11500         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11501
11502         * support/regression/ports/mcs51/timeout.c: little improvements
11503
11504 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11505
11506         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11507
11508         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11509
11510         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11511
11512 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11513
11514         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11515
11516         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11517
11518 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11519         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11520
11521         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11522
11523         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11524
11525         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11526
11527         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11528
11529         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11530
11531         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11532
11533         * support/regression/tests/longor.c: Added.
11534
11535 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11536
11537         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11538
11539         * as/mcs51/aslink.h: define PATH_MAX
11540
11541         * as/mcs51/asm.h: define PATH_MAX
11542
11543         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11544
11545         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11546
11547         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11548
11549         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11550
11551         * src/SDCCglobl.h: define PATH_MAX
11552
11553         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11554
11555         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11556
11557 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11558
11559         * src/z80/gen.c (gencjneshort): Fixed
11560
11561         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11562
11563 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11564
11565         * support/regression/tests/bug-469671.c: Added.
11566
11567         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11568
11569 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11570
11571         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11572
11573         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11574
11575 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11576
11577         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11578
11579         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11580
11581         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11582
11583         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11584
11585         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11586
11587         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11588
11589         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11590
11591 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11592
11593         * 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.
11594
11595         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11596
11597         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11598
11599 2001-10-07    <johan AT FRIJA>
11600
11601         * device/lib/gets.c (gets): fixed the return value.
11602
11603 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11604         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11605
11606         * 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.
11607
11608         * 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.
11609
11610         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11611
11612         * src/pic/gen.c: Removed Safe_strdup.
11613
11614         * configure.in: Added option to enable libgc support.
11615
11616         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11617         (bitVectUnion): Optimised.
11618         (bitVectIntersect): Optimised.
11619         (bitVectBitsInCommon): Optimised.
11620         (bitVectCplAnd): Optimised.
11621
11622         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11623
11624 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11625
11626         * src/SDCCmain.c: distinguish between assembler debug and plain options
11627
11628         * src/avr/main.c:   remove standard assembler options
11629
11630         * src/ds390/main.c: remove standard assembler options
11631
11632         * src/mcs51/main.c: remove standard assembler options
11633
11634         * src/port.h: removed "PENDING" comment
11635
11636 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11637
11638         * src/device/lib/_mulint.c  : new, with assember functions
11639
11640         * src/device/lib/_mullong.c : new, with assember functions
11641
11642         * src/device/lib/_divuint.c : with assember functions
11643
11644         * src/device/lib/_divsint.c : with assember functions
11645
11646         * src/device/lib/_divulong.c: with assember functions
11647
11648         * src/device/lib/_divslong.c: with assember functions
11649
11650         * src/device/lib/_moduint.c : with assember functions
11651
11652         * src/device/lib/_modsint.c : with assember functions
11653
11654         * src/device/lib/_modulong.c: with assember functions
11655
11656         * src/device/lib/_modslong.c: with assember functions
11657
11658         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11659
11660         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11661
11662         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11663                                       replaced _mululong.c and _mulslong.c by _mullong.c
11664
11665 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11666
11667         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11668
11669 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11670
11671         * src/SDCCglue.c: test, if win32api is available for MINGW
11672
11673 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11674
11675         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11676         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11677         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11678         * support/regression/ports/host/spec.mk: removed GENERIC
11679         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11680         * support/regression/ports/z80/spec.mk: removed GENERIC
11681
11682 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11683
11684         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11685
11686         * support/regression/tests/bug-467035.c: Created.
11687
11688 2001-10-01    <johan AT FRIJA>
11689
11690         * src/SDCC.y: fixed bug #466586 part 1
11691
11692 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11693
11694         * SDCCicode.c: z80 has no generic pointers
11695         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11696
11697 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11698
11699         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11700
11701 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11702
11703         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11704
11705         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11706
11707 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11708
11709         * configure.in: Fixed up so that ucsim is only configured once.
11710
11711         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11712
11713         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11714         (getPathDifference): As above.
11715
11716         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11717
11718         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11719
11720 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11721         * .version: Updated to 2.3.1
11722
11723         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11724         Added copyright header.
11725
11726         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11727         (assemble): Added support for macro based assembler commands.
11728         (linkEdit): Added support for macro based linker commands.
11729         (preProcess): Changed the pre-processor to use macros.
11730         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11731         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11732
11733         * device/lib/z80/crt0.s: Added module name for debugging.
11734
11735 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11736
11737         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11738
11739         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11740
11741         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11742
11743         * src/Makefile.in: Added SDCCmacro and SDCCutil
11744
11745 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11746
11747         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11748
11749 2001-09-16    <johan AT FRIJA>
11750
11751         * 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.
11752
11753 2001-09-15    <johan AT FRIJA>
11754
11755         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11756         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11757
11758 2001-09-11    <johan AT FRIJA>
11759
11760         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11761
11762 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11763
11764         * support/regression/tests/bug-460444.c: Added test case.
11765
11766         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11767         (genCast): Added justification for all of the asserts.
11768
11769 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11770
11771         * support/regression/support.c: _xdata replaced by xdata
11772
11773         * support/regression/spec.mk: removed _generic
11774
11775 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11776
11777         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11778
11779         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11780         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11781
11782         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11783
11784         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11785
11786         * support/regression/tests/bug-460010.c: Added test case.
11787
11788         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11789
11790 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11791
11792         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11793
11794         * support/regression/testfwk.c: removed workaround for bug #436344
11795
11796         * support/regression/tests/bp.c: use less memory with mcs51
11797
11798         * support/regression/tests/bug-441448.c: use less memory
11799
11800         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11801
11802         * support/regression/collate-results.py: typo
11803
11804 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11805
11806         * support/regression/tests/fetchoverlap.c: Added new test case.
11807
11808         * support/regression/tests/bp.c: Added new test case.
11809
11810         * support/regression/tests/bug-448984.c: Added new test case.
11811
11812         * support/regression/tests/pow2shifts.c: Added new test case.
11813
11814         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11815         (genlshTwo): Fixed right shift for count > 8.
11816
11817         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11818
11819 2001-09-08    <johan AT FRIJA>
11820
11821         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11822
11823 2001-09-07    <johan AT FRIJA>
11824
11825         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11826
11827         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11828
11829 2001-09-06    <johan AT FRIJA>
11830
11831         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11832         * bernhard noted me at this: "() equals to (void)" (1.38)
11833
11834 2001-09-05    <johan AT FRIJA>
11835
11836         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11837
11838 2001-09-04    <johan AT FRIJA>
11839
11840         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11841
11842
11843 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11844
11845         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11846
11847 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11848
11849         * link/z80/aslink.h: Fixed path for PATH_MAX
11850
11851 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11852
11853         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11854
11855         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11856
11857         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11858
11859         * 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.
11860
11861 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11862
11863         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11864         (genCmp): Fixed up genCmp for the GB with longs.
11865
11866         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11867
11868         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11869
11870         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11871
11872         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11873
11874 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11875
11876         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11877
11878 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11879
11880         * 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.
11881
11882         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11883
11884 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11885
11886         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11887
11888         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11889
11890 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11891
11892   * sim/ucsim/configure:    little improvement of Cygwin-detection
11893   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11894   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11895   * support/regression/tests/bug-221100.c: small changes for mcs51
11896   * support/regression/tests/bug-221168.c: small changes for mcs51
11897   * support/regression/tests/bug-227710.c: small changes for mcs51
11898   * support/regression/tests/staticinit.c: small changes for mcs51
11899   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11900   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11901   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11902
11903 $Revision$