8249ef2e41eb353ea3951487bf23db43adf86ea4
[fw/sdcc] / ChangeLog
1 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
4           genGetWord): fixed bug 1409955
5
6 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/hc08/mc68hc908gp32.h,
9         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
10
11 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/SDCCast.c (constExprValue): return NULL if not a value
14         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
15         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
16         * support/regression/tests/bitfields.c: enabled signed bitfield for all
17
18 2006-02-13 Borut Razem <borut.razem AT siol.net>
19
20         * src/regression/ptrarg.c: added, fails due to bug #1430967
21         * src/regression/Makefile: ptrarg.c added, ...
22
23 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
26         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
27
28 2006-02-11 Borut Razem <borut.razem AT siol.net>
29
30         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
31           print "Processor: xxx" message to stdout only if --verbose
32
33 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
36         * support/regression/tests/bug1426356.c: added
37         * support/regression/tests/bitfields.c: removed 2 tests
38
39 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
42         * device/include/mcs51/c8051f330.h,
43         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
44           PCON_IDLE,PCON_STOP and added sfr16 definitions
45         * device/lib/_divsint.c,
46         * device/lib/_divuint.c,
47         * device/lib/_divulong.c,
48         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
49           register bank bug for small stackauto
50
51 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
54
55 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
58         * all.dsp: corrected several bin paths
59         * device/include/mcs51/c8051f120.h,
60         * device/include/mcs51/c8051f300.h,
61         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
62           to PCON_IDLE,PCON_STOP
63         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
64         * device/lib/printf_large.c (output_float): fixed bug 1388703
65         * support/regression/tests/bug1057979.c: added test for bug 1388703
66
67 2006-02-08 Raphael Neider <rneider AT web.de>
68
69         * src/pic/pcode.c (pciTRIS): fixed typo,
70           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
71           (LinkFlow): fixed handling of flows that end in a call,
72           (ReuseReg): perform safety check earlier
73         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
74             to work with flows at the beginning of a pBlock,
75             fixes #1426557 (Symbol not previously defined),
76           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
77             usage information
78           (RemoveUnusedRegisters): update register usage info
79         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
80             created, reuse existing ones instead
81         * src/pic/gen.c (genPcall): fixed #1424719
82
83 2006-02-01 Borut Razem <borut.razem AT siol.net>
84
85         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
86           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
87           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
88           src/regression/bool1.c, src/regression/bool2.c,
89           src/regression/bool3.c, src/regression/call1.c,
90           src/regression/compare.c, src/regression/compare10.c,
91           src/regression/compare2.c, src/regression/compare3.c,
92           src/regression/compare4.c, src/regression/compare5.c,
93           src/regression/compare6.c, src/regression/compare7.c,
94           src/regression/compare8.c, src/regression/compare9.c,
95           src/regression/configword.c, src/regression/for.c,
96           src/regression/inline.c, src/regression/mult1.c,
97           src/regression/nestfor.c, src/regression/or1.c,
98           src/regression/pointer1.c, src/regression/ptrfunc.c,
99           src/regression/rotate1.c, src/regression/rotate2.c,
100           src/regression/rotate3.c, src/regression/rotate4.c,
101           src/regression/rotate5.c, src/regression/rotate6.c,
102           src/regression/rotate7.c, src/regression/string1.c,
103           src/regression/struct1.c, src/regression/sub.c,
104           src/regression/sub2.c, src/regression/switch1.c,
105           src/regression/while.c, src/regression/xor.c,
106           src/regression/create_stc, src/regression/simulate,
107           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
108           regression tests
109         * src/regression/gpsim_assert.h: added
110
111 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
112
113         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
114         ((void (code *) (void)) 0) ();
115         * as/hc08/aslex.c,
116         * as/hc08/aslink.h,
117         * as/hc08/asm.h,
118         * as/hc08/asmain.c,
119         * as/hc08/lkdata.c,
120         * as/hc08/lklex.c,
121         * as/hc08/lkmain.c,
122         * as/mcs51/aslex.c,
123         * as/mcs51/aslink.h,
124         * as/mcs51/asm.h,
125         * as/mcs51/asmain.c,
126         * as/mcs51/lkdata.c,
127         * as/mcs51/lklex.c,
128         * as/mcs51/lkmain.c,
129         * as/z80/aslex.c,
130         * as/z80/asm.h,
131         * as/z80/asmain.c: fixed build on current cygwin:
132         replaced getline() by as_getline()
133
134 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
135
136         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
137         declarator in the symbol chain
138         * src/SDCCsymt.h,
139         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
140         parameter list for function pointers
141         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
142         * support/regression/tests/bug-716242.c: added
143
144 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
145
146         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
147         offset if possible
148         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
149
150 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
151
152         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
153         inifinitely recurseable, added static
154         * support/regression/tests/bug-1408066.c: added
155
156 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
157
158         * src/SDCCicode.h,
159         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
160         renamed, added possibility to create "postLoopLbl"-labels
161         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
162         newiTempLoopHeaderLabel
163         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
164         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
165         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
166         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
167         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
168         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
169         (basicInduction): fixed bug #136564, made static,
170         (loopInduction): changed parameter of basicInduction, made static,
171         (addPostLoopBlock): added
172         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
173         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
174         findLoopEndSeq
175         * support/regression/tests/bug-136564.c: added
176         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
177         --std-sdcc99 to LIBSDCCFLAGS
178
179 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
180
181         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
182         while loop
183         * support/regression/tests/bug-1406131.c: added
184
185 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
186
187         * src/SDCCast.c (decorateType): fix promotion of unary minus
188         * src/SDCCsymt.c (computeType): beautified
189         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
190         (valUnaryPM, valComplement): fix sign and promotion,
191         (valNot): ANSI: result type is int (SDCC: unsigned char)
192         * support/regression/tests/uminus.c: speedup by removing superflous
193         test case 'int'
194         * support/regression/tests/onebyte.c: added promotion and signedness
195         tests for unary minus
196         * support/regressions/tests/bug-477927.c: disable warning about
197         uninitialized variables
198         * support/regression/tests/not.c: added
199
200 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
201
202         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
203         * src/mcs51/gen.c (gen51Code): show final register usage after
204         fillGaps in asm with --i-code-in-asm
205         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
206         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
207         incUsed, rliveClear, adjustIChain): made static,
208         (setFromRange): excluded because it's unused,
209         (findPrevUseSym, markWholeLoop): added,
210         (findPrevUse): rewritten; fixes bug 895992; now a complete search
211         through all branches of predecessors enables sdcc to emit the warning
212         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
213         (rlivePoint): made static, added parameter emitWarnings which is only
214         true during the first run out of two,
215         (findRecursiveSucc, findRecursivePred): removed,
216         (computeLiveRanges): made static, added parameter emitWarnings,
217         (dumpIcRlive): added for debugging only
218         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
219         removed prototype of setFromRange()
220         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
221         in call of computeLiveRanges()
222         * support/regression/tests/bug-895992.c: added
223         * support/regression/tests/bug-971834.c: added
224         * support/valdiag/tests/bug-895992.c: added
225         * support/valdiag/tests/bug-971834.c: added
226
227 2005-12-18 Raphael Neider <rneider AT web.de>
228
229         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
230           (genUnpackBits): improved code for direct operands,
231           (genPackBits): improved code for literal assignment to bitfields
232             and for direct destination operands (no FSR indirection),
233             prevented redundant AND, fixes #1362800,
234           (AccLsh): added parameter to disable masking of the result
235         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
236           skip instructions with side-effects (like incfsz),
237           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
238         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
239         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
240           fixes #1375263
241
242 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
243
244         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
245         volatile variables as spill location
246
247 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
248
249         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
250         replacing literals
251         * support/regression/tests/bug-1376320.c: added
252
253 2005-12-08 Raphael Neider <rneider AT web.de>
254
255         * src/pic/device.c: renamed is_shared to pic14_is_shared
256         * src/pic/gen.c (genIfx): re-enabled handling of sbits
257         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
258           (is_valid_identifier): added for above workaround
259
260 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
261
262         * device/lib/Makefile.in: fixed to enable port-specific-objects
263         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
264           char, thanks Hubert Sack
265         * doc/sdccman.lyx: documented --xstack-loc,
266           elaborated a bit more on interrupts and pitfalls,
267           removed "setjmp/longjmp unsupported",
268           documented some unsupported C99 features
269         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
270         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
271           if, thanks Hubert Sack
272         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
273         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
274           make make_library
275         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
276           regression tests can report resource usage (rfe 700441)
277         * support/regression/collate-results.py: report resource usage
278         * support/regression/ports/ds390/spec.mk,
279         * support/regression/ports/hc08/spec.mk,
280         * support/regression/ports/mcs51/spec.mk,
281         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
282         * support/regression/ports/ds390/uCsim.cmd,
283         * support/regression/ports/hc08/uCsim.cmd,
284         * support/regression/ports/mcs51/uCsim.cmd,
285         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
286         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
287           library, use the default one
288         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
289           building the library
290
291 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
292
293         * config.dsp: added dependency on .version and configure_vc.awk
294         * device/include/setjmp.h: updated for --stack-auto and --xstack
295         * device/include/mcs51/at89c51snd1c.h: corrected line endings
296         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
297         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
298         * device/lib/libsdcc.lib: added _setjmp
299         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
300           (decorateType): fixed bug 1372851,
301           (optimizeGetHbit): fixed warning
302         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
303           array initialisation
304         * support/regression/tests/bug1057979.c: added test for bug 1358192
305         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
306
307 2005-12-03 Borut Razem <borut.razem AT siol.net>
308
309         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
310           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
311
312 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
313
314         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
315         createIval): implement symbol independant "flexible array member",
316         (createIvalCharPtr): implemented flexible array initialisation with a
317         string
318         * src/SDCCsymt.c (copyStruct): removed,
319         (getSize): fixed misleading comment,
320         (getAllocSize): removed, the additional allocation size is now in
321         sym->flexArrayLength,
322         (checkStructFlexArray): new, syntax checks for flexible array members,
323         (compStructSize): added syntax checks for "flexible array members"
324         (copyStruct): removed,
325         (copyLinkChain): removed inefficient fix for bug 770487
326         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
327         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
328         symbol->flexArrayLength
329         * src/SDCCerr.c,
330         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
331         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
332         * support/regression/tests/structflexarray.c: added
333         * support/valdiag/tests/structflexiblearray.c: added
334
335 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
336
337         * src/SDCCast.c (decorateType): fixed bug 1368489
338         * support/Util/SDCCerr.c,
339         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
340
341 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
342
343         * device/include/mcs51/at89c51snd1c.h: added file submitted by
344           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
345
346 2005-11-27 Borut Razem <borut.razem AT siol.net>
347
348         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
349           support/cpp2/mkdeps.h: added command line option
350           -obj-ext=<extension> to SDCPP to define object file externion, used
351           for generation of make dependencies (-M)
352         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
353
354 2005-11-26 Borut Razem <borut.razem AT siol.net>
355
356         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
357           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
358           added pic and pic16 libraries
359
360 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
361
362         * device/include/float.h: Corrected typo in prototype of __fsgt
363
364 2005-11-25 Borut Razem <borut.razem AT siol.net>
365
366         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
367           added creation of model-mcs51-stack-auto libraries
368
369 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
370
371         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
372         and fields-list too
373         * src/SDCCast.c (createIvalArray): removed obsolete comment
374
375 2005-11-24 Borut Razem <borut.razem AT siol.net>
376
377         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
378           added missing device/lib/mcs51/crt*.asm sources
379
380 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
381
382         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
383
384 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
385
386         * device/lib/_fs2schar.c,
387         * device/lib/_fs2sint.c,
388         * device/lib/_fs2slong.c: optimized inline asm
389
390 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
391
392         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
393           Better handling of floats between -1.0 and 0.0.
394
395 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
396
397         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
398           (the missing "if"s prohibited removal of redundant labels)
399
400 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
401
402         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
403           Properly convert floats between -1.0 and 0.0 to long, int, and char
404           types (max integer value of negative floats tends to zero).
405         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
406           Removed changes made so to work properly with floats between
407           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
408           and _fs2char.c
409
410 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
411
412         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
413         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
414         (genCast) cosmetic change
415         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
416         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
417         from mcs51
418         * support/regression/tests/bitfields (testSignedBitfields): added
419
420 2005-11-18 Borut Razem <borut.razem AT siol.net>
421
422         * sdcc/device/lib/Makefile.in: remove all unnecessary files
423         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
424           introduced SILENT option to make building of pic16 libraries less
425
426 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
427
428         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
429           Now they work properly with floats between -1.0 and 0.0
430         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
431
432 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/SDCCicode.c (printOperand): added missing else
435
436 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
437
438         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
439         reformatted for better readability
440         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
441         signed bitfields
442
443 2005-11-17 Borut Razem <borut.razem AT siol.net>
444
445         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
446           introduced SILENT option to make building of pic16 libraries less
447           verbose - used for nightly snapshot build
448         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
449           available on Win32 platforms.
450         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
451           medium, large, pic and pic16
452
453 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
454
455         * device/lib/printf_large.c: Temporary patch for bug 1358192:
456           printf("%f"...) sets fraction to zero.
457
458 2005-11-16 Raphael Neider <rneider AT web.de>
459
460         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
461           fixes #1357221
462         * src/pic/gen.c (genIfx): implemented for CARRY bit
463         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
464           to generic pointers, fixes #1357332,
465           (pic16_movLit2f): NEW,
466           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
467
468 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
469
470         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
471
472 2005-11-11 Raphael Neider <rneider AT web.de>
473
474         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
475         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
476           compute pointer's type from operand,
477           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
478           improved single bit reads, fixes bug #1353379
479
480 2005-11-09 Borut Razem <borut.razem AT siol.net>
481
482         * support/scripts/sdcc.nsi: added lib/pic to the package
483
484 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
485
486         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
487
488 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * support/regression/tests/bug1348008.c: added
491         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
492         * support/regression/tests/bug1337835.c: updated comment
493
494 2005-11-06 Borut Razem <borut.razem AT siol.net>
495
496         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
497           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
498           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
499           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
500           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
501           dynamic construction of cl_error_class and derivates - 2.nd try
502
503 2005-11-05 Borut Razem <borut.razem AT siol.net>
504
505         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
506           bug, which caused Bus Errors on sparc solaris
507
508 2005-11-04 Borut Razem <borut.razem AT siol.net>
509
510         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
511           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
512           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
513           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
514           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
515           and derivates to resolve the initialization problem on OSX
516
517 2005-11-02 Borut Razem <borut.razem AT siol.net>
518
519         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
520           corrected typo - #include <winsock2.h>
521
522 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
525           (_asxxxx_mapping): added org directive for future enhancements
526
527 2005-11-01 Borut Razem <borut.razem AT siol.net>
528
529         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
530           enabled sockets on WIN32
531         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
532
533 2005-10-31 Borut Razem <borut.razem AT siol.net>
534
535         * support/regression/generate-cases.py: escape backslashes in {testcase}:
536           WIN32 backslash path delimiters should be escaped when used in C strings
537         * support/regression/tests/bitfields.c: exclude failing assertions for
538           __CYGWIN32__ and __MINGW32__ hosts
539
540 2005-10-30 Borut Razem <borut.razem AT siol.net>
541
542         * src/SDCCutil.c: corrected double comparison typo
543
544 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
545
546         * device/lib/medium/Makefile: added for new memory model medium
547         * device/include/asm/mcs51/features.h: updated for medium/pdata
548         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
549           added Multiply & Accumulate sbit's and MAC0_PAGE define
550         * device/include/mcs51/c8051f300.h: added sfr16 definitions
551         * device/include/mcs51/c8051f310.h: added sfr16 definitions
552         * device/lib/_mullong.c: update for medium model
553         * device/lib/incl.mk: added medium model
554         * doc/sdccman.lyx: documented medium model
555         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
556         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
557         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
558         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
559           (allocParms): set SCLS and OCLS to pdata for medium model
560         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
561           for pdata,
562           (powof2): return <0 if not power of 2
563         * src/avr/gen.c (genBitWise): use updated powof2
564         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
565           (shiftR2Left2Result): small optimization in setup, save acc when storing,
566           (shiftLLeftOrResult): use B if necessary
567         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
568         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
569         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
570         * support/regression/Makefile.in: added test-mcs51-medium
571         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
572
573 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
574
575         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
576         specifier unsigned
577         * device/lib/time.c (mktime): fixed bug 1334315
578
579 2005-10-28 Raphael Neider <rneider AT web.de>
580
581         * device/include/pic/p16f_common.inc: added common declarations
582         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
583
584 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
585
586         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
587           (aopPutUsesAcc): added to predict accumulator use,
588           (assignResultValue): save acc if necessary,
589           (genMinusDec): store result if indirectly addressed,
590           (genDivOneByte):  save acc if necessary,
591           (movLeft2Result): bugfix if left already in acc,
592           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
593             attention to accumulator use (esp. pdata),
594           (genReceive): receive pdata correctly
595         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
596         * src/SDCCicode.h: added isOperandInPagedSpace prototype
597
598 2005-10-27 Raphael Neider <rneider AT web.de>
599
600         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
601
602 2005-10-27 Raphael Neider <rneider AT web.de>
603
604         * .version: changed version to 2.5.4
605         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
606         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
607           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
608             arithmetics support routines
609         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
610         * device/lib/Makefile.in: also create installdir for pic
611
612         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
613           pic14 port as well
614         * src/pic/device.c (dump_sfr): rewritten to delegate register
615           placement to the linker (use `extern sym' rather than sym EQU addr),
616           (validAddress): fixed to check last specified address
617         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
618           (popGetLit): truncate literal value to 8 bit,
619           (popGet): moved assert to more appropriate place
620           (popGetExternal): create pCode operand from and mark the according
621             symbol as being `extern'
622           (popGetAddr): added sanity check on immediate's offset, provide
623             GPOINTER tag on demand
624           (aopPut): fixed for immediates,
625           (mov2w_op): move operand's address or contents to WREG (depending on
626             operand type), safer variant of mov2w,
627           (movwf,call_libraryfunc): NEW, handy abbreviations,
628           (get_argument_pcop,get_return_val_pcop,pass_argument,
629           get_returnvalue): interface for accessing function parameters and
630             return values,
631           (assignResultValuei,genRet): use new parameter/return value interface
632           (pic14_getDataSize): back to old version handling generic pointers,
633           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
634             provided implementation and/or fixed old one,
635           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
636             calls, removed legacy 8051 reference code
637           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
638           (loadSignToC): NEW, move the operands sign bit to CARRY,
639           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
640             genRightShiftSigned, accepts negative shift counts,
641           (setup_fsr): load FSR and adjust IRP (indirect memory access),
642           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
643             generic pointers, __data pointers and __code pointers,
644           (genUnpackBits,genPackBits): rewritten to work with generic pointers
645             and signed bitfields, limit bitfields to 8 bit,
646           (genDataPointerGet): fixed number of bytes read,
647           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
648           (genPointerGet,genPointerSet): fixed handling of __code pointers,
649             pointers to constant data are no longer assumed to point to __code
650             space, removed invalid pointer types,
651           (bitpatternFromVal): retrieve the PICs representation of an integer
652             or float literal,
653           (genDataPointerSet): fixed assigning to po_immediate operands,
654           (genGenPointerSet): implemented as library call,
655           (genIfx): fixed incorrect condition,
656           (genAddrOf): limit generic pointers' addresses to 2 bytes,
657             provide GPOINTER tag according to destination's storage class,
658           (genCast): added code to handle casting to generic pointers, added
659             sign-/zero extension of the result
660           (aop_isLitLike,op_isLitLike): fixed handling of immediates
661         * src/pic/gen.h: added macros to access IRP bit in STATUS register
662         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
663           extend the result
664         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
665           address/register resides in the shared banks
666           (emitSymbolToFile): improved to handle global and `pinned' symbols,
667             put all variables into separate sections (have the linker arrange
668             them)
669           (picglue): put init code and interrupt handlers in separate sections
670         * src/pic/main.c: added port specific options table, modified to PORT
671           structure to make GPOINTERs 3 byte, added pic14_options
672           (_pic14_do_link): private linking routine (update paths to libraries,
673             add libsdcc.lib by default)
674         * src/pic/main.h: declare pic14_options
675         * src/pic/pcode.c: fixed instructions i/o relations,
676           (RegCond): reverted to correct version,
677           (newpCodeOpLit): truncate literals to 8 bit,
678           (genericPrint): added debug output,
679           (getRegFromInstruction): fixed for various operand types, simplified
680           (BuildFlow): fixed broken handling of isntructions with labels
681           (LinkFlow): start at last instruction in flow (skip trailing comments),
682             pass the flow on to the next instruction after CALL
683           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
684           (insertPCodeInstruction): fixed inserting after a skip instruction,
685           (DoBankSelect): fixed for labeled instructions
686           (OptimizepBlock): honor --nopeep switch
687           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
688         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
689         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
690           (pCodeOptime2pCodes): allow disabling this optimization via
691             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
692             but is still buggy), started implementation of a dataflow based
693             pCode optimization (CSE + dead code elimination)
694           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
695         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
696           names are independant of the stack location and therefore portable across
697           devices
698
699 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
702           (selectSpil): fixed bug 1337835 by not spilling bit variables
703         * support/regression/tests/bug1337835.c: added test for this bug
704         * src/mcs51/peeph.def: restart after rule 3.c,
705           addded rules 263.x to optimize loading constants
706
707 2005-10-26 Raphael Neider <rneider AT web.de>
708
709         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
710         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
711           (genAssign): emit warning when casting literals to generic pointer
712             type, also applies when taking the address of a fixed variable,
713           (genCast): improved casting to generic pointers
714         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
715           extern variables, added verbose error message
716         * device/include/pic16/{string.h,errno.h}: added #pragma library c
717
718 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
719
720         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
721         carry must be complemented too
722         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
723         could be emitted by genMinus
724         * src/SDCCval.c (constVal): fixed bug 1305065
725
726 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
727
728         * src/SDCCast.c (addCast): added promotion for bit variables
729         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
730         promotion casts + optimisation
731         (optimizeGetWord): fix warning 'i' might be used uninitialized
732         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
733         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
734
735 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
736
737         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
738         all chars are promoted to int; promotion should be handled in SDCCast.c
739
740 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
741
742         * device/lib/_strcmp.c: Fixed bug 1326457
743
744 2005-10-11 Raphael Neider <rneider AT web.de>
745
746         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
747         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
748
749 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
750
751         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
752         * support/regression/tests/sfr16.c: added test for the sfr32 bug
753
754 2005-10-04 Raphael Neider <rneider AT web.de>
755
756         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
757           device/lib/pic16/pics.all: added pic18f1320
758         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
759
760 2005-09-30 Raphael Neider <rneider AT web.de>
761
762         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
763         * src/pic16/devices.inc: NEW, provides device descriptions
764         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
765
766 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
769           GETHBIT
770
771 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
772
773         * doc/sdccman.lyx: updated Highest Order Bit documentation,
774           documented Any Order Bit, Higher Order Byte and Higher Order Word
775         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
776         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
777           (optimizeGetAbit): new, to get any bit, not only the high bit,
778           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
779           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
780           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
781           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
782             RIGHT_OP: also try GETBYTE, GETWORD optimization,
783             GETABIT, GETBYTE, GETWORD: decorate them,
784           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
785           (ast_print): added GETABIT, GETBYTE, GETWORD
786         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
787         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
788           (geniCodeBinary): new generic binary icode,
789           (ast2iCode): added GETABIT, GETBYTE, GETWORD
790         * src/port.h: updated comment for PORT.hasExtBitOp
791         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
792           (genGetByte): new, to get a single byte,
793           (genGetWord): new, to get a word from a long,
794           (gen51Code): added GETABIT, GETBYTE, GETWORD
795         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
796
797 2005-09-23 Raphael Neider <rneider AT web.de>
798
799         * configure.in, configure: have device/lib/pic configured
800         * device/lib/Makefile.in: added model-pic14
801         * device/lib/clean.mk: added pic/ to clean rule
802         * device/lib/pic: added rudimentary pic14 library providing support
803           functions for multiplication/division/generic pointer access
804         * src/SDCCopt.c (convilong): mark support functions as extern
805           for pic14 port as well
806         * src/pic/gen.c (genMult): added assertions,
807           (genpic14Code): emit warning on unhandled iCodes
808         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
809         * src/pic/pcode.c (pCodeOpCopy),
810         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
811           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
812           SFR_REGISTER}), made safe for future extensions
813         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
814           instructions even if preceeded by SKIP instructions (also remove
815           them); removed unused code
816         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
817           prevents leaving parts of the structure uninitialized after copying
818
819 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
820
821         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
822           ago by me
823         * support/regression/tests/addsub.c: added test for the bug
824
825 2005-09-21 Raphael Neider <rneider AT web.de>
826
827         * device/include/pic16/pic18f1220.h,
828           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
829         * device/lib/pic16/Makefile.rules: added missing opening paren
830         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
831           are provided in genutils.c,
832           (genUminusFloat,genUminus,genCmpEq): added asserts on different
833           operand/result sizes,
834           (genCmp): assert on NULL pointers first, then check deref'ed values
835         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
836           result size
837
838 2005-09-18 Raphael Neider <rneider AT web.de>
839
840         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
841           as these are now unused,
842           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
843         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
844           local, avoids uninitialized pointer dereference on r->name
845         * src/pic16/ralloc.c (newReg): fixed indentation
846
847 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
848
849         * src/SDCCval.c (constVal): fixed bug 730366
850         * support/Util/SDCCerr.c,
851         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
852
853 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
854
855         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
856
857 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
858
859         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
860
861 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
864           (hex2dec): made hex_digit unsigned char, removed ascii dependance
865         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
866           (hex2dec): made hex_digit unsigned char, removed ascii dependance
867         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
868         * packihx/packihx.c (hexDigit): made c unsigned char
869         * as/mcs51/lklibr.c (fndsym),
870         * link/z80/lkgb.c (gb),
871         * link/z80/lklibr.c (fndsym),
872         * link/z80/lkrloc.c (relr),
873         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
874         * src/SDCC.lex (checkCurrFile, process_pragma),
875         * src/SDCCglue.c (spacesToUnderscores),
876         * src/SDCCmain.c (setParseWithComma, processFile),
877         * src/asm.c (tvsprintf, printCLine),
878         * src/avr/gen.c (emitcode, aopPut),
879         * src/ds390/gen.c (emitcode),
880         * src/hc08/gen.c (emitcode, emitinline),
881         * src/mcs51/gen.c (emitcode, genInline),
882         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
883           tokenizeLineNode),
884         * src/pic/ralloc.c (debugLog),
885         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
886           tokenizeLineNode),
887         * src/pic16/ralloc.c (debugLog),
888         * src/z80/main.c (_process_pragma):
889            made all ctype.h function calls safe
890         * src/SDCCopt.c: include math.h for fabs
891         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
892           and used them throughout the code to make ctype.h function calls safe
893         * src/ds390/main.c (asmLineNodeFromLineNode),
894         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
895         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
896            unsigned char*
897         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
898           (newpCodeAsmDir): made ctype.h function calls safe
899         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
900           pic16_emitcode):  made lbp unsigned char*
901         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
902           (pic16_newpCodeAsmDir): made ctype.h function calls safe
903         * src/xa51/gen.c (emitcode),
904         * src/z80/gen.c (_emit2): made lbp unsigned char*
905         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
906            char*
907
908 2005-09-05 Raphael Neider <rneider AT web.de>
909
910         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
911           access bank splitpoint
912
913 2005-09-05 Raphael Neider <rneider AT web.de>
914
915         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
916
917 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
918
919         * .version: changed to version 2.5.3
920         * doc/sdccman.lyx: changed version to 2.5.3,
921           documented --codeseg and --constseg and pragma codeseg and constseg,
922           documented bit parameters (reentrant) and bit returning
923         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
924            currFunc->recvSize, but is this ok for all ports?
925           (ast2iCode): result of ~ on unsigned char must be cast to int for
926            bool to work
927         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
928           function pointers in bit space
929         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
930           (processFuncArgs): call port.reg_parm() with reentrancy info
931         * src/port.h,
932         * src/avr/main.c,
933         * src/ds390/main.c,
934         * src/hc08/main.c,
935         * src/pic/main.c,
936         * src/pic16/main.c,
937         * src/xa51/main.c,
938         * src/z80/main.c: port.reg_parm prototype extended with
939           "bool reentrant" parameter
940         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
941           options.stackAuto for allocating bit register parameters
942         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
943           (genSend): set BitBankUsed if it is,
944           (selectRegBank): factored out of genCall for use in genPcall,
945           (genCall): removed redundant dtype assignmen, use selectRegBank,
946           (genPcall): handle returning in Carry properly, save in F0 if needed,
947           (genReceive): handle bit register parameters
948         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
949           (mcs51_assignRegisters): enable bit registers for all reentrant
950            functions and don't set BitBankUsed unconditionally
951         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
952         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
953         * support/regression/tests/funptrs.c: added tests for BOOL and for return
954
955 2005-08-27 Borut Razem <borut.razem AT siol.net>
956
957         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
958         ppc-osx (Darwin) does not support -u option. It seems that it is
959         supported only on Linux - GNU cp
960
961 2005-08-25 Borut Razem <borut.razem AT siol.net>
962
963         * sim/ucsim/gui.src/serio.src/Makefile.in,
964           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
965           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
966           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
967           install and strip, since the strip at /usr/ccs/bin should be used
968           on solaris
969
970 2005-08-24 Borut Razem <borut.razem AT siol.net>
971
972         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
973
974 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
975
976         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
977         ffffffffu
978
979 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
980
981         * as/mcs51/aslink.h: completed lkrloc.c prototypes
982         * as/mcs51/lkmain.c (link_main): fixed warning
983         * device/include/stdbool.h: ds390 has no advanced bit support yet
984         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
985         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
986         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
987           and updated their macros
988         * src/SDCCval.c (constVal): updated comment for renamed b_long
989
990 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
991
992         * as/mcs51/asdata.c: changed ctype['['] to BINOP
993         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
994           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
995           (oprio): set priority for '['
996         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
997            and adb_24_bit
998         * as/mcs51/asm.h: added defines R_BIT and S_BIT
999         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1000         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1001         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1002           added overlayable BIT_BANK area
1003         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1004           (summary2): explain 'T' in legenda
1005         * as/mcs51/lkrloc.c: replaced old K&R style,
1006           (relr): added R_BIT processing,
1007           (errmsg): added "Bit-addressable relocation error",
1008           (adb_bit): added for converting from byte- to bit-addressable space,
1009           (adb_24_bit): added for converting from byte- to bit-addressable space
1010         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1011            used in reentrant functions now even as return value
1012         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1013         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1014           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1015         * src/SDCCglobl.h: added indicator BitBankUsed
1016         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1017            the bit registers b0-b7
1018         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1019           (geniCodeCast): fixed bug 1263853,
1020           (geniCodeLogicAndOr): put result in bool or char,
1021           (geniCodeReceive): added parameter func for accessing the return type,
1022           (geniCodeFunctionBody): pass func to geniCodeReceive
1023         * src/SDCCmain.c: added indicator BitBankUsed
1024         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1025         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1026           (checkSClass): don't put automatic bool/bit on stack,
1027           (checkFunction): removed check on function cannot return bit
1028         * src/SDCCsymt.h: added newBoolLink prototype
1029         * src/mcs51/gen.c (rb1regs): added bit registers,
1030           (movc): created for assigning to carry,
1031           (pushReg, popReg): created for pushing registers,
1032           (sameRegs): check both AOP_REG and AOP_CRY types,
1033           (aopOp): handle bit registers,
1034           (aopPut): optimization no self-assign,
1035           (saveRegisters): push reg->base (bits) only once for bit registers,
1036            and use pushReg,
1037           (unsaveRegisters): pop reg->base only once and use popReg,
1038           (assignResultValue): added parameter func and return in carry for bits,
1039           (genIpush): optimization no reload in A if not changed,
1040           (genSend): bit parameters in reentrant functions are passed in bit
1041            registers by first assigning to bits in B, then save registers and
1042            copy B to bits,
1043           (genCall): handle returning in Carry properly, save it in F0 if needed,
1044           (genPcall): updated assignResultValue call, this is not safe yet for bit
1045            returning function !!!
1046           (genFunction): don't generate equ's for bit registers and use pushReg,
1047           (genEndFunction): take care of bit returning functions and use popReg,
1048           (genRet): return bit in Carry,
1049           (genIfx): optimize bit registers and other directly addressable bits,
1050           (genReceive): updated assignResultValue call
1051         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1052           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1053            registers when using stack-auto
1054         * src/mcs51/ralloc.c (_G): added allBitregs,
1055           (regs8051): added the bit registers,
1056           (createStackSpil): use macro IS_BIT,
1057           (getRegBit): added to allocate a bit register, else spill,
1058           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1059           (updateRegUsage): factored out to ease stepping while debugging,
1060           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1061            also allocate bit registers,
1062           (fillGaps): handle bit registers,
1063           (findAllBitregs): added to create bit vector with all bit registers,
1064           (mcs51_allBitregs): returns this bit vector,
1065           (mcs51_assignRegisters): when using stack-auto use bit registers for
1066            passing parameters and creating local variables
1067         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1068
1069 2005-08-22 Borut Razem <borut.razem AT siol.net>
1070
1071         * device/lib/Makefile.in: replaced find option -or with -o
1072           to make it run on solaris
1073
1074 2005-08-22 Raphael Neider <rneider AT web.de>
1075
1076         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1077           fixes #1265442 (crash on Solaris)
1078
1079 2005-08-20 Borut Razem <borut.razem AT siol.net>
1080
1081         * configure, configure.in: added tests for libsocket and libnsl libraries,
1082           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1083           from support/regression/Makefile.in
1084         * support/regression/Makefile.in: added
1085         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1086         * sim/ucsim/libtool: regenerated on sparc-solaris
1087         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1088           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1089           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1090           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1091           sparc-solaris, which doesn't use GNU ld linker
1092         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1093         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1094
1095 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1096
1097         * src/mcs51/peeph.def: updated comments
1098
1099 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1100
1101         * device/lib/_gptrget.c,
1102         * device/lib/_gptrput.c: slightly shorter
1103         * doc/sdccman.lyx: incremented version
1104         * src/mcs51/peeph.def: moved peephole comments to the line of first
1105           change to better keep line correlation, reanimated 186.e
1106         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1107
1108 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1109
1110         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1111           David Saxton with quotes around file name.
1112
1113 2005-08-15 Borut Razem <borut.razem AT siol.net>
1114
1115         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1116           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1117           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1118           make tests run on x86_64 platform
1119
1120 2005-08-13 Raphael Neider <rneider AT web.de>
1121
1122         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1123           as it might be executed DURING a build (parallel make is wonderful)
1124
1125 2005-08-13 Raphael Neider <rneider AT web.de>
1126
1127         * device/lib/Makefile.in (port-specific-objects-pic16):
1128           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1129         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1130           dependency
1131         * device/lib/pic16/Makefile.rules: build subdirs before creating
1132           the library, removed builddir rule, create $(builddir) early in
1133           recurse rule, use empty recurse rule for leaf directories
1134         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1135           mkdir errors (race condition), removed duplicate suffix "hex"
1136           from clean rules
1137         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1138         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1139           prevents mkdir -p from aborting on Alpha
1140
1141 2005-08-12 Raphael Neider <rneider AT web.de>
1142
1143         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1144           db-statements in order to allow for arrays of pointers in code
1145           sections to be placed without interspersed 0-padding, fixes
1146           bug #1256215
1147         * (emitStatistics): fixed division by zero for pic18f1220
1148         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1149           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1150         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1151         * (pic16_pCodeConstString): keep track of already emitted string
1152           literals to prevent "duplicate definitions of symbol _str_NR"
1153         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1154           debug message
1155         * device/lib/Makefile.in: ignore failing PIC16 library builds
1156         * device/lib/pic16/Makefile: do not build if gputils are missing
1157         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1158
1159 2005-08-10 Raphael Neider <rneider AT web.de>
1160
1161         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1162           my last commit)
1163
1164 2005-08-10 Raphael Neider <rneider AT web.de>
1165
1166         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1167           Rokas' patch to add the new fixed point type "__fixed16x16"
1168         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1169           functions for __fixed16x16 arithmetics
1170         * device/lib/pic16: reimplemented the build system to support
1171           a separate build directory, better handling of libio (create
1172           the library in a separate subdir for each architecture) and
1173           easier configuration (centralized in Makefile.common)
1174
1175 2005-08-07 Raphael Neider <rneider AT web.de>
1176
1177         * src/pic16/gen.c (genrshTwo): fixed sign extension
1178         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1179         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1180           added T0CONbits
1181         * device/include/pic16/pic18f4220.h: NEW, header for
1182           pic18f4220 and pic18f4320
1183         * device/include/pic16/pic18fregs.h: added new devices,
1184           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1185         * device/include/pic16/signal.h: resolved name clashes
1186           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1187           to also allow testing for interrupt enable bits, added
1188           comments on how to use the macros
1189         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1190         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1191           register definitions for the devices
1192         * device/lib/pic16/pics.all: added new devices
1193         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1194           allocated memory
1195         * device/lib/pic16/libc/stdlib/memfree: do not count
1196           the block header as free memory
1197         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1198           simplified and added missing end-of-blocklist-marker
1199           (reported by Peter Onion, fixes #1252814)
1200         * (_mergeHeapBlock): fixed loop condition
1201         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1202           len==0, restructured code
1203         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1204           up a bit, reduced bitfield accesses, prevent endless loops
1205           in case of heap corruption
1206         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1207           "unreferenced arguments/must return a value" warnings
1208         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1209           replaced BAUDREG with SPBRG
1210         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1211           device/lib/pic16/debug/gstack/gstack.c: replaced
1212           _naked, _asm, _endasm with __naked, __asm, __endasm
1213
1214 2005-08-05 Raphael Neider <rneider AT web.de>
1215
1216         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1217           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1218
1219 2005-08-05 Borut Razem <borut.razem AT siol.net>
1220
1221         * device/lib/Makefile.in: added missing ';'
1222         * configure: removed ^M characters
1223
1224 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1225
1226         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1227           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1228           License
1229
1230 2005-08-04 Borut Razem <borut.razem AT siol.net>
1231
1232         * configure.in: pic16 libraries build 2nd try - enable running
1233           configure in device/lib/pic16
1234         * configure: regenerated from configure.in
1235         * device/lib/Makefile.in: create $(PORT)/bin directory
1236
1237 2005-08-03 Raphael Neider <rneider AT web.de>
1238
1239         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1240           to get/set values via pointers
1241         * (genUnpackBits,genPackBits): changed detection of
1242           ptr->bitfield vs. sym.bitfield, fixed access via generic
1243           pointers, removed dead (wrong) code for multibyte bitfields
1244         * (genNearPointerGet, genGenPointerGet): removed useless code,
1245           fixed bitfield detection, fixes #1250594
1246         * (genNearPointerSet): removed useless code
1247         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1248           and introduced macro pic16_emitpcode that conditionally emits
1249           the origin of the following pCode (useful for debugging SDCC)
1250         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1251         * (createDefmap): fixed handling of LFSR for --optimize-df
1252
1253 2005-08-02 Borut Razem <borut.razem AT siol.net>
1254
1255         * device/lib/Makefile.in: pic16 libraries build enabled since
1256           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1257
1258 2005-08-02 Raphael Neider <rneider AT web.de>
1259
1260         * src/pic16/gen.c (genPackBits): removed deprecated warning
1261         * (genGenPointerSet): fixed bitfield detection
1262
1263 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1264
1265         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1266
1267 2005-07-31 Raphael Neider <rneider AT web.de>
1268
1269         * device/lib/pic16/libdev/pic18f458.c,
1270           device/include/pic16/pic18f458.h: added missing T0CONbits
1271
1272 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1275
1276 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1279
1280 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1281
1282         * device/include/mcs51/at89c51ed2.h: added.
1283
1284 2005-07-23 Raphael Neider <rneider AT web.de>
1285
1286         * src/pic/gen.h: added emitpcode macro for debugging
1287         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1288           and replace by macro adding debug information on demand
1289         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1290         * (gencjne): tried to fix; replaced with correct (slower) code
1291         * (gen{Unp,P}ackBits): fixed single bit access
1292         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1293         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1294           previous instruction
1295         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1296           register has to be handled with care (forbidding movement
1297           of assignments/uses, removing assignments completely, ...)
1298         * (pCodeOptime2pCodes): make use of regIsSpecial
1299         * added lots of debugging output (commented out)
1300         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1301           from being reused as result UNLESS it is known to work
1302
1303 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * support/Util/dbuf.h: include <stddef.h> for size_t
1306         * .version: changed to version 2.5.2
1307
1308 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1309
1310         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1311
1312 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1313
1314         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1315           (genModOneByte): removed needless psha/pula
1316
1317 2005-07-22 Raphael Neider <rneider AT web.de>
1318
1319         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1320           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1321         * src/pic/gen.c (resolveIfx): do not "invent" labels
1322         * (genSkipc): changed to positive logic
1323         * (genSkipCond): removed as no longer needed
1324         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1325           backport from PIC16
1326         * (genLeftShift): check operands are in different registers
1327         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1328           INCF does not update CARRY...
1329         * src/pic/main.c: fixed _linkCmd
1330         * src/pic/pcode.c (unlinkpCode): added inactive code
1331         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1332           alive (do not assign result and operand overlapping registers)
1333
1334 2005-07-22 Raphael Neider <rneider AT web.de>
1335
1336         * src/pic/device.c (dump_sfr): replaced register declaration with
1337           call to emitSymbolToFile() to avoid duplicate symbols
1338         * (assignRelocatableRegisters): do not declare external symbols
1339         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1340           right (take size of type, not etype)
1341         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1342         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1343         * (packRegsForAccUse): disabled assignment of WREG as
1344           the result reg to prevent occurence of just fixed #1235003,
1345           fixes #1242954
1346         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1347           symbols (avoids duplicate symbols in .asm file)
1348         * (pic14emitRegularMap): use emitSymbolToFile()
1349         * src/pic/gen.c (aopOp): fixed spillLocation handling
1350         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1351         * (genDataPointerSet): removed unneccessary variables/output
1352
1353 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1354
1355         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1356         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1357
1358 2005-07-21 Raphael Neider <rneider AT web.de>
1359
1360         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1361           architecture cannot handle them efficiently, fixes bug #1235003
1362         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1363           check for empty sets before using them (fixes bug #1232190)
1364
1365 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1368           (lnksect2): generate warnings for memory overlap
1369         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1370           constseg to set the name of these segments so you can instruct the linker
1371           to place them in banks
1372         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1373         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1374           added code_seg and const_seg to options
1375         * src/SDCCglue.c (emitMaps): use options.const_seg,
1376           (createInterruptVect): put interrupt vectors in segment HOME,
1377           (glue): put HOME before static segment and put the main glue in HOME,
1378           (glue): use options.code_seg
1379         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1380         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1381           these segments so you can instruct the linker to place them in banks
1382           (linkEdit): use code_loc for HOME segment which should be the first
1383           segment in code memory now
1384         * src/SDCCmem.c: fixed more stuff like bug 1238386
1385         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1386           (changePointer): don't change function pointers to code pointers for
1387           banked functions,
1388           (compareType): added exceptional check for banked function pointers
1389         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1390         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1391           after static in code memory
1392         * src/mcs51/gen.c: added aopLiteralLong prototype,
1393           (aopForSym): use getSize for functions,
1394           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1395           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1396           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1397           the segment,
1398           (genPcall): use call for literal function pointers and generate banked
1399           calls over the one trampoline so there's only one place for the user to
1400           modify according to his/hers hardware,
1401           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1402           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1403         * src/mcs51/main.c: added keyword banked,
1404           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1405         * support/Util/SDCCerr.c,
1406         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1407           needed for passing the bank and address to the trampoline
1408         * device/lib/mcs51/crtbank.asm: added for bankswitching
1409         * device/lib/mcs51/Makefile: added crtbank
1410
1411 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1412
1413         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1414           for fields at offset 0 of a struct or union as reported
1415           on 2005-07-07 in the developer mailing list.
1416
1417 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * src/SDCCmem.c: fixed bug 1238386
1420
1421 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1422
1423         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1424           (patch #1144962), added peephole 300, enabled 259.x
1425         * doc/sdccman.lyx: removed screenshot and provided link instead
1426
1427 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1428
1429         * doc/sdccman.lyx: added section about debugging with ddd
1430         * doc/figures/ddd_example.eps: screenshot of debugging session
1431
1432 2005-07-04 Raphael Neider <rneider AT web.de>
1433
1434         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1435           like CODE pointers, fixes #1115683
1436         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1437           call, fixes bugs #1232211, #1228110,
1438           fixed wrong casts to pCodeFlow from pCodeInstructions
1439
1440 2005-07-04 Raphael Neider <rneider AT web.de>
1441
1442         * src/pic/gen.c (popGet): changed assert to allow for
1443           bit operands
1444         * (popGetAddr): changed signature to provide
1445           an additional index, patched all call sites
1446         * (genCmpEq): handle literal-like operands correctly
1447         * (genAddrOf): added sanity checks on __code/__data pointers
1448         * (genAssign): added handling of symbols from __code section
1449         * (gencjne): do not generate code for comparisons whose result
1450           is neither stored nor used, fixes bug #1171114
1451         * (AccLsh, AccRsh): operate on operand instead of WREG
1452         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1453           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1454           by known count
1455         * rewrote complete shift-by-literal logic, commented unused
1456           functions out
1457         * (genConstPointerGet): get multiple bytes (if result size > 1),
1458           fixed handling of non-immediate addresses
1459         * (genPointerGet): handle CODE pointers like CONST pointers
1460         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1461         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1462           operand is to be treated as a literal or not
1463         * (mov2w,genPcall,genCmpEq),
1464           src/pic/genarith.c: use aop_isLitLike() to decide between
1465           literal/register contents
1466         * (addSign): added missing offset
1467         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1468           only emit comment in debug-mode,
1469           use {aop,op}_isLitLike throughout the file
1470         * src/pic/glue.c: fix initializers for pointers (work in progress)
1471         * src/pic/pcode.c (get_op): honor index on _const symbols
1472         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1473         * (dumppBlock): added pCode size estimation
1474         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1475           check for IS_SYMOP before OP_SYMBOL'ing
1476         * fixed indentation, compacted switch-statements
1477         * (allocReg): find free register and allocate it instead of
1478           allocating new registers all the time
1479         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1480           registers as its operands (necessary only for multibyte GETs)
1481
1482 2005-07-01 Raphael Neider <rneider AT web.de>
1483
1484         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1485           debugging .asm-output macros FENTRY + FEXIT
1486         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1487           way... I wonder...
1488         * (emitpComment): NEW, printf to pCode
1489         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1490           offset handling
1491         * (popGetAddr): NEW, variant of popGet to access an immediates
1492           high(er) bytes instead of the n'th byte of memory they reference,
1493           replaced popGet with popGetAddr where neccessary
1494         * (genDataPointerGet): reactivated and fixed implementation
1495         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1496           accesses
1497         * (genDataPointerSet): fixed multibyte assignments
1498         * (genpic14Code): fixed --i-code-in-asm handling
1499         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1500         * (genPlus): fixed index-out-of-bounds error
1501         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1502         * src/pic/ralloc.c: added debugging output macro FENTRY2
1503         * (spillThis): fixed indentation, enbraced for-body for clarity
1504         * (rematStr): commented out as now unused
1505         * (regTypeNum): commented out special spill case (overwrites
1506           arbitrary values)
1507         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1508
1509 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1510
1511         * doc/sdccman.lyx: documented sfr16/sfr32,
1512           added example for using storage class with function pointers
1513         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1514
1515 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1516
1517         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1518         * device/lib/_itoa.c,
1519         * device/lib/_ltoa.c: optimized codesize
1520         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1521           but don't know how to suppress the double warning.
1522         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1523         * support/Util/SDCCerr.c,
1524         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1525
1526 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1527
1528         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1529           fixed old K&R prototypes
1530         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1531         * device/lib/_gptrget.c,
1532         * device/lib/_gptrgetc.c,
1533         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1534           also new versions for small generic pointers and banked generic pointers
1535         * src/port.h: added const_name
1536         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1537         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1538         * src/SDCCcse.c (findPrevIc): check all associative operators
1539         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1540         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1541         * src/SDCCmem.c: updated comments,
1542           set far-space to 0 for pdata, results in optimized code
1543         * src/SDCCmem.h: added macro CONST_NAME
1544         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1545           moving the info into the highest bits, see also gptrget/gptrput
1546         * src/src.dsp: added sdcc.ico to project files
1547         * src/avr/gen.c (genCast): fixed bug 0x%d
1548         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1549         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1550           relation between ptr_type and DCL_TYPE,
1551           (genCast): fixed bug 0x%d
1552         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1553           (CODE)" for const_name
1554         * src/hc08/gen.c (genCast): fixed bug 0x%d
1555         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1556           (hc08_port): added "CONST (CODE)" for const_name
1557         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1558           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1559           between ptr_type and DCL_TYPE,
1560           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1561           operand* and took AOP() inside function so sfr-ness can be checked,
1562           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1563           new prototype,
1564           (genFunction, genEndFunction): optimized stack setup,
1565           (genMinus): optimized for literals with ending zeroes (in bytes),
1566           (genCast): fixed bug 0x%d
1567         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1568           (mcs51_port): added "CONST (CODE)" for const_name
1569         * src/mcs51/peeph.def: made rule 226 more generic
1570         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1571         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1572         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1573         * src/z80/main.c (z80_port): added NULL for const_name,
1574           (gbz80_port): added NULL for const_name
1575         * support/regression/tests/bug663539.c,
1576         * support/regression/tests/sfr16.c: new tests
1577
1578 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1579
1580         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1581
1582 2005-06-24 Raphael Neider <rneider AT web.de>
1583
1584         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1585           corrected typos...
1586         * device/include/pic16/signal.h: added USBIF
1587           and SIG_USB
1588
1589 2005-06-24 Raphael Neider <rneider AT web.de>
1590
1591         * device/lib/pic16/libdev/pic18f2455.c,
1592           device/include/pic16/pic18f2455.h: NEW
1593         * device/include/pic16/pic18fregs.h,
1594           device/lib/pic16/pics.all,
1595           src/pic16/device.c: added 18f2455
1596         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1597           device/include/pic16/{pic18f[68][567].h,usart.h}:
1598           replaced MULTIPLE_USARTS define with more relaible
1599           compatibility sfrs (for USART access)
1600
1601 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1602
1603         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1604           and the output asm file line is printed on two lines.
1605
1606 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1607
1608         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1609           BGT, BLE, BHI, and BLS instructions
1610         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1611           genCmpEq): removed
1612         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1613           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1614           fixes bug #1216342
1615         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1616
1617 2005-06-15 Raphael Neider <rneider AT web.de>
1618
1619         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1620         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1621         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1622           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1623           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1624
1625 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1626
1627         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1628           Marcel Telka in bug #1215704
1629
1630 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1631
1632         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1633           located in shared memory bank.
1634
1635 2005-05-31 Raphael Neider <rneider AT web.de>
1636
1637         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1638           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1639           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1640
1641 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1642
1643         * device/lib/_strncpy.c: fixed the fix
1644
1645 2005-05-26 Raphael Neider <rneider AT web.de>
1646
1647         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1648           initializers with \0, bug #1208187
1649         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1650           intializers with \0, bug #1208187
1651
1652 2005-05-26 Raphael Neider <rneider AT web.de>
1653
1654         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1655           initializers with \0, bug #1208187
1656         * src/pic16/main.c (_process_pragma): added sanity checks
1657           for stack position and size, emit warnings when appropriate
1658
1659 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1660
1661         * device/lib/_strncpy.c: fixed not filling with \0
1662
1663 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1664
1665         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1666           createFunction),
1667         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1668           compound_statement),
1669         * src/SDCCsymt.h,
1670         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1671
1672 2005-05-24 Raphael Neider <rneider AT web.de>
1673
1674         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1675
1676 2005-05-24 Raphael Neider <rneider AT web.de>
1677
1678         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1679           TRISE definitions, closes bug #1162453
1680
1681 2005-05-22 Raphael Neider <rneider AT web.de>
1682
1683         * src/pic16/main.c (_process_pragma): check for missing
1684           arguments to pragmas code and udata
1685         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1686           consistency fixes to match other headers (thanks to Jim Paris)
1687         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1688
1689 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1690
1691         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1692
1693 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1694
1695         * support/regression/tests/bug1198642.c: new test
1696         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1697         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1698         * support/scripts/resource.h,
1699         * support/scripts/resource.rc,
1700         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1701         * support/scripts/sdcc.ico: added 32x32 icon
1702
1703 2005-05-18 Raphael Neider <rneider AT web.de>
1704
1705         * device/lib/pic16/libdev/pic18f*.c,
1706         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1707           keywords to "__sfr" and "__at (X)"
1708         * device/include/pic16/pic18fregs.h: added pic18f4520
1709         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1710           #1203088 (MPLAB compatibility)
1711
1712 2005-05-17 Raphael Neider <rneider AT web.de>
1713
1714         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1715         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1716         * device/lib/pic16/pics.all: added new devices
1717         * src/pic16/device.c: added support for pic18f4520
1718
1719 2005-05-16 Raphael Neider <rneider AT web.de>
1720         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1721         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1722         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1723           convenience function for bit access
1724
1725 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * device/lib/printf_large.c: fixed bug 1193299
1728         * support/regression/tests/bug1057979.c: added test %3.3s
1729
1730 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1731
1732         * device/include/mcs51/8051.h,
1733         * device/include/mcs51/8052.h: made parseable with lint
1734         * device/include/mcs51/lint.h: added include file for (sp)lint
1735         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1736         * doc/cdbfileformat.lyx,
1737         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1738
1739 2005-05-14 Raphael Neider <rneider AT web.de>
1740
1741         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1742         * device/lib/pic16/libc/stdlib/itoa.c (new)
1743         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1744         * device/lib/pic16/libio/Makefile: exclude subdir according to
1745           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1746         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1747         * src/pic16/gen.c (genFunction): prevent annoying warning
1748         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1749           nameclashes on BeOS
1750         * support/cpp2/cppmain.c (cpp_output_string): new
1751         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1752           fixes bug 1116802
1753
1754 2005-05-13 Borut Razem <borut.razem AT siol.net>
1755
1756         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1757
1758 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1759
1760         * .version: changed to version 2.5.1; back to bleeding edge development
1761
1762 2005-05-11 Borut Razem <borut.razem AT siol.net>
1763
1764         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1765           generate PDF version 1.3 documents
1766
1767 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1768
1769         * .version: changed to version 2.5.0
1770
1771 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1772
1773         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1774
1775 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1776
1777         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1778         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1779         well as many smaller updates.
1780         * .version: changed to version 2.5.0-pre1
1781
1782 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1783
1784         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1785
1786 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1787
1788         * support/regression/tests/bug1185672.c: added
1789         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1790           bug 1185672
1791         * src/mcs51/gen.c (genCall): added comments, made it look safer
1792         * src/mcs51/gen.c (genEndFunction): simplified
1793
1794 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1795
1796         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1797
1798 2005-04-14 Borut Razem <borut.razem AT siol.net>
1799
1800         * fixed bug 1045046 - SIGSEGV with really simple code?:
1801           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1802           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1803
1804 2005-04-14 Borut Razem <borut.razem AT siol.net>
1805
1806         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1807           src/pic16/device.h: temporarily disabled experimental #inline pragma
1808           for 2.5.0 release
1809
1810 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1811
1812         * device/include/z80/stdio.h,
1813         * device/include/z80/string.h: removed these highly incomplete files so
1814           SDCC can use the default ones in device/include/
1815
1816 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1817
1818         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1819         gcc warning.
1820         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1821         fix sdcpp warnings.
1822
1823 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1824
1825         * device/include/malloc.h: removed redundant __reentrant prototypes
1826         * device/lib/_mullong.c: added working xstack variant in asm (C version
1827           doesn't pass regression tests)
1828         * device/lib/bpx.c: used __data and made bpx char for mcs51
1829         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1830           (createFunction): fixed bug with xstackPtr
1831         * src/SDCCcse.c: corrected comments
1832         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1833           (killDeadCode, eBBlockFromiCode): removed unused code
1834         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1835           corrected comments
1836         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1837           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1838           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1839           (genModOneByte): fixed warning in MSVC
1840         * src/mcs51/main.c (): added comments
1841         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1842
1843 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1846
1847 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1848
1849         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1850
1851 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1852
1853         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1854         characters arrays of larger size than the declared one.
1855
1856 2005-04-10 Borut Razem <borut.razem AT siol.net>
1857
1858         * src/pic/gen.c (genInline),
1859           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1860           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1861           (findNextInstruction), (findPrevInstruction),
1862           (findInstructionUsingLabel),
1863           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1864         * src/pic/pcode.c (findLabel): added missing '\n'
1865         * src/src.dsp: added SDCCdwarf2.c to the project
1866
1867 2005-04-09 Borut Razem <borut.razem AT siol.net>
1868
1869         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1870
1871 2005-04-08 Raphael Neider <rneider AT web.de>
1872
1873         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1874           into the chain after a given one) and mergeDefmapSymbols (combine
1875           defmap entries for each symbol per pcode)
1876         * (createDefmap): have defmap entries merged in the end
1877         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1878           a symbol before replacing one access type's symbol, merge symbols in
1879           the end (replacement symbol might already have an entry)
1880         * (assignValnums): keep reference to written WREG intact
1881
1882 2005-04-08 Raphael Neider <rneider AT web.de>
1883
1884         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1885           Alpha)
1886
1887 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1888
1889         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1890         bytes
1891
1892 2005-04-07 Raphael Neider <rneider AT web.de>
1893
1894         * device/include/pic16/usart.h: added compatibility defines for
1895           devices with more than one USART
1896         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1897
1898 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1899
1900         * device/lib/Makefile.in: updated for port specific include
1901
1902 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1903
1904         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1905
1906 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1907
1908         * device/include/8051.h,
1909         * device/include/8052.h,
1910         * device/include/at89S8252.h,
1911         * device/include/at89c55.h,
1912         * device/include/at89x051.h,
1913         * device/include/at89x51.h,
1914         * device/include/at89x52.h,
1915         * device/include/mcs51reg.h,
1916         * device/include/reg51.h,
1917         * device/include/reg764.h,
1918         * device/include/regc515c.h,
1919         * device/include/sab80515.h: (re)moved these 12 files
1920         * device/include/mcs51/8051.h,
1921         * device/include/mcs51/8052.h,
1922         * device/include/mcs51/at89S8252.h,
1923         * device/include/mcs51/at89c55.h,
1924         * device/include/mcs51/at89x051.h,
1925         * device/include/mcs51/at89x51.h,
1926         * device/include/mcs51/at89x52.h,
1927         * device/include/mcs51/mcs51reg.h,
1928         * device/include/mcs51/reg51.h,
1929         * device/include/mcs51/reg764.h,
1930         * device/include/mcs51/regc515c.h,
1931         * device/include/mcs51/sab80515.h: and added them here
1932
1933 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1934
1935         * device/include/stdarg.h: changed SDCC specific keywords to double
1936           underlined form.
1937         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1938           mcs51 and ds390.
1939         * device/include/hc08/mc68hc908gp32.h,
1940         * device/include/hc08/mc68hc908jb8.h,
1941         * device/include/hc08/mc68hc908jkjl.h,
1942         * device/include/hc08/mc68hc908qy.h: fixed comments
1943         * device/include/mcs51/README: updated
1944         * device/include/mcs51/c8051f120.h: added PINRSF
1945         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1946         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1947           amidst code. Also inline is not supported.
1948
1949 2005-04-06 Raphael Neider <rneider AT web.de>
1950
1951         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1952         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1953           callers stack/frame pointers
1954
1955 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1956
1957         * device/include/pic16/usart.h: added, missing in previous commit,
1958         * device/include/pic16/adc.h: fixed typo,
1959         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1960         commit,
1961         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1962         <p18fxxx.inc>
1963         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1964         uninitialized because a bug appears with gplink
1965         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1966         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1967         complains for unrecognised option
1968
1969 2005-04-05 Raphael Neider <rneider AT web.de>
1970
1971         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1972           structs as well (using memcpy)
1973         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1974           on ISRs (GOTO has no label)
1975         * src/pic16/device.h: added OF_OPTIMIZE_DF
1976         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1977           new data flow analysis/optimization
1978         * src/pic16/pcode.c: added (prototypes for and implementation of)
1979           dataflow analysis functions, fixed pCodeInstructions' inCond and
1980           outCond values, made RCALL a branch instruction
1981         * (pic16_unlinkpCode): keep C line if possible
1982         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1983           C line moved if possible
1984         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1985         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1986           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1987         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1988           new flow)
1989         * (pic16_getJumptabpCode): NEW, needed in...
1990         * (LinkFlow): fixed handling of jumptables, calls and conditional
1991           branches
1992         * (pic16_InsertCommentAfter): NEW
1993         * (pic16_pCodeReplace): made verbose and flow preserving
1994         * (AnalyzeFlow): added call to data flow analysis
1995         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1996         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1997         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1998
1999 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2000
2001         * src/SDCCast.c (decorateType): fixed bug #1105626
2002
2003 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2004
2005         * device/include/asm/pic16/features.h,
2006         * pic18f*.h headers,
2007         * device/include/pic16/adc.h,
2008         * device/include/pic16/delay.h,
2009         * device/include/pic16/i2c.h,
2010         * device/include/pic16/malloc.h,
2011         * device/include/pic16/stdio.h,
2012         * device/include/pic16/stdlib.h,
2013         * device/include/pic16/string.h,
2014         * device/lib/pic16/libc/stdio/printf_tiny.c,
2015         * device/lib/pic16/libc/stdio/printf_small.c,
2016         * device/lib/pic16/libc/stdio/strmgpsim.c,
2017         * device/lib/pic16/libc/stdio/strmmssp.c,
2018         * device/lib/pic16/libc/stdio/strmusart.c,
2019         * device/lib/pic16/libc/stdio/vfprintf.c,
2020         * device/lib/pic16/libc/stdlib/ltoa.c,
2021         * device/lib/pic16/libc/stdlib/putchar.c,
2022         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2023         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2024         * device/lib/pic16/libc/stdlib/memchrram.c,
2025         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2026         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2027         * device/lib/pic16/libio/adc/adcbusy.c,
2028         * device/lib/pic16/libio/adc/adcread.c,
2029         * device/lib/pic16/libio/adc/adcsetch.c,
2030         * device/lib/pic16/libio/usart/ubaud.c,
2031         * device/lib/pic16/libio/usart/ubusy.c,
2032         * device/lib/pic16/libio/usart/udrdy.c,
2033         * device/lib/pic16/libio/usart/uopen.c,
2034         * device/lib/pic16/libio/usart/uputc.c,
2035         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2036         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2037         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2038         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2039         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2040         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2041         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2042         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2043         specific keywords to double underlined form,
2044         * device/lib/pic16/libc/Makefile.rules,
2045         * device/lib/pic16/libsdcc/Makefile.rules,
2046         * device/lib/pic16/libm/Makefile,
2047         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2048         to compile with C standard set in Makefile.common
2049         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2050         rand.c and crc.c in compilation process,
2051         * device/lib/pic16/libsdcc/int/divuint.c,
2052         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2053         `c' from signed to unsigned,
2054         * device/lib/pic16/startup/crt0.c,
2055         * device/lib/pic16/startup/crt0i.c,
2056         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2057         keywords to double underlined form, bug fixes in _do_cinit function
2058         which prevented the correct initialization of the .idata segment,
2059         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2060         core to enter a infinite loop
2061         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2062
2063 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2064
2065         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2066
2067 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2068
2069         * device/include/Makefile.in: add support for hc08 subdirectory
2070         * device/include/hc08/: new subdirectory
2071         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2072         Lucas Loizaga, thanks!
2073         * device/include/hc08/mc68hc908qy.h,
2074         * device/include/hc08/mc68hc908gp32.h,
2075         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2076         their own directory. Changed internal macro names to use the compiler
2077         reserved namespace. Changed SDCC specific keywords to double
2078         underlined form.
2079         * device/include/math.h,
2080         * device/include/malloc.h,
2081         * device/include/stdarg.h,
2082         * device/include/stdbool.h
2083         * device/include/string.h,
2084         * device/include/tinibios.h,
2085         * device/include/ds400rom.h,
2086         * device/include/8051.h,
2087         * device/include/8052.h,
2088         * device/include/80c51xa.h,
2089         * device/include/at89c55.h,
2090         * device/include/at89S8252.h,
2091         * device/include/at89x51.h,
2092         * device/include/at89x52.h,
2093         * device/include/ds80c390.h,
2094         * device/include/reg764.h,
2095         * device/include/regc515c.h,
2096         * device/include/sab80515.h,
2097         * device/include/mcs51/c8051f000.h,
2098         * device/include/mcs51/c8051f018.h,
2099         * device/include/mcs51/c8051f020.h,
2100         * device/include/mcs51/c8051f040.h,
2101         * device/include/mcs51/c8051f060.h,
2102         * device/include/mcs51/c8051f120.h,
2103         * device/include/mcs51/c8051f300.h,
2104         * device/include/mcs51/c8051f310.h,
2105         * device/include/mcs51/c8051f320.h,
2106         * device/include/mcs51/c8051f330.h,
2107         * device/include/mcs51/c8051f350.h,
2108         * device/include/z180.h: Changed SDCC specific keywords to double
2109         underlined form.
2110
2111 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2112
2113         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2114         18F4455,
2115         * (pic16_assignConfigWordValue): disable testing of configuration
2116         register value with config mask,
2117         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2118         function with port->fun_prefix,
2119         * (genFunction): when generating a naked interrupt function never
2120         create an absolute segment placed in interrupt vector address, place
2121         the actual interrupt function at IVA instead, when an interrupt
2122         function is generated with unspecified interrupt then do not create
2123         the absolute section,
2124         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2125         code for generating a call to generic pointer get/put function with
2126         a call to function pic16_callGenericPointer(),
2127         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2128         the call to the generic pointer get/put functions with prefixing the
2129         function name with port->fun_prefix,
2130         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2131         * src/pic16/main.c (_process_pragma): prefix function with
2132         port->fun_prefix,
2133         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2134         calling assembler, old 18Fxxxx macro is deprecated,
2135         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2136         PC_ASMDIR in while condition,
2137         * (findInstruction): add PC_ASMDIR in while condition,
2138         * (buildCallTree): prefix main with port->fun_prefix,
2139         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2140         identifier for variable with banked access in instructions BTFSS,
2141         BTFSC, BCF, BSF, BTG
2142         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2143         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2144         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2145         perform optimization when enviroment variable NO_REG_OPT is set,
2146         * (insideLRBlock): NEW, return 1 if register is inside an
2147         INF_LOCALREGS block,
2148         * (RemoveRegFromLRBlock): remove a register that is completely
2149         eliminated by register optimization, but it is still left in local
2150         register store/restore in/from stack block,
2151         * (Remove2pcodes): after removing register, check to see if it
2152         should be removed from local register store/restore in/from stack
2153         block,
2154         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2155         DUMMY_READ_VOLATILE,
2156
2157         * device/include/pic16/adc.h: minor prototype modifications and
2158         update,
2159         * device/include/pic16/malloc.h: added GPL notice various
2160         modifications,
2161         * device/include/pic16/stdint.h: NEW, standard header for ints
2162         * device/include/pic16/delay.h: NEW, header for delay functions,
2163         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2164         delay1mtcy,
2165         * device/include/pic16/signal.h: NEW, header providing helper macros
2166         for implementing signal handlers,
2167         * device/include/pic16/stdio.h: added prototypes for functions,
2168         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2169         prototypes for stdin and stdout, added macro PUTCHAR to
2170         automatically implement putchar function prototype,
2171         * device/include/pic16/usart.h: modified and updated USART library,
2172         * device/lib/pic16/libio/adc/,
2173         * device/lib/pic16/libio/i2c: some modifications to improve library
2174         performance,
2175         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2176         family of functions,
2177         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2178         family of functions and other sources,
2179         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2180         of the PIC18Fxx[28] devices,
2181         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2182         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2183         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2184         _do_cinit function, because the previous failed when local variables
2185         where not placed in the same memory bank,
2186         * device/lib/pic16/libsdcc/char/: various modifications to improve
2187         library performance,
2188         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2189         information on the new functions of the c library and more...
2190
2191 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2192
2193         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2194
2195 2005-03-26 Raphael Neider <rneider AT web.de>
2196
2197         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2198           if condition == CARRY)
2199         * (genCmp): adapted to new genSkipc semantics
2200         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2201           on rIfx (genCmp was broken)
2202
2203 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2204
2205         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2206         * src/z80/main.c (_keywords[]),
2207         * src/SDCCglobal.h (struct options),
2208         * src/SDCC.y,
2209         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2210         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2211         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2212         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2213         always available in leading double underscore form. The C99 support is
2214         mostly missing, but it's a start.
2215         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2216         reserved identifier "__data".
2217
2218 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2219
2220         * src/mcs51/peeph.def: fixed bug 1170013
2221
2222 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2223
2224         * device/include/mcs51reg.h: fixed bug 842007
2225
2226 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2227
2228         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2229         last time.
2230
2231 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2232
2233         * src/port.h (struct PORT),
2234         * src/avr/ralloc.c (avr_assignRegisters),
2235         * src/avr/main.c,
2236         * src/ds390/ralloc.c (ds390_assignRegisters),
2237         * src/ds390/main.c,
2238         * src/hc08/ralloc.c (hc08_assignRegisters),
2239         * src/hc08/main.c,
2240         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2241         * src/mcs51/main.c,
2242         * src/pic/ralloc.c (pic14_assignRegisters),
2243         * src/pic/main.c,
2244         * src/pic16/ralloc.c (pic16_assignRegisters),
2245         * src/pic16/main.c,
2246         * src/xa51/ralloc.c (xa51_assignRegisters),
2247         * src/xa51/main.c,
2248         * src/z80/ralloc.c (z80_assignRegisters),
2249         * src/z80/ralloc.h,
2250         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2251         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2252         * src/SDCCcse.h,
2253         * src/SDCCdflow.c (computeDataFlow),
2254         * src/SDCCdflow.h,
2255         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2256         * src/SDCCloop.h,
2257         * src/SDCCcflow.c (*),
2258         * src/SDCCcflow.h,
2259         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2260         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2261         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2262         immedDom() returning wrong block; probably fixes bug #1160833)
2263
2264 2005-03-20 Borut Razem <borut.razem AT siol.net>
2265
2266         * support/scripts/inc2h.pl: WIN32 port
2267
2268 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2269
2270         * device/lib/makefile.in: added abs.c and labs.c
2271
2272 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * device/include/stdint.h: added
2275         * device/lib/abs.c: added
2276         * device/lib/labs.c: added
2277         * device/include/stdlib.h: added abs() and labs() prototypes
2278         * device/lib/libsdcc.lib: added abs and labs
2279         * device/include/float.h,
2280         * device/lib/_fsmul.c,
2281         * device/lib/printf_fast.c,
2282         * device/lib/printf_tiny.c: updated comments
2283
2284 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2285
2286         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2287         bug #1164313
2288
2289 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2290
2291         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2292         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2293
2294 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * device/lib/printf_large.c: removed inline assembly for portability and
2297           readability. Use printf_fast if speed or size are more important.
2298         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2299         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2300
2301 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2302
2303         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2304         prevent compiler warning
2305
2306 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2307
2308         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2309         moved to level 0 and declared as static. Also they are explicit
2310         placed in access bank. This was necessery because some times they
2311         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2312         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2313         optimizations. Currently only compare to unsigned char is implemented,
2314         * src/pic16/gen.c: added fReturnIdx array,
2315         * (struct resolvedIfx) is moved to gen.h and made public,
2316         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2317         * (aopForSym): added an optimization to directly store in stack of
2318         the operand of a SEND iCode,
2319         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2320         but as registers instead (AOP_REG) using the fReturnIdx array,
2321         * (pic16_freeAsmop): remove the freed register from the
2322         _G.sregsAlloc field,
2323         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2324         a compare of 'WREG',
2325         * (pic16_popGetTempRegCond): changed function prototype, now
2326         function takes also a bitVector argument v which holds the current
2327         set of registers that are allocated for stack access by aopForSym,
2328         registers allocated in aopForSym for accessing stack symbols are not
2329         any more part of the functions usedRegs field,
2330         * (genCall): some times aopOp is called for a stack variable to be
2331         send, aopForSym might perform the push, if this is true make sure
2332         that genCall doesn't push the variable twice by testing _G.resDirect,
2333         * (genFunction): changed testing for unspecified interrupt number
2334         from 256 to INTNO_UNSPEC,
2335         * modified selection scheme of frame pointer generation. Previously
2336         if function did use local registers a frame pointer was generated,
2337         now a frame pointer is generated only if function has arguments
2338         (that need PLUSW2 register access), or has stack arguments, or the
2339         compiler is not instructed to omit the frame pointer,
2340         * (genEndFunction): before restoring local registers that were saved
2341         in the function preamble, also restore the registers that *might*
2342         have been allocated for stack access,
2343         * (genRet): removed some old comments,
2344         * (genCmp, the active (RN's) version): added a call to the
2345         pic16_genCmp_special function to perform the compare with a more
2346         robust and optimized way,
2347         * (genInline): a feature has been added in inline code generation,
2348         which allows a wildcard variable substitution when writing inline
2349         assembly. Code is incomplete and experimental therefore undocumented,
2350         * (genCast): changed order of aopOp for result and right to allow
2351         aopForSym to directly load the result if possible,
2352         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2353         perform an optimized compare on some selected special occasions,
2354         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2355         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2356         generate an IVT any more,
2357         * src/pic16/main.c (pic16_optionsTable): added command line option
2358         --optimize-cmp,
2359         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2360         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2361         macros,
2362         * src/pic16/NOTES: Raphael Neider added in list of active developers
2363         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2364         jumptable_end to prevent bug #,
2365         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2366         inCond and outCond fields,
2367         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2368         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2369         turn off register spilling,
2370         * (packRegsForOneUse): synced with other ports' versions although it
2371         is not used currently,
2372         * (pic16_packRegisters): added an optimization while reading
2373         structure bitfields, some registers may be saved (malloc code is
2374         decreased by 80 bytes)
2375
2376 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2377
2378         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2379         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2380         this can be optimized more?
2381
2382 2005-03-10 Raphael Neider <rneider AT web.de>
2383
2384         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2385           genNearPointerGet): (hopefully) fixed access to bitfields via
2386           pointers (p->bitN = x; and x = p->bitN; failed)
2387
2388 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2389
2390         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2391
2392 2005-03-09 Raphael Neider <rneider AT web.de>
2393
2394         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2395
2396 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2397
2398         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2399         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2400           (regTypeNum): set REG_BIT type if necessary
2401         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2402         * support/regression/tests/critical.c: check bug 1144613
2403
2404 2005-03-02 Raphael Neider <rneider AT web.de>
2405
2406         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2407
2408 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2409
2410         * src/avr/ralloc.c (serialRegAssign),
2411         * src/ds390/ralloc.c (serialRegAssign),
2412         * src/hc08/ralloc.c (serialRegAssign),
2413         * src/mcs51/ralloc.c (serialRegAssign),
2414         * src/pic/ralloc.c (serialRegAssign),
2415         * src/pic16/ralloc.c (serialRegAssign),
2416         * src/xa51/ralloc.c (serialRegAssign),
2417         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2418
2419 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * src/SDCCast.c (decorateType): fixed bug 1124787
2422
2423 2005-02-20 Hubert Sack <sack AT digiplan.de>
2424         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2425
2426         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2427         patch #1121755
2428
2429 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2430
2431         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2432         to keep the correct label reference count when adding/removing references
2433         to labels. A peephole file using this is appended to patch #1144962.
2434
2435 2005-02-14 Raphael Neider <rneider AT web.de>
2436
2437         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2438         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2439         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2440           retrievals of result operand's value on assignment
2441
2442 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2443
2444         * device/include/pic16/string.h: modified prototype for memccpy()
2445         to memccpy(void *, void *, char, size_t)
2446         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2447         check whether to omit frame pointer or not,
2448         * (genInline): convert all occurences of "\n" to LF in inline
2449         assembler blocks, this helps formatting the inline text,
2450         * (pic16_loadFSR0): modified prototype,
2451         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2452         removed some 8051 legacy code,
2453         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2454         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2455         before allocating temporary registers in functions,
2456
2457 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2458
2459         * support/regression/tests/bitvars.c: corrected the "fix"
2460
2461 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * support/regression/tests/bitvars.c,
2464         * support/regression/tests/bitwise.c,
2465         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2466
2467 2005-02-10 Raphael Neider <rneider AT web.de>
2468
2469         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2470           different size for Alpha
2471         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2472
2473 2005-02-09 Raphael Neider <rneider AT web.de>
2474
2475         * src/SDCC.lex(doPragma) : save and restore warning options as well
2476           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2477         * have #pragma less_pedantic set the errorlevel to WARNING
2478           (fixes #1117001)
2479         * (cloneOptimize) : fixed wrong malloc's size
2480         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2481           facilitate correct handling of #pragma (save|restore)
2482
2483 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2484
2485         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2486
2487 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2488
2489         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2490
2491 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2492
2493         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2494
2495 2005-02-02 Raphael Neider <rneider AT web.de>
2496
2497         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2498         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2499         * (pic16_storeForReturn): fixed to allow returning function pointers
2500         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2501         * device/include/pic16/{stddef.h,stdbool.h}: added
2502
2503 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2504
2505         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2506
2507 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2508
2509         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2510         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2511          appeared to be required
2512
2513 2005-01-31 Borut Razem <borut.razem AT siol.net>
2514
2515         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2516           include/mcs51 and include/z80 directories to the package
2517
2518 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2519
2520         * src/hc08/gen.c (genFunction): fixed bug #1112752
2521
2522 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2523
2524         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2525
2526 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2527
2528         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2529
2530 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2533
2534 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2535
2536         * device/include/c8051fxxx.h: removed these 6 files
2537         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2538
2539 2005-01-26 Raphael Neider <rneider AT web.de>
2540
2541         * src/pic16/gen.c (genAssign): fixed assignment from longs
2542           in codespace (were cut to three bytes)
2543         * (genDummyRead): implemented (except for CODESPACE...),
2544           fixed bug #1108575
2545         * src/pic16/glue.c (emitStatistics): beautified
2546         * device/lib/pic16/libm/Makefile: added include path
2547
2548 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2549
2550         * src/z80/gen.c (aopPut): fixed bug #1103902
2551
2552 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2553
2554         * device/lib/expf.c: fixed bug #1095792
2555
2556 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2557
2558         * device/lib/pic16/libm: added Math library sources
2559
2560 2005-01-24 Raphael Neider <rneider AT web.de>
2561
2562         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2563           to enable upcast to pCodeOpReg2 (there is no type tag to
2564           differenciate the two and pic16_popGet2p cast into PCOR2)
2565         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2566           (sizeof(sectNames) changed to sizeof(sectName))
2567           Both patches fix segfaults under MinGW.
2568
2569 2005-01-23 Raphael Neider <rneider AT web.de>
2570
2571         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2572           Safe_[mc]?alloc()'ed variables
2573         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2574           of (byte sized) temporaries (assign them to WREG for now)
2575         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2576           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2577           this might fix SIGSEGVs on MinGW...
2578         * src/SDCCopt.c (killDeadCode): restored original behaviour
2579           (volatile operands might get thrown away though)
2580
2581 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2582
2583         * src/pic16/gen.c: fixed bug #1106975,
2584         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2585         pointer update, INTCON is saved, global interrupts are disabled and
2586         restored after updateing TOS.
2587         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2588         * added function attribute 'shadowregs' to take advantage of shadow
2589         registers,
2590         * added function attribute 'wparam' as an alternative to the wparam
2591         pragma,
2592         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2593         user declares a non-ISR function as 'shadowregs',
2594         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2595
2596 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2597
2598         * .version: bumped version number to 2.4.8
2599         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2600         pic16 port,
2601         * device/lib/pic16/libio/i2c/: I2C module support library,
2602         * device/include/pic16/i2c.h: I2C support library header,
2603         * device/lib/pic16/libc/stdio/: standard IO support sources,
2604         * (printf_small.c): printf_small() source, supports float print,
2605         * (printf_tiny.c): printf_tiny() source, does not support floats,
2606         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2607         enable global optimizations for entire library source, other
2608         Makefiles in the source tree are also modified to reflect this,
2609         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2610         function,
2611         * doc/sdccman.lyx: updated to reflect new changes,
2612         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2613         sym->onStack if-case,
2614         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2615         sbit, idata, _idata, xdata, _xdata,
2616         * added pragma library, to link an external library, (see doc),
2617         * removed command line options, --pomit-config-words, --pomit-ivt,
2618         --pleave-reset-vector,
2619         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2620         when calling assembler to reflect memory model used, also define
2621         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2622         reflect stack model used,
2623         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2624         on stack return NULL,
2625
2626 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2627
2628         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2629           of the operands is volatile. Fixes #1020220
2630
2631 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2632
2633         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2634         * (OptimizeRegUsage): make sure that there is really no other flow where
2635           the first pCode is used
2636
2637 2005-01-22 Raphael Neider <rneider AT web.de>
2638
2639         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2640           to fix #1106967 (pCode->seq are not set up correctly)
2641
2642 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2643
2644         * src/SDCCglue.c (glue): make sure code area is declared before the
2645         static initialization area.
2646
2647 2005-01-21 Raphael Neider <rneider AT web.de>
2648
2649         * device/lib/Makefile.in: fixed test for pic16 install dir
2650         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2651           optimizations
2652         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2653           added --optimize-goto compiler switch and pragma wparam documentation
2654         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2655         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2656           and PRODH closing bug #1071770 (peephole optimizer)
2657
2658 2005-01-19 Raphael Neider <rneider AT web.de>
2659
2660         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2661           cmdLine buffers (used when calling sdcpp...) are large enough
2662           (MAX_PATH=256 truncates arguments leading to system halts when
2663           used in MinGW...)
2664         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2665         * (genUminus): rewritten to for efficiency
2666         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2667           used uninitialized in some cases)
2668         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2669           copy the third byte from the int -- now assumes 0x80 (data memory)
2670         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2671           operands (genAddLit expects the iCode's operands to swapped as
2672           well), fixed leftover bytes (crashed for short left operands)
2673         * (pic16_genMinusDec): performance improvements, removed false
2674           PIC14 emitSKPNCs
2675         * (pic16_genMinus): fixed to cope with differently sized operands
2676         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2677           for --obanksel > 1
2678         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2679         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2680           new banksel optimization
2681         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2682           analysis for temporary registers (segfaults...)
2683         * src/pic16/peeph.def: added rule
2684
2685 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2686
2687         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2688         which converts a float number to its ASCII representation
2689         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2690         functions to convert the fractional and integer part of a float to ASCII,
2691         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2692         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2693         ram
2694         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2695         _STATMEM macros,
2696         * device/include/pic16/adc.h: added GPL info,
2697         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2698         a pCodeOp as tested operand,
2699         * (genNearPointerGet): optimized bit testing, does not use
2700         intermediate register for bit value, test directly instead with
2701         BTFSS, BTFSC, works only for single bits,
2702         * (genpic16Code): dump the name of the iCode in the asm,
2703         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2704         renamed to pic16_decodeOp,
2705         * (serialRegAssign): do not allocate a temporary register for iCode
2706         sequences that test a single bit for 1/0
2707
2708 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2709
2710         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2711         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2712         access stack and frame pointers. They are initially assigned to
2713         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2714         accessing SFRs. Updated all occurences of modification of stack or
2715         frame pointer in gen.c and pcode.c,
2716         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2717         assigning of a literal value to pointers,
2718         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2719         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2720         selected
2721
2722 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2723
2724         * doc/sdccman.lyx: update documentation about stack pragma, added
2725         some info for stack memory models
2726
2727 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2728
2729         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2730
2731 2005-01-08 Raphael Neider <rneider AT web.de>
2732
2733         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2734           udata sections to fix bug #1097823
2735
2736 2005-01-05 Raphael Neider <rneider AT web.de>
2737
2738         * src/pic16/gen.c (genGenericShift): added handling of differently
2739           sized left operand and result
2740
2741 2005-01-04 Raphael Neider <rneider AT web.de>
2742
2743         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2744         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2745           to hold the condition bit)
2746         * added new version of genCmp (old code available via #define)
2747         * added new version of genShiftLeft/genShiftRight in a generic
2748           way, now supports shifting by negative values
2749         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2750           shiftCount (expected by genGenericShift)
2751         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2752         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2753           dump
2754         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2755           is an invalid literal too...)
2756
2757 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2758
2759         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2760         from Raphael Neider,
2761         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2762         for 8-bit literals. This fixes some literal operands which are sign
2763         extended to 16-bits ints when instruction needs only 8-bits.
2764
2765 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2766
2767         * device/lib/logf.c: added mcs51 assembly version
2768         * device/lib/expf.c: added mcs51 assembly version
2769         * device/lib/_logexpf.c: new shared asm code for expf and logf
2770         * device/include/math.h: add defines for assembly math library
2771         * device/lib/Makefile.in: build new _logexpf.c
2772         * device/lib/libfloat.lib: use new _logexpf.c
2773
2774 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2775
2776         * src/pic/device.c
2777         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2778           device types which have less than 0x7f registers.
2779
2780 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2781
2782         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2783
2784 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2785
2786         * device/lib/printf_fast.c: only build on supported arch.
2787         * device/lib/printf_tiny.c: only build on supported arch.
2788         * device/lib/printf_fast_f.c: only build if asm float lib
2789         * device/lib/_fsget1arg.c: only build if asm float lib
2790         * device/lib/_fsget2args.c: only build if asm float lib
2791         * device/lib/_fsnormalize.c: only build if asm float lib
2792         * device/lib/_fsreturnval.c: only build if asm float lib
2793         * device/lib/_fsrshift.c: only build if asm float lib
2794         * device/lib/_fsswapargs.c: only build if asm float lib
2795         * device/include/stdio.h: don't provide print_fast,
2796           print_fast_f, print_tiny prototypes if --xstack used
2797
2798 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2799
2800         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2801         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2802           to the SOURCES
2803
2804 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2805
2806         * device/lib/printf_fast_f.c: same as printf_fast, but
2807           with floating point enabled
2808         * device/lib/printf_fast.c: minor tweaks
2809         * device/include/stdio.h: add printf_fast_f
2810
2811 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2812
2813         * src/SDCCmain.c: make --float-reent default for mcs51
2814         * device/lib/_fsadd.c: added mcs51 assembly version
2815         * device/lib/_fssub.c: added mcs51 assembly version
2816         * device/lib/_fsmul.c: added mcs51 assembly version
2817         * device/lib/_fsdiv.c: added mcs51 assembly version
2818         * device/lib/_fseq.c: added mcs51 assembly version
2819         * device/lib/_fsneq.c: added mcs51 assembly version
2820         * device/lib/_fsgt.c: added mcs51 assembly version
2821         * device/lib/_fslt.c: added mcs51 assembly version
2822         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2823         * device/lib/Makefile.in: add _fscmp to build
2824         * device/lib/libfloat.lib: add _fscmp to build
2825
2826 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2827
2828         * device/lib/_fs2slong.c: added mcs51 assembly version
2829         * device/lib/_fs2sint.c: added mcs51 assembly version
2830         * device/lib/_fs2schar.c: added mcs51 assembly version
2831         * device/lib/_fs2ulong.c: added mcs51 assembly version
2832         * device/lib/_fs2uint.c: added mcs51 assembly version
2833         * device/lib/_fs2uchar.c: added mcs51 assembly version
2834         * device/lib/_slong2fs.c: added mcs51 assembly version
2835         * device/lib/_sint2fs.c: added mcs51 assembly version
2836         * device/lib/_schar2fs.c: added mcs51 assembly version
2837         * device/lib/_ulong2fs.c: added mcs51 assembly version
2838         * device/lib/_uint2fs.c: added mcs51 assembly version
2839         * device/lib/_uchar2fs.c: added mcs51 assembly version
2840         * device/include/float.h: added #define to select asm vs c
2841
2842 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2843
2844         * device/lib/printf_fast.c: improvements to float output
2845         * device/include/float.h: add defines for assembly float library
2846         * device/lib/_fsget1arg.c: receive 1 float arg
2847         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2848         * device/lib/_fsnormalize.c: normalize a float
2849         * device/lib/_fsreturnval.c: return float, various helper routines
2850         * device/lib/_fsrshift.c: right shift a float's mantissa
2851         * device/lib/_fsswapargs.c: swap 2 floats
2852         * device/lib/Makefile.in: build these 6 new files for mcs51
2853         * device/lib/libfloat.lib: add these 6 files to the library
2854
2855 2004-12-26 Borut Razem <borut.razem AT siol.net>
2856
2857         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2858           built by gcc 3.4.2
2859
2860 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2861
2862         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2863           and fully reentrant and register bank neutral.
2864         * device/lib/printf_fast.c: added float (not enabled by default),
2865           added compact/slower integer (also not enabled by default),
2866           improved size/speed of fast integer code, other minor changes
2867         * device/include/stdio.h, device/lib/Makefile.in,
2868           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2869
2870 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2871
2872         * src/pic16/pcode.c: declaring variables other than at the start of a
2873           block is not supported in C by VC6.
2874
2875 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2876
2877         * applied a previous patch from Raphael Neider that wasn't included
2878         in the previous commits, which fixes infinite loops within jumptable
2879         improvements,
2880         * made some fixes that previous patches introduced
2881
2882 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2883
2884         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2885         that fixes an issue with AOP_PCODE asmop's offset,
2886         * (pic16_popCopyReg): update instance field too,
2887         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2888         function of pic port,
2889         * (genCmp, genAnd, genAssign),
2890         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2891
2892 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2893
2894         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2895         variables initial values to idata section,
2896         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2897         variables in some functions. This utilizes parmBytes field of iCode
2898         structure to hold the offset of the variable in stack. (might be
2899         able to use the stack field too?)
2900         * applied patch from Raphael Neider # ### , # ###
2901         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2902         variable initial values in idata section,
2903         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2904         for static variables with initial value
2905         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2906         applied fix in while loop from Raphael Neider.
2907
2908 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2909
2910         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2911         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2912         * src/ds390/ralloc.c (serialRegAssign): spill bits
2913         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2914         * support/Util/SDCCerr.c,
2915         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2916         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2917         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2918
2919 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2920
2921         * device/include/sdcc-lib.h: inserted LGPL, added includes
2922           asm/ds390/features.h and asm/mcs51/features.h
2923         * device/include/asm/default/features.h,
2924         * device/include/asm/gbz80/features.h,
2925         * device/include/asm/z80/features.h: added empty _AUTOMEM
2926           and _STATMEM
2927         * device/include/asm/ds390/features.h,
2928         * device/include/asm/mcs51/features.h: added files with defines for
2929           _AUTOMEM and _STATMEM indicating automatic and static storage class
2930         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2931         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2932         * src/SDCCicode.c (geniCodeCast),
2933         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2934         * src/SDCCloop.c (loopInduction): removed unused variable lr
2935         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2936           to convertToFcall to include char modulo (RFE 1065037), added check
2937           if left operand is unsigned and use abs of literal value
2938         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2939           as it doesn't work after conversion from peephole.def to peephole.rul
2940         * src/mcs51/gen.c (toBoolean): added check for size,
2941           (genModOneByte): optimized code for signed char modulo a literal
2942           power of 2 (thanks to Hubert Sack),
2943           (genRRC): removed unnecessary "clr c",
2944           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2945         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2946           jump optimization,
2947           swapped rules 256.c and 256.d,
2948           extended 256.d by using new multiple checks (thanks Erik),
2949           added rules 256.e and 256.f,
2950           updated rule 261.a and 261.b to new generated code
2951         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2952
2953 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2954
2955         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2956           induction related bugs, including first part of bug #1074377
2957
2958 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2959
2960         * applied patch from bug-report #1076292,
2961         * applied patches for genAnd and Goto-optimizations for Raphael
2962         Neider,
2963         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2964         dump a less iCode information,
2965         * src/pic16/device.h (pic16_options_t): added field debgen,
2966         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2967         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2968         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2969         puclic,
2970         * (various functions): added macros FENTRY and FENTRY2 to functions,
2971         to emit function prologue,
2972         * (various functions): fixed indentation,
2973         * (genNearPointerGet): fixed loading of FSR0,
2974         * (genPackBits): applied patch from Raphael Neider to fix updating
2975         of FSR0 and touching only the modified bits,
2976         * src/pic16/genarith.c (various functions): added macros FENTRY to
2977         emit function prologue in comments,
2978         * src/pic16/pcode.h: added functions debugf2, debugf3,
2979         * src/pic16/ralloc.c: partial fix for packForPush caused
2980         segmentation fault,
2981
2982 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2983
2984         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2985           <stsp AT users.sourceforge.net> with reversed byte order
2986         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2987
2988 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2989
2990         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2991           bug #1074377
2992         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2993         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2994
2995 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2996
2997         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2998
2999 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3000
3001         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3002           conditions,
3003           (setFromConditionArgs): friendly operand parser for peephole rules,
3004           (operandBaseName, operandsNotRelated): new peephole condition
3005           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3006           architecture specific register naming into account, handles n-way
3007           comparisons, and supports quoted literals
3008         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3009
3010 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3011
3012         * src/mcs51/peeph.def: fixed bug #1076940
3013
3014 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3015
3016         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3017
3018 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3019
3020         Adding support for replacing ljmps with sjmps in jumptables
3021         generated for switch statements. For now you need to set the
3022         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3023         Now 4 algorithms for mcs51 jumptable generation are used:
3024         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3025         addresses loaded pc-relative for up to 112 cases and stack-pushing
3026         target addresses loaded with offset from dptr for up to 256 cases.
3027
3028         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3029         * src/mcs51/main.c: adapted constants for switch table generation
3030         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3031
3032 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3033
3034         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3035         * support/regression/tests/bug1057979.c: added test for bug 1073386
3036
3037 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3038
3039         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3040         compilers
3041
3042 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3043
3044         * src/pic16/device.h,
3045         * src/pic16/genarith.c,
3046         * src/pic16/glue.c,
3047         * src/pic16/main.c,
3048         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3049
3050 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3051
3052         Large cummulative patch for pic16 port.
3053         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3054         to call when a stack overflow occurs,
3055         * (malloc.h): added CVS Id tag,
3056         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3057         variable,
3058         * added libc directory. The current version of LibC contains string
3059         functions, ctype functions and macros and some functions of the
3060         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3061         be extensively tested in the future. Standard disclaimer here.
3062         Library is not automatically build yet. But one can build it by
3063         invoking 'make' inside the libc directory.
3064         * added ADC library under libio. Preliminary version yet.
3065
3066         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3067         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3068         aopForRemat() now and not by pic16_aopOp(),
3069         * (pic16_popGetTempReg): removed warning messgae when allocating
3070         temporary registers, its a buggy feature and will be removed,
3071         * (pic16_popGet): set register instance field in AOP_CRY,
3072         * (pic16_outBitC): fixed for results in size greater than 1,
3073         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3074         * (pic16_storeForReturn): optimized return of 0,
3075         * (genCmp): experimental code for new genCmp which uses PIC18's
3076         special compare&skip instructions. Initial tests fail some times
3077         with variables grater than 1 byte in size, so new code is disabled,
3078         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3079         a single bit,
3080         * (genCast): began a fix to optimize the casting of a bit to another
3081         bit, now assigning a bitfield to another bitfield will fail, sorry,
3082         * src/pic16/main.c: disabled the use of lr-support feature,
3083         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3084         * added some function prototypes, added function _debugf prototype,
3085         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3086         bits with offset (case PO_GPR_BIT),
3087         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3088         command line,
3089         * (isBankInstruction): modified to return 0 for no banking instruction,
3090         and 1 for banking instruction,
3091         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3092         caused stop processing pCodes after a inline assembly block,
3093         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3094         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3095         registers when it shouldn't,
3096         * src/pic16/ralloc.c (allocReg): add preliminary support for
3097         supporting a limited set of temporary registers,
3098
3099 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3100
3101         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3102           genDataPointerSet): ensure assignments always copy in MSB to LSB
3103           order,
3104           (loadRegFromAop): recognize CLRH optimization,
3105           (genFunction): optimize RECEIVE iCodes in reentrant functions
3106
3107 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3110           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3111           selected.
3112         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3113         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3114           contiguous with data
3115
3116 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3117
3118         * device/lib/_gptrget.c (_gptrget),
3119         * device/lib/_gptrgetc.c (_gptrgetc),
3120         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3121           instead of sjmp to ret
3122         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3123           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3124
3125 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3126
3127         * .version: bumped version to 2.4.7
3128         * device/lib/_gptrget.c (_gptrget): is now _naked
3129         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3130         * device/lib/_gptrput.c (_gptrput): is now _naked
3131         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3132           (createFunction): fixed xstack
3133         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3134         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3135           or bit either,
3136           (geniCodeCritical): store original interrupt state in an iTemp bit
3137           var unless stack-auto
3138         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3139         * src/SDCCmain.c (setIncludePath): added include/target to search path
3140         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3141         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3142           prototype,
3143           (processFuncArgs): put bit vars in bit area
3144         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3145           unsaveRBank): fixed xstack,
3146           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3147           (genFunction, genEndFunction): fixed xstack,
3148           (genAssign): optimization don't walk backwards through mem
3149         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3150         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3151         * support/regression/Makefile: also make library (for stack-auto) when
3152           making "all" and added "test-mcs51-xstack-auto"
3153         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3154         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3155         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3156         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3157         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3158           make-library by MAKE_LIBRARY
3159         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3160           regression tests for xstack
3161         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3162         * support/regression/tests/critical.c: test for critical on mcs51
3163
3164 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3165
3166         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3167           built version of sdcc instead of installed version
3168
3169 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3170
3171         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3172         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3173           vprintf.c now
3174         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3175         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3176           WARNING: remove device/lib/build/z80/printf.o by hand when
3177           updating from previous build!
3178         * device/lib/z80/printf.c: updated comment
3179         * support/regression/tests/bug1057979.c: test all ports now
3180         * support/regression/tests/bug1065458.c: file added
3181
3182 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3183
3184         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3185           *_start and *_end symbols for static functions
3186
3187 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3188
3189         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3190           and search crt0.o in all library paths,
3191           (setIncludePath): proper handling of --nostdinc,
3192           (setLibPath): proper handling of --nostdlib
3193         * support/regression/Makefile,
3194         * support/regression/ports/ds390/spec.mk,
3195         * support/regression/ports/gbz80/spec.mk,
3196         * support/regression/ports/hc08/spec.mk,
3197         * support/regression/ports/mcs51/spec.mk,
3198         * support/regression/ports/mcs51-large/spec.mk,
3199         * support/regression/ports/mcs51-stack-auto/spec.mk,
3200         * support/regression/ports/z80/spec.mk: use include and lib files from
3201           built version of sdcc instead of installed version
3202         * doc/sdccman.lyx: fixed typo in --nostdinc
3203
3204 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3205
3206         * src/pic/pcode.c,
3207         * src/pic/device.c,
3208         * src/pic/ralloc.c,
3209         * src/pic/gen.c : added support to generate code for struct bit fields.
3210
3211 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3212
3213         * as/xa51/xa_version.h,
3214         * device/include/errno.h,
3215         * device/include/regc515c.h,
3216         * device/lib/_itoa.c,
3217         * device/lib/_ltoa.c,
3218         * device/lib/ser_ir_cts_rts.c,
3219         * sim/ucsim/xa.src/glob.cc,
3220         * sim/ucsim/xa.src/inst_gen.cc,
3221         * sim/ucsim/xa.src/xa_bit.cc,
3222         * sim/ucsim/xa.src/xa_sfr.cc,
3223         * sim/ucsim/z80.src/inst_dd.cc,
3224         * sim/ucsim/z80.src/inst_fdcb.cc,
3225         * support/scripts/keil2sdcc.pl,
3226         * src/pic16/pic16.dsp,
3227         * src/pic16/pic16a.dsp: corrected cvs line endings
3228         * device/lib/printf_large.c: fixed bug 1057979
3229         * src/pic16/gen.c: fixed non-C standard code
3230         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3231         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3232         * support/regression/ports/mcs51/support.c: reload T1 asap
3233         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3234           pdata use and clear idata startup behaviour
3235         * support/regression/tests/bug1057979.c: added
3236
3237 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * device/examples/ds390/ow390/ad26.h,
3240         * device/examples/ds390/ow390/cnt1d.h,
3241         * device/examples/ds390/ow390/crcutil.c,
3242         * device/examples/ds390/ow390/ownet.h,
3243         * device/examples/ds390/ow390/owsesu.c,
3244         * device/examples/ds390/ow390/swt12.h,
3245         * device/examples/ds390/ow390/swtoper.c,
3246         * device/examples/ds390/ow390/temp10.h,
3247         * device/examples/ds390/ow390/thermodl.c,
3248         * device/examples/ds390/tinitalk/tinitalk.dsp,
3249         * device/examples/ds390/tinitalk/tinitalk.dsw,
3250         * device/examples/mcs51/clock/hw.h,
3251         * device/examples/mcs51/simple2/go.bat,
3252         * device/examples/serialcomm/windows/serial.h,
3253         * device/examples/xa51/dummy.c,
3254         * device/examples/xa51/hello.c,
3255         * device/include/80c51xa.h,
3256         * device/include/at89x051.h: corrected cvs line endings
3257
3258 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3259
3260         * src/pic16/main.c (options): added command line --gstack, to trace
3261         stack over/under flows,
3262         * added pragma 'wparam' to allow passing first byte of function
3263         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3264         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3265         call to __gstack_test function and sets up the symbol as extern,
3266         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3267         * popaop): added call to pic16_testStackOverflow,
3268         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3269         wparamList list,
3270         * (genCall, genPcall): now all parameters are passed via stack
3271         except in functions that are pass to wparam pragma in which WREG is
3272         used too,
3273         * (genPcall): REENTRANT flag is checked to see if variable prototype
3274         contains reentrant keyword, don't call a non-reentrant function, via
3275         a reentrant function pointer or vice versa, functions are never
3276         passed via WREG,
3277         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3278         D.Winkler,
3279         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3280         SIGSEGV when accessing a NULL register stucture,
3281         * (pic16_printGPointerType): modified to handle UPPER modifier for
3282         function initializers, changed prototype of function to simpler one,
3283         * (pic16_printIvalFuncPtr): check to see if function is already
3284         added in externs list,
3285         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3286         optimized a move from W to SFR with a move to the same register
3287         later after a CALL,
3288         * device/lib/pic16/debug: NEW directory, contains debug features
3289         which are enabled when linking with libdebug.lib, currently command
3290         line option --gstack enables stack pointer tracing for over/under
3291         flow, corresponding sources are in debug/gstack
3292
3293 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3294
3295         * doc/sdccman.lyx: updated SDCC version,
3296         * (PIC16 port): update list of command line options,
3297         * src/pic16/device.h (structure pic16_options_t): added field gstack
3298         to enable stack overflow tracing on push/pops,
3299         * src/pic16/device.c (statistics structure): added statistics
3300         structure,
3301         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3302         pic16_dump_int_registers): increase statistics counters for each
3303         * variable which is encountered
3304         * (pic16_dump_usection): emit each .udata variable to its own udata
3305         section,
3306         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3307         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3308         parameters via stack, otherwise use old scheme,
3309         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3310         assembler output file,
3311         * src/pic16/main.c: added command line options --gstack to enable
3312         push/pop tracing for stack overflow,
3313         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3314         instructions): added size of each instruction,
3315         * (pic16_countInstruction): estimate size of instructions in
3316         the_pFile list, inline assembly blocks are not counted,
3317         * (pic16_FixRegisterBanking): trace previous register usage, when
3318         banksel optimizations is greater than 0, don't emit a redudant
3319         banksel directive,
3320
3321 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3322
3323         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3324         * src/pic16/ralloc.c : applied same fix for pic16.
3325         * src/pic/gen.c : tidied it up a little.
3326
3327 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3328
3329         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3330         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3331
3332 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3333
3334         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3335
3336 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3337
3338         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3339         non-reentrant function __modsint in the interrupt function (thus
3340         corrupting math operations during serial I/O)
3341         * device/lib/ser_ir.c: as above, changed buffersize
3342         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3343         256.c,d for zeroing
3344         * doc/Makefile: added option -t for rsync
3345
3346 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3347
3348         * src/SDCCast.h (struct ast),
3349         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3350
3351 2004-10-20 Borut Razem <borut.razem AT siol.net>
3352
3353         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3354         package
3355
3356 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3357
3358         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3359         makefile targets,
3360         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3361         support functions to replace long sequences of MOVFF's from access
3362         bank registers to stack and vice versa,
3363         * src/pic16/device.h: added new field opt_flags, where optimization
3364         flags can be set to enable certain features,
3365         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3366         * pBlock, (genFunction, genEndFunction): surroung loop for
3367         saving/loading used registers in stack with PC_INFO pCodes,
3368         INF_LREGS. Code in between can then be optimized by pCode optimizer
3369         to support function calls,
3370         * (genDataPointerSet): fixed bug which loaded float fields in
3371         structures with corrupt data,
3372         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3373         in a standard way debug info on stderr. Feature used for developing
3374         and debugging only,
3375         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3376         obsolete chunks of code,
3377         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3378         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3379         * pic16/src/pcode.c (pic16_newpCodeInfo,
3380         * (pic16_newpCodeOpLocalRegs),
3381         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3382         feature,
3383         * (pic16_pCodeConstString): printing of the initial value of a
3384         symbol as a comment is inhibited since parsing was already done by
3385         copyStr and output is corrupt,
3386         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3387
3388 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3389
3390         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3391
3392 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3393
3394         * as/mcs51/lkarea.c: removed old K&R style,
3395           (lnksect): changed check on boundary error,
3396           (lnksect2): changed check on boundary error,
3397           (lnksect2): extend XSTK to end of page if size = 1
3398         * as/mcs51/lkmain.c: removed old K&R style,
3399           (Areas51): create l_IRAM symbol
3400         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3401         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3402           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3403         * device/lib/_mullong.c: added version to be compiled with xstack
3404         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3405         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3406         * device/lib/mcs51/crtxstack.asm: fixed comment
3407         * src/SDCCglue.c: maxInterrupts defaults to 0,
3408           (emitMaps): added pdata,
3409           (createInterruptVect): (re)moved default,
3410           (glue): added pdata,
3411           (glue): moved __start__xstack to XSTK with default size 1
3412         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3413           and options.float_rent when options.stackAuto is set,
3414           (linkEdit): only write XDATA_NAME if provided on command line
3415         * src/SDCCmem.h,
3416         * src/SDCCmem.c: added pdata
3417         * src/port.h: added pdata_name to PORT
3418         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3419           (saveRegisters, unsaveRegisters): removed usage of B,
3420           (genMinus): fixed accumulator clash,
3421           (genJumpTab): added comment, this needs another look
3422         * src/mcs51/gen.c: added check for "B in use" paranoia,
3423           added pushB() and popB()
3424         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3425           chance
3426         * src/avr/main.c,
3427         * src/ds390/main.c,
3428         * src/hc08/main.c,
3429         * src/mcs51/main.c,
3430         * src/pic/main.c,
3431         * src/pic16/main.c,
3432         * src/xa51/main.c,
3433         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3434           added PSEG (PAG,XDATA) or NULL to port specifier
3435         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3436         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3437           (_mcs51_genInitStartup): removed __start__xstack equ,
3438           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3439         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3440         * src/z80/gen.c (_rleAppend): fixed warnings
3441         * support/regression/tests/zeropad.c: added pdata test
3442         * .version: bumped to 2.4.6
3443
3444 2004-10-17 Borut Razem <borut.razem AT siol.net>
3445
3446         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3447         as a part of nightly build
3448
3449 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3450
3451         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3452         WREG holds the first byte function parameters,
3453         * (aopForSym): take special case for symbols which are in FARSPACE
3454         but in CODESPACE too,
3455         * (assignResultValue): modified to take into account _G.useWreg,
3456         * (genCall): don't use wreg for parameter passing when function is
3457         declared as reentrant, too, added optimization INCF to stack
3458         pointer when stack parameter count is 1,
3459         * (genFunction, genEndFunction): refurnished and fixed to not using
3460         wreg for passing parameters when function has varargs or is
3461         reentrant, fixed bug with symbol name compare for generating
3462         functions in absolute address,
3463         * (pic16_storeForReturn): refurnished,
3464         * (genCmp): began writing a new version of the function, not ready
3465         yet, therefore it is disabled,
3466         * (genAssign): do not read code memory when assigning a function to
3467         a pointer function,
3468         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3469         array of characters, not pointer,
3470         * (pic16initialComments): in debug mode emit an .ident directive for
3471         the assembler,
3472         * (_process_pragma): emit a new warning type (internal to pic16)
3473         when setting stack to default length, emit a similar warning when
3474         placing a function at absolute address and address is not word aligned
3475         * (_pic16_parseOptions): added 'return TRUE' statement,
3476         * (_pic16_linkEdit): if compiling a source, then add the source's
3477         file object, first in the list of objects to link,
3478
3479 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3480
3481         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3482         * src/pic/main.c : removed VC warning.
3483         * src/pic/gen.c : changed comment.
3484
3485 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3486
3487         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3488         reference to a deprecated symbol _GPTRREG was causing failure to
3489         link. Thanks G. M. Gallant for the info.
3490
3491 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3492
3493         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3494         comments for Bugs item #954788.
3495
3496 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3497
3498         * src/pic16/device.c (pic16_dump_gsection,
3499         * pic16_groupRegistersInSection): handle symbols declared to be in
3500         access bank differently,
3501         * src/pic16/gen.c (struct _G): added field resDirect,
3502         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3503         send values read from stack directly to result and don't allocate
3504         temporary values,
3505         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3506         same registers,
3507         * (pic16_sameRegsOfs): NEW,
3508         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3509         free because they were not allocated from temporary pool,
3510         * pic16_popRegFromString): workaround to fix a problem with
3511         allocating variables twice or never,
3512         * (genGenPointerGet): using PRODL instead of FSR0H,
3513         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3514         instead of FSR0H,
3515         * (genAssign): take advantage of the _G.resDirect flag,
3516         * (genCast): around line 11844, use mov2f instead of directly
3517         MOVFF'ing between operands to account for literal values,
3518         * src/pic16/genutils.c: some new debug functions for gpsim have been
3519         added,
3520         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3521         float with integer part only,
3522         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3523         place variables in access bank
3524         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3525         updated sources to reflect recent changes in gen.c
3526
3527 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3528
3529         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3530         sources that searched for headers in installation path, now the
3531         device/include/pic16 is used,
3532         * src/pic16/glue.c (pic16glue),
3533         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3534         .line directives if not in debug mode, this suppresses assembler's
3535         warnings for ignored directives
3536
3537 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3538
3539         * src/port.h: made reset_regparms prototype void parameter explicit.
3540         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3541         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3542         * doc/sdccman.lyx: documented warning disabling and how to use
3543           printf_large to make it print floats.
3544         * device/include/stdbool.h: NEW
3545         * device/lib/_atof.c,
3546         * device/lib/_divuint.c,
3547         * device/lib/_divulong.c,
3548         * device/lib/expf.c,
3549         * device/lib/printf_large.c,
3550         * device/lib/sincosf.c,
3551         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3552         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3553           a completely reentrant lib.
3554
3555 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3556
3557         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3558         * device/include/pic16/stdio.h: fixed bug with colon
3559
3560 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3561
3562         * device/include/pic16/stdio.h,
3563         * device/include/pic16/stdlib.h,
3564         * device/include/pic16/math.h: NEW
3565         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3566         declared as _naked to reduce overhead
3567         * device/lib/Makefile.in (target port-specific-objects-pic16):
3568         changed * to *.* so to ignore the CVS directory,
3569         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3570         stacked variables back in stack,
3571         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3572         corruption
3573
3574 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3575
3576         * .version: bumped version number to 2.4.5
3577         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3578         * support/Util/SDCCerr.c (messages structure): added entry for
3579         W_POSSBUG2
3580
3581         Large cumulative patch for pic16 port and libraries.
3582         * device/include/pic16/sdcc-lib.h,
3583         * device/include/pic16/stdarg.h,
3584         * device/include/asm/pic16/features.h,
3585         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3586         * device/include/pic16/float.h: changes reentrant keyword with
3587         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3588         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3589         updated target build-libraries to include objects from gptr,
3590         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3591         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3592         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3593         all function headings,
3594         * src/SDCCmain.c: added global parameter userIncDirsSet,
3595         * (parseCmdLine): when option -I is encountered add directory to
3596         userIncDirsSet too,
3597         * src/version.awk: added space between control and long,
3598         * src/pic16/NOTES: added some notes for the port,
3599         * src/pic16/gen.c: added prototype for mov2fp function,
3600         * (fReturnpic16[]): properly named return value registers,
3601         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3602         * (aopForSym): added code to handle symbols with onStack flag set,
3603         symbols onStack are allocated PTRSIZE bytes,
3604         * (aopFreeAsmop): handles special case where asmops are stack objects,
3605         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3606         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3607         added argument lock to trace flaws in allocating temporary registers
3608         when developing port,
3609         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3610         * (pic16_popRegFromString): reenabled allocating a direct register
3611         from string,
3612         * (assignResultValue): various beautifications,
3613         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3614         referenced function argument,
3615         * (genIpush): reenabled to allow stacked arguments, handles only
3616         ic->parmPush iCodes,
3617         * (genCall, genPcall): major changes to allow for variable argument
3618         functions, fixed a bug with falsely restoring stack pointer after
3619         returning from call,
3620         * (genFunction): pending code for critical function,
3621         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3622         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3623         * (genNearPointerGet): fixed bug with indirect reading, was always
3624         reading from INDF0
3625         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3626         pointers,
3627         * (genAddrOf): rewrote code to take address of a stacked function parameter
3628         * (genCast): fixed casting to generic pointer type,
3629         * src/pic16/gen.h: added AOP_STA,
3630         * (struct asmop): added field stk,
3631         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3632         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3633         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3634         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3635         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3636         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3637         generic pointers,
3638         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3639         and library paths,
3640         * (pic16_port structure): generic pointer size is set to 3,
3641         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3642         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3643         compiler warning,
3644         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3645         operand is an iTemp,
3646
3647 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3648
3649         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3650         * debugger/mcs51/simi.c: addapt new syntax of s51
3651
3652 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3653
3654         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3655         * src/pic16/pcode.c: commented out some calls to free() in order to
3656         fix bug #989576,
3657
3658 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3659
3660         * src/SDCCicode.h,
3661         * src/SDCCicode.c (isiCodeInFunctionCall),
3662         * src/avr/ralloc.c (selectSpil),
3663         * src/pic/ralloc.c (selectSpil),
3664         * src/pic16/ralloc.c (selectSpil),
3665         * src/ds390/ralloc.c (selectSpil),
3666         * src/hc08/ralloc.c (selectSpil),
3667         * src/xa51/ralloc.c (selectSpil),
3668         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3669         stack in the middle of a function call sequence (fixes bug #1020268)
3670         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3671         costs associated with the minimum switch case.
3672
3673 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3674
3675         * src/SDCC.lex: fixed bug #1030549
3676
3677 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3678
3679         * src/SDCCcse.h (struct cseDef),
3680         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3681         over a function call if the CSE is derived from a symbol whose
3682         address has been taken (fixes bug #1029883)
3683         * support/regression/tests/bug-1029883: a new regression test for
3684         this bug
3685
3686 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3687
3688         * src/hc08/gen.c (emitinline): fixed bug #1029778
3689         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3690         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3691         and starts toward RFE #905167)
3692
3693 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * src/pic16/gen.c (mov2f): New function to move an operand to
3696         another without considering if it is a literal or a register,
3697         * (pic16_sameRegs): don't check if they are both AOP_REG,
3698         * (AccRsh): removed andmask=0 lines,
3699         * (genLeftShift): duplicated to be improved in future versions,
3700         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3701         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3702         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3703         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3704         * (insertBankSwitch): fixed inserting banksel directives algorithm
3705         for instructions that follow a skip instruction, this fixes a report
3706         for broken subtraction code generation,
3707         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3708         iCode is a left op, just in case result and right share the same
3709         registers
3710
3711 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/hc08/main.c,
3714         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3715         preservation of HX
3716         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3717         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3718         on 2004-09-12; it was buggy
3719
3720 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3721
3722         * src/SDCCsymt.h: removed RESULT_CHECK
3723         * src/SDCCast.c,
3724         * src/SDCCglue.c,
3725         * src/SDCCval.c,
3726         * src/pic/glue.c,
3727         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3728
3729 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3730
3731         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3732         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3733         configuration values no more rejected by compiler, they are assigned
3734         to configuration registers with a warning message instead,
3735         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3736         the for-loop so last conf register is emitted too,
3737         * (_pic16_initPaths): link library libsdcc.lib by default,
3738         * (_hasNativeMulFor): modified test for multiplication according to
3739         Raphael Neider's remarks. Integer multiplication is also done with
3740         support functions,
3741         * device/include/pic16/pic18fregs.h: corrected type error in while
3742         testing and including 18f6720 header file
3743
3744 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3745
3746         * src/pic16/device.h (pic16_options): removed field use_crt,
3747         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3748         until an optimization to handle single bits is added,
3749         * (pic16_loadFSR0): moved before genUnpackBits,
3750         * (genAnd): some white lines removed,
3751         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3752         leave_reset flags in pic16_options when using crt modules,
3753
3754 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3755
3756         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3757           for bugs 898889 & 979599. Also used some safer print instructions.
3758
3759 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3760
3761         * src/pic16/device.h (pic16_options_t): added field use_crt,
3762         crt_name, no_crt,
3763         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3764         catch a probable future bug,
3765         * src/pic16/gen.c: aopIdx function commented out,
3766         * (genAssign): commented out old code which used aopIdx,
3767         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3768         code, added if conditionals to take into account the --use-crt
3769         command line options,
3770         * src/pic16/main.c (pic16_optionsTable): added new command line
3771         options, --use-crt= and --no-crt,
3772         * (_pic16_linkEdit): now the proper crt object is added in the
3773         linker command line except than when --no-crt is specified,
3774         * src/pic16/pcode.c,
3775         * src/pic16/pcode.h: added some structures and functions for a new
3776         optimization scheme to compansate for instruction overhead between
3777         same iCodes, this scheme is currently under development and is not
3778         working in any way,
3779         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3780         to && operator,
3781         * device/lib/pic16/startup/crt0i.c,
3782         * device/lib/pic16/startup/crt0iz.c: added global char variable
3783         __uflags to force the generation of an idata section
3784
3785 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3786
3787         * doc/Makefile,
3788         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3789         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3790
3791 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3792
3793         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3794         Frieder) and clarified the default code optimization mode
3795
3796 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * src/SDCC.lex (doPragma, process_pragma),
3799         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3800         "opt_code_size", and "opt_code_balanced"
3801         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3802         regrouped options by category, added support for category headers
3803         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3804         and "--opt-code-size"
3805         * doc/sdccman.lyx: documented these new options and pragmas
3806         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3807         preference into account
3808
3809 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3810
3811         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3812           geniCodePreDec): Fixed bug 904237 by generating a warning
3813         * src/SDCCerr.h,
3814         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3815
3816 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3817
3818         * src/pic/device.c : When no max ram set validate full memory range.
3819         * src/pic/pcode.c,
3820         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3821
3822 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3823
3824         * device/lib/_gptrget.c,
3825         * device/lib/_gptrput.c: updated comment
3826         * device/lib/calloc.c,
3827         * device/lib/free.c,
3828         * device/lib/malloc.c,
3829         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3830         * src/SDCCcse.c (cseBBlock),
3831         * src/SDCCicode.c (printOperand, geniCodeArray),
3832         * src/SDCCicode.h (struct operand): fixed bug 868103
3833         * support/regression/tests/bug-868103.c: added
3834         * src/SDCCast.c (searchLitOp),
3835         * src/SDCCcse.h (struct cseDef),
3836         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3837         * src/SDCCicode.h (struct operand),
3838         * src/SDCCsymt.h (struct sym_link),
3839         * src/avr/gen.c (hasInc),
3840         * src/ds390/gen.c (hasInc),
3841         * src/hc08/gen.c (genPlusIncr, hasInc),
3842         * src/mcs51/gen.c (hasInc),
3843         * src/pic16/glue.c (pic16_printIvalChar),
3844         * src/pic16/ralloc.c (regWithIdx),
3845         * src/xa51/gen.c (hasInc) : removed warnings
3846         * src/SDCCast.c (createBlock): added comment ???
3847         * src/hc08/ralloc.c: updated comments
3848
3849 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3850
3851         * doc/sdccman.lyx: updated section on switch statements, added
3852         section about semaphore locking
3853         * doc/Makefile: added option -info for latex2html
3854         * device/lib/_gptrget.c,
3855         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3856
3857 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3858
3859         * src/pic/device.h,
3860         * src/pic/device.c,
3861         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3862          maxram is less than 0x100.
3863
3864 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3865
3866         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3867
3868 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3869
3870         * src/port.h,
3871         * src/mcs51/main.c,
3872         * src/ds390/main.c,
3873         * src/z80/main.c,
3874         * src/hc08/main.c,
3875         * src/pic/main.c,
3876         * src/pic16/main.c,
3877         * src/avr/main.c,
3878         * src/xa51/main.c
3879         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3880         a jump table is the best form for a switch statement, including
3881         automatic insertion of missing cases to make the case range
3882         continuous. Developed in collaboration with Frieder Ferlemann.
3883
3884 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3887         accumulator result if it needs sign extension
3888
3889 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3890
3891         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3892
3893 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3894
3895         * device/lib/gbz80/printf.c,
3896         * device/lib/z80/printf.c: removed define for NULL
3897
3898 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3899
3900         * as/xa51/xa_link.c,
3901         * device/examples/ds390/ow390/ad26.c,
3902         * device/examples/ds390/ow390/cnt1d.c,
3903         * device/examples/ds390/ow390/counter.c,
3904         * device/examples/ds390/ow390/ds2480.h,
3905         * device/examples/ds390/ow390/ds2480ut.c,
3906         * device/examples/ds390/ow390/findtype.c,
3907         * device/examples/ds390/ow390/gethumd.c,
3908         * device/examples/ds390/ow390/owllu.c,
3909         * device/examples/ds390/ow390/ownetu.c,
3910         * device/examples/ds390/ow390/swt12.c,
3911         * device/examples/ds390/ow390/swtloop.c,
3912         * device/examples/ds390/ow390/temp.c,
3913         * device/examples/ds390/ow390/temp10.c,
3914         * device/examples/ds390/ow390/thermo21.c,
3915         * device/examples/ds390/ow390/tinilnk.c,
3916         * device/examples/ds390/ow390/tstfind.c,
3917         * device/examples/serialcomm/windows/serial.cpp,
3918         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3919         * device/include/reg51.h: fixed line endings for cvs
3920
3921 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3922
3923         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3924         packRegsForAccUse, packRegisters): new accumulator register
3925         packing algorithm
3926         * support/regression/ports/hc08/support.c (_putchar): suppress
3927         warning of unused variable
3928         * src/SDCCicode.c: added SWAP entry to codeTable
3929
3930 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3931
3932         * device/lib/sprintf.c: forgot to add this file before previous commit
3933
3934 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3935
3936         * src/pic16/gen.c (genPackBits): added operand right in function
3937         parameters, load result directly if p_type is POINTER (that is
3938         called by genNearPointerSet)
3939         * (genUnPackBits): added operand left in function parameters,
3940         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3941         FSR0 if accessing bitfields,
3942
3943 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3944
3945         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3946           _print_format; updated printf, sprintf, vsprintf
3947         * device/include/asm/default/features.h: corrected comment/define
3948         * device/lib/Makefile.in: added sprintf.c
3949         * device/lib/libsdcc.lib: added sprintf module
3950         * device/lib/printf_large.c,
3951         * device/lib/vprintf.c,
3952         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3953           into these 3 files
3954         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3955         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3956         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3957           hc08 test
3958         * support/regression/tests/zeropad.c: define idata as data for hc08
3959
3960 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3961
3962         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3963         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3964         labels are referenced at least once (even if a reference is not found)
3965         * src/hc08/gen.c (emitcode): set isComment flag for comments
3966         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3967         loads), rules 6a..6b (optimize jumps to return)
3968
3969 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3970
3971         * device/lib/acosf.c (acosf),
3972         * device/lib/asinf.c (asinf),
3973         * device/lib/atanf.c (atanf),
3974         * device/lib/ceilf.c (ceilf),
3975         * device/lib/cosf.c (cosf),
3976         * device/lib/coshf.c (coshf),
3977         * device/lib/cotf.c (cotf),
3978         * device/lib/fabsf.c (fabsf),
3979         * device/lib/floorf.c (floorf),
3980         * device/lib/log10f.c (log10f),
3981         * device/lib/logf.c (logf),
3982         * device/lib/sinf.c (sinf),
3983         * device/lib/sinhf.c (sinhf),
3984         * device/lib/sqrtf.c (sqrtf),
3985         * device/lib/tanf.c (tanf),
3986         * device/lib/tanhf.c (tanhf),
3987         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3988         replaced all instances of "reentrant" in the library functions
3989         defined in math.h with this macro.
3990         * support/regression/tests/float_trans.c: reenabled test for hc08
3991
3992 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3993
3994         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3995         erroneously deleted
3996
3997 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3998
3999         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4000         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4001         multi-byte volatile operands are used
4002         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4003         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4004         initialization to area GSINIT0 so that it would always precede
4005         any static initializers in GSINIT
4006         * support/regression/tests/zeropad.c: fixed idata define for hc08
4007         * support/regression/tests/bug-927659.c,
4008         * support/regression/tests/float_trans.c: disabled tests for hc08
4009         pending missing library routines
4010         * .version: increased version number to 2.4.4 - hc08 port now passes
4011         regression tests
4012
4013
4014 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4015
4016         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4017         * Makefile.common.in,
4018         * as/Makefile,
4019         * as/hc08/Makefile.in,
4020         * as/mcs51/Makefile.in,
4021         * as/z80/Makefile.in,
4022         * debugger/mcs51/Makefile.in,
4023         * device/include/Makefile.in,
4024         * device/lib/Makefile.in,
4025         * doc/Makefile,
4026         * link/Makefile,
4027         * link/z80/Makefile.in,
4028         * packihx/Makefile.in,
4029         * sim/ucsim/main_in.mk,
4030         * sim/ucsim/avr.src/Makefile.in,
4031         * sim/ucsim/doc/Makefile.in,
4032         * sim/ucsim/gui.src/serio.src/Makefile.in,
4033         * sim/ucsim/hc08.src/Makefile.in,
4034         * sim/ucsim/s51.src/Makefile.in,
4035         * sim/ucsim/xa.src/Makefile.in,
4036         * sim/ucsim/z80.src/Makefile.in,
4037         * src/Makefile.in,
4038         * support/cpp2/Makefile.in,
4039         * support/librarian/Makefile,
4040         * support/makebin/Makefile: added DESTDIR to the install path proposed
4041         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4042         * doc/sdccman.lyx: added DESTDIR documentation
4043
4044 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4045
4046         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4047         instruction for interrupt handlers, use fast returns when returning
4048         from high priority interrupts
4049
4050 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4051
4052         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4053         code generation
4054         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4055         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4056         bugs, ported much of Bernhard's code from mcs51
4057         * src/mcs51/gen.c (genSend),
4058         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4059         than one when calling a reentrant function
4060         * device/lib/_mullong.c: defined an alternate struct layout for big
4061         endian ports (hc08)
4062
4063 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4066         test
4067
4068 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4069
4070         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4071         are sane and complete before asking the port its prefered parameter
4072         passing method (fixes bug #1017633)
4073         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4074         and _ret3
4075
4076 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4077
4078         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4079         problem in bitfields >= 8 bits.
4080
4081 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4082
4083         * src/SDCCsymt.c: undid changes that were not meant to be committed
4084
4085 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4086
4087         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4088
4089 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4090
4091         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4092           copied and wrong bit got inverted
4093
4094 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4095
4096         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4097         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4098         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4099         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4100         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4101         assignments to bitfields at known addresses
4102         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4103         reads from bitfields at known addresses
4104         * src/hc08/ralloc.c (packRegisters),
4105         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4106         genhc08Code): optimize pointer get values used as conditionals
4107         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4108         and branch
4109
4110 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4111
4112         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4113         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4114         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4115         as conditionals
4116
4117 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4118
4119         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4120
4121 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4122
4123         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4124         related problems
4125
4126 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4127
4128         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4129
4130 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4133         mcs51 port
4134
4135 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4136
4137         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4138
4139 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4140
4141         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4142         cases use more compact code.
4143
4144 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4145
4146         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4147
4148 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4149
4150         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4151
4152 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4153
4154         * src/SDCCsymt.h,
4155         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4156         parameter of changePointer() from symbol* to sym_link*
4157         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4158         * src/SDCCsymt.c (compareType): void* type is castable to other
4159         pointers, but not necesarily an exact match.
4160         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4161         is no longer blindly treated as an exact match.
4162         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4163
4164 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4165
4166         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4167
4168 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4169
4170         * src/pic/gen.c,
4171         * src/pic/pcode.c,
4172         * src/pic/ralloc.h,
4173         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4174
4175 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4176
4177         * src/pic/device.c,
4178         * src/pic/device.h,
4179         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4180
4181 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * src/mcs51/gen.c (emitcode): fixed bug #992819
4184
4185 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4186
4187         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4188           there's no need to make it worse
4189
4190 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4191
4192         * src/mcs51/ralloc.c (deassignLR),
4193         * src/ds390/ralloc.c (deassignLR),
4194         * src/hc08/ralloc.c (deassignLR),
4195         * src/z80/ralloc.c (deassignLR),
4196         * src/pic/ralloc.c (deassignLR),
4197         * src/pic16/ralloc.c (deassignLR),
4198         * src/avr/ralloc.c (deassignLR),
4199         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4200         rlivePoint): fixed another part of bug #971834
4201
4202 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4203
4204         * src/z80/main.c: enabled "critical" keyword
4205         * src/z80/mappings.i,
4206         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4207         functions (fixes bug #979646)
4208         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4209
4210 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4211
4212         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4213           such as c:\mydir.
4214
4215 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4216
4217         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4218           doesn't disable too much optimizations
4219
4220 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4221
4222         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4223
4224 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4225
4226         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4227
4228 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4229
4230         * src/pic/gen.c tidied up tabs
4231         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4232         * src/pic/main.c tidied up tabs
4233         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4234         * src/pic/pcoderegs.c tidied up tabs
4235         * src/pic/ralloc.c tidied up tabs
4236
4237 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4240         to S_FIXED for pic16 port and when symbol is not in level 0,
4241         allocate for S_REGISTER storage class and pic16 port, too,
4242         * src/pic16/device.h: prototype for checkSym,
4243         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4244         * (pic16_assignConfigWordValue): test the value and the mask to
4245         validate that the value is suitable for the configuration word,
4246         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4247         collect extern declared symbols, don't emit symbol twice, check
4248         first if symbol is in publics set first,
4249         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4250         * added command line '--fstack' which enables an experimental
4251         feature for stack access, too buggy to be used yet...
4252         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4253         * (pic16_allocDirReg): when register has storage class S_REGISTER
4254         allocate in pic16_dynAccessRegs,
4255         * device/include/pic16/pic18f????.h: modified configuration word
4256         naming convention, words started as CONFIG0H but should be CONFIG1H
4257
4258 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4259
4260         * device/include/mcs51reg.h: fixed bug 970993
4261
4262 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4263
4264         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4265         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4266         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4267         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4268         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4269         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4270           error/warning numbers,
4271           added function setWarningDisabled()
4272         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4273         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4274           _memcmp.c _memmove.c calloc.c realloc.c free.c
4275         * support/regression/tests/malloc.c: added tests for new functionality
4276         * support/regression/tests/zeropad.c: added tests for truncated initializers
4277           and initialized char arrays starting with '\x0'
4278         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4279
4280 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4281
4282         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4283
4284 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4285
4286         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4287         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4288         peephole 177.e. Thanks to anonymous
4289
4290 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4291
4292         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4293         function isn't used in the source but referenced as a
4294         variable initializer then declare it as extern in .asm file
4295
4296 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4297
4298         * .version: increased version number to 2.4.3
4299
4300         Adding version extension according to ChangeLog CVS revision
4301         * src/Makefile.in (target all): added dependency 'version.h'
4302         * (rule version.h): added rule to create version.h from ChangeLog,
4303         * (rule dep): added dependency version.h,
4304         * src/version.awk: AWK script to create version.h
4305         * src/SDCCdwarf2.c (dwWriteModule),
4306         * src/SDCCglue.c (initialComments),
4307         * src/SDCCmain.c (printVersionInfo): modified to write after
4308         version string the version extension number,
4309         * src/SDCCutil.c: included "version.h"
4310         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4311         number,
4312         * src/SDCCutil.h: added prototype for getBuildNumber
4313
4314         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4315         includeDirsSet, too,
4316         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4317         const char [] is found in function prototype...
4318
4319         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4320         moving to WREG with source is already in WREG,
4321         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4322         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4323         * (aopForSym): stack'ed symbols are partially supported, added
4324         if-clause to support symbols in FARSPACE,
4325         * (sameRegs): added test for AOP_ACC to see if registers are same,
4326         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4327         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4328         * (pic16_popRegFromString): will not allocate a new register if it
4329         doesn't find one by name, bug may have introduced...
4330         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4331         * (genIpush): revived to use pic16 port's stack,
4332         * (genAddrOf): added incomplete case for stack'ed operand,
4333         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4334         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4335         can handle multibyte operands,
4336         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4337         * (pic16initialComments): added message for MPLAB compatibility
4338         mode enabled,
4339         * src/pic16/main.h: prototype for pic16_mplab_comp,
4340         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4341         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4342         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4343         because of increased complexity of procedure,
4344         * (_process_pragma): stack pragma changed to format 'stack pos len',
4345         emit symbol '_stack_end' to conform with gplink,
4346         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4347         to search for register,
4348         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4349         PO_GPR_REGISTER,
4350         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4351         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4352         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4353         case for PO_GPR_REGISTER,
4354         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4355         dies, the new era is ahead !...
4356         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4357         pic16_dynInternalRegs,
4358         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4359         * (pic16_allocDirReg): minor optimizations and bug fixes,
4360         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4361
4362         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4363         load stack and frame pointer with address of 'stack_end' symbol
4364
4365 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4366
4367         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4368         without source code but only variable initializers
4369
4370 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4373         external are not declared as extern to reduce overhead while linking
4374
4375 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4376
4377         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4378
4379 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4380
4381         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4382           Yee Keat for the patch
4383         * src/SDCCast.c (decorateType): fixed bug #979599
4384         * src/ds390/gen.h: removed local fReturnSizeDS390
4385         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4386         * src/ds390/gen.c (genAnd, genOr, genXor),
4387         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4388
4389 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4390
4391         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4392         add relFilesSet to $3, manipulate $2 to handle linking of object
4393         files without source files in command line,
4394         * device/include/pic16 (all headers): added ID location macros,
4395         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4396         entries for ID location bytes,
4397         * (pic16_assignIdByteValue): NEW,
4398         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4399         added field dumpcalltree to pic16_options_t,
4400         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4401         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4402         emitting rFalseIfx label after check_carry label,
4403         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4404         pic16_emitDIRegs), NEW
4405         * (pic16glue): dump .calltree file when option --calltree found,
4406         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4407         * (_pic16_genAssemblerPreamble): emit ID locations after
4408         configuration registers,
4409         * (pic16_linkCmd): modifications of the link command,
4410         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4411         * (pic16_pCodeInitRegisters): don't init stack registers,
4412         * (pic16_findPrevInstruction): fixed bug,
4413         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4414         bug with immediate registers,
4415         * (buildCallTree): traces stack push and pop,
4416         * (pct2): dump also stack usage for each function,
4417         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4418         * (pic16_allocDirReg): various modifications,
4419         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4420         fixed to 1,
4421
4422 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4423
4424         * src/pic16/pcode.c: removed buggy double colon
4425
4426 2004-07-01 Borut Razem <borut.razem AT siol.net>
4427
4428         * support/scripts/sdcc.nsi: added include/pic16 to setup
4429
4430 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4431
4432         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4433         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4434         target 'clean',
4435         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4436         specific command line arguments. Also added sample lkr script
4437         for placing a variable at a specific memory bank.
4438         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4439         at a specific memory bank,
4440         * (pic16_dump_isection): fixed bug which caused string literals to
4441         be omitted when dumping idata section,
4442         * (pic16_groupRegistersInSection): added code to handle registers
4443         in specific memory banks,
4444         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4445         public, all references are renamed too,
4446         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4447         AOP_DPTR2,
4448         * (pic16_storeForReturn): added case to handle when dest is WREG,
4449         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4450         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4451         pic16_rel_udata, check to see if that register is marked as being
4452         a member of a specific memory bank,
4453         * (pic16_printIvalCharPtr): added code to add string literals either
4454         to code or the idata sections,
4455         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4456         also accept the 'udata' pragma,
4457         * src/pic16/main.h: new structure types sectName and sectSym
4458         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4459         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4460         * (pic16_findPrevInstruction): fixed, it returned nothing,
4461         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4462         instruction combinations,
4463         * (pic16_FixRegisterBanking): heavily reorganised,
4464         * (pic16_AnalyzeBanking): if generating banksel directives is
4465         disabled, then don't call FixRegisterBanking at all,
4466         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4467         completely removed,
4468         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4469
4470 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4471
4472         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4473         Phuah Yee Keat <yk.phuah AT nestac.com>
4474
4475 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4478         correctly the IVT even if it is relocated to some other location
4479
4480 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4481
4482         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4483         * device/include/pic16/pic18f2220.h: NEW,
4484         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4485         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4486         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4487         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4488         nodefaultlibs, ivt_loc is the location of the interrupt vector
4489         table, and nodefaultlibs signs that default libraries should not be
4490         linked in link stage,
4491         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4492         according to --ivt-loc argument,
4493         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4494         when pragma stack is found,
4495
4496 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4497
4498         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4499         256 (range check), 257 (do while), 258.a-f (bit banging
4500         f.e. on 3-wire SPI bus)
4501
4502 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4503
4504         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4505         variables used exclusively within a loop
4506
4507 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4508
4509         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4510
4511 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4512
4513         * src/SDCClrange.c (computeClash): fixed bug #971834
4514
4515 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4516
4517         * src/mcs51/gen.c (genCmp): fixed bug #975903
4518         * src/hc08/gen.c (operandsEqu),
4519         * src/ds390/gen.c (operandsEqu),
4520         * src/z80/gen.c (operandsEqu),
4521         * src/pic/gen.c (operandsEqu),
4522         * src/pic16/gen.c (operandsEqu),
4523         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4524         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4525
4526 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4529
4530 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4531
4532         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4533         default case in switch statement,
4534         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4535         to eliminate problem with initialisation of pointers, but problem
4536         still exists,
4537         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4538         * (emitStaticSegment): removed various lines emitting debug info,
4539         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4540         added processor registers for utilizing EEPROM,
4541         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4542         configurable and set 8
4543
4544 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4545
4546         * .version: increased version number to 2.4.2,
4547
4548         Cumulative patch for pic16 port
4549         * src/pic16/device.c: changed scheme to dump initial values for
4550         variables in idata segment, all print_idata* functions were removed,
4551         now the pic16_printIval* will be called,
4552         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4553         * _pic16_printPointerType, pic16_printPointerType,
4554         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4555         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4556         NEW, similar to the respective functions in SDCCglue.c,
4557         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4558         way, emitting hex bytes,
4559         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4560
4561 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4562
4563         * src/avr/ralloc.c (serialRegAssign),
4564         * src/xa51/ralloc.c (serialRegAssign),
4565         * src/pic/ralloc.c (serialRegAssign),
4566         * src/pic16/ralloc.c (serialRegAssign),
4567         * src/hc08/ralloc.c (serialRegAssign),
4568         * src/z80/ralloc.c (serialRegAssign),
4569         * src/ds390/ralloc.c (serialRegAssign),
4570         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4571
4572 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4575         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4576
4577 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4578
4579         Cumulative patch for pic16 port:
4580         * src/pic16/device.h (typedef PIC16_device) modified fields for
4581         defining microcontrollers,
4582         * src/pic16/device.c: added new info for all devices in Pics16 array,
4583         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4584         to be optimised out by the pCode optimiser,
4585         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4586         specially, bug reported by G.M. Gallant,
4587         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4588         as force'd so that cannot be optimised out by pCode optimiser,
4589         * src/pic16/pcode.c,
4590         * src/pic16/pcodepeeph.c,
4591         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4592         they are disabled by default, but can be enabled explicit with
4593         command argument --denable-peeps, for testing,
4594         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4595         --pomit-ivt in COMPILE_FLAGS
4596
4597 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4598
4599         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4600           compilation on MSVC
4601
4602 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4603
4604         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4605
4606 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4607
4608         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4609         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4610
4611 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4612
4613         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4614         would only assign 0x300001 register.
4615
4616 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4617
4618         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4619         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4620
4621 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4622
4623         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4624         for ds80c400
4625         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4626         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4627         added peephole 254 (left shift), 255 (jump table)
4628
4629 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4630
4631         * device/lib/Makefile.in: removed comment line with model-pic16,
4632         * (target port-specific-objects-pic16): the libraries and objects
4633         are copied to the build directory form the device/lib/pic16/bin
4634         directory
4635
4636         Cumulative patch concerning pic16 port:
4637         * library directory has been re-organized,
4638         * added support for PIC18F1220,
4639         * added headers and library sources for chips 18f1220,18f6520,
4640         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4641
4642         * configuration registers setting has changed, now each supported
4643         device has a complete description of the registers it uses,
4644         * all initialisations are moved to idata sections, these section
4645         can be absolute or relocatable,
4646         * fixed initialisation of codespace variables,
4647         * fixed warning about PCLATU and gpsim,
4648         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4649         * (genAssign): use table reads when assigning from variables in codespace,
4650         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4651         char/int variables placed in codespace,
4652         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4653         registers set in .asm file, no need for --pomit-config-words anymore,
4654         * (pic16glue): some 8051 legacy segments are commented out
4655         (to be removed completely),
4656         * added support for alternative assembler and linker with --asm=
4657         and --link= command line arguments,
4658         * peepholes are disabled automatically in the port, no need to
4659         specify on command line,
4660         * port supports natively char/int/long multiplication, but converts
4661         all divisions to support functions,
4662         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4663         to the file set in variable $2,
4664         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4665         strings in ASCII format and not in hex,
4666         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4667         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4668         allocate proper register if iCodes aren't temporary,
4669
4670 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4671
4672         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4673
4674 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4675
4676         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4677         is commented out
4678
4679 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4680
4681         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4682         computed address is reused
4683         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4684         multi-byte bitfields
4685
4686 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4687
4688         * src/z80/gen.c: (genArrayInit): must check for pointers too
4689
4690 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4691
4692         * support/regression/tests/zeropad.c: never meant to commit the
4693           nestedstruct test: removed, added check for GCC version
4694
4695 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4696
4697         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4698         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4699         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4700           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4701           bugs 928906 and 954082 half-empty initializers
4702         * src/SDCCsymt.h,
4703         * src/SDCCsymt.c (getAllocSize): added for above fix
4704         * src/z80/gen.c (genArrayInit): fixed bug 741044
4705         * support/regression/tests/zeropad.c: added tests
4706
4707 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4708
4709         * src/pic16/device.c (pic16_dump_section): corrected bug which
4710         caused some symbols of the libraries to be misplaced
4711
4712 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4713
4714         * src/pic16/glue.c,
4715         * src/pic16/ralloc.h,
4716         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4717         to fix conflict with pic port
4718
4719 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4720
4721         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4722         externs configuration variables,
4723         * src/pic16/ralloc.h,
4724         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4725         prototype in header, commented out some debug messages
4726
4727 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4728
4729         * src/pic16/glue.c,
4730         * src/pic16/main.c,
4731         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4732         for gpasm COFF object generation. Thanks to D. Hawkins for
4733         his patch info
4734
4735 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4736
4737         * src/ds390/main.c,
4738         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4739         Brock for spotting this)
4740         * src/ds390/gen.c (genEndFunction),
4741         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4742         interrupt handler and critical. Disable push/pop optimizations when
4743         peephole optimizations disabled.
4744
4745 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4746
4747         Updated pic16 library sources and headers.
4748         * device/lib/pic16/pic18f*/ ,
4749         * device/include/pic16/*.h: modified to handle structured SFR
4750         definitions
4751
4752 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4753
4754         * src/port.h (PORT structure): added hook initPaths, now each
4755         port can declare its own default search paths,
4756         which can been seen with the --print-search-dirs option,
4757         see pic16 port for example,
4758         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4759         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4760         * (doPrintSearchDirs): NEW, replaces in a central manner the
4761         printing of search dirs which was split in set*Paths functions,
4762         * (main): added call to port->initPaths and doPrintSearchDirs,
4763         * src/avr/main.c,
4764         * src/ds390/main.c,
4765         * src/hc08/main.c,
4766         * src/izt/i186.c,
4767         * src/izt/tlcs900h.c,
4768         * src/mcs51/main.c,
4769         * src/pic/main.c,
4770         * src/pic16/main.c: modified port structures to reflect addition of
4771         initPaths hook,
4772
4773         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4774         * (pic16_dump_section): for registers in same address reserve memory once,
4775         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4776         to no_banksel,
4777         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4778         result is greater in size than right or left,
4779         * (pic16_genUMult8X8_8): there are some cases where the result can
4780         be 16 bits size, so handle these,
4781         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4782         * (pic16_outBitC): modified to emit pcodes,
4783         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4784         or not,
4785         * (genDivOneByte): implemented algorithm to divide 8-bits,
4786         * (genCmp): uncommented goto, but issues still exist,
4787         * (genAnd): fixed a bug with variables >8bits,
4788         * (genPackBits): optimization added that uses BCF/BSF to change a
4789         single bit,
4790         * (genAssign): fixed bug when assigning floating point literals,
4791         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4792         __sdcc_gsinit_startup label,
4793         * src/pic16/main.c (_pic16_init): removed search directory
4794         initialisations,
4795         * (_pic16_initPaths): NEW, used to initialise search directories,
4796         * (_hasNativeMulFor): support functions for all except char/int
4797         multiplication, and char division,
4798         * (PIC16_port struct): modified entry for native mul support,
4799         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4800         no_banksel option,
4801         * (buildCallTree): call to register_usage is ifdef'ed out,
4802
4803 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4804
4805         * device/include/string.h: applied Stas Sergeev's patch to make this
4806         header file compatible with the preprocessor -Wundef option
4807         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4808         failure (fixes bug #941458)
4809
4810 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4811
4812         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4813         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4814         that the variable, not the function, should be static
4815         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4816         to be consistent with non-literal case
4817
4818 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/SDCCast.c (isConformingBody): fixed bug #949967
4821         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4822         convilong): fixed bug #952086
4823
4824 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * src/SDCCmem.c (allocVariables): fixed bug #955321
4827
4828 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4829
4830         * src/hc08/main.c (_hc08_genAssemblerEnd),
4831         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4832         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4833         completely eliminated the use of a temporary file
4834         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4835         when more than one file linked
4836         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4837
4838 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4839
4840         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4841         which fixes bug #543481
4842         * support/regression/tests/bug-751703.c: fixed comments left from a
4843         cut and paste error
4844         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4845         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4846         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4847         scopes
4848         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4849         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4850         are now changed to underscores in moduleName
4851
4852 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4853
4854         * as/mcs51/lkmem.c: better fix for bug #954173
4855
4856 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4857         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4858
4859         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4860         * device/include/c8051f000.h,
4861         * device/include/c8051f120.h,
4862         * device/include/c8051f300.h,
4863         * device/include/c8051f310.h,
4864         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4865         PWM16) and detab'ed
4866
4867 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4868
4869         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4870         and mailing lists, doc'ed --no-peep-comments, removed reference
4871         to knoppix (newest version has no LyX/LaTeX), other minor changes
4872         * src/SDCCglue.c (glue): save 2 bytes stack space with
4873         option --main-return. The ljmp could probably be avoided too
4874
4875 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4876
4877         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4878
4879 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4880
4881         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4882         * src/SDCCopt.c (isLocalWithoutDef),
4883         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4884         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4885         (credit to Maarten Brock for patch #949363, on which this is based)
4886         * support/regression/tests/bug-751703.c: some test cases of extern used
4887         within inner scopes.
4888
4889 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4892         SPEC_STRUCT
4893         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4894         struct definitions
4895         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4896         dwWriteLabel): fix to create valid debugger symbols even when
4897         the module name has non-alphanumeric symbols in it
4898         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4899         when a variable's allocation has been optimized away
4900
4901
4902 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4903
4904         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4905         * src/hc08/main.c,
4906         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4907         * src/mcs51/main.c,
4908         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4909         * src/ds390/main.c,
4910         * src/z80/gen.c (z80_emitDebuggerSymbol),
4911         * src/z80/main.c,
4912         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4913         * src/pic/main.c,
4914         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4915         * src/pic16/main.c,
4916         * src/avr/gen.c (avr_emitDebuggerSymbol),
4917         * src/avr/main.c,
4918         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4919         * src/xa51/main.c,
4920         * src/SDCCdebug.c (emitDebuggerSymbol),
4921         * src/SDCCdebug.h,
4922         * src/port.h: added a debugger struct to the port struct. Added a
4923         callback for defining debugger symbols
4924
4925         * src/SDCCast.c (createLabel),
4926         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4927         with isitmp = 1
4928         * src/SDCCicode.h,
4929         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4930         iCode back to the ast for the function
4931
4932         * src/hc08/ralloc.c (hc08_assignRegisters),
4933         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4934         unneeded fields from the regs struct.
4935         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4936         pushReg() & pullReg() functions instead of emitcode()
4937
4938         * src/hc08/gen.c (genLabel, genhc08Code),
4939         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4940
4941         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4942         debugger hooks
4943
4944         * src/hc08/gen.c (genEndFunction, genhc08Code),
4945         * src/hc08/gen.h,
4946         * src/mcs51/gen.c (genEndFunction, gen51Code),
4947         * src/mcs51/gen.h,
4948         * src/ds390/gen.c (genEndFunction, gen390Code),
4949         * src/ds390/gen.h,
4950         * src/z80/gen.c (genEndFunction, genZ80Code),
4951         * src/z80/gen.h,
4952         * src/z80/z80.h,
4953         * src/pic/gen.c (genEndFunction, genpic14Code),
4954         * src/pic/gen.h,
4955         * src/pic16/gen.c (genEndFunction, genpic16Code),
4956         * src/pic16/gen.h,
4957         * src/avr/gen.c (genEndFunction, genAVRCode),
4958         * src/avr/gen.h,
4959         * src/xa51/gen.c (genEndFunction, genXA51Code),
4960         * src/xa51/gen.h,
4961         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4962         specific code to cdbFile.c and out of the backend code generators
4963
4964         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4965         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4966         starting address is now 0
4967
4968         * as/hc08/asm.h,
4969         * as/hc08/m08pst.c,
4970         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4971         assembler directive for DWARF support
4972         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4973
4974         * src/src.dsp,
4975         * src/Makefile.in,
4976         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4977
4978 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4979
4980         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4981         and inappropriate peephole optimization in jump tables
4982
4983 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4984
4985         * as/hc08/m08pst.c,
4986         * src/SDCCglue.c: sdccopt works for the hc08 port now
4987
4988 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4989
4990         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4991
4992 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4993
4994         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4995
4996 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4997
4998         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4999         rules
5000         * src/SDCCmain.c,
5001         * src/SDCCglobl.h,
5002         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5003         comments from the peephole optimizer replacement rules
5004         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5005         symbols
5006         * src/SDCCcse.c (updateSpillLocation),
5007         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5008         equivalents
5009         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5010         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5011         objects far pointers
5012
5013 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5014
5015         * src/SDCCsymt.h: a missing part of my last change
5016         * src/pic/ralloc.c (regTypeNum),
5017         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5018
5019 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/SDCCicode.h,
5022         * src/SDCCicode.c (aggrToPtrDclType),
5023         * src/SDCCptropt.h,
5024         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5025         ptrPseudoSymConvert),
5026         * src/pic/ralloc.c (regTypeNum),
5027         * src/pic16/ralloc.c (regTypeNum),
5028         * src/hc08/ralloc.c (regTypeNum),
5029         * src/ds390/ralloc.c (regTypeNum),
5030         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5031         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5032
5033 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5034
5035         * link/z80/lkmain.c (afile),
5036         * as/hc08/lkmain.c (afile),
5037         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5038         prevent a pointer problem when a filename has no directory and
5039         no extension specified.
5040
5041 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5042
5043         * link/z80/lkmain.c (afile): allow periods in directory names
5044         * link/z80/lkmain.c (afile),
5045         * as/mcs51/lkmain.c (afile),
5046         * as/hc08/lkmain.c (afile): allow linker script file to have an
5047         extension other than ".lnk"
5048         * link/z80/lklex.c (getfid),
5049         * link/z80/lkmain.c (parse),
5050         * as/mcs51/lklex.c (getfid),
5051         * as/mcs51/lkmain.c (parse),
5052         * as/hc08/lklex.c (getfid),
5053         * as/hc08/lkmain.c (parse): Support comments in the linker script
5054         file on lines by themselves and after filenames
5055
5056 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5057
5058         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5059
5060 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5061
5062         * src/z80/peeph-z80.def: removed some peephole rules that don't
5063         work with multibyte arithmetic (fixed bug #937126)
5064         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5065         to registers and not global variables
5066         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5067         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5068         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5069         checking for assignments not internally generated (fixed bug #931895)
5070         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5071         structure member (fixed bug #930072)
5072
5073 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5074
5075         * src/SDCCmain.c (linkEdit),
5076         * src/hc08/main.c (_hc08_parseOptions),
5077         * as/hc08/Makefile.in,
5078         * as/hc08/aslink.h,
5079         * as/hc08/asm.h,
5080         * as/hc08/m08pst.c,
5081         * as/hc08/lkrloc.c (relr, rele),
5082         * as/hc08/lkarea.c (lnkarea)
5083         * as/hc08/lkmain.c (afile, parse),
5084         * as/hc08/lkelf.c: support for ELF output
5085         * as/hc08/lks19.c (s19),
5086         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5087
5088 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5089
5090         * as/mcs51/lkihx.c: Fixed bug #899105.
5091
5092 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5093
5094         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5095         .dsp files from Unix to DOS.
5096
5097 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5100         function pointers; we have been compliant for several months now.
5101         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5102         change that was accidently commented out
5103         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5104         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5105         bug #922319
5106
5107 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5108
5109         * src/hc08/gen.c: output of all of the internal debugging information
5110         is now controlled by the D() macro; it is disabled by default
5111
5112 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5113
5114         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5115         harder to keep the same registers during a CAST iCode
5116         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5117         long via int can be done in a single cast, if the signedness is
5118         correct.
5119         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5120         putchar() in tinibios.c in ds390's library
5121
5122 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5123
5124         * src/SDCCast.c (decorateType): fixed bug #898889,
5125         cast result of a literal complement too
5126         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5127         fixed check for bitfields
5128
5129 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5130
5131         * src/SDCCicode.c (geniCodeLogic): made it static,
5132         (geniCodeLogicAndOr): added in order to fix bug #905492,
5133         (ast2iCode): fixed bug #905492
5134         * support/regression/tests/bug-905492.c: added
5135         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5136         (processParms): fixed bug #927659: don't copy parms, this will clear
5137         decorated flag
5138         * support/regression/tests/bug-927659.c: added
5139
5140 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5141
5142         * src/SDCCast.c (addCast): don't cast float to char
5143         * device/lib/libsdcc.lib: added _memmove
5144
5145 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         * device/lib/large/Makefile: fixed parallel execution by
5148         replacing `make` by `$(MAKE)`
5149
5150 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5151
5152         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5153         offsets (fixes bug #923936)
5154
5155 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5156
5157         * device/lib/small/Makefile: fixed parallel execution by
5158         replacing `make` by `$(MAKE)`
5159
5160 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5161
5162         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5163
5164 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5165
5166         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5167         * src/regression/Makefile: Regression test was not running.
5168
5169 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5172         complement if possible
5173         * src/SDCCval.c (valComplement),
5174         * src/SDCCicode.c (operandOperation): fixed complement of literal
5175         * support/regression/tests/onebyte.c (testComplement): added
5176
5177 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5178
5179         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5180         return an optimized tree; actually replace actParm with the new tree
5181         * src/SDCCast.h: added some parantheses to remove side effects
5182         * support/regression/tests/bug-920866.c
5183
5184 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5185         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5186         Bit operands were not being handled properly in the pic14 port.
5187         (now src/regression/add.c passes again).
5188
5189 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/SDCC.y (labeled_statement): case and default no longer require
5192         a following statement (RFE #893037)
5193
5194 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5197         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5198         disabled (fixes bug #916294)
5199         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5200         "mov a,acc"; patch provided by Lenny Story
5201         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5202
5203 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5204
5205         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5206         functions
5207         * src/ds390/gen.c (genFunction, genEndFunction),
5208         * src/ds390/ralloc.c (ds390_assignRegisters),
5209         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5210         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5211         pushed if there are parameters passed on the stack. Also, a cleaner
5212         way to decide if r0/r1 should be pushed/popped. (Together they fix
5213         bug #918693)
5214
5215 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5216
5217         * doc/sdccman.lyx,
5218         * device/lib/mcs51/crtpagesfr.asm,
5219         * device/lib/mcs51/crtxinit.asm,
5220         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5221         to avoid confusion with Si Lab's SFRPAGE register.
5222
5223 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5224
5225         * src/SDCCglue.c (emitMaps): allow public sfr variables
5226         * src/SDCCglue.c (initialComments): include compiler build date
5227         with compiler version and put the timestamp of the generated
5228         assembly file on a serperate line to be less confusing.
5229         * src/port.h: added genInitStartup hook
5230         * src/avr/main.c,
5231         * src/ds390/main.c,
5232         * src/hc08/main.c,
5233         * src/pic/main.c,
5234         * src/pic16/main.c,
5235         * src/xa51/main.c,
5236         * src/z80/main.c: genInitStartup initialize as NULL (default to
5237         historical behaviour)
5238         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5239         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5240         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5241         library instead of hard coding it into the compiler.
5242         * support/regression/ports/mcs51-stack-auto/spec.mk,
5243         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5244         * device/lib/mcs51/Makefile,
5245         * device/lib/small/Makefile,
5246         * device/lib/large/Makefile,
5247         * device/lib/mcs51/crtpagesfr.asm,
5248         * device/lib/mcs51/crtstart.asm,
5249         * device/lib/mcs51/crtxclear.asm,
5250         * device/lib/mcs51/crtxinit.asm,
5251         * device/lib/mcs51/crtclear.asm,
5252         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5253         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5254         and into user configurable files.
5255         * device/lib/clean.mk: clean mcs51 directory too
5256         * support/regression/tests/longlit.c: added static to T1 declaration
5257         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5258         accesses in the initialization code
5259
5260 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5263         OSCTRIMVAL as noted in bug #916008
5264
5265 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5266
5267         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5268         in loops with multiple exits (reported as incorrect registers
5269         used by Martin Helmling in Sdcc-user list)
5270
5271 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5272
5273         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5274         made ds390 register extensions look less like error messages
5275
5276 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5279         reported by Adam Wozniak in Sdcc-user list
5280
5281 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5282
5283         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5284         arithmetic optimizations, added debug output
5285
5286 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5287
5288         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5289         * sdcc.spec: updated and split sdcc into 3 rpms
5290         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5291         needed for literals of LEFT_OP and '+'
5292         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5293         introduced RESULT_TYPE_NOPROM
5294         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5295         left shift
5296         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5297         limited promotion to int only for '*'
5298         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5299
5300 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5301
5302         * src/pic16/gen.c (genSkip),
5303         (genc16bit2lit), (gencjneshort): commented out
5304         (is_LitOp): new helper function, checks operand type
5305         (genCmpEq): rewritten
5306
5307 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5308
5309         * support/regression/tests/bug-908454.c: added
5310
5311 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5312
5313         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5314         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5315         (geniCodeCast): cosmetic, don't preserve bit storage class
5316         (geniCodeLeftShift): added promotion
5317         (geniCodeLogic): fixed regression
5318         * src/SDCCsymt.c (computeTypeOr): accept bits too
5319         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5320
5321 2004-03-07  Borut Razem <borut.razem AT siol.net>
5322
5323         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5324
5325 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5326
5327         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5328         version of pic16_genPackRegisters which does not check if ic is a
5329         CAST operator,
5330         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5331         function cause string1.c regression test fails
5332
5333 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5334
5335         * sim/ucsim/configure.in,
5336         * sim/ucsim/configure,
5337         * sim/ucsim/doc/Makefile.in: use docdir
5338         * src/SDCC.y: fixed sbit atrributes
5339         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5340         * src/SDCCast.c (decorateType): |^& need special promotion handling
5341         * src/SDCCast.h,
5342         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5343         * src/SDCCsymt.h (computeType),
5344         * src/SDCCicode.c: computeType() needs op
5345         * src/SDCCsymt.c (checkTypeSanity),
5346         * doc/sddman.lyx: "plain" bitfields are unsigned
5347         * src/SDCCsymt.c (computeTypeOr): added
5348         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5349         |^& ops
5350         * src/SDCCval.c (val*): computeType() needs op
5351         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5352         * support/regression/tests/onebyte.c: added tests for |^&
5353
5354 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5355
5356         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5357         for writing icode into asm output.
5358
5359 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5360
5361         * src/pic16/device.c: added some debug lines enabled
5362         with macro DEBUG_CHECK,
5363         * src/pic16/genarith.c: more debug in genPlus,
5364         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5365         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5366         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5367         * (aopForSym): onStack symbols are re-placed in data memspace,
5368         and onStack flag is cleared,
5369         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5370         copy temporary pcodeop,
5371         * (genPcall): added warning for not updating PCLATU,
5372         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5373         always true for pic16 port,
5374         * (genMultOneWord): NEW, supports integer multiplication,
5375         * (genMult): modified to call genMultOneWord,
5376         * (ifxForOp): added warning when return NULL,
5377         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5378         flag is set before call to operandFromSymbol for implicit
5379         added structures,
5380         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5381         options.intlong_rent are set by default,
5382         * (_hasNativeMulFor): modified to allow port generation of integer
5383         multiplication,
5384         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5385         set regtype to REG_SFR for all registers, restricting seting the
5386         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5387
5388 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5389
5390         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5391         more than 500 times in the regression tests
5392
5393 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5394
5395         * support/Util/SDCCerr.h,
5396         * support/Util/SDCCerr.c,
5397         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5398         enumerator_list),
5399         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5400         for symbol conflicts.
5401         * support/valdiags/tests/enum.c,
5402         * support/valdiags/tests/tentdecl.c,
5403         * support/valdiags/tests/struct.c: expect possible error messages
5404         referring to original symbol definitions.
5405         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5406         * src/SDCCsymt.h,
5407         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5408
5409 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5410
5411         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5412
5413 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5414
5415         * src/pic16/ralloc.c (newReg): fixed bug #908929
5416
5417 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * src/ds390/gen.c: added missing #include "main.h"
5420
5421 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5422
5423         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5424         checking if symbol is already in set,
5425         * src/pic16/device.h: prototype for checkAddSym,
5426         * src/pic16/gen.c: (_G): added entry interruptvector,
5427         * (assignResultValue): removed some commented out lines,
5428         * (genFunction): check for ISR via sym->type, absolute section for
5429         interrupt code is created via a new pBlock, the goto instruction is
5430         placed now correctly at the interrupt vector position, changed all
5431         references from ivec to _G.interruptvector,
5432         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5433         is the interrupt is a high priority one, same for return from ISR,
5434         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5435         externs to calls of checkAddSym,
5436         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5437         pic16_pcode_verbose flag is set,
5438         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5439         * src/pic16/pcoderegs.c: message about how many registers are saved
5440         will only be emitted if pic16_pcode_verbose flag is set,
5441
5442 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/ds390/ralloc.h,
5445         * src/ds390/ralloc.c (ds390_regWithIdx),
5446         * src/ds390/gen.c (emitcode),
5447         * src/ds390/main.h,
5448         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5449         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5450         ds390operandCompare, getRegsRead, getRegsWritten,
5451         initializeAsmLineNode): customized instruction size calculation for
5452         ds390, started basis for some register optimizations
5453         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5454         corresponding assembly output
5455         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5456         missing push/pop of r0/r1. Optimized push/pops
5457
5458 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/mcs51/main.c (instructionSize): fixed ACALL size
5461         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5462
5463 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5464
5465         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5466         the sorting of rlist with NULL elements
5467         * (print_idataType, print_idata): NEW to create idata sections
5468         * src/pic16/device.h: idataSymSet new variable
5469         * src/pic16/gen.c (genFunction): fixed some bugs in string
5470         comparing, improved the absolute section creation for ISRs,
5471         added FSR0L/FSR0H in registers that are saved in an ISR,
5472         * (genInline): fixed the processing of inline snippets,
5473         now they undergo no process by the peephole optimizer
5474         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5475         are placed in idataSymSet,
5476         * (pic16emitStaticSeg): extern symbols are added in externs,
5477         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5478         switching when aboslute variables are placed in access bank memory
5479         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5480         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5481         commented out with #if,
5482         * (pic16_packRegisters): reintroduce the check for CAST because some
5483         symbols are not correctly handled,
5484         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5485         pCodeInstruction instead of pCode,
5486         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5487         pCodeAsmDir definition,
5488         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5489         directive, then the argument directive is emitted without the leading
5490         tab, hack for inline labels which must be in the first column,
5491         * (compareLabel,pic16_findNextInstruction),
5492         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5493         * (insertBankSwitch): modified for the new pCodeAsmDir,
5494
5495 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5496         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5497
5498         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5499         instance,
5500         * (pushSide): commented out with #if,
5501         * (assignResultValue): fixed some typos in saving
5502         registers,
5503         * (genPcall): FIXED and sync'ed with genCall,
5504         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5505         * (genNearPointerGet): fixed to handle some more cases,
5506         implementation scheme via table reads,
5507         * (genConstPointerGet): modified to access code memory correct,
5508         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5509         and improved to handle some cases
5510         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5511         instead of "RETLW" for init data
5512         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5513         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5514         variables are placed in access bank memory (<0x80 and >=0xf80),
5515         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5516         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5517         TBLWT_POSTDEC,TBLWT_PREINC
5518         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5519         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5520         directives
5521         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5522         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5523         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5524         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5525
5526 2004-02-29  Borut Razem <borut.razem AT siol.net>
5527
5528         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5529         support/Util/findme.h, support/Util/system.h: enhance binary relative
5530         search for lib and include by using findProgramPath()
5531
5532 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5533
5534         * src/SDCCpeeph.h,
5535         * src/SDCCpeeph.c (pcDistance),
5536         * src/port.h,
5537         * src/mcs51/ralloc.h,
5538         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5539         * src/mcs51/main.h,
5540         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5541         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5542         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5543         size calculation port specific, started basis for some register
5544         optimizations
5545         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5546         missing push/pop of r0/r1. Optimized push/pops
5547         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5548         * device/lib/_modsint.c (_modsint),
5549         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5550         and stack version so regression tests pass
5551
5552 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5553
5554         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5555         * src/SDCCast.c (decorateType): catch another small optimization
5556         with '?' operator
5557         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5558         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5559         modified to finally use computeType() all over SDCC,
5560         see Feature Request #877103
5561         * src/SDCCval.h: cosmetic
5562         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5563         valCompare(); regression tested in muldiv.c
5564         * support/regression/tests/muldiv.c (testMod): mod sign follows
5565         dividend only
5566
5567 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5568
5569         * src/SDCCast.c (decorateType): fixed bug #902362
5570         * doc/INSTALL.txt: fixed install instructions for win32
5571
5572 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5573
5574         * device/include/Makefile.in (install): fixed by replacing spaces
5575         by tabs
5576         * doc/README.txt,
5577         * doc/INSTALL.txt: updated for release
5578         * doc/sdccman.lyx: added warning for --xstack being buggy
5579
5580 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5581
5582         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5583         to eliminate build warnings.
5584         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5585
5586 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5587            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5588
5589         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5590         removed -penable-stack, added comment for stack pragma, added
5591         warning for not initializing the stack/frame registers, removed
5592         comment at interrupts section
5593
5594         Stack is made permanent, there is no ability to disable stack usage.
5595         * src/pic16/device.h,
5596         * src/pic16/device.c: removed all references to USE_STACK macro,
5597         * src/pic16/device.c (pic16_dump_section): when no elements in
5598         rlist, free rlist before return,
5599         * (pic16_dump_int_registers): NEW, internal registers are a new set
5600         of general purpose registers reused by each function,
5601         * (checkAddReg): returns 1 if registers is added to set,
5602         * (pic16_groupRegistersInSection): when a registers is of type
5603         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5604         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5605         SRCASECMP macro is moved here from device.c
5606         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5607         PO_PCLATU, PO_PRODL, PO_PRODH,
5608         * (pic16_pCodeOpType, genMinus,
5609         changed compares to "a" register, with AOP_ACC,
5610         * (pic16_genPlus): fixed some bugs and indented properly,
5611         * (pic16_addSign): changed size to size+offset in the MOVWF
5612         instruction,
5613         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5614         multiply 8-bit operand by literal, result is 8-bit,
5615         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5616         multiply 2 8-bit operand, result is 8-bit,
5617         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5618         genUMult8X*_16,
5619         * src/pic16/gen.c: changed accUse to contain WREG only,
5620         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5621         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5622         true, do not use immediate addressing any more unless sym is a
5623         pointer in codespace,
5624         * (aopForRemat): do not use immediate addressing when symbol not in
5625         codespace and when symbol's address is requested,
5626         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5627         accUse size (= 1),
5628         * (aopGet): added case for AOP_ACC and don't return "accumulator
5629         bug" but WREG instead,
5630         * (popGetTempReg): pushes contents of temporary register in stack,
5631         * (popReleaseTempReg): pops contents of temporary register from
5632         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5633         * (pic16_popGet): separated case AOP_ACC to return register WREG
5634         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5635         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5636         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5637         the use of immediate pointers to certain cases only.
5638
5639         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5640         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5641         * (assignResultValue, genCall, genRet): modified to use the new
5642         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5643         genPcall is still broken,
5644         * (genFunction): added code to create 'A' type pBlocks when
5645         interrupt functions are generated, code not extensively tested yet,
5646         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5647         * (genEndFunction): modified so ISRs pop stored registers from stack,
5648         * (genMultOneByte): cleanup,
5649         * (AccRsh): added flag andmask, to and result with appropriate mask,
5650         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5651         * (genDataPointerGet): fixed and reenabled its use,
5652         * (genNearDataPointerGet): bugs fixed,
5653         * (genDataPointerSet): bugs fixed,
5654         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5655         pic16_DumpSymbol, pic16_DumpOp,
5656         * src/pic16/genutils.h: function prototypes for the above functions,
5657         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5658         pointers,
5659         * (pic16emitRegularMap): many many many improvements, but needs a
5660         major cleanup,
5661         * src/pic16/main.c: enable_stack in pic16_options is removed,
5662         * (_pic16_parseOptions): removed command line options -penable-stack,
5663         * (_process_pragma): emit stack symbol only when stack pragma is
5664         processed,
5665         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5666         redirected to FSR0L/FSR0H pair,
5667         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5668         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5669         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5670         for immediates,
5671         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5672         * (dumpPicOptype): NEW,
5673         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5674         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5675         with movff instruction,
5676         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5677         added pic16_int_regs, some packRegsFor* functions are commented out,
5678         because produce errors,
5679         * src/pic16/NOTES: minor modifications
5680
5681 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5682
5683         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5684         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5685         --pack-iram.
5686         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5687         * as/mcs51/lkaomf51.c: fixed bug #895763
5688
5689 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5690
5691         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5692
5693 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5694
5695         * doc/sdccman.lyx: added details about the HC08 storage classes and
5696         interrupts, fixed the register usage info for z80 & gbz80
5697
5698 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5699
5700         * doc/sdccman.lyx: added more pic16 port documentation
5701         * device/include/pic16/: added header pic18fregs.h
5702
5703 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5704
5705         * doc/sdccman.lyx: added Vangelis' contribution
5706
5707 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5710         extend to the next CALL or PCALL, not just to the next CALL.
5711
5712 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5713
5714         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5715
5716 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5719         bug #895752 and a better fix for bug #716790
5720
5721 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5722
5723         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5724
5725 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5726
5727         * doc/sdccman.lyx: minor changes, minor changed
5728
5729 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5730
5731         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5732         which can't handle SDCC_NEWONEBYTEOPS,
5733         (geniCodeMultiply): removed conversion from mult to shift for pic14
5734         and pic16
5735
5736 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * src/hc08/gen.h,
5739         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5740         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5741         thus fixing bug #895406
5742
5743 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5744
5745         * device/lib/_modsint.c,
5746         * device/lib/_modslong.c: sign follows divisor only
5747         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5748         signs or signedness can be ignored
5749         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5750         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5751         added optimization for IFX,
5752         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5753         arguments;
5754         reenabled optimization for IFX, which was removed on 2004-01-11
5755         * src/SDCCast.h: added return type IFX
5756         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5757         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5758         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5759         SDCC_OLDONEBYTEOPS selects the old behaviour
5760         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5761         changed again and commented promotion rule
5762         * src/SDCCval.c (valDiv): promotion no longer necessary
5763         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5764         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5765         rewritten
5766         * support/regression/tests/onebyte.c: added
5767
5768 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5769
5770         * gen.c (genInline): reverted to old code for assemnling inline
5771         code because of bug reported James Chadd
5772
5773 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5774
5775         * ralloc.h: missing declarations from previous patch,
5776         seems that patch for ralloc.h was never applied, fixed
5777
5778 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5779            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5780
5781         * pcode.c,
5782         * pcode.h,
5783         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5784         indirect addressing. Marked FSR0 as deprecated
5785         * gen.c (pointerCode): commented out, not needed now
5786         (pic16_popGet2p): new MOVFF helper function
5787         (genGenPointerGet),
5788         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5789         (shiftRLong): removed duplicate debugging info
5790
5791 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5792
5793         * src/ds390/gen.c (genNearPointerGet),
5794         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5795         optimization with bits, but not bitfields.
5796         * src/ds390/ralloc.c (packRegisters),
5797         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5798
5799 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5800
5801         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5802
5803 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5804
5805         * src/SDCCsymt.h,
5806         * src/SDCCicode.c (operandFromSymbol),
5807         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5808         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5809         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5810         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5811         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5812         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5813         bug #892038
5814         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5815         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5816         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5817         * src/SDCCsymt.c (newSymbol),
5818         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5819         enumerator_list),
5820         * src/SDCCval.h,
5821         * src/SDCCval.c (newiList): fixed bug #885705
5822
5823 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5824
5825         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5826         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5827
5828 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5829
5830         * device/include/c8051f120.h,
5831         * device/include/c8051f300.h,
5832         * device/include/c8051f310.h: added/updated header files for Silicon
5833         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5834         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5835         in new section Submitting patches
5836
5837 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5838
5839         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5840         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5841         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5842         genGenPointerSet),
5843         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5844         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5845         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5846         genGenPointerSet),
5847         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5848         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5849         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5850         genGenPointerSet),
5851         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5852         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5853         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5854         genGenPointerSet): fixed bug #892400
5855         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5856         to eliminate build warnings.
5857         * src/SDCCast.c (processParms),
5858         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5859         fixed bug 751859
5860         * support/valdiag/valdiag.py: added GCC to the list of defines active
5861         when compiling with gcc
5862
5863 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5864
5865         * support/Util/SDCCerr.h,
5866         * support/Util/SDCCerr.c,
5867         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5868         with an incomplete type (fixed bug #883734)
5869         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5870
5871 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5874
5875 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/SDCCast.c (decorateType),
5878         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5879         function pointer implementation
5880         * support/regression/tests/funptrs.c: added tests to verify both forms
5881         of function pointers work correctly. Added tests to verify parameters
5882         are passed in the correct order.
5883
5884 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5885
5886         * device.c (regCompare): registers are sorted by ascending
5887         address and increasing size,
5888         * main.c (_pic16_finaliseOptions): removed the declaration
5889         of compiler macro MCU. Now a macro of the format pic18fxxxx
5890         will be defined from the command line
5891
5892 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5893             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5894
5895         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5896         PCOP_RLCF was overwritten!
5897         * gen.c (genSkip): commented out calls to pic16_emitcode,
5898         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5899         * (genlshTwo),
5900         * (genRRC): added debugging info,
5901         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5902         overwritten while shifting,
5903         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5904         overwritten while shifting,
5905         * (AccLsh),
5906         * (AccRsh),
5907         * (shiftLLeftOrResult),
5908         * (shiftRLeftOrResult),
5909         * (shiftRLong),
5910         * (shiftLLong): Implemented with pic16_emitpcode
5911         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5912         * (genLeftShift): Fixed bug, operand for shift by variable always
5913         was "and"ed with 0x0f,
5914         * (genLeftShiftLiteral),
5915         * (genrshTwo),
5916         * (genRightShiftLiteral): added debugging info,
5917         * (genrshFour): added comment,
5918         * (genRightShift): determined signedness from operand "left"
5919         instead of "result"
5920
5921 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCCicode.c (geniCodeParms),
5924         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5925         function pointers, fixed function pointer bugs #861242 and #861896
5926
5927 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5928
5929         * device/include/c8051f000.h,
5930         * device/include/c8051f120.h,
5931         * device/include/c8051f300.h: added header files for Silicon
5932         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5933
5934 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5935
5936         * src/SDCCast.c (processParams): added new type flow and restructured
5937         (gatherAutoInit): added new type flow
5938         (addCast): cosmetic changes
5939         (getLeftResultType): added new type flow for array indices, patch
5940         provided by Stas, see FR #877103
5941         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5942         array index patch by Stas
5943         * src/SDCCast.h: added prototype getResultTypeFromType()
5944         * src/SDCCval.h,
5945         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5946         * src/pic/glue.c (pic14emitStaticSeg),
5947         * src/pic16/glue.c (pic16emitStaticSeg),
5948         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5949         for initialization of symbols
5950         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5951         * support/Util/SDCCerr.h:
5952         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5953         * .version: bumped version number to 2.3.8
5954         * device/include/Makefile.in (install),
5955         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5956         avoid warnings
5957
5958 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5959
5960         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5961         Slade Rich fixed an optimization bug
5962         * src/pic/pcodepeep.c,
5963         * src/pic/pcoderegs.c
5964         * doc/Makefile (install): added test for directory
5965
5966 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5969         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5970         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5971         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5972         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5973         * as/mcs51/asexpr.c (term),
5974         * as/hc08/asexpr.c (term): fixed bug #887146
5975
5976 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/z80/gen.c (genMult): handle single byte result product
5979         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5980         DUMMY_READ_VOLATILE (fixed bug #886367)
5981
5982 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5983
5984         * support/regression/tests/libmullong.c: fixed logic, on little endian
5985         hosts we ended without a mullong_wrapper()
5986
5987 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5988
5989         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5990         virus/worm forged address usage.
5991
5992 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5993
5994         Fixed promotion, it should be done on AST level:
5995         * src/SDCCast.c (addCast): added promotion to int
5996         (decorateType): updated call to upCast()
5997         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5998         usualUnaryConversions()
5999
6000 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6001
6002         * support/regression/tests/literalop.c (mulWrapper): Added a
6003         wrapper to remove integer overflow warnings.
6004
6005         * support/regression/tests/float_trans.c: Made work on host.
6006
6007         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6008         location of sz80.
6009
6010         * support/regression/generate-cases.py (main): Changed from inline
6011         to a main method.
6012
6013         * doc/Makefile (install): Changed to depth first to get rid of
6014         missing directory install warning.
6015
6016         * as/Makefile (install-doc): Made work on Mac.
6017
6018 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6019
6020         * src/SDCCast.c: added an additional type flow in decorateType() of
6021         opposite direction, see feature request #860006; it's enabled at runtime
6022         by setting the environment variable SDCC_NEWTYPEFLOW
6023         * src/SDCCast.h: changed prototype of decorateType()
6024         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6025         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6026         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6027         see feature request #877103
6028         * src/SDCCval.c: updated call of decorateType()
6029         (valBitwise): fixed bug #882876
6030         (valMinus): added promotion
6031         (valLogicAndOr): result is unsigned
6032         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6033         * src/SDCCsymt.c (computeType),
6034         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6035         must not cause an unsigned operation
6036         * src/pic/glue (pic14emitRegularMap),
6037         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6038
6039 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6040
6041         * src/pic/pcode.c (PCodeID): commented out left over debug code
6042
6043 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6044
6045         * support/valdiag/tests/overflow.c: added shift tests
6046         * src/pic/device.c,
6047         * src/pic/gen.c,
6048         * src/pic/gen.h,
6049         * src/pic/glue.c,
6050         * src/pic/main.c,
6051         * src/pic/pcode.c,
6052         * src/pic/pcode.h,
6053         * src/pic/pcodepeep.c,
6054         * src/pic/pcoderegs.c,
6055         * src/pic/ralloc.c,
6056         * src/pic/ralloc.h: applied patch from Slade Rich;
6057         added support for multiple code pages and multiple RAM banks on the
6058         PIC 14 port. The ASM files now no longer simply assume all the
6059         code / RAM are in the same page / bank. This means the linker can
6060         safely allocate code/RAM of separate ASM files to different pages/banks.
6061         * doc/sdccman.lyx: added Slade's tips
6062         * src/mcs51/peeph.def: fixed bug #880768
6063
6064 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6065
6066         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6067         * src/SDCCast.c (decorateType): fixed bug #880197
6068
6069 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6070
6071         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6072         getopt.h.
6073
6074         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6075         strtof is not part of C89 and isn't included with Mac OS X.
6076
6077 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6080         shiftL2Left2Result): fixed bug #879326
6081         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6082         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6083         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6084         address fetch for clr instruction
6085         * device/lib/hc08/_mulint.c: created optimized assembly version
6086         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6087
6088 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6089
6090         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6091         proposed in FR #877103
6092
6093 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6094
6095         * src/SDCCval.c (cheapestVal): added missing checks
6096         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6097         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6098
6099 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6100
6101         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6102         equal operands
6103
6104 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6105
6106         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6107         loaded with the linker search paths (-L arguments) and the libraries
6108         to be linked with the current source (-l arguments). Changes
6109         currently will affect only the pic16 port.
6110         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6111         include path the port specific paths and port specific libraries,
6112         * gplink command now contains the $3 argument,
6113         * src/pic16/device.h,
6114         * src/pic16/device.c,: structure PIC_device is made public and
6115         renamed to PIC16_device, the same for variable Pics which is renamed
6116         to Pics16. Updated all references to them.
6117         * src/pic16/glue.c (pic16glue): corrected bug with code
6118         initialization which bypassed the variable initializations block.
6119
6120         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6121         COMPILE_FLAGS and added the --nostdinc option
6122
6123 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6124
6125         * device/include/mc68hc908jb8.h: Register defs for another member
6126         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6127
6128 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6129
6130         Documenting changes from previous commits.
6131         * configure.in (version 1.56),
6132         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6133         when generating output files to configure the pic16 library,
6134         but now I've commented it out, since gputils aren't installed in the
6135         SF compile farm, so library won't compile
6136
6137         * device/lib/Makefile.in (version 1.56): initially I've added in
6138         target 'all' the prerequestive 'model-pic16' so it compiled the
6139         pic16 library, but now I've commented it out for the same reasons
6140         above,
6141         * added targets 'model-pic16' and 'objects-pic16' to compile the
6142         library
6143         * added target 'port-specific-objects-pic16' to handle the
6144         generated libraries and copy them into the build/ directory
6145         * added target 'clean-intermediate-pic16' to clean intermediate
6146         files into pic16 directory
6147         * in target 'installdirs' added line to create directory pic16 in
6148         the installation path
6149
6150         * device/include/Makefile.in (version 1.11): in target 'install'
6151         added lines to copy all header files to installation path,
6152         * in target 'installdirs' added line create directory for pic16
6153         headers in the installation path
6154
6155 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6156
6157         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6158          a function call
6159
6160 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6161
6162         * configure,
6163         * device/lib/configure.in,
6164         * device/lib/configure: fixed for autoconf 2.57
6165
6166 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6169         option so that it actually works. Made it specific to the z80, since
6170         the gbz80 doesn't have these kinds of I/O ports.
6171
6172 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6173
6174         * device/include/z180.h,
6175         * device/lib/_memcpy.c,
6176         * device/lib/_memmove.c,
6177         * device/lib/_mulint.c,
6178         * device/lib/ser_ir.c,
6179         * device/lib/ser_ir_cts_rts.c,
6180         * device/lib/_strcmp.c,
6181         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6182         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6183         portmode; added deprecation warning for bank= and protmode= forms.
6184         Also, guard against buffer overflow.
6185         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6186
6187 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6190         changed interrupt vector table generation to only emit declared vectors.
6191         * device/include/Makefile.in: added missing backslash
6192         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6193
6194 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6195
6196         Mainly changes to support compilation of the device libraries
6197         * src/pic16/device.c: stack is allocated via symbol and not
6198         via literal number. The symbol is placed in the corresponding
6199         position of the data ram
6200         * (pic16_dump_section): relocatable and absolute uninitialized
6201         data are now emitted in sorted order to reduce section naming,
6202         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6203         weren't marked as being in the access bank,
6204
6205 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6206
6207         Added portion of GNU PIC Library under the directory
6208         device/include/pic16 and device/lib/pic16. These files
6209         contain the declarations of SFRs for the PIC18Fxx2 devices.
6210         The directory is initialized via configure from toplevel.
6211
6212 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6213
6214         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6215         the spilllocations to be compared correctly
6216
6217 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6218
6219         * src/SDCCast.c (decorateType): fixed bug introduced today
6220
6221 2004-01-12  Borut Razem <borut.razem AT siol.net>
6222
6223         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6224         doc/sdccman.lyx: upper case pragmas are deprecated
6225
6226 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6227
6228         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6229         in simpler and even better code
6230
6231 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6232
6233         * src/SDCCicode.c (operandOperation): fixed bug #874819
6234         * src/SDCCast.c (decorateType): fixed
6235         char foo (unsigned long ul) { return ul > 0; }
6236
6237 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6238
6239         * doc/sdccman.lyx: Moved and added some sections, small changes
6240         all over. Telling LaTeX to be less strict with word spacing
6241         to better keep the right margin. Changed some notes about
6242         maintainance of the ports in section 3.2.1 - is it OK like this?
6243
6244 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6245
6246         SDCC source changes:
6247         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6248         convilong): modified to inform the pic16 port that builtin functions
6249         are external
6250
6251         PIC16 PORT specific changes:
6252         * src/pic16/device.c pic16_dump_equates() added,
6253         processor registers declared internally by the port are emitted in
6254         the translation as equates,
6255         * src/pic16/gen.c: inline code is passed unprocessed to the
6256         translation,
6257         * (pic16_popGetLit2): fnuction modified to take second operand as
6258         pCodeOp pointer and not as literal,
6259         * (popRegFromIdx): prefixed with pic16_,
6260         * (pic16_popCombine2): modified to receive already allocated pCode
6261         operands,
6262         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6263         * (genFunction): initializes local stack frame and pushes on stack
6264         all the registers used by this function,
6265         * (genEndFunction): restores all registers from stack and restores
6266         stack frame,
6267         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6268         improvements,
6269         * (pic16glue): changed the program startup sequence,
6270         * added new dbName code 'A' for functions placed in absolute section
6271         * src/pic16/main.c: added function attribute _naked,
6272         * added pragma 'code' to place a fnuction at an absolute address,
6273         * added command line arguments --debug-ralloc and --pcode-verbose,
6274         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6275         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6276         * (pic16_newpCodeOpLit2): modified to take the second operand as
6277         pCodeOp pointer,
6278         * (pic16_printpBlock): modified to emit each function in a separate
6279         section,
6280         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6281         UPPER for immediate operands,
6282         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6283         instruction,
6284         * src/pic16/peeph.def: all peepholes with movff are commented out,
6285         because there is a problem in the pcode peep optimizer,
6286         * src/pic16/ralloc.c: the register allocator can now reuse local
6287         function symbols for another function. This saves register usage.
6288         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6289
6290         Added file src/pic16/NOTES with information about program writing on
6291         the current port version.
6292
6293 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6294
6295         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6296         and peephole 252 (array access)
6297
6298 2004-01-09  Borut Razem <borut.razem AT siol.net>
6299
6300         * src/SDCCmain.c : fixed #872250: -l command line defined library
6301           files are scanned before standard library files
6302
6303 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6304
6305         * src/SDCCast.c (decorateType): fixed bug #874046
6306
6307 2004-01-09  Borut Razem <borut.razem AT siol.net>
6308
6309         * support/scripts/sdcc.nsi: remove previous installation
6310
6311 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6312
6313         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6314         bytes for last interrupt vector (mcs51)
6315         * sdcc.spec: fixed typo
6316
6317 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6318
6319         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6320         gen51Code): more efficient parameter receive for --model-large
6321         ("bug" #845294)
6322
6323 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6324
6325         * src/ds390/main.c,
6326         * src/z80/main.c: added missed needLinkerScript flags (more than
6327         one port structure defined in these file)
6328         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6329         bug #795325
6330
6331 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6332
6333         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6334         * src/port.h: added flag needLinkerScript in port->linker
6335         structure to inform whether to create a .lnk file or not,
6336         * src/avr/main.c,
6337         * src/ds390/main.c,
6338         * src/hc08/main.c,
6339         * src/mcs51/main.c,
6340         * src/pic/main.c,
6341         * src/pic16/main.c,
6342         * src/xa51/main.c,
6343         * src/z80/main.c: changed appropriately to configure
6344         needLinkerScript flag
6345         * src/pic/gen.c,
6346         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6347         * src/pic/glue.c: added variable udata_section_name to
6348         override default uninitialized data segment definition for
6349         devices only with SHAREBANK memory (reported from Erik Epetrich)
6350         * (pic14emitOverlay): modified to emit a commented overlay segment
6351         directive when no overlay data exist
6352         * (picglue): modified to emit uninitialized data segment
6353         according to udata_section_name
6354         * src/pic/main.c (_pic14_parseOptions): added command line
6355         options --udata-section-name=[name] to override default
6356         udata definition name
6357         * modified _linkCmd and _asmCmd to include compiler passed
6358         arguments via -W option
6359         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6360         object file from '.rel' to '.o' in port->linker structure,
6361         changed size of fptr from 2 to 3 in port structure
6362
6363 2004-01-07  Borut Razem <borut.razem AT siol.net>
6364
6365         * support/scripts/sdcc.nsi: update PATH
6366         * support/scripts/sdcc.ico: craeted
6367
6368 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6369
6370         * device/include/Makefile.in: fix install
6371         * doc/Makefile: fix install
6372
6373 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6374
6375         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6376         in bug #860505
6377         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6378         how the function variable allocation summary is displayed; also
6379         include information about variables allocated to the overlay
6380         segment
6381
6382 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6383
6384         * as/mcs51/lkmain.c: Help about -Y option
6385         * as/mcs51/lkarea.c: Fixed gcc warnings
6386
6387 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6388
6389         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6390         fixed warning
6391         * support/valdiag/tests/overflow.c: added
6392         * src/SDCCast.c (decorateType),
6393         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6394         LEFT_OP (left shift)
6395
6396 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6397
6398         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6399         (default behaviour).
6400
6401 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         A python script to validate compiler diagnostic messages. It can be
6404         used to verify that sdcc complains about bad c source code and
6405         gives a good location of the error.
6406         * support/valdiag/Makefile,
6407         * support/valdiag/valdiag.py,
6408         * support/valdiag/tests/*
6409
6410 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6413         * src/SDCCsymt.c (newEnumType),
6414         * src/SDCCsymt.h
6415         * support/Util/SDCCerr.c,
6416         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6417         enum related bugs.
6418         * support/regression/tests/enum.c: added test for enum values that
6419         require at least 2 bytes of storage.
6420
6421 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6422
6423         * src/common.h: added ifndef/define/endif macros
6424         around the header file.
6425         Bug reported from Jesus Calvino-Fraga
6426
6427 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6428
6429         * sdcc.spec: updated
6430         * device/include/Makefile.in: don't install CVS directories
6431         * device/lib/Makefile.in: added removal of CVS directories after install
6432         * doc/Makefile: fixed install, added local_icons
6433         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6434         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6435         * src/ds390/gen.c (genRightShift): fixed bug #870788
6436         * src/SDCCast.c (decorateType): fixed bug #870781
6437
6438 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6439
6440         PIC16 port related changes:
6441         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6442         added variable stackPos,
6443
6444         * gen.c: genCall, assignResultValue: added support for
6445         pushing/retrieving function parameters to/from stack,
6446         genFunction,genEndFunction: setup stack frame for the
6447         generated function,
6448         genAddrOf: will be changed according to bug 863624
6449
6450         * added files genutils.c and genutils.h which contain gen*
6451         debugged and optimised functions extracted from gen.c
6452
6453         * glue.c: added variable 'externs' which holds extern symbols,
6454         pic16emitRegularMap: is modified to properly handle relocatable
6455          symbols under the new scheme,
6456         pic16createInterruptVect: is modified
6457         pic16printPublics: is modified to emit 'global' assembler directives,
6458         added pic16_printExterns to print extern symbols,
6459         pic16glue: initializes stack/frame pointer in the beginning of
6460         the assembly output. Temporary hack, will be corrected later,
6461         because gplink yet does not support stack and SDCC does not
6462         yet support a type of crt0.o object to create the final binary.
6463
6464         * Removed many lines that contain 8051 legacy code.
6465         * The code is finally placed under a 'code' directive.
6466         * Added port specific options.
6467
6468         * _process_pragma: simplified since now we do not need *special*
6469         include file to define SFR registers. But a separate header
6470         will be needed. This will be developed later.
6471         * _pic16_parseOptions: added, parses port specific options:
6472         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6473         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6474         --preplace-udata-with=
6475
6476         * _pic16_setDefaultOptions: modified to initialize section names,
6477         but hack is temporarly out of order since it needs improvement.
6478         * _pic16_genAssemblerPreamble: configuration words are emitted by
6479         their address instead of their name. This part is incomplete and
6480         supports only the 18Fxx2 devices. Other devices will emit an error
6481         during assembly since they do not contain the same set of config
6482         registers
6483         * _pic16_genIVT: is modified,
6484
6485         * pcode.c: added definitions for some hardware registers that are needed
6486         for stack support
6487         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6488         All PCI entries are updated. Now LFSR is supported.
6489         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6490         * added pic16_newpCodeOpLit2 to support instructions with
6491         two literal arguments
6492         * pic16_pCode2str: corrected code that emits assembler instructions
6493         with two literal operands and those that have an access bit modifier
6494         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6495         this fixes a bug which caused some labels to be lost, when an
6496         assembler directive was added, i.e. banksel,
6497         * pic16_FixRegisterBanking: improved logic that causes the insertion
6498         of bank switching,
6499         * InlineFunction: functions that are called once, are not any more
6500         inlined. This can be a port option in the future,
6501
6502         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6503
6504         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6505         hold the corresponding uninitialized symbols,
6506         * pic16_allocProcessorRegister: registers have explicit marked the
6507         accessBank field,
6508         * pic16_allocInternalRegister: registers are explicit marked as
6509         not used,
6510         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6511         processing list, so bit registers were lost,
6512         *
6513
6514         * ralloc.h: added field 'accessBank' and original symbol operand
6515         in register definition,
6516         * removed the field isMapped from register definition,
6517
6518         ** Several functions have been removed from various sources:
6519         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6520         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6521         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6522         pic16_assignRelocatableRegisters
6523
6524         ** others have been introduced:
6525         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6526         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6527
6528 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6529
6530         * support/scripts/inc2h.pl: changed definition of BIT_AT
6531         to emit 'sbit at' instead of 'bit at'. This was a request.
6532
6533         PIC16 port related preliminary changes:
6534         * gen.c: prefixed function popRegFromString with
6535         pic16_ and all references to it corrected
6536         * pcode.c: all pic16_pc_* hardware registers prefixed
6537         with underscore (_),
6538         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6539         * ralloc.c: newReg(): when register is REG_SFR then
6540         set address to rIdx,
6541         pic16_allocProcessorRegister(): marks register wasUsed=0
6542         pic16_writeUsedRegs(): added a call to assign processor
6543         registers via pic16_assignFixedRegisters
6544
6545 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6546
6547         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6548         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6549         variables in unused register banks.  Also the SSEG is placed
6550         wherever there is enough space for it, and IDATA can be anywhere
6551         in internal RAM.  For now compile using -Wl-Y[stack_size].
6552         The mem file is different for this option as well, since it
6553         makes no sense of talking about DSEG lenght.
6554
6555 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6556
6557         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6558         in certain cases, e.g. when ROM assignment, patch provided
6559         from Albert den Haan.
6560
6561 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         Many signedness and type propagation fixes:
6564         * src/SDCCicode.c: made geniCodeCast() static
6565         replaced SPEC_ by IS_ (cosmetic)
6566         (operandOperation): fixed div and mod operation
6567         (usualBinaryConversions): added support for promotion of char
6568         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6569         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6570         (geniCodeAdd): an array index will stay unsigned, even if promoted
6571         from char to int
6572         (geniCodeArray): ditto
6573         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6574         * src/SDCCsymt.c (computeType): added more support for char;
6575         promotion of char is selectable by promoteCharToInt, fixed signedness
6576         for all cases
6577         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6578         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6579         * src/SDCCval (val*): replaced signedness calculation by
6580         computeType()
6581         rearranged if-branches (cosmetic)
6582         (valShift): added warning W_SHIFT_CHANGED
6583         (valCompare): fixed problem with different types
6584         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6585         * support/regression/tests/literalop.c: added many cases
6586         * support/regression/tests/ast_constant_folding.c: changed finally to
6587         'unsigned int'
6588         * .version: new year, new version: 2.3.7
6589         * src/SDCCmain.c (main): applied patch #866468
6590         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6591         provided by Scott Bronson
6592         * doc/sdccman.lyx: updated documentation for sdcdb
6593         updated and added chapter tips
6594
6595 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/SDCCsymt.h: missing from yesterday's commits
6598
6599 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/SDCC.y (struct_or_union_specifier),
6602         * support/Util/SDCCerr.c,
6603         * support/Util/SDCCerr.h: verify that struct & union tags are used
6604         as declared.
6605
6606 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * src/SDCCglobl.h: missing from yesterday's commits
6609
6610 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6613         sft_attributes, struct_declaration, parameter_declaration,
6614         type_name, start_block, declaration_list),
6615         * src/SDCC.lex (check_type): support redefinition of typedef names
6616
6617 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6618
6619         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6620         aligned xdata arrays. Erik helped me with the if clause.
6621
6622 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6625         warning
6626
6627 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6628
6629         * src/SDCCast.h,
6630         * src/SDCCast.c (newAst_),
6631         * src/SDCCicode.h,
6632         * src/SDCCicode.c (ast2iCode, newiCode),
6633         * src/SDCCglobl.h,
6634         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6635         expr, statement, expression_statement, selection_statement,
6636         iteration_statement, expr_opt, jump_statement): foundation for tracking
6637         sequence points
6638         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6639         point code too)
6640
6641 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6642
6643         * support/Util/SDCCerr.c,
6644         * src/SDCCast.h,
6645         * src/SDCCast.c (createCase, createDefault, decorateType),
6646         * src/SDCClabel.c (labelUnreach),
6647         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6648         to error messages.
6649         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6650         (with thanks to Stas Sergeev)
6651         * device/include/time.h,
6652         * device/lib/time.c (CheckTime): suppress unreachable code warning
6653
6654 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCast.c (createIvalCharPtr),
6657         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6658         bug #753752)
6659         * support/regression/tests/nullstring.c: tests for these two bugs
6660
6661 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6662
6663         * support/Util/SDCCerr.h,
6664         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6665         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6666         about storage class and 'at' used inside struct or union
6667         * src/SDCCBBlock.c (iCodeFromeBBlock),
6668         * src/SDCCcse.c (ifxOptimize),
6669         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6670         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6671         printIval, emitStaticSeg, emitOverlay),
6672         * src/SDCClabel.c (deleteIfx),
6673         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6674         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6675         gatherAutoInit, processParms),
6676         * support/Util/SDCCerr.h,
6677         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6678         reporting for post-parse errors.
6679
6680 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6683         implicit casts via union; they don't work on big endian systems
6684         (possible fix for bug #861138)
6685
6686 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6687
6688         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6689         * src/mcs51/main.c: fixed the fix for bug #737001
6690
6691 2003-12-15  Borut Razem <borut.razem AT siol.net>
6692
6693         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6694
6695 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * support/makebin/makebin.c: put output in binary mode
6698
6699 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6700
6701         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6702         xdata and data memory on startup. Set the environment variable
6703         SDCC_NOGENRAMCLEAR to disable this.
6704         * src/mcs51/peephole.def,
6705         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6706         (allows non-interrupt and interrupt code to safely compete for a resource
6707         without the non-interrupt code having to disable interrupts)
6708
6709 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/SDCCicode.c (geniCodeAdd),
6712         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6713         with valFromType if type might be a pointer and host is big endian).
6714         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6715         types, not just integer types.
6716         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6717         multiply defined with mismatching "at" address.
6718
6719 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6722         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6723         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6724         with embedded nulls (fixed bug #753752)
6725
6726 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6727
6728         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6729         Apparently this did not see much testing (endless loop)
6730
6731 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6732
6733         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6734
6735 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6738         gracefully handle NULL memmap pointers
6739
6740 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6741
6742         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6743         instead of deleting the iCode when an operand is volatile
6744         * src/z80/gen.c (genDummyRead),
6745         * src/mcs51/gen.c (genDummyRead),
6746         * src/ds390/gen.c (genDummyRead),
6747         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6748         not just IC_RIGHT
6749         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6750         * src/SDCC.y: fixed bug #850420
6751
6752 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         Applied z80 i/o port patch from Peter Townson and fixed some operators
6755         to better handle operands in A register.
6756         * device/include/z180.h
6757         * src/SDCC.y
6758         * src/SDCCglue.c
6759         * src/z80/gen.c
6760         * src/z80/gen.h
6761         * src/z80/main.c
6762         * src/z80/peeph-z80.def
6763         * src/z80/peeph.def
6764         * src/z80/z80.h
6765
6766 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6769
6770 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6771
6772         * device/lib/hc08/_mullong.c: Removed extra #endif
6773
6774 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6775
6776         * sim/ucsim/hc08.src/inst.cc,
6777         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6778         carries from x to h
6779         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6780         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6781         * device/include/stdarg.h: fixed varargs for hc08
6782         * device/lib/Makefile.in,
6783         * device/lib/hc08/Makefile,
6784         * device/lib/hc08/_mulint.c,
6785         * device/lib/hc08/_mullong.c: fixed some endian problems
6786
6787 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6788
6789         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6790         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6791         * device/lib/_gptrget.c,
6792         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6793
6794 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6797         * src/SDCCast.c (astErrors): fixed bug #846007
6798         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6799
6800 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         * src/SDCCast.c (decorateType): disabled a transformation I added in
6803         revision 1.188 (access to fields of a structure at an absolute address);
6804         it breaks with bitfields, extern declarations, and gcse analysis.
6805         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6806         could be assigned through a pointer, so don't complain.
6807         * src/SDCCast.c (astErrors),
6808         * src/SDCCast.h,
6809         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6810
6811 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6812
6813         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6814         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6815         output of __config directives, since gpasm now supports them
6816         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6817         pre-processor macro, i.e. -DMCU=p18f452
6818         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6819         and modified to handle 'cast' icode similarly to '=' icode
6820         * src/pic16/device.h (typedef struct PIC_device): added field
6821         'extMIface' to indicate that chip has external memory interface
6822         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6823         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6824         18F8720
6825
6826 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         * src/SDCC.y (pointer): fixed bug #846006
6829         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6830         * src/SDCCast.c (decorateType): fixed bug #846009
6831         * src/ds390/peeph.def,
6832         * src/ds390/gen.c (genAnd, genOr),
6833         * src/mcs51/peeph.def,
6834         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6835
6836 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6839         * src/SDCCdflow.c
6840         * src/SDCCcse.c
6841         * src/SDCCcse.h
6842         * src/SDCCBBlock.h
6843         * src/SDCCBBlock.c
6844
6845 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6846
6847         fixed bug #845089
6848         * src/SDCCbitv.h,
6849         * src/SDCCbitv.c: added function to free a bitvector
6850         * src/SDCClrange.h,
6851         * src/SDCClrange.c: added function to recompute the liveranges
6852         * src/avr/ralloc.c,
6853         * src/ds390/ralloc.c,
6854         * src/hc08/ralloc.c,
6855         * src/mcs51/ralloc.c,
6856         * src/pic/ralloc.c,
6857         * src/pic16/ralloc.c,
6858         * src/xa51/ralloc.c,
6859         * src/z80/ralloc.c: recompute the liveranges after register packing
6860
6861 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6862
6863         * src/SDCCloop.c (newInduction): fixed bug #845630
6864
6865 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6868         inadvertantly left behind from my 2003-11-12 change
6869
6870 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         Updated headers I neglected to commit yesterday.
6873         * src/SDCClrange.h,
6874         * src/SDCCicode.h
6875
6876 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6879         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6880         * src/SDCCopt.c (eBBlockFromiCode),
6881         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6882         the creation of the key hash table from the sequencing so it can be used
6883         earlier (for some GCSE bug fixes still pending)
6884
6885 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6886
6887         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6888         * support/regression/tests/addsub.c: testing genPlus shortcut
6889
6890 2003-11-15  Borut Razem <borut.razem AT siol.net>
6891
6892         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6893
6894 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6897         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6898         ordering is immaterial.
6899         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6900
6901 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6904         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6905         (SIGSEV) of bug #840381
6906         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6907         unlink new file before rename if new and old filenames are the same)
6908
6909 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6910
6911         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6912         uninitialized variables) for the mcs51. Set environment variable
6913         SDCC_GENRAMCLEAR to test.
6914         xdata initialization slightly shorter
6915
6916 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6917
6918         * src/SDCCsymt.h,
6919         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6920         #838241 & 780691 (basicly the same bug)
6921         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6922         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6923
6924 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6925
6926         * src/SDCCmain.c (linkEdit): "fix" #834252
6927
6928 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6931         * src/SDCCast.h,
6932         * src/SDCC.y: fixed bug #819403
6933
6934 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6937         the reentrant attribute.
6938         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6939         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6940         simulation
6941         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6942         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6943         erroneously reduced to a literal.
6944         * src/hc08/ralloc.c (packRegisters, rematStr),
6945         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6946         some cases
6947
6948 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6949
6950         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6951         * doc/sdccman.lyx: changed from 'article' to 'book'
6952         * doc/Makefile: readded test_suite_spec and cdbfileformat
6953
6954 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6955
6956         * device/include/stdlib.h: include malloc.h to comply with ANSI
6957         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6958
6959 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6960
6961         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6962         * doc/clean.mk: also remove *.out files
6963         * doc/sdccman.lyx: some additions, larger top/bottom margins
6964
6965 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6966
6967         * src/SDCC.y: fixed bug #837365
6968         * support/regression/tests/bitopcse.c
6969         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6970         a symbol (might be valop instead)
6971         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6972         * device/lib/clean.mk: added hc08 to the cleaning list
6973
6974 2003-11-04  Borut Razem <borut.razem AT siol.net>
6975
6976         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6977           made 2003-11-04
6978         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6979           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6980           malloc is declared in standard stdlib.h
6981
6982 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * device/lib/hc08/Makefile: need to clean .rel not .o files
6985         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6986
6987 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/port.h,
6990         * src/hc08/main.c,
6991         * src/mcs51/main.c,
6992         * src/ds390/main.c,
6993         * src/z80/main.c,
6994         * src/avr/main.c,
6995         * src/pic/main.c,
6996         * src/pic16/main.c,
6997         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6998         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6999         tests (which uses the port's oclsExpense function)
7000         * src/SDCC.y,
7001         * src/SDCCast.c,
7002         * src/SDCCicode.c,
7003         * src/hc08/gen.c,
7004         * src/ds390/gen.c,
7005         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7006
7007 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7008
7009         * src/SDCCcse.c (ifxOptimize),
7010         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7011         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7012         deleting the IFX iCode.
7013         * src/hc08/ralloc.c: reduced unneeded slocs
7014         * src/hc08/gen.c: fixed bug in asmopToBoolean
7015
7016 2003-11-04  Borut Razem <borut.razem AT siol.net>
7017
7018         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7019           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7020           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7021           transferred to configure
7022
7023 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7024
7025         Use headers defined in the C[++] standards:
7026         * sim/ucsim/gui.src/serio.src/fileio.cc
7027         * sim/ucsim/gui.src/serio.src/frontend.cc
7028         * sim/ucsim/gui.src/serio.src/main.cc
7029         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7030         * support/Util/NewAlloc.c
7031         * as/hc08/lklibr.c
7032         * as/mcs51/lklibr.c
7033         * as/z80/aslist.c
7034         * as/z80/assym.c
7035
7036 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7037
7038         * Added MSVC projects for hc08 assembler and linker:
7039         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7040         /as/hc08/link_hc08.dsp
7041
7042 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7043
7044         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7045
7046 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7049
7050 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7051
7052         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7053
7054 2003-10-31  Borut Razem <borut.razem AT siol.net>
7055
7056         * support/cpp2/cpplib.h,
7057           support/cpp2/cpplib.c,
7058           support/cpp2/cpplex.c,
7059           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7060           to switch _asm block preprocessing on / off. Default is
7061           #pragma preproc_asm +
7062
7063 2003-10-31  Borut Razem <borut.razem AT siol.net>
7064
7065         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7066           when outputting comment blocks (when executed with -C option) and
7067           _asm (SDCPP specific) blocks
7068
7069 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7072
7073 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7074
7075         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7076
7077 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7080         * src/SDCCast.c (decorateType): fixed bug #832664
7081
7082 2003-10-31  Borut Razem <borut.razem AT siol.net>
7083
7084         * support\cpp2\cpplex.c: fixed for SDCPP:
7085           comments(when executed with -C option) and _asm blocks
7086           were included even if they where in skipped #if block.
7087           Applied solution from GCC cpp 3.3.2
7088
7089 2003-10-31  Borut Razem <borut.razem AT siol.net>
7090
7091         * src/SDCC.lex: sdcc now understands both formats:
7092           '# <line_number> <file_name>' and
7093           '#line <line_number> <file_name>'
7094         * support/cpp2/cppmain.c: sdcpp now generates the standard
7095           '# <line_number> <file_name>' instead of former
7096           '#line <line_number> <file_name>'
7097
7098 2003-10-30  Borut Razem <borut.razem AT siol.net>
7099
7100         * support/cpp2/cpphash.h,
7101         * support/cpp2/cpplib.h
7102         * support/cpp2/cpplex.c,
7103         * support/cpp2/cppmain.c,
7104         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7105
7106 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7107
7108         Fixed a number of problems revealed by bug #827883.
7109         * src/SDCCloop.c (loopInvariants): Spill location of the
7110         result operand should be recomputed if extracted from
7111         a loop. Also, don't extract assignments of an iTemp
7112         from a literal.
7113         * src/SDCCast.c (isConformingBody): loop reversal should
7114         not occur if the control variable is involved with a
7115         relational operator.
7116
7117 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7118
7119         * .version: bumped to 2.3.6 to reflect the big improvements
7120         made by Erik and Klaus. Thanks!
7121
7122 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7123
7124         Replaced the livrange code.
7125         * src/SDCClrange.c: added new LR code
7126         * src/SDCCloop.c,
7127         * src/SDCCBBlock.h: removed remainig parts from old LR code
7128         * src/ds390/ralloc.c,
7129         * src/ds390/gen.c: minor fixes to make it work with new code
7130
7131 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * as/hc08/asm.h,
7134         * as/hc08/lkrloc.c,
7135         * src/hc08/gen.c,
7136         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7137         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7138         (tweaked fix for bug #818696)
7139
7140 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7143
7144 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7145
7146         * src/SDCCmain.c,
7147         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7148         * src/mcs51/gen.c (gencjneshort),
7149         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7150         more efficient (per Scott Bronson's suggestion)
7151
7152 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         Extended the semantics of the critical keyword to include
7155         individual statements. See RFE #827755 and #799831
7156         * src/SDCC.y
7157         * src/SDCCicode.c
7158         * src/SDCCopt.c
7159         * src/SDCCast.c
7160         * support/Util/SDCCerr.c
7161         * support/Util/SDCCerr.h
7162         * src/mcs51/gen.c
7163         * src/ds390/gen.c
7164         * src/hc08/gen.c
7165
7166 2003-10-19  Borut Razem <borut.razem AT siol.net>
7167
7168         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7169
7170 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7171
7172         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7173         Fixed bug #818696
7174         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7175         and predecrement operand is displayed
7176
7177 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * src/SDCCval.c (valMinus): fixed bug #826041
7180
7181 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         Some hc08 related updates that I missed earlier
7184         * sim/ucsim/stypes.h
7185         * support/regression/ports/hc08/spec.mk
7186
7187 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7188
7189         New target "hc08" for the Motorola 68hc08 family of micros
7190
7191         * configure
7192         * configure.in
7193         * Makefile
7194         * src/hc08/*
7195         * src/SDCCmain.c
7196         * src/port.h
7197         * sim/ucsim/hc08.src/*
7198         * sim/ucsim/configure.in
7199         * src/ucsim/configure
7200         * sim/ucsim/packages_in.mk
7201         * as/hc08/*
7202         * as/Makefile
7203         * device/include/mc68hc908qy.h
7204         * device/lib/hc08/*
7205         * device/lib/Makefile.in
7206         * support/regression/ports/hc08/*
7207         * support/regression/Makefile
7208
7209 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7210
7211         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7212         regression test
7213         * src/ds390/gen.c (genCast): fixed bug #821957
7214
7215 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7216
7217         * device/lib/logf.c: "fixed" overlay bug
7218         * support/regression/ports/host/spec.mk: added m library
7219         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7220         * support/regression/tests/float_trans: added (for Eric)
7221
7222 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7223
7224         * src/mcs51/gen.c (genCpl): fixed bug
7225         http://sf.net/mailarchive/message.php?msg_id=6263915
7226
7227 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7228
7229         * src/SDCCast.c (decorateType): added extended constant folding
7230         * src/SDCCsymt.c (computeType): cleanup
7231         * src/SDCCval.c (valShift): minor optimization
7232         * support/regression/tests/ast_constant_folding.c: added
7233
7234 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * src/SDCCmain.c: removed some unintended changes
7237
7238 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7241         * src/z80/gen.c: fixed part of bug #817589
7242         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7243
7244 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7245
7246         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7247         * src/SDCCcflow.c
7248         * src/SDCCcse.c
7249         * src/SDCCdflow.c
7250         * src/SDCClabel.c
7251         * src/SDCClrange.c
7252         * src/SDCCmem.c
7253         * src/SDCCopt.c
7254         * src/SDCCpeeph.c
7255         * src/SDCCset.c
7256         * src/avr/ralloc.c
7257         * src/ds390/ralloc.c
7258         * src/izt/ralloc.c
7259         * src/mcs51/ralloc.c
7260         * src/pic/ralloc.c
7261         * src/pic16/ralloc.c
7262         * src/xa51/ralloc.c
7263         * src/z80/ralloc.c
7264         * src/z80/gen.c: removed unused label "release:"
7265
7266 2003-10-06  Borut Razem <borut.razem AT siol.net>
7267
7268         * src/SDCC.lex: removed definition of unused variables
7269           save_optimize and save_options
7270
7271 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7272
7273         * clean.mk: removed '=' in "-maxdepth=1"
7274         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7275         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7276
7277 2003-10-06  Borut Razem <borut.razem AT siol.net>
7278
7279         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7280           my_unput() replaced by unput()
7281
7282 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7283
7284         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7285         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7286         type-punned pointer will break strict-aliasing rules"
7287         Old LR behaviour is again default; Klaus' LR can be choosen by
7288         defining the environment variable LRKLAUS
7289         * src/SDCCBBlock.h
7290         * src/SDCCloop.c
7291         * src/SDCClrange.c
7292         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7293         * clean.mk: fixed removal of files in bin/CVS/
7294         * device/lib/clean.mk: fixed removal of directories small and large
7295         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7296         * src/SDCCicode.c,
7297         * src/SDCCval.c: removed superflous test for pedantic
7298
7299 2003-10-05  Borut Razem <borut.razem AT siol.net>
7300
7301         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7302           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7303           message "unmatched #pragma SAVE and #pragma RESTORE"
7304
7305 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7306
7307         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7308           assembly, critical functions, atomic, nojtbound)
7309
7310 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7311
7312         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7313         * src/SDCCBBlock.h
7314         * src/SDCCloop.c
7315         * src/SDCCloop.h
7316         * src/SDCClrange.c
7317
7318 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7319
7320         * src/z80/gen.h,
7321         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7322         * src/mcs51/gen.h
7323         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7324         * src/ds390/gen.h
7325         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7326         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7327         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7328
7329 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/z80/gen.c (genRet): fixed bug #524753
7332         * src/z80/gen.c (genCast): fixed internal error on cast from
7333         pointer to long
7334         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7335         fix for bug #477835 to the z80
7336         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7337         for tracking iCodes in the peephole optimizer for z80
7338
7339 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7342         the other part of bug #814548
7343         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7344
7345 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         * src/SDCCcse.c: fixed part of bug #814548
7348
7349 2003-09-28  Borut Razem <borut.razem AT siol.net>
7350
7351         * src/asm.c: rewrite of printILine() to use temporary file instead
7352           a pipe
7353         * src/xa51/main.c: commented out declaration of int rewinds
7354
7355 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7358
7359 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7362         * src/asm.c (printILine): Fixed bug #811015
7363
7364 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7365
7366         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7367         freeing.
7368
7369 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7370
7371         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7372         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7373         to correctly handle general case of AOP_PAIRPTR
7374         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7375
7376 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * src/mcs51/ralloc.c (fillGaps),
7379         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7380         register positioning bug)
7381
7382 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7383
7384         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7385
7386 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7389         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7390         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7391         (ralloc doesn't intentionally do this now, but perhaps later)
7392         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7393         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7394         register positioning bugs (Fixed bug #762602 and #795325)
7395         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7396         (Fixed bug #808779)
7397         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7398         lines that --i-code-in-asm generates
7399
7400 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7401
7402         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7403         trying to fclose a FILE* that was already closed.
7404
7405 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7406
7407         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7408         of const struct should be treated as if const themselves)
7409
7410 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7413
7414 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7415
7416         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7417         Unix (/n) and DOS (/r/n) line terminations.
7418
7419 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7422         bug #613775
7423
7424 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/mcs51/gen.c (genFunction, genEndFunction),
7427         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7428         and restore of EA so that stack offsets to parameters are
7429         correct when using both critical and reentrant/stack-auto.
7430         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7431         size (can be triggered in error if sloc is shared between
7432         different sized objects)
7433         * device/include/float.h: fixed macros to explicitly use
7434         unsigned long where needed
7435
7436 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         Feature req. 799831: added code to allow nesting of critical functions
7439         * src/mcs51/gen.c (genFunction, genEndFunction)
7440         * src/ds390/gen.c (genFunction, genEndFunction)
7441
7442 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * src/SDCCsymt.c (sclsFromPtr),
7445         * src/SDCCsymt.h,
7446         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7447         support for standard C idiom of memory mapped variables; for
7448         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7449         to xdata int at 0x1234 tempvar = 1.
7450         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7451         provided by Akiya ISHIDA
7452
7453 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7454
7455         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7456         * src/SDCCval.c (constVal): added reduction from int to char
7457         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7458         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7459         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7460         to ignore the sign
7461         * support/regression/tests/shifts.c: fixed
7462
7463 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * src/z80/gen.c (genXor): Fixed bug #805445
7466
7467 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         Fixed bug #621531 (const & volatile confusion in the type chain).
7470         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7471         refer to the const or volatile state of the pointer itself.
7472
7473         * src/SDCCast.c
7474         * src/SDCCglue.c
7475         * src/SDCCicode.c
7476         * src/SDCCsymt.c
7477         * src/SDCCval.c
7478         * src/SDCC.y
7479         * src/SDCCsymt.h
7480         * src/pic/gen.c
7481         * src/pic/ralloc.c
7482         * src/pic16/gen.c
7483         * src/pic16/ralloc.c
7484         * support/regression/tests/const.c
7485
7486 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7487
7488         When checking for duplicated modules, use absolute paths
7489         instead of relative paths.  Files changed:
7490
7491         * as/mcs51/lklib.c
7492         * link/z80/lklib.c
7493
7494 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7497
7498 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * device/include/string.h: added size_t typedef, changed
7501         prototypes to use size_t, eliminated separate reentrant and
7502         non-reentrant declarations, added _memmove declaration
7503         * device/lib/_memcpy.c: changed to use size_t instead of int,
7504         changed /4 to >>2 to avoid division library call
7505         * device/lib/_memcmp.c,
7506         * device/lib/_memset.c,
7507         * device/lib/_strncat.c,
7508         * device/lib/_strncpy.c,
7509         * device/lib/_strncmp.c: changed to use size_t instead of int
7510         * device/lib/_memmove.c: new file (fixed bug #772294)
7511         * device/lib/Makefile.in: added _memmove.c
7512         * device/lib/z80/asm_strings.s: fixed bug #772290
7513         * support/regression/tests/bitfields.c: attempt to fix host assertion
7514         failure on amd64-unknown-linux2.2
7515
7516 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7519         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7520         * as/z80/asmain.c (main): fixed bug #801766
7521
7522 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7523
7524         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7525         compilers
7526
7527 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7530         reported in bug #800609
7531
7532 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7533
7534         * Top header beautifications in src/pic16 directory:
7535           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7536           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7537           pcoderegs.h, ralloc.c, ralloc.h
7538         * main.c: added top header and GPL license notice
7539         * pcode.c: fixed the if-conditional warning
7540
7541 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7542
7543         * device/lib/_mullong.c: replaced int by short for gcc
7544
7545 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7546
7547         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7548         and JUMPTABLE iCodes properly now (worked by accident before)
7549         * src/mcs51/gen.c (leftRightUseAcc),
7550         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7551         iCode properly now. Use getSize instead of nRegs since a & b
7552         aren't part of the nRegs tally.
7553
7554 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7555
7556         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7557         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7558           before instructions that use the _STATUS register
7559
7560 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7561
7562         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7563         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7564         fetching of the pointer
7565         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7566         copied from genNearPointerSet()
7567         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7568         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7569         If they pop r0/r1 they must be called in the opposite order than aopOp().
7570         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7571         (resp. --stack-auto), prepared for --xstack
7572
7573 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7574
7575         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7576
7577 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7580         these ports have their own __sdcc_external_start()
7581
7582 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7583
7584         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7585         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7586         type for bits was changed. It resulted in bit variables becoming
7587         global, which is not permitted in PIC 14 assembly output.
7588
7589 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7590
7591         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7592
7593 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7594
7595         Z80 and MCS51 linkers complaint if a public symbol is defined
7596         in more than one library module:
7597
7598         * as/mcs51/lklib.c
7599         * link/z80/lklib.c
7600         * as/mcs51/Makefile.in
7601
7602 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7603
7604         A few small changes that speed up the peephole optimizer.
7605
7606         * src/SDCCpeeph.c
7607
7608 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7609
7610         Try to make the peephole optimizer smarter by maintaining
7611         an association between the assembly source code and the
7612         iCodes that originated them. Put this information to use
7613         with a new peephole rule condition "notVolatile" so that
7614         the rules can be aggressive yet still safe.
7615
7616         * src/SDCCpeeph.c
7617         * src/SDCCpeeph.h
7618         * src/mcs51/gen.c
7619         * src/mcs51/peeph.def
7620
7621 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7622
7623         Fixed bug #741761
7624
7625         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7626         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7627         if the left or right operand symbols have the accuse flag set.
7628
7629 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7630
7631         Changed the type of the result of the ! (NOT) operator to char;
7632         previously it returned the same type as the source. This allows
7633         us to eliminate all the genFloatNot functions (all of its target
7634         implementations were very buggy) since !float can use the same
7635         code as !long now.
7636
7637         * src/SDCCicode.c (ast2iCode): ! returns char
7638         * src/mcs51/gen.c (genNot, genNotFloat),
7639         * src/ds390/gen.c (genNot, genNotFloat),
7640         * src/z80/gen.c (genNot, genNotFloat),
7641         * src/pic/gen.c (genNot, genNotFloat),
7642         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7643
7644 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7645
7646         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7647         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7648            during interrupts. Ensure WSAVE is located at a shared bank address.
7649         2. Fixed page selection in some places
7650         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7651            the registers name strings.
7652         4. Fixed "signed / unsigned compare" compiler warnings.
7653         5. The PIC port manages its own allocation of the general purpose
7654            registers, but makes no attempt to reuse them. As a result when
7655            compiling it soon runs out of general purpose registers. Some
7656            additional code was added to the files pcode.c and device.c to walk
7657            through the function call tree and rename the registers so that they
7658            get reused.
7659
7660         * src/pic/device.c
7661         * src/pic/gen.c
7662         * src/pic/glue.c
7663         * src/pic/pcode.c
7664         * src/pic/pcode.h
7665         * src/pic/ralloc.c
7666         * src/pic/ralloc.h
7667         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7668         genPlus() & genMinus() when the result is the same as left or right
7669
7670 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7671
7672         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7673
7674 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7675
7676         Made bitfield a distinct type from bit so that bitfields
7677         convert as per ANSI C and bits retain their traditional
7678         boolean style behaviour. Implemented bitfield support in
7679         the z80 port.
7680
7681         * src/SDCCsymt.h,
7682         * src/SDCCsymt.c,
7683         * src/SDCCast.c,
7684         * src/cdbFile.c,
7685         * src/mcs51/gen.c,
7686         * src/ds390/gen.c: bit v bitfield split
7687         * src/z80/gen.c: New support for bitfields
7688         * support/regression/tests/bitfields.c: reenabled z80,
7689         added more tests
7690
7691 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7692
7693         Rules 246.x, 247.x relate to bitfields, the others speed up
7694         access to xdata mapped I/O devices.
7695
7696         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7697
7698 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         Cleaned up genPackBits and genUnpackBits and added two helper
7701         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7702         for literal assignments in genPackBits (thanks to Frieder for
7703         reminding me).
7704
7705         * src/mcs51/gen.c
7706         * src/ds390/gen.c
7707
7708 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7709
7710         Fixed bug #748310 (pointer to function type mishandled when the
7711         function name is omitted). Also fixed a SIGSEGV when a function
7712         attribute (reentrant, etc) is used on a non-function or on a
7713         function but misplaced before the parameter list.
7714
7715         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7716         bug #748310
7717         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7718         * support/Util/SDCCerr.h,
7719         * support/Util/SDCCerr.c: Added func attr misuse error msg
7720
7721 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         Fixed bug #787649 by anonymous
7724         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7725         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7726
7727 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7728
7729         Fixed numerous bitfield problems.
7730
7731         * src/SDCC.y: More bitfield related error checking
7732         * src/SDCCsymt.h,
7733         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7734         * support/Util/SDCCerr.h,
7735         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7736         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7737         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7738         * support/regression/tests/bitfields.c: tests added
7739
7740 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7741
7742         Made the constant following the "interrupt" keyword optional. If
7743         omitted, the function will not automatically be given an entry
7744         in the interrupt vector table (similar to #pragma NOIV, but
7745         less syntacticly kludgy). The interrupt number is also now
7746         range checked. Also fixed a bug in the high order bit example
7747         in the manual.
7748
7749         * src/SDCC.y
7750         * src/SDCCmem.c
7751         * src/SDCCglue.c
7752         * src/SDCCsymt.h
7753         * support/Util/SDCCerr.c
7754         * support/Util/SDCCerr.h
7755         * doc/sdccman.lyx
7756
7757 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7760         * src/SDCCicode.c (operandOperation): rewritten some ops
7761         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7762         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7763         other type
7764         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7765         be re-activated by defining REDUCE_LITERALS)
7766         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7767         unsigned, but are signed by default
7768         * src/SDCCval.c (constVal): rearranged
7769         * src/SDCCval.c (valMod): preliminary fix
7770         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7771         * support/regression/literalop.c: added, work in progress
7772
7773 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7774
7775         Generate warnings for useless declarations like "char data;"
7776         that don't do what new users expect.
7777
7778         * src/SDCC.y
7779         * support/Util/SDCCerr.h
7780         * support/Util/SDCCerr.c
7781
7782 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * src/SDCCval.c (valMult): fix overflow detection of negative int
7785
7786 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7787
7788         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7789
7790         Changes to support big endian targets:
7791
7792         * src/ports.h
7793         * src/SDCCglue.c
7794         * src/avr/main.c
7795         * src/ds390/main.c
7796         * src/izt/i186.c
7797         * src/mcs51/main.c
7798         * src/pic/main.c
7799         * src/pic16/main.c
7800         * src/xa51/main.c
7801         * src/z80/main.c
7802
7803 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7806         * device/lib/time.c: fixed warning "integer overflow in expression"
7807
7808 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7811         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7812         constants are unsigned; added recognition of "u" flag for unsigned
7813         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7814         * src/SDCCval.c (valDiv, valMod): fixed signdness
7815         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7816         signedness of modulo, left and right shift
7817         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7818         * support/Util/SDCCerr.h: added warning W_INT_OVL
7819         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7820         * src/SDCCast.c (ast_print): improved output of constants
7821
7822 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7823
7824         Fixed some warnings when building with MSVC:
7825
7826         * as\mcs51\asdata.c
7827         * as\z80\asdata.c
7828         * as\mcs51\asm.h
7829         * as\z80\asm.h
7830         * link\z80\aslink.h
7831         * link\z80\lkdata.c
7832         * link\z80\lkeval.c
7833         * link\z80\lkgb.c
7834         * link\z80\lkihx.c
7835         * link\z80\lks19.c
7836         * link\z80\lksym.c
7837         * support\cpp2\cpplib.c
7838         * src\ds390\gen.c
7839         * src\mcs51\gen.c
7840
7841 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7844
7845 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847         * support\librarian\clean.mk: Do not remove Makefile.
7848         * support\librarian\Makefile: added.
7849
7850 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7851
7852         Added librarian to MSVC build:
7853         * all.dsp
7854         * sdcc.dsw
7855         * support\librarian\librarian.dsp
7856
7857         'configure' not needed for librarian, removed:
7858         * support\librarian\configure
7859         * support\librarian\configure.in
7860         * support\librarian\config_in.h
7861         * support\librarian\Makefile.in
7862
7863         Hopefully these ones built the librarian and the rest of sdcc properly:
7864         * Makefile
7865         * Makefile.common.in
7866
7867         Messed up 'configure', so revert to previous version:
7868         * configure
7869         * configure.in
7870
7871 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7872
7873         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7874         there, while the mantissa of a double is "only" 53 bits wide.
7875
7876 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7877
7878         Adding sdcclib to the build.  MSVC project coming soon.
7879         Files added/changed:
7880
7881         * support\librarian\clean.mk
7882         * support\librarian\configure
7883         * support\librarian\configure.in
7884         * support\librarian\config_in.h
7885         * support\librarian\Makefile.bcc
7886         * support\librarian\Makefile.in
7887         * support\librarian\sdcclib.c
7888         * Makefile.bcc
7889         * Makefile
7890         * Makefile.common.in
7891         * configure
7892         * configure.in
7893
7894 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7895
7896         Linker now complaints if linked modules have conflicting options, for
7897         example, one compiled using --model-large and another one compiled with
7898         --model-small.  The following files were modified:
7899
7900         * as\mcs51\asdata.c
7901         * as\mcs51\aslink.h
7902         * as\mcs51\asm.h
7903         * as\mcs51\asmain.c
7904         * as\mcs51\asout.c
7905         * as\mcs51\i51pst.c
7906         * as\mcs51\lkdata.c
7907         * as\mcs51\lklibr.c
7908         * as\mcs51\lkmain.c
7909         * as\z80\asdata.c
7910         * as\z80\asm.h
7911         * as\z80\asmain.c
7912         * as\z80\asout.c
7913         * as\z80\z80pst.c
7914         * link\z80\aslink.h
7915         * link\z80\lkdata.c
7916         * link\z80\lklibr.c
7917         * link\z80\lkmain.c
7918         * src\SDCCglue.c
7919
7920 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7921
7922         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7923         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7924
7925 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * src/z80/mappings.i: fix _mul[us][int,long] entries
7928
7929 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7930
7931         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7932
7933 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7936         * support/regression/tests/bitopcse.c: added
7937         fixed warning:
7938         * src/avr/gen.c:
7939         * src/pic/gen.c:
7940         * src/pic16/gen.c:
7941         * src/z80/gen.c:
7942         * src/xa51/gen.c:
7943
7944 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7945
7946         added support for new library format to z80, gbz80 linkers:
7947         *link/z80/aslink.h
7948         *link/z80/lklex.c
7949         *link/z80/lklib.c
7950         *link/z80/lklist.c
7951
7952 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7953
7954         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7955         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7956
7957 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         added DUMMY_READ_VOLATILE:
7960         * src/SDCC.y:
7961         * src/avr/gen.c:
7962         * src/xa51/gen.c:
7963         * src/z80/gen.c:
7964         * src/pic/gen.c:
7965         * src/pic16/gen.c:
7966         * src/mcs51/gen.c:
7967         * src/ds390/gen.c:
7968         * src/SDCCcse.c (algebraicOpts): many improvements
7969         * src/SDCCcse.h: removed algebraicOpts()
7970         * src/SDCCicode.c (picDummyRead): added
7971
7972 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7973
7974         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7975         "Insufficient space in data memory".
7976
7977 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7978
7979         * src/mcs51/gen.c: fixed bug #771358
7980         * src/z80/gen.c: fixed bug #759087
7981
7982 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7983
7984         * src/pic16/glue.c: minor cleanup by Vangelis
7985
7986 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7987
7988         * device/include/regc515c.h: fixed #758477
7989         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7990         * device/lib/_gptrput.c: saved a few bytes
7991         * my tab spacing is 8, yours too?)
7992         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7993         * device/lib/serial.c: process RX bytes earlier than TX bytes
7994         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7995
7996 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7997
7998         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7999
8000 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8001
8002     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8003
8004 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8005
8006         * device/lib/Makefile.in: bad fix, reverted to 1.43
8007
8008 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8009
8010         * device/lib/Makefile.in: added missing z80 object files
8011
8012 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8015         pic16 progress by Vangelis:
8016         * src/SDCCglobl.h:
8017         * src/SDCCmain.c:
8018         * src/pic/Makefile:
8019         * src/pic:
8020         * pic/Makefile:
8021         * pic16/device.c:
8022         * pic16/device.h:
8023         * pic16/gen.c:
8024         * pic16/gen.h:
8025         * pic16/genarith.c:
8026         * pic16/glue.c:
8027         * pic16/main.c:
8028         * pic16/pcode.c:
8029         * pic16/pcode.h:
8030         * pic16/pcodepeep.c:
8031         * pic16/peeph.def:
8032
8033 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8034
8035     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8036
8037 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8038
8039     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8040     added gbz80 build to MSVC project.
8041     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8042     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8043     from 8051 stuff and setup so it links using a .lnk file.
8044
8045 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8046
8047     * support/librarian/sdcclib.c: sdcc librarian.
8048     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8049     with sdcclib.
8050
8051 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8052
8053     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8054
8055 2003-07-02  Borut Razem <borut.razem AT siol.net>
8056
8057         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8058         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8059         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8060         src/xa51/main.c, src/z80/main.c:
8061         virtualization of glue() function: each port has it's own glue function,
8062         which is accessed by do_glue function pointer in PORT.general structure
8063
8064 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8065
8066         * DS800C400 fun, improved ROM interface and tinibios.
8067
8068 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8069
8070         * More support for DS80C400. Now includes beginning of interface to ROM.
8071
8072 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8073
8074         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8075
8076 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8077
8078         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8079
8080 2003-06-19  Borut Razem <borut.razem AT siol.net>
8081
8082         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8083
8084 2003-06-19  Borut Razem <borut.razem AT siol.net>
8085
8086         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8087         fixed Z80 port - crt0.o: cannot open.
8088
8089 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8090
8091         * support/Util/MySystem.c (merge_command): revert bad fix
8092
8093 2003-06-18  Borut Razem <borut.razem AT siol.net>
8094
8095         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8096
8097 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8098
8099         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8100         option --use-stdout sends errors to stdout instead of stderr.
8101
8102 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8103
8104         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8105
8106 2003-06-15  Borut Razem <borut.razem AT siol.net>
8107
8108         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8109         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8110         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8111         fixed width array of pointers replaced with sets;
8112         multiple include and lib paths ared transferred to preprocessor and linker
8113         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8114         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8115         fixed width array of pointers
8116         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8117         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8118         fixupPath(), getPathDifference()
8119         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8120         fixed width array of pointers
8121
8122 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8123
8124         * src/pic16/ralloc.c: fix warnings
8125         * src/pic16/pcode.c: fix warning
8126
8127 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8128
8129          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8130         know all the details, but essentially this set of changes enable
8131         the pic16 port to generate movff instructions and generate assembler
8132         directives,
8133         * src/SDCCmain.c:
8134         * src/pic16/gen.c:
8135         * src/pic16/glue.c:
8136         * src/pic16/pcode.c:
8137         * src/pic16/device.c:
8138         * src/pic16/main.c:
8139         * src/pic16/pcode.h:
8140         * src/pic16/pcoderegs.c:
8141         * src/pic16/ralloc.c:
8142         * src/pic16/ralloc.h:
8143
8144 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8145
8146         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8147         added option --vc, so sdcc errors and warnings are compatible with
8148         Microsoft Visual Studio.
8149
8150 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8151
8152         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8153           device/lib/libfloat.lib: added atof function.
8154
8155 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8156
8157         * doc/sdccman.lyx: updated to Lyx 1.3
8158         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8159         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8160         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8161
8162 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8163
8164         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8165
8166 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8167
8168         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8169           additions to the "related tools/documentation" section
8170
8171 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8172
8173         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8174
8175 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8178         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8179
8180 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8181
8182         * doc/sdccman.lyx: fix double dash and other minor things
8183         * doc/Makefile: fix double dash
8184
8185 2003-05-28  Karl Bongers(patches from Martin Helmling)
8186         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8187           condition and ignore commands.
8188
8189 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8190
8191         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8192           is in parts still quite out of date, I did changes as far as I felt makes sense
8193           for a non-native english speaker.
8194           Please feel free to add to the manual or to correct my changes.
8195         * doc/Makefile: undid touching the date of intermediate tex files.
8196
8197 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8198
8199         * doc/sdccman.lyx: Manual has an index now
8200
8201 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         Finalize muluint/mulsint and mululong/mulslong merging:
8204         * device/lib/_mulint.c
8205         * device/lib/_mullong.c
8206         * device/lib/gbz80/mul.s
8207         * device/lib/gbz80/stubs.s
8208         * device/lib/z80/mul.s
8209         * device/lib/z80/stubs.s
8210         * src/SDCCsymt.c (initCSupport)
8211
8212 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8213
8214         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8215         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8216           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8217           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8218           instead of /Zm500.
8219
8220 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8221
8222         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8223           the regression tests I'm not brave enough to enable 245.b, 245.c
8224         * doc/sdccman.lyx: added latex preamble for hyperref package.
8225           Using pdflatex this will give you a hyperlinked pdf file with
8226           bookmarks. (prepend '%' before /usepackage if this breaks something)
8227
8228 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8229
8230          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8231
8232 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8233
8234         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8235
8236 2003-05-21    <johan AT balder>
8237
8238         * src/SDCCglue.c (printIval): fixed bug #739934
8239
8240 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8241
8242         Applied patch from bug 737905 (renamed yylineo to mylineno):
8243         * src/altlex.c
8244         * src/SDCCast.c
8245         * src/SDCglobl.h
8246         * src/SDCC.lex
8247         * src/SDCCsymt.c
8248         * src/SDCCval.c
8249         * src/pic16/pcode.c: Cleaned warnings
8250         * src/pic16/pcodeflow.c: Cleaned warnings
8251         * src/pic16/pcoderegs.c: Cleaned warnings
8252
8253 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8254
8255         * src/pic16/pcode.c: Cleaned warnings
8256         * src/pic16/pcodepeep.c: Cleaned warnings
8257         * src/pic16/ralloc.c: Cleaned warnings
8258
8259 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8260
8261         * doc/sdccman.lyx: fixed bug 739745
8262         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8263
8264 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8265
8266         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8267         it can be defined with CFLAGS when running configure
8268         * src/SDCCmain.c: fixed compiling + linking with object files
8269
8270 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8271
8272         * configure.in: configure for pic16 port,
8273             added --disable-pic16-port
8274         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8275         * src/SDCCmain.c: linkOptions is changed to set *,
8276             added if/endif conditional macros to remove options help
8277             messages from optionsTable when a port is not configured, added
8278             support for the PIc16 port in the ports table, when executing
8279             the compiler with no port specified on command line, a default
8280             port is selected with the new macro DEFAULT_PORT which is
8281             defined in port.h, in setDefaultOptions() linkOptions is removed
8282             from initialization assignment, since now it is a set,
8283             parseCmdLine uses setParseWithComma for linkOptions, in
8284             linkEdit() linkOptions are accessed with new function indexSet()
8285             which returns the i'th item of a set variable. See SDCCset.c, in
8286             linkEdit() when calling buildCmdLine(), added linkOptions as
8287             last argument. Now users can pass arguments to gplink via the
8288             -Wl option, main() uses pic16glue() to glue up pic16 programs
8289         * src/SDCCpeeph.c: various changes to support pic16
8290         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8291             return the i'th item of the set
8292         * src/SDCCset.h: added function prototype for indexSet()
8293         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8294         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8295         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8296             added macro DEFAULT_PORT
8297         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8298         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8299             generated
8300         * src/pic16/glue.c: commented out some error producing lines
8301         * src/pic16/main.c: __config directives are commented out to stop
8302             gpasm complaining and test the linkage with gplink, _linkCmd and
8303             _asmCmd changed to be more gplink and gpasm friendly
8304         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8305             produced an error when parsed, peep rule 12 is added to utilize
8306             movff, but it is commented out since the pCode does not support
8307             yet a command with 2 address arguments
8308
8309 2003-05-18    <johan AT balder>
8310
8311         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8312         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8313 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8314
8315         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8316   Added feature to script commands from file.
8317
8318 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8319
8320         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8321         * src/SDCCutil.c: include ctype.h for win32
8322
8323 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8324
8325         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8326
8327 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8328
8329         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8330   Fixed so you can set breakpoints prior to run, run does not stop
8331   on entry now.  Add tbreak.  Other enhancements and fixes for use
8332   with ddd.
8333
8334 2003-05-12  Borut Razem <borut.razem AT siol.net>
8335
8336         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8337
8338 2003-05-11  Borut Razem <borut.razem AT siol.net>
8339
8340         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8341         the path of bin directory, so that PATH is the only env. variable, which has to be set
8342         in case of standard installation.
8343         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8344         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8345         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8346
8347 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8348
8349         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8350         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8351         temp files are in the port dir; clean the gen/test directory when
8352         generating new test.c
8353         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8354         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8355         * support/regression/tests/zeropad.c: added
8356
8357 2003-05-09    <johan AT balder>
8358
8359         * src/SDCCglue.c: fixed bug #597940
8360
8361 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8362
8363         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8364   cache sfr, optimize next,step, fix off by one sourceline,
8365   support ddd list function.
8366         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8367
8368 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * support/regression/HTMLgen.py: added compare_s2f()
8371         * support/regression/Makefile: redo 1.27
8372         * support/regression/generate-cases.py: redo 1.5
8373
8374 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8375
8376         * support/regression/tests/float.c: workaround 33 bit hex constant
8377         * support/regression/tests/simplefloat.c: fix division for host
8378
8379 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8380
8381         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8382         that tame's the PIC's over-aggressive optimizer.
8383
8384 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8385
8386          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8387          support for MSVC.
8388
8389 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8390
8391         Initial support for DS80C400. "Hello world" runs on TINIm400
8392         (with polled I/O).
8393
8394 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8395
8396          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8397          * Some notes on ddd usage added in debugger/README
8398          Martin Helmling adding more features and fixes for ddd GUI debugger.
8399          Code added for nexti, stepi, up, down, and other adjustments.
8400
8401 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8402
8403         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8404         * src/pic/peeph.def Added two rules to optimize carry manipulation
8405         * src/pic/* removed debug printfs
8406
8407 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8408
8409         * debugger/mcs51/cmd.c: added header newalloc.h
8410
8411 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8412
8413         * as/Makefile: new EXEEXT
8414         * as/z80/Makefile: remove trailing slash of BUILDIR
8415         * as/z80/clean.mk: new EXEEXT
8416         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8417         * support/cpp2/Makefile.in: new EXEEXT
8418         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8419
8420 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8423         EXEEXT was introduced to fix all related problems with targets
8424         "clean", "install" and "uninstall"; a couple of further flaws
8425         especially with "clean" have been fixed too
8426         * as/mcs51/Makefile.in
8427         * as/mcs51/clean.mk
8428         * as/z80/Makefile
8429         * Makefile
8430         * clean.mk
8431         * debugger/mcs51/Makefile.in
8432         * debugger/mcs51/clean.mk
8433         * link/z80/Makefile
8434         * link/z80/Makefile.in
8435         * link/z80/clean.mk
8436         * link/Makefile
8437         * packihx/Makefile.in
8438         * packihx/clean.mk
8439         * sim/ucsim/Makefile
8440         * sim/ucsim/clean.mk
8441         * sim/ucsim/avr.src/Makefile.in
8442         * sim/ucsim/avr.src/clean.mk
8443         * sim/ucsim/s51.src/Makefile.in
8444         * sim/ucsim/s51.src/clean.mk
8445         * sim/ucsim/xa.src/Makefile.in
8446         * sim/ucsim/xa.src/clean.mk
8447         * sim/ucsim/z80.src/Makefile.in
8448         * sim/ucsim/z80.src/clean.mk
8449         * sim/ucsim/main_in.mk
8450         * sim/ucsim/packages_in.mk
8451         * sim/ucsim/gui.src/Makefile.in
8452         * sim/ucsim/gui.src/serio.src/Makefile.in
8453         * sim/ucsim/gui.src/serio.src/clean.mk
8454         * src/Makefile.in
8455         * src/clean.mk
8456         * support/cpp2/Makefile.in
8457         * support/cpp2/clean.mk
8458         * support/makebin/Makefile
8459         * support/makebin/clean.mk
8460         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8461         * doc/sdccman.lyx: --program-suffix no longer needed
8462
8463 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8464
8465          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8466          Martin Helmling added support for ddd GUI debugger.
8467          Code added to display assembly, set variables, and other commands
8468          to interface to ddd.
8469
8470 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8471
8472         * as/Makefile: fix target clean
8473         * as/clean.mk: fix target clean
8474         * as/z80/clean.mk: fix target clean
8475
8476 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8477
8478         * Makefile.common.in: added  AT EXEEXT AT
8479         * configure.in: removed all mingw32 stuff
8480         * configure: rebuilt from configure.in
8481         * doc/sdccman.lyx: updated section "installation"
8482         * support/scripts/sdcc_mingw32: adapted to configure
8483         * support/scripts/sdcc_cygwin_mingw32: added
8484
8485 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8486
8487         * src/pic Added object file support for the PIC port
8488         * src/pic Applied patch from Craig Franklin (this started the object file support)
8489         * src/regression Updated the PIC regression tests for object files
8490
8491 2003-04-20  Borut Razem <borut.razem AT siol.net>
8492
8493         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8494           lklex.c: In function `getfid':
8495           lklex.c:203: warning: array subscript has type `char'
8496         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8497           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8498         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8499           stack handling macros
8500
8501 2003-04-19  Borut Razem <borut.razem AT siol.net>
8502
8503         * "handling space characters in file path" task:
8504         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8505         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8506         * support/Util/MySystem.h: make it self-sufficient
8507         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8508           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8509           handling space characters in file path
8510         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8511           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8512         * support/Util/MySystem.c: handling space characters in executable's path
8513
8514 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8515
8516         * as/z80/Makefile: fix permanent rebuild of z80
8517         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8518         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8519
8520 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8521
8522         * src/SDCCopt.c: add special case optimization to replace modulo by
8523           a power of two with a bitwise AND.
8524
8525 2003-04-18    <johan AT balder>
8526
8527         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8528
8529 2003-04-17    <johan AT balder>
8530
8531         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8532         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8533
8534 2003-04-13  Borut Razem <borut.razem AT siol.net>
8535
8536         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8537         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8538           fixed mingw problem in adl_NORMALIZE_PATH
8539
8540 2003-04-12  Borut Razem <borut.razem AT siol.net>
8541
8542         * fixed "#pragma SAVE/RESTORE can not be nested":
8543         * src/SDCC.lex: reworked pragma handling functions
8544         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8545         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8546
8547 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         * src/SDCCutil.c (pathEquivalent): defined but not used
8550         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8551         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8552         * configure: rebuilt from configure.in
8553         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8554         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8555         * device/include/Makefile.in: replace sdcc_datadir
8556         * device/lib/Makefile.in: replace sdcc_datadir
8557         * Makefile.common.in: add LDFLAGS from configure
8558         * packihx/Makefile.in: use LDFLAGS
8559         * src/Makefile.in: use LDFLAGS
8560         * support/cpp2/Makefile.in: add LDFLAGS from configure
8561         * support/makebin/Makefile: use LDFLAGS
8562         * .version: bumped version number to 2.3.5
8563
8564 2003-04-12  Borut Razem <borut.razem AT siol.net>
8565
8566         * completed "different paths" task:
8567         * src/SDCCmacro.c: fixed bug in handling quotes
8568         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8569         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8570
8571 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8574
8575 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8576
8577         * ds390/gen.c ds390/peeph.def: fix bug 706781
8578
8579 2003-04-11  Borut Razem <borut.razem AT siol.net>
8580
8581         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8582
8583 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8584
8585         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8586         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8587          set - this bit used to not be set...).
8588         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8589           bad code in PIC Port
8590         * src/regression/and2.c added to test bug 609268
8591         * src/regression/Makefile added and2.c to regression test
8592
8593
8594 2003-04-08    <johan AT CP255758-A>
8595
8596         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8597         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8598         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8599
8600 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8603         fix bug #487815
8604         * support/cpp2/Makefile.in: fix bug #487815
8605         * configure: rebuilt from configure.in
8606         * Makefile.common.in: docdir changed, new path suffixes
8607         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8608         * sdcc_vc_in.h: reflect changes from sdccconf.h
8609         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8610         * src/SDCCutil.h: remove BINDIR hack
8611         * doc/sdccman.lyx: update new path hierarchy
8612
8613 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8614
8615         * src/SDCCpeeph.c: added okToRemoveSLOC test
8616
8617 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8618
8619         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8620
8621 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8622
8623         * src/SDCCpeeph.c: added labelIsReturnOnly test
8624         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8625
8626 2003-04-05    <johan AT balder>
8627
8628         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8629         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8630         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8631         * src/SDCCast.c: fixed a warning
8632         * src/SDCCast.h: fixed a warning
8633         * src/SDCCicode.c (operandFromAst): fixed a warning
8634
8635 2003-04-04    <johan AT balder>
8636
8637         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8638         * src/SDCCast.c (decorateType): fixed bug #715076
8639         * src/SDCC.y: fixed bug #702907
8640
8641 2003-04-03    <johan AT balder>
8642
8643         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8644         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8645         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8646         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8647         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8648
8649 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8650
8651         * _decdptr.c: fix return values
8652         * _gptrget.c: fix return values
8653         * _gptrgetc.c: fix return values
8654         * _gptrput.c: fix return values
8655         * _mulint.c: fix return values
8656         * as/z80/Makefile: fix 'make -j' problem
8657
8658 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8659
8660         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8661         * configure.in: big cleanup, updated to autoconf 2.5x
8662         * configure: rebuilt from configure.in
8663         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8664         * sdcc_vc_in.h: reflect changes from sdccconf.h
8665         * doc/Makefile: fixed a flaw in "make install"
8666
8667 2003-04-02    <johan AT balder>
8668
8669         * src/ds390/gen.c (genCmp): no comments
8670         * src/mcs51/gen.c (genCmp): no comments
8671         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8672         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8673
8674 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * support/regression/generate-cases.py: place generated file in given sub directory
8677         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8678         * support/regression/Makefile: improvements for 'make -j';
8679         side effect: it's simpler and faster now
8680
8681 2003-03-31  Borut Razem <borut.razem AT siol.net>
8682
8683         * src/z80/main.c: link-{port} and as-{port} defined without path
8684         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8685
8686 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8689
8690 2003-03-30  Borut Razem <borut.razem AT siol.net>
8691
8692         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8693           changed type of list parameter to set
8694         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8695         * src/port.h: changed type of do_assemble() parameter to set
8696         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8697           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8698           definition of "cppoutfilename" macro with NULL value in preProcess()
8699         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8700         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8701         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8702           replaced with set *binPathSet
8703         * shash_add() deallocates the item, if allready exsists, before adding the new one
8704         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8705
8706 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8707
8708         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8709           a nested for loop bug in the PIC port
8710         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8711           for loops
8712
8713 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * support/Util/dbuf.h: remove C++ stuff to make it portable
8716
8717 2003-03-28  Borut Razem <borut.razem AT siol.net>
8718
8719         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8720           literal strings in stringLiteral()
8721         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8722         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8723           to the project
8724
8725 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8726
8727         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8728
8729 2003-03-26    <johan AT balder>
8730
8731         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8732         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8733         * src/SDCCast.c (decorateType): fixed " -v < 3"
8734
8735 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8738         Added Lenny Story's debug infrastructure changes:
8739         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8740         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8741         * src/cdbFile.c: added
8742         * src/SDCCdebug.c: added
8743         * src/SDCCdebug.h: added
8744         * src/SDCCast.c (createFunction)
8745         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8746         * src/SDCCmain.c (parseCmdLine, main)
8747         * src/SDCCmem.c (redoStackOffsets)
8748         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8749         * src/SDCCsymt.h
8750         * src/common.h
8751         * src/avr/gen.c (genAVRCode)
8752         * src/ds390/gen.c (gen390Code)
8753         * src/mcs51/gen.c (gen51Code)
8754         * src/pic/gen.c (genpic14Code)
8755         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8756         * src/xa51/gen.c (genXA51Code)
8757         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8758
8759 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8760
8761         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8762         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8763
8764 2003-03-22    <johan AT balder>
8765
8766         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8767
8768 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8769
8770         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8771         * doc/cdbfileformat.lyx: added, written by Lenny Story
8772         * doc/Makefile: added cdbfileformat.lyx
8773         * doc/clean.mk: added cdbfileformat.lyx
8774
8775 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8776
8777         * src/mcs51/peeph.def: fix bug #705773
8778
8779 2003-03-20    <johan AT balder>
8780
8781         An sfr/sbit can have an "at #" AND an initializer
8782         * src/SDCCsymt.c (checkSClass):
8783         * src/SDCCmem.c (allocGlobal):
8784         * src/SDCCmem.c (allocLocal):
8785         * src/SDCCast.c (createBlock):
8786
8787 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8788
8789         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8790
8791 2003-03-16    <johan AT balder>
8792
8793         Undid the hackup of const and volatile, the problem is much bigger
8794         * src/SDCC.y:1.65
8795         * src/SDCCast.c:1.171
8796         * src/SDCCglue.c:1.138
8797         * src/SDCCicode.c:1.146
8798         * src/SDCCsymt.c:1.150
8799         * src/SDCCval.c:1.65
8800
8801 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8804         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8805
8806 2003-03-13    <johan AT balder>
8807
8808         Hackup const and volatile modifiers in type chains a bit:
8809         * src/SDCC.y:1.63
8810         * src/SDCCast.c:1.169
8811         * src/SDCCglue.c:1.136
8812         * src/SDCCicode.c:1.143
8813         * src/SDCCsymt.c1.146
8814         * src/SDCCsymt.h1.59
8815         * src/SDCCval.c:1.63
8816
8817 2003-03-12    <johan AT balder>
8818
8819         * src/SDCCBBlock.h: more LRH debugging junk
8820         * src/SDCCcflow.h: more LRH debugging junk
8821         * src/SDCCloop.c: more LRH debugging junk
8822         * src/SDCC.y (struct_declaration): fixed bug #697590
8823         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8824         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8825         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8826
8827 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8828         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8829         test function names must now match exactly).
8830         * src/SDCCcse.c: added special case in findCheaperOp to allow
8831         extending a short integer. Makes less awful code for bug 700121 test case.
8832
8833 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8834
8835         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8836         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8837
8838 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8839
8840         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8841         actually called (operandsNotEqual() was called for all
8842         operandsNotEqualX tests).
8843
8844 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8845
8846         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8847         with shorter literals. Fixes bug 700121.
8848
8849 2003-03-11    <johan AT balder>
8850
8851         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8852
8853 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8854
8855         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8856         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8857
8858 2003-03-10  Borut Razem <borut.razem AT siol.net>
8859
8860         * src/SDCCmain.c: pipe preprocessor's output
8861         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8862         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8863         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8864         which closes all pipes in pipeSet set
8865         * src/SDCCset.c: free deleted item in function deleteSetItem()
8866         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8867         moved from z80 to src subproject
8868         * .version: increased version number to 2.3.4
8869
8870 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8873         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8874         * support/regression/ports/xa51/spec.mk: fix typo
8875
8876 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8879
8880 2003-03-09  Borut Razem <borut.razem AT siol.net>
8881
8882         * src/SDCCmain.c: pipe preprocessor's output
8883         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8884         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8885         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8886         which closes all pipes in pipeSet set
8887         * src/SDCCset.c: free deleted item in function deleteSetItem()
8888         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8889         moved from z80 to src subproject
8890
8891 2003-03-09  Borut Razem <borut.razem AT siol.net>
8892
8893         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8894         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8895         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8896         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8897         * src/SDCCglobl.h: unification of WIN32 native definitions
8898
8899 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8900
8901         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8902
8903 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/configure.in:   check for endianess (even while cross-compiling)
8906         * src/configure:      check for endianess (even while cross-compiling)
8907         * src/configure_in.h: check for endianess (even while cross-compiling)
8908         * src/avr/gen.c:        remove old endianess stuff
8909         * src/mcs51/gen.c:      remove old endianess stuff
8910         * src/ds390/gen.c:      remove old endianess stuff
8911         * src/pic/gen.c:        remove old endianess stuff
8912         * src/pic/genarith.c:   remove old endianess stuff
8913         * src/pic/glue.c:       fix endianess check
8914         * src/pic16/gen.c:      remove old endianess stuff
8915         * src/pic16/genarith.c: remove old endianess stuff
8916         * src/pic16/glue.c:     fix endianess check
8917         * src/xa51/gen.c:       remove old endianess stuff
8918         * src/z80/gen.c:        fix endianess check
8919         * src/SDCCglue.c:       fix endianess check
8920         * src/ds390/peeph.def: fix bug 700036
8921
8922 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8923
8924         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8925         * src/configure: find appropriate data-types on host for SDCC's int and long
8926         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8927         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8928         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8929
8930 2003-03-07    <johan AT balder>
8931
8932         Just a big NOOP:
8933                 some minor cleanups before the big shot
8934                 OP_DEFS and OP_USES now use Kevin's protection
8935                 new option --nolabelopt
8936
8937         * src/SDCCBBlock.c:
8938         * src/SDCCast.c,:
8939         * src/SDCCcflow.c:
8940         * src/SDCCcse.c:
8941         * src/SDCCicode.c:
8942         * src/SDCCicode.h:
8943         * src/SDCClabel.c:
8944         * src/SDCCloop.c:
8945         * src/SDCCmain.c:
8946         * src/ds390/ralloc.c:
8947         * src/mcs51/ralloc.c:
8948         * src/pic/ralloc.c:
8949         * src/xa51/ralloc.c:
8950         * src/z80/ralloc.c:
8951
8952 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/pic/pcode.c (get_op): fix 64 bit warnings
8955         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8956         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8957         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8958         * support/regression/tests/malloc.c: fix 64 bit warnings
8959
8960 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8961
8962         * src/mcs51/gen.c (genMinus): fixed bug 696436
8963
8964 2003-03-02  Borut Razem <borut.razem AT siol.net>
8965
8966         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8967
8968 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8969
8970         * configure.in: test for mkstemp
8971         * sdccconf_in.h: add HAVE_MKSTEMP
8972
8973 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8974
8975         * device/include/ctype.h: removed warning while using --stack-auto
8976         * device/include/malloc.h: removed warning while using --stack-auto
8977         * device/include/string.h: removed warning while using --stack-auto
8978
8979 2003-02-23  Borut Razem <borut.razem AT siol.net>
8980
8981         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8982         because NDEBUG is defined (see man assert)
8983         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8984
8985 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8986
8987         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8988         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8989
8990 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8991
8992         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8993         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8994
8995 2003-02-18    <johan AT balder>
8996
8997         * as/mcs51/asmain.c (asmbl): module can start with a digit
8998         * as/z80/asmain.c (asmbl): module can start with a digit
8999
9000 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9003         * src/asm.c: fix pipe() for Mingw32
9004
9005 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9006
9007         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9008         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9009         make -V work again; --c1mode reads now from stdin
9010         * doc/sdccman.lyx: added --c1mode
9011         * support/Util/SDCCerr.c: new messages for c1 mode
9012         * support/Util/SDCCerr.h: new messages for c1 mode
9013         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9014
9015 2003-02-15    <johan AT balder>
9016
9017         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9018
9019 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9020
9021         * doc/sdccman.lyx: Environment variables, -o and other minor things
9022
9023 2003-02-14    <johan AT balder>
9024
9025         * src/xa51/main.c: before anyone really tries to use it :)
9026
9027         * Install doc's in share/sdcc/doc
9028         * removed some obsolete files
9029         * Do a proper make distclean and uninstall
9030         M Makefile.common.in
9031         R sdccbuild.sh
9032         M as/Makefile
9033         M device/include/Makefile.in
9034         M device/lib/Makefile.in
9035         M doc/sdccman.lyx
9036         M link/Makefile
9037         M sim/ucsim/doc/Makefile.in
9038         M src/clean.mk
9039         R src/avr/peeph.rul
9040         R src/xa51/peeph.rul
9041         M support/cpp2/Makefile.in
9042         M support/makebin/Makefile
9043
9044
9045 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9048
9049 2003-02-10  Borut Razem <borut.razem AT siol.net>
9050
9051         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9052         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9053         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9054         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9055         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9056         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9057         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9058         src/z80/Makefile.bcc: Borland Makefile cleanup
9059         * as/z80/Makefile.bcc: Added Borland Makefile
9060         * support/cpp2/borland.h: Removed
9061
9062 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9063
9064         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9065         * src/SDCC.lex: new pragma NOIV
9066         * src/SDCCglobl.h: new pragma NOIV
9067         * src/SDCCmem.c: new pragma NOIV
9068
9069 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9072
9073 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9074
9075         * src/SDCCmain.c: signal handling is switched off by --debug
9076         * doc/Makefile: small fix for install; use clean.mk again
9077         * doc/clean.mk: clean *.pdf and *.html too
9078
9079 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9080
9081         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9082         * device/lib/printfl.c: fix a ds390 bug by making it portable
9083         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9084         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9085         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9086         * debugger/mcs51/cmd.c: converted multi-line string literals
9087         * sim/ucsim/globals.cc: converted multi-line string literals
9088         * src/SDCCmain.c: introduced signal handler to remove temp files
9089         * doc/Makefile: small tweaks, implement clean
9090         * doc: removed generated files
9091
9092 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9093
9094         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9095         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9096         Address Record is not correctly generated for DS390."
9097
9098 2003-02-02  Borut Razem <borut.razem AT siol.net>
9099
9100         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9101         * as/mcs51/asm.h: fixed compilation with Borland C
9102         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9103         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9104         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9105         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9106         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9107         src/z80/Makefile.bcc: delete $(LIB) only if exist
9108         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9109
9110 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         * device/include/malloc.h: introduced NULL
9113         * device/include/string.h: introduced NULL
9114         * device/include/stdlib.h: introduced NULL
9115         * device/lib/_memcpy.c: removed NULL
9116         * device/lib/_strcat.c: removed NULL
9117         * device/lib/_strchr.c: removed NULL
9118         * device/lib/_strcmp.c: removed NULL
9119         * device/lib/_strcpy.c: removed NULL
9120         * device/lib/_strcspn.c: removed NULL
9121         * device/lib/_strlen.c: removed NULL
9122         * device/lib/_strncat.c: removed NULL
9123         * device/lib/_strncmp.c: removed NULL
9124         * device/lib/_strncpy.c: removed NULL
9125         * device/lib/_strpbrk.c: removed NULL
9126         * device/lib/_strrchr.c: removed NULL
9127         * device/lib/_strspn.c: removed NULL
9128         * device/lib/_strstr.c: removed NULL
9129         * device/lib/_strtok.c: removed NULL
9130         * device/lib/malloc.c: removed NULL, include own header
9131
9132 2003-02-02    <johan AT balder>
9133
9134         * 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
9135         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9136         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9137         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9138         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9139         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9140
9141 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9142
9143         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9144         area 'DATA'"
9145
9146 2003-02-01    <johan AT balder>
9147
9148         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9149
9150 2003-01-31    <johan AT CP255758-A>
9151
9152         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9153
9154 2003-01-30    <johan AT balder>
9155
9156         * src/SDCCBBlock.c: automatic bug detection
9157         * src/SDCCicode.c: automatic bug detection
9158
9159 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9160
9161         * src/SDCCglobl.h:   now --xram-size 0 works
9162         * src/SDCCmain.c:    now --xram-size 0 works
9163
9164 2003-01-29    <johan AT balder>
9165
9166         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9167
9168 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9169
9170         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9171         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9172         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9173         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9174         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9175         * src/SDCCmain.c:    Added options --xram-size and --code-size
9176
9177 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9178
9179         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9180         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9181
9182 2003-01-27    <johan AT balder>
9183
9184         * src/SDCC.y: fixed bug #613764
9185
9186 2003-01-26    <johan AT balder>
9187
9188         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9189         * src/SDCCsymt.h: fixed bug #673374
9190         * src/SDCCglue.c: fixed bug #661910
9191         * src/SDCCast.c: fixed bug #458099 and 673374
9192
9193 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9194
9195         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9196         * as/mcs51/strcmpi.h: added
9197         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9198         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9199         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9200         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9201         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9202         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9203         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9204         * as/mcs51/Makefile.aslink: new module strcmpi
9205         * as/mcs51/Makefile.asx8051: new module strcmpi
9206         * as/mcs51/Makefil.bcc: new module strcmpi
9207         * as/mcs51/Makefile.in: new module strcmpi
9208         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9209
9210 2003-01-26    <johan AT balder>
9211
9212         * src/SDCCglue.c: reverted back to 1.124
9213         * src/SDCCast.c: reverted back to 1.156
9214         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9215
9216 2003-01-25    <johan AT balder>
9217
9218         * src/SDCCglue.c: A better fix for bug #661910
9219         * src/SDCCast.c: A better fix for bug #661910
9220         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9221
9222 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * src/Makefile.in: remove spawn.o
9225         * src/SDCCmain.c: remove spawn.h
9226         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9227         * src/spawn.c: removed
9228         * src/spawn.h: removed
9229         * support/regression/ports/ds390/spec.mk: link with -r
9230
9231 2003-01-24    <johan AT CP255758-A>
9232
9233         * src/ds390/gen.c (aopOp): fixed bug #667458
9234         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9235         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9236         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9237
9238 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * src/mcs51/peeph.def: better assembler identation by Frieder
9241         * src/mcs51/gen.c: better assembler identation by Frieder
9242
9243 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9244
9245         * as/z80/string.h: removed for gcc 3.2
9246         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9247         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9248
9249 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9250
9251         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9252         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9253         * support/regression/Makefile: separate temp files for ports
9254         * support/regression/generate-cases.py: separate temp files for ports
9255         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9256         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9257
9258 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * moved tinitalk to device/examples/ds390
9261
9262 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9263
9264         * as/mcs51/lkmem.c: rflag is for DS390
9265         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9266         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9267                          (linkEdit): move mem- and map-files the same way as ihx-files
9268         * src/z80/main.c (_setDefaultOptions): removed --generic
9269         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9270         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9271         * src/pic/glue.c (picglue): --c1mode works again
9272         * src/pic16/glue.c (pic16glue): --c1mode works again
9273         * src/asm.c (printCLine): fix #660034
9274
9275 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9276
9277         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9278         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9279         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9280         * as/mcs51/lkmem (summary): better fix for sp problem
9281         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9282         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9283         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9284                                               remove --stack-after-data
9285
9286 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9287
9288         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9289         * src/SDCCutil.c (join): ugly bug: missing '\0'
9290         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9291
9292 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9295         * src/port.h: typo
9296         * src/pic/main.c (_asmCmd): gpasm supports -o
9297         * src/z80/main.c: more general macros
9298         * device/lib/Makefile.in: remove intermediate files
9299
9300 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9301
9302         * .version: Bumped version number to 2.3.3
9303         * src/SDCCBBlock.c: new option -o
9304         * src/SDCCglobl.h: new option -o
9305         * src/SDCCglue.c: new option -o
9306         * src/SDCCmain.c: new option -o
9307         * src/asm.c: new option -o
9308         * src/ds390/main.c: new option -o
9309         * src/pic/glue.c: new option -o
9310         * src/pic/pcode.c: new option -o
9311         * src/pic/ralloc.c: new option -o
9312         * src/pic16/glue.c: new option -o
9313         * src/pic16/pcode.c: new option -o
9314         * src/pic16/ralloc.c: new option -o
9315         * src/z80/main.c: new option -o
9316         * device/lib/Makefile.in: use -o
9317         * support/regression/ports/ds390/spec.mk: use -o
9318         * support/regression/ports/gbz80/spec.mk: use -o
9319         * support/regression/ports/mcs51/spec.mk: use -o
9320         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9321         * support/regression/ports/z80/spec.mk: use -o
9322         * support/regression/ports/ucz80/spec.mk: use -o
9323         * support/regression/ports/xa51/spec.mk: use -o
9324         * support/regression/fwk/lib/timeout.c: fix usage string
9325
9326 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9327         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9328
9329 2003-01-07    <johan AT balder>
9330
9331         * src/SDCCast.c (decorateType): fixed bug #600035
9332
9333 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9334         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9335         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9336         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9337         * src/pic/pcode.c: outcommented unused variable to remove warnings
9338         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9339
9340 2003-01-06    <karl AT turbobit.com>
9341         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9342    regression tests.
9343
9344 2003-01-06    <johan AT balder>
9345
9346         * src/SDCCicode.c: fixed array add
9347
9348 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9349         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9350         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9351
9352 2003-01-04    <johan AT balder>
9353
9354         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9355
9356 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9357         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9358
9359 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9360         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9361         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9362
9363 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9364         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9365
9366 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9367         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9368
9369 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9370         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9371
9372 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9373
9374     * in \sdcc\as\mcs51\ changed these files in order to create an
9375     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9376     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9377     following files to include the previous two files: aslink.dsp,
9378     Makefile.aslink, Makefile.bcc, and Makefile.in.
9379
9380     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9381     .adb instead of .cdb
9382
9383 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9384
9385         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9386         value from option --iram-size.
9387
9388 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9389
9390         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9391         dram[] array.
9392
9393 2002-09-18    <wiml AT hhhh.org>
9394
9395         * SDCClrange.h: exposed setFromRange() and setToRange()
9396         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9397           packRegsForAccUse() (bug 542397)
9398         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9399           multiple times and emitting the fetch operations more than once
9400           added aopGetUsesAcc() function to allow binary operators to
9401           fetch their operands in the correct order; made genMinus() emit
9402           compact code for X = LITERAL - Y
9403
9404 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9405         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9406         sprintf() in line 1267.
9407
9408 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9409         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9410         like ports.
9411
9412 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9413         Changes to aslink (All the changes are marked with 'JCF'):
9414
9415         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9416         summary().
9417
9418         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9419         area BSEG.  Also moves, if possible, the DATA area down into the internal
9420         ram so more space is available.
9421
9422         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9423         sflag.
9424
9425         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9426         not bytes.  Function summary() which creates a memory usage summary
9427         file with extension .mem.  Reports of overlaping stack and small stack
9428         size.  If the space for the stack is less than 16 bytes aslink trows a
9429         warning.
9430
9431         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9432         the 8051.  Option 'y' for memory summary output file.
9433
9434         Changes to sdcc (All the changes are marked with 'JCF'):
9435
9436         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9437
9438         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9439         overlaying area for it (uses RegBankUsed[4]).
9440
9441         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9442         bank zero as used by default.  By default aslink locates the stack
9443         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9444         the creation of the .mem file.  Delegates the allocation of data area
9445         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9446         the begining of the stack area to aslink.
9447
9448         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9449         glue() in SDCCglue.c creates an area for it.
9450
9451 2002-09-03  Borut Razem <borut.razem AT siol.net>
9452         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9453         sdcc/src/pic/glue.c:
9454         introduced atexit() handler for teporay files removal in case of
9455         errors, assertions, ...
9456
9457 2002-08-29  Borut Razem <borut.razem AT siol.net>
9458         * sdcc/support/cpp2/auto-host_vc_in.h:
9459         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9460         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9461         Maybe there is a similar problem with BORLANDC? It should be checked!
9462
9463         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9464         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9465         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9466         was not executed, and the compiler (cl) launched a warning:
9467         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9468
9469 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9470         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9471
9472 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9473         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9474
9475         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9476           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9477           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9478           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9479           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9480           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9481           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9482         - added Release configuration in VS projects
9483         - review of compiler an linker options
9484         - VC .exe files are generated in bin_vc directory, not to interfere
9485           with binaries generated from other projects (cygwin, mingw, bcc ...)
9486
9487         * sdcc/src/yacc.dsp: added
9488
9489         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9490         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9491         and insert the version number definitions from .version
9492
9493         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9494
9495         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9496         added - genarate auto-host.h using auto-host_vc_in.h as template
9497
9498         * sdcc/sdcc_vc.h,
9499         removed from CVS, generated automatically
9500
9501 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9502         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9503
9504 2002-08-11  Borut Razem <borut.razem AT siol.net>
9505         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9506
9507 2002-08-10  Borut Razem <borut.razem AT siol.net>
9508         * src/SDCCmain.c (main):
9509         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9510         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9511         The consequence was that some temporary files were not removed.
9512
9513         * src/SDCCglue.c:
9514         unification of code in functions tempfilename() and tempfile():
9515         function tempnam() is defined in Visual Studio 6.0 and .NET
9516
9517         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9518
9519         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9520           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9521         - removed compiler command line option /WX: Treats all warnings as errors
9522         - update a list of source files, included into the project
9523
9524         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9525           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9526         changed project type to Generic Project so that can be correcly converted to VS.NET project
9527
9528         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9529
9530         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9531
9532         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9533
9534         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9535         added return 0 statements after assert() to make compiler happy
9536
9537         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9538         added newline in the def file to keep MSC compiler satisfied
9539
9540         * sdcc/src/z80/gen.c:
9541         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9542           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9543         - solved MSC error in function aopDump()
9544
9545         * sdcc_vc.h: define PREFIX as "\\sdcc"
9546
9547 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9548         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9549
9550 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9551         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9552         - Rewrote the register banking algorithm.
9553         - Added pCode live-range analysis to registers (for now, only non-used and
9554         singly-used registers optimized away)
9555
9556         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9557
9558         * 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.
9559
9560 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9561         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9562
9563 2002-04-22  Michael Hope  <michaelh AT vroom>
9564
9565         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9566
9567         * configure.in (DD_COPT): Added include support required for gbdk.
9568
9569         * .version: Bumped version number just to increase it.
9570
9571         * src/SDCCmain.c: Added -nostdinc to the default options.
9572
9573 2002-04-15  Michael Hope  <michaelh AT vroom>
9574
9575         * device/lib/z80/printf.c (sprintf): Added.
9576
9577         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9578
9579         * src/z80/peeph.def: Added transpose redundent load rule.
9580
9581         * src/z80/main.c: Added force callee saves for jaune.
9582
9583         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9584
9585         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9586
9587 2002-03-28  Johan Knol  <johan AT balder>
9588
9589         * src/SDCCval.c: fixed bug #532436
9590
9591 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9592         * /src/port.h:
9593         Added "char *Processor" field to the port structure.
9594
9595         * /src/SDCCmain.c:
9596         Added -p option. Allows port dependent processor to be specified.
9597
9598         * all ports:
9599         Initialized the new field char *Processor field to NULL in all ports
9600
9601         * /src/pic/*:
9602         Compiler generated registers for interrupt context saving
9603         were not getting allocated.
9604
9605 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9606
9607         * /src/SDCCast.c:
9608         Fixed left shift. Will promote the left side of a left shift
9609         if a) left shifting more than size of operand or b) when assigned
9610         to something size > size of left side
9611
9612 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9613         * src/pic/*
9614         tons of changes. Register allocation has been
9615         rewritten. Added customization for the various PICs. Flow
9616         analysis is restructured. ...
9617
9618         * src/pic/device.h:
9619         Added
9620
9621         * src/pic/device.c:
9622         Added. device.c is a PIC port hack to accomodate variations
9623         in PIC devices.
9624
9625 2002-03-13  Michael Hope  <michaelh AT vroom>
9626
9627         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9628
9629 2002-03-04  johanknol  <johanknol AT manik>
9630
9631         * /src/SDCCval.c: fixed
9632
9633         const unsigned char arr[][2] = { { 0, 1 } };
9634         t18.c:1: error: Initializer element is not constant
9635
9636 2002-03-04  bela  <bela AT manik>
9637
9638         * /device/include/mcs51reg.h:
9639         ds89c420 register definition update
9640
9641 2002-03-03    <johan AT FRIJA>
9642
9643         * support/Util/SDCCerr.c: did something, but don't no why anymore
9644
9645         * support/regression/tests/bug-524691.c: made it a little less shy
9646
9647         * src/SDCCast.c (decorateType): fixed bug #524697
9648
9649         * src/SDCCast.c: made some lineno improvements
9650
9651         * src/SDCCval.c (getNelements): changed warning to error
9652
9653         * src/SDCCglue.c (printIvalArray): changed warning to error
9654
9655         * src/SDCCicode.c: fixed a warning for mingw
9656
9657         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9658
9659         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9660
9661 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9662
9663         * src/ds390/peeph.def:
9664         Added some more peephole rules
9665
9666         * src/ds390/gen.c: Various fixes & enhancements
9667
9668         * src/SDCClrange.c, src/SDCClrange.h:
9669         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9670
9671         * src/ds390/ralloc.c:
9672         various fixes & enhancements (ds390) specific
9673
9674         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9675         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9676         from rallocs.
9677
9678         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9679
9680 2002-03-02    <johan AT FRIJA>
9681
9682         * src/SDCCast.c (decorateType): fixed bug #524708
9683
9684         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9685
9686         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9687
9688 2002-03-01  Michael Hope  <michaelh AT vroom>
9689
9690         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9691
9692         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9693
9694 2002-03-01    <johan AT FRIJA>
9695
9696         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9697
9698         * src/SDCCast.c (decorateType): fixed bug #524209
9699
9700         * src/SDCCval.c (valNot): fixed bug #524195
9701
9702 2002-02-26    <johan AT balder>
9703
9704         * src/xa51/gen.c: fixed a warning
9705
9706         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9707
9708         * src/SDCCast.c (decorateType): fixed bug #522534
9709
9710 2002-02-23    <johan AT balder>
9711
9712         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9713
9714 2002-02-22    <johan AT balder>
9715
9716         * src/SDCCast.c: fixed bug #514865
9717
9718         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9719
9720 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9721
9722         * sdcc/src/SDCCloop.c:
9723         Previous fix was not good. basic blocks that have "break" or "return" are
9724         not really partof a loop , but live ranges used in these blocks should
9725         be live thru the entire loop, so set partOfLoop but don't add them to
9726         loop region
9727
9728 2002-02-21    <johan AT FRIJA>
9729
9730         * src/SDCCcse.c: fixed bug #514308
9731
9732 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9733
9734         * src/SDCCloop.c:
9735         Fixed BUG #519583. If a conditional block ended in a return/break
9736         statement inside a loop, it was not being considered part of the loop.
9737
9738         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9739
9740 2002-02-10  Karl Bongers <karl AT turbobit.com>
9741
9742         * debugger/*:
9743         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9744         with lots of comments and notes.
9745
9746         * device/examples/test2.c:
9747         Fix bug, "red" variable not being initialized(compiler complained).
9748
9749         * device/examples/Makefile, examples/test3.c:
9750         Add Makefile in device/examples folder, compiles test3.c
9751         for use as a multiple module SDCDB test case.
9752
9753         * sim/ucsim/cmd.src/cmdset.cc:
9754         Took out debug printfs in ucsim "next" command.
9755
9756         * sim/ucsim/xa.src:
9757         Karl and Johan start ucsim XA support.  Most dissassembly working,
9758         about 75% emulation done(plenty of work remaining).
9759
9760         * sim/ucsim/z80.src:
9761         Add Z80 support to ucsim, add test-ucz80 regression test,
9762         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9763         Notice z80 compiler fails on examples/test3.c/crc code.
9764
9765 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9766
9767         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9768         Added support for --parms-in-bank1
9769
9770         * src/ds390/peeph.def:
9771         added a few more peephole optimzations
9772
9773         * src/ds390/main.c:
9774         1) added __builtin_inp & __builtin_outp used to read in data of given length
9775            from a memory mapped port
9776         2) added __builtin_memcmp
9777         3) added __builtin_swapw swap bytes of a short
9778
9779         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9780         1) handle multiple send & receives from register bank1
9781         2) ralloc can now allocate DPTR1 to some liveRanges
9782
9783         * src/SDCCsymt.c, src/SDCCsymt.h:
9784         changes to handle multiple sends & receives
9785
9786         * src/SDCCptropt.h:
9787         added some pointer arithmetic optimization
9788
9789         * src/SDCCptropt.c:
9790         added some pointer arithmetic optimizations but not stable yet so not
9791         called from anywhere (will get this working shortly)
9792
9793         * src/SDCCopt.c: fixed for multiple sends & receives
9794
9795         * src/SDCCmain.c:
9796         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9797         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9798            set preprocessor defines (depending on options)
9799
9800         * src/SDCCicode.c, src/SDCCicode.h:
9801         changes made to handle multiple sends & receives
9802
9803         * src/SDCCglobl.h:
9804         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9805
9806         * src/SDCCcse.c, src/SDCCcse.h:
9807         added function findbackward def (to be used in upcoming optimization)
9808
9809         * src/SDCCcflow.c, src/SDCCcflow.h:
9810         added function returnAtEnd - to determine if a basic block terminates with
9811         a RETURN iCode
9812
9813         * src/SDCCast.c, src/SDCCast.h:
9814         added option parms-in-bank1
9815
9816         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9817         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9818         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9819         adjusted for --parms-in-bank1 option
9820
9821         * device/include/string.h:
9822         donot redefine "reentrant" keyword
9823
9824         * device/include/ds80c390.h: Added some more SFRs
9825
9826 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9827
9828         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9829
9830 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9831
9832         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9833
9834 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9835
9836         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9837
9838 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9839
9840         * Added --xram-movc option
9841
9842 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9843
9844         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9845
9846 2002-01-11  Johan Knol
9847
9848         * Added math lib of Jesus Calvino-Fraga
9849
9850 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9851
9852         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9853         * support/regression/Makefile: new target test-mcs51-stack-auto
9854         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9855
9856 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9857
9858         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9859
9860 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9861
9862         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9863
9864 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9865
9866         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9867
9868         * src/SDCCglue.h: add definition for printIvalChar()
9869
9870 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9871
9872         * src/SDCCast.c: fix #498138 by Johan
9873
9874         * src/SDCCglue.c: fix #498138 by Johan
9875
9876 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9877
9878         * support/regression/Makefile: fix clean
9879
9880         * support/regression/ports/ds390/support.c: fix transmission of last character
9881
9882 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9883
9884         * /sdcc/src/ds390/gen.c:
9885         a) improved computing address of stack variable
9886         b) took out some #if 0 code
9887         c) improved parmBytes adjustment
9888         d) improved genPlusIncr & genMinusIncr
9889         e) genCmp could generate bad code (when left assigned to DPTR)
9890         f) Fixed bug in hasInc
9891
9892         * /sdcc/src/ds390/ralloc.c:
9893         a) packRegsForSupport could mess up live information (Fixed)
9894         b) packRegsDPTRuse could be incorrect for left & right shift
9895
9896         * /sdcc/src/mcs51/ralloc.c:
9897         packRegsForSupport could mess up the live information (Fixed)
9898
9899         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9900
9901         * /sdcc/src/SDCCast.c:
9902         can reverse a loop even if function call is present as long
9903         as the loop control variable is local & is not passed as parameter
9904
9905 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9906
9907         * /sdcc/ChangeLog: *** empty log message ***
9908
9909         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9910         More builtin function additions for TININative
9911
9912         * /sdcc/src/ds390/ralloc.c:
9913         Had broken the regression testsuite
9914
9915         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9916
9917         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9918         Added funcattr hasStackParms will be set for reentrant functions when there
9919         are paramteres on the stack, this helps in minimizing frame pointer generation
9920         typeFromStr can handle function pointers now
9921
9922         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9923         *** empty log message ***
9924
9925 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9926
9927         * /src/ds390/gen.c, /src/ds390/main.c:
9928         More builtin function additions for TININative
9929
9930         * /src/ds390/ralloc.c:
9931         Had broken the regression testsuite
9932
9933         * /src/SDCCast.c: Fixed a bug in dumptree
9934
9935         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9936         Added funcattr hasStackParms will be set for reentrant functions when there
9937         are paramteres on the stack, this helps in minimizing frame pointer generation
9938         typeFromStr can handle function pointers now
9939
9940         * /doc/builtins.txt, /doc/TININative.txt:
9941         *** empty log message ***
9942
9943
9944 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9945
9946         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9947         ALPHA version for -mTININative
9948
9949         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9950         updated to reflect changes in the port structure
9951
9952         * /src/port.h:
9953         added function do_assemble (similar to do_link) if non-null this function
9954         will be called to do assembly (-mTININative) requires a multi command
9955         assembly
9956         added function genAssemblerEnd will be called to generate assembler Epilogue
9957
9958         * /src/SDCCsymt.c:
9959         added _JavaNative to debug info printing
9960
9961         * /src/SDCCmain.c: added option --tini-libid
9962         added port->do_assemble function (-mTININative) has a multi command assemble
9963
9964         * /src/SDCCglue.c: Disabled "constExpr" check
9965         added port->genAssemblerEnd function
9966
9967         * /src/SDCCglobl.h: Added option --tini-libid value
9968
9969         * /src/SDCCast.h:
9970         tookout optimizeCompare from the header (has no external references)
9971
9972         * /src/SDCCast.c: made one more function "static"
9973
9974 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9975
9976         * src/z80/mappings.i: Added z80asm support.
9977
9978         * src/z80/main.c: Added z80asm support on --asm=z80asm
9979
9980         * src/z80/gen.c: Fixed asm portability issues.
9981
9982         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9983
9984         * src/SDCCglue.c (printExterns): Added global/extern split.
9985
9986 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9987
9988         * support/regression/Makefile: added test for mcs51 model large
9989
9990         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9991
9992         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9993
9994 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9995
9996         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9997
9998 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9999
10000         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10001
10002         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10003
10004 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10005
10006         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10007
10008         * support/regression/tests/simplefloat.c: Port to mcs51.
10009
10010 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10011         * support/regression/tests/bug-485362.c: Added.
10012
10013         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10014
10015         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10016
10017         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10018
10019         * src/z80/gen.c (aopDump): Added a dump function.
10020
10021 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10022         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10023
10024         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10025
10026         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10027
10028         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10029
10030         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10031
10032         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10033
10034         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10035
10036         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10037
10038         * support/regression/ports/ds390/support.c: Use tinibios.
10039
10040         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10041
10042 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10043
10044         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10045         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10046
10047         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10048
10049         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10050
10051 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10052
10053         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10054
10055         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10056         (packRegsForIYUse): Created and optimised.
10057
10058 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10059
10060         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10061 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10062
10063         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10064
10065         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10066
10067         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10068
10069 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10070
10071         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10072
10073         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10074
10075 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10076
10077         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10078
10079         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10080
10081         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10082
10083 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10084
10085         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10086         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10087         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10088
10089         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10090
10091         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10092         (genNotFloat): Added.
10093         (genUminusFloat): Added.
10094
10095         * device/lib/z80/Makefile: Added floating pt stubs.
10096
10097         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10098
10099         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10100
10101         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10102
10103 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10104
10105         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10106
10107         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10108
10109         * sdcc/support/regression/Makefile: Add port ds390.
10110
10111         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10112
10113         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10114
10115         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10116
10117         * sdcc/support/regression/ports/ds390/support.c: Added.
10118
10119         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10120
10121         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10122
10123         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10124
10125 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10126
10127         * device/include/malloc.h: Added z80 and gbz80 support.
10128
10129         * device/lib/gbz80/heap.s: Added.
10130
10131         * device/lib/z80/heap.s: Added.
10132
10133         * device/lib/malloc.c: Added z80 and gbz80 support.
10134
10135         * support/regression/tests/malloc.c (testMalloc): Added.
10136
10137         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10138
10139         * support/regression/tests/bug-478094.c: Added.
10140
10141         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10142
10143 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10144
10145         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10146
10147         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10148
10149         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10150
10151         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10152
10153         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10154
10155 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10156
10157         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10158
10159 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10160
10161         * support/regression/tests/bug-477927.c: Added.
10162
10163         * src/z80/peeph.def: Added minor rules.
10164
10165         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10166
10167         * src/z80/peeph.def: Added jump optimisation modification.
10168
10169 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10170
10171         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10172
10173 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10174
10175         * support/regression/tests/funptrs.c: Added.
10176
10177 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10178
10179         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10180
10181 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10182
10183         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10184
10185         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10186
10187         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10188         (movLeft2ResultLong): Created.
10189
10190         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10191         (joinPushes): Added.  Joins two char pushes into a word push.
10192
10193 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10194
10195         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10196
10197         * support/makebin/Makefile (install): Added creation of dest dir.
10198
10199 2001-10-24 Karl Bongers <karl AT turbobit.com>
10200
10201         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10202
10203 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10204
10205         * src/z80/ralloc.c: Turned off faulty pack for one use.
10206
10207         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10208
10209         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10210
10211 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10212
10213         * support/regression/Makefile: Improved clean
10214
10215         * support/regression/ports/gbz80/spec.mk: Added clean
10216
10217         * support/regression/ports/host/spec.mk: Added clean
10218
10219         * support/regression/ports/z80/spec.mk: Added clean
10220
10221         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10222
10223         * support/regression/ports/mcs51/timeout.c: little improvements
10224
10225 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10226
10227         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10228
10229         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10230
10231         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10232
10233 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10234
10235         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10236
10237         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10238
10239 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10240         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10241
10242         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10243
10244         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10245
10246         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10247
10248         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10249
10250         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10251
10252         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10253
10254         * support/regression/tests/longor.c: Added.
10255
10256 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10257
10258         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10259
10260         * as/mcs51/aslink.h: define PATH_MAX
10261
10262         * as/mcs51/asm.h: define PATH_MAX
10263
10264         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10265
10266         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10267
10268         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10269
10270         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10271
10272         * src/SDCCglobl.h: define PATH_MAX
10273
10274         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10275
10276         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10277
10278 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10279
10280         * src/z80/gen.c (gencjneshort): Fixed
10281
10282         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10283
10284 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10285
10286         * support/regression/tests/bug-469671.c: Added.
10287
10288         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10289
10290 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10291
10292         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10293
10294         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10295
10296 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10297
10298         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10299
10300         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10301
10302         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10303
10304         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10305
10306         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10307
10308         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10309
10310         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10311
10312 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10313
10314         * 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.
10315
10316         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10317
10318         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10319
10320 2001-10-07    <johan AT FRIJA>
10321
10322         * device/lib/gets.c (gets): fixed the return value.
10323
10324 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10325         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10326
10327         * 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.
10328
10329         * 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.
10330
10331         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10332
10333         * src/pic/gen.c: Removed Safe_strdup.
10334
10335         * configure.in: Added option to enable libgc support.
10336
10337         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10338         (bitVectUnion): Optimised.
10339         (bitVectIntersect): Optimised.
10340         (bitVectBitsInCommon): Optimised.
10341         (bitVectCplAnd): Optimised.
10342
10343         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10344
10345 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * src/SDCCmain.c: distinguish between assembler debug and plain options
10348
10349         * src/avr/main.c:   remove standard assembler options
10350
10351         * src/ds390/main.c: remove standard assembler options
10352
10353         * src/mcs51/main.c: remove standard assembler options
10354
10355         * src/port.h: removed "PENDING" comment
10356
10357 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10358
10359         * src/device/lib/_mulint.c  : new, with assember functions
10360
10361         * src/device/lib/_mullong.c : new, with assember functions
10362
10363         * src/device/lib/_divuint.c : with assember functions
10364
10365         * src/device/lib/_divsint.c : with assember functions
10366
10367         * src/device/lib/_divulong.c: with assember functions
10368
10369         * src/device/lib/_divslong.c: with assember functions
10370
10371         * src/device/lib/_moduint.c : with assember functions
10372
10373         * src/device/lib/_modsint.c : with assember functions
10374
10375         * src/device/lib/_modulong.c: with assember functions
10376
10377         * src/device/lib/_modslong.c: with assember functions
10378
10379         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10380
10381         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10382
10383         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10384                                       replaced _mululong.c and _mulslong.c by _mullong.c
10385
10386 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10387
10388         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10389
10390 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10391
10392         * src/SDCCglue.c: test, if win32api is available for MINGW
10393
10394 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10397         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10398         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10399         * support/regression/ports/host/spec.mk: removed GENERIC
10400         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10401         * support/regression/ports/z80/spec.mk: removed GENERIC
10402
10403 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10404
10405         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10406
10407         * support/regression/tests/bug-467035.c: Created.
10408
10409 2001-10-01    <johan AT FRIJA>
10410
10411         * src/SDCC.y: fixed bug #466586 part 1
10412
10413 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10414
10415         * SDCCicode.c: z80 has no generic pointers
10416         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10417
10418 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10419
10420         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10421
10422 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10423
10424         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10425
10426         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10427
10428 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10429
10430         * configure.in: Fixed up so that ucsim is only configured once.
10431
10432         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10433
10434         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10435         (getPathDifference): As above.
10436
10437         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10438
10439         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10440
10441 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10442         * .version: Updated to 2.3.1
10443
10444         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10445         Added copyright header.
10446
10447         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10448         (assemble): Added support for macro based assembler commands.
10449         (linkEdit): Added support for macro based linker commands.
10450         (preProcess): Changed the pre-processor to use macros.
10451         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10452         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10453
10454         * device/lib/z80/crt0.s: Added module name for debugging.
10455
10456 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10457
10458         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10459
10460         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10461
10462         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10463
10464         * src/Makefile.in: Added SDCCmacro and SDCCutil
10465
10466 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10467
10468         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10469
10470 2001-09-16    <johan AT FRIJA>
10471
10472         * 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.
10473
10474 2001-09-15    <johan AT FRIJA>
10475
10476         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10477         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10478
10479 2001-09-11    <johan AT FRIJA>
10480
10481         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10482
10483 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10484
10485         * support/regression/tests/bug-460444.c: Added test case.
10486
10487         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10488         (genCast): Added justification for all of the asserts.
10489
10490 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10491
10492         * support/regression/support.c: _xdata replaced by xdata
10493
10494         * support/regression/spec.mk: removed _generic
10495
10496 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10497
10498         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10499
10500         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10501         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10502
10503         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10504
10505         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10506
10507         * support/regression/tests/bug-460010.c: Added test case.
10508
10509         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10510
10511 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10512
10513         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10514
10515         * support/regression/testfwk.c: removed workaround for bug #436344
10516
10517         * support/regression/tests/bp.c: use less memory with mcs51
10518
10519         * support/regression/tests/bug-441448.c: use less memory
10520
10521         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10522
10523         * support/regression/collate-results.py: typo
10524
10525 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10526
10527         * support/regression/tests/fetchoverlap.c: Added new test case.
10528
10529         * support/regression/tests/bp.c: Added new test case.
10530
10531         * support/regression/tests/bug-448984.c: Added new test case.
10532
10533         * support/regression/tests/pow2shifts.c: Added new test case.
10534
10535         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10536         (genlshTwo): Fixed right shift for count > 8.
10537
10538         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10539
10540 2001-09-08    <johan AT FRIJA>
10541
10542         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10543
10544 2001-09-07    <johan AT FRIJA>
10545
10546         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10547
10548         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10549
10550 2001-09-06    <johan AT FRIJA>
10551
10552         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10553         * bernhard noted me at this: "() equals to (void)" (1.38)
10554
10555 2001-09-05    <johan AT FRIJA>
10556
10557         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10558
10559 2001-09-04    <johan AT FRIJA>
10560
10561         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10562
10563
10564 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10565
10566         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10567
10568 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10569
10570         * link/z80/aslink.h: Fixed path for PATH_MAX
10571
10572 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10573
10574         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10575
10576         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10577
10578         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10579
10580         * 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.
10581
10582 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10583
10584         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10585         (genCmp): Fixed up genCmp for the GB with longs.
10586
10587         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10588
10589         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10590
10591         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10592
10593         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10594
10595 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10596
10597         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10598
10599 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10600
10601         * 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.
10602
10603         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10604
10605 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10606
10607         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10608
10609         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10610
10611 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10612
10613   * sim/ucsim/configure:    little improvement of Cygwin-detection
10614   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10615   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10616   * support/regression/tests/bug-221100.c: small changes for mcs51
10617   * support/regression/tests/bug-221168.c: small changes for mcs51
10618   * support/regression/tests/bug-227710.c: small changes for mcs51
10619   * support/regression/tests/staticinit.c: small changes for mcs51
10620   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10621   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10622   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10623
10624 $Revision$