* src/SDCCast.c (constExprValue): return NULL if not a value
[fw/sdcc] / ChangeLog
1 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCast.c (constExprValue): return NULL if not a value
4         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
5         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
6         * support/regression/tests/bitfields.c: enabled signed bitfield for all
7
8 2006-02-13 Borut Razem <borut.razem AT siol.net>
9
10         * src/regression/ptrarg.c: added, fails due to bug #1430967
11         * src/regression/Makefile: ptrarg.c added, ...
12
13 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
14
15         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
16         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
17
18 2006-02-11 Borut Razem <borut.razem AT siol.net>
19
20         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
21           print "Processor: xxx" message to stdout only if --verbose
22
23 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
26         * support/regression/tests/bug1426356.c: added
27         * support/regression/tests/bitfields.c: removed 2 tests
28
29 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
32         * device/include/mcs51/c8051f330.h,
33         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
34           PCON_IDLE,PCON_STOP and added sfr16 definitions
35         * device/lib/_divsint.c,
36         * device/lib/_divuint.c,
37         * device/lib/_divulong.c,
38         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
39           register bank bug for small stackauto
40
41 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
44
45 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
46
47         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
48         * all.dsp: corrected several bin paths
49         * device/include/mcs51/c8051f120.h,
50         * device/include/mcs51/c8051f300.h,
51         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
52           to PCON_IDLE,PCON_STOP
53         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
54         * device/lib/printf_large.c (output_float): fixed bug 1388703
55         * support/regression/tests/bug1057979.c: added test for bug 1388703
56
57 2006-02-08 Raphael Neider <rneider AT web.de>
58
59         * src/pic/pcode.c (pciTRIS): fixed typo,
60           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
61           (LinkFlow): fixed handling of flows that end in a call,
62           (ReuseReg): perform safety check earlier
63         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
64             to work with flows at the beginning of a pBlock,
65             fixes #1426557 (Symbol not previously defined),
66           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
67             usage information
68           (RemoveUnusedRegisters): update register usage info
69         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
70             created, reuse existing ones instead
71         * src/pic/gen.c (genPcall): fixed #1424719
72
73 2006-02-01 Borut Razem <borut.razem AT siol.net>
74
75         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
76           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
77           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
78           src/regression/bool1.c, src/regression/bool2.c,
79           src/regression/bool3.c, src/regression/call1.c,
80           src/regression/compare.c, src/regression/compare10.c,
81           src/regression/compare2.c, src/regression/compare3.c,
82           src/regression/compare4.c, src/regression/compare5.c,
83           src/regression/compare6.c, src/regression/compare7.c,
84           src/regression/compare8.c, src/regression/compare9.c,
85           src/regression/configword.c, src/regression/for.c,
86           src/regression/inline.c, src/regression/mult1.c,
87           src/regression/nestfor.c, src/regression/or1.c,
88           src/regression/pointer1.c, src/regression/ptrfunc.c,
89           src/regression/rotate1.c, src/regression/rotate2.c,
90           src/regression/rotate3.c, src/regression/rotate4.c,
91           src/regression/rotate5.c, src/regression/rotate6.c,
92           src/regression/rotate7.c, src/regression/string1.c,
93           src/regression/struct1.c, src/regression/sub.c,
94           src/regression/sub2.c, src/regression/switch1.c,
95           src/regression/while.c, src/regression/xor.c,
96           src/regression/create_stc, src/regression/simulate,
97           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
98           regression tests
99         * src/regression/gpsim_assert.h: added
100
101 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
102
103         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
104         ((void (code *) (void)) 0) ();
105         * as/hc08/aslex.c,
106         * as/hc08/aslink.h,
107         * as/hc08/asm.h,
108         * as/hc08/asmain.c,
109         * as/hc08/lkdata.c,
110         * as/hc08/lklex.c,
111         * as/hc08/lkmain.c,
112         * as/mcs51/aslex.c,
113         * as/mcs51/aslink.h,
114         * as/mcs51/asm.h,
115         * as/mcs51/asmain.c,
116         * as/mcs51/lkdata.c,
117         * as/mcs51/lklex.c,
118         * as/mcs51/lkmain.c,
119         * as/z80/aslex.c,
120         * as/z80/asm.h,
121         * as/z80/asmain.c: fixed build on current cygwin:
122         replaced getline() by as_getline()
123
124 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
125
126         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
127         declarator in the symbol chain
128         * src/SDCCsymt.h,
129         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
130         parameter list for function pointers
131         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
132         * support/regression/tests/bug-716242.c: added
133
134 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
135
136         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
137         offset if possible
138         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
139
140 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
141
142         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
143         inifinitely recurseable, added static
144         * support/regression/tests/bug-1408066.c: added
145
146 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
147
148         * src/SDCCicode.h,
149         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
150         renamed, added possibility to create "postLoopLbl"-labels
151         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
152         newiTempLoopHeaderLabel
153         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
154         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
155         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
156         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
157         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
158         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
159         (basicInduction): fixed bug #136564, made static,
160         (loopInduction): changed parameter of basicInduction, made static,
161         (addPostLoopBlock): added
162         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
163         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
164         findLoopEndSeq
165         * support/regression/tests/bug-136564.c: added
166         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
167         --std-sdcc99 to LIBSDCCFLAGS
168
169 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
170
171         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
172         while loop
173         * support/regression/tests/bug-1406131.c: added
174
175 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
176
177         * src/SDCCast.c (decorateType): fix promotion of unary minus
178         * src/SDCCsymt.c (computeType): beautified
179         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
180         (valUnaryPM, valComplement): fix sign and promotion,
181         (valNot): ANSI: result type is int (SDCC: unsigned char)
182         * support/regression/tests/uminus.c: speedup by removing superflous
183         test case 'int'
184         * support/regression/tests/onebyte.c: added promotion and signedness
185         tests for unary minus
186         * support/regressions/tests/bug-477927.c: disable warning about
187         uninitialized variables
188         * support/regression/tests/not.c: added
189
190 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
191
192         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
193         * src/mcs51/gen.c (gen51Code): show final register usage after
194         fillGaps in asm with --i-code-in-asm
195         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
196         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
197         incUsed, rliveClear, adjustIChain): made static,
198         (setFromRange): excluded because it's unused,
199         (findPrevUseSym, markWholeLoop): added,
200         (findPrevUse): rewritten; fixes bug 895992; now a complete search
201         through all branches of predecessors enables sdcc to emit the warning
202         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
203         (rlivePoint): made static, added parameter emitWarnings which is only
204         true during the first run out of two,
205         (findRecursiveSucc, findRecursivePred): removed,
206         (computeLiveRanges): made static, added parameter emitWarnings,
207         (dumpIcRlive): added for debugging only
208         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
209         removed prototype of setFromRange()
210         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
211         in call of computeLiveRanges()
212         * support/regression/tests/bug-895992.c: added
213         * support/regression/tests/bug-971834.c: added
214         * support/valdiag/tests/bug-895992.c: added
215         * support/valdiag/tests/bug-971834.c: added
216
217 2005-12-18 Raphael Neider <rneider AT web.de>
218
219         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
220           (genUnpackBits): improved code for direct operands,
221           (genPackBits): improved code for literal assignment to bitfields
222             and for direct destination operands (no FSR indirection),
223             prevented redundant AND, fixes #1362800,
224           (AccLsh): added parameter to disable masking of the result
225         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
226           skip instructions with side-effects (like incfsz),
227           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
228         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
229         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
230           fixes #1375263
231
232 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
233
234         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
235         volatile variables as spill location
236
237 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
238
239         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
240         replacing literals
241         * support/regression/tests/bug-1376320.c: added
242
243 2005-12-08 Raphael Neider <rneider AT web.de>
244
245         * src/pic/device.c: renamed is_shared to pic14_is_shared
246         * src/pic/gen.c (genIfx): re-enabled handling of sbits
247         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
248           (is_valid_identifier): added for above workaround
249
250 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
251
252         * device/lib/Makefile.in: fixed to enable port-specific-objects
253         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
254           char, thanks Hubert Sack
255         * doc/sdccman.lyx: documented --xstack-loc,
256           elaborated a bit more on interrupts and pitfalls,
257           removed "setjmp/longjmp unsupported",
258           documented some unsupported C99 features
259         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
260         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
261           if, thanks Hubert Sack
262         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
263         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
264           make make_library
265         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
266           regression tests can report resource usage (rfe 700441)
267         * support/regression/collate-results.py: report resource usage
268         * support/regression/ports/ds390/spec.mk,
269         * support/regression/ports/hc08/spec.mk,
270         * support/regression/ports/mcs51/spec.mk,
271         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
272         * support/regression/ports/ds390/uCsim.cmd,
273         * support/regression/ports/hc08/uCsim.cmd,
274         * support/regression/ports/mcs51/uCsim.cmd,
275         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
276         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
277           library, use the default one
278         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
279           building the library
280
281 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * config.dsp: added dependency on .version and configure_vc.awk
284         * device/include/setjmp.h: updated for --stack-auto and --xstack
285         * device/include/mcs51/at89c51snd1c.h: corrected line endings
286         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
287         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
288         * device/lib/libsdcc.lib: added _setjmp
289         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
290           (decorateType): fixed bug 1372851,
291           (optimizeGetHbit): fixed warning
292         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
293           array initialisation
294         * support/regression/tests/bug1057979.c: added test for bug 1358192
295         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
296
297 2005-12-03 Borut Razem <borut.razem AT siol.net>
298
299         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
300           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
301
302 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
303
304         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
305         createIval): implement symbol independant "flexible array member",
306         (createIvalCharPtr): implemented flexible array initialisation with a
307         string
308         * src/SDCCsymt.c (copyStruct): removed,
309         (getSize): fixed misleading comment,
310         (getAllocSize): removed, the additional allocation size is now in
311         sym->flexArrayLength,
312         (checkStructFlexArray): new, syntax checks for flexible array members,
313         (compStructSize): added syntax checks for "flexible array members"
314         (copyStruct): removed,
315         (copyLinkChain): removed inefficient fix for bug 770487
316         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
317         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
318         symbol->flexArrayLength
319         * src/SDCCerr.c,
320         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
321         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
322         * support/regression/tests/structflexarray.c: added
323         * support/valdiag/tests/structflexiblearray.c: added
324
325 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
326
327         * src/SDCCast.c (decorateType): fixed bug 1368489
328         * support/Util/SDCCerr.c,
329         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
330
331 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
332
333         * device/include/mcs51/at89c51snd1c.h: added file submitted by
334           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
335
336 2005-11-27 Borut Razem <borut.razem AT siol.net>
337
338         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
339           support/cpp2/mkdeps.h: added command line option
340           -obj-ext=<extension> to SDCPP to define object file externion, used
341           for generation of make dependencies (-M)
342         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
343
344 2005-11-26 Borut Razem <borut.razem AT siol.net>
345
346         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
347           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
348           added pic and pic16 libraries
349
350 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
351
352         * device/include/float.h: Corrected typo in prototype of __fsgt
353
354 2005-11-25 Borut Razem <borut.razem AT siol.net>
355
356         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
357           added creation of model-mcs51-stack-auto libraries
358
359 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
360
361         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
362         and fields-list too
363         * src/SDCCast.c (createIvalArray): removed obsolete comment
364
365 2005-11-24 Borut Razem <borut.razem AT siol.net>
366
367         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
368           added missing device/lib/mcs51/crt*.asm sources
369
370 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
371
372         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
373
374 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
375
376         * device/lib/_fs2schar.c,
377         * device/lib/_fs2sint.c,
378         * device/lib/_fs2slong.c: optimized inline asm
379
380 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
381
382         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
383           Better handling of floats between -1.0 and 0.0.
384
385 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
386
387         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
388           (the missing "if"s prohibited removal of redundant labels)
389
390 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
391
392         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
393           Properly convert floats between -1.0 and 0.0 to long, int, and char
394           types (max integer value of negative floats tends to zero).
395         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
396           Removed changes made so to work properly with floats between
397           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
398           and _fs2char.c
399
400 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
401
402         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
403         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
404         (genCast) cosmetic change
405         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
406         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
407         from mcs51
408         * support/regression/tests/bitfields (testSignedBitfields): added
409
410 2005-11-18 Borut Razem <borut.razem AT siol.net>
411
412         * sdcc/device/lib/Makefile.in: remove all unnecessary files
413         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
414           introduced SILENT option to make building of pic16 libraries less
415
416 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
417
418         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
419           Now they work properly with floats between -1.0 and 0.0
420         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
421
422 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * src/SDCCicode.c (printOperand): added missing else
425
426 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
427
428         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
429         reformatted for better readability
430         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
431         signed bitfields
432
433 2005-11-17 Borut Razem <borut.razem AT siol.net>
434
435         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
436           introduced SILENT option to make building of pic16 libraries less
437           verbose - used for nightly snapshot build
438         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
439           available on Win32 platforms.
440         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
441           medium, large, pic and pic16
442
443 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
444
445         * device/lib/printf_large.c: Temporary patch for bug 1358192:
446           printf("%f"...) sets fraction to zero.
447
448 2005-11-16 Raphael Neider <rneider AT web.de>
449
450         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
451           fixes #1357221
452         * src/pic/gen.c (genIfx): implemented for CARRY bit
453         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
454           to generic pointers, fixes #1357332,
455           (pic16_movLit2f): NEW,
456           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
457
458 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
461
462 2005-11-11 Raphael Neider <rneider AT web.de>
463
464         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
465         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
466           compute pointer's type from operand,
467           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
468           improved single bit reads, fixes bug #1353379
469
470 2005-11-09 Borut Razem <borut.razem AT siol.net>
471
472         * support/scripts/sdcc.nsi: added lib/pic to the package
473
474 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
477
478 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * support/regression/tests/bug1348008.c: added
481         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
482         * support/regression/tests/bug1337835.c: updated comment
483
484 2005-11-06 Borut Razem <borut.razem AT siol.net>
485
486         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
487           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
488           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
489           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
490           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
491           dynamic construction of cl_error_class and derivates - 2.nd try
492
493 2005-11-05 Borut Razem <borut.razem AT siol.net>
494
495         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
496           bug, which caused Bus Errors on sparc solaris
497
498 2005-11-04 Borut Razem <borut.razem AT siol.net>
499
500         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
501           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
502           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
503           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
504           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
505           and derivates to resolve the initialization problem on OSX
506
507 2005-11-02 Borut Razem <borut.razem AT siol.net>
508
509         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
510           corrected typo - #include <winsock2.h>
511
512 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
515           (_asxxxx_mapping): added org directive for future enhancements
516
517 2005-11-01 Borut Razem <borut.razem AT siol.net>
518
519         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
520           enabled sockets on WIN32
521         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
522
523 2005-10-31 Borut Razem <borut.razem AT siol.net>
524
525         * support/regression/generate-cases.py: escape backslashes in {testcase}:
526           WIN32 backslash path delimiters should be escaped when used in C strings
527         * support/regression/tests/bitfields.c: exclude failing assertions for
528           __CYGWIN32__ and __MINGW32__ hosts
529
530 2005-10-30 Borut Razem <borut.razem AT siol.net>
531
532         * src/SDCCutil.c: corrected double comparison typo
533
534 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * device/lib/medium/Makefile: added for new memory model medium
537         * device/include/asm/mcs51/features.h: updated for medium/pdata
538         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
539           added Multiply & Accumulate sbit's and MAC0_PAGE define
540         * device/include/mcs51/c8051f300.h: added sfr16 definitions
541         * device/include/mcs51/c8051f310.h: added sfr16 definitions
542         * device/lib/_mullong.c: update for medium model
543         * device/lib/incl.mk: added medium model
544         * doc/sdccman.lyx: documented medium model
545         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
546         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
547         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
548         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
549           (allocParms): set SCLS and OCLS to pdata for medium model
550         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
551           for pdata,
552           (powof2): return <0 if not power of 2
553         * src/avr/gen.c (genBitWise): use updated powof2
554         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
555           (shiftR2Left2Result): small optimization in setup, save acc when storing,
556           (shiftLLeftOrResult): use B if necessary
557         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
558         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
559         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
560         * support/regression/Makefile.in: added test-mcs51-medium
561         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
562
563 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
564
565         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
566         specifier unsigned
567         * device/lib/time.c (mktime): fixed bug 1334315
568
569 2005-10-28 Raphael Neider <rneider AT web.de>
570
571         * device/include/pic/p16f_common.inc: added common declarations
572         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
573
574 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
575
576         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
577           (aopPutUsesAcc): added to predict accumulator use,
578           (assignResultValue): save acc if necessary,
579           (genMinusDec): store result if indirectly addressed,
580           (genDivOneByte):  save acc if necessary,
581           (movLeft2Result): bugfix if left already in acc,
582           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
583             attention to accumulator use (esp. pdata),
584           (genReceive): receive pdata correctly
585         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
586         * src/SDCCicode.h: added isOperandInPagedSpace prototype
587
588 2005-10-27 Raphael Neider <rneider AT web.de>
589
590         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
591
592 2005-10-27 Raphael Neider <rneider AT web.de>
593
594         * .version: changed version to 2.5.4
595         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
596         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
597           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
598             arithmetics support routines
599         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
600         * device/lib/Makefile.in: also create installdir for pic
601
602         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
603           pic14 port as well
604         * src/pic/device.c (dump_sfr): rewritten to delegate register
605           placement to the linker (use `extern sym' rather than sym EQU addr),
606           (validAddress): fixed to check last specified address
607         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
608           (popGetLit): truncate literal value to 8 bit,
609           (popGet): moved assert to more appropriate place
610           (popGetExternal): create pCode operand from and mark the according
611             symbol as being `extern'
612           (popGetAddr): added sanity check on immediate's offset, provide
613             GPOINTER tag on demand
614           (aopPut): fixed for immediates,
615           (mov2w_op): move operand's address or contents to WREG (depending on
616             operand type), safer variant of mov2w,
617           (movwf,call_libraryfunc): NEW, handy abbreviations,
618           (get_argument_pcop,get_return_val_pcop,pass_argument,
619           get_returnvalue): interface for accessing function parameters and
620             return values,
621           (assignResultValuei,genRet): use new parameter/return value interface
622           (pic14_getDataSize): back to old version handling generic pointers,
623           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
624             provided implementation and/or fixed old one,
625           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
626             calls, removed legacy 8051 reference code
627           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
628           (loadSignToC): NEW, move the operands sign bit to CARRY,
629           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
630             genRightShiftSigned, accepts negative shift counts,
631           (setup_fsr): load FSR and adjust IRP (indirect memory access),
632           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
633             generic pointers, __data pointers and __code pointers,
634           (genUnpackBits,genPackBits): rewritten to work with generic pointers
635             and signed bitfields, limit bitfields to 8 bit,
636           (genDataPointerGet): fixed number of bytes read,
637           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
638           (genPointerGet,genPointerSet): fixed handling of __code pointers,
639             pointers to constant data are no longer assumed to point to __code
640             space, removed invalid pointer types,
641           (bitpatternFromVal): retrieve the PICs representation of an integer
642             or float literal,
643           (genDataPointerSet): fixed assigning to po_immediate operands,
644           (genGenPointerSet): implemented as library call,
645           (genIfx): fixed incorrect condition,
646           (genAddrOf): limit generic pointers' addresses to 2 bytes,
647             provide GPOINTER tag according to destination's storage class,
648           (genCast): added code to handle casting to generic pointers, added
649             sign-/zero extension of the result
650           (aop_isLitLike,op_isLitLike): fixed handling of immediates
651         * src/pic/gen.h: added macros to access IRP bit in STATUS register
652         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
653           extend the result
654         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
655           address/register resides in the shared banks
656           (emitSymbolToFile): improved to handle global and `pinned' symbols,
657             put all variables into separate sections (have the linker arrange
658             them)
659           (picglue): put init code and interrupt handlers in separate sections
660         * src/pic/main.c: added port specific options table, modified to PORT
661           structure to make GPOINTERs 3 byte, added pic14_options
662           (_pic14_do_link): private linking routine (update paths to libraries,
663             add libsdcc.lib by default)
664         * src/pic/main.h: declare pic14_options
665         * src/pic/pcode.c: fixed instructions i/o relations,
666           (RegCond): reverted to correct version,
667           (newpCodeOpLit): truncate literals to 8 bit,
668           (genericPrint): added debug output,
669           (getRegFromInstruction): fixed for various operand types, simplified
670           (BuildFlow): fixed broken handling of isntructions with labels
671           (LinkFlow): start at last instruction in flow (skip trailing comments),
672             pass the flow on to the next instruction after CALL
673           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
674           (insertPCodeInstruction): fixed inserting after a skip instruction,
675           (DoBankSelect): fixed for labeled instructions
676           (OptimizepBlock): honor --nopeep switch
677           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
678         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
679         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
680           (pCodeOptime2pCodes): allow disabling this optimization via
681             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
682             but is still buggy), started implementation of a dataflow based
683             pCode optimization (CSE + dead code elimination)
684           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
685         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
686           names are independant of the stack location and therefore portable across
687           devices
688
689 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
690
691         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
692           (selectSpil): fixed bug 1337835 by not spilling bit variables
693         * support/regression/tests/bug1337835.c: added test for this bug
694         * src/mcs51/peeph.def: restart after rule 3.c,
695           addded rules 263.x to optimize loading constants
696
697 2005-10-26 Raphael Neider <rneider AT web.de>
698
699         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
700         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
701           (genAssign): emit warning when casting literals to generic pointer
702             type, also applies when taking the address of a fixed variable,
703           (genCast): improved casting to generic pointers
704         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
705           extern variables, added verbose error message
706         * device/include/pic16/{string.h,errno.h}: added #pragma library c
707
708 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
709
710         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
711         carry must be complemented too
712         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
713         could be emitted by genMinus
714         * src/SDCCval.c (constVal): fixed bug 1305065
715
716 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
717
718         * src/SDCCast.c (addCast): added promotion for bit variables
719         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
720         promotion casts + optimisation
721         (optimizeGetWord): fix warning 'i' might be used uninitialized
722         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
723         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
724
725 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
726
727         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
728         all chars are promoted to int; promotion should be handled in SDCCast.c
729
730 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
731
732         * device/lib/_strcmp.c: Fixed bug 1326457
733
734 2005-10-11 Raphael Neider <rneider AT web.de>
735
736         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
737         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
738
739 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
740
741         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
742         * support/regression/tests/sfr16.c: added test for the sfr32 bug
743
744 2005-10-04 Raphael Neider <rneider AT web.de>
745
746         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
747           device/lib/pic16/pics.all: added pic18f1320
748         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
749
750 2005-09-30 Raphael Neider <rneider AT web.de>
751
752         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
753         * src/pic16/devices.inc: NEW, provides device descriptions
754         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
755
756 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
757
758         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
759           GETHBIT
760
761 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * doc/sdccman.lyx: updated Highest Order Bit documentation,
764           documented Any Order Bit, Higher Order Byte and Higher Order Word
765         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
766         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
767           (optimizeGetAbit): new, to get any bit, not only the high bit,
768           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
769           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
770           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
771           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
772             RIGHT_OP: also try GETBYTE, GETWORD optimization,
773             GETABIT, GETBYTE, GETWORD: decorate them,
774           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
775           (ast_print): added GETABIT, GETBYTE, GETWORD
776         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
777         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
778           (geniCodeBinary): new generic binary icode,
779           (ast2iCode): added GETABIT, GETBYTE, GETWORD
780         * src/port.h: updated comment for PORT.hasExtBitOp
781         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
782           (genGetByte): new, to get a single byte,
783           (genGetWord): new, to get a word from a long,
784           (gen51Code): added GETABIT, GETBYTE, GETWORD
785         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
786
787 2005-09-23 Raphael Neider <rneider AT web.de>
788
789         * configure.in, configure: have device/lib/pic configured
790         * device/lib/Makefile.in: added model-pic14
791         * device/lib/clean.mk: added pic/ to clean rule
792         * device/lib/pic: added rudimentary pic14 library providing support
793           functions for multiplication/division/generic pointer access
794         * src/SDCCopt.c (convilong): mark support functions as extern
795           for pic14 port as well
796         * src/pic/gen.c (genMult): added assertions,
797           (genpic14Code): emit warning on unhandled iCodes
798         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
799         * src/pic/pcode.c (pCodeOpCopy),
800         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
801           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
802           SFR_REGISTER}), made safe for future extensions
803         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
804           instructions even if preceeded by SKIP instructions (also remove
805           them); removed unused code
806         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
807           prevents leaving parts of the structure uninitialized after copying
808
809 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
810
811         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
812           ago by me
813         * support/regression/tests/addsub.c: added test for the bug
814
815 2005-09-21 Raphael Neider <rneider AT web.de>
816
817         * device/include/pic16/pic18f1220.h,
818           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
819         * device/lib/pic16/Makefile.rules: added missing opening paren
820         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
821           are provided in genutils.c,
822           (genUminusFloat,genUminus,genCmpEq): added asserts on different
823           operand/result sizes,
824           (genCmp): assert on NULL pointers first, then check deref'ed values
825         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
826           result size
827
828 2005-09-18 Raphael Neider <rneider AT web.de>
829
830         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
831           as these are now unused,
832           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
833         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
834           local, avoids uninitialized pointer dereference on r->name
835         * src/pic16/ralloc.c (newReg): fixed indentation
836
837 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * src/SDCCval.c (constVal): fixed bug 730366
840         * support/Util/SDCCerr.c,
841         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
842
843 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
844
845         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
846
847 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
848
849         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
850
851 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
854           (hex2dec): made hex_digit unsigned char, removed ascii dependance
855         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
856           (hex2dec): made hex_digit unsigned char, removed ascii dependance
857         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
858         * packihx/packihx.c (hexDigit): made c unsigned char
859         * as/mcs51/lklibr.c (fndsym),
860         * link/z80/lkgb.c (gb),
861         * link/z80/lklibr.c (fndsym),
862         * link/z80/lkrloc.c (relr),
863         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
864         * src/SDCC.lex (checkCurrFile, process_pragma),
865         * src/SDCCglue.c (spacesToUnderscores),
866         * src/SDCCmain.c (setParseWithComma, processFile),
867         * src/asm.c (tvsprintf, printCLine),
868         * src/avr/gen.c (emitcode, aopPut),
869         * src/ds390/gen.c (emitcode),
870         * src/hc08/gen.c (emitcode, emitinline),
871         * src/mcs51/gen.c (emitcode, genInline),
872         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
873           tokenizeLineNode),
874         * src/pic/ralloc.c (debugLog),
875         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
876           tokenizeLineNode),
877         * src/pic16/ralloc.c (debugLog),
878         * src/z80/main.c (_process_pragma):
879            made all ctype.h function calls safe
880         * src/SDCCopt.c: include math.h for fabs
881         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
882           and used them throughout the code to make ctype.h function calls safe
883         * src/ds390/main.c (asmLineNodeFromLineNode),
884         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
885         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
886            unsigned char*
887         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
888           (newpCodeAsmDir): made ctype.h function calls safe
889         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
890           pic16_emitcode):  made lbp unsigned char*
891         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
892           (pic16_newpCodeAsmDir): made ctype.h function calls safe
893         * src/xa51/gen.c (emitcode),
894         * src/z80/gen.c (_emit2): made lbp unsigned char*
895         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
896            char*
897
898 2005-09-05 Raphael Neider <rneider AT web.de>
899
900         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
901           access bank splitpoint
902
903 2005-09-05 Raphael Neider <rneider AT web.de>
904
905         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
906
907 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
908
909         * .version: changed to version 2.5.3
910         * doc/sdccman.lyx: changed version to 2.5.3,
911           documented --codeseg and --constseg and pragma codeseg and constseg,
912           documented bit parameters (reentrant) and bit returning
913         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
914            currFunc->recvSize, but is this ok for all ports?
915           (ast2iCode): result of ~ on unsigned char must be cast to int for
916            bool to work
917         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
918           function pointers in bit space
919         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
920           (processFuncArgs): call port.reg_parm() with reentrancy info
921         * src/port.h,
922         * src/avr/main.c,
923         * src/ds390/main.c,
924         * src/hc08/main.c,
925         * src/pic/main.c,
926         * src/pic16/main.c,
927         * src/xa51/main.c,
928         * src/z80/main.c: port.reg_parm prototype extended with
929           "bool reentrant" parameter
930         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
931           options.stackAuto for allocating bit register parameters
932         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
933           (genSend): set BitBankUsed if it is,
934           (selectRegBank): factored out of genCall for use in genPcall,
935           (genCall): removed redundant dtype assignmen, use selectRegBank,
936           (genPcall): handle returning in Carry properly, save in F0 if needed,
937           (genReceive): handle bit register parameters
938         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
939           (mcs51_assignRegisters): enable bit registers for all reentrant
940            functions and don't set BitBankUsed unconditionally
941         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
942         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
943         * support/regression/tests/funptrs.c: added tests for BOOL and for return
944
945 2005-08-27 Borut Razem <borut.razem AT siol.net>
946
947         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
948         ppc-osx (Darwin) does not support -u option. It seems that it is
949         supported only on Linux - GNU cp
950
951 2005-08-25 Borut Razem <borut.razem AT siol.net>
952
953         * sim/ucsim/gui.src/serio.src/Makefile.in,
954           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
955           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
956           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
957           install and strip, since the strip at /usr/ccs/bin should be used
958           on solaris
959
960 2005-08-24 Borut Razem <borut.razem AT siol.net>
961
962         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
963
964 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
965
966         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
967         ffffffffu
968
969 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
970
971         * as/mcs51/aslink.h: completed lkrloc.c prototypes
972         * as/mcs51/lkmain.c (link_main): fixed warning
973         * device/include/stdbool.h: ds390 has no advanced bit support yet
974         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
975         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
976         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
977           and updated their macros
978         * src/SDCCval.c (constVal): updated comment for renamed b_long
979
980 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
981
982         * as/mcs51/asdata.c: changed ctype['['] to BINOP
983         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
984           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
985           (oprio): set priority for '['
986         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
987            and adb_24_bit
988         * as/mcs51/asm.h: added defines R_BIT and S_BIT
989         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
990         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
991         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
992           added overlayable BIT_BANK area
993         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
994           (summary2): explain 'T' in legenda
995         * as/mcs51/lkrloc.c: replaced old K&R style,
996           (relr): added R_BIT processing,
997           (errmsg): added "Bit-addressable relocation error",
998           (adb_bit): added for converting from byte- to bit-addressable space,
999           (adb_24_bit): added for converting from byte- to bit-addressable space
1000         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1001            used in reentrant functions now even as return value
1002         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1003         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1004           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1005         * src/SDCCglobl.h: added indicator BitBankUsed
1006         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1007            the bit registers b0-b7
1008         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1009           (geniCodeCast): fixed bug 1263853,
1010           (geniCodeLogicAndOr): put result in bool or char,
1011           (geniCodeReceive): added parameter func for accessing the return type,
1012           (geniCodeFunctionBody): pass func to geniCodeReceive
1013         * src/SDCCmain.c: added indicator BitBankUsed
1014         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1015         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1016           (checkSClass): don't put automatic bool/bit on stack,
1017           (checkFunction): removed check on function cannot return bit
1018         * src/SDCCsymt.h: added newBoolLink prototype
1019         * src/mcs51/gen.c (rb1regs): added bit registers,
1020           (movc): created for assigning to carry,
1021           (pushReg, popReg): created for pushing registers,
1022           (sameRegs): check both AOP_REG and AOP_CRY types,
1023           (aopOp): handle bit registers,
1024           (aopPut): optimization no self-assign,
1025           (saveRegisters): push reg->base (bits) only once for bit registers,
1026            and use pushReg,
1027           (unsaveRegisters): pop reg->base only once and use popReg,
1028           (assignResultValue): added parameter func and return in carry for bits,
1029           (genIpush): optimization no reload in A if not changed,
1030           (genSend): bit parameters in reentrant functions are passed in bit
1031            registers by first assigning to bits in B, then save registers and
1032            copy B to bits,
1033           (genCall): handle returning in Carry properly, save it in F0 if needed,
1034           (genPcall): updated assignResultValue call, this is not safe yet for bit
1035            returning function !!!
1036           (genFunction): don't generate equ's for bit registers and use pushReg,
1037           (genEndFunction): take care of bit returning functions and use popReg,
1038           (genRet): return bit in Carry,
1039           (genIfx): optimize bit registers and other directly addressable bits,
1040           (genReceive): updated assignResultValue call
1041         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1042           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1043            registers when using stack-auto
1044         * src/mcs51/ralloc.c (_G): added allBitregs,
1045           (regs8051): added the bit registers,
1046           (createStackSpil): use macro IS_BIT,
1047           (getRegBit): added to allocate a bit register, else spill,
1048           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1049           (updateRegUsage): factored out to ease stepping while debugging,
1050           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1051            also allocate bit registers,
1052           (fillGaps): handle bit registers,
1053           (findAllBitregs): added to create bit vector with all bit registers,
1054           (mcs51_allBitregs): returns this bit vector,
1055           (mcs51_assignRegisters): when using stack-auto use bit registers for
1056            passing parameters and creating local variables
1057         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1058
1059 2005-08-22 Borut Razem <borut.razem AT siol.net>
1060
1061         * device/lib/Makefile.in: replaced find option -or with -o
1062           to make it run on solaris
1063
1064 2005-08-22 Raphael Neider <rneider AT web.de>
1065
1066         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1067           fixes #1265442 (crash on Solaris)
1068
1069 2005-08-20 Borut Razem <borut.razem AT siol.net>
1070
1071         * configure, configure.in: added tests for libsocket and libnsl libraries,
1072           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1073           from support/regression/Makefile.in
1074         * support/regression/Makefile.in: added
1075         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1076         * sim/ucsim/libtool: regenerated on sparc-solaris
1077         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1078           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1079           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1080           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1081           sparc-solaris, which doesn't use GNU ld linker
1082         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1083         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1084
1085 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1086
1087         * src/mcs51/peeph.def: updated comments
1088
1089 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1090
1091         * device/lib/_gptrget.c,
1092         * device/lib/_gptrput.c: slightly shorter
1093         * doc/sdccman.lyx: incremented version
1094         * src/mcs51/peeph.def: moved peephole comments to the line of first
1095           change to better keep line correlation, reanimated 186.e
1096         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1097
1098 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1099
1100         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1101           David Saxton with quotes around file name.
1102
1103 2005-08-15 Borut Razem <borut.razem AT siol.net>
1104
1105         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1106           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1107           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1108           make tests run on x86_64 platform
1109
1110 2005-08-13 Raphael Neider <rneider AT web.de>
1111
1112         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1113           as it might be executed DURING a build (parallel make is wonderful)
1114
1115 2005-08-13 Raphael Neider <rneider AT web.de>
1116
1117         * device/lib/Makefile.in (port-specific-objects-pic16):
1118           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1119         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1120           dependency
1121         * device/lib/pic16/Makefile.rules: build subdirs before creating
1122           the library, removed builddir rule, create $(builddir) early in
1123           recurse rule, use empty recurse rule for leaf directories
1124         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1125           mkdir errors (race condition), removed duplicate suffix "hex"
1126           from clean rules
1127         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1128         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1129           prevents mkdir -p from aborting on Alpha
1130
1131 2005-08-12 Raphael Neider <rneider AT web.de>
1132
1133         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1134           db-statements in order to allow for arrays of pointers in code
1135           sections to be placed without interspersed 0-padding, fixes
1136           bug #1256215
1137         * (emitStatistics): fixed division by zero for pic18f1220
1138         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1139           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1140         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1141         * (pic16_pCodeConstString): keep track of already emitted string
1142           literals to prevent "duplicate definitions of symbol _str_NR"
1143         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1144           debug message
1145         * device/lib/Makefile.in: ignore failing PIC16 library builds
1146         * device/lib/pic16/Makefile: do not build if gputils are missing
1147         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1148
1149 2005-08-10 Raphael Neider <rneider AT web.de>
1150
1151         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1152           my last commit)
1153
1154 2005-08-10 Raphael Neider <rneider AT web.de>
1155
1156         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1157           Rokas' patch to add the new fixed point type "__fixed16x16"
1158         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1159           functions for __fixed16x16 arithmetics
1160         * device/lib/pic16: reimplemented the build system to support
1161           a separate build directory, better handling of libio (create
1162           the library in a separate subdir for each architecture) and
1163           easier configuration (centralized in Makefile.common)
1164
1165 2005-08-07 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/gen.c (genrshTwo): fixed sign extension
1168         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1169         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1170           added T0CONbits
1171         * device/include/pic16/pic18f4220.h: NEW, header for
1172           pic18f4220 and pic18f4320
1173         * device/include/pic16/pic18fregs.h: added new devices,
1174           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1175         * device/include/pic16/signal.h: resolved name clashes
1176           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1177           to also allow testing for interrupt enable bits, added
1178           comments on how to use the macros
1179         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1180         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1181           register definitions for the devices
1182         * device/lib/pic16/pics.all: added new devices
1183         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1184           allocated memory
1185         * device/lib/pic16/libc/stdlib/memfree: do not count
1186           the block header as free memory
1187         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1188           simplified and added missing end-of-blocklist-marker
1189           (reported by Peter Onion, fixes #1252814)
1190         * (_mergeHeapBlock): fixed loop condition
1191         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1192           len==0, restructured code
1193         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1194           up a bit, reduced bitfield accesses, prevent endless loops
1195           in case of heap corruption
1196         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1197           "unreferenced arguments/must return a value" warnings
1198         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1199           replaced BAUDREG with SPBRG
1200         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1201           device/lib/pic16/debug/gstack/gstack.c: replaced
1202           _naked, _asm, _endasm with __naked, __asm, __endasm
1203
1204 2005-08-05 Raphael Neider <rneider AT web.de>
1205
1206         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1207           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1208
1209 2005-08-05 Borut Razem <borut.razem AT siol.net>
1210
1211         * device/lib/Makefile.in: added missing ';'
1212         * configure: removed ^M characters
1213
1214 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1215
1216         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1217           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1218           License
1219
1220 2005-08-04 Borut Razem <borut.razem AT siol.net>
1221
1222         * configure.in: pic16 libraries build 2nd try - enable running
1223           configure in device/lib/pic16
1224         * configure: regenerated from configure.in
1225         * device/lib/Makefile.in: create $(PORT)/bin directory
1226
1227 2005-08-03 Raphael Neider <rneider AT web.de>
1228
1229         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1230           to get/set values via pointers
1231         * (genUnpackBits,genPackBits): changed detection of
1232           ptr->bitfield vs. sym.bitfield, fixed access via generic
1233           pointers, removed dead (wrong) code for multibyte bitfields
1234         * (genNearPointerGet, genGenPointerGet): removed useless code,
1235           fixed bitfield detection, fixes #1250594
1236         * (genNearPointerSet): removed useless code
1237         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1238           and introduced macro pic16_emitpcode that conditionally emits
1239           the origin of the following pCode (useful for debugging SDCC)
1240         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1241         * (createDefmap): fixed handling of LFSR for --optimize-df
1242
1243 2005-08-02 Borut Razem <borut.razem AT siol.net>
1244
1245         * device/lib/Makefile.in: pic16 libraries build enabled since
1246           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1247
1248 2005-08-02 Raphael Neider <rneider AT web.de>
1249
1250         * src/pic16/gen.c (genPackBits): removed deprecated warning
1251         * (genGenPointerSet): fixed bitfield detection
1252
1253 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1254
1255         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1256
1257 2005-07-31 Raphael Neider <rneider AT web.de>
1258
1259         * device/lib/pic16/libdev/pic18f458.c,
1260           device/include/pic16/pic18f458.h: added missing T0CONbits
1261
1262 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1265
1266 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1267
1268         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1269
1270 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1271
1272         * device/include/mcs51/at89c51ed2.h: added.
1273
1274 2005-07-23 Raphael Neider <rneider AT web.de>
1275
1276         * src/pic/gen.h: added emitpcode macro for debugging
1277         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1278           and replace by macro adding debug information on demand
1279         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1280         * (gencjne): tried to fix; replaced with correct (slower) code
1281         * (gen{Unp,P}ackBits): fixed single bit access
1282         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1283         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1284           previous instruction
1285         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1286           register has to be handled with care (forbidding movement
1287           of assignments/uses, removing assignments completely, ...)
1288         * (pCodeOptime2pCodes): make use of regIsSpecial
1289         * added lots of debugging output (commented out)
1290         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1291           from being reused as result UNLESS it is known to work
1292
1293 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1294
1295         * support/Util/dbuf.h: include <stddef.h> for size_t
1296         * .version: changed to version 2.5.2
1297
1298 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1299
1300         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1301
1302 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1303
1304         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1305           (genModOneByte): removed needless psha/pula
1306
1307 2005-07-22 Raphael Neider <rneider AT web.de>
1308
1309         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1310           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1311         * src/pic/gen.c (resolveIfx): do not "invent" labels
1312         * (genSkipc): changed to positive logic
1313         * (genSkipCond): removed as no longer needed
1314         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1315           backport from PIC16
1316         * (genLeftShift): check operands are in different registers
1317         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1318           INCF does not update CARRY...
1319         * src/pic/main.c: fixed _linkCmd
1320         * src/pic/pcode.c (unlinkpCode): added inactive code
1321         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1322           alive (do not assign result and operand overlapping registers)
1323
1324 2005-07-22 Raphael Neider <rneider AT web.de>
1325
1326         * src/pic/device.c (dump_sfr): replaced register declaration with
1327           call to emitSymbolToFile() to avoid duplicate symbols
1328         * (assignRelocatableRegisters): do not declare external symbols
1329         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1330           right (take size of type, not etype)
1331         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1332         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1333         * (packRegsForAccUse): disabled assignment of WREG as
1334           the result reg to prevent occurence of just fixed #1235003,
1335           fixes #1242954
1336         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1337           symbols (avoids duplicate symbols in .asm file)
1338         * (pic14emitRegularMap): use emitSymbolToFile()
1339         * src/pic/gen.c (aopOp): fixed spillLocation handling
1340         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1341         * (genDataPointerSet): removed unneccessary variables/output
1342
1343 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1344
1345         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1346         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1347
1348 2005-07-21 Raphael Neider <rneider AT web.de>
1349
1350         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1351           architecture cannot handle them efficiently, fixes bug #1235003
1352         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1353           check for empty sets before using them (fixes bug #1232190)
1354
1355 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1358           (lnksect2): generate warnings for memory overlap
1359         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1360           constseg to set the name of these segments so you can instruct the linker
1361           to place them in banks
1362         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1363         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1364           added code_seg and const_seg to options
1365         * src/SDCCglue.c (emitMaps): use options.const_seg,
1366           (createInterruptVect): put interrupt vectors in segment HOME,
1367           (glue): put HOME before static segment and put the main glue in HOME,
1368           (glue): use options.code_seg
1369         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1370         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1371           these segments so you can instruct the linker to place them in banks
1372           (linkEdit): use code_loc for HOME segment which should be the first
1373           segment in code memory now
1374         * src/SDCCmem.c: fixed more stuff like bug 1238386
1375         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1376           (changePointer): don't change function pointers to code pointers for
1377           banked functions,
1378           (compareType): added exceptional check for banked function pointers
1379         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1380         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1381           after static in code memory
1382         * src/mcs51/gen.c: added aopLiteralLong prototype,
1383           (aopForSym): use getSize for functions,
1384           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1385           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1386           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1387           the segment,
1388           (genPcall): use call for literal function pointers and generate banked
1389           calls over the one trampoline so there's only one place for the user to
1390           modify according to his/hers hardware,
1391           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1392           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1393         * src/mcs51/main.c: added keyword banked,
1394           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1395         * support/Util/SDCCerr.c,
1396         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1397           needed for passing the bank and address to the trampoline
1398         * device/lib/mcs51/crtbank.asm: added for bankswitching
1399         * device/lib/mcs51/Makefile: added crtbank
1400
1401 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1402
1403         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1404           for fields at offset 0 of a struct or union as reported
1405           on 2005-07-07 in the developer mailing list.
1406
1407 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1408
1409         * src/SDCCmem.c: fixed bug 1238386
1410
1411 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1412
1413         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1414           (patch #1144962), added peephole 300, enabled 259.x
1415         * doc/sdccman.lyx: removed screenshot and provided link instead
1416
1417 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1418
1419         * doc/sdccman.lyx: added section about debugging with ddd
1420         * doc/figures/ddd_example.eps: screenshot of debugging session
1421
1422 2005-07-04 Raphael Neider <rneider AT web.de>
1423
1424         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1425           like CODE pointers, fixes #1115683
1426         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1427           call, fixes bugs #1232211, #1228110,
1428           fixed wrong casts to pCodeFlow from pCodeInstructions
1429
1430 2005-07-04 Raphael Neider <rneider AT web.de>
1431
1432         * src/pic/gen.c (popGet): changed assert to allow for
1433           bit operands
1434         * (popGetAddr): changed signature to provide
1435           an additional index, patched all call sites
1436         * (genCmpEq): handle literal-like operands correctly
1437         * (genAddrOf): added sanity checks on __code/__data pointers
1438         * (genAssign): added handling of symbols from __code section
1439         * (gencjne): do not generate code for comparisons whose result
1440           is neither stored nor used, fixes bug #1171114
1441         * (AccLsh, AccRsh): operate on operand instead of WREG
1442         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1443           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1444           by known count
1445         * rewrote complete shift-by-literal logic, commented unused
1446           functions out
1447         * (genConstPointerGet): get multiple bytes (if result size > 1),
1448           fixed handling of non-immediate addresses
1449         * (genPointerGet): handle CODE pointers like CONST pointers
1450         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1451         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1452           operand is to be treated as a literal or not
1453         * (mov2w,genPcall,genCmpEq),
1454           src/pic/genarith.c: use aop_isLitLike() to decide between
1455           literal/register contents
1456         * (addSign): added missing offset
1457         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1458           only emit comment in debug-mode,
1459           use {aop,op}_isLitLike throughout the file
1460         * src/pic/glue.c: fix initializers for pointers (work in progress)
1461         * src/pic/pcode.c (get_op): honor index on _const symbols
1462         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1463         * (dumppBlock): added pCode size estimation
1464         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1465           check for IS_SYMOP before OP_SYMBOL'ing
1466         * fixed indentation, compacted switch-statements
1467         * (allocReg): find free register and allocate it instead of
1468           allocating new registers all the time
1469         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1470           registers as its operands (necessary only for multibyte GETs)
1471
1472 2005-07-01 Raphael Neider <rneider AT web.de>
1473
1474         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1475           debugging .asm-output macros FENTRY + FEXIT
1476         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1477           way... I wonder...
1478         * (emitpComment): NEW, printf to pCode
1479         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1480           offset handling
1481         * (popGetAddr): NEW, variant of popGet to access an immediates
1482           high(er) bytes instead of the n'th byte of memory they reference,
1483           replaced popGet with popGetAddr where neccessary
1484         * (genDataPointerGet): reactivated and fixed implementation
1485         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1486           accesses
1487         * (genDataPointerSet): fixed multibyte assignments
1488         * (genpic14Code): fixed --i-code-in-asm handling
1489         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1490         * (genPlus): fixed index-out-of-bounds error
1491         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1492         * src/pic/ralloc.c: added debugging output macro FENTRY2
1493         * (spillThis): fixed indentation, enbraced for-body for clarity
1494         * (rematStr): commented out as now unused
1495         * (regTypeNum): commented out special spill case (overwrites
1496           arbitrary values)
1497         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1498
1499 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * doc/sdccman.lyx: documented sfr16/sfr32,
1502           added example for using storage class with function pointers
1503         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1504
1505 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1506
1507         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1508         * device/lib/_itoa.c,
1509         * device/lib/_ltoa.c: optimized codesize
1510         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1511           but don't know how to suppress the double warning.
1512         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1513         * support/Util/SDCCerr.c,
1514         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1515
1516 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1517
1518         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1519           fixed old K&R prototypes
1520         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1521         * device/lib/_gptrget.c,
1522         * device/lib/_gptrgetc.c,
1523         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1524           also new versions for small generic pointers and banked generic pointers
1525         * src/port.h: added const_name
1526         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1527         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1528         * src/SDCCcse.c (findPrevIc): check all associative operators
1529         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1530         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1531         * src/SDCCmem.c: updated comments,
1532           set far-space to 0 for pdata, results in optimized code
1533         * src/SDCCmem.h: added macro CONST_NAME
1534         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1535           moving the info into the highest bits, see also gptrget/gptrput
1536         * src/src.dsp: added sdcc.ico to project files
1537         * src/avr/gen.c (genCast): fixed bug 0x%d
1538         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1539         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1540           relation between ptr_type and DCL_TYPE,
1541           (genCast): fixed bug 0x%d
1542         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1543           (CODE)" for const_name
1544         * src/hc08/gen.c (genCast): fixed bug 0x%d
1545         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1546           (hc08_port): added "CONST (CODE)" for const_name
1547         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1548           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1549           between ptr_type and DCL_TYPE,
1550           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1551           operand* and took AOP() inside function so sfr-ness can be checked,
1552           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1553           new prototype,
1554           (genFunction, genEndFunction): optimized stack setup,
1555           (genMinus): optimized for literals with ending zeroes (in bytes),
1556           (genCast): fixed bug 0x%d
1557         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1558           (mcs51_port): added "CONST (CODE)" for const_name
1559         * src/mcs51/peeph.def: made rule 226 more generic
1560         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1561         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1562         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1563         * src/z80/main.c (z80_port): added NULL for const_name,
1564           (gbz80_port): added NULL for const_name
1565         * support/regression/tests/bug663539.c,
1566         * support/regression/tests/sfr16.c: new tests
1567
1568 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1569
1570         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1571
1572 2005-06-24 Raphael Neider <rneider AT web.de>
1573
1574         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1575           corrected typos...
1576         * device/include/pic16/signal.h: added USBIF
1577           and SIG_USB
1578
1579 2005-06-24 Raphael Neider <rneider AT web.de>
1580
1581         * device/lib/pic16/libdev/pic18f2455.c,
1582           device/include/pic16/pic18f2455.h: NEW
1583         * device/include/pic16/pic18fregs.h,
1584           device/lib/pic16/pics.all,
1585           src/pic16/device.c: added 18f2455
1586         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1587           device/include/pic16/{pic18f[68][567].h,usart.h}:
1588           replaced MULTIPLE_USARTS define with more relaible
1589           compatibility sfrs (for USART access)
1590
1591 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1592
1593         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1594           and the output asm file line is printed on two lines.
1595
1596 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1597
1598         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1599           BGT, BLE, BHI, and BLS instructions
1600         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1601           genCmpEq): removed
1602         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1603           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1604           fixes bug #1216342
1605         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1606
1607 2005-06-15 Raphael Neider <rneider AT web.de>
1608
1609         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1610         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1611         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1612           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1613           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1614
1615 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1616
1617         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1618           Marcel Telka in bug #1215704
1619
1620 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1621
1622         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1623           located in shared memory bank.
1624
1625 2005-05-31 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1628           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1629           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1630
1631 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * device/lib/_strncpy.c: fixed the fix
1634
1635 2005-05-26 Raphael Neider <rneider AT web.de>
1636
1637         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1638           initializers with \0, bug #1208187
1639         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1640           intializers with \0, bug #1208187
1641
1642 2005-05-26 Raphael Neider <rneider AT web.de>
1643
1644         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1645           initializers with \0, bug #1208187
1646         * src/pic16/main.c (_process_pragma): added sanity checks
1647           for stack position and size, emit warnings when appropriate
1648
1649 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1650
1651         * device/lib/_strncpy.c: fixed not filling with \0
1652
1653 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1654
1655         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1656           createFunction),
1657         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1658           compound_statement),
1659         * src/SDCCsymt.h,
1660         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1661
1662 2005-05-24 Raphael Neider <rneider AT web.de>
1663
1664         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1665
1666 2005-05-24 Raphael Neider <rneider AT web.de>
1667
1668         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1669           TRISE definitions, closes bug #1162453
1670
1671 2005-05-22 Raphael Neider <rneider AT web.de>
1672
1673         * src/pic16/main.c (_process_pragma): check for missing
1674           arguments to pragmas code and udata
1675         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1676           consistency fixes to match other headers (thanks to Jim Paris)
1677         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1678
1679 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1682
1683 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1684
1685         * support/regression/tests/bug1198642.c: new test
1686         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1687         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1688         * support/scripts/resource.h,
1689         * support/scripts/resource.rc,
1690         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1691         * support/scripts/sdcc.ico: added 32x32 icon
1692
1693 2005-05-18 Raphael Neider <rneider AT web.de>
1694
1695         * device/lib/pic16/libdev/pic18f*.c,
1696         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1697           keywords to "__sfr" and "__at (X)"
1698         * device/include/pic16/pic18fregs.h: added pic18f4520
1699         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1700           #1203088 (MPLAB compatibility)
1701
1702 2005-05-17 Raphael Neider <rneider AT web.de>
1703
1704         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1705         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1706         * device/lib/pic16/pics.all: added new devices
1707         * src/pic16/device.c: added support for pic18f4520
1708
1709 2005-05-16 Raphael Neider <rneider AT web.de>
1710         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1711         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1712         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1713           convenience function for bit access
1714
1715 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1716
1717         * device/lib/printf_large.c: fixed bug 1193299
1718         * support/regression/tests/bug1057979.c: added test %3.3s
1719
1720 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1721
1722         * device/include/mcs51/8051.h,
1723         * device/include/mcs51/8052.h: made parseable with lint
1724         * device/include/mcs51/lint.h: added include file for (sp)lint
1725         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1726         * doc/cdbfileformat.lyx,
1727         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1728
1729 2005-05-14 Raphael Neider <rneider AT web.de>
1730
1731         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1732         * device/lib/pic16/libc/stdlib/itoa.c (new)
1733         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1734         * device/lib/pic16/libio/Makefile: exclude subdir according to
1735           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1736         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1737         * src/pic16/gen.c (genFunction): prevent annoying warning
1738         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1739           nameclashes on BeOS
1740         * support/cpp2/cppmain.c (cpp_output_string): new
1741         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1742           fixes bug 1116802
1743
1744 2005-05-13 Borut Razem <borut.razem AT siol.net>
1745
1746         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1747
1748 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1749
1750         * .version: changed to version 2.5.1; back to bleeding edge development
1751
1752 2005-05-11 Borut Razem <borut.razem AT siol.net>
1753
1754         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1755           generate PDF version 1.3 documents
1756
1757 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1758
1759         * .version: changed to version 2.5.0
1760
1761 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1762
1763         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1764
1765 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1766
1767         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1768         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1769         well as many smaller updates.
1770         * .version: changed to version 2.5.0-pre1
1771
1772 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1773
1774         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1775
1776 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1777
1778         * support/regression/tests/bug1185672.c: added
1779         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1780           bug 1185672
1781         * src/mcs51/gen.c (genCall): added comments, made it look safer
1782         * src/mcs51/gen.c (genEndFunction): simplified
1783
1784 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1785
1786         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1787
1788 2005-04-14 Borut Razem <borut.razem AT siol.net>
1789
1790         * fixed bug 1045046 - SIGSEGV with really simple code?:
1791           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1792           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1793
1794 2005-04-14 Borut Razem <borut.razem AT siol.net>
1795
1796         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1797           src/pic16/device.h: temporarily disabled experimental #inline pragma
1798           for 2.5.0 release
1799
1800 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1801
1802         * device/include/z80/stdio.h,
1803         * device/include/z80/string.h: removed these highly incomplete files so
1804           SDCC can use the default ones in device/include/
1805
1806 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1807
1808         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1809         gcc warning.
1810         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1811         fix sdcpp warnings.
1812
1813 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1814
1815         * device/include/malloc.h: removed redundant __reentrant prototypes
1816         * device/lib/_mullong.c: added working xstack variant in asm (C version
1817           doesn't pass regression tests)
1818         * device/lib/bpx.c: used __data and made bpx char for mcs51
1819         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1820           (createFunction): fixed bug with xstackPtr
1821         * src/SDCCcse.c: corrected comments
1822         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1823           (killDeadCode, eBBlockFromiCode): removed unused code
1824         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1825           corrected comments
1826         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1827           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1828           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1829           (genModOneByte): fixed warning in MSVC
1830         * src/mcs51/main.c (): added comments
1831         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1832
1833 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1834
1835         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1836
1837 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1840
1841 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1842
1843         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1844         characters arrays of larger size than the declared one.
1845
1846 2005-04-10 Borut Razem <borut.razem AT siol.net>
1847
1848         * src/pic/gen.c (genInline),
1849           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1850           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1851           (findNextInstruction), (findPrevInstruction),
1852           (findInstructionUsingLabel),
1853           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1854         * src/pic/pcode.c (findLabel): added missing '\n'
1855         * src/src.dsp: added SDCCdwarf2.c to the project
1856
1857 2005-04-09 Borut Razem <borut.razem AT siol.net>
1858
1859         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1860
1861 2005-04-08 Raphael Neider <rneider AT web.de>
1862
1863         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1864           into the chain after a given one) and mergeDefmapSymbols (combine
1865           defmap entries for each symbol per pcode)
1866         * (createDefmap): have defmap entries merged in the end
1867         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1868           a symbol before replacing one access type's symbol, merge symbols in
1869           the end (replacement symbol might already have an entry)
1870         * (assignValnums): keep reference to written WREG intact
1871
1872 2005-04-08 Raphael Neider <rneider AT web.de>
1873
1874         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1875           Alpha)
1876
1877 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1878
1879         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1880         bytes
1881
1882 2005-04-07 Raphael Neider <rneider AT web.de>
1883
1884         * device/include/pic16/usart.h: added compatibility defines for
1885           devices with more than one USART
1886         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1887
1888 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1889
1890         * device/lib/Makefile.in: updated for port specific include
1891
1892 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1893
1894         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1895
1896 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1897
1898         * device/include/8051.h,
1899         * device/include/8052.h,
1900         * device/include/at89S8252.h,
1901         * device/include/at89c55.h,
1902         * device/include/at89x051.h,
1903         * device/include/at89x51.h,
1904         * device/include/at89x52.h,
1905         * device/include/mcs51reg.h,
1906         * device/include/reg51.h,
1907         * device/include/reg764.h,
1908         * device/include/regc515c.h,
1909         * device/include/sab80515.h: (re)moved these 12 files
1910         * device/include/mcs51/8051.h,
1911         * device/include/mcs51/8052.h,
1912         * device/include/mcs51/at89S8252.h,
1913         * device/include/mcs51/at89c55.h,
1914         * device/include/mcs51/at89x051.h,
1915         * device/include/mcs51/at89x51.h,
1916         * device/include/mcs51/at89x52.h,
1917         * device/include/mcs51/mcs51reg.h,
1918         * device/include/mcs51/reg51.h,
1919         * device/include/mcs51/reg764.h,
1920         * device/include/mcs51/regc515c.h,
1921         * device/include/mcs51/sab80515.h: and added them here
1922
1923 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1924
1925         * device/include/stdarg.h: changed SDCC specific keywords to double
1926           underlined form.
1927         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1928           mcs51 and ds390.
1929         * device/include/hc08/mc68hc908gp32.h,
1930         * device/include/hc08/mc68hc908jb8.h,
1931         * device/include/hc08/mc68hc908jkjl.h,
1932         * device/include/hc08/mc68hc908qy.h: fixed comments
1933         * device/include/mcs51/README: updated
1934         * device/include/mcs51/c8051f120.h: added PINRSF
1935         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1936         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1937           amidst code. Also inline is not supported.
1938
1939 2005-04-06 Raphael Neider <rneider AT web.de>
1940
1941         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1942         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1943           callers stack/frame pointers
1944
1945 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1946
1947         * device/include/pic16/usart.h: added, missing in previous commit,
1948         * device/include/pic16/adc.h: fixed typo,
1949         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1950         commit,
1951         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1952         <p18fxxx.inc>
1953         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1954         uninitialized because a bug appears with gplink
1955         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1956         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1957         complains for unrecognised option
1958
1959 2005-04-05 Raphael Neider <rneider AT web.de>
1960
1961         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1962           structs as well (using memcpy)
1963         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1964           on ISRs (GOTO has no label)
1965         * src/pic16/device.h: added OF_OPTIMIZE_DF
1966         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1967           new data flow analysis/optimization
1968         * src/pic16/pcode.c: added (prototypes for and implementation of)
1969           dataflow analysis functions, fixed pCodeInstructions' inCond and
1970           outCond values, made RCALL a branch instruction
1971         * (pic16_unlinkpCode): keep C line if possible
1972         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1973           C line moved if possible
1974         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1975         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1976           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1977         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1978           new flow)
1979         * (pic16_getJumptabpCode): NEW, needed in...
1980         * (LinkFlow): fixed handling of jumptables, calls and conditional
1981           branches
1982         * (pic16_InsertCommentAfter): NEW
1983         * (pic16_pCodeReplace): made verbose and flow preserving
1984         * (AnalyzeFlow): added call to data flow analysis
1985         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1986         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1987         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1988
1989 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1990
1991         * src/SDCCast.c (decorateType): fixed bug #1105626
1992
1993 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1994
1995         * device/include/asm/pic16/features.h,
1996         * pic18f*.h headers,
1997         * device/include/pic16/adc.h,
1998         * device/include/pic16/delay.h,
1999         * device/include/pic16/i2c.h,
2000         * device/include/pic16/malloc.h,
2001         * device/include/pic16/stdio.h,
2002         * device/include/pic16/stdlib.h,
2003         * device/include/pic16/string.h,
2004         * device/lib/pic16/libc/stdio/printf_tiny.c,
2005         * device/lib/pic16/libc/stdio/printf_small.c,
2006         * device/lib/pic16/libc/stdio/strmgpsim.c,
2007         * device/lib/pic16/libc/stdio/strmmssp.c,
2008         * device/lib/pic16/libc/stdio/strmusart.c,
2009         * device/lib/pic16/libc/stdio/vfprintf.c,
2010         * device/lib/pic16/libc/stdlib/ltoa.c,
2011         * device/lib/pic16/libc/stdlib/putchar.c,
2012         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2013         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2014         * device/lib/pic16/libc/stdlib/memchrram.c,
2015         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2016         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2017         * device/lib/pic16/libio/adc/adcbusy.c,
2018         * device/lib/pic16/libio/adc/adcread.c,
2019         * device/lib/pic16/libio/adc/adcsetch.c,
2020         * device/lib/pic16/libio/usart/ubaud.c,
2021         * device/lib/pic16/libio/usart/ubusy.c,
2022         * device/lib/pic16/libio/usart/udrdy.c,
2023         * device/lib/pic16/libio/usart/uopen.c,
2024         * device/lib/pic16/libio/usart/uputc.c,
2025         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2026         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2027         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2028         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2029         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2030         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2031         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2032         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2033         specific keywords to double underlined form,
2034         * device/lib/pic16/libc/Makefile.rules,
2035         * device/lib/pic16/libsdcc/Makefile.rules,
2036         * device/lib/pic16/libm/Makefile,
2037         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2038         to compile with C standard set in Makefile.common
2039         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2040         rand.c and crc.c in compilation process,
2041         * device/lib/pic16/libsdcc/int/divuint.c,
2042         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2043         `c' from signed to unsigned,
2044         * device/lib/pic16/startup/crt0.c,
2045         * device/lib/pic16/startup/crt0i.c,
2046         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2047         keywords to double underlined form, bug fixes in _do_cinit function
2048         which prevented the correct initialization of the .idata segment,
2049         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2050         core to enter a infinite loop
2051         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2052
2053 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2054
2055         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2056
2057 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2058
2059         * device/include/Makefile.in: add support for hc08 subdirectory
2060         * device/include/hc08/: new subdirectory
2061         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2062         Lucas Loizaga, thanks!
2063         * device/include/hc08/mc68hc908qy.h,
2064         * device/include/hc08/mc68hc908gp32.h,
2065         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2066         their own directory. Changed internal macro names to use the compiler
2067         reserved namespace. Changed SDCC specific keywords to double
2068         underlined form.
2069         * device/include/math.h,
2070         * device/include/malloc.h,
2071         * device/include/stdarg.h,
2072         * device/include/stdbool.h
2073         * device/include/string.h,
2074         * device/include/tinibios.h,
2075         * device/include/ds400rom.h,
2076         * device/include/8051.h,
2077         * device/include/8052.h,
2078         * device/include/80c51xa.h,
2079         * device/include/at89c55.h,
2080         * device/include/at89S8252.h,
2081         * device/include/at89x51.h,
2082         * device/include/at89x52.h,
2083         * device/include/ds80c390.h,
2084         * device/include/reg764.h,
2085         * device/include/regc515c.h,
2086         * device/include/sab80515.h,
2087         * device/include/mcs51/c8051f000.h,
2088         * device/include/mcs51/c8051f018.h,
2089         * device/include/mcs51/c8051f020.h,
2090         * device/include/mcs51/c8051f040.h,
2091         * device/include/mcs51/c8051f060.h,
2092         * device/include/mcs51/c8051f120.h,
2093         * device/include/mcs51/c8051f300.h,
2094         * device/include/mcs51/c8051f310.h,
2095         * device/include/mcs51/c8051f320.h,
2096         * device/include/mcs51/c8051f330.h,
2097         * device/include/mcs51/c8051f350.h,
2098         * device/include/z180.h: Changed SDCC specific keywords to double
2099         underlined form.
2100
2101 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2102
2103         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2104         18F4455,
2105         * (pic16_assignConfigWordValue): disable testing of configuration
2106         register value with config mask,
2107         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2108         function with port->fun_prefix,
2109         * (genFunction): when generating a naked interrupt function never
2110         create an absolute segment placed in interrupt vector address, place
2111         the actual interrupt function at IVA instead, when an interrupt
2112         function is generated with unspecified interrupt then do not create
2113         the absolute section,
2114         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2115         code for generating a call to generic pointer get/put function with
2116         a call to function pic16_callGenericPointer(),
2117         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2118         the call to the generic pointer get/put functions with prefixing the
2119         function name with port->fun_prefix,
2120         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2121         * src/pic16/main.c (_process_pragma): prefix function with
2122         port->fun_prefix,
2123         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2124         calling assembler, old 18Fxxxx macro is deprecated,
2125         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2126         PC_ASMDIR in while condition,
2127         * (findInstruction): add PC_ASMDIR in while condition,
2128         * (buildCallTree): prefix main with port->fun_prefix,
2129         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2130         identifier for variable with banked access in instructions BTFSS,
2131         BTFSC, BCF, BSF, BTG
2132         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2133         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2134         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2135         perform optimization when enviroment variable NO_REG_OPT is set,
2136         * (insideLRBlock): NEW, return 1 if register is inside an
2137         INF_LOCALREGS block,
2138         * (RemoveRegFromLRBlock): remove a register that is completely
2139         eliminated by register optimization, but it is still left in local
2140         register store/restore in/from stack block,
2141         * (Remove2pcodes): after removing register, check to see if it
2142         should be removed from local register store/restore in/from stack
2143         block,
2144         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2145         DUMMY_READ_VOLATILE,
2146
2147         * device/include/pic16/adc.h: minor prototype modifications and
2148         update,
2149         * device/include/pic16/malloc.h: added GPL notice various
2150         modifications,
2151         * device/include/pic16/stdint.h: NEW, standard header for ints
2152         * device/include/pic16/delay.h: NEW, header for delay functions,
2153         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2154         delay1mtcy,
2155         * device/include/pic16/signal.h: NEW, header providing helper macros
2156         for implementing signal handlers,
2157         * device/include/pic16/stdio.h: added prototypes for functions,
2158         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2159         prototypes for stdin and stdout, added macro PUTCHAR to
2160         automatically implement putchar function prototype,
2161         * device/include/pic16/usart.h: modified and updated USART library,
2162         * device/lib/pic16/libio/adc/,
2163         * device/lib/pic16/libio/i2c: some modifications to improve library
2164         performance,
2165         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2166         family of functions,
2167         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2168         family of functions and other sources,
2169         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2170         of the PIC18Fxx[28] devices,
2171         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2172         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2173         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2174         _do_cinit function, because the previous failed when local variables
2175         where not placed in the same memory bank,
2176         * device/lib/pic16/libsdcc/char/: various modifications to improve
2177         library performance,
2178         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2179         information on the new functions of the c library and more...
2180
2181 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2182
2183         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2184
2185 2005-03-26 Raphael Neider <rneider AT web.de>
2186
2187         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2188           if condition == CARRY)
2189         * (genCmp): adapted to new genSkipc semantics
2190         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2191           on rIfx (genCmp was broken)
2192
2193 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2194
2195         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2196         * src/z80/main.c (_keywords[]),
2197         * src/SDCCglobal.h (struct options),
2198         * src/SDCC.y,
2199         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2200         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2201         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2202         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2203         always available in leading double underscore form. The C99 support is
2204         mostly missing, but it's a start.
2205         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2206         reserved identifier "__data".
2207
2208 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2209
2210         * src/mcs51/peeph.def: fixed bug 1170013
2211
2212 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2213
2214         * device/include/mcs51reg.h: fixed bug 842007
2215
2216 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2217
2218         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2219         last time.
2220
2221 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2222
2223         * src/port.h (struct PORT),
2224         * src/avr/ralloc.c (avr_assignRegisters),
2225         * src/avr/main.c,
2226         * src/ds390/ralloc.c (ds390_assignRegisters),
2227         * src/ds390/main.c,
2228         * src/hc08/ralloc.c (hc08_assignRegisters),
2229         * src/hc08/main.c,
2230         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2231         * src/mcs51/main.c,
2232         * src/pic/ralloc.c (pic14_assignRegisters),
2233         * src/pic/main.c,
2234         * src/pic16/ralloc.c (pic16_assignRegisters),
2235         * src/pic16/main.c,
2236         * src/xa51/ralloc.c (xa51_assignRegisters),
2237         * src/xa51/main.c,
2238         * src/z80/ralloc.c (z80_assignRegisters),
2239         * src/z80/ralloc.h,
2240         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2241         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2242         * src/SDCCcse.h,
2243         * src/SDCCdflow.c (computeDataFlow),
2244         * src/SDCCdflow.h,
2245         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2246         * src/SDCCloop.h,
2247         * src/SDCCcflow.c (*),
2248         * src/SDCCcflow.h,
2249         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2250         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2251         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2252         immedDom() returning wrong block; probably fixes bug #1160833)
2253
2254 2005-03-20 Borut Razem <borut.razem AT siol.net>
2255
2256         * support/scripts/inc2h.pl: WIN32 port
2257
2258 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2259
2260         * device/lib/makefile.in: added abs.c and labs.c
2261
2262 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2263
2264         * device/include/stdint.h: added
2265         * device/lib/abs.c: added
2266         * device/lib/labs.c: added
2267         * device/include/stdlib.h: added abs() and labs() prototypes
2268         * device/lib/libsdcc.lib: added abs and labs
2269         * device/include/float.h,
2270         * device/lib/_fsmul.c,
2271         * device/lib/printf_fast.c,
2272         * device/lib/printf_tiny.c: updated comments
2273
2274 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2275
2276         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2277         bug #1164313
2278
2279 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2280
2281         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2282         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2283
2284 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * device/lib/printf_large.c: removed inline assembly for portability and
2287           readability. Use printf_fast if speed or size are more important.
2288         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2289         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2290
2291 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2292
2293         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2294         prevent compiler warning
2295
2296 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2297
2298         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2299         moved to level 0 and declared as static. Also they are explicit
2300         placed in access bank. This was necessery because some times they
2301         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2302         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2303         optimizations. Currently only compare to unsigned char is implemented,
2304         * src/pic16/gen.c: added fReturnIdx array,
2305         * (struct resolvedIfx) is moved to gen.h and made public,
2306         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2307         * (aopForSym): added an optimization to directly store in stack of
2308         the operand of a SEND iCode,
2309         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2310         but as registers instead (AOP_REG) using the fReturnIdx array,
2311         * (pic16_freeAsmop): remove the freed register from the
2312         _G.sregsAlloc field,
2313         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2314         a compare of 'WREG',
2315         * (pic16_popGetTempRegCond): changed function prototype, now
2316         function takes also a bitVector argument v which holds the current
2317         set of registers that are allocated for stack access by aopForSym,
2318         registers allocated in aopForSym for accessing stack symbols are not
2319         any more part of the functions usedRegs field,
2320         * (genCall): some times aopOp is called for a stack variable to be
2321         send, aopForSym might perform the push, if this is true make sure
2322         that genCall doesn't push the variable twice by testing _G.resDirect,
2323         * (genFunction): changed testing for unspecified interrupt number
2324         from 256 to INTNO_UNSPEC,
2325         * modified selection scheme of frame pointer generation. Previously
2326         if function did use local registers a frame pointer was generated,
2327         now a frame pointer is generated only if function has arguments
2328         (that need PLUSW2 register access), or has stack arguments, or the
2329         compiler is not instructed to omit the frame pointer,
2330         * (genEndFunction): before restoring local registers that were saved
2331         in the function preamble, also restore the registers that *might*
2332         have been allocated for stack access,
2333         * (genRet): removed some old comments,
2334         * (genCmp, the active (RN's) version): added a call to the
2335         pic16_genCmp_special function to perform the compare with a more
2336         robust and optimized way,
2337         * (genInline): a feature has been added in inline code generation,
2338         which allows a wildcard variable substitution when writing inline
2339         assembly. Code is incomplete and experimental therefore undocumented,
2340         * (genCast): changed order of aopOp for result and right to allow
2341         aopForSym to directly load the result if possible,
2342         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2343         perform an optimized compare on some selected special occasions,
2344         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2345         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2346         generate an IVT any more,
2347         * src/pic16/main.c (pic16_optionsTable): added command line option
2348         --optimize-cmp,
2349         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2350         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2351         macros,
2352         * src/pic16/NOTES: Raphael Neider added in list of active developers
2353         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2354         jumptable_end to prevent bug #,
2355         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2356         inCond and outCond fields,
2357         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2358         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2359         turn off register spilling,
2360         * (packRegsForOneUse): synced with other ports' versions although it
2361         is not used currently,
2362         * (pic16_packRegisters): added an optimization while reading
2363         structure bitfields, some registers may be saved (malloc code is
2364         decreased by 80 bytes)
2365
2366 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2367
2368         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2369         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2370         this can be optimized more?
2371
2372 2005-03-10 Raphael Neider <rneider AT web.de>
2373
2374         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2375           genNearPointerGet): (hopefully) fixed access to bitfields via
2376           pointers (p->bitN = x; and x = p->bitN; failed)
2377
2378 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2379
2380         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2381
2382 2005-03-09 Raphael Neider <rneider AT web.de>
2383
2384         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2385
2386 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2387
2388         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2389         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2390           (regTypeNum): set REG_BIT type if necessary
2391         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2392         * support/regression/tests/critical.c: check bug 1144613
2393
2394 2005-03-02 Raphael Neider <rneider AT web.de>
2395
2396         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2397
2398 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2399
2400         * src/avr/ralloc.c (serialRegAssign),
2401         * src/ds390/ralloc.c (serialRegAssign),
2402         * src/hc08/ralloc.c (serialRegAssign),
2403         * src/mcs51/ralloc.c (serialRegAssign),
2404         * src/pic/ralloc.c (serialRegAssign),
2405         * src/pic16/ralloc.c (serialRegAssign),
2406         * src/xa51/ralloc.c (serialRegAssign),
2407         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2408
2409 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * src/SDCCast.c (decorateType): fixed bug 1124787
2412
2413 2005-02-20 Hubert Sack <sack AT digiplan.de>
2414         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2415
2416         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2417         patch #1121755
2418
2419 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2420
2421         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2422         to keep the correct label reference count when adding/removing references
2423         to labels. A peephole file using this is appended to patch #1144962.
2424
2425 2005-02-14 Raphael Neider <rneider AT web.de>
2426
2427         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2428         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2429         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2430           retrievals of result operand's value on assignment
2431
2432 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2433
2434         * device/include/pic16/string.h: modified prototype for memccpy()
2435         to memccpy(void *, void *, char, size_t)
2436         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2437         check whether to omit frame pointer or not,
2438         * (genInline): convert all occurences of "\n" to LF in inline
2439         assembler blocks, this helps formatting the inline text,
2440         * (pic16_loadFSR0): modified prototype,
2441         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2442         removed some 8051 legacy code,
2443         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2444         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2445         before allocating temporary registers in functions,
2446
2447 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2448
2449         * support/regression/tests/bitvars.c: corrected the "fix"
2450
2451 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2452
2453         * support/regression/tests/bitvars.c,
2454         * support/regression/tests/bitwise.c,
2455         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2456
2457 2005-02-10 Raphael Neider <rneider AT web.de>
2458
2459         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2460           different size for Alpha
2461         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2462
2463 2005-02-09 Raphael Neider <rneider AT web.de>
2464
2465         * src/SDCC.lex(doPragma) : save and restore warning options as well
2466           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2467         * have #pragma less_pedantic set the errorlevel to WARNING
2468           (fixes #1117001)
2469         * (cloneOptimize) : fixed wrong malloc's size
2470         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2471           facilitate correct handling of #pragma (save|restore)
2472
2473 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2474
2475         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2476
2477 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2478
2479         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2480
2481 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2484
2485 2005-02-02 Raphael Neider <rneider AT web.de>
2486
2487         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2488         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2489         * (pic16_storeForReturn): fixed to allow returning function pointers
2490         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2491         * device/include/pic16/{stddef.h,stdbool.h}: added
2492
2493 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2494
2495         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2496
2497 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2498
2499         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2500         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2501          appeared to be required
2502
2503 2005-01-31 Borut Razem <borut.razem AT siol.net>
2504
2505         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2506           include/mcs51 and include/z80 directories to the package
2507
2508 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2509
2510         * src/hc08/gen.c (genFunction): fixed bug #1112752
2511
2512 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2513
2514         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2515
2516 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2517
2518         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2519
2520 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2521
2522         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2523
2524 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2525
2526         * device/include/c8051fxxx.h: removed these 6 files
2527         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2528
2529 2005-01-26 Raphael Neider <rneider AT web.de>
2530
2531         * src/pic16/gen.c (genAssign): fixed assignment from longs
2532           in codespace (were cut to three bytes)
2533         * (genDummyRead): implemented (except for CODESPACE...),
2534           fixed bug #1108575
2535         * src/pic16/glue.c (emitStatistics): beautified
2536         * device/lib/pic16/libm/Makefile: added include path
2537
2538 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2539
2540         * src/z80/gen.c (aopPut): fixed bug #1103902
2541
2542 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2543
2544         * device/lib/expf.c: fixed bug #1095792
2545
2546 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2547
2548         * device/lib/pic16/libm: added Math library sources
2549
2550 2005-01-24 Raphael Neider <rneider AT web.de>
2551
2552         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2553           to enable upcast to pCodeOpReg2 (there is no type tag to
2554           differenciate the two and pic16_popGet2p cast into PCOR2)
2555         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2556           (sizeof(sectNames) changed to sizeof(sectName))
2557           Both patches fix segfaults under MinGW.
2558
2559 2005-01-23 Raphael Neider <rneider AT web.de>
2560
2561         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2562           Safe_[mc]?alloc()'ed variables
2563         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2564           of (byte sized) temporaries (assign them to WREG for now)
2565         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2566           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2567           this might fix SIGSEGVs on MinGW...
2568         * src/SDCCopt.c (killDeadCode): restored original behaviour
2569           (volatile operands might get thrown away though)
2570
2571 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2572
2573         * src/pic16/gen.c: fixed bug #1106975,
2574         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2575         pointer update, INTCON is saved, global interrupts are disabled and
2576         restored after updateing TOS.
2577         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2578         * added function attribute 'shadowregs' to take advantage of shadow
2579         registers,
2580         * added function attribute 'wparam' as an alternative to the wparam
2581         pragma,
2582         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2583         user declares a non-ISR function as 'shadowregs',
2584         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2585
2586 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2587
2588         * .version: bumped version number to 2.4.8
2589         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2590         pic16 port,
2591         * device/lib/pic16/libio/i2c/: I2C module support library,
2592         * device/include/pic16/i2c.h: I2C support library header,
2593         * device/lib/pic16/libc/stdio/: standard IO support sources,
2594         * (printf_small.c): printf_small() source, supports float print,
2595         * (printf_tiny.c): printf_tiny() source, does not support floats,
2596         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2597         enable global optimizations for entire library source, other
2598         Makefiles in the source tree are also modified to reflect this,
2599         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2600         function,
2601         * doc/sdccman.lyx: updated to reflect new changes,
2602         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2603         sym->onStack if-case,
2604         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2605         sbit, idata, _idata, xdata, _xdata,
2606         * added pragma library, to link an external library, (see doc),
2607         * removed command line options, --pomit-config-words, --pomit-ivt,
2608         --pleave-reset-vector,
2609         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2610         when calling assembler to reflect memory model used, also define
2611         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2612         reflect stack model used,
2613         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2614         on stack return NULL,
2615
2616 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2617
2618         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2619           of the operands is volatile. Fixes #1020220
2620
2621 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2622
2623         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2624         * (OptimizeRegUsage): make sure that there is really no other flow where
2625           the first pCode is used
2626
2627 2005-01-22 Raphael Neider <rneider AT web.de>
2628
2629         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2630           to fix #1106967 (pCode->seq are not set up correctly)
2631
2632 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2633
2634         * src/SDCCglue.c (glue): make sure code area is declared before the
2635         static initialization area.
2636
2637 2005-01-21 Raphael Neider <rneider AT web.de>
2638
2639         * device/lib/Makefile.in: fixed test for pic16 install dir
2640         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2641           optimizations
2642         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2643           added --optimize-goto compiler switch and pragma wparam documentation
2644         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2645         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2646           and PRODH closing bug #1071770 (peephole optimizer)
2647
2648 2005-01-19 Raphael Neider <rneider AT web.de>
2649
2650         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2651           cmdLine buffers (used when calling sdcpp...) are large enough
2652           (MAX_PATH=256 truncates arguments leading to system halts when
2653           used in MinGW...)
2654         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2655         * (genUminus): rewritten to for efficiency
2656         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2657           used uninitialized in some cases)
2658         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2659           copy the third byte from the int -- now assumes 0x80 (data memory)
2660         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2661           operands (genAddLit expects the iCode's operands to swapped as
2662           well), fixed leftover bytes (crashed for short left operands)
2663         * (pic16_genMinusDec): performance improvements, removed false
2664           PIC14 emitSKPNCs
2665         * (pic16_genMinus): fixed to cope with differently sized operands
2666         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2667           for --obanksel > 1
2668         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2669         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2670           new banksel optimization
2671         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2672           analysis for temporary registers (segfaults...)
2673         * src/pic16/peeph.def: added rule
2674
2675 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2676
2677         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2678         which converts a float number to its ASCII representation
2679         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2680         functions to convert the fractional and integer part of a float to ASCII,
2681         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2682         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2683         ram
2684         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2685         _STATMEM macros,
2686         * device/include/pic16/adc.h: added GPL info,
2687         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2688         a pCodeOp as tested operand,
2689         * (genNearPointerGet): optimized bit testing, does not use
2690         intermediate register for bit value, test directly instead with
2691         BTFSS, BTFSC, works only for single bits,
2692         * (genpic16Code): dump the name of the iCode in the asm,
2693         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2694         renamed to pic16_decodeOp,
2695         * (serialRegAssign): do not allocate a temporary register for iCode
2696         sequences that test a single bit for 1/0
2697
2698 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2699
2700         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2701         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2702         access stack and frame pointers. They are initially assigned to
2703         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2704         accessing SFRs. Updated all occurences of modification of stack or
2705         frame pointer in gen.c and pcode.c,
2706         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2707         assigning of a literal value to pointers,
2708         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2709         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2710         selected
2711
2712 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2713
2714         * doc/sdccman.lyx: update documentation about stack pragma, added
2715         some info for stack memory models
2716
2717 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2718
2719         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2720
2721 2005-01-08 Raphael Neider <rneider AT web.de>
2722
2723         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2724           udata sections to fix bug #1097823
2725
2726 2005-01-05 Raphael Neider <rneider AT web.de>
2727
2728         * src/pic16/gen.c (genGenericShift): added handling of differently
2729           sized left operand and result
2730
2731 2005-01-04 Raphael Neider <rneider AT web.de>
2732
2733         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2734         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2735           to hold the condition bit)
2736         * added new version of genCmp (old code available via #define)
2737         * added new version of genShiftLeft/genShiftRight in a generic
2738           way, now supports shifting by negative values
2739         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2740           shiftCount (expected by genGenericShift)
2741         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2742         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2743           dump
2744         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2745           is an invalid literal too...)
2746
2747 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2748
2749         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2750         from Raphael Neider,
2751         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2752         for 8-bit literals. This fixes some literal operands which are sign
2753         extended to 16-bits ints when instruction needs only 8-bits.
2754
2755 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2756
2757         * device/lib/logf.c: added mcs51 assembly version
2758         * device/lib/expf.c: added mcs51 assembly version
2759         * device/lib/_logexpf.c: new shared asm code for expf and logf
2760         * device/include/math.h: add defines for assembly math library
2761         * device/lib/Makefile.in: build new _logexpf.c
2762         * device/lib/libfloat.lib: use new _logexpf.c
2763
2764 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2765
2766         * src/pic/device.c
2767         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2768           device types which have less than 0x7f registers.
2769
2770 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2771
2772         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2773
2774 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2775
2776         * device/lib/printf_fast.c: only build on supported arch.
2777         * device/lib/printf_tiny.c: only build on supported arch.
2778         * device/lib/printf_fast_f.c: only build if asm float lib
2779         * device/lib/_fsget1arg.c: only build if asm float lib
2780         * device/lib/_fsget2args.c: only build if asm float lib
2781         * device/lib/_fsnormalize.c: only build if asm float lib
2782         * device/lib/_fsreturnval.c: only build if asm float lib
2783         * device/lib/_fsrshift.c: only build if asm float lib
2784         * device/lib/_fsswapargs.c: only build if asm float lib
2785         * device/include/stdio.h: don't provide print_fast,
2786           print_fast_f, print_tiny prototypes if --xstack used
2787
2788 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2789
2790         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2791         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2792           to the SOURCES
2793
2794 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2795
2796         * device/lib/printf_fast_f.c: same as printf_fast, but
2797           with floating point enabled
2798         * device/lib/printf_fast.c: minor tweaks
2799         * device/include/stdio.h: add printf_fast_f
2800
2801 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2802
2803         * src/SDCCmain.c: make --float-reent default for mcs51
2804         * device/lib/_fsadd.c: added mcs51 assembly version
2805         * device/lib/_fssub.c: added mcs51 assembly version
2806         * device/lib/_fsmul.c: added mcs51 assembly version
2807         * device/lib/_fsdiv.c: added mcs51 assembly version
2808         * device/lib/_fseq.c: added mcs51 assembly version
2809         * device/lib/_fsneq.c: added mcs51 assembly version
2810         * device/lib/_fsgt.c: added mcs51 assembly version
2811         * device/lib/_fslt.c: added mcs51 assembly version
2812         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2813         * device/lib/Makefile.in: add _fscmp to build
2814         * device/lib/libfloat.lib: add _fscmp to build
2815
2816 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2817
2818         * device/lib/_fs2slong.c: added mcs51 assembly version
2819         * device/lib/_fs2sint.c: added mcs51 assembly version
2820         * device/lib/_fs2schar.c: added mcs51 assembly version
2821         * device/lib/_fs2ulong.c: added mcs51 assembly version
2822         * device/lib/_fs2uint.c: added mcs51 assembly version
2823         * device/lib/_fs2uchar.c: added mcs51 assembly version
2824         * device/lib/_slong2fs.c: added mcs51 assembly version
2825         * device/lib/_sint2fs.c: added mcs51 assembly version
2826         * device/lib/_schar2fs.c: added mcs51 assembly version
2827         * device/lib/_ulong2fs.c: added mcs51 assembly version
2828         * device/lib/_uint2fs.c: added mcs51 assembly version
2829         * device/lib/_uchar2fs.c: added mcs51 assembly version
2830         * device/include/float.h: added #define to select asm vs c
2831
2832 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2833
2834         * device/lib/printf_fast.c: improvements to float output
2835         * device/include/float.h: add defines for assembly float library
2836         * device/lib/_fsget1arg.c: receive 1 float arg
2837         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2838         * device/lib/_fsnormalize.c: normalize a float
2839         * device/lib/_fsreturnval.c: return float, various helper routines
2840         * device/lib/_fsrshift.c: right shift a float's mantissa
2841         * device/lib/_fsswapargs.c: swap 2 floats
2842         * device/lib/Makefile.in: build these 6 new files for mcs51
2843         * device/lib/libfloat.lib: add these 6 files to the library
2844
2845 2004-12-26 Borut Razem <borut.razem AT siol.net>
2846
2847         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2848           built by gcc 3.4.2
2849
2850 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2851
2852         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2853           and fully reentrant and register bank neutral.
2854         * device/lib/printf_fast.c: added float (not enabled by default),
2855           added compact/slower integer (also not enabled by default),
2856           improved size/speed of fast integer code, other minor changes
2857         * device/include/stdio.h, device/lib/Makefile.in,
2858           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2859
2860 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2861
2862         * src/pic16/pcode.c: declaring variables other than at the start of a
2863           block is not supported in C by VC6.
2864
2865 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2866
2867         * applied a previous patch from Raphael Neider that wasn't included
2868         in the previous commits, which fixes infinite loops within jumptable
2869         improvements,
2870         * made some fixes that previous patches introduced
2871
2872 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2873
2874         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2875         that fixes an issue with AOP_PCODE asmop's offset,
2876         * (pic16_popCopyReg): update instance field too,
2877         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2878         function of pic port,
2879         * (genCmp, genAnd, genAssign),
2880         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2881
2882 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2883
2884         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2885         variables initial values to idata section,
2886         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2887         variables in some functions. This utilizes parmBytes field of iCode
2888         structure to hold the offset of the variable in stack. (might be
2889         able to use the stack field too?)
2890         * applied patch from Raphael Neider # ### , # ###
2891         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2892         variable initial values in idata section,
2893         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2894         for static variables with initial value
2895         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2896         applied fix in while loop from Raphael Neider.
2897
2898 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2899
2900         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2901         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2902         * src/ds390/ralloc.c (serialRegAssign): spill bits
2903         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2904         * support/Util/SDCCerr.c,
2905         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2906         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2907         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2908
2909 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2910
2911         * device/include/sdcc-lib.h: inserted LGPL, added includes
2912           asm/ds390/features.h and asm/mcs51/features.h
2913         * device/include/asm/default/features.h,
2914         * device/include/asm/gbz80/features.h,
2915         * device/include/asm/z80/features.h: added empty _AUTOMEM
2916           and _STATMEM
2917         * device/include/asm/ds390/features.h,
2918         * device/include/asm/mcs51/features.h: added files with defines for
2919           _AUTOMEM and _STATMEM indicating automatic and static storage class
2920         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2921         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2922         * src/SDCCicode.c (geniCodeCast),
2923         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2924         * src/SDCCloop.c (loopInduction): removed unused variable lr
2925         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2926           to convertToFcall to include char modulo (RFE 1065037), added check
2927           if left operand is unsigned and use abs of literal value
2928         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2929           as it doesn't work after conversion from peephole.def to peephole.rul
2930         * src/mcs51/gen.c (toBoolean): added check for size,
2931           (genModOneByte): optimized code for signed char modulo a literal
2932           power of 2 (thanks to Hubert Sack),
2933           (genRRC): removed unnecessary "clr c",
2934           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2935         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2936           jump optimization,
2937           swapped rules 256.c and 256.d,
2938           extended 256.d by using new multiple checks (thanks Erik),
2939           added rules 256.e and 256.f,
2940           updated rule 261.a and 261.b to new generated code
2941         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2942
2943 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2944
2945         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2946           induction related bugs, including first part of bug #1074377
2947
2948 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2949
2950         * applied patch from bug-report #1076292,
2951         * applied patches for genAnd and Goto-optimizations for Raphael
2952         Neider,
2953         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2954         dump a less iCode information,
2955         * src/pic16/device.h (pic16_options_t): added field debgen,
2956         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2957         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2958         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2959         puclic,
2960         * (various functions): added macros FENTRY and FENTRY2 to functions,
2961         to emit function prologue,
2962         * (various functions): fixed indentation,
2963         * (genNearPointerGet): fixed loading of FSR0,
2964         * (genPackBits): applied patch from Raphael Neider to fix updating
2965         of FSR0 and touching only the modified bits,
2966         * src/pic16/genarith.c (various functions): added macros FENTRY to
2967         emit function prologue in comments,
2968         * src/pic16/pcode.h: added functions debugf2, debugf3,
2969         * src/pic16/ralloc.c: partial fix for packForPush caused
2970         segmentation fault,
2971
2972 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2973
2974         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2975           <stsp AT users.sourceforge.net> with reversed byte order
2976         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2977
2978 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2979
2980         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2981           bug #1074377
2982         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2983         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2984
2985 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2986
2987         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2988
2989 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2990
2991         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2992           conditions,
2993           (setFromConditionArgs): friendly operand parser for peephole rules,
2994           (operandBaseName, operandsNotRelated): new peephole condition
2995           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2996           architecture specific register naming into account, handles n-way
2997           comparisons, and supports quoted literals
2998         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2999
3000 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3001
3002         * src/mcs51/peeph.def: fixed bug #1076940
3003
3004 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3005
3006         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3007
3008 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3009
3010         Adding support for replacing ljmps with sjmps in jumptables
3011         generated for switch statements. For now you need to set the
3012         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3013         Now 4 algorithms for mcs51 jumptable generation are used:
3014         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3015         addresses loaded pc-relative for up to 112 cases and stack-pushing
3016         target addresses loaded with offset from dptr for up to 256 cases.
3017
3018         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3019         * src/mcs51/main.c: adapted constants for switch table generation
3020         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3021
3022 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3025         * support/regression/tests/bug1057979.c: added test for bug 1073386
3026
3027 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3028
3029         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3030         compilers
3031
3032 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3033
3034         * src/pic16/device.h,
3035         * src/pic16/genarith.c,
3036         * src/pic16/glue.c,
3037         * src/pic16/main.c,
3038         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3039
3040 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3041
3042         Large cummulative patch for pic16 port.
3043         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3044         to call when a stack overflow occurs,
3045         * (malloc.h): added CVS Id tag,
3046         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3047         variable,
3048         * added libc directory. The current version of LibC contains string
3049         functions, ctype functions and macros and some functions of the
3050         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3051         be extensively tested in the future. Standard disclaimer here.
3052         Library is not automatically build yet. But one can build it by
3053         invoking 'make' inside the libc directory.
3054         * added ADC library under libio. Preliminary version yet.
3055
3056         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3057         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3058         aopForRemat() now and not by pic16_aopOp(),
3059         * (pic16_popGetTempReg): removed warning messgae when allocating
3060         temporary registers, its a buggy feature and will be removed,
3061         * (pic16_popGet): set register instance field in AOP_CRY,
3062         * (pic16_outBitC): fixed for results in size greater than 1,
3063         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3064         * (pic16_storeForReturn): optimized return of 0,
3065         * (genCmp): experimental code for new genCmp which uses PIC18's
3066         special compare&skip instructions. Initial tests fail some times
3067         with variables grater than 1 byte in size, so new code is disabled,
3068         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3069         a single bit,
3070         * (genCast): began a fix to optimize the casting of a bit to another
3071         bit, now assigning a bitfield to another bitfield will fail, sorry,
3072         * src/pic16/main.c: disabled the use of lr-support feature,
3073         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3074         * added some function prototypes, added function _debugf prototype,
3075         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3076         bits with offset (case PO_GPR_BIT),
3077         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3078         command line,
3079         * (isBankInstruction): modified to return 0 for no banking instruction,
3080         and 1 for banking instruction,
3081         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3082         caused stop processing pCodes after a inline assembly block,
3083         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3084         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3085         registers when it shouldn't,
3086         * src/pic16/ralloc.c (allocReg): add preliminary support for
3087         supporting a limited set of temporary registers,
3088
3089 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3090
3091         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3092           genDataPointerSet): ensure assignments always copy in MSB to LSB
3093           order,
3094           (loadRegFromAop): recognize CLRH optimization,
3095           (genFunction): optimize RECEIVE iCodes in reentrant functions
3096
3097 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3098
3099         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3100           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3101           selected.
3102         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3103         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3104           contiguous with data
3105
3106 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3107
3108         * device/lib/_gptrget.c (_gptrget),
3109         * device/lib/_gptrgetc.c (_gptrgetc),
3110         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3111           instead of sjmp to ret
3112         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3113           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3114
3115 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3116
3117         * .version: bumped version to 2.4.7
3118         * device/lib/_gptrget.c (_gptrget): is now _naked
3119         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3120         * device/lib/_gptrput.c (_gptrput): is now _naked
3121         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3122           (createFunction): fixed xstack
3123         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3124         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3125           or bit either,
3126           (geniCodeCritical): store original interrupt state in an iTemp bit
3127           var unless stack-auto
3128         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3129         * src/SDCCmain.c (setIncludePath): added include/target to search path
3130         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3131         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3132           prototype,
3133           (processFuncArgs): put bit vars in bit area
3134         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3135           unsaveRBank): fixed xstack,
3136           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3137           (genFunction, genEndFunction): fixed xstack,
3138           (genAssign): optimization don't walk backwards through mem
3139         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3140         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3141         * support/regression/Makefile: also make library (for stack-auto) when
3142           making "all" and added "test-mcs51-xstack-auto"
3143         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3144         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3145         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3146         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3147         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3148           make-library by MAKE_LIBRARY
3149         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3150           regression tests for xstack
3151         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3152         * support/regression/tests/critical.c: test for critical on mcs51
3153
3154 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3155
3156         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3157           built version of sdcc instead of installed version
3158
3159 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3160
3161         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3162         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3163           vprintf.c now
3164         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3165         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3166           WARNING: remove device/lib/build/z80/printf.o by hand when
3167           updating from previous build!
3168         * device/lib/z80/printf.c: updated comment
3169         * support/regression/tests/bug1057979.c: test all ports now
3170         * support/regression/tests/bug1065458.c: file added
3171
3172 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3173
3174         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3175           *_start and *_end symbols for static functions
3176
3177 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3178
3179         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3180           and search crt0.o in all library paths,
3181           (setIncludePath): proper handling of --nostdinc,
3182           (setLibPath): proper handling of --nostdlib
3183         * support/regression/Makefile,
3184         * support/regression/ports/ds390/spec.mk,
3185         * support/regression/ports/gbz80/spec.mk,
3186         * support/regression/ports/hc08/spec.mk,
3187         * support/regression/ports/mcs51/spec.mk,
3188         * support/regression/ports/mcs51-large/spec.mk,
3189         * support/regression/ports/mcs51-stack-auto/spec.mk,
3190         * support/regression/ports/z80/spec.mk: use include and lib files from
3191           built version of sdcc instead of installed version
3192         * doc/sdccman.lyx: fixed typo in --nostdinc
3193
3194 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3195
3196         * src/pic/pcode.c,
3197         * src/pic/device.c,
3198         * src/pic/ralloc.c,
3199         * src/pic/gen.c : added support to generate code for struct bit fields.
3200
3201 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3202
3203         * as/xa51/xa_version.h,
3204         * device/include/errno.h,
3205         * device/include/regc515c.h,
3206         * device/lib/_itoa.c,
3207         * device/lib/_ltoa.c,
3208         * device/lib/ser_ir_cts_rts.c,
3209         * sim/ucsim/xa.src/glob.cc,
3210         * sim/ucsim/xa.src/inst_gen.cc,
3211         * sim/ucsim/xa.src/xa_bit.cc,
3212         * sim/ucsim/xa.src/xa_sfr.cc,
3213         * sim/ucsim/z80.src/inst_dd.cc,
3214         * sim/ucsim/z80.src/inst_fdcb.cc,
3215         * support/scripts/keil2sdcc.pl,
3216         * src/pic16/pic16.dsp,
3217         * src/pic16/pic16a.dsp: corrected cvs line endings
3218         * device/lib/printf_large.c: fixed bug 1057979
3219         * src/pic16/gen.c: fixed non-C standard code
3220         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3221         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3222         * support/regression/ports/mcs51/support.c: reload T1 asap
3223         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3224           pdata use and clear idata startup behaviour
3225         * support/regression/tests/bug1057979.c: added
3226
3227 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3228
3229         * device/examples/ds390/ow390/ad26.h,
3230         * device/examples/ds390/ow390/cnt1d.h,
3231         * device/examples/ds390/ow390/crcutil.c,
3232         * device/examples/ds390/ow390/ownet.h,
3233         * device/examples/ds390/ow390/owsesu.c,
3234         * device/examples/ds390/ow390/swt12.h,
3235         * device/examples/ds390/ow390/swtoper.c,
3236         * device/examples/ds390/ow390/temp10.h,
3237         * device/examples/ds390/ow390/thermodl.c,
3238         * device/examples/ds390/tinitalk/tinitalk.dsp,
3239         * device/examples/ds390/tinitalk/tinitalk.dsw,
3240         * device/examples/mcs51/clock/hw.h,
3241         * device/examples/mcs51/simple2/go.bat,
3242         * device/examples/serialcomm/windows/serial.h,
3243         * device/examples/xa51/dummy.c,
3244         * device/examples/xa51/hello.c,
3245         * device/include/80c51xa.h,
3246         * device/include/at89x051.h: corrected cvs line endings
3247
3248 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3249
3250         * src/pic16/main.c (options): added command line --gstack, to trace
3251         stack over/under flows,
3252         * added pragma 'wparam' to allow passing first byte of function
3253         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3254         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3255         call to __gstack_test function and sets up the symbol as extern,
3256         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3257         * popaop): added call to pic16_testStackOverflow,
3258         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3259         wparamList list,
3260         * (genCall, genPcall): now all parameters are passed via stack
3261         except in functions that are pass to wparam pragma in which WREG is
3262         used too,
3263         * (genPcall): REENTRANT flag is checked to see if variable prototype
3264         contains reentrant keyword, don't call a non-reentrant function, via
3265         a reentrant function pointer or vice versa, functions are never
3266         passed via WREG,
3267         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3268         D.Winkler,
3269         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3270         SIGSEGV when accessing a NULL register stucture,
3271         * (pic16_printGPointerType): modified to handle UPPER modifier for
3272         function initializers, changed prototype of function to simpler one,
3273         * (pic16_printIvalFuncPtr): check to see if function is already
3274         added in externs list,
3275         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3276         optimized a move from W to SFR with a move to the same register
3277         later after a CALL,
3278         * device/lib/pic16/debug: NEW directory, contains debug features
3279         which are enabled when linking with libdebug.lib, currently command
3280         line option --gstack enables stack pointer tracing for over/under
3281         flow, corresponding sources are in debug/gstack
3282
3283 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3284
3285         * doc/sdccman.lyx: updated SDCC version,
3286         * (PIC16 port): update list of command line options,
3287         * src/pic16/device.h (structure pic16_options_t): added field gstack
3288         to enable stack overflow tracing on push/pops,
3289         * src/pic16/device.c (statistics structure): added statistics
3290         structure,
3291         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3292         pic16_dump_int_registers): increase statistics counters for each
3293         * variable which is encountered
3294         * (pic16_dump_usection): emit each .udata variable to its own udata
3295         section,
3296         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3297         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3298         parameters via stack, otherwise use old scheme,
3299         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3300         assembler output file,
3301         * src/pic16/main.c: added command line options --gstack to enable
3302         push/pop tracing for stack overflow,
3303         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3304         instructions): added size of each instruction,
3305         * (pic16_countInstruction): estimate size of instructions in
3306         the_pFile list, inline assembly blocks are not counted,
3307         * (pic16_FixRegisterBanking): trace previous register usage, when
3308         banksel optimizations is greater than 0, don't emit a redudant
3309         banksel directive,
3310
3311 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3312
3313         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3314         * src/pic16/ralloc.c : applied same fix for pic16.
3315         * src/pic/gen.c : tidied it up a little.
3316
3317 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3318
3319         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3320         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3321
3322 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3323
3324         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3325
3326 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3327
3328         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3329         non-reentrant function __modsint in the interrupt function (thus
3330         corrupting math operations during serial I/O)
3331         * device/lib/ser_ir.c: as above, changed buffersize
3332         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3333         256.c,d for zeroing
3334         * doc/Makefile: added option -t for rsync
3335
3336 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3337
3338         * src/SDCCast.h (struct ast),
3339         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3340
3341 2004-10-20 Borut Razem <borut.razem AT siol.net>
3342
3343         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3344         package
3345
3346 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3347
3348         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3349         makefile targets,
3350         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3351         support functions to replace long sequences of MOVFF's from access
3352         bank registers to stack and vice versa,
3353         * src/pic16/device.h: added new field opt_flags, where optimization
3354         flags can be set to enable certain features,
3355         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3356         * pBlock, (genFunction, genEndFunction): surroung loop for
3357         saving/loading used registers in stack with PC_INFO pCodes,
3358         INF_LREGS. Code in between can then be optimized by pCode optimizer
3359         to support function calls,
3360         * (genDataPointerSet): fixed bug which loaded float fields in
3361         structures with corrupt data,
3362         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3363         in a standard way debug info on stderr. Feature used for developing
3364         and debugging only,
3365         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3366         obsolete chunks of code,
3367         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3368         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3369         * pic16/src/pcode.c (pic16_newpCodeInfo,
3370         * (pic16_newpCodeOpLocalRegs),
3371         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3372         feature,
3373         * (pic16_pCodeConstString): printing of the initial value of a
3374         symbol as a comment is inhibited since parsing was already done by
3375         copyStr and output is corrupt,
3376         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3377
3378 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3379
3380         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3381
3382 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3383
3384         * as/mcs51/lkarea.c: removed old K&R style,
3385           (lnksect): changed check on boundary error,
3386           (lnksect2): changed check on boundary error,
3387           (lnksect2): extend XSTK to end of page if size = 1
3388         * as/mcs51/lkmain.c: removed old K&R style,
3389           (Areas51): create l_IRAM symbol
3390         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3391         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3392           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3393         * device/lib/_mullong.c: added version to be compiled with xstack
3394         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3395         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3396         * device/lib/mcs51/crtxstack.asm: fixed comment
3397         * src/SDCCglue.c: maxInterrupts defaults to 0,
3398           (emitMaps): added pdata,
3399           (createInterruptVect): (re)moved default,
3400           (glue): added pdata,
3401           (glue): moved __start__xstack to XSTK with default size 1
3402         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3403           and options.float_rent when options.stackAuto is set,
3404           (linkEdit): only write XDATA_NAME if provided on command line
3405         * src/SDCCmem.h,
3406         * src/SDCCmem.c: added pdata
3407         * src/port.h: added pdata_name to PORT
3408         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3409           (saveRegisters, unsaveRegisters): removed usage of B,
3410           (genMinus): fixed accumulator clash,
3411           (genJumpTab): added comment, this needs another look
3412         * src/mcs51/gen.c: added check for "B in use" paranoia,
3413           added pushB() and popB()
3414         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3415           chance
3416         * src/avr/main.c,
3417         * src/ds390/main.c,
3418         * src/hc08/main.c,
3419         * src/mcs51/main.c,
3420         * src/pic/main.c,
3421         * src/pic16/main.c,
3422         * src/xa51/main.c,
3423         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3424           added PSEG (PAG,XDATA) or NULL to port specifier
3425         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3426         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3427           (_mcs51_genInitStartup): removed __start__xstack equ,
3428           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3429         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3430         * src/z80/gen.c (_rleAppend): fixed warnings
3431         * support/regression/tests/zeropad.c: added pdata test
3432         * .version: bumped to 2.4.6
3433
3434 2004-10-17 Borut Razem <borut.razem AT siol.net>
3435
3436         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3437         as a part of nightly build
3438
3439 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3440
3441         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3442         WREG holds the first byte function parameters,
3443         * (aopForSym): take special case for symbols which are in FARSPACE
3444         but in CODESPACE too,
3445         * (assignResultValue): modified to take into account _G.useWreg,
3446         * (genCall): don't use wreg for parameter passing when function is
3447         declared as reentrant, too, added optimization INCF to stack
3448         pointer when stack parameter count is 1,
3449         * (genFunction, genEndFunction): refurnished and fixed to not using
3450         wreg for passing parameters when function has varargs or is
3451         reentrant, fixed bug with symbol name compare for generating
3452         functions in absolute address,
3453         * (pic16_storeForReturn): refurnished,
3454         * (genCmp): began writing a new version of the function, not ready
3455         yet, therefore it is disabled,
3456         * (genAssign): do not read code memory when assigning a function to
3457         a pointer function,
3458         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3459         array of characters, not pointer,
3460         * (pic16initialComments): in debug mode emit an .ident directive for
3461         the assembler,
3462         * (_process_pragma): emit a new warning type (internal to pic16)
3463         when setting stack to default length, emit a similar warning when
3464         placing a function at absolute address and address is not word aligned
3465         * (_pic16_parseOptions): added 'return TRUE' statement,
3466         * (_pic16_linkEdit): if compiling a source, then add the source's
3467         file object, first in the list of objects to link,
3468
3469 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3470
3471         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3472         * src/pic/main.c : removed VC warning.
3473         * src/pic/gen.c : changed comment.
3474
3475 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3476
3477         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3478         reference to a deprecated symbol _GPTRREG was causing failure to
3479         link. Thanks G. M. Gallant for the info.
3480
3481 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3482
3483         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3484         comments for Bugs item #954788.
3485
3486 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3487
3488         * src/pic16/device.c (pic16_dump_gsection,
3489         * pic16_groupRegistersInSection): handle symbols declared to be in
3490         access bank differently,
3491         * src/pic16/gen.c (struct _G): added field resDirect,
3492         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3493         send values read from stack directly to result and don't allocate
3494         temporary values,
3495         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3496         same registers,
3497         * (pic16_sameRegsOfs): NEW,
3498         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3499         free because they were not allocated from temporary pool,
3500         * pic16_popRegFromString): workaround to fix a problem with
3501         allocating variables twice or never,
3502         * (genGenPointerGet): using PRODL instead of FSR0H,
3503         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3504         instead of FSR0H,
3505         * (genAssign): take advantage of the _G.resDirect flag,
3506         * (genCast): around line 11844, use mov2f instead of directly
3507         MOVFF'ing between operands to account for literal values,
3508         * src/pic16/genutils.c: some new debug functions for gpsim have been
3509         added,
3510         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3511         float with integer part only,
3512         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3513         place variables in access bank
3514         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3515         updated sources to reflect recent changes in gen.c
3516
3517 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3518
3519         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3520         sources that searched for headers in installation path, now the
3521         device/include/pic16 is used,
3522         * src/pic16/glue.c (pic16glue),
3523         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3524         .line directives if not in debug mode, this suppresses assembler's
3525         warnings for ignored directives
3526
3527 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3528
3529         * src/port.h: made reset_regparms prototype void parameter explicit.
3530         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3531         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3532         * doc/sdccman.lyx: documented warning disabling and how to use
3533           printf_large to make it print floats.
3534         * device/include/stdbool.h: NEW
3535         * device/lib/_atof.c,
3536         * device/lib/_divuint.c,
3537         * device/lib/_divulong.c,
3538         * device/lib/expf.c,
3539         * device/lib/printf_large.c,
3540         * device/lib/sincosf.c,
3541         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3542         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3543           a completely reentrant lib.
3544
3545 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3546
3547         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3548         * device/include/pic16/stdio.h: fixed bug with colon
3549
3550 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3551
3552         * device/include/pic16/stdio.h,
3553         * device/include/pic16/stdlib.h,
3554         * device/include/pic16/math.h: NEW
3555         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3556         declared as _naked to reduce overhead
3557         * device/lib/Makefile.in (target port-specific-objects-pic16):
3558         changed * to *.* so to ignore the CVS directory,
3559         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3560         stacked variables back in stack,
3561         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3562         corruption
3563
3564 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3565
3566         * .version: bumped version number to 2.4.5
3567         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3568         * support/Util/SDCCerr.c (messages structure): added entry for
3569         W_POSSBUG2
3570
3571         Large cumulative patch for pic16 port and libraries.
3572         * device/include/pic16/sdcc-lib.h,
3573         * device/include/pic16/stdarg.h,
3574         * device/include/asm/pic16/features.h,
3575         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3576         * device/include/pic16/float.h: changes reentrant keyword with
3577         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3578         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3579         updated target build-libraries to include objects from gptr,
3580         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3581         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3582         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3583         all function headings,
3584         * src/SDCCmain.c: added global parameter userIncDirsSet,
3585         * (parseCmdLine): when option -I is encountered add directory to
3586         userIncDirsSet too,
3587         * src/version.awk: added space between control and long,
3588         * src/pic16/NOTES: added some notes for the port,
3589         * src/pic16/gen.c: added prototype for mov2fp function,
3590         * (fReturnpic16[]): properly named return value registers,
3591         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3592         * (aopForSym): added code to handle symbols with onStack flag set,
3593         symbols onStack are allocated PTRSIZE bytes,
3594         * (aopFreeAsmop): handles special case where asmops are stack objects,
3595         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3596         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3597         added argument lock to trace flaws in allocating temporary registers
3598         when developing port,
3599         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3600         * (pic16_popRegFromString): reenabled allocating a direct register
3601         from string,
3602         * (assignResultValue): various beautifications,
3603         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3604         referenced function argument,
3605         * (genIpush): reenabled to allow stacked arguments, handles only
3606         ic->parmPush iCodes,
3607         * (genCall, genPcall): major changes to allow for variable argument
3608         functions, fixed a bug with falsely restoring stack pointer after
3609         returning from call,
3610         * (genFunction): pending code for critical function,
3611         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3612         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3613         * (genNearPointerGet): fixed bug with indirect reading, was always
3614         reading from INDF0
3615         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3616         pointers,
3617         * (genAddrOf): rewrote code to take address of a stacked function parameter
3618         * (genCast): fixed casting to generic pointer type,
3619         * src/pic16/gen.h: added AOP_STA,
3620         * (struct asmop): added field stk,
3621         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3622         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3623         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3624         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3625         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3626         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3627         generic pointers,
3628         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3629         and library paths,
3630         * (pic16_port structure): generic pointer size is set to 3,
3631         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3632         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3633         compiler warning,
3634         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3635         operand is an iTemp,
3636
3637 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3638
3639         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3640         * debugger/mcs51/simi.c: addapt new syntax of s51
3641
3642 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3643
3644         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3645         * src/pic16/pcode.c: commented out some calls to free() in order to
3646         fix bug #989576,
3647
3648 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3649
3650         * src/SDCCicode.h,
3651         * src/SDCCicode.c (isiCodeInFunctionCall),
3652         * src/avr/ralloc.c (selectSpil),
3653         * src/pic/ralloc.c (selectSpil),
3654         * src/pic16/ralloc.c (selectSpil),
3655         * src/ds390/ralloc.c (selectSpil),
3656         * src/hc08/ralloc.c (selectSpil),
3657         * src/xa51/ralloc.c (selectSpil),
3658         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3659         stack in the middle of a function call sequence (fixes bug #1020268)
3660         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3661         costs associated with the minimum switch case.
3662
3663 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3664
3665         * src/SDCC.lex: fixed bug #1030549
3666
3667 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3668
3669         * src/SDCCcse.h (struct cseDef),
3670         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3671         over a function call if the CSE is derived from a symbol whose
3672         address has been taken (fixes bug #1029883)
3673         * support/regression/tests/bug-1029883: a new regression test for
3674         this bug
3675
3676 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3677
3678         * src/hc08/gen.c (emitinline): fixed bug #1029778
3679         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3680         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3681         and starts toward RFE #905167)
3682
3683 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3684
3685         * src/pic16/gen.c (mov2f): New function to move an operand to
3686         another without considering if it is a literal or a register,
3687         * (pic16_sameRegs): don't check if they are both AOP_REG,
3688         * (AccRsh): removed andmask=0 lines,
3689         * (genLeftShift): duplicated to be improved in future versions,
3690         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3691         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3692         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3693         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3694         * (insertBankSwitch): fixed inserting banksel directives algorithm
3695         for instructions that follow a skip instruction, this fixes a report
3696         for broken subtraction code generation,
3697         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3698         iCode is a left op, just in case result and right share the same
3699         registers
3700
3701 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/hc08/main.c,
3704         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3705         preservation of HX
3706         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3707         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3708         on 2004-09-12; it was buggy
3709
3710 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3711
3712         * src/SDCCsymt.h: removed RESULT_CHECK
3713         * src/SDCCast.c,
3714         * src/SDCCglue.c,
3715         * src/SDCCval.c,
3716         * src/pic/glue.c,
3717         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3718
3719 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3720
3721         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3722         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3723         configuration values no more rejected by compiler, they are assigned
3724         to configuration registers with a warning message instead,
3725         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3726         the for-loop so last conf register is emitted too,
3727         * (_pic16_initPaths): link library libsdcc.lib by default,
3728         * (_hasNativeMulFor): modified test for multiplication according to
3729         Raphael Neider's remarks. Integer multiplication is also done with
3730         support functions,
3731         * device/include/pic16/pic18fregs.h: corrected type error in while
3732         testing and including 18f6720 header file
3733
3734 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3735
3736         * src/pic16/device.h (pic16_options): removed field use_crt,
3737         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3738         until an optimization to handle single bits is added,
3739         * (pic16_loadFSR0): moved before genUnpackBits,
3740         * (genAnd): some white lines removed,
3741         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3742         leave_reset flags in pic16_options when using crt modules,
3743
3744 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3745
3746         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3747           for bugs 898889 & 979599. Also used some safer print instructions.
3748
3749 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3750
3751         * src/pic16/device.h (pic16_options_t): added field use_crt,
3752         crt_name, no_crt,
3753         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3754         catch a probable future bug,
3755         * src/pic16/gen.c: aopIdx function commented out,
3756         * (genAssign): commented out old code which used aopIdx,
3757         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3758         code, added if conditionals to take into account the --use-crt
3759         command line options,
3760         * src/pic16/main.c (pic16_optionsTable): added new command line
3761         options, --use-crt= and --no-crt,
3762         * (_pic16_linkEdit): now the proper crt object is added in the
3763         linker command line except than when --no-crt is specified,
3764         * src/pic16/pcode.c,
3765         * src/pic16/pcode.h: added some structures and functions for a new
3766         optimization scheme to compansate for instruction overhead between
3767         same iCodes, this scheme is currently under development and is not
3768         working in any way,
3769         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3770         to && operator,
3771         * device/lib/pic16/startup/crt0i.c,
3772         * device/lib/pic16/startup/crt0iz.c: added global char variable
3773         __uflags to force the generation of an idata section
3774
3775 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3776
3777         * doc/Makefile,
3778         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3779         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3780
3781 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3782
3783         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3784         Frieder) and clarified the default code optimization mode
3785
3786 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3787
3788         * src/SDCC.lex (doPragma, process_pragma),
3789         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3790         "opt_code_size", and "opt_code_balanced"
3791         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3792         regrouped options by category, added support for category headers
3793         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3794         and "--opt-code-size"
3795         * doc/sdccman.lyx: documented these new options and pragmas
3796         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3797         preference into account
3798
3799 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3800
3801         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3802           geniCodePreDec): Fixed bug 904237 by generating a warning
3803         * src/SDCCerr.h,
3804         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3805
3806 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3807
3808         * src/pic/device.c : When no max ram set validate full memory range.
3809         * src/pic/pcode.c,
3810         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3811
3812 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3813
3814         * device/lib/_gptrget.c,
3815         * device/lib/_gptrput.c: updated comment
3816         * device/lib/calloc.c,
3817         * device/lib/free.c,
3818         * device/lib/malloc.c,
3819         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3820         * src/SDCCcse.c (cseBBlock),
3821         * src/SDCCicode.c (printOperand, geniCodeArray),
3822         * src/SDCCicode.h (struct operand): fixed bug 868103
3823         * support/regression/tests/bug-868103.c: added
3824         * src/SDCCast.c (searchLitOp),
3825         * src/SDCCcse.h (struct cseDef),
3826         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3827         * src/SDCCicode.h (struct operand),
3828         * src/SDCCsymt.h (struct sym_link),
3829         * src/avr/gen.c (hasInc),
3830         * src/ds390/gen.c (hasInc),
3831         * src/hc08/gen.c (genPlusIncr, hasInc),
3832         * src/mcs51/gen.c (hasInc),
3833         * src/pic16/glue.c (pic16_printIvalChar),
3834         * src/pic16/ralloc.c (regWithIdx),
3835         * src/xa51/gen.c (hasInc) : removed warnings
3836         * src/SDCCast.c (createBlock): added comment ???
3837         * src/hc08/ralloc.c: updated comments
3838
3839 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3840
3841         * doc/sdccman.lyx: updated section on switch statements, added
3842         section about semaphore locking
3843         * doc/Makefile: added option -info for latex2html
3844         * device/lib/_gptrget.c,
3845         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3846
3847 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3848
3849         * src/pic/device.h,
3850         * src/pic/device.c,
3851         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3852          maxram is less than 0x100.
3853
3854 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3855
3856         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3857
3858 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3859
3860         * src/port.h,
3861         * src/mcs51/main.c,
3862         * src/ds390/main.c,
3863         * src/z80/main.c,
3864         * src/hc08/main.c,
3865         * src/pic/main.c,
3866         * src/pic16/main.c,
3867         * src/avr/main.c,
3868         * src/xa51/main.c
3869         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3870         a jump table is the best form for a switch statement, including
3871         automatic insertion of missing cases to make the case range
3872         continuous. Developed in collaboration with Frieder Ferlemann.
3873
3874 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3875
3876         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3877         accumulator result if it needs sign extension
3878
3879 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3882
3883 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3884
3885         * device/lib/gbz80/printf.c,
3886         * device/lib/z80/printf.c: removed define for NULL
3887
3888 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3889
3890         * as/xa51/xa_link.c,
3891         * device/examples/ds390/ow390/ad26.c,
3892         * device/examples/ds390/ow390/cnt1d.c,
3893         * device/examples/ds390/ow390/counter.c,
3894         * device/examples/ds390/ow390/ds2480.h,
3895         * device/examples/ds390/ow390/ds2480ut.c,
3896         * device/examples/ds390/ow390/findtype.c,
3897         * device/examples/ds390/ow390/gethumd.c,
3898         * device/examples/ds390/ow390/owllu.c,
3899         * device/examples/ds390/ow390/ownetu.c,
3900         * device/examples/ds390/ow390/swt12.c,
3901         * device/examples/ds390/ow390/swtloop.c,
3902         * device/examples/ds390/ow390/temp.c,
3903         * device/examples/ds390/ow390/temp10.c,
3904         * device/examples/ds390/ow390/thermo21.c,
3905         * device/examples/ds390/ow390/tinilnk.c,
3906         * device/examples/ds390/ow390/tstfind.c,
3907         * device/examples/serialcomm/windows/serial.cpp,
3908         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3909         * device/include/reg51.h: fixed line endings for cvs
3910
3911 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3912
3913         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3914         packRegsForAccUse, packRegisters): new accumulator register
3915         packing algorithm
3916         * support/regression/ports/hc08/support.c (_putchar): suppress
3917         warning of unused variable
3918         * src/SDCCicode.c: added SWAP entry to codeTable
3919
3920 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3921
3922         * device/lib/sprintf.c: forgot to add this file before previous commit
3923
3924 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3925
3926         * src/pic16/gen.c (genPackBits): added operand right in function
3927         parameters, load result directly if p_type is POINTER (that is
3928         called by genNearPointerSet)
3929         * (genUnPackBits): added operand left in function parameters,
3930         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3931         FSR0 if accessing bitfields,
3932
3933 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3936           _print_format; updated printf, sprintf, vsprintf
3937         * device/include/asm/default/features.h: corrected comment/define
3938         * device/lib/Makefile.in: added sprintf.c
3939         * device/lib/libsdcc.lib: added sprintf module
3940         * device/lib/printf_large.c,
3941         * device/lib/vprintf.c,
3942         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3943           into these 3 files
3944         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3945         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3946         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3947           hc08 test
3948         * support/regression/tests/zeropad.c: define idata as data for hc08
3949
3950 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3951
3952         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3953         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3954         labels are referenced at least once (even if a reference is not found)
3955         * src/hc08/gen.c (emitcode): set isComment flag for comments
3956         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3957         loads), rules 6a..6b (optimize jumps to return)
3958
3959 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3960
3961         * device/lib/acosf.c (acosf),
3962         * device/lib/asinf.c (asinf),
3963         * device/lib/atanf.c (atanf),
3964         * device/lib/ceilf.c (ceilf),
3965         * device/lib/cosf.c (cosf),
3966         * device/lib/coshf.c (coshf),
3967         * device/lib/cotf.c (cotf),
3968         * device/lib/fabsf.c (fabsf),
3969         * device/lib/floorf.c (floorf),
3970         * device/lib/log10f.c (log10f),
3971         * device/lib/logf.c (logf),
3972         * device/lib/sinf.c (sinf),
3973         * device/lib/sinhf.c (sinhf),
3974         * device/lib/sqrtf.c (sqrtf),
3975         * device/lib/tanf.c (tanf),
3976         * device/lib/tanhf.c (tanhf),
3977         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3978         replaced all instances of "reentrant" in the library functions
3979         defined in math.h with this macro.
3980         * support/regression/tests/float_trans.c: reenabled test for hc08
3981
3982 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3983
3984         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3985         erroneously deleted
3986
3987 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3988
3989         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3990         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3991         multi-byte volatile operands are used
3992         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3993         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3994         initialization to area GSINIT0 so that it would always precede
3995         any static initializers in GSINIT
3996         * support/regression/tests/zeropad.c: fixed idata define for hc08
3997         * support/regression/tests/bug-927659.c,
3998         * support/regression/tests/float_trans.c: disabled tests for hc08
3999         pending missing library routines
4000         * .version: increased version number to 2.4.4 - hc08 port now passes
4001         regression tests
4002
4003
4004 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4005
4006         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4007         * Makefile.common.in,
4008         * as/Makefile,
4009         * as/hc08/Makefile.in,
4010         * as/mcs51/Makefile.in,
4011         * as/z80/Makefile.in,
4012         * debugger/mcs51/Makefile.in,
4013         * device/include/Makefile.in,
4014         * device/lib/Makefile.in,
4015         * doc/Makefile,
4016         * link/Makefile,
4017         * link/z80/Makefile.in,
4018         * packihx/Makefile.in,
4019         * sim/ucsim/main_in.mk,
4020         * sim/ucsim/avr.src/Makefile.in,
4021         * sim/ucsim/doc/Makefile.in,
4022         * sim/ucsim/gui.src/serio.src/Makefile.in,
4023         * sim/ucsim/hc08.src/Makefile.in,
4024         * sim/ucsim/s51.src/Makefile.in,
4025         * sim/ucsim/xa.src/Makefile.in,
4026         * sim/ucsim/z80.src/Makefile.in,
4027         * src/Makefile.in,
4028         * support/cpp2/Makefile.in,
4029         * support/librarian/Makefile,
4030         * support/makebin/Makefile: added DESTDIR to the install path proposed
4031         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4032         * doc/sdccman.lyx: added DESTDIR documentation
4033
4034 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4035
4036         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4037         instruction for interrupt handlers, use fast returns when returning
4038         from high priority interrupts
4039
4040 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4041
4042         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4043         code generation
4044         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4045         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4046         bugs, ported much of Bernhard's code from mcs51
4047         * src/mcs51/gen.c (genSend),
4048         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4049         than one when calling a reentrant function
4050         * device/lib/_mullong.c: defined an alternate struct layout for big
4051         endian ports (hc08)
4052
4053 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4056         test
4057
4058 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4061         are sane and complete before asking the port its prefered parameter
4062         passing method (fixes bug #1017633)
4063         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4064         and _ret3
4065
4066 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4067
4068         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4069         problem in bitfields >= 8 bits.
4070
4071 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4072
4073         * src/SDCCsymt.c: undid changes that were not meant to be committed
4074
4075 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4076
4077         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4078
4079 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4080
4081         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4082           copied and wrong bit got inverted
4083
4084 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4087         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4088         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4089         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4090         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4091         assignments to bitfields at known addresses
4092         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4093         reads from bitfields at known addresses
4094         * src/hc08/ralloc.c (packRegisters),
4095         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4096         genhc08Code): optimize pointer get values used as conditionals
4097         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4098         and branch
4099
4100 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4101
4102         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4103         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4104         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4105         as conditionals
4106
4107 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4108
4109         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4110
4111 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4112
4113         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4114         related problems
4115
4116 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4117
4118         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4119
4120 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4121
4122         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4123         mcs51 port
4124
4125 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4126
4127         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4128
4129 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4130
4131         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4132         cases use more compact code.
4133
4134 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4135
4136         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4137
4138 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4139
4140         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4141
4142 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4143
4144         * src/SDCCsymt.h,
4145         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4146         parameter of changePointer() from symbol* to sym_link*
4147         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4148         * src/SDCCsymt.c (compareType): void* type is castable to other
4149         pointers, but not necesarily an exact match.
4150         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4151         is no longer blindly treated as an exact match.
4152         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4153
4154 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4155
4156         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4157
4158 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4159
4160         * src/pic/gen.c,
4161         * src/pic/pcode.c,
4162         * src/pic/ralloc.h,
4163         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4164
4165 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4166
4167         * src/pic/device.c,
4168         * src/pic/device.h,
4169         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4170
4171 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/mcs51/gen.c (emitcode): fixed bug #992819
4174
4175 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4176
4177         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4178           there's no need to make it worse
4179
4180 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4181
4182         * src/mcs51/ralloc.c (deassignLR),
4183         * src/ds390/ralloc.c (deassignLR),
4184         * src/hc08/ralloc.c (deassignLR),
4185         * src/z80/ralloc.c (deassignLR),
4186         * src/pic/ralloc.c (deassignLR),
4187         * src/pic16/ralloc.c (deassignLR),
4188         * src/avr/ralloc.c (deassignLR),
4189         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4190         rlivePoint): fixed another part of bug #971834
4191
4192 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4193
4194         * src/z80/main.c: enabled "critical" keyword
4195         * src/z80/mappings.i,
4196         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4197         functions (fixes bug #979646)
4198         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4199
4200 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4201
4202         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4203           such as c:\mydir.
4204
4205 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4206
4207         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4208           doesn't disable too much optimizations
4209
4210 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4211
4212         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4213
4214 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4215
4216         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4217
4218 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4219
4220         * src/pic/gen.c tidied up tabs
4221         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4222         * src/pic/main.c tidied up tabs
4223         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4224         * src/pic/pcoderegs.c tidied up tabs
4225         * src/pic/ralloc.c tidied up tabs
4226
4227 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4228
4229         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4230         to S_FIXED for pic16 port and when symbol is not in level 0,
4231         allocate for S_REGISTER storage class and pic16 port, too,
4232         * src/pic16/device.h: prototype for checkSym,
4233         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4234         * (pic16_assignConfigWordValue): test the value and the mask to
4235         validate that the value is suitable for the configuration word,
4236         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4237         collect extern declared symbols, don't emit symbol twice, check
4238         first if symbol is in publics set first,
4239         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4240         * added command line '--fstack' which enables an experimental
4241         feature for stack access, too buggy to be used yet...
4242         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4243         * (pic16_allocDirReg): when register has storage class S_REGISTER
4244         allocate in pic16_dynAccessRegs,
4245         * device/include/pic16/pic18f????.h: modified configuration word
4246         naming convention, words started as CONFIG0H but should be CONFIG1H
4247
4248 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * device/include/mcs51reg.h: fixed bug 970993
4251
4252 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4253
4254         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4255         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4256         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4257         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4258         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4259         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4260           error/warning numbers,
4261           added function setWarningDisabled()
4262         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4263         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4264           _memcmp.c _memmove.c calloc.c realloc.c free.c
4265         * support/regression/tests/malloc.c: added tests for new functionality
4266         * support/regression/tests/zeropad.c: added tests for truncated initializers
4267           and initialized char arrays starting with '\x0'
4268         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4269
4270 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4271
4272         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4273
4274 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4275
4276         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4277         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4278         peephole 177.e. Thanks to anonymous
4279
4280 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4281
4282         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4283         function isn't used in the source but referenced as a
4284         variable initializer then declare it as extern in .asm file
4285
4286 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4287
4288         * .version: increased version number to 2.4.3
4289
4290         Adding version extension according to ChangeLog CVS revision
4291         * src/Makefile.in (target all): added dependency 'version.h'
4292         * (rule version.h): added rule to create version.h from ChangeLog,
4293         * (rule dep): added dependency version.h,
4294         * src/version.awk: AWK script to create version.h
4295         * src/SDCCdwarf2.c (dwWriteModule),
4296         * src/SDCCglue.c (initialComments),
4297         * src/SDCCmain.c (printVersionInfo): modified to write after
4298         version string the version extension number,
4299         * src/SDCCutil.c: included "version.h"
4300         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4301         number,
4302         * src/SDCCutil.h: added prototype for getBuildNumber
4303
4304         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4305         includeDirsSet, too,
4306         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4307         const char [] is found in function prototype...
4308
4309         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4310         moving to WREG with source is already in WREG,
4311         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4312         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4313         * (aopForSym): stack'ed symbols are partially supported, added
4314         if-clause to support symbols in FARSPACE,
4315         * (sameRegs): added test for AOP_ACC to see if registers are same,
4316         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4317         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4318         * (pic16_popRegFromString): will not allocate a new register if it
4319         doesn't find one by name, bug may have introduced...
4320         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4321         * (genIpush): revived to use pic16 port's stack,
4322         * (genAddrOf): added incomplete case for stack'ed operand,
4323         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4324         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4325         can handle multibyte operands,
4326         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4327         * (pic16initialComments): added message for MPLAB compatibility
4328         mode enabled,
4329         * src/pic16/main.h: prototype for pic16_mplab_comp,
4330         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4331         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4332         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4333         because of increased complexity of procedure,
4334         * (_process_pragma): stack pragma changed to format 'stack pos len',
4335         emit symbol '_stack_end' to conform with gplink,
4336         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4337         to search for register,
4338         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4339         PO_GPR_REGISTER,
4340         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4341         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4342         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4343         case for PO_GPR_REGISTER,
4344         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4345         dies, the new era is ahead !...
4346         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4347         pic16_dynInternalRegs,
4348         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4349         * (pic16_allocDirReg): minor optimizations and bug fixes,
4350         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4351
4352         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4353         load stack and frame pointer with address of 'stack_end' symbol
4354
4355 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4356
4357         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4358         without source code but only variable initializers
4359
4360 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4361
4362         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4363         external are not declared as extern to reduce overhead while linking
4364
4365 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4366
4367         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4368
4369 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4370
4371         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4372           Yee Keat for the patch
4373         * src/SDCCast.c (decorateType): fixed bug #979599
4374         * src/ds390/gen.h: removed local fReturnSizeDS390
4375         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4376         * src/ds390/gen.c (genAnd, genOr, genXor),
4377         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4378
4379 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4380
4381         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4382         add relFilesSet to $3, manipulate $2 to handle linking of object
4383         files without source files in command line,
4384         * device/include/pic16 (all headers): added ID location macros,
4385         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4386         entries for ID location bytes,
4387         * (pic16_assignIdByteValue): NEW,
4388         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4389         added field dumpcalltree to pic16_options_t,
4390         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4391         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4392         emitting rFalseIfx label after check_carry label,
4393         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4394         pic16_emitDIRegs), NEW
4395         * (pic16glue): dump .calltree file when option --calltree found,
4396         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4397         * (_pic16_genAssemblerPreamble): emit ID locations after
4398         configuration registers,
4399         * (pic16_linkCmd): modifications of the link command,
4400         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4401         * (pic16_pCodeInitRegisters): don't init stack registers,
4402         * (pic16_findPrevInstruction): fixed bug,
4403         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4404         bug with immediate registers,
4405         * (buildCallTree): traces stack push and pop,
4406         * (pct2): dump also stack usage for each function,
4407         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4408         * (pic16_allocDirReg): various modifications,
4409         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4410         fixed to 1,
4411
4412 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4413
4414         * src/pic16/pcode.c: removed buggy double colon
4415
4416 2004-07-01 Borut Razem <borut.razem AT siol.net>
4417
4418         * support/scripts/sdcc.nsi: added include/pic16 to setup
4419
4420 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4421
4422         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4423         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4424         target 'clean',
4425         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4426         specific command line arguments. Also added sample lkr script
4427         for placing a variable at a specific memory bank.
4428         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4429         at a specific memory bank,
4430         * (pic16_dump_isection): fixed bug which caused string literals to
4431         be omitted when dumping idata section,
4432         * (pic16_groupRegistersInSection): added code to handle registers
4433         in specific memory banks,
4434         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4435         public, all references are renamed too,
4436         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4437         AOP_DPTR2,
4438         * (pic16_storeForReturn): added case to handle when dest is WREG,
4439         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4440         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4441         pic16_rel_udata, check to see if that register is marked as being
4442         a member of a specific memory bank,
4443         * (pic16_printIvalCharPtr): added code to add string literals either
4444         to code or the idata sections,
4445         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4446         also accept the 'udata' pragma,
4447         * src/pic16/main.h: new structure types sectName and sectSym
4448         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4449         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4450         * (pic16_findPrevInstruction): fixed, it returned nothing,
4451         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4452         instruction combinations,
4453         * (pic16_FixRegisterBanking): heavily reorganised,
4454         * (pic16_AnalyzeBanking): if generating banksel directives is
4455         disabled, then don't call FixRegisterBanking at all,
4456         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4457         completely removed,
4458         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4459
4460 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4461
4462         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4463         Phuah Yee Keat <yk.phuah AT nestac.com>
4464
4465 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4466
4467         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4468         correctly the IVT even if it is relocated to some other location
4469
4470 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4471
4472         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4473         * device/include/pic16/pic18f2220.h: NEW,
4474         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4475         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4476         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4477         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4478         nodefaultlibs, ivt_loc is the location of the interrupt vector
4479         table, and nodefaultlibs signs that default libraries should not be
4480         linked in link stage,
4481         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4482         according to --ivt-loc argument,
4483         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4484         when pragma stack is found,
4485
4486 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4487
4488         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4489         256 (range check), 257 (do while), 258.a-f (bit banging
4490         f.e. on 3-wire SPI bus)
4491
4492 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4493
4494         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4495         variables used exclusively within a loop
4496
4497 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4498
4499         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4500
4501 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4502
4503         * src/SDCClrange.c (computeClash): fixed bug #971834
4504
4505 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4506
4507         * src/mcs51/gen.c (genCmp): fixed bug #975903
4508         * src/hc08/gen.c (operandsEqu),
4509         * src/ds390/gen.c (operandsEqu),
4510         * src/z80/gen.c (operandsEqu),
4511         * src/pic/gen.c (operandsEqu),
4512         * src/pic16/gen.c (operandsEqu),
4513         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4514         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4515
4516 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4517
4518         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4519
4520 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4521
4522         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4523         default case in switch statement,
4524         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4525         to eliminate problem with initialisation of pointers, but problem
4526         still exists,
4527         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4528         * (emitStaticSegment): removed various lines emitting debug info,
4529         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4530         added processor registers for utilizing EEPROM,
4531         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4532         configurable and set 8
4533
4534 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4535
4536         * .version: increased version number to 2.4.2,
4537
4538         Cumulative patch for pic16 port
4539         * src/pic16/device.c: changed scheme to dump initial values for
4540         variables in idata segment, all print_idata* functions were removed,
4541         now the pic16_printIval* will be called,
4542         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4543         * _pic16_printPointerType, pic16_printPointerType,
4544         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4545         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4546         NEW, similar to the respective functions in SDCCglue.c,
4547         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4548         way, emitting hex bytes,
4549         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4550
4551 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4552
4553         * src/avr/ralloc.c (serialRegAssign),
4554         * src/xa51/ralloc.c (serialRegAssign),
4555         * src/pic/ralloc.c (serialRegAssign),
4556         * src/pic16/ralloc.c (serialRegAssign),
4557         * src/hc08/ralloc.c (serialRegAssign),
4558         * src/z80/ralloc.c (serialRegAssign),
4559         * src/ds390/ralloc.c (serialRegAssign),
4560         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4561
4562 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4565         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4566
4567 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4568
4569         Cumulative patch for pic16 port:
4570         * src/pic16/device.h (typedef PIC16_device) modified fields for
4571         defining microcontrollers,
4572         * src/pic16/device.c: added new info for all devices in Pics16 array,
4573         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4574         to be optimised out by the pCode optimiser,
4575         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4576         specially, bug reported by G.M. Gallant,
4577         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4578         as force'd so that cannot be optimised out by pCode optimiser,
4579         * src/pic16/pcode.c,
4580         * src/pic16/pcodepeeph.c,
4581         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4582         they are disabled by default, but can be enabled explicit with
4583         command argument --denable-peeps, for testing,
4584         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4585         --pomit-ivt in COMPILE_FLAGS
4586
4587 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4588
4589         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4590           compilation on MSVC
4591
4592 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4593
4594         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4595
4596 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4597
4598         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4599         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4600
4601 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4602
4603         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4604         would only assign 0x300001 register.
4605
4606 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4607
4608         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4609         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4610
4611 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4612
4613         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4614         for ds80c400
4615         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4616         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4617         added peephole 254 (left shift), 255 (jump table)
4618
4619 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4620
4621         * device/lib/Makefile.in: removed comment line with model-pic16,
4622         * (target port-specific-objects-pic16): the libraries and objects
4623         are copied to the build directory form the device/lib/pic16/bin
4624         directory
4625
4626         Cumulative patch concerning pic16 port:
4627         * library directory has been re-organized,
4628         * added support for PIC18F1220,
4629         * added headers and library sources for chips 18f1220,18f6520,
4630         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4631
4632         * configuration registers setting has changed, now each supported
4633         device has a complete description of the registers it uses,
4634         * all initialisations are moved to idata sections, these section
4635         can be absolute or relocatable,
4636         * fixed initialisation of codespace variables,
4637         * fixed warning about PCLATU and gpsim,
4638         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4639         * (genAssign): use table reads when assigning from variables in codespace,
4640         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4641         char/int variables placed in codespace,
4642         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4643         registers set in .asm file, no need for --pomit-config-words anymore,
4644         * (pic16glue): some 8051 legacy segments are commented out
4645         (to be removed completely),
4646         * added support for alternative assembler and linker with --asm=
4647         and --link= command line arguments,
4648         * peepholes are disabled automatically in the port, no need to
4649         specify on command line,
4650         * port supports natively char/int/long multiplication, but converts
4651         all divisions to support functions,
4652         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4653         to the file set in variable $2,
4654         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4655         strings in ASCII format and not in hex,
4656         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4657         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4658         allocate proper register if iCodes aren't temporary,
4659
4660 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4661
4662         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4663
4664 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4665
4666         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4667         is commented out
4668
4669 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4672         computed address is reused
4673         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4674         multi-byte bitfields
4675
4676 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4677
4678         * src/z80/gen.c: (genArrayInit): must check for pointers too
4679
4680 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4681
4682         * support/regression/tests/zeropad.c: never meant to commit the
4683           nestedstruct test: removed, added check for GCC version
4684
4685 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4686
4687         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4688         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4689         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4690           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4691           bugs 928906 and 954082 half-empty initializers
4692         * src/SDCCsymt.h,
4693         * src/SDCCsymt.c (getAllocSize): added for above fix
4694         * src/z80/gen.c (genArrayInit): fixed bug 741044
4695         * support/regression/tests/zeropad.c: added tests
4696
4697 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4698
4699         * src/pic16/device.c (pic16_dump_section): corrected bug which
4700         caused some symbols of the libraries to be misplaced
4701
4702 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4703
4704         * src/pic16/glue.c,
4705         * src/pic16/ralloc.h,
4706         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4707         to fix conflict with pic port
4708
4709 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4710
4711         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4712         externs configuration variables,
4713         * src/pic16/ralloc.h,
4714         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4715         prototype in header, commented out some debug messages
4716
4717 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4718
4719         * src/pic16/glue.c,
4720         * src/pic16/main.c,
4721         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4722         for gpasm COFF object generation. Thanks to D. Hawkins for
4723         his patch info
4724
4725 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4726
4727         * src/ds390/main.c,
4728         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4729         Brock for spotting this)
4730         * src/ds390/gen.c (genEndFunction),
4731         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4732         interrupt handler and critical. Disable push/pop optimizations when
4733         peephole optimizations disabled.
4734
4735 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4736
4737         Updated pic16 library sources and headers.
4738         * device/lib/pic16/pic18f*/ ,
4739         * device/include/pic16/*.h: modified to handle structured SFR
4740         definitions
4741
4742 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4743
4744         * src/port.h (PORT structure): added hook initPaths, now each
4745         port can declare its own default search paths,
4746         which can been seen with the --print-search-dirs option,
4747         see pic16 port for example,
4748         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4749         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4750         * (doPrintSearchDirs): NEW, replaces in a central manner the
4751         printing of search dirs which was split in set*Paths functions,
4752         * (main): added call to port->initPaths and doPrintSearchDirs,
4753         * src/avr/main.c,
4754         * src/ds390/main.c,
4755         * src/hc08/main.c,
4756         * src/izt/i186.c,
4757         * src/izt/tlcs900h.c,
4758         * src/mcs51/main.c,
4759         * src/pic/main.c,
4760         * src/pic16/main.c: modified port structures to reflect addition of
4761         initPaths hook,
4762
4763         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4764         * (pic16_dump_section): for registers in same address reserve memory once,
4765         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4766         to no_banksel,
4767         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4768         result is greater in size than right or left,
4769         * (pic16_genUMult8X8_8): there are some cases where the result can
4770         be 16 bits size, so handle these,
4771         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4772         * (pic16_outBitC): modified to emit pcodes,
4773         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4774         or not,
4775         * (genDivOneByte): implemented algorithm to divide 8-bits,
4776         * (genCmp): uncommented goto, but issues still exist,
4777         * (genAnd): fixed a bug with variables >8bits,
4778         * (genPackBits): optimization added that uses BCF/BSF to change a
4779         single bit,
4780         * (genAssign): fixed bug when assigning floating point literals,
4781         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4782         __sdcc_gsinit_startup label,
4783         * src/pic16/main.c (_pic16_init): removed search directory
4784         initialisations,
4785         * (_pic16_initPaths): NEW, used to initialise search directories,
4786         * (_hasNativeMulFor): support functions for all except char/int
4787         multiplication, and char division,
4788         * (PIC16_port struct): modified entry for native mul support,
4789         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4790         no_banksel option,
4791         * (buildCallTree): call to register_usage is ifdef'ed out,
4792
4793 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * device/include/string.h: applied Stas Sergeev's patch to make this
4796         header file compatible with the preprocessor -Wundef option
4797         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4798         failure (fixes bug #941458)
4799
4800 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4801
4802         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4803         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4804         that the variable, not the function, should be static
4805         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4806         to be consistent with non-literal case
4807
4808 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4809
4810         * src/SDCCast.c (isConformingBody): fixed bug #949967
4811         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4812         convilong): fixed bug #952086
4813
4814 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4815
4816         * src/SDCCmem.c (allocVariables): fixed bug #955321
4817
4818 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/hc08/main.c (_hc08_genAssemblerEnd),
4821         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4822         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4823         completely eliminated the use of a temporary file
4824         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4825         when more than one file linked
4826         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4827
4828 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4829
4830         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4831         which fixes bug #543481
4832         * support/regression/tests/bug-751703.c: fixed comments left from a
4833         cut and paste error
4834         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4835         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4836         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4837         scopes
4838         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4839         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4840         are now changed to underscores in moduleName
4841
4842 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4843
4844         * as/mcs51/lkmem.c: better fix for bug #954173
4845
4846 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4847         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4848
4849         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4850         * device/include/c8051f000.h,
4851         * device/include/c8051f120.h,
4852         * device/include/c8051f300.h,
4853         * device/include/c8051f310.h,
4854         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4855         PWM16) and detab'ed
4856
4857 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4858
4859         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4860         and mailing lists, doc'ed --no-peep-comments, removed reference
4861         to knoppix (newest version has no LyX/LaTeX), other minor changes
4862         * src/SDCCglue.c (glue): save 2 bytes stack space with
4863         option --main-return. The ljmp could probably be avoided too
4864
4865 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4866
4867         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4868
4869 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4870
4871         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4872         * src/SDCCopt.c (isLocalWithoutDef),
4873         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4874         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4875         (credit to Maarten Brock for patch #949363, on which this is based)
4876         * support/regression/tests/bug-751703.c: some test cases of extern used
4877         within inner scopes.
4878
4879 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4880
4881         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4882         SPEC_STRUCT
4883         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4884         struct definitions
4885         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4886         dwWriteLabel): fix to create valid debugger symbols even when
4887         the module name has non-alphanumeric symbols in it
4888         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4889         when a variable's allocation has been optimized away
4890
4891
4892 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4893
4894         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4895         * src/hc08/main.c,
4896         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4897         * src/mcs51/main.c,
4898         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4899         * src/ds390/main.c,
4900         * src/z80/gen.c (z80_emitDebuggerSymbol),
4901         * src/z80/main.c,
4902         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4903         * src/pic/main.c,
4904         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4905         * src/pic16/main.c,
4906         * src/avr/gen.c (avr_emitDebuggerSymbol),
4907         * src/avr/main.c,
4908         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4909         * src/xa51/main.c,
4910         * src/SDCCdebug.c (emitDebuggerSymbol),
4911         * src/SDCCdebug.h,
4912         * src/port.h: added a debugger struct to the port struct. Added a
4913         callback for defining debugger symbols
4914
4915         * src/SDCCast.c (createLabel),
4916         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4917         with isitmp = 1
4918         * src/SDCCicode.h,
4919         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4920         iCode back to the ast for the function
4921
4922         * src/hc08/ralloc.c (hc08_assignRegisters),
4923         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4924         unneeded fields from the regs struct.
4925         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4926         pushReg() & pullReg() functions instead of emitcode()
4927
4928         * src/hc08/gen.c (genLabel, genhc08Code),
4929         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4930
4931         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4932         debugger hooks
4933
4934         * src/hc08/gen.c (genEndFunction, genhc08Code),
4935         * src/hc08/gen.h,
4936         * src/mcs51/gen.c (genEndFunction, gen51Code),
4937         * src/mcs51/gen.h,
4938         * src/ds390/gen.c (genEndFunction, gen390Code),
4939         * src/ds390/gen.h,
4940         * src/z80/gen.c (genEndFunction, genZ80Code),
4941         * src/z80/gen.h,
4942         * src/z80/z80.h,
4943         * src/pic/gen.c (genEndFunction, genpic14Code),
4944         * src/pic/gen.h,
4945         * src/pic16/gen.c (genEndFunction, genpic16Code),
4946         * src/pic16/gen.h,
4947         * src/avr/gen.c (genEndFunction, genAVRCode),
4948         * src/avr/gen.h,
4949         * src/xa51/gen.c (genEndFunction, genXA51Code),
4950         * src/xa51/gen.h,
4951         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4952         specific code to cdbFile.c and out of the backend code generators
4953
4954         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4955         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4956         starting address is now 0
4957
4958         * as/hc08/asm.h,
4959         * as/hc08/m08pst.c,
4960         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4961         assembler directive for DWARF support
4962         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4963
4964         * src/src.dsp,
4965         * src/Makefile.in,
4966         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4967
4968 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4969
4970         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4971         and inappropriate peephole optimization in jump tables
4972
4973 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4974
4975         * as/hc08/m08pst.c,
4976         * src/SDCCglue.c: sdccopt works for the hc08 port now
4977
4978 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4979
4980         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4981
4982 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4983
4984         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4985
4986 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4989         rules
4990         * src/SDCCmain.c,
4991         * src/SDCCglobl.h,
4992         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4993         comments from the peephole optimizer replacement rules
4994         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4995         symbols
4996         * src/SDCCcse.c (updateSpillLocation),
4997         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4998         equivalents
4999         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5000         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5001         objects far pointers
5002
5003 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/SDCCsymt.h: a missing part of my last change
5006         * src/pic/ralloc.c (regTypeNum),
5007         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5008
5009 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * src/SDCCicode.h,
5012         * src/SDCCicode.c (aggrToPtrDclType),
5013         * src/SDCCptropt.h,
5014         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5015         ptrPseudoSymConvert),
5016         * src/pic/ralloc.c (regTypeNum),
5017         * src/pic16/ralloc.c (regTypeNum),
5018         * src/hc08/ralloc.c (regTypeNum),
5019         * src/ds390/ralloc.c (regTypeNum),
5020         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5021         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5022
5023 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5024
5025         * link/z80/lkmain.c (afile),
5026         * as/hc08/lkmain.c (afile),
5027         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5028         prevent a pointer problem when a filename has no directory and
5029         no extension specified.
5030
5031 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5032
5033         * link/z80/lkmain.c (afile): allow periods in directory names
5034         * link/z80/lkmain.c (afile),
5035         * as/mcs51/lkmain.c (afile),
5036         * as/hc08/lkmain.c (afile): allow linker script file to have an
5037         extension other than ".lnk"
5038         * link/z80/lklex.c (getfid),
5039         * link/z80/lkmain.c (parse),
5040         * as/mcs51/lklex.c (getfid),
5041         * as/mcs51/lkmain.c (parse),
5042         * as/hc08/lklex.c (getfid),
5043         * as/hc08/lkmain.c (parse): Support comments in the linker script
5044         file on lines by themselves and after filenames
5045
5046 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5047
5048         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5049
5050 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5051
5052         * src/z80/peeph-z80.def: removed some peephole rules that don't
5053         work with multibyte arithmetic (fixed bug #937126)
5054         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5055         to registers and not global variables
5056         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5057         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5058         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5059         checking for assignments not internally generated (fixed bug #931895)
5060         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5061         structure member (fixed bug #930072)
5062
5063 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5064
5065         * src/SDCCmain.c (linkEdit),
5066         * src/hc08/main.c (_hc08_parseOptions),
5067         * as/hc08/Makefile.in,
5068         * as/hc08/aslink.h,
5069         * as/hc08/asm.h,
5070         * as/hc08/m08pst.c,
5071         * as/hc08/lkrloc.c (relr, rele),
5072         * as/hc08/lkarea.c (lnkarea)
5073         * as/hc08/lkmain.c (afile, parse),
5074         * as/hc08/lkelf.c: support for ELF output
5075         * as/hc08/lks19.c (s19),
5076         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5077
5078 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5079
5080         * as/mcs51/lkihx.c: Fixed bug #899105.
5081
5082 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5083
5084         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5085         .dsp files from Unix to DOS.
5086
5087 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5088
5089         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5090         function pointers; we have been compliant for several months now.
5091         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5092         change that was accidently commented out
5093         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5094         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5095         bug #922319
5096
5097 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/hc08/gen.c: output of all of the internal debugging information
5100         is now controlled by the D() macro; it is disabled by default
5101
5102 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5103
5104         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5105         harder to keep the same registers during a CAST iCode
5106         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5107         long via int can be done in a single cast, if the signedness is
5108         correct.
5109         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5110         putchar() in tinibios.c in ds390's library
5111
5112 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5113
5114         * src/SDCCast.c (decorateType): fixed bug #898889,
5115         cast result of a literal complement too
5116         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5117         fixed check for bitfields
5118
5119 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5120
5121         * src/SDCCicode.c (geniCodeLogic): made it static,
5122         (geniCodeLogicAndOr): added in order to fix bug #905492,
5123         (ast2iCode): fixed bug #905492
5124         * support/regression/tests/bug-905492.c: added
5125         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5126         (processParms): fixed bug #927659: don't copy parms, this will clear
5127         decorated flag
5128         * support/regression/tests/bug-927659.c: added
5129
5130 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5131
5132         * src/SDCCast.c (addCast): don't cast float to char
5133         * device/lib/libsdcc.lib: added _memmove
5134
5135 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5136
5137         * device/lib/large/Makefile: fixed parallel execution by
5138         replacing `make` by `$(MAKE)`
5139
5140 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5143         offsets (fixes bug #923936)
5144
5145 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         * device/lib/small/Makefile: fixed parallel execution by
5148         replacing `make` by `$(MAKE)`
5149
5150 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5151
5152         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5153
5154 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5155
5156         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5157         * src/regression/Makefile: Regression test was not running.
5158
5159 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5160
5161         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5162         complement if possible
5163         * src/SDCCval.c (valComplement),
5164         * src/SDCCicode.c (operandOperation): fixed complement of literal
5165         * support/regression/tests/onebyte.c (testComplement): added
5166
5167 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5168
5169         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5170         return an optimized tree; actually replace actParm with the new tree
5171         * src/SDCCast.h: added some parantheses to remove side effects
5172         * support/regression/tests/bug-920866.c
5173
5174 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5175         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5176         Bit operands were not being handled properly in the pic14 port.
5177         (now src/regression/add.c passes again).
5178
5179 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5180
5181         * src/SDCC.y (labeled_statement): case and default no longer require
5182         a following statement (RFE #893037)
5183
5184 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5185
5186         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5187         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5188         disabled (fixes bug #916294)
5189         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5190         "mov a,acc"; patch provided by Lenny Story
5191         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5192
5193 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5196         functions
5197         * src/ds390/gen.c (genFunction, genEndFunction),
5198         * src/ds390/ralloc.c (ds390_assignRegisters),
5199         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5200         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5201         pushed if there are parameters passed on the stack. Also, a cleaner
5202         way to decide if r0/r1 should be pushed/popped. (Together they fix
5203         bug #918693)
5204
5205 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * doc/sdccman.lyx,
5208         * device/lib/mcs51/crtpagesfr.asm,
5209         * device/lib/mcs51/crtxinit.asm,
5210         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5211         to avoid confusion with Si Lab's SFRPAGE register.
5212
5213 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5214
5215         * src/SDCCglue.c (emitMaps): allow public sfr variables
5216         * src/SDCCglue.c (initialComments): include compiler build date
5217         with compiler version and put the timestamp of the generated
5218         assembly file on a serperate line to be less confusing.
5219         * src/port.h: added genInitStartup hook
5220         * src/avr/main.c,
5221         * src/ds390/main.c,
5222         * src/hc08/main.c,
5223         * src/pic/main.c,
5224         * src/pic16/main.c,
5225         * src/xa51/main.c,
5226         * src/z80/main.c: genInitStartup initialize as NULL (default to
5227         historical behaviour)
5228         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5229         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5230         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5231         library instead of hard coding it into the compiler.
5232         * support/regression/ports/mcs51-stack-auto/spec.mk,
5233         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5234         * device/lib/mcs51/Makefile,
5235         * device/lib/small/Makefile,
5236         * device/lib/large/Makefile,
5237         * device/lib/mcs51/crtpagesfr.asm,
5238         * device/lib/mcs51/crtstart.asm,
5239         * device/lib/mcs51/crtxclear.asm,
5240         * device/lib/mcs51/crtxinit.asm,
5241         * device/lib/mcs51/crtclear.asm,
5242         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5243         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5244         and into user configurable files.
5245         * device/lib/clean.mk: clean mcs51 directory too
5246         * support/regression/tests/longlit.c: added static to T1 declaration
5247         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5248         accesses in the initialization code
5249
5250 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5253         OSCTRIMVAL as noted in bug #916008
5254
5255 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5256
5257         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5258         in loops with multiple exits (reported as incorrect registers
5259         used by Martin Helmling in Sdcc-user list)
5260
5261 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5262
5263         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5264         made ds390 register extensions look less like error messages
5265
5266 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5267
5268         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5269         reported by Adam Wozniak in Sdcc-user list
5270
5271 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5272
5273         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5274         arithmetic optimizations, added debug output
5275
5276 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5277
5278         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5279         * sdcc.spec: updated and split sdcc into 3 rpms
5280         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5281         needed for literals of LEFT_OP and '+'
5282         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5283         introduced RESULT_TYPE_NOPROM
5284         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5285         left shift
5286         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5287         limited promotion to int only for '*'
5288         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5289
5290 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5291
5292         * src/pic16/gen.c (genSkip),
5293         (genc16bit2lit), (gencjneshort): commented out
5294         (is_LitOp): new helper function, checks operand type
5295         (genCmpEq): rewritten
5296
5297 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5298
5299         * support/regression/tests/bug-908454.c: added
5300
5301 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5302
5303         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5304         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5305         (geniCodeCast): cosmetic, don't preserve bit storage class
5306         (geniCodeLeftShift): added promotion
5307         (geniCodeLogic): fixed regression
5308         * src/SDCCsymt.c (computeTypeOr): accept bits too
5309         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5310
5311 2004-03-07  Borut Razem <borut.razem AT siol.net>
5312
5313         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5314
5315 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5316
5317         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5318         version of pic16_genPackRegisters which does not check if ic is a
5319         CAST operator,
5320         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5321         function cause string1.c regression test fails
5322
5323 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5324
5325         * sim/ucsim/configure.in,
5326         * sim/ucsim/configure,
5327         * sim/ucsim/doc/Makefile.in: use docdir
5328         * src/SDCC.y: fixed sbit atrributes
5329         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5330         * src/SDCCast.c (decorateType): |^& need special promotion handling
5331         * src/SDCCast.h,
5332         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5333         * src/SDCCsymt.h (computeType),
5334         * src/SDCCicode.c: computeType() needs op
5335         * src/SDCCsymt.c (checkTypeSanity),
5336         * doc/sddman.lyx: "plain" bitfields are unsigned
5337         * src/SDCCsymt.c (computeTypeOr): added
5338         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5339         |^& ops
5340         * src/SDCCval.c (val*): computeType() needs op
5341         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5342         * support/regression/tests/onebyte.c: added tests for |^&
5343
5344 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5345
5346         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5347         for writing icode into asm output.
5348
5349 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         * src/pic16/device.c: added some debug lines enabled
5352         with macro DEBUG_CHECK,
5353         * src/pic16/genarith.c: more debug in genPlus,
5354         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5355         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5356         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5357         * (aopForSym): onStack symbols are re-placed in data memspace,
5358         and onStack flag is cleared,
5359         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5360         copy temporary pcodeop,
5361         * (genPcall): added warning for not updating PCLATU,
5362         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5363         always true for pic16 port,
5364         * (genMultOneWord): NEW, supports integer multiplication,
5365         * (genMult): modified to call genMultOneWord,
5366         * (ifxForOp): added warning when return NULL,
5367         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5368         flag is set before call to operandFromSymbol for implicit
5369         added structures,
5370         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5371         options.intlong_rent are set by default,
5372         * (_hasNativeMulFor): modified to allow port generation of integer
5373         multiplication,
5374         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5375         set regtype to REG_SFR for all registers, restricting seting the
5376         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5377
5378 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5379
5380         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5381         more than 500 times in the regression tests
5382
5383 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5384
5385         * support/Util/SDCCerr.h,
5386         * support/Util/SDCCerr.c,
5387         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5388         enumerator_list),
5389         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5390         for symbol conflicts.
5391         * support/valdiags/tests/enum.c,
5392         * support/valdiags/tests/tentdecl.c,
5393         * support/valdiags/tests/struct.c: expect possible error messages
5394         referring to original symbol definitions.
5395         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5396         * src/SDCCsymt.h,
5397         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5398
5399 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5400
5401         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5402
5403 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5404
5405         * src/pic16/ralloc.c (newReg): fixed bug #908929
5406
5407 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5408
5409         * src/ds390/gen.c: added missing #include "main.h"
5410
5411 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5412
5413         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5414         checking if symbol is already in set,
5415         * src/pic16/device.h: prototype for checkAddSym,
5416         * src/pic16/gen.c: (_G): added entry interruptvector,
5417         * (assignResultValue): removed some commented out lines,
5418         * (genFunction): check for ISR via sym->type, absolute section for
5419         interrupt code is created via a new pBlock, the goto instruction is
5420         placed now correctly at the interrupt vector position, changed all
5421         references from ivec to _G.interruptvector,
5422         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5423         is the interrupt is a high priority one, same for return from ISR,
5424         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5425         externs to calls of checkAddSym,
5426         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5427         pic16_pcode_verbose flag is set,
5428         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5429         * src/pic16/pcoderegs.c: message about how many registers are saved
5430         will only be emitted if pic16_pcode_verbose flag is set,
5431
5432 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/ds390/ralloc.h,
5435         * src/ds390/ralloc.c (ds390_regWithIdx),
5436         * src/ds390/gen.c (emitcode),
5437         * src/ds390/main.h,
5438         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5439         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5440         ds390operandCompare, getRegsRead, getRegsWritten,
5441         initializeAsmLineNode): customized instruction size calculation for
5442         ds390, started basis for some register optimizations
5443         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5444         corresponding assembly output
5445         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5446         missing push/pop of r0/r1. Optimized push/pops
5447
5448 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5449
5450         * src/mcs51/main.c (instructionSize): fixed ACALL size
5451         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5452
5453 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5454
5455         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5456         the sorting of rlist with NULL elements
5457         * (print_idataType, print_idata): NEW to create idata sections
5458         * src/pic16/device.h: idataSymSet new variable
5459         * src/pic16/gen.c (genFunction): fixed some bugs in string
5460         comparing, improved the absolute section creation for ISRs,
5461         added FSR0L/FSR0H in registers that are saved in an ISR,
5462         * (genInline): fixed the processing of inline snippets,
5463         now they undergo no process by the peephole optimizer
5464         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5465         are placed in idataSymSet,
5466         * (pic16emitStaticSeg): extern symbols are added in externs,
5467         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5468         switching when aboslute variables are placed in access bank memory
5469         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5470         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5471         commented out with #if,
5472         * (pic16_packRegisters): reintroduce the check for CAST because some
5473         symbols are not correctly handled,
5474         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5475         pCodeInstruction instead of pCode,
5476         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5477         pCodeAsmDir definition,
5478         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5479         directive, then the argument directive is emitted without the leading
5480         tab, hack for inline labels which must be in the first column,
5481         * (compareLabel,pic16_findNextInstruction),
5482         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5483         * (insertBankSwitch): modified for the new pCodeAsmDir,
5484
5485 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5486         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5487
5488         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5489         instance,
5490         * (pushSide): commented out with #if,
5491         * (assignResultValue): fixed some typos in saving
5492         registers,
5493         * (genPcall): FIXED and sync'ed with genCall,
5494         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5495         * (genNearPointerGet): fixed to handle some more cases,
5496         implementation scheme via table reads,
5497         * (genConstPointerGet): modified to access code memory correct,
5498         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5499         and improved to handle some cases
5500         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5501         instead of "RETLW" for init data
5502         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5503         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5504         variables are placed in access bank memory (<0x80 and >=0xf80),
5505         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5506         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5507         TBLWT_POSTDEC,TBLWT_PREINC
5508         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5509         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5510         directives
5511         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5512         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5513         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5514         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5515
5516 2004-02-29  Borut Razem <borut.razem AT siol.net>
5517
5518         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5519         support/Util/findme.h, support/Util/system.h: enhance binary relative
5520         search for lib and include by using findProgramPath()
5521
5522 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCpeeph.h,
5525         * src/SDCCpeeph.c (pcDistance),
5526         * src/port.h,
5527         * src/mcs51/ralloc.h,
5528         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5529         * src/mcs51/main.h,
5530         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5531         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5532         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5533         size calculation port specific, started basis for some register
5534         optimizations
5535         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5536         missing push/pop of r0/r1. Optimized push/pops
5537         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5538         * device/lib/_modsint.c (_modsint),
5539         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5540         and stack version so regression tests pass
5541
5542 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5543
5544         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5545         * src/SDCCast.c (decorateType): catch another small optimization
5546         with '?' operator
5547         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5548         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5549         modified to finally use computeType() all over SDCC,
5550         see Feature Request #877103
5551         * src/SDCCval.h: cosmetic
5552         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5553         valCompare(); regression tested in muldiv.c
5554         * support/regression/tests/muldiv.c (testMod): mod sign follows
5555         dividend only
5556
5557 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5558
5559         * src/SDCCast.c (decorateType): fixed bug #902362
5560         * doc/INSTALL.txt: fixed install instructions for win32
5561
5562 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5563
5564         * device/include/Makefile.in (install): fixed by replacing spaces
5565         by tabs
5566         * doc/README.txt,
5567         * doc/INSTALL.txt: updated for release
5568         * doc/sdccman.lyx: added warning for --xstack being buggy
5569
5570 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5571
5572         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5573         to eliminate build warnings.
5574         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5575
5576 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5577            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5578
5579         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5580         removed -penable-stack, added comment for stack pragma, added
5581         warning for not initializing the stack/frame registers, removed
5582         comment at interrupts section
5583
5584         Stack is made permanent, there is no ability to disable stack usage.
5585         * src/pic16/device.h,
5586         * src/pic16/device.c: removed all references to USE_STACK macro,
5587         * src/pic16/device.c (pic16_dump_section): when no elements in
5588         rlist, free rlist before return,
5589         * (pic16_dump_int_registers): NEW, internal registers are a new set
5590         of general purpose registers reused by each function,
5591         * (checkAddReg): returns 1 if registers is added to set,
5592         * (pic16_groupRegistersInSection): when a registers is of type
5593         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5594         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5595         SRCASECMP macro is moved here from device.c
5596         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5597         PO_PCLATU, PO_PRODL, PO_PRODH,
5598         * (pic16_pCodeOpType, genMinus,
5599         changed compares to "a" register, with AOP_ACC,
5600         * (pic16_genPlus): fixed some bugs and indented properly,
5601         * (pic16_addSign): changed size to size+offset in the MOVWF
5602         instruction,
5603         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5604         multiply 8-bit operand by literal, result is 8-bit,
5605         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5606         multiply 2 8-bit operand, result is 8-bit,
5607         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5608         genUMult8X*_16,
5609         * src/pic16/gen.c: changed accUse to contain WREG only,
5610         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5611         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5612         true, do not use immediate addressing any more unless sym is a
5613         pointer in codespace,
5614         * (aopForRemat): do not use immediate addressing when symbol not in
5615         codespace and when symbol's address is requested,
5616         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5617         accUse size (= 1),
5618         * (aopGet): added case for AOP_ACC and don't return "accumulator
5619         bug" but WREG instead,
5620         * (popGetTempReg): pushes contents of temporary register in stack,
5621         * (popReleaseTempReg): pops contents of temporary register from
5622         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5623         * (pic16_popGet): separated case AOP_ACC to return register WREG
5624         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5625         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5626         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5627         the use of immediate pointers to certain cases only.
5628
5629         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5630         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5631         * (assignResultValue, genCall, genRet): modified to use the new
5632         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5633         genPcall is still broken,
5634         * (genFunction): added code to create 'A' type pBlocks when
5635         interrupt functions are generated, code not extensively tested yet,
5636         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5637         * (genEndFunction): modified so ISRs pop stored registers from stack,
5638         * (genMultOneByte): cleanup,
5639         * (AccRsh): added flag andmask, to and result with appropriate mask,
5640         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5641         * (genDataPointerGet): fixed and reenabled its use,
5642         * (genNearDataPointerGet): bugs fixed,
5643         * (genDataPointerSet): bugs fixed,
5644         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5645         pic16_DumpSymbol, pic16_DumpOp,
5646         * src/pic16/genutils.h: function prototypes for the above functions,
5647         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5648         pointers,
5649         * (pic16emitRegularMap): many many many improvements, but needs a
5650         major cleanup,
5651         * src/pic16/main.c: enable_stack in pic16_options is removed,
5652         * (_pic16_parseOptions): removed command line options -penable-stack,
5653         * (_process_pragma): emit stack symbol only when stack pragma is
5654         processed,
5655         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5656         redirected to FSR0L/FSR0H pair,
5657         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5658         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5659         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5660         for immediates,
5661         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5662         * (dumpPicOptype): NEW,
5663         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5664         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5665         with movff instruction,
5666         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5667         added pic16_int_regs, some packRegsFor* functions are commented out,
5668         because produce errors,
5669         * src/pic16/NOTES: minor modifications
5670
5671 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5672
5673         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5674         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5675         --pack-iram.
5676         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5677         * as/mcs51/lkaomf51.c: fixed bug #895763
5678
5679 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5680
5681         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5682
5683 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * doc/sdccman.lyx: added details about the HC08 storage classes and
5686         interrupts, fixed the register usage info for z80 & gbz80
5687
5688 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5689
5690         * doc/sdccman.lyx: added more pic16 port documentation
5691         * device/include/pic16/: added header pic18fregs.h
5692
5693 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5694
5695         * doc/sdccman.lyx: added Vangelis' contribution
5696
5697 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5700         extend to the next CALL or PCALL, not just to the next CALL.
5701
5702 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5703
5704         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5705
5706 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5709         bug #895752 and a better fix for bug #716790
5710
5711 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5714
5715 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5716
5717         * doc/sdccman.lyx: minor changes, minor changed
5718
5719 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5720
5721         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5722         which can't handle SDCC_NEWONEBYTEOPS,
5723         (geniCodeMultiply): removed conversion from mult to shift for pic14
5724         and pic16
5725
5726 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/hc08/gen.h,
5729         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5730         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5731         thus fixing bug #895406
5732
5733 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5734
5735         * device/lib/_modsint.c,
5736         * device/lib/_modslong.c: sign follows divisor only
5737         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5738         signs or signedness can be ignored
5739         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5740         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5741         added optimization for IFX,
5742         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5743         arguments;
5744         reenabled optimization for IFX, which was removed on 2004-01-11
5745         * src/SDCCast.h: added return type IFX
5746         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5747         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5748         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5749         SDCC_OLDONEBYTEOPS selects the old behaviour
5750         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5751         changed again and commented promotion rule
5752         * src/SDCCval.c (valDiv): promotion no longer necessary
5753         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5754         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5755         rewritten
5756         * support/regression/tests/onebyte.c: added
5757
5758 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5759
5760         * gen.c (genInline): reverted to old code for assemnling inline
5761         code because of bug reported James Chadd
5762
5763 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         * ralloc.h: missing declarations from previous patch,
5766         seems that patch for ralloc.h was never applied, fixed
5767
5768 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5769            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5770
5771         * pcode.c,
5772         * pcode.h,
5773         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5774         indirect addressing. Marked FSR0 as deprecated
5775         * gen.c (pointerCode): commented out, not needed now
5776         (pic16_popGet2p): new MOVFF helper function
5777         (genGenPointerGet),
5778         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5779         (shiftRLong): removed duplicate debugging info
5780
5781 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/ds390/gen.c (genNearPointerGet),
5784         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5785         optimization with bits, but not bitfields.
5786         * src/ds390/ralloc.c (packRegisters),
5787         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5788
5789 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5790
5791         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5792
5793 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5794
5795         * src/SDCCsymt.h,
5796         * src/SDCCicode.c (operandFromSymbol),
5797         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5798         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5799         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5800         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5801         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5802         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5803         bug #892038
5804         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5805         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5806         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5807         * src/SDCCsymt.c (newSymbol),
5808         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5809         enumerator_list),
5810         * src/SDCCval.h,
5811         * src/SDCCval.c (newiList): fixed bug #885705
5812
5813 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5814
5815         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5816         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5817
5818 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5819
5820         * device/include/c8051f120.h,
5821         * device/include/c8051f300.h,
5822         * device/include/c8051f310.h: added/updated header files for Silicon
5823         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5824         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5825         in new section Submitting patches
5826
5827 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5830         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5831         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5832         genGenPointerSet),
5833         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5834         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5835         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5836         genGenPointerSet),
5837         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5838         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5839         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5840         genGenPointerSet),
5841         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5842         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5843         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5844         genGenPointerSet): fixed bug #892400
5845         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5846         to eliminate build warnings.
5847         * src/SDCCast.c (processParms),
5848         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5849         fixed bug 751859
5850         * support/valdiag/valdiag.py: added GCC to the list of defines active
5851         when compiling with gcc
5852
5853 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * support/Util/SDCCerr.h,
5856         * support/Util/SDCCerr.c,
5857         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5858         with an incomplete type (fixed bug #883734)
5859         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5860
5861 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5862
5863         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5864
5865 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5866
5867         * src/SDCCast.c (decorateType),
5868         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5869         function pointer implementation
5870         * support/regression/tests/funptrs.c: added tests to verify both forms
5871         of function pointers work correctly. Added tests to verify parameters
5872         are passed in the correct order.
5873
5874 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5875
5876         * device.c (regCompare): registers are sorted by ascending
5877         address and increasing size,
5878         * main.c (_pic16_finaliseOptions): removed the declaration
5879         of compiler macro MCU. Now a macro of the format pic18fxxxx
5880         will be defined from the command line
5881
5882 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5883             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5884
5885         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5886         PCOP_RLCF was overwritten!
5887         * gen.c (genSkip): commented out calls to pic16_emitcode,
5888         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5889         * (genlshTwo),
5890         * (genRRC): added debugging info,
5891         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5892         overwritten while shifting,
5893         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5894         overwritten while shifting,
5895         * (AccLsh),
5896         * (AccRsh),
5897         * (shiftLLeftOrResult),
5898         * (shiftRLeftOrResult),
5899         * (shiftRLong),
5900         * (shiftLLong): Implemented with pic16_emitpcode
5901         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5902         * (genLeftShift): Fixed bug, operand for shift by variable always
5903         was "and"ed with 0x0f,
5904         * (genLeftShiftLiteral),
5905         * (genrshTwo),
5906         * (genRightShiftLiteral): added debugging info,
5907         * (genrshFour): added comment,
5908         * (genRightShift): determined signedness from operand "left"
5909         instead of "result"
5910
5911 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5912
5913         * src/SDCCicode.c (geniCodeParms),
5914         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5915         function pointers, fixed function pointer bugs #861242 and #861896
5916
5917 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5918
5919         * device/include/c8051f000.h,
5920         * device/include/c8051f120.h,
5921         * device/include/c8051f300.h: added header files for Silicon
5922         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5923
5924 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5925
5926         * src/SDCCast.c (processParams): added new type flow and restructured
5927         (gatherAutoInit): added new type flow
5928         (addCast): cosmetic changes
5929         (getLeftResultType): added new type flow for array indices, patch
5930         provided by Stas, see FR #877103
5931         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5932         array index patch by Stas
5933         * src/SDCCast.h: added prototype getResultTypeFromType()
5934         * src/SDCCval.h,
5935         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5936         * src/pic/glue.c (pic14emitStaticSeg),
5937         * src/pic16/glue.c (pic16emitStaticSeg),
5938         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5939         for initialization of symbols
5940         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5941         * support/Util/SDCCerr.h:
5942         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5943         * .version: bumped version number to 2.3.8
5944         * device/include/Makefile.in (install),
5945         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5946         avoid warnings
5947
5948 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5951         Slade Rich fixed an optimization bug
5952         * src/pic/pcodepeep.c,
5953         * src/pic/pcoderegs.c
5954         * doc/Makefile (install): added test for directory
5955
5956 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5957
5958         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5959         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5960         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5961         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5962         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5963         * as/mcs51/asexpr.c (term),
5964         * as/hc08/asexpr.c (term): fixed bug #887146
5965
5966 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/z80/gen.c (genMult): handle single byte result product
5969         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5970         DUMMY_READ_VOLATILE (fixed bug #886367)
5971
5972 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5973
5974         * support/regression/tests/libmullong.c: fixed logic, on little endian
5975         hosts we ended without a mullong_wrapper()
5976
5977 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5978
5979         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5980         virus/worm forged address usage.
5981
5982 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5983
5984         Fixed promotion, it should be done on AST level:
5985         * src/SDCCast.c (addCast): added promotion to int
5986         (decorateType): updated call to upCast()
5987         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5988         usualUnaryConversions()
5989
5990 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5991
5992         * support/regression/tests/literalop.c (mulWrapper): Added a
5993         wrapper to remove integer overflow warnings.
5994
5995         * support/regression/tests/float_trans.c: Made work on host.
5996
5997         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5998         location of sz80.
5999
6000         * support/regression/generate-cases.py (main): Changed from inline
6001         to a main method.
6002
6003         * doc/Makefile (install): Changed to depth first to get rid of
6004         missing directory install warning.
6005
6006         * as/Makefile (install-doc): Made work on Mac.
6007
6008 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * src/SDCCast.c: added an additional type flow in decorateType() of
6011         opposite direction, see feature request #860006; it's enabled at runtime
6012         by setting the environment variable SDCC_NEWTYPEFLOW
6013         * src/SDCCast.h: changed prototype of decorateType()
6014         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6015         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6016         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6017         see feature request #877103
6018         * src/SDCCval.c: updated call of decorateType()
6019         (valBitwise): fixed bug #882876
6020         (valMinus): added promotion
6021         (valLogicAndOr): result is unsigned
6022         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6023         * src/SDCCsymt.c (computeType),
6024         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6025         must not cause an unsigned operation
6026         * src/pic/glue (pic14emitRegularMap),
6027         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6028
6029 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6030
6031         * src/pic/pcode.c (PCodeID): commented out left over debug code
6032
6033 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6034
6035         * support/valdiag/tests/overflow.c: added shift tests
6036         * src/pic/device.c,
6037         * src/pic/gen.c,
6038         * src/pic/gen.h,
6039         * src/pic/glue.c,
6040         * src/pic/main.c,
6041         * src/pic/pcode.c,
6042         * src/pic/pcode.h,
6043         * src/pic/pcodepeep.c,
6044         * src/pic/pcoderegs.c,
6045         * src/pic/ralloc.c,
6046         * src/pic/ralloc.h: applied patch from Slade Rich;
6047         added support for multiple code pages and multiple RAM banks on the
6048         PIC 14 port. The ASM files now no longer simply assume all the
6049         code / RAM are in the same page / bank. This means the linker can
6050         safely allocate code/RAM of separate ASM files to different pages/banks.
6051         * doc/sdccman.lyx: added Slade's tips
6052         * src/mcs51/peeph.def: fixed bug #880768
6053
6054 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6055
6056         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6057         * src/SDCCast.c (decorateType): fixed bug #880197
6058
6059 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6060
6061         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6062         getopt.h.
6063
6064         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6065         strtof is not part of C89 and isn't included with Mac OS X.
6066
6067 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6068
6069         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6070         shiftL2Left2Result): fixed bug #879326
6071         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6072         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6073         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6074         address fetch for clr instruction
6075         * device/lib/hc08/_mulint.c: created optimized assembly version
6076         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6077
6078 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6079
6080         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6081         proposed in FR #877103
6082
6083 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6084
6085         * src/SDCCval.c (cheapestVal): added missing checks
6086         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6087         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6088
6089 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6090
6091         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6092         equal operands
6093
6094 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6095
6096         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6097         loaded with the linker search paths (-L arguments) and the libraries
6098         to be linked with the current source (-l arguments). Changes
6099         currently will affect only the pic16 port.
6100         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6101         include path the port specific paths and port specific libraries,
6102         * gplink command now contains the $3 argument,
6103         * src/pic16/device.h,
6104         * src/pic16/device.c,: structure PIC_device is made public and
6105         renamed to PIC16_device, the same for variable Pics which is renamed
6106         to Pics16. Updated all references to them.
6107         * src/pic16/glue.c (pic16glue): corrected bug with code
6108         initialization which bypassed the variable initializations block.
6109
6110         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6111         COMPILE_FLAGS and added the --nostdinc option
6112
6113 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         * device/include/mc68hc908jb8.h: Register defs for another member
6116         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6117
6118 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6119
6120         Documenting changes from previous commits.
6121         * configure.in (version 1.56),
6122         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6123         when generating output files to configure the pic16 library,
6124         but now I've commented it out, since gputils aren't installed in the
6125         SF compile farm, so library won't compile
6126
6127         * device/lib/Makefile.in (version 1.56): initially I've added in
6128         target 'all' the prerequestive 'model-pic16' so it compiled the
6129         pic16 library, but now I've commented it out for the same reasons
6130         above,
6131         * added targets 'model-pic16' and 'objects-pic16' to compile the
6132         library
6133         * added target 'port-specific-objects-pic16' to handle the
6134         generated libraries and copy them into the build/ directory
6135         * added target 'clean-intermediate-pic16' to clean intermediate
6136         files into pic16 directory
6137         * in target 'installdirs' added line to create directory pic16 in
6138         the installation path
6139
6140         * device/include/Makefile.in (version 1.11): in target 'install'
6141         added lines to copy all header files to installation path,
6142         * in target 'installdirs' added line create directory for pic16
6143         headers in the installation path
6144
6145 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6146
6147         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6148          a function call
6149
6150 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6151
6152         * configure,
6153         * device/lib/configure.in,
6154         * device/lib/configure: fixed for autoconf 2.57
6155
6156 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6157
6158         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6159         option so that it actually works. Made it specific to the z80, since
6160         the gbz80 doesn't have these kinds of I/O ports.
6161
6162 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * device/include/z180.h,
6165         * device/lib/_memcpy.c,
6166         * device/lib/_memmove.c,
6167         * device/lib/_mulint.c,
6168         * device/lib/ser_ir.c,
6169         * device/lib/ser_ir_cts_rts.c,
6170         * device/lib/_strcmp.c,
6171         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6172         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6173         portmode; added deprecation warning for bank= and protmode= forms.
6174         Also, guard against buffer overflow.
6175         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6176
6177 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6178
6179         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6180         changed interrupt vector table generation to only emit declared vectors.
6181         * device/include/Makefile.in: added missing backslash
6182         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6183
6184 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6185
6186         Mainly changes to support compilation of the device libraries
6187         * src/pic16/device.c: stack is allocated via symbol and not
6188         via literal number. The symbol is placed in the corresponding
6189         position of the data ram
6190         * (pic16_dump_section): relocatable and absolute uninitialized
6191         data are now emitted in sorted order to reduce section naming,
6192         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6193         weren't marked as being in the access bank,
6194
6195 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6196
6197         Added portion of GNU PIC Library under the directory
6198         device/include/pic16 and device/lib/pic16. These files
6199         contain the declarations of SFRs for the PIC18Fxx2 devices.
6200         The directory is initialized via configure from toplevel.
6201
6202 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6203
6204         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6205         the spilllocations to be compared correctly
6206
6207 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6208
6209         * src/SDCCast.c (decorateType): fixed bug introduced today
6210
6211 2004-01-12  Borut Razem <borut.razem AT siol.net>
6212
6213         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6214         doc/sdccman.lyx: upper case pragmas are deprecated
6215
6216 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6217
6218         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6219         in simpler and even better code
6220
6221 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6222
6223         * src/SDCCicode.c (operandOperation): fixed bug #874819
6224         * src/SDCCast.c (decorateType): fixed
6225         char foo (unsigned long ul) { return ul > 0; }
6226
6227 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6228
6229         * doc/sdccman.lyx: Moved and added some sections, small changes
6230         all over. Telling LaTeX to be less strict with word spacing
6231         to better keep the right margin. Changed some notes about
6232         maintainance of the ports in section 3.2.1 - is it OK like this?
6233
6234 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6235
6236         SDCC source changes:
6237         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6238         convilong): modified to inform the pic16 port that builtin functions
6239         are external
6240
6241         PIC16 PORT specific changes:
6242         * src/pic16/device.c pic16_dump_equates() added,
6243         processor registers declared internally by the port are emitted in
6244         the translation as equates,
6245         * src/pic16/gen.c: inline code is passed unprocessed to the
6246         translation,
6247         * (pic16_popGetLit2): fnuction modified to take second operand as
6248         pCodeOp pointer and not as literal,
6249         * (popRegFromIdx): prefixed with pic16_,
6250         * (pic16_popCombine2): modified to receive already allocated pCode
6251         operands,
6252         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6253         * (genFunction): initializes local stack frame and pushes on stack
6254         all the registers used by this function,
6255         * (genEndFunction): restores all registers from stack and restores
6256         stack frame,
6257         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6258         improvements,
6259         * (pic16glue): changed the program startup sequence,
6260         * added new dbName code 'A' for functions placed in absolute section
6261         * src/pic16/main.c: added function attribute _naked,
6262         * added pragma 'code' to place a fnuction at an absolute address,
6263         * added command line arguments --debug-ralloc and --pcode-verbose,
6264         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6265         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6266         * (pic16_newpCodeOpLit2): modified to take the second operand as
6267         pCodeOp pointer,
6268         * (pic16_printpBlock): modified to emit each function in a separate
6269         section,
6270         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6271         UPPER for immediate operands,
6272         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6273         instruction,
6274         * src/pic16/peeph.def: all peepholes with movff are commented out,
6275         because there is a problem in the pcode peep optimizer,
6276         * src/pic16/ralloc.c: the register allocator can now reuse local
6277         function symbols for another function. This saves register usage.
6278         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6279
6280         Added file src/pic16/NOTES with information about program writing on
6281         the current port version.
6282
6283 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6284
6285         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6286         and peephole 252 (array access)
6287
6288 2004-01-09  Borut Razem <borut.razem AT siol.net>
6289
6290         * src/SDCCmain.c : fixed #872250: -l command line defined library
6291           files are scanned before standard library files
6292
6293 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCCast.c (decorateType): fixed bug #874046
6296
6297 2004-01-09  Borut Razem <borut.razem AT siol.net>
6298
6299         * support/scripts/sdcc.nsi: remove previous installation
6300
6301 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6302
6303         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6304         bytes for last interrupt vector (mcs51)
6305         * sdcc.spec: fixed typo
6306
6307 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6308
6309         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6310         gen51Code): more efficient parameter receive for --model-large
6311         ("bug" #845294)
6312
6313 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6314
6315         * src/ds390/main.c,
6316         * src/z80/main.c: added missed needLinkerScript flags (more than
6317         one port structure defined in these file)
6318         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6319         bug #795325
6320
6321 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6322
6323         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6324         * src/port.h: added flag needLinkerScript in port->linker
6325         structure to inform whether to create a .lnk file or not,
6326         * src/avr/main.c,
6327         * src/ds390/main.c,
6328         * src/hc08/main.c,
6329         * src/mcs51/main.c,
6330         * src/pic/main.c,
6331         * src/pic16/main.c,
6332         * src/xa51/main.c,
6333         * src/z80/main.c: changed appropriately to configure
6334         needLinkerScript flag
6335         * src/pic/gen.c,
6336         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6337         * src/pic/glue.c: added variable udata_section_name to
6338         override default uninitialized data segment definition for
6339         devices only with SHAREBANK memory (reported from Erik Epetrich)
6340         * (pic14emitOverlay): modified to emit a commented overlay segment
6341         directive when no overlay data exist
6342         * (picglue): modified to emit uninitialized data segment
6343         according to udata_section_name
6344         * src/pic/main.c (_pic14_parseOptions): added command line
6345         options --udata-section-name=[name] to override default
6346         udata definition name
6347         * modified _linkCmd and _asmCmd to include compiler passed
6348         arguments via -W option
6349         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6350         object file from '.rel' to '.o' in port->linker structure,
6351         changed size of fptr from 2 to 3 in port structure
6352
6353 2004-01-07  Borut Razem <borut.razem AT siol.net>
6354
6355         * support/scripts/sdcc.nsi: update PATH
6356         * support/scripts/sdcc.ico: craeted
6357
6358 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6359
6360         * device/include/Makefile.in: fix install
6361         * doc/Makefile: fix install
6362
6363 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6366         in bug #860505
6367         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6368         how the function variable allocation summary is displayed; also
6369         include information about variables allocated to the overlay
6370         segment
6371
6372 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6373
6374         * as/mcs51/lkmain.c: Help about -Y option
6375         * as/mcs51/lkarea.c: Fixed gcc warnings
6376
6377 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6378
6379         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6380         fixed warning
6381         * support/valdiag/tests/overflow.c: added
6382         * src/SDCCast.c (decorateType),
6383         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6384         LEFT_OP (left shift)
6385
6386 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6387
6388         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6389         (default behaviour).
6390
6391 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         A python script to validate compiler diagnostic messages. It can be
6394         used to verify that sdcc complains about bad c source code and
6395         gives a good location of the error.
6396         * support/valdiag/Makefile,
6397         * support/valdiag/valdiag.py,
6398         * support/valdiag/tests/*
6399
6400 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6403         * src/SDCCsymt.c (newEnumType),
6404         * src/SDCCsymt.h
6405         * support/Util/SDCCerr.c,
6406         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6407         enum related bugs.
6408         * support/regression/tests/enum.c: added test for enum values that
6409         require at least 2 bytes of storage.
6410
6411 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6412
6413         * src/common.h: added ifndef/define/endif macros
6414         around the header file.
6415         Bug reported from Jesus Calvino-Fraga
6416
6417 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * sdcc.spec: updated
6420         * device/include/Makefile.in: don't install CVS directories
6421         * device/lib/Makefile.in: added removal of CVS directories after install
6422         * doc/Makefile: fixed install, added local_icons
6423         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6424         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6425         * src/ds390/gen.c (genRightShift): fixed bug #870788
6426         * src/SDCCast.c (decorateType): fixed bug #870781
6427
6428 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6429
6430         PIC16 port related changes:
6431         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6432         added variable stackPos,
6433
6434         * gen.c: genCall, assignResultValue: added support for
6435         pushing/retrieving function parameters to/from stack,
6436         genFunction,genEndFunction: setup stack frame for the
6437         generated function,
6438         genAddrOf: will be changed according to bug 863624
6439
6440         * added files genutils.c and genutils.h which contain gen*
6441         debugged and optimised functions extracted from gen.c
6442
6443         * glue.c: added variable 'externs' which holds extern symbols,
6444         pic16emitRegularMap: is modified to properly handle relocatable
6445          symbols under the new scheme,
6446         pic16createInterruptVect: is modified
6447         pic16printPublics: is modified to emit 'global' assembler directives,
6448         added pic16_printExterns to print extern symbols,
6449         pic16glue: initializes stack/frame pointer in the beginning of
6450         the assembly output. Temporary hack, will be corrected later,
6451         because gplink yet does not support stack and SDCC does not
6452         yet support a type of crt0.o object to create the final binary.
6453
6454         * Removed many lines that contain 8051 legacy code.
6455         * The code is finally placed under a 'code' directive.
6456         * Added port specific options.
6457
6458         * _process_pragma: simplified since now we do not need *special*
6459         include file to define SFR registers. But a separate header
6460         will be needed. This will be developed later.
6461         * _pic16_parseOptions: added, parses port specific options:
6462         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6463         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6464         --preplace-udata-with=
6465
6466         * _pic16_setDefaultOptions: modified to initialize section names,
6467         but hack is temporarly out of order since it needs improvement.
6468         * _pic16_genAssemblerPreamble: configuration words are emitted by
6469         their address instead of their name. This part is incomplete and
6470         supports only the 18Fxx2 devices. Other devices will emit an error
6471         during assembly since they do not contain the same set of config
6472         registers
6473         * _pic16_genIVT: is modified,
6474
6475         * pcode.c: added definitions for some hardware registers that are needed
6476         for stack support
6477         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6478         All PCI entries are updated. Now LFSR is supported.
6479         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6480         * added pic16_newpCodeOpLit2 to support instructions with
6481         two literal arguments
6482         * pic16_pCode2str: corrected code that emits assembler instructions
6483         with two literal operands and those that have an access bit modifier
6484         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6485         this fixes a bug which caused some labels to be lost, when an
6486         assembler directive was added, i.e. banksel,
6487         * pic16_FixRegisterBanking: improved logic that causes the insertion
6488         of bank switching,
6489         * InlineFunction: functions that are called once, are not any more
6490         inlined. This can be a port option in the future,
6491
6492         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6493
6494         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6495         hold the corresponding uninitialized symbols,
6496         * pic16_allocProcessorRegister: registers have explicit marked the
6497         accessBank field,
6498         * pic16_allocInternalRegister: registers are explicit marked as
6499         not used,
6500         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6501         processing list, so bit registers were lost,
6502         *
6503
6504         * ralloc.h: added field 'accessBank' and original symbol operand
6505         in register definition,
6506         * removed the field isMapped from register definition,
6507
6508         ** Several functions have been removed from various sources:
6509         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6510         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6511         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6512         pic16_assignRelocatableRegisters
6513
6514         ** others have been introduced:
6515         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6516         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6517
6518 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6519
6520         * support/scripts/inc2h.pl: changed definition of BIT_AT
6521         to emit 'sbit at' instead of 'bit at'. This was a request.
6522
6523         PIC16 port related preliminary changes:
6524         * gen.c: prefixed function popRegFromString with
6525         pic16_ and all references to it corrected
6526         * pcode.c: all pic16_pc_* hardware registers prefixed
6527         with underscore (_),
6528         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6529         * ralloc.c: newReg(): when register is REG_SFR then
6530         set address to rIdx,
6531         pic16_allocProcessorRegister(): marks register wasUsed=0
6532         pic16_writeUsedRegs(): added a call to assign processor
6533         registers via pic16_assignFixedRegisters
6534
6535 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6536
6537         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6538         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6539         variables in unused register banks.  Also the SSEG is placed
6540         wherever there is enough space for it, and IDATA can be anywhere
6541         in internal RAM.  For now compile using -Wl-Y[stack_size].
6542         The mem file is different for this option as well, since it
6543         makes no sense of talking about DSEG lenght.
6544
6545 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6546
6547         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6548         in certain cases, e.g. when ROM assignment, patch provided
6549         from Albert den Haan.
6550
6551 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6552
6553         Many signedness and type propagation fixes:
6554         * src/SDCCicode.c: made geniCodeCast() static
6555         replaced SPEC_ by IS_ (cosmetic)
6556         (operandOperation): fixed div and mod operation
6557         (usualBinaryConversions): added support for promotion of char
6558         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6559         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6560         (geniCodeAdd): an array index will stay unsigned, even if promoted
6561         from char to int
6562         (geniCodeArray): ditto
6563         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6564         * src/SDCCsymt.c (computeType): added more support for char;
6565         promotion of char is selectable by promoteCharToInt, fixed signedness
6566         for all cases
6567         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6568         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6569         * src/SDCCval (val*): replaced signedness calculation by
6570         computeType()
6571         rearranged if-branches (cosmetic)
6572         (valShift): added warning W_SHIFT_CHANGED
6573         (valCompare): fixed problem with different types
6574         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6575         * support/regression/tests/literalop.c: added many cases
6576         * support/regression/tests/ast_constant_folding.c: changed finally to
6577         'unsigned int'
6578         * .version: new year, new version: 2.3.7
6579         * src/SDCCmain.c (main): applied patch #866468
6580         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6581         provided by Scott Bronson
6582         * doc/sdccman.lyx: updated documentation for sdcdb
6583         updated and added chapter tips
6584
6585 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/SDCCsymt.h: missing from yesterday's commits
6588
6589 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * src/SDCC.y (struct_or_union_specifier),
6592         * support/Util/SDCCerr.c,
6593         * support/Util/SDCCerr.h: verify that struct & union tags are used
6594         as declared.
6595
6596 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6597
6598         * src/SDCCglobl.h: missing from yesterday's commits
6599
6600 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6603         sft_attributes, struct_declaration, parameter_declaration,
6604         type_name, start_block, declaration_list),
6605         * src/SDCC.lex (check_type): support redefinition of typedef names
6606
6607 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6608
6609         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6610         aligned xdata arrays. Erik helped me with the if clause.
6611
6612 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6615         warning
6616
6617 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * src/SDCCast.h,
6620         * src/SDCCast.c (newAst_),
6621         * src/SDCCicode.h,
6622         * src/SDCCicode.c (ast2iCode, newiCode),
6623         * src/SDCCglobl.h,
6624         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6625         expr, statement, expression_statement, selection_statement,
6626         iteration_statement, expr_opt, jump_statement): foundation for tracking
6627         sequence points
6628         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6629         point code too)
6630
6631 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * support/Util/SDCCerr.c,
6634         * src/SDCCast.h,
6635         * src/SDCCast.c (createCase, createDefault, decorateType),
6636         * src/SDCClabel.c (labelUnreach),
6637         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6638         to error messages.
6639         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6640         (with thanks to Stas Sergeev)
6641         * device/include/time.h,
6642         * device/lib/time.c (CheckTime): suppress unreachable code warning
6643
6644 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * src/SDCCast.c (createIvalCharPtr),
6647         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6648         bug #753752)
6649         * support/regression/tests/nullstring.c: tests for these two bugs
6650
6651 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         * support/Util/SDCCerr.h,
6654         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6655         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6656         about storage class and 'at' used inside struct or union
6657         * src/SDCCBBlock.c (iCodeFromeBBlock),
6658         * src/SDCCcse.c (ifxOptimize),
6659         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6660         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6661         printIval, emitStaticSeg, emitOverlay),
6662         * src/SDCClabel.c (deleteIfx),
6663         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6664         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6665         gatherAutoInit, processParms),
6666         * support/Util/SDCCerr.h,
6667         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6668         reporting for post-parse errors.
6669
6670 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6673         implicit casts via union; they don't work on big endian systems
6674         (possible fix for bug #861138)
6675
6676 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6677
6678         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6679         * src/mcs51/main.c: fixed the fix for bug #737001
6680
6681 2003-12-15  Borut Razem <borut.razem AT siol.net>
6682
6683         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6684
6685 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * support/makebin/makebin.c: put output in binary mode
6688
6689 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6690
6691         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6692         xdata and data memory on startup. Set the environment variable
6693         SDCC_NOGENRAMCLEAR to disable this.
6694         * src/mcs51/peephole.def,
6695         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6696         (allows non-interrupt and interrupt code to safely compete for a resource
6697         without the non-interrupt code having to disable interrupts)
6698
6699 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6700
6701         * src/SDCCicode.c (geniCodeAdd),
6702         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6703         with valFromType if type might be a pointer and host is big endian).
6704         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6705         types, not just integer types.
6706         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6707         multiply defined with mismatching "at" address.
6708
6709 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6712         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6713         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6714         with embedded nulls (fixed bug #753752)
6715
6716 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6717
6718         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6719         Apparently this did not see much testing (endless loop)
6720
6721 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6724
6725 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6728         gracefully handle NULL memmap pointers
6729
6730 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6733         instead of deleting the iCode when an operand is volatile
6734         * src/z80/gen.c (genDummyRead),
6735         * src/mcs51/gen.c (genDummyRead),
6736         * src/ds390/gen.c (genDummyRead),
6737         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6738         not just IC_RIGHT
6739         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6740         * src/SDCC.y: fixed bug #850420
6741
6742 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         Applied z80 i/o port patch from Peter Townson and fixed some operators
6745         to better handle operands in A register.
6746         * device/include/z180.h
6747         * src/SDCC.y
6748         * src/SDCCglue.c
6749         * src/z80/gen.c
6750         * src/z80/gen.h
6751         * src/z80/main.c
6752         * src/z80/peeph-z80.def
6753         * src/z80/peeph.def
6754         * src/z80/z80.h
6755
6756 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6759
6760 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6761
6762         * device/lib/hc08/_mullong.c: Removed extra #endif
6763
6764 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6765
6766         * sim/ucsim/hc08.src/inst.cc,
6767         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6768         carries from x to h
6769         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6770         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6771         * device/include/stdarg.h: fixed varargs for hc08
6772         * device/lib/Makefile.in,
6773         * device/lib/hc08/Makefile,
6774         * device/lib/hc08/_mulint.c,
6775         * device/lib/hc08/_mullong.c: fixed some endian problems
6776
6777 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6778
6779         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6780         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6781         * device/lib/_gptrget.c,
6782         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6783
6784 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6787         * src/SDCCast.c (astErrors): fixed bug #846007
6788         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6789
6790 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6791
6792         * src/SDCCast.c (decorateType): disabled a transformation I added in
6793         revision 1.188 (access to fields of a structure at an absolute address);
6794         it breaks with bitfields, extern declarations, and gcse analysis.
6795         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6796         could be assigned through a pointer, so don't complain.
6797         * src/SDCCast.c (astErrors),
6798         * src/SDCCast.h,
6799         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6800
6801 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6802
6803         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6804         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6805         output of __config directives, since gpasm now supports them
6806         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6807         pre-processor macro, i.e. -DMCU=p18f452
6808         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6809         and modified to handle 'cast' icode similarly to '=' icode
6810         * src/pic16/device.h (typedef struct PIC_device): added field
6811         'extMIface' to indicate that chip has external memory interface
6812         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6813         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6814         18F8720
6815
6816 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCC.y (pointer): fixed bug #846006
6819         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6820         * src/SDCCast.c (decorateType): fixed bug #846009
6821         * src/ds390/peeph.def,
6822         * src/ds390/gen.c (genAnd, genOr),
6823         * src/mcs51/peeph.def,
6824         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6825
6826 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6829         * src/SDCCdflow.c
6830         * src/SDCCcse.c
6831         * src/SDCCcse.h
6832         * src/SDCCBBlock.h
6833         * src/SDCCBBlock.c
6834
6835 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6836
6837         fixed bug #845089
6838         * src/SDCCbitv.h,
6839         * src/SDCCbitv.c: added function to free a bitvector
6840         * src/SDCClrange.h,
6841         * src/SDCClrange.c: added function to recompute the liveranges
6842         * src/avr/ralloc.c,
6843         * src/ds390/ralloc.c,
6844         * src/hc08/ralloc.c,
6845         * src/mcs51/ralloc.c,
6846         * src/pic/ralloc.c,
6847         * src/pic16/ralloc.c,
6848         * src/xa51/ralloc.c,
6849         * src/z80/ralloc.c: recompute the liveranges after register packing
6850
6851 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6852
6853         * src/SDCCloop.c (newInduction): fixed bug #845630
6854
6855 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6856
6857         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6858         inadvertantly left behind from my 2003-11-12 change
6859
6860 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         Updated headers I neglected to commit yesterday.
6863         * src/SDCClrange.h,
6864         * src/SDCCicode.h
6865
6866 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6867
6868         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6869         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6870         * src/SDCCopt.c (eBBlockFromiCode),
6871         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6872         the creation of the key hash table from the sequencing so it can be used
6873         earlier (for some GCSE bug fixes still pending)
6874
6875 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6876
6877         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6878         * support/regression/tests/addsub.c: testing genPlus shortcut
6879
6880 2003-11-15  Borut Razem <borut.razem AT siol.net>
6881
6882         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6883
6884 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6887         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6888         ordering is immaterial.
6889         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6890
6891 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6892
6893         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6894         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6895         (SIGSEV) of bug #840381
6896         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6897         unlink new file before rename if new and old filenames are the same)
6898
6899 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6900
6901         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6902         uninitialized variables) for the mcs51. Set environment variable
6903         SDCC_GENRAMCLEAR to test.
6904         xdata initialization slightly shorter
6905
6906 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6907
6908         * src/SDCCsymt.h,
6909         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6910         #838241 & 780691 (basicly the same bug)
6911         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6912         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6913
6914 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6915
6916         * src/SDCCmain.c (linkEdit): "fix" #834252
6917
6918 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6921         * src/SDCCast.h,
6922         * src/SDCC.y: fixed bug #819403
6923
6924 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6927         the reentrant attribute.
6928         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6929         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6930         simulation
6931         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6932         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6933         erroneously reduced to a literal.
6934         * src/hc08/ralloc.c (packRegisters, rematStr),
6935         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6936         some cases
6937
6938 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6939
6940         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6941         * doc/sdccman.lyx: changed from 'article' to 'book'
6942         * doc/Makefile: readded test_suite_spec and cdbfileformat
6943
6944 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6945
6946         * device/include/stdlib.h: include malloc.h to comply with ANSI
6947         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6948
6949 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6950
6951         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6952         * doc/clean.mk: also remove *.out files
6953         * doc/sdccman.lyx: some additions, larger top/bottom margins
6954
6955 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/SDCC.y: fixed bug #837365
6958         * support/regression/tests/bitopcse.c
6959         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6960         a symbol (might be valop instead)
6961         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6962         * device/lib/clean.mk: added hc08 to the cleaning list
6963
6964 2003-11-04  Borut Razem <borut.razem AT siol.net>
6965
6966         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6967           made 2003-11-04
6968         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6969           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6970           malloc is declared in standard stdlib.h
6971
6972 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6973
6974         * device/lib/hc08/Makefile: need to clean .rel not .o files
6975         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6976
6977 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6978
6979         * src/port.h,
6980         * src/hc08/main.c,
6981         * src/mcs51/main.c,
6982         * src/ds390/main.c,
6983         * src/z80/main.c,
6984         * src/avr/main.c,
6985         * src/pic/main.c,
6986         * src/pic16/main.c,
6987         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6988         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6989         tests (which uses the port's oclsExpense function)
6990         * src/SDCC.y,
6991         * src/SDCCast.c,
6992         * src/SDCCicode.c,
6993         * src/hc08/gen.c,
6994         * src/ds390/gen.c,
6995         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6996
6997 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/SDCCcse.c (ifxOptimize),
7000         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7001         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7002         deleting the IFX iCode.
7003         * src/hc08/ralloc.c: reduced unneeded slocs
7004         * src/hc08/gen.c: fixed bug in asmopToBoolean
7005
7006 2003-11-04  Borut Razem <borut.razem AT siol.net>
7007
7008         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7009           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7010           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7011           transferred to configure
7012
7013 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7014
7015         Use headers defined in the C[++] standards:
7016         * sim/ucsim/gui.src/serio.src/fileio.cc
7017         * sim/ucsim/gui.src/serio.src/frontend.cc
7018         * sim/ucsim/gui.src/serio.src/main.cc
7019         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7020         * support/Util/NewAlloc.c
7021         * as/hc08/lklibr.c
7022         * as/mcs51/lklibr.c
7023         * as/z80/aslist.c
7024         * as/z80/assym.c
7025
7026 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7027
7028         * Added MSVC projects for hc08 assembler and linker:
7029         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7030         /as/hc08/link_hc08.dsp
7031
7032 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7033
7034         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7035
7036 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7037
7038         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7039
7040 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7041
7042         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7043
7044 2003-10-31  Borut Razem <borut.razem AT siol.net>
7045
7046         * support/cpp2/cpplib.h,
7047           support/cpp2/cpplib.c,
7048           support/cpp2/cpplex.c,
7049           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7050           to switch _asm block preprocessing on / off. Default is
7051           #pragma preproc_asm +
7052
7053 2003-10-31  Borut Razem <borut.razem AT siol.net>
7054
7055         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7056           when outputting comment blocks (when executed with -C option) and
7057           _asm (SDCPP specific) blocks
7058
7059 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7060
7061         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7062
7063 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7064
7065         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7066
7067 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7068
7069         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7070         * src/SDCCast.c (decorateType): fixed bug #832664
7071
7072 2003-10-31  Borut Razem <borut.razem AT siol.net>
7073
7074         * support\cpp2\cpplex.c: fixed for SDCPP:
7075           comments(when executed with -C option) and _asm blocks
7076           were included even if they where in skipped #if block.
7077           Applied solution from GCC cpp 3.3.2
7078
7079 2003-10-31  Borut Razem <borut.razem AT siol.net>
7080
7081         * src/SDCC.lex: sdcc now understands both formats:
7082           '# <line_number> <file_name>' and
7083           '#line <line_number> <file_name>'
7084         * support/cpp2/cppmain.c: sdcpp now generates the standard
7085           '# <line_number> <file_name>' instead of former
7086           '#line <line_number> <file_name>'
7087
7088 2003-10-30  Borut Razem <borut.razem AT siol.net>
7089
7090         * support/cpp2/cpphash.h,
7091         * support/cpp2/cpplib.h
7092         * support/cpp2/cpplex.c,
7093         * support/cpp2/cppmain.c,
7094         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7095
7096 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7097
7098         Fixed a number of problems revealed by bug #827883.
7099         * src/SDCCloop.c (loopInvariants): Spill location of the
7100         result operand should be recomputed if extracted from
7101         a loop. Also, don't extract assignments of an iTemp
7102         from a literal.
7103         * src/SDCCast.c (isConformingBody): loop reversal should
7104         not occur if the control variable is involved with a
7105         relational operator.
7106
7107 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7108
7109         * .version: bumped to 2.3.6 to reflect the big improvements
7110         made by Erik and Klaus. Thanks!
7111
7112 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7113
7114         Replaced the livrange code.
7115         * src/SDCClrange.c: added new LR code
7116         * src/SDCCloop.c,
7117         * src/SDCCBBlock.h: removed remainig parts from old LR code
7118         * src/ds390/ralloc.c,
7119         * src/ds390/gen.c: minor fixes to make it work with new code
7120
7121 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         * as/hc08/asm.h,
7124         * as/hc08/lkrloc.c,
7125         * src/hc08/gen.c,
7126         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7127         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7128         (tweaked fix for bug #818696)
7129
7130 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7133
7134 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7135
7136         * src/SDCCmain.c,
7137         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7138         * src/mcs51/gen.c (gencjneshort),
7139         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7140         more efficient (per Scott Bronson's suggestion)
7141
7142 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         Extended the semantics of the critical keyword to include
7145         individual statements. See RFE #827755 and #799831
7146         * src/SDCC.y
7147         * src/SDCCicode.c
7148         * src/SDCCopt.c
7149         * src/SDCCast.c
7150         * support/Util/SDCCerr.c
7151         * support/Util/SDCCerr.h
7152         * src/mcs51/gen.c
7153         * src/ds390/gen.c
7154         * src/hc08/gen.c
7155
7156 2003-10-19  Borut Razem <borut.razem AT siol.net>
7157
7158         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7159
7160 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7163         Fixed bug #818696
7164         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7165         and predecrement operand is displayed
7166
7167 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7168
7169         * src/SDCCval.c (valMinus): fixed bug #826041
7170
7171 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         Some hc08 related updates that I missed earlier
7174         * sim/ucsim/stypes.h
7175         * support/regression/ports/hc08/spec.mk
7176
7177 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         New target "hc08" for the Motorola 68hc08 family of micros
7180
7181         * configure
7182         * configure.in
7183         * Makefile
7184         * src/hc08/*
7185         * src/SDCCmain.c
7186         * src/port.h
7187         * sim/ucsim/hc08.src/*
7188         * sim/ucsim/configure.in
7189         * src/ucsim/configure
7190         * sim/ucsim/packages_in.mk
7191         * as/hc08/*
7192         * as/Makefile
7193         * device/include/mc68hc908qy.h
7194         * device/lib/hc08/*
7195         * device/lib/Makefile.in
7196         * support/regression/ports/hc08/*
7197         * support/regression/Makefile
7198
7199 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7200
7201         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7202         regression test
7203         * src/ds390/gen.c (genCast): fixed bug #821957
7204
7205 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * device/lib/logf.c: "fixed" overlay bug
7208         * support/regression/ports/host/spec.mk: added m library
7209         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7210         * support/regression/tests/float_trans: added (for Eric)
7211
7212 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7213
7214         * src/mcs51/gen.c (genCpl): fixed bug
7215         http://sf.net/mailarchive/message.php?msg_id=6263915
7216
7217 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7218
7219         * src/SDCCast.c (decorateType): added extended constant folding
7220         * src/SDCCsymt.c (computeType): cleanup
7221         * src/SDCCval.c (valShift): minor optimization
7222         * support/regression/tests/ast_constant_folding.c: added
7223
7224 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/SDCCmain.c: removed some unintended changes
7227
7228 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7231         * src/z80/gen.c: fixed part of bug #817589
7232         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7233
7234 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7235
7236         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7237         * src/SDCCcflow.c
7238         * src/SDCCcse.c
7239         * src/SDCCdflow.c
7240         * src/SDCClabel.c
7241         * src/SDCClrange.c
7242         * src/SDCCmem.c
7243         * src/SDCCopt.c
7244         * src/SDCCpeeph.c
7245         * src/SDCCset.c
7246         * src/avr/ralloc.c
7247         * src/ds390/ralloc.c
7248         * src/izt/ralloc.c
7249         * src/mcs51/ralloc.c
7250         * src/pic/ralloc.c
7251         * src/pic16/ralloc.c
7252         * src/xa51/ralloc.c
7253         * src/z80/ralloc.c
7254         * src/z80/gen.c: removed unused label "release:"
7255
7256 2003-10-06  Borut Razem <borut.razem AT siol.net>
7257
7258         * src/SDCC.lex: removed definition of unused variables
7259           save_optimize and save_options
7260
7261 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         * clean.mk: removed '=' in "-maxdepth=1"
7264         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7265         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7266
7267 2003-10-06  Borut Razem <borut.razem AT siol.net>
7268
7269         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7270           my_unput() replaced by unput()
7271
7272 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7273
7274         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7275         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7276         type-punned pointer will break strict-aliasing rules"
7277         Old LR behaviour is again default; Klaus' LR can be choosen by
7278         defining the environment variable LRKLAUS
7279         * src/SDCCBBlock.h
7280         * src/SDCCloop.c
7281         * src/SDCClrange.c
7282         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7283         * clean.mk: fixed removal of files in bin/CVS/
7284         * device/lib/clean.mk: fixed removal of directories small and large
7285         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7286         * src/SDCCicode.c,
7287         * src/SDCCval.c: removed superflous test for pedantic
7288
7289 2003-10-05  Borut Razem <borut.razem AT siol.net>
7290
7291         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7292           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7293           message "unmatched #pragma SAVE and #pragma RESTORE"
7294
7295 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7296
7297         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7298           assembly, critical functions, atomic, nojtbound)
7299
7300 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7301
7302         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7303         * src/SDCCBBlock.h
7304         * src/SDCCloop.c
7305         * src/SDCCloop.h
7306         * src/SDCClrange.c
7307
7308 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/z80/gen.h,
7311         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7312         * src/mcs51/gen.h
7313         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7314         * src/ds390/gen.h
7315         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7316         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7317         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7318
7319 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * src/z80/gen.c (genRet): fixed bug #524753
7322         * src/z80/gen.c (genCast): fixed internal error on cast from
7323         pointer to long
7324         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7325         fix for bug #477835 to the z80
7326         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7327         for tracking iCodes in the peephole optimizer for z80
7328
7329 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7332         the other part of bug #814548
7333         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7334
7335 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7336
7337         * src/SDCCcse.c: fixed part of bug #814548
7338
7339 2003-09-28  Borut Razem <borut.razem AT siol.net>
7340
7341         * src/asm.c: rewrite of printILine() to use temporary file instead
7342           a pipe
7343         * src/xa51/main.c: commented out declaration of int rewinds
7344
7345 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7348
7349 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7352         * src/asm.c (printILine): Fixed bug #811015
7353
7354 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7355
7356         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7357         freeing.
7358
7359 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7362         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7363         to correctly handle general case of AOP_PAIRPTR
7364         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7365
7366 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7367
7368         * src/mcs51/ralloc.c (fillGaps),
7369         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7370         register positioning bug)
7371
7372 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7375
7376 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7379         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7380         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7381         (ralloc doesn't intentionally do this now, but perhaps later)
7382         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7383         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7384         register positioning bugs (Fixed bug #762602 and #795325)
7385         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7386         (Fixed bug #808779)
7387         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7388         lines that --i-code-in-asm generates
7389
7390 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7391
7392         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7393         trying to fclose a FILE* that was already closed.
7394
7395 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7396
7397         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7398         of const struct should be treated as if const themselves)
7399
7400 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7401
7402         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7403
7404 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7405
7406         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7407         Unix (/n) and DOS (/r/n) line terminations.
7408
7409 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7410
7411         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7412         bug #613775
7413
7414 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/mcs51/gen.c (genFunction, genEndFunction),
7417         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7418         and restore of EA so that stack offsets to parameters are
7419         correct when using both critical and reentrant/stack-auto.
7420         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7421         size (can be triggered in error if sloc is shared between
7422         different sized objects)
7423         * device/include/float.h: fixed macros to explicitly use
7424         unsigned long where needed
7425
7426 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7427
7428         Feature req. 799831: added code to allow nesting of critical functions
7429         * src/mcs51/gen.c (genFunction, genEndFunction)
7430         * src/ds390/gen.c (genFunction, genEndFunction)
7431
7432 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/SDCCsymt.c (sclsFromPtr),
7435         * src/SDCCsymt.h,
7436         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7437         support for standard C idiom of memory mapped variables; for
7438         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7439         to xdata int at 0x1234 tempvar = 1.
7440         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7441         provided by Akiya ISHIDA
7442
7443 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7444
7445         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7446         * src/SDCCval.c (constVal): added reduction from int to char
7447         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7448         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7449         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7450         to ignore the sign
7451         * support/regression/tests/shifts.c: fixed
7452
7453 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         * src/z80/gen.c (genXor): Fixed bug #805445
7456
7457 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7458
7459         Fixed bug #621531 (const & volatile confusion in the type chain).
7460         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7461         refer to the const or volatile state of the pointer itself.
7462
7463         * src/SDCCast.c
7464         * src/SDCCglue.c
7465         * src/SDCCicode.c
7466         * src/SDCCsymt.c
7467         * src/SDCCval.c
7468         * src/SDCC.y
7469         * src/SDCCsymt.h
7470         * src/pic/gen.c
7471         * src/pic/ralloc.c
7472         * src/pic16/gen.c
7473         * src/pic16/ralloc.c
7474         * support/regression/tests/const.c
7475
7476 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7477
7478         When checking for duplicated modules, use absolute paths
7479         instead of relative paths.  Files changed:
7480
7481         * as/mcs51/lklib.c
7482         * link/z80/lklib.c
7483
7484 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7487
7488 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * device/include/string.h: added size_t typedef, changed
7491         prototypes to use size_t, eliminated separate reentrant and
7492         non-reentrant declarations, added _memmove declaration
7493         * device/lib/_memcpy.c: changed to use size_t instead of int,
7494         changed /4 to >>2 to avoid division library call
7495         * device/lib/_memcmp.c,
7496         * device/lib/_memset.c,
7497         * device/lib/_strncat.c,
7498         * device/lib/_strncpy.c,
7499         * device/lib/_strncmp.c: changed to use size_t instead of int
7500         * device/lib/_memmove.c: new file (fixed bug #772294)
7501         * device/lib/Makefile.in: added _memmove.c
7502         * device/lib/z80/asm_strings.s: fixed bug #772290
7503         * support/regression/tests/bitfields.c: attempt to fix host assertion
7504         failure on amd64-unknown-linux2.2
7505
7506 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7509         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7510         * as/z80/asmain.c (main): fixed bug #801766
7511
7512 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7513
7514         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7515         compilers
7516
7517 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7520         reported in bug #800609
7521
7522 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7523
7524         * Top header beautifications in src/pic16 directory:
7525           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7526           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7527           pcoderegs.h, ralloc.c, ralloc.h
7528         * main.c: added top header and GPL license notice
7529         * pcode.c: fixed the if-conditional warning
7530
7531 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7532
7533         * device/lib/_mullong.c: replaced int by short for gcc
7534
7535 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7538         and JUMPTABLE iCodes properly now (worked by accident before)
7539         * src/mcs51/gen.c (leftRightUseAcc),
7540         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7541         iCode properly now. Use getSize instead of nRegs since a & b
7542         aren't part of the nRegs tally.
7543
7544 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7545
7546         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7547         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7548           before instructions that use the _STATUS register
7549
7550 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7553         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7554         fetching of the pointer
7555         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7556         copied from genNearPointerSet()
7557         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7558         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7559         If they pop r0/r1 they must be called in the opposite order than aopOp().
7560         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7561         (resp. --stack-auto), prepared for --xstack
7562
7563 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7564
7565         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7566
7567 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7568
7569         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7570         these ports have their own __sdcc_external_start()
7571
7572 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7575         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7576         type for bits was changed. It resulted in bit variables becoming
7577         global, which is not permitted in PIC 14 assembly output.
7578
7579 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7580
7581         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7582
7583 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7584
7585         Z80 and MCS51 linkers complaint if a public symbol is defined
7586         in more than one library module:
7587
7588         * as/mcs51/lklib.c
7589         * link/z80/lklib.c
7590         * as/mcs51/Makefile.in
7591
7592 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7593
7594         A few small changes that speed up the peephole optimizer.
7595
7596         * src/SDCCpeeph.c
7597
7598 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         Try to make the peephole optimizer smarter by maintaining
7601         an association between the assembly source code and the
7602         iCodes that originated them. Put this information to use
7603         with a new peephole rule condition "notVolatile" so that
7604         the rules can be aggressive yet still safe.
7605
7606         * src/SDCCpeeph.c
7607         * src/SDCCpeeph.h
7608         * src/mcs51/gen.c
7609         * src/mcs51/peeph.def
7610
7611 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         Fixed bug #741761
7614
7615         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7616         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7617         if the left or right operand symbols have the accuse flag set.
7618
7619 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7620
7621         Changed the type of the result of the ! (NOT) operator to char;
7622         previously it returned the same type as the source. This allows
7623         us to eliminate all the genFloatNot functions (all of its target
7624         implementations were very buggy) since !float can use the same
7625         code as !long now.
7626
7627         * src/SDCCicode.c (ast2iCode): ! returns char
7628         * src/mcs51/gen.c (genNot, genNotFloat),
7629         * src/ds390/gen.c (genNot, genNotFloat),
7630         * src/z80/gen.c (genNot, genNotFloat),
7631         * src/pic/gen.c (genNot, genNotFloat),
7632         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7633
7634 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7635
7636         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7637         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7638            during interrupts. Ensure WSAVE is located at a shared bank address.
7639         2. Fixed page selection in some places
7640         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7641            the registers name strings.
7642         4. Fixed "signed / unsigned compare" compiler warnings.
7643         5. The PIC port manages its own allocation of the general purpose
7644            registers, but makes no attempt to reuse them. As a result when
7645            compiling it soon runs out of general purpose registers. Some
7646            additional code was added to the files pcode.c and device.c to walk
7647            through the function call tree and rename the registers so that they
7648            get reused.
7649
7650         * src/pic/device.c
7651         * src/pic/gen.c
7652         * src/pic/glue.c
7653         * src/pic/pcode.c
7654         * src/pic/pcode.h
7655         * src/pic/ralloc.c
7656         * src/pic/ralloc.h
7657         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7658         genPlus() & genMinus() when the result is the same as left or right
7659
7660 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7661
7662         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7663
7664 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7665
7666         Made bitfield a distinct type from bit so that bitfields
7667         convert as per ANSI C and bits retain their traditional
7668         boolean style behaviour. Implemented bitfield support in
7669         the z80 port.
7670
7671         * src/SDCCsymt.h,
7672         * src/SDCCsymt.c,
7673         * src/SDCCast.c,
7674         * src/cdbFile.c,
7675         * src/mcs51/gen.c,
7676         * src/ds390/gen.c: bit v bitfield split
7677         * src/z80/gen.c: New support for bitfields
7678         * support/regression/tests/bitfields.c: reenabled z80,
7679         added more tests
7680
7681 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7682
7683         Rules 246.x, 247.x relate to bitfields, the others speed up
7684         access to xdata mapped I/O devices.
7685
7686         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7687
7688 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         Cleaned up genPackBits and genUnpackBits and added two helper
7691         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7692         for literal assignments in genPackBits (thanks to Frieder for
7693         reminding me).
7694
7695         * src/mcs51/gen.c
7696         * src/ds390/gen.c
7697
7698 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         Fixed bug #748310 (pointer to function type mishandled when the
7701         function name is omitted). Also fixed a SIGSEGV when a function
7702         attribute (reentrant, etc) is used on a non-function or on a
7703         function but misplaced before the parameter list.
7704
7705         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7706         bug #748310
7707         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7708         * support/Util/SDCCerr.h,
7709         * support/Util/SDCCerr.c: Added func attr misuse error msg
7710
7711 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         Fixed bug #787649 by anonymous
7714         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7715         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7716
7717 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7718
7719         Fixed numerous bitfield problems.
7720
7721         * src/SDCC.y: More bitfield related error checking
7722         * src/SDCCsymt.h,
7723         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7724         * support/Util/SDCCerr.h,
7725         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7726         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7727         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7728         * support/regression/tests/bitfields.c: tests added
7729
7730 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         Made the constant following the "interrupt" keyword optional. If
7733         omitted, the function will not automatically be given an entry
7734         in the interrupt vector table (similar to #pragma NOIV, but
7735         less syntacticly kludgy). The interrupt number is also now
7736         range checked. Also fixed a bug in the high order bit example
7737         in the manual.
7738
7739         * src/SDCC.y
7740         * src/SDCCmem.c
7741         * src/SDCCglue.c
7742         * src/SDCCsymt.h
7743         * support/Util/SDCCerr.c
7744         * support/Util/SDCCerr.h
7745         * doc/sdccman.lyx
7746
7747 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7750         * src/SDCCicode.c (operandOperation): rewritten some ops
7751         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7752         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7753         other type
7754         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7755         be re-activated by defining REDUCE_LITERALS)
7756         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7757         unsigned, but are signed by default
7758         * src/SDCCval.c (constVal): rearranged
7759         * src/SDCCval.c (valMod): preliminary fix
7760         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7761         * support/regression/literalop.c: added, work in progress
7762
7763 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         Generate warnings for useless declarations like "char data;"
7766         that don't do what new users expect.
7767
7768         * src/SDCC.y
7769         * support/Util/SDCCerr.h
7770         * support/Util/SDCCerr.c
7771
7772 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7773
7774         * src/SDCCval.c (valMult): fix overflow detection of negative int
7775
7776 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7777
7778         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7779
7780         Changes to support big endian targets:
7781
7782         * src/ports.h
7783         * src/SDCCglue.c
7784         * src/avr/main.c
7785         * src/ds390/main.c
7786         * src/izt/i186.c
7787         * src/mcs51/main.c
7788         * src/pic/main.c
7789         * src/pic16/main.c
7790         * src/xa51/main.c
7791         * src/z80/main.c
7792
7793 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7794
7795         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7796         * device/lib/time.c: fixed warning "integer overflow in expression"
7797
7798 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7799
7800         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7801         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7802         constants are unsigned; added recognition of "u" flag for unsigned
7803         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7804         * src/SDCCval.c (valDiv, valMod): fixed signdness
7805         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7806         signedness of modulo, left and right shift
7807         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7808         * support/Util/SDCCerr.h: added warning W_INT_OVL
7809         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7810         * src/SDCCast.c (ast_print): improved output of constants
7811
7812 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7813
7814         Fixed some warnings when building with MSVC:
7815
7816         * as\mcs51\asdata.c
7817         * as\z80\asdata.c
7818         * as\mcs51\asm.h
7819         * as\z80\asm.h
7820         * link\z80\aslink.h
7821         * link\z80\lkdata.c
7822         * link\z80\lkeval.c
7823         * link\z80\lkgb.c
7824         * link\z80\lkihx.c
7825         * link\z80\lks19.c
7826         * link\z80\lksym.c
7827         * support\cpp2\cpplib.c
7828         * src\ds390\gen.c
7829         * src\mcs51\gen.c
7830
7831 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7834
7835 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7836
7837         * support\librarian\clean.mk: Do not remove Makefile.
7838         * support\librarian\Makefile: added.
7839
7840 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7841
7842         Added librarian to MSVC build:
7843         * all.dsp
7844         * sdcc.dsw
7845         * support\librarian\librarian.dsp
7846
7847         'configure' not needed for librarian, removed:
7848         * support\librarian\configure
7849         * support\librarian\configure.in
7850         * support\librarian\config_in.h
7851         * support\librarian\Makefile.in
7852
7853         Hopefully these ones built the librarian and the rest of sdcc properly:
7854         * Makefile
7855         * Makefile.common.in
7856
7857         Messed up 'configure', so revert to previous version:
7858         * configure
7859         * configure.in
7860
7861 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7862
7863         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7864         there, while the mantissa of a double is "only" 53 bits wide.
7865
7866 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7867
7868         Adding sdcclib to the build.  MSVC project coming soon.
7869         Files added/changed:
7870
7871         * support\librarian\clean.mk
7872         * support\librarian\configure
7873         * support\librarian\configure.in
7874         * support\librarian\config_in.h
7875         * support\librarian\Makefile.bcc
7876         * support\librarian\Makefile.in
7877         * support\librarian\sdcclib.c
7878         * Makefile.bcc
7879         * Makefile
7880         * Makefile.common.in
7881         * configure
7882         * configure.in
7883
7884 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7885
7886         Linker now complaints if linked modules have conflicting options, for
7887         example, one compiled using --model-large and another one compiled with
7888         --model-small.  The following files were modified:
7889
7890         * as\mcs51\asdata.c
7891         * as\mcs51\aslink.h
7892         * as\mcs51\asm.h
7893         * as\mcs51\asmain.c
7894         * as\mcs51\asout.c
7895         * as\mcs51\i51pst.c
7896         * as\mcs51\lkdata.c
7897         * as\mcs51\lklibr.c
7898         * as\mcs51\lkmain.c
7899         * as\z80\asdata.c
7900         * as\z80\asm.h
7901         * as\z80\asmain.c
7902         * as\z80\asout.c
7903         * as\z80\z80pst.c
7904         * link\z80\aslink.h
7905         * link\z80\lkdata.c
7906         * link\z80\lklibr.c
7907         * link\z80\lkmain.c
7908         * src\SDCCglue.c
7909
7910 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7911
7912         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7913         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7914
7915 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/z80/mappings.i: fix _mul[us][int,long] entries
7918
7919 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7920
7921         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7922
7923 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7924
7925         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7926         * support/regression/tests/bitopcse.c: added
7927         fixed warning:
7928         * src/avr/gen.c:
7929         * src/pic/gen.c:
7930         * src/pic16/gen.c:
7931         * src/z80/gen.c:
7932         * src/xa51/gen.c:
7933
7934 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7935
7936         added support for new library format to z80, gbz80 linkers:
7937         *link/z80/aslink.h
7938         *link/z80/lklex.c
7939         *link/z80/lklib.c
7940         *link/z80/lklist.c
7941
7942 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7943
7944         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7945         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7946
7947 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7948
7949         added DUMMY_READ_VOLATILE:
7950         * src/SDCC.y:
7951         * src/avr/gen.c:
7952         * src/xa51/gen.c:
7953         * src/z80/gen.c:
7954         * src/pic/gen.c:
7955         * src/pic16/gen.c:
7956         * src/mcs51/gen.c:
7957         * src/ds390/gen.c:
7958         * src/SDCCcse.c (algebraicOpts): many improvements
7959         * src/SDCCcse.h: removed algebraicOpts()
7960         * src/SDCCicode.c (picDummyRead): added
7961
7962 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7963
7964         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7965         "Insufficient space in data memory".
7966
7967 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/mcs51/gen.c: fixed bug #771358
7970         * src/z80/gen.c: fixed bug #759087
7971
7972 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7973
7974         * src/pic16/glue.c: minor cleanup by Vangelis
7975
7976 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7977
7978         * device/include/regc515c.h: fixed #758477
7979         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7980         * device/lib/_gptrput.c: saved a few bytes
7981         * my tab spacing is 8, yours too?)
7982         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7983         * device/lib/serial.c: process RX bytes earlier than TX bytes
7984         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7985
7986 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7987
7988         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7989
7990 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7991
7992     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7993
7994 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * device/lib/Makefile.in: bad fix, reverted to 1.43
7997
7998 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7999
8000         * device/lib/Makefile.in: added missing z80 object files
8001
8002 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8003
8004         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8005         pic16 progress by Vangelis:
8006         * src/SDCCglobl.h:
8007         * src/SDCCmain.c:
8008         * src/pic/Makefile:
8009         * src/pic:
8010         * pic/Makefile:
8011         * pic16/device.c:
8012         * pic16/device.h:
8013         * pic16/gen.c:
8014         * pic16/gen.h:
8015         * pic16/genarith.c:
8016         * pic16/glue.c:
8017         * pic16/main.c:
8018         * pic16/pcode.c:
8019         * pic16/pcode.h:
8020         * pic16/pcodepeep.c:
8021         * pic16/peeph.def:
8022
8023 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8024
8025     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8026
8027 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8028
8029     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8030     added gbz80 build to MSVC project.
8031     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8032     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8033     from 8051 stuff and setup so it links using a .lnk file.
8034
8035 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8036
8037     * support/librarian/sdcclib.c: sdcc librarian.
8038     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8039     with sdcclib.
8040
8041 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8042
8043     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8044
8045 2003-07-02  Borut Razem <borut.razem AT siol.net>
8046
8047         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8048         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8049         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8050         src/xa51/main.c, src/z80/main.c:
8051         virtualization of glue() function: each port has it's own glue function,
8052         which is accessed by do_glue function pointer in PORT.general structure
8053
8054 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8055
8056         * DS800C400 fun, improved ROM interface and tinibios.
8057
8058 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8059
8060         * More support for DS80C400. Now includes beginning of interface to ROM.
8061
8062 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8065
8066 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8067
8068         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8069
8070 2003-06-19  Borut Razem <borut.razem AT siol.net>
8071
8072         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8073
8074 2003-06-19  Borut Razem <borut.razem AT siol.net>
8075
8076         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8077         fixed Z80 port - crt0.o: cannot open.
8078
8079 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8080
8081         * support/Util/MySystem.c (merge_command): revert bad fix
8082
8083 2003-06-18  Borut Razem <borut.razem AT siol.net>
8084
8085         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8086
8087 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8088
8089         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8090         option --use-stdout sends errors to stdout instead of stderr.
8091
8092 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8093
8094         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8095
8096 2003-06-15  Borut Razem <borut.razem AT siol.net>
8097
8098         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8099         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8100         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8101         fixed width array of pointers replaced with sets;
8102         multiple include and lib paths ared transferred to preprocessor and linker
8103         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8104         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8105         fixed width array of pointers
8106         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8107         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8108         fixupPath(), getPathDifference()
8109         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8110         fixed width array of pointers
8111
8112 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8113
8114         * src/pic16/ralloc.c: fix warnings
8115         * src/pic16/pcode.c: fix warning
8116
8117 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8118
8119          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8120         know all the details, but essentially this set of changes enable
8121         the pic16 port to generate movff instructions and generate assembler
8122         directives,
8123         * src/SDCCmain.c:
8124         * src/pic16/gen.c:
8125         * src/pic16/glue.c:
8126         * src/pic16/pcode.c:
8127         * src/pic16/device.c:
8128         * src/pic16/main.c:
8129         * src/pic16/pcode.h:
8130         * src/pic16/pcoderegs.c:
8131         * src/pic16/ralloc.c:
8132         * src/pic16/ralloc.h:
8133
8134 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8135
8136         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8137         added option --vc, so sdcc errors and warnings are compatible with
8138         Microsoft Visual Studio.
8139
8140 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8141
8142         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8143           device/lib/libfloat.lib: added atof function.
8144
8145 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8146
8147         * doc/sdccman.lyx: updated to Lyx 1.3
8148         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8149         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8150         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8151
8152 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8153
8154         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8155
8156 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8157
8158         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8159           additions to the "related tools/documentation" section
8160
8161 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8162
8163         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8164
8165 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8168         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8169
8170 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * doc/sdccman.lyx: fix double dash and other minor things
8173         * doc/Makefile: fix double dash
8174
8175 2003-05-28  Karl Bongers(patches from Martin Helmling)
8176         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8177           condition and ignore commands.
8178
8179 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8180
8181         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8182           is in parts still quite out of date, I did changes as far as I felt makes sense
8183           for a non-native english speaker.
8184           Please feel free to add to the manual or to correct my changes.
8185         * doc/Makefile: undid touching the date of intermediate tex files.
8186
8187 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8188
8189         * doc/sdccman.lyx: Manual has an index now
8190
8191 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         Finalize muluint/mulsint and mululong/mulslong merging:
8194         * device/lib/_mulint.c
8195         * device/lib/_mullong.c
8196         * device/lib/gbz80/mul.s
8197         * device/lib/gbz80/stubs.s
8198         * device/lib/z80/mul.s
8199         * device/lib/z80/stubs.s
8200         * src/SDCCsymt.c (initCSupport)
8201
8202 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8203
8204         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8205         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8206           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8207           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8208           instead of /Zm500.
8209
8210 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8211
8212         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8213           the regression tests I'm not brave enough to enable 245.b, 245.c
8214         * doc/sdccman.lyx: added latex preamble for hyperref package.
8215           Using pdflatex this will give you a hyperlinked pdf file with
8216           bookmarks. (prepend '%' before /usepackage if this breaks something)
8217
8218 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8219
8220          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8221
8222 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8223
8224         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8225
8226 2003-05-21    <johan AT balder>
8227
8228         * src/SDCCglue.c (printIval): fixed bug #739934
8229
8230 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         Applied patch from bug 737905 (renamed yylineo to mylineno):
8233         * src/altlex.c
8234         * src/SDCCast.c
8235         * src/SDCglobl.h
8236         * src/SDCC.lex
8237         * src/SDCCsymt.c
8238         * src/SDCCval.c
8239         * src/pic16/pcode.c: Cleaned warnings
8240         * src/pic16/pcodeflow.c: Cleaned warnings
8241         * src/pic16/pcoderegs.c: Cleaned warnings
8242
8243 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8244
8245         * src/pic16/pcode.c: Cleaned warnings
8246         * src/pic16/pcodepeep.c: Cleaned warnings
8247         * src/pic16/ralloc.c: Cleaned warnings
8248
8249 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * doc/sdccman.lyx: fixed bug 739745
8252         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8253
8254 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8257         it can be defined with CFLAGS when running configure
8258         * src/SDCCmain.c: fixed compiling + linking with object files
8259
8260 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8261
8262         * configure.in: configure for pic16 port,
8263             added --disable-pic16-port
8264         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8265         * src/SDCCmain.c: linkOptions is changed to set *,
8266             added if/endif conditional macros to remove options help
8267             messages from optionsTable when a port is not configured, added
8268             support for the PIc16 port in the ports table, when executing
8269             the compiler with no port specified on command line, a default
8270             port is selected with the new macro DEFAULT_PORT which is
8271             defined in port.h, in setDefaultOptions() linkOptions is removed
8272             from initialization assignment, since now it is a set,
8273             parseCmdLine uses setParseWithComma for linkOptions, in
8274             linkEdit() linkOptions are accessed with new function indexSet()
8275             which returns the i'th item of a set variable. See SDCCset.c, in
8276             linkEdit() when calling buildCmdLine(), added linkOptions as
8277             last argument. Now users can pass arguments to gplink via the
8278             -Wl option, main() uses pic16glue() to glue up pic16 programs
8279         * src/SDCCpeeph.c: various changes to support pic16
8280         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8281             return the i'th item of the set
8282         * src/SDCCset.h: added function prototype for indexSet()
8283         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8284         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8285         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8286             added macro DEFAULT_PORT
8287         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8288         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8289             generated
8290         * src/pic16/glue.c: commented out some error producing lines
8291         * src/pic16/main.c: __config directives are commented out to stop
8292             gpasm complaining and test the linkage with gplink, _linkCmd and
8293             _asmCmd changed to be more gplink and gpasm friendly
8294         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8295             produced an error when parsed, peep rule 12 is added to utilize
8296             movff, but it is commented out since the pCode does not support
8297             yet a command with 2 address arguments
8298
8299 2003-05-18    <johan AT balder>
8300
8301         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8302         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8303 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8304
8305         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8306   Added feature to script commands from file.
8307
8308 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8309
8310         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8311         * src/SDCCutil.c: include ctype.h for win32
8312
8313 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8316
8317 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8318
8319         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8320   Fixed so you can set breakpoints prior to run, run does not stop
8321   on entry now.  Add tbreak.  Other enhancements and fixes for use
8322   with ddd.
8323
8324 2003-05-12  Borut Razem <borut.razem AT siol.net>
8325
8326         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8327
8328 2003-05-11  Borut Razem <borut.razem AT siol.net>
8329
8330         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8331         the path of bin directory, so that PATH is the only env. variable, which has to be set
8332         in case of standard installation.
8333         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8334         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8335         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8336
8337 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8340         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8341         temp files are in the port dir; clean the gen/test directory when
8342         generating new test.c
8343         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8344         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8345         * support/regression/tests/zeropad.c: added
8346
8347 2003-05-09    <johan AT balder>
8348
8349         * src/SDCCglue.c: fixed bug #597940
8350
8351 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8352
8353         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8354   cache sfr, optimize next,step, fix off by one sourceline,
8355   support ddd list function.
8356         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8357
8358 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8359
8360         * support/regression/HTMLgen.py: added compare_s2f()
8361         * support/regression/Makefile: redo 1.27
8362         * support/regression/generate-cases.py: redo 1.5
8363
8364 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8365
8366         * support/regression/tests/float.c: workaround 33 bit hex constant
8367         * support/regression/tests/simplefloat.c: fix division for host
8368
8369 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8370
8371         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8372         that tame's the PIC's over-aggressive optimizer.
8373
8374 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8375
8376          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8377          support for MSVC.
8378
8379 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8380
8381         Initial support for DS80C400. "Hello world" runs on TINIm400
8382         (with polled I/O).
8383
8384 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8385
8386          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8387          * Some notes on ddd usage added in debugger/README
8388          Martin Helmling adding more features and fixes for ddd GUI debugger.
8389          Code added for nexti, stepi, up, down, and other adjustments.
8390
8391 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8392
8393         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8394         * src/pic/peeph.def Added two rules to optimize carry manipulation
8395         * src/pic/* removed debug printfs
8396
8397 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8398
8399         * debugger/mcs51/cmd.c: added header newalloc.h
8400
8401 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * as/Makefile: new EXEEXT
8404         * as/z80/Makefile: remove trailing slash of BUILDIR
8405         * as/z80/clean.mk: new EXEEXT
8406         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8407         * support/cpp2/Makefile.in: new EXEEXT
8408         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8409
8410 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8411
8412         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8413         EXEEXT was introduced to fix all related problems with targets
8414         "clean", "install" and "uninstall"; a couple of further flaws
8415         especially with "clean" have been fixed too
8416         * as/mcs51/Makefile.in
8417         * as/mcs51/clean.mk
8418         * as/z80/Makefile
8419         * Makefile
8420         * clean.mk
8421         * debugger/mcs51/Makefile.in
8422         * debugger/mcs51/clean.mk
8423         * link/z80/Makefile
8424         * link/z80/Makefile.in
8425         * link/z80/clean.mk
8426         * link/Makefile
8427         * packihx/Makefile.in
8428         * packihx/clean.mk
8429         * sim/ucsim/Makefile
8430         * sim/ucsim/clean.mk
8431         * sim/ucsim/avr.src/Makefile.in
8432         * sim/ucsim/avr.src/clean.mk
8433         * sim/ucsim/s51.src/Makefile.in
8434         * sim/ucsim/s51.src/clean.mk
8435         * sim/ucsim/xa.src/Makefile.in
8436         * sim/ucsim/xa.src/clean.mk
8437         * sim/ucsim/z80.src/Makefile.in
8438         * sim/ucsim/z80.src/clean.mk
8439         * sim/ucsim/main_in.mk
8440         * sim/ucsim/packages_in.mk
8441         * sim/ucsim/gui.src/Makefile.in
8442         * sim/ucsim/gui.src/serio.src/Makefile.in
8443         * sim/ucsim/gui.src/serio.src/clean.mk
8444         * src/Makefile.in
8445         * src/clean.mk
8446         * support/cpp2/Makefile.in
8447         * support/cpp2/clean.mk
8448         * support/makebin/Makefile
8449         * support/makebin/clean.mk
8450         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8451         * doc/sdccman.lyx: --program-suffix no longer needed
8452
8453 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8454
8455          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8456          Martin Helmling added support for ddd GUI debugger.
8457          Code added to display assembly, set variables, and other commands
8458          to interface to ddd.
8459
8460 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         * as/Makefile: fix target clean
8463         * as/clean.mk: fix target clean
8464         * as/z80/clean.mk: fix target clean
8465
8466 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * Makefile.common.in: added  AT EXEEXT AT
8469         * configure.in: removed all mingw32 stuff
8470         * configure: rebuilt from configure.in
8471         * doc/sdccman.lyx: updated section "installation"
8472         * support/scripts/sdcc_mingw32: adapted to configure
8473         * support/scripts/sdcc_cygwin_mingw32: added
8474
8475 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8476
8477         * src/pic Added object file support for the PIC port
8478         * src/pic Applied patch from Craig Franklin (this started the object file support)
8479         * src/regression Updated the PIC regression tests for object files
8480
8481 2003-04-20  Borut Razem <borut.razem AT siol.net>
8482
8483         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8484           lklex.c: In function `getfid':
8485           lklex.c:203: warning: array subscript has type `char'
8486         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8487           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8488         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8489           stack handling macros
8490
8491 2003-04-19  Borut Razem <borut.razem AT siol.net>
8492
8493         * "handling space characters in file path" task:
8494         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8495         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8496         * support/Util/MySystem.h: make it self-sufficient
8497         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8498           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8499           handling space characters in file path
8500         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8501           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8502         * support/Util/MySystem.c: handling space characters in executable's path
8503
8504 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8505
8506         * as/z80/Makefile: fix permanent rebuild of z80
8507         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8508         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8509
8510 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8511
8512         * src/SDCCopt.c: add special case optimization to replace modulo by
8513           a power of two with a bitwise AND.
8514
8515 2003-04-18    <johan AT balder>
8516
8517         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8518
8519 2003-04-17    <johan AT balder>
8520
8521         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8522         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8523
8524 2003-04-13  Borut Razem <borut.razem AT siol.net>
8525
8526         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8527         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8528           fixed mingw problem in adl_NORMALIZE_PATH
8529
8530 2003-04-12  Borut Razem <borut.razem AT siol.net>
8531
8532         * fixed "#pragma SAVE/RESTORE can not be nested":
8533         * src/SDCC.lex: reworked pragma handling functions
8534         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8535         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8536
8537 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8538
8539         * src/SDCCutil.c (pathEquivalent): defined but not used
8540         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8541         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8542         * configure: rebuilt from configure.in
8543         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8544         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8545         * device/include/Makefile.in: replace sdcc_datadir
8546         * device/lib/Makefile.in: replace sdcc_datadir
8547         * Makefile.common.in: add LDFLAGS from configure
8548         * packihx/Makefile.in: use LDFLAGS
8549         * src/Makefile.in: use LDFLAGS
8550         * support/cpp2/Makefile.in: add LDFLAGS from configure
8551         * support/makebin/Makefile: use LDFLAGS
8552         * .version: bumped version number to 2.3.5
8553
8554 2003-04-12  Borut Razem <borut.razem AT siol.net>
8555
8556         * completed "different paths" task:
8557         * src/SDCCmacro.c: fixed bug in handling quotes
8558         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8559         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8560
8561 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8564
8565 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8566
8567         * ds390/gen.c ds390/peeph.def: fix bug 706781
8568
8569 2003-04-11  Borut Razem <borut.razem AT siol.net>
8570
8571         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8572
8573 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8574
8575         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8576         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8577          set - this bit used to not be set...).
8578         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8579           bad code in PIC Port
8580         * src/regression/and2.c added to test bug 609268
8581         * src/regression/Makefile added and2.c to regression test
8582
8583
8584 2003-04-08    <johan AT CP255758-A>
8585
8586         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8587         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8588         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8589
8590 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8593         fix bug #487815
8594         * support/cpp2/Makefile.in: fix bug #487815
8595         * configure: rebuilt from configure.in
8596         * Makefile.common.in: docdir changed, new path suffixes
8597         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8598         * sdcc_vc_in.h: reflect changes from sdccconf.h
8599         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8600         * src/SDCCutil.h: remove BINDIR hack
8601         * doc/sdccman.lyx: update new path hierarchy
8602
8603 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8604
8605         * src/SDCCpeeph.c: added okToRemoveSLOC test
8606
8607 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8608
8609         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8610
8611 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8612
8613         * src/SDCCpeeph.c: added labelIsReturnOnly test
8614         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8615
8616 2003-04-05    <johan AT balder>
8617
8618         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8619         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8620         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8621         * src/SDCCast.c: fixed a warning
8622         * src/SDCCast.h: fixed a warning
8623         * src/SDCCicode.c (operandFromAst): fixed a warning
8624
8625 2003-04-04    <johan AT balder>
8626
8627         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8628         * src/SDCCast.c (decorateType): fixed bug #715076
8629         * src/SDCC.y: fixed bug #702907
8630
8631 2003-04-03    <johan AT balder>
8632
8633         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8634         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8635         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8636         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8637         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8638
8639 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8640
8641         * _decdptr.c: fix return values
8642         * _gptrget.c: fix return values
8643         * _gptrgetc.c: fix return values
8644         * _gptrput.c: fix return values
8645         * _mulint.c: fix return values
8646         * as/z80/Makefile: fix 'make -j' problem
8647
8648 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8651         * configure.in: big cleanup, updated to autoconf 2.5x
8652         * configure: rebuilt from configure.in
8653         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8654         * sdcc_vc_in.h: reflect changes from sdccconf.h
8655         * doc/Makefile: fixed a flaw in "make install"
8656
8657 2003-04-02    <johan AT balder>
8658
8659         * src/ds390/gen.c (genCmp): no comments
8660         * src/mcs51/gen.c (genCmp): no comments
8661         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8662         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8663
8664 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * support/regression/generate-cases.py: place generated file in given sub directory
8667         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8668         * support/regression/Makefile: improvements for 'make -j';
8669         side effect: it's simpler and faster now
8670
8671 2003-03-31  Borut Razem <borut.razem AT siol.net>
8672
8673         * src/z80/main.c: link-{port} and as-{port} defined without path
8674         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8675
8676 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8679
8680 2003-03-30  Borut Razem <borut.razem AT siol.net>
8681
8682         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8683           changed type of list parameter to set
8684         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8685         * src/port.h: changed type of do_assemble() parameter to set
8686         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8687           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8688           definition of "cppoutfilename" macro with NULL value in preProcess()
8689         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8690         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8691         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8692           replaced with set *binPathSet
8693         * shash_add() deallocates the item, if allready exsists, before adding the new one
8694         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8695
8696 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8697
8698         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8699           a nested for loop bug in the PIC port
8700         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8701           for loops
8702
8703 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * support/Util/dbuf.h: remove C++ stuff to make it portable
8706
8707 2003-03-28  Borut Razem <borut.razem AT siol.net>
8708
8709         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8710           literal strings in stringLiteral()
8711         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8712         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8713           to the project
8714
8715 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8716
8717         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8718
8719 2003-03-26    <johan AT balder>
8720
8721         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8722         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8723         * src/SDCCast.c (decorateType): fixed " -v < 3"
8724
8725 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8726
8727         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8728         Added Lenny Story's debug infrastructure changes:
8729         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8730         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8731         * src/cdbFile.c: added
8732         * src/SDCCdebug.c: added
8733         * src/SDCCdebug.h: added
8734         * src/SDCCast.c (createFunction)
8735         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8736         * src/SDCCmain.c (parseCmdLine, main)
8737         * src/SDCCmem.c (redoStackOffsets)
8738         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8739         * src/SDCCsymt.h
8740         * src/common.h
8741         * src/avr/gen.c (genAVRCode)
8742         * src/ds390/gen.c (gen390Code)
8743         * src/mcs51/gen.c (gen51Code)
8744         * src/pic/gen.c (genpic14Code)
8745         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8746         * src/xa51/gen.c (genXA51Code)
8747         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8748
8749 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8750
8751         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8752         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8753
8754 2003-03-22    <johan AT balder>
8755
8756         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8757
8758 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8759
8760         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8761         * doc/cdbfileformat.lyx: added, written by Lenny Story
8762         * doc/Makefile: added cdbfileformat.lyx
8763         * doc/clean.mk: added cdbfileformat.lyx
8764
8765 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         * src/mcs51/peeph.def: fix bug #705773
8768
8769 2003-03-20    <johan AT balder>
8770
8771         An sfr/sbit can have an "at #" AND an initializer
8772         * src/SDCCsymt.c (checkSClass):
8773         * src/SDCCmem.c (allocGlobal):
8774         * src/SDCCmem.c (allocLocal):
8775         * src/SDCCast.c (createBlock):
8776
8777 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8778
8779         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8780
8781 2003-03-16    <johan AT balder>
8782
8783         Undid the hackup of const and volatile, the problem is much bigger
8784         * src/SDCC.y:1.65
8785         * src/SDCCast.c:1.171
8786         * src/SDCCglue.c:1.138
8787         * src/SDCCicode.c:1.146
8788         * src/SDCCsymt.c:1.150
8789         * src/SDCCval.c:1.65
8790
8791 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8792
8793         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8794         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8795
8796 2003-03-13    <johan AT balder>
8797
8798         Hackup const and volatile modifiers in type chains a bit:
8799         * src/SDCC.y:1.63
8800         * src/SDCCast.c:1.169
8801         * src/SDCCglue.c:1.136
8802         * src/SDCCicode.c:1.143
8803         * src/SDCCsymt.c1.146
8804         * src/SDCCsymt.h1.59
8805         * src/SDCCval.c:1.63
8806
8807 2003-03-12    <johan AT balder>
8808
8809         * src/SDCCBBlock.h: more LRH debugging junk
8810         * src/SDCCcflow.h: more LRH debugging junk
8811         * src/SDCCloop.c: more LRH debugging junk
8812         * src/SDCC.y (struct_declaration): fixed bug #697590
8813         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8814         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8815         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8816
8817 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8818         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8819         test function names must now match exactly).
8820         * src/SDCCcse.c: added special case in findCheaperOp to allow
8821         extending a short integer. Makes less awful code for bug 700121 test case.
8822
8823 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8824
8825         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8826         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8827
8828 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8829
8830         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8831         actually called (operandsNotEqual() was called for all
8832         operandsNotEqualX tests).
8833
8834 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8835
8836         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8837         with shorter literals. Fixes bug 700121.
8838
8839 2003-03-11    <johan AT balder>
8840
8841         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8842
8843 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8846         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8847
8848 2003-03-10  Borut Razem <borut.razem AT siol.net>
8849
8850         * src/SDCCmain.c: pipe preprocessor's output
8851         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8852         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8853         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8854         which closes all pipes in pipeSet set
8855         * src/SDCCset.c: free deleted item in function deleteSetItem()
8856         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8857         moved from z80 to src subproject
8858         * .version: increased version number to 2.3.4
8859
8860 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8861
8862         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8863         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8864         * support/regression/ports/xa51/spec.mk: fix typo
8865
8866 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8867
8868         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8869
8870 2003-03-09  Borut Razem <borut.razem AT siol.net>
8871
8872         * src/SDCCmain.c: pipe preprocessor's output
8873         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8874         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8875         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8876         which closes all pipes in pipeSet set
8877         * src/SDCCset.c: free deleted item in function deleteSetItem()
8878         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8879         moved from z80 to src subproject
8880
8881 2003-03-09  Borut Razem <borut.razem AT siol.net>
8882
8883         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8884         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8885         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8886         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8887         * src/SDCCglobl.h: unification of WIN32 native definitions
8888
8889 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8890
8891         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8892
8893 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * src/configure.in:   check for endianess (even while cross-compiling)
8896         * src/configure:      check for endianess (even while cross-compiling)
8897         * src/configure_in.h: check for endianess (even while cross-compiling)
8898         * src/avr/gen.c:        remove old endianess stuff
8899         * src/mcs51/gen.c:      remove old endianess stuff
8900         * src/ds390/gen.c:      remove old endianess stuff
8901         * src/pic/gen.c:        remove old endianess stuff
8902         * src/pic/genarith.c:   remove old endianess stuff
8903         * src/pic/glue.c:       fix endianess check
8904         * src/pic16/gen.c:      remove old endianess stuff
8905         * src/pic16/genarith.c: remove old endianess stuff
8906         * src/pic16/glue.c:     fix endianess check
8907         * src/xa51/gen.c:       remove old endianess stuff
8908         * src/z80/gen.c:        fix endianess check
8909         * src/SDCCglue.c:       fix endianess check
8910         * src/ds390/peeph.def: fix bug 700036
8911
8912 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8913
8914         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8915         * src/configure: find appropriate data-types on host for SDCC's int and long
8916         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8917         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8918         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8919
8920 2003-03-07    <johan AT balder>
8921
8922         Just a big NOOP:
8923                 some minor cleanups before the big shot
8924                 OP_DEFS and OP_USES now use Kevin's protection
8925                 new option --nolabelopt
8926
8927         * src/SDCCBBlock.c:
8928         * src/SDCCast.c,:
8929         * src/SDCCcflow.c:
8930         * src/SDCCcse.c:
8931         * src/SDCCicode.c:
8932         * src/SDCCicode.h:
8933         * src/SDCClabel.c:
8934         * src/SDCCloop.c:
8935         * src/SDCCmain.c:
8936         * src/ds390/ralloc.c:
8937         * src/mcs51/ralloc.c:
8938         * src/pic/ralloc.c:
8939         * src/xa51/ralloc.c:
8940         * src/z80/ralloc.c:
8941
8942 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8943
8944         * src/pic/pcode.c (get_op): fix 64 bit warnings
8945         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8946         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8947         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8948         * support/regression/tests/malloc.c: fix 64 bit warnings
8949
8950 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8951
8952         * src/mcs51/gen.c (genMinus): fixed bug 696436
8953
8954 2003-03-02  Borut Razem <borut.razem AT siol.net>
8955
8956         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8957
8958 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8959
8960         * configure.in: test for mkstemp
8961         * sdccconf_in.h: add HAVE_MKSTEMP
8962
8963 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8964
8965         * device/include/ctype.h: removed warning while using --stack-auto
8966         * device/include/malloc.h: removed warning while using --stack-auto
8967         * device/include/string.h: removed warning while using --stack-auto
8968
8969 2003-02-23  Borut Razem <borut.razem AT siol.net>
8970
8971         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8972         because NDEBUG is defined (see man assert)
8973         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8974
8975 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8976
8977         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8978         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8979
8980 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8981
8982         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8983         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8984
8985 2003-02-18    <johan AT balder>
8986
8987         * as/mcs51/asmain.c (asmbl): module can start with a digit
8988         * as/z80/asmain.c (asmbl): module can start with a digit
8989
8990 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8991
8992         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8993         * src/asm.c: fix pipe() for Mingw32
8994
8995 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8996
8997         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8998         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8999         make -V work again; --c1mode reads now from stdin
9000         * doc/sdccman.lyx: added --c1mode
9001         * support/Util/SDCCerr.c: new messages for c1 mode
9002         * support/Util/SDCCerr.h: new messages for c1 mode
9003         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9004
9005 2003-02-15    <johan AT balder>
9006
9007         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9008
9009 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9010
9011         * doc/sdccman.lyx: Environment variables, -o and other minor things
9012
9013 2003-02-14    <johan AT balder>
9014
9015         * src/xa51/main.c: before anyone really tries to use it :)
9016
9017         * Install doc's in share/sdcc/doc
9018         * removed some obsolete files
9019         * Do a proper make distclean and uninstall
9020         M Makefile.common.in
9021         R sdccbuild.sh
9022         M as/Makefile
9023         M device/include/Makefile.in
9024         M device/lib/Makefile.in
9025         M doc/sdccman.lyx
9026         M link/Makefile
9027         M sim/ucsim/doc/Makefile.in
9028         M src/clean.mk
9029         R src/avr/peeph.rul
9030         R src/xa51/peeph.rul
9031         M support/cpp2/Makefile.in
9032         M support/makebin/Makefile
9033
9034
9035 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9036
9037         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9038
9039 2003-02-10  Borut Razem <borut.razem AT siol.net>
9040
9041         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9042         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9043         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9044         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9045         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9046         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9047         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9048         src/z80/Makefile.bcc: Borland Makefile cleanup
9049         * as/z80/Makefile.bcc: Added Borland Makefile
9050         * support/cpp2/borland.h: Removed
9051
9052 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9053
9054         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9055         * src/SDCC.lex: new pragma NOIV
9056         * src/SDCCglobl.h: new pragma NOIV
9057         * src/SDCCmem.c: new pragma NOIV
9058
9059 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9060
9061         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9062
9063 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * src/SDCCmain.c: signal handling is switched off by --debug
9066         * doc/Makefile: small fix for install; use clean.mk again
9067         * doc/clean.mk: clean *.pdf and *.html too
9068
9069 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9072         * device/lib/printfl.c: fix a ds390 bug by making it portable
9073         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9074         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9075         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9076         * debugger/mcs51/cmd.c: converted multi-line string literals
9077         * sim/ucsim/globals.cc: converted multi-line string literals
9078         * src/SDCCmain.c: introduced signal handler to remove temp files
9079         * doc/Makefile: small tweaks, implement clean
9080         * doc: removed generated files
9081
9082 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9083
9084         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9085         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9086         Address Record is not correctly generated for DS390."
9087
9088 2003-02-02  Borut Razem <borut.razem AT siol.net>
9089
9090         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9091         * as/mcs51/asm.h: fixed compilation with Borland C
9092         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9093         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9094         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9095         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9096         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9097         src/z80/Makefile.bcc: delete $(LIB) only if exist
9098         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9099
9100 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9101
9102         * device/include/malloc.h: introduced NULL
9103         * device/include/string.h: introduced NULL
9104         * device/include/stdlib.h: introduced NULL
9105         * device/lib/_memcpy.c: removed NULL
9106         * device/lib/_strcat.c: removed NULL
9107         * device/lib/_strchr.c: removed NULL
9108         * device/lib/_strcmp.c: removed NULL
9109         * device/lib/_strcpy.c: removed NULL
9110         * device/lib/_strcspn.c: removed NULL
9111         * device/lib/_strlen.c: removed NULL
9112         * device/lib/_strncat.c: removed NULL
9113         * device/lib/_strncmp.c: removed NULL
9114         * device/lib/_strncpy.c: removed NULL
9115         * device/lib/_strpbrk.c: removed NULL
9116         * device/lib/_strrchr.c: removed NULL
9117         * device/lib/_strspn.c: removed NULL
9118         * device/lib/_strstr.c: removed NULL
9119         * device/lib/_strtok.c: removed NULL
9120         * device/lib/malloc.c: removed NULL, include own header
9121
9122 2003-02-02    <johan AT balder>
9123
9124         * 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
9125         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9126         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9127         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9128         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9129         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9130
9131 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9132
9133         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9134         area 'DATA'"
9135
9136 2003-02-01    <johan AT balder>
9137
9138         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9139
9140 2003-01-31    <johan AT CP255758-A>
9141
9142         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9143
9144 2003-01-30    <johan AT balder>
9145
9146         * src/SDCCBBlock.c: automatic bug detection
9147         * src/SDCCicode.c: automatic bug detection
9148
9149 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9150
9151         * src/SDCCglobl.h:   now --xram-size 0 works
9152         * src/SDCCmain.c:    now --xram-size 0 works
9153
9154 2003-01-29    <johan AT balder>
9155
9156         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9157
9158 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9159
9160         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9161         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9162         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9163         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9164         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9165         * src/SDCCmain.c:    Added options --xram-size and --code-size
9166
9167 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9168
9169         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9170         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9171
9172 2003-01-27    <johan AT balder>
9173
9174         * src/SDCC.y: fixed bug #613764
9175
9176 2003-01-26    <johan AT balder>
9177
9178         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9179         * src/SDCCsymt.h: fixed bug #673374
9180         * src/SDCCglue.c: fixed bug #661910
9181         * src/SDCCast.c: fixed bug #458099 and 673374
9182
9183 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9184
9185         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9186         * as/mcs51/strcmpi.h: added
9187         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9188         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9189         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9190         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9191         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9192         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9193         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9194         * as/mcs51/Makefile.aslink: new module strcmpi
9195         * as/mcs51/Makefile.asx8051: new module strcmpi
9196         * as/mcs51/Makefil.bcc: new module strcmpi
9197         * as/mcs51/Makefile.in: new module strcmpi
9198         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9199
9200 2003-01-26    <johan AT balder>
9201
9202         * src/SDCCglue.c: reverted back to 1.124
9203         * src/SDCCast.c: reverted back to 1.156
9204         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9205
9206 2003-01-25    <johan AT balder>
9207
9208         * src/SDCCglue.c: A better fix for bug #661910
9209         * src/SDCCast.c: A better fix for bug #661910
9210         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9211
9212 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9213
9214         * src/Makefile.in: remove spawn.o
9215         * src/SDCCmain.c: remove spawn.h
9216         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9217         * src/spawn.c: removed
9218         * src/spawn.h: removed
9219         * support/regression/ports/ds390/spec.mk: link with -r
9220
9221 2003-01-24    <johan AT CP255758-A>
9222
9223         * src/ds390/gen.c (aopOp): fixed bug #667458
9224         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9225         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9226         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9227
9228 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9229
9230         * src/mcs51/peeph.def: better assembler identation by Frieder
9231         * src/mcs51/gen.c: better assembler identation by Frieder
9232
9233 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9234
9235         * as/z80/string.h: removed for gcc 3.2
9236         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9237         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9238
9239 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9240
9241         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9242         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9243         * support/regression/Makefile: separate temp files for ports
9244         * support/regression/generate-cases.py: separate temp files for ports
9245         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9246         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9247
9248 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9249
9250         * moved tinitalk to device/examples/ds390
9251
9252 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9253
9254         * as/mcs51/lkmem.c: rflag is for DS390
9255         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9256         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9257                          (linkEdit): move mem- and map-files the same way as ihx-files
9258         * src/z80/main.c (_setDefaultOptions): removed --generic
9259         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9260         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9261         * src/pic/glue.c (picglue): --c1mode works again
9262         * src/pic16/glue.c (pic16glue): --c1mode works again
9263         * src/asm.c (printCLine): fix #660034
9264
9265 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9266
9267         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9268         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9269         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9270         * as/mcs51/lkmem (summary): better fix for sp problem
9271         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9272         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9273         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9274                                               remove --stack-after-data
9275
9276 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9277
9278         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9279         * src/SDCCutil.c (join): ugly bug: missing '\0'
9280         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9281
9282 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9285         * src/port.h: typo
9286         * src/pic/main.c (_asmCmd): gpasm supports -o
9287         * src/z80/main.c: more general macros
9288         * device/lib/Makefile.in: remove intermediate files
9289
9290 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9291
9292         * .version: Bumped version number to 2.3.3
9293         * src/SDCCBBlock.c: new option -o
9294         * src/SDCCglobl.h: new option -o
9295         * src/SDCCglue.c: new option -o
9296         * src/SDCCmain.c: new option -o
9297         * src/asm.c: new option -o
9298         * src/ds390/main.c: new option -o
9299         * src/pic/glue.c: new option -o
9300         * src/pic/pcode.c: new option -o
9301         * src/pic/ralloc.c: new option -o
9302         * src/pic16/glue.c: new option -o
9303         * src/pic16/pcode.c: new option -o
9304         * src/pic16/ralloc.c: new option -o
9305         * src/z80/main.c: new option -o
9306         * device/lib/Makefile.in: use -o
9307         * support/regression/ports/ds390/spec.mk: use -o
9308         * support/regression/ports/gbz80/spec.mk: use -o
9309         * support/regression/ports/mcs51/spec.mk: use -o
9310         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9311         * support/regression/ports/z80/spec.mk: use -o
9312         * support/regression/ports/ucz80/spec.mk: use -o
9313         * support/regression/ports/xa51/spec.mk: use -o
9314         * support/regression/fwk/lib/timeout.c: fix usage string
9315
9316 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9317         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9318
9319 2003-01-07    <johan AT balder>
9320
9321         * src/SDCCast.c (decorateType): fixed bug #600035
9322
9323 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9324         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9325         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9326         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9327         * src/pic/pcode.c: outcommented unused variable to remove warnings
9328         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9329
9330 2003-01-06    <karl AT turbobit.com>
9331         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9332    regression tests.
9333
9334 2003-01-06    <johan AT balder>
9335
9336         * src/SDCCicode.c: fixed array add
9337
9338 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9339         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9340         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9341
9342 2003-01-04    <johan AT balder>
9343
9344         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9345
9346 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9347         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9348
9349 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9350         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9351         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9352
9353 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9354         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9355
9356 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9357         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9358
9359 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9360         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9361
9362 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9363
9364     * in \sdcc\as\mcs51\ changed these files in order to create an
9365     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9366     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9367     following files to include the previous two files: aslink.dsp,
9368     Makefile.aslink, Makefile.bcc, and Makefile.in.
9369
9370     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9371     .adb instead of .cdb
9372
9373 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9374
9375         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9376         value from option --iram-size.
9377
9378 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9379
9380         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9381         dram[] array.
9382
9383 2002-09-18    <wiml AT hhhh.org>
9384
9385         * SDCClrange.h: exposed setFromRange() and setToRange()
9386         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9387           packRegsForAccUse() (bug 542397)
9388         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9389           multiple times and emitting the fetch operations more than once
9390           added aopGetUsesAcc() function to allow binary operators to
9391           fetch their operands in the correct order; made genMinus() emit
9392           compact code for X = LITERAL - Y
9393
9394 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9395         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9396         sprintf() in line 1267.
9397
9398 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9399         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9400         like ports.
9401
9402 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9403         Changes to aslink (All the changes are marked with 'JCF'):
9404
9405         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9406         summary().
9407
9408         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9409         area BSEG.  Also moves, if possible, the DATA area down into the internal
9410         ram so more space is available.
9411
9412         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9413         sflag.
9414
9415         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9416         not bytes.  Function summary() which creates a memory usage summary
9417         file with extension .mem.  Reports of overlaping stack and small stack
9418         size.  If the space for the stack is less than 16 bytes aslink trows a
9419         warning.
9420
9421         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9422         the 8051.  Option 'y' for memory summary output file.
9423
9424         Changes to sdcc (All the changes are marked with 'JCF'):
9425
9426         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9427
9428         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9429         overlaying area for it (uses RegBankUsed[4]).
9430
9431         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9432         bank zero as used by default.  By default aslink locates the stack
9433         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9434         the creation of the .mem file.  Delegates the allocation of data area
9435         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9436         the begining of the stack area to aslink.
9437
9438         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9439         glue() in SDCCglue.c creates an area for it.
9440
9441 2002-09-03  Borut Razem <borut.razem AT siol.net>
9442         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9443         sdcc/src/pic/glue.c:
9444         introduced atexit() handler for teporay files removal in case of
9445         errors, assertions, ...
9446
9447 2002-08-29  Borut Razem <borut.razem AT siol.net>
9448         * sdcc/support/cpp2/auto-host_vc_in.h:
9449         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9450         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9451         Maybe there is a similar problem with BORLANDC? It should be checked!
9452
9453         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9454         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9455         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9456         was not executed, and the compiler (cl) launched a warning:
9457         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9458
9459 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9460         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9461
9462 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9463         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9464
9465         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9466           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9467           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9468           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9469           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9470           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9471           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9472         - added Release configuration in VS projects
9473         - review of compiler an linker options
9474         - VC .exe files are generated in bin_vc directory, not to interfere
9475           with binaries generated from other projects (cygwin, mingw, bcc ...)
9476
9477         * sdcc/src/yacc.dsp: added
9478
9479         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9480         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9481         and insert the version number definitions from .version
9482
9483         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9484
9485         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9486         added - genarate auto-host.h using auto-host_vc_in.h as template
9487
9488         * sdcc/sdcc_vc.h,
9489         removed from CVS, generated automatically
9490
9491 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9492         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9493
9494 2002-08-11  Borut Razem <borut.razem AT siol.net>
9495         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9496
9497 2002-08-10  Borut Razem <borut.razem AT siol.net>
9498         * src/SDCCmain.c (main):
9499         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9500         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9501         The consequence was that some temporary files were not removed.
9502
9503         * src/SDCCglue.c:
9504         unification of code in functions tempfilename() and tempfile():
9505         function tempnam() is defined in Visual Studio 6.0 and .NET
9506
9507         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9508
9509         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9510           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9511         - removed compiler command line option /WX: Treats all warnings as errors
9512         - update a list of source files, included into the project
9513
9514         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9515           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9516         changed project type to Generic Project so that can be correcly converted to VS.NET project
9517
9518         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9519
9520         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9521
9522         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9523
9524         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9525         added return 0 statements after assert() to make compiler happy
9526
9527         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9528         added newline in the def file to keep MSC compiler satisfied
9529
9530         * sdcc/src/z80/gen.c:
9531         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9532           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9533         - solved MSC error in function aopDump()
9534
9535         * sdcc_vc.h: define PREFIX as "\\sdcc"
9536
9537 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9538         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9539
9540 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9541         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9542         - Rewrote the register banking algorithm.
9543         - Added pCode live-range analysis to registers (for now, only non-used and
9544         singly-used registers optimized away)
9545
9546         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9547
9548         * 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.
9549
9550 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9551         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9552
9553 2002-04-22  Michael Hope  <michaelh AT vroom>
9554
9555         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9556
9557         * configure.in (DD_COPT): Added include support required for gbdk.
9558
9559         * .version: Bumped version number just to increase it.
9560
9561         * src/SDCCmain.c: Added -nostdinc to the default options.
9562
9563 2002-04-15  Michael Hope  <michaelh AT vroom>
9564
9565         * device/lib/z80/printf.c (sprintf): Added.
9566
9567         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9568
9569         * src/z80/peeph.def: Added transpose redundent load rule.
9570
9571         * src/z80/main.c: Added force callee saves for jaune.
9572
9573         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9574
9575         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9576
9577 2002-03-28  Johan Knol  <johan AT balder>
9578
9579         * src/SDCCval.c: fixed bug #532436
9580
9581 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9582         * /src/port.h:
9583         Added "char *Processor" field to the port structure.
9584
9585         * /src/SDCCmain.c:
9586         Added -p option. Allows port dependent processor to be specified.
9587
9588         * all ports:
9589         Initialized the new field char *Processor field to NULL in all ports
9590
9591         * /src/pic/*:
9592         Compiler generated registers for interrupt context saving
9593         were not getting allocated.
9594
9595 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9596
9597         * /src/SDCCast.c:
9598         Fixed left shift. Will promote the left side of a left shift
9599         if a) left shifting more than size of operand or b) when assigned
9600         to something size > size of left side
9601
9602 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9603         * src/pic/*
9604         tons of changes. Register allocation has been
9605         rewritten. Added customization for the various PICs. Flow
9606         analysis is restructured. ...
9607
9608         * src/pic/device.h:
9609         Added
9610
9611         * src/pic/device.c:
9612         Added. device.c is a PIC port hack to accomodate variations
9613         in PIC devices.
9614
9615 2002-03-13  Michael Hope  <michaelh AT vroom>
9616
9617         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9618
9619 2002-03-04  johanknol  <johanknol AT manik>
9620
9621         * /src/SDCCval.c: fixed
9622
9623         const unsigned char arr[][2] = { { 0, 1 } };
9624         t18.c:1: error: Initializer element is not constant
9625
9626 2002-03-04  bela  <bela AT manik>
9627
9628         * /device/include/mcs51reg.h:
9629         ds89c420 register definition update
9630
9631 2002-03-03    <johan AT FRIJA>
9632
9633         * support/Util/SDCCerr.c: did something, but don't no why anymore
9634
9635         * support/regression/tests/bug-524691.c: made it a little less shy
9636
9637         * src/SDCCast.c (decorateType): fixed bug #524697
9638
9639         * src/SDCCast.c: made some lineno improvements
9640
9641         * src/SDCCval.c (getNelements): changed warning to error
9642
9643         * src/SDCCglue.c (printIvalArray): changed warning to error
9644
9645         * src/SDCCicode.c: fixed a warning for mingw
9646
9647         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9648
9649         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9650
9651 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9652
9653         * src/ds390/peeph.def:
9654         Added some more peephole rules
9655
9656         * src/ds390/gen.c: Various fixes & enhancements
9657
9658         * src/SDCClrange.c, src/SDCClrange.h:
9659         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9660
9661         * src/ds390/ralloc.c:
9662         various fixes & enhancements (ds390) specific
9663
9664         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9665         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9666         from rallocs.
9667
9668         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9669
9670 2002-03-02    <johan AT FRIJA>
9671
9672         * src/SDCCast.c (decorateType): fixed bug #524708
9673
9674         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9675
9676         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9677
9678 2002-03-01  Michael Hope  <michaelh AT vroom>
9679
9680         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9681
9682         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9683
9684 2002-03-01    <johan AT FRIJA>
9685
9686         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9687
9688         * src/SDCCast.c (decorateType): fixed bug #524209
9689
9690         * src/SDCCval.c (valNot): fixed bug #524195
9691
9692 2002-02-26    <johan AT balder>
9693
9694         * src/xa51/gen.c: fixed a warning
9695
9696         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9697
9698         * src/SDCCast.c (decorateType): fixed bug #522534
9699
9700 2002-02-23    <johan AT balder>
9701
9702         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9703
9704 2002-02-22    <johan AT balder>
9705
9706         * src/SDCCast.c: fixed bug #514865
9707
9708         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9709
9710 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9711
9712         * sdcc/src/SDCCloop.c:
9713         Previous fix was not good. basic blocks that have "break" or "return" are
9714         not really partof a loop , but live ranges used in these blocks should
9715         be live thru the entire loop, so set partOfLoop but don't add them to
9716         loop region
9717
9718 2002-02-21    <johan AT FRIJA>
9719
9720         * src/SDCCcse.c: fixed bug #514308
9721
9722 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9723
9724         * src/SDCCloop.c:
9725         Fixed BUG #519583. If a conditional block ended in a return/break
9726         statement inside a loop, it was not being considered part of the loop.
9727
9728         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9729
9730 2002-02-10  Karl Bongers <karl AT turbobit.com>
9731
9732         * debugger/*:
9733         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9734         with lots of comments and notes.
9735
9736         * device/examples/test2.c:
9737         Fix bug, "red" variable not being initialized(compiler complained).
9738
9739         * device/examples/Makefile, examples/test3.c:
9740         Add Makefile in device/examples folder, compiles test3.c
9741         for use as a multiple module SDCDB test case.
9742
9743         * sim/ucsim/cmd.src/cmdset.cc:
9744         Took out debug printfs in ucsim "next" command.
9745
9746         * sim/ucsim/xa.src:
9747         Karl and Johan start ucsim XA support.  Most dissassembly working,
9748         about 75% emulation done(plenty of work remaining).
9749
9750         * sim/ucsim/z80.src:
9751         Add Z80 support to ucsim, add test-ucz80 regression test,
9752         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9753         Notice z80 compiler fails on examples/test3.c/crc code.
9754
9755 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9756
9757         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9758         Added support for --parms-in-bank1
9759
9760         * src/ds390/peeph.def:
9761         added a few more peephole optimzations
9762
9763         * src/ds390/main.c:
9764         1) added __builtin_inp & __builtin_outp used to read in data of given length
9765            from a memory mapped port
9766         2) added __builtin_memcmp
9767         3) added __builtin_swapw swap bytes of a short
9768
9769         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9770         1) handle multiple send & receives from register bank1
9771         2) ralloc can now allocate DPTR1 to some liveRanges
9772
9773         * src/SDCCsymt.c, src/SDCCsymt.h:
9774         changes to handle multiple sends & receives
9775
9776         * src/SDCCptropt.h:
9777         added some pointer arithmetic optimization
9778
9779         * src/SDCCptropt.c:
9780         added some pointer arithmetic optimizations but not stable yet so not
9781         called from anywhere (will get this working shortly)
9782
9783         * src/SDCCopt.c: fixed for multiple sends & receives
9784
9785         * src/SDCCmain.c:
9786         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9787         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9788            set preprocessor defines (depending on options)
9789
9790         * src/SDCCicode.c, src/SDCCicode.h:
9791         changes made to handle multiple sends & receives
9792
9793         * src/SDCCglobl.h:
9794         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9795
9796         * src/SDCCcse.c, src/SDCCcse.h:
9797         added function findbackward def (to be used in upcoming optimization)
9798
9799         * src/SDCCcflow.c, src/SDCCcflow.h:
9800         added function returnAtEnd - to determine if a basic block terminates with
9801         a RETURN iCode
9802
9803         * src/SDCCast.c, src/SDCCast.h:
9804         added option parms-in-bank1
9805
9806         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9807         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9808         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9809         adjusted for --parms-in-bank1 option
9810
9811         * device/include/string.h:
9812         donot redefine "reentrant" keyword
9813
9814         * device/include/ds80c390.h: Added some more SFRs
9815
9816 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9817
9818         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9819
9820 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9821
9822         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9823
9824 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9825
9826         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9827
9828 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9829
9830         * Added --xram-movc option
9831
9832 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9833
9834         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9835
9836 2002-01-11  Johan Knol
9837
9838         * Added math lib of Jesus Calvino-Fraga
9839
9840 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9841
9842         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9843         * support/regression/Makefile: new target test-mcs51-stack-auto
9844         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9845
9846 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9847
9848         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9849
9850 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9851
9852         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9853
9854 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9855
9856         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9857
9858         * src/SDCCglue.h: add definition for printIvalChar()
9859
9860 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9861
9862         * src/SDCCast.c: fix #498138 by Johan
9863
9864         * src/SDCCglue.c: fix #498138 by Johan
9865
9866 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9867
9868         * support/regression/Makefile: fix clean
9869
9870         * support/regression/ports/ds390/support.c: fix transmission of last character
9871
9872 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9873
9874         * /sdcc/src/ds390/gen.c:
9875         a) improved computing address of stack variable
9876         b) took out some #if 0 code
9877         c) improved parmBytes adjustment
9878         d) improved genPlusIncr & genMinusIncr
9879         e) genCmp could generate bad code (when left assigned to DPTR)
9880         f) Fixed bug in hasInc
9881
9882         * /sdcc/src/ds390/ralloc.c:
9883         a) packRegsForSupport could mess up live information (Fixed)
9884         b) packRegsDPTRuse could be incorrect for left & right shift
9885
9886         * /sdcc/src/mcs51/ralloc.c:
9887         packRegsForSupport could mess up the live information (Fixed)
9888
9889         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9890
9891         * /sdcc/src/SDCCast.c:
9892         can reverse a loop even if function call is present as long
9893         as the loop control variable is local & is not passed as parameter
9894
9895 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9896
9897         * /sdcc/ChangeLog: *** empty log message ***
9898
9899         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9900         More builtin function additions for TININative
9901
9902         * /sdcc/src/ds390/ralloc.c:
9903         Had broken the regression testsuite
9904
9905         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9906
9907         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9908         Added funcattr hasStackParms will be set for reentrant functions when there
9909         are paramteres on the stack, this helps in minimizing frame pointer generation
9910         typeFromStr can handle function pointers now
9911
9912         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9913         *** empty log message ***
9914
9915 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9916
9917         * /src/ds390/gen.c, /src/ds390/main.c:
9918         More builtin function additions for TININative
9919
9920         * /src/ds390/ralloc.c:
9921         Had broken the regression testsuite
9922
9923         * /src/SDCCast.c: Fixed a bug in dumptree
9924
9925         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9926         Added funcattr hasStackParms will be set for reentrant functions when there
9927         are paramteres on the stack, this helps in minimizing frame pointer generation
9928         typeFromStr can handle function pointers now
9929
9930         * /doc/builtins.txt, /doc/TININative.txt:
9931         *** empty log message ***
9932
9933
9934 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9935
9936         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9937         ALPHA version for -mTININative
9938
9939         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9940         updated to reflect changes in the port structure
9941
9942         * /src/port.h:
9943         added function do_assemble (similar to do_link) if non-null this function
9944         will be called to do assembly (-mTININative) requires a multi command
9945         assembly
9946         added function genAssemblerEnd will be called to generate assembler Epilogue
9947
9948         * /src/SDCCsymt.c:
9949         added _JavaNative to debug info printing
9950
9951         * /src/SDCCmain.c: added option --tini-libid
9952         added port->do_assemble function (-mTININative) has a multi command assemble
9953
9954         * /src/SDCCglue.c: Disabled "constExpr" check
9955         added port->genAssemblerEnd function
9956
9957         * /src/SDCCglobl.h: Added option --tini-libid value
9958
9959         * /src/SDCCast.h:
9960         tookout optimizeCompare from the header (has no external references)
9961
9962         * /src/SDCCast.c: made one more function "static"
9963
9964 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9965
9966         * src/z80/mappings.i: Added z80asm support.
9967
9968         * src/z80/main.c: Added z80asm support on --asm=z80asm
9969
9970         * src/z80/gen.c: Fixed asm portability issues.
9971
9972         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9973
9974         * src/SDCCglue.c (printExterns): Added global/extern split.
9975
9976 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9977
9978         * support/regression/Makefile: added test for mcs51 model large
9979
9980         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9981
9982         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9983
9984 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9985
9986         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9987
9988 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9989
9990         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9991
9992         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9993
9994 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9995
9996         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9997
9998         * support/regression/tests/simplefloat.c: Port to mcs51.
9999
10000 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10001         * support/regression/tests/bug-485362.c: Added.
10002
10003         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10004
10005         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10006
10007         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10008
10009         * src/z80/gen.c (aopDump): Added a dump function.
10010
10011 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10012         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10013
10014         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10015
10016         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10017
10018         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10019
10020         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10021
10022         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10023
10024         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10025
10026         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10027
10028         * support/regression/ports/ds390/support.c: Use tinibios.
10029
10030         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10031
10032 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10033
10034         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10035         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10036
10037         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10038
10039         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10040
10041 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10042
10043         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10044
10045         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10046         (packRegsForIYUse): Created and optimised.
10047
10048 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10049
10050         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10051 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10052
10053         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10054
10055         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10056
10057         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10058
10059 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10060
10061         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10062
10063         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10064
10065 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10066
10067         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10068
10069         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10070
10071         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10072
10073 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10074
10075         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10076         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10077         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10078
10079         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10080
10081         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10082         (genNotFloat): Added.
10083         (genUminusFloat): Added.
10084
10085         * device/lib/z80/Makefile: Added floating pt stubs.
10086
10087         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10088
10089         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10090
10091         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10092
10093 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10094
10095         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10096
10097         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10098
10099         * sdcc/support/regression/Makefile: Add port ds390.
10100
10101         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10102
10103         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10104
10105         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10106
10107         * sdcc/support/regression/ports/ds390/support.c: Added.
10108
10109         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10110
10111         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10112
10113         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10114
10115 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10116
10117         * device/include/malloc.h: Added z80 and gbz80 support.
10118
10119         * device/lib/gbz80/heap.s: Added.
10120
10121         * device/lib/z80/heap.s: Added.
10122
10123         * device/lib/malloc.c: Added z80 and gbz80 support.
10124
10125         * support/regression/tests/malloc.c (testMalloc): Added.
10126
10127         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10128
10129         * support/regression/tests/bug-478094.c: Added.
10130
10131         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10132
10133 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10134
10135         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10136
10137         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10138
10139         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10140
10141         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10142
10143         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10144
10145 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10146
10147         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10148
10149 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10150
10151         * support/regression/tests/bug-477927.c: Added.
10152
10153         * src/z80/peeph.def: Added minor rules.
10154
10155         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10156
10157         * src/z80/peeph.def: Added jump optimisation modification.
10158
10159 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10160
10161         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10162
10163 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10164
10165         * support/regression/tests/funptrs.c: Added.
10166
10167 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10168
10169         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10170
10171 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10172
10173         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10174
10175         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10176
10177         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10178         (movLeft2ResultLong): Created.
10179
10180         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10181         (joinPushes): Added.  Joins two char pushes into a word push.
10182
10183 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10184
10185         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10186
10187         * support/makebin/Makefile (install): Added creation of dest dir.
10188
10189 2001-10-24 Karl Bongers <karl AT turbobit.com>
10190
10191         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10192
10193 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10194
10195         * src/z80/ralloc.c: Turned off faulty pack for one use.
10196
10197         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10198
10199         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10200
10201 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10202
10203         * support/regression/Makefile: Improved clean
10204
10205         * support/regression/ports/gbz80/spec.mk: Added clean
10206
10207         * support/regression/ports/host/spec.mk: Added clean
10208
10209         * support/regression/ports/z80/spec.mk: Added clean
10210
10211         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10212
10213         * support/regression/ports/mcs51/timeout.c: little improvements
10214
10215 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10216
10217         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10218
10219         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10220
10221         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10222
10223 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10224
10225         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10226
10227         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10228
10229 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10230         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10231
10232         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10233
10234         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10235
10236         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10237
10238         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10239
10240         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10241
10242         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10243
10244         * support/regression/tests/longor.c: Added.
10245
10246 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10247
10248         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10249
10250         * as/mcs51/aslink.h: define PATH_MAX
10251
10252         * as/mcs51/asm.h: define PATH_MAX
10253
10254         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10255
10256         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10257
10258         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10259
10260         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10261
10262         * src/SDCCglobl.h: define PATH_MAX
10263
10264         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10265
10266         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10267
10268 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10269
10270         * src/z80/gen.c (gencjneshort): Fixed
10271
10272         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10273
10274 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10275
10276         * support/regression/tests/bug-469671.c: Added.
10277
10278         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10279
10280 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10281
10282         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10283
10284         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10285
10286 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10287
10288         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10289
10290         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10291
10292         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10293
10294         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10295
10296         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10297
10298         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10299
10300         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10301
10302 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10303
10304         * 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.
10305
10306         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10307
10308         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10309
10310 2001-10-07    <johan AT FRIJA>
10311
10312         * device/lib/gets.c (gets): fixed the return value.
10313
10314 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10315         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10316
10317         * 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.
10318
10319         * 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.
10320
10321         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10322
10323         * src/pic/gen.c: Removed Safe_strdup.
10324
10325         * configure.in: Added option to enable libgc support.
10326
10327         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10328         (bitVectUnion): Optimised.
10329         (bitVectIntersect): Optimised.
10330         (bitVectBitsInCommon): Optimised.
10331         (bitVectCplAnd): Optimised.
10332
10333         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10334
10335 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * src/SDCCmain.c: distinguish between assembler debug and plain options
10338
10339         * src/avr/main.c:   remove standard assembler options
10340
10341         * src/ds390/main.c: remove standard assembler options
10342
10343         * src/mcs51/main.c: remove standard assembler options
10344
10345         * src/port.h: removed "PENDING" comment
10346
10347 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10348
10349         * src/device/lib/_mulint.c  : new, with assember functions
10350
10351         * src/device/lib/_mullong.c : new, with assember functions
10352
10353         * src/device/lib/_divuint.c : with assember functions
10354
10355         * src/device/lib/_divsint.c : with assember functions
10356
10357         * src/device/lib/_divulong.c: with assember functions
10358
10359         * src/device/lib/_divslong.c: with assember functions
10360
10361         * src/device/lib/_moduint.c : with assember functions
10362
10363         * src/device/lib/_modsint.c : with assember functions
10364
10365         * src/device/lib/_modulong.c: with assember functions
10366
10367         * src/device/lib/_modslong.c: with assember functions
10368
10369         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10370
10371         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10372
10373         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10374                                       replaced _mululong.c and _mulslong.c by _mullong.c
10375
10376 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10377
10378         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10379
10380 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10381
10382         * src/SDCCglue.c: test, if win32api is available for MINGW
10383
10384 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10385
10386         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10387         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10388         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10389         * support/regression/ports/host/spec.mk: removed GENERIC
10390         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10391         * support/regression/ports/z80/spec.mk: removed GENERIC
10392
10393 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10394
10395         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10396
10397         * support/regression/tests/bug-467035.c: Created.
10398
10399 2001-10-01    <johan AT FRIJA>
10400
10401         * src/SDCC.y: fixed bug #466586 part 1
10402
10403 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10404
10405         * SDCCicode.c: z80 has no generic pointers
10406         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10407
10408 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10409
10410         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10411
10412 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10413
10414         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10415
10416         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10417
10418 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10419
10420         * configure.in: Fixed up so that ucsim is only configured once.
10421
10422         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10423
10424         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10425         (getPathDifference): As above.
10426
10427         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10428
10429         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10430
10431 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10432         * .version: Updated to 2.3.1
10433
10434         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10435         Added copyright header.
10436
10437         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10438         (assemble): Added support for macro based assembler commands.
10439         (linkEdit): Added support for macro based linker commands.
10440         (preProcess): Changed the pre-processor to use macros.
10441         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10442         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10443
10444         * device/lib/z80/crt0.s: Added module name for debugging.
10445
10446 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10447
10448         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10449
10450         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10451
10452         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10453
10454         * src/Makefile.in: Added SDCCmacro and SDCCutil
10455
10456 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10457
10458         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10459
10460 2001-09-16    <johan AT FRIJA>
10461
10462         * 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.
10463
10464 2001-09-15    <johan AT FRIJA>
10465
10466         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10467         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10468
10469 2001-09-11    <johan AT FRIJA>
10470
10471         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10472
10473 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10474
10475         * support/regression/tests/bug-460444.c: Added test case.
10476
10477         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10478         (genCast): Added justification for all of the asserts.
10479
10480 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10481
10482         * support/regression/support.c: _xdata replaced by xdata
10483
10484         * support/regression/spec.mk: removed _generic
10485
10486 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10487
10488         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10489
10490         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10491         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10492
10493         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10494
10495         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10496
10497         * support/regression/tests/bug-460010.c: Added test case.
10498
10499         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10500
10501 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10502
10503         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10504
10505         * support/regression/testfwk.c: removed workaround for bug #436344
10506
10507         * support/regression/tests/bp.c: use less memory with mcs51
10508
10509         * support/regression/tests/bug-441448.c: use less memory
10510
10511         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10512
10513         * support/regression/collate-results.py: typo
10514
10515 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10516
10517         * support/regression/tests/fetchoverlap.c: Added new test case.
10518
10519         * support/regression/tests/bp.c: Added new test case.
10520
10521         * support/regression/tests/bug-448984.c: Added new test case.
10522
10523         * support/regression/tests/pow2shifts.c: Added new test case.
10524
10525         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10526         (genlshTwo): Fixed right shift for count > 8.
10527
10528         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10529
10530 2001-09-08    <johan AT FRIJA>
10531
10532         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10533
10534 2001-09-07    <johan AT FRIJA>
10535
10536         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10537
10538         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10539
10540 2001-09-06    <johan AT FRIJA>
10541
10542         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10543         * bernhard noted me at this: "() equals to (void)" (1.38)
10544
10545 2001-09-05    <johan AT FRIJA>
10546
10547         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10548
10549 2001-09-04    <johan AT FRIJA>
10550
10551         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10552
10553
10554 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10555
10556         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10557
10558 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10559
10560         * link/z80/aslink.h: Fixed path for PATH_MAX
10561
10562 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10563
10564         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10565
10566         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10567
10568         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10569
10570         * 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.
10571
10572 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10573
10574         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10575         (genCmp): Fixed up genCmp for the GB with longs.
10576
10577         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10578
10579         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10580
10581         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10582
10583         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10584
10585 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10586
10587         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10588
10589 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10590
10591         * 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.
10592
10593         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10594
10595 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10596
10597         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10598
10599         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10600
10601 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10602
10603   * sim/ucsim/configure:    little improvement of Cygwin-detection
10604   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10605   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10606   * support/regression/tests/bug-221100.c: small changes for mcs51
10607   * support/regression/tests/bug-221168.c: small changes for mcs51
10608   * support/regression/tests/bug-227710.c: small changes for mcs51
10609   * support/regression/tests/staticinit.c: small changes for mcs51
10610   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10611   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10612   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10613
10614 $Revision$