* device/include/hc08/mc68hc908gp32.h,
[fw/sdcc] / ChangeLog
1 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/hc08/mc68hc908gp32.h,
4         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
5
6 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * src/SDCCast.c (constExprValue): return NULL if not a value
9         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
10         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
11         * support/regression/tests/bitfields.c: enabled signed bitfield for all
12
13 2006-02-13 Borut Razem <borut.razem AT siol.net>
14
15         * src/regression/ptrarg.c: added, fails due to bug #1430967
16         * src/regression/Makefile: ptrarg.c added, ...
17
18 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
19
20         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
21         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
22
23 2006-02-11 Borut Razem <borut.razem AT siol.net>
24
25         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
26           print "Processor: xxx" message to stdout only if --verbose
27
28 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
29
30         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
31         * support/regression/tests/bug1426356.c: added
32         * support/regression/tests/bitfields.c: removed 2 tests
33
34 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
35
36         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
37         * device/include/mcs51/c8051f330.h,
38         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
39           PCON_IDLE,PCON_STOP and added sfr16 definitions
40         * device/lib/_divsint.c,
41         * device/lib/_divuint.c,
42         * device/lib/_divulong.c,
43         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
44           register bank bug for small stackauto
45
46 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
49
50 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
53         * all.dsp: corrected several bin paths
54         * device/include/mcs51/c8051f120.h,
55         * device/include/mcs51/c8051f300.h,
56         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
57           to PCON_IDLE,PCON_STOP
58         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
59         * device/lib/printf_large.c (output_float): fixed bug 1388703
60         * support/regression/tests/bug1057979.c: added test for bug 1388703
61
62 2006-02-08 Raphael Neider <rneider AT web.de>
63
64         * src/pic/pcode.c (pciTRIS): fixed typo,
65           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
66           (LinkFlow): fixed handling of flows that end in a call,
67           (ReuseReg): perform safety check earlier
68         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
69             to work with flows at the beginning of a pBlock,
70             fixes #1426557 (Symbol not previously defined),
71           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
72             usage information
73           (RemoveUnusedRegisters): update register usage info
74         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
75             created, reuse existing ones instead
76         * src/pic/gen.c (genPcall): fixed #1424719
77
78 2006-02-01 Borut Razem <borut.razem AT siol.net>
79
80         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
81           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
82           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
83           src/regression/bool1.c, src/regression/bool2.c,
84           src/regression/bool3.c, src/regression/call1.c,
85           src/regression/compare.c, src/regression/compare10.c,
86           src/regression/compare2.c, src/regression/compare3.c,
87           src/regression/compare4.c, src/regression/compare5.c,
88           src/regression/compare6.c, src/regression/compare7.c,
89           src/regression/compare8.c, src/regression/compare9.c,
90           src/regression/configword.c, src/regression/for.c,
91           src/regression/inline.c, src/regression/mult1.c,
92           src/regression/nestfor.c, src/regression/or1.c,
93           src/regression/pointer1.c, src/regression/ptrfunc.c,
94           src/regression/rotate1.c, src/regression/rotate2.c,
95           src/regression/rotate3.c, src/regression/rotate4.c,
96           src/regression/rotate5.c, src/regression/rotate6.c,
97           src/regression/rotate7.c, src/regression/string1.c,
98           src/regression/struct1.c, src/regression/sub.c,
99           src/regression/sub2.c, src/regression/switch1.c,
100           src/regression/while.c, src/regression/xor.c,
101           src/regression/create_stc, src/regression/simulate,
102           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
103           regression tests
104         * src/regression/gpsim_assert.h: added
105
106 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
107
108         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
109         ((void (code *) (void)) 0) ();
110         * as/hc08/aslex.c,
111         * as/hc08/aslink.h,
112         * as/hc08/asm.h,
113         * as/hc08/asmain.c,
114         * as/hc08/lkdata.c,
115         * as/hc08/lklex.c,
116         * as/hc08/lkmain.c,
117         * as/mcs51/aslex.c,
118         * as/mcs51/aslink.h,
119         * as/mcs51/asm.h,
120         * as/mcs51/asmain.c,
121         * as/mcs51/lkdata.c,
122         * as/mcs51/lklex.c,
123         * as/mcs51/lkmain.c,
124         * as/z80/aslex.c,
125         * as/z80/asm.h,
126         * as/z80/asmain.c: fixed build on current cygwin:
127         replaced getline() by as_getline()
128
129 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
130
131         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
132         declarator in the symbol chain
133         * src/SDCCsymt.h,
134         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
135         parameter list for function pointers
136         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
137         * support/regression/tests/bug-716242.c: added
138
139 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
140
141         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
142         offset if possible
143         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
144
145 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
146
147         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
148         inifinitely recurseable, added static
149         * support/regression/tests/bug-1408066.c: added
150
151 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
152
153         * src/SDCCicode.h,
154         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
155         renamed, added possibility to create "postLoopLbl"-labels
156         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
157         newiTempLoopHeaderLabel
158         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
159         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
160         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
161         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
162         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
163         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
164         (basicInduction): fixed bug #136564, made static,
165         (loopInduction): changed parameter of basicInduction, made static,
166         (addPostLoopBlock): added
167         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
168         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
169         findLoopEndSeq
170         * support/regression/tests/bug-136564.c: added
171         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
172         --std-sdcc99 to LIBSDCCFLAGS
173
174 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
175
176         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
177         while loop
178         * support/regression/tests/bug-1406131.c: added
179
180 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
181
182         * src/SDCCast.c (decorateType): fix promotion of unary minus
183         * src/SDCCsymt.c (computeType): beautified
184         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
185         (valUnaryPM, valComplement): fix sign and promotion,
186         (valNot): ANSI: result type is int (SDCC: unsigned char)
187         * support/regression/tests/uminus.c: speedup by removing superflous
188         test case 'int'
189         * support/regression/tests/onebyte.c: added promotion and signedness
190         tests for unary minus
191         * support/regressions/tests/bug-477927.c: disable warning about
192         uninitialized variables
193         * support/regression/tests/not.c: added
194
195 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
196
197         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
198         * src/mcs51/gen.c (gen51Code): show final register usage after
199         fillGaps in asm with --i-code-in-asm
200         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
201         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
202         incUsed, rliveClear, adjustIChain): made static,
203         (setFromRange): excluded because it's unused,
204         (findPrevUseSym, markWholeLoop): added,
205         (findPrevUse): rewritten; fixes bug 895992; now a complete search
206         through all branches of predecessors enables sdcc to emit the warning
207         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
208         (rlivePoint): made static, added parameter emitWarnings which is only
209         true during the first run out of two,
210         (findRecursiveSucc, findRecursivePred): removed,
211         (computeLiveRanges): made static, added parameter emitWarnings,
212         (dumpIcRlive): added for debugging only
213         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
214         removed prototype of setFromRange()
215         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
216         in call of computeLiveRanges()
217         * support/regression/tests/bug-895992.c: added
218         * support/regression/tests/bug-971834.c: added
219         * support/valdiag/tests/bug-895992.c: added
220         * support/valdiag/tests/bug-971834.c: added
221
222 2005-12-18 Raphael Neider <rneider AT web.de>
223
224         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
225           (genUnpackBits): improved code for direct operands,
226           (genPackBits): improved code for literal assignment to bitfields
227             and for direct destination operands (no FSR indirection),
228             prevented redundant AND, fixes #1362800,
229           (AccLsh): added parameter to disable masking of the result
230         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
231           skip instructions with side-effects (like incfsz),
232           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
233         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
234         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
235           fixes #1375263
236
237 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
238
239         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
240         volatile variables as spill location
241
242 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
243
244         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
245         replacing literals
246         * support/regression/tests/bug-1376320.c: added
247
248 2005-12-08 Raphael Neider <rneider AT web.de>
249
250         * src/pic/device.c: renamed is_shared to pic14_is_shared
251         * src/pic/gen.c (genIfx): re-enabled handling of sbits
252         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
253           (is_valid_identifier): added for above workaround
254
255 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * device/lib/Makefile.in: fixed to enable port-specific-objects
258         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
259           char, thanks Hubert Sack
260         * doc/sdccman.lyx: documented --xstack-loc,
261           elaborated a bit more on interrupts and pitfalls,
262           removed "setjmp/longjmp unsupported",
263           documented some unsupported C99 features
264         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
265         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
266           if, thanks Hubert Sack
267         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
268         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
269           make make_library
270         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
271           regression tests can report resource usage (rfe 700441)
272         * support/regression/collate-results.py: report resource usage
273         * support/regression/ports/ds390/spec.mk,
274         * support/regression/ports/hc08/spec.mk,
275         * support/regression/ports/mcs51/spec.mk,
276         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
277         * support/regression/ports/ds390/uCsim.cmd,
278         * support/regression/ports/hc08/uCsim.cmd,
279         * support/regression/ports/mcs51/uCsim.cmd,
280         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
281         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
282           library, use the default one
283         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
284           building the library
285
286 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
287
288         * config.dsp: added dependency on .version and configure_vc.awk
289         * device/include/setjmp.h: updated for --stack-auto and --xstack
290         * device/include/mcs51/at89c51snd1c.h: corrected line endings
291         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
292         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
293         * device/lib/libsdcc.lib: added _setjmp
294         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
295           (decorateType): fixed bug 1372851,
296           (optimizeGetHbit): fixed warning
297         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
298           array initialisation
299         * support/regression/tests/bug1057979.c: added test for bug 1358192
300         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
301
302 2005-12-03 Borut Razem <borut.razem AT siol.net>
303
304         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
305           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
306
307 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
308
309         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
310         createIval): implement symbol independant "flexible array member",
311         (createIvalCharPtr): implemented flexible array initialisation with a
312         string
313         * src/SDCCsymt.c (copyStruct): removed,
314         (getSize): fixed misleading comment,
315         (getAllocSize): removed, the additional allocation size is now in
316         sym->flexArrayLength,
317         (checkStructFlexArray): new, syntax checks for flexible array members,
318         (compStructSize): added syntax checks for "flexible array members"
319         (copyStruct): removed,
320         (copyLinkChain): removed inefficient fix for bug 770487
321         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
322         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
323         symbol->flexArrayLength
324         * src/SDCCerr.c,
325         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
326         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
327         * support/regression/tests/structflexarray.c: added
328         * support/valdiag/tests/structflexiblearray.c: added
329
330 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
331
332         * src/SDCCast.c (decorateType): fixed bug 1368489
333         * support/Util/SDCCerr.c,
334         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
335
336 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
337
338         * device/include/mcs51/at89c51snd1c.h: added file submitted by
339           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
340
341 2005-11-27 Borut Razem <borut.razem AT siol.net>
342
343         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
344           support/cpp2/mkdeps.h: added command line option
345           -obj-ext=<extension> to SDCPP to define object file externion, used
346           for generation of make dependencies (-M)
347         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
348
349 2005-11-26 Borut Razem <borut.razem AT siol.net>
350
351         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
352           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
353           added pic and pic16 libraries
354
355 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
356
357         * device/include/float.h: Corrected typo in prototype of __fsgt
358
359 2005-11-25 Borut Razem <borut.razem AT siol.net>
360
361         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
362           added creation of model-mcs51-stack-auto libraries
363
364 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
365
366         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
367         and fields-list too
368         * src/SDCCast.c (createIvalArray): removed obsolete comment
369
370 2005-11-24 Borut Razem <borut.razem AT siol.net>
371
372         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
373           added missing device/lib/mcs51/crt*.asm sources
374
375 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
376
377         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
378
379 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
380
381         * device/lib/_fs2schar.c,
382         * device/lib/_fs2sint.c,
383         * device/lib/_fs2slong.c: optimized inline asm
384
385 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
386
387         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
388           Better handling of floats between -1.0 and 0.0.
389
390 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
391
392         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
393           (the missing "if"s prohibited removal of redundant labels)
394
395 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
396
397         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
398           Properly convert floats between -1.0 and 0.0 to long, int, and char
399           types (max integer value of negative floats tends to zero).
400         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
401           Removed changes made so to work properly with floats between
402           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
403           and _fs2char.c
404
405 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
406
407         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
408         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
409         (genCast) cosmetic change
410         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
411         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
412         from mcs51
413         * support/regression/tests/bitfields (testSignedBitfields): added
414
415 2005-11-18 Borut Razem <borut.razem AT siol.net>
416
417         * sdcc/device/lib/Makefile.in: remove all unnecessary files
418         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
419           introduced SILENT option to make building of pic16 libraries less
420
421 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
422
423         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
424           Now they work properly with floats between -1.0 and 0.0
425         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
426
427 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * src/SDCCicode.c (printOperand): added missing else
430
431 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
432
433         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
434         reformatted for better readability
435         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
436         signed bitfields
437
438 2005-11-17 Borut Razem <borut.razem AT siol.net>
439
440         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
441           introduced SILENT option to make building of pic16 libraries less
442           verbose - used for nightly snapshot build
443         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
444           available on Win32 platforms.
445         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
446           medium, large, pic and pic16
447
448 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
449
450         * device/lib/printf_large.c: Temporary patch for bug 1358192:
451           printf("%f"...) sets fraction to zero.
452
453 2005-11-16 Raphael Neider <rneider AT web.de>
454
455         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
456           fixes #1357221
457         * src/pic/gen.c (genIfx): implemented for CARRY bit
458         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
459           to generic pointers, fixes #1357332,
460           (pic16_movLit2f): NEW,
461           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
462
463 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
464
465         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
466
467 2005-11-11 Raphael Neider <rneider AT web.de>
468
469         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
470         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
471           compute pointer's type from operand,
472           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
473           improved single bit reads, fixes bug #1353379
474
475 2005-11-09 Borut Razem <borut.razem AT siol.net>
476
477         * support/scripts/sdcc.nsi: added lib/pic to the package
478
479 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
480
481         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
482
483 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
484
485         * support/regression/tests/bug1348008.c: added
486         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
487         * support/regression/tests/bug1337835.c: updated comment
488
489 2005-11-06 Borut Razem <borut.razem AT siol.net>
490
491         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
492           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
493           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
494           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
495           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
496           dynamic construction of cl_error_class and derivates - 2.nd try
497
498 2005-11-05 Borut Razem <borut.razem AT siol.net>
499
500         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
501           bug, which caused Bus Errors on sparc solaris
502
503 2005-11-04 Borut Razem <borut.razem AT siol.net>
504
505         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
506           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
507           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
508           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
509           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
510           and derivates to resolve the initialization problem on OSX
511
512 2005-11-02 Borut Razem <borut.razem AT siol.net>
513
514         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
515           corrected typo - #include <winsock2.h>
516
517 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
518
519         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
520           (_asxxxx_mapping): added org directive for future enhancements
521
522 2005-11-01 Borut Razem <borut.razem AT siol.net>
523
524         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
525           enabled sockets on WIN32
526         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
527
528 2005-10-31 Borut Razem <borut.razem AT siol.net>
529
530         * support/regression/generate-cases.py: escape backslashes in {testcase}:
531           WIN32 backslash path delimiters should be escaped when used in C strings
532         * support/regression/tests/bitfields.c: exclude failing assertions for
533           __CYGWIN32__ and __MINGW32__ hosts
534
535 2005-10-30 Borut Razem <borut.razem AT siol.net>
536
537         * src/SDCCutil.c: corrected double comparison typo
538
539 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * device/lib/medium/Makefile: added for new memory model medium
542         * device/include/asm/mcs51/features.h: updated for medium/pdata
543         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
544           added Multiply & Accumulate sbit's and MAC0_PAGE define
545         * device/include/mcs51/c8051f300.h: added sfr16 definitions
546         * device/include/mcs51/c8051f310.h: added sfr16 definitions
547         * device/lib/_mullong.c: update for medium model
548         * device/lib/incl.mk: added medium model
549         * doc/sdccman.lyx: documented medium model
550         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
551         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
552         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
553         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
554           (allocParms): set SCLS and OCLS to pdata for medium model
555         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
556           for pdata,
557           (powof2): return <0 if not power of 2
558         * src/avr/gen.c (genBitWise): use updated powof2
559         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
560           (shiftR2Left2Result): small optimization in setup, save acc when storing,
561           (shiftLLeftOrResult): use B if necessary
562         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
563         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
564         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
565         * support/regression/Makefile.in: added test-mcs51-medium
566         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
567
568 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
569
570         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
571         specifier unsigned
572         * device/lib/time.c (mktime): fixed bug 1334315
573
574 2005-10-28 Raphael Neider <rneider AT web.de>
575
576         * device/include/pic/p16f_common.inc: added common declarations
577         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
578
579 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
580
581         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
582           (aopPutUsesAcc): added to predict accumulator use,
583           (assignResultValue): save acc if necessary,
584           (genMinusDec): store result if indirectly addressed,
585           (genDivOneByte):  save acc if necessary,
586           (movLeft2Result): bugfix if left already in acc,
587           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
588             attention to accumulator use (esp. pdata),
589           (genReceive): receive pdata correctly
590         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
591         * src/SDCCicode.h: added isOperandInPagedSpace prototype
592
593 2005-10-27 Raphael Neider <rneider AT web.de>
594
595         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
596
597 2005-10-27 Raphael Neider <rneider AT web.de>
598
599         * .version: changed version to 2.5.4
600         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
601         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
602           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
603             arithmetics support routines
604         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
605         * device/lib/Makefile.in: also create installdir for pic
606
607         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
608           pic14 port as well
609         * src/pic/device.c (dump_sfr): rewritten to delegate register
610           placement to the linker (use `extern sym' rather than sym EQU addr),
611           (validAddress): fixed to check last specified address
612         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
613           (popGetLit): truncate literal value to 8 bit,
614           (popGet): moved assert to more appropriate place
615           (popGetExternal): create pCode operand from and mark the according
616             symbol as being `extern'
617           (popGetAddr): added sanity check on immediate's offset, provide
618             GPOINTER tag on demand
619           (aopPut): fixed for immediates,
620           (mov2w_op): move operand's address or contents to WREG (depending on
621             operand type), safer variant of mov2w,
622           (movwf,call_libraryfunc): NEW, handy abbreviations,
623           (get_argument_pcop,get_return_val_pcop,pass_argument,
624           get_returnvalue): interface for accessing function parameters and
625             return values,
626           (assignResultValuei,genRet): use new parameter/return value interface
627           (pic14_getDataSize): back to old version handling generic pointers,
628           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
629             provided implementation and/or fixed old one,
630           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
631             calls, removed legacy 8051 reference code
632           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
633           (loadSignToC): NEW, move the operands sign bit to CARRY,
634           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
635             genRightShiftSigned, accepts negative shift counts,
636           (setup_fsr): load FSR and adjust IRP (indirect memory access),
637           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
638             generic pointers, __data pointers and __code pointers,
639           (genUnpackBits,genPackBits): rewritten to work with generic pointers
640             and signed bitfields, limit bitfields to 8 bit,
641           (genDataPointerGet): fixed number of bytes read,
642           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
643           (genPointerGet,genPointerSet): fixed handling of __code pointers,
644             pointers to constant data are no longer assumed to point to __code
645             space, removed invalid pointer types,
646           (bitpatternFromVal): retrieve the PICs representation of an integer
647             or float literal,
648           (genDataPointerSet): fixed assigning to po_immediate operands,
649           (genGenPointerSet): implemented as library call,
650           (genIfx): fixed incorrect condition,
651           (genAddrOf): limit generic pointers' addresses to 2 bytes,
652             provide GPOINTER tag according to destination's storage class,
653           (genCast): added code to handle casting to generic pointers, added
654             sign-/zero extension of the result
655           (aop_isLitLike,op_isLitLike): fixed handling of immediates
656         * src/pic/gen.h: added macros to access IRP bit in STATUS register
657         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
658           extend the result
659         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
660           address/register resides in the shared banks
661           (emitSymbolToFile): improved to handle global and `pinned' symbols,
662             put all variables into separate sections (have the linker arrange
663             them)
664           (picglue): put init code and interrupt handlers in separate sections
665         * src/pic/main.c: added port specific options table, modified to PORT
666           structure to make GPOINTERs 3 byte, added pic14_options
667           (_pic14_do_link): private linking routine (update paths to libraries,
668             add libsdcc.lib by default)
669         * src/pic/main.h: declare pic14_options
670         * src/pic/pcode.c: fixed instructions i/o relations,
671           (RegCond): reverted to correct version,
672           (newpCodeOpLit): truncate literals to 8 bit,
673           (genericPrint): added debug output,
674           (getRegFromInstruction): fixed for various operand types, simplified
675           (BuildFlow): fixed broken handling of isntructions with labels
676           (LinkFlow): start at last instruction in flow (skip trailing comments),
677             pass the flow on to the next instruction after CALL
678           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
679           (insertPCodeInstruction): fixed inserting after a skip instruction,
680           (DoBankSelect): fixed for labeled instructions
681           (OptimizepBlock): honor --nopeep switch
682           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
683         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
684         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
685           (pCodeOptime2pCodes): allow disabling this optimization via
686             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
687             but is still buggy), started implementation of a dataflow based
688             pCode optimization (CSE + dead code elimination)
689           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
690         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
691           names are independant of the stack location and therefore portable across
692           devices
693
694 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
697           (selectSpil): fixed bug 1337835 by not spilling bit variables
698         * support/regression/tests/bug1337835.c: added test for this bug
699         * src/mcs51/peeph.def: restart after rule 3.c,
700           addded rules 263.x to optimize loading constants
701
702 2005-10-26 Raphael Neider <rneider AT web.de>
703
704         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
705         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
706           (genAssign): emit warning when casting literals to generic pointer
707             type, also applies when taking the address of a fixed variable,
708           (genCast): improved casting to generic pointers
709         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
710           extern variables, added verbose error message
711         * device/include/pic16/{string.h,errno.h}: added #pragma library c
712
713 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
714
715         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
716         carry must be complemented too
717         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
718         could be emitted by genMinus
719         * src/SDCCval.c (constVal): fixed bug 1305065
720
721 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
722
723         * src/SDCCast.c (addCast): added promotion for bit variables
724         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
725         promotion casts + optimisation
726         (optimizeGetWord): fix warning 'i' might be used uninitialized
727         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
728         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
729
730 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
731
732         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
733         all chars are promoted to int; promotion should be handled in SDCCast.c
734
735 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
736
737         * device/lib/_strcmp.c: Fixed bug 1326457
738
739 2005-10-11 Raphael Neider <rneider AT web.de>
740
741         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
742         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
743
744 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
745
746         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
747         * support/regression/tests/sfr16.c: added test for the sfr32 bug
748
749 2005-10-04 Raphael Neider <rneider AT web.de>
750
751         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
752           device/lib/pic16/pics.all: added pic18f1320
753         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
754
755 2005-09-30 Raphael Neider <rneider AT web.de>
756
757         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
758         * src/pic16/devices.inc: NEW, provides device descriptions
759         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
760
761 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
764           GETHBIT
765
766 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * doc/sdccman.lyx: updated Highest Order Bit documentation,
769           documented Any Order Bit, Higher Order Byte and Higher Order Word
770         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
771         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
772           (optimizeGetAbit): new, to get any bit, not only the high bit,
773           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
774           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
775           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
776           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
777             RIGHT_OP: also try GETBYTE, GETWORD optimization,
778             GETABIT, GETBYTE, GETWORD: decorate them,
779           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
780           (ast_print): added GETABIT, GETBYTE, GETWORD
781         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
782         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
783           (geniCodeBinary): new generic binary icode,
784           (ast2iCode): added GETABIT, GETBYTE, GETWORD
785         * src/port.h: updated comment for PORT.hasExtBitOp
786         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
787           (genGetByte): new, to get a single byte,
788           (genGetWord): new, to get a word from a long,
789           (gen51Code): added GETABIT, GETBYTE, GETWORD
790         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
791
792 2005-09-23 Raphael Neider <rneider AT web.de>
793
794         * configure.in, configure: have device/lib/pic configured
795         * device/lib/Makefile.in: added model-pic14
796         * device/lib/clean.mk: added pic/ to clean rule
797         * device/lib/pic: added rudimentary pic14 library providing support
798           functions for multiplication/division/generic pointer access
799         * src/SDCCopt.c (convilong): mark support functions as extern
800           for pic14 port as well
801         * src/pic/gen.c (genMult): added assertions,
802           (genpic14Code): emit warning on unhandled iCodes
803         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
804         * src/pic/pcode.c (pCodeOpCopy),
805         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
806           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
807           SFR_REGISTER}), made safe for future extensions
808         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
809           instructions even if preceeded by SKIP instructions (also remove
810           them); removed unused code
811         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
812           prevents leaving parts of the structure uninitialized after copying
813
814 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
815
816         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
817           ago by me
818         * support/regression/tests/addsub.c: added test for the bug
819
820 2005-09-21 Raphael Neider <rneider AT web.de>
821
822         * device/include/pic16/pic18f1220.h,
823           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
824         * device/lib/pic16/Makefile.rules: added missing opening paren
825         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
826           are provided in genutils.c,
827           (genUminusFloat,genUminus,genCmpEq): added asserts on different
828           operand/result sizes,
829           (genCmp): assert on NULL pointers first, then check deref'ed values
830         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
831           result size
832
833 2005-09-18 Raphael Neider <rneider AT web.de>
834
835         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
836           as these are now unused,
837           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
838         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
839           local, avoids uninitialized pointer dereference on r->name
840         * src/pic16/ralloc.c (newReg): fixed indentation
841
842 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
843
844         * src/SDCCval.c (constVal): fixed bug 730366
845         * support/Util/SDCCerr.c,
846         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
847
848 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
849
850         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
851
852 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
853
854         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
855
856 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
857
858         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
859           (hex2dec): made hex_digit unsigned char, removed ascii dependance
860         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
861           (hex2dec): made hex_digit unsigned char, removed ascii dependance
862         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
863         * packihx/packihx.c (hexDigit): made c unsigned char
864         * as/mcs51/lklibr.c (fndsym),
865         * link/z80/lkgb.c (gb),
866         * link/z80/lklibr.c (fndsym),
867         * link/z80/lkrloc.c (relr),
868         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
869         * src/SDCC.lex (checkCurrFile, process_pragma),
870         * src/SDCCglue.c (spacesToUnderscores),
871         * src/SDCCmain.c (setParseWithComma, processFile),
872         * src/asm.c (tvsprintf, printCLine),
873         * src/avr/gen.c (emitcode, aopPut),
874         * src/ds390/gen.c (emitcode),
875         * src/hc08/gen.c (emitcode, emitinline),
876         * src/mcs51/gen.c (emitcode, genInline),
877         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
878           tokenizeLineNode),
879         * src/pic/ralloc.c (debugLog),
880         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
881           tokenizeLineNode),
882         * src/pic16/ralloc.c (debugLog),
883         * src/z80/main.c (_process_pragma):
884            made all ctype.h function calls safe
885         * src/SDCCopt.c: include math.h for fabs
886         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
887           and used them throughout the code to make ctype.h function calls safe
888         * src/ds390/main.c (asmLineNodeFromLineNode),
889         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
890         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
891            unsigned char*
892         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
893           (newpCodeAsmDir): made ctype.h function calls safe
894         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
895           pic16_emitcode):  made lbp unsigned char*
896         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
897           (pic16_newpCodeAsmDir): made ctype.h function calls safe
898         * src/xa51/gen.c (emitcode),
899         * src/z80/gen.c (_emit2): made lbp unsigned char*
900         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
901            char*
902
903 2005-09-05 Raphael Neider <rneider AT web.de>
904
905         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
906           access bank splitpoint
907
908 2005-09-05 Raphael Neider <rneider AT web.de>
909
910         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
911
912 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
913
914         * .version: changed to version 2.5.3
915         * doc/sdccman.lyx: changed version to 2.5.3,
916           documented --codeseg and --constseg and pragma codeseg and constseg,
917           documented bit parameters (reentrant) and bit returning
918         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
919            currFunc->recvSize, but is this ok for all ports?
920           (ast2iCode): result of ~ on unsigned char must be cast to int for
921            bool to work
922         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
923           function pointers in bit space
924         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
925           (processFuncArgs): call port.reg_parm() with reentrancy info
926         * src/port.h,
927         * src/avr/main.c,
928         * src/ds390/main.c,
929         * src/hc08/main.c,
930         * src/pic/main.c,
931         * src/pic16/main.c,
932         * src/xa51/main.c,
933         * src/z80/main.c: port.reg_parm prototype extended with
934           "bool reentrant" parameter
935         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
936           options.stackAuto for allocating bit register parameters
937         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
938           (genSend): set BitBankUsed if it is,
939           (selectRegBank): factored out of genCall for use in genPcall,
940           (genCall): removed redundant dtype assignmen, use selectRegBank,
941           (genPcall): handle returning in Carry properly, save in F0 if needed,
942           (genReceive): handle bit register parameters
943         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
944           (mcs51_assignRegisters): enable bit registers for all reentrant
945            functions and don't set BitBankUsed unconditionally
946         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
947         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
948         * support/regression/tests/funptrs.c: added tests for BOOL and for return
949
950 2005-08-27 Borut Razem <borut.razem AT siol.net>
951
952         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
953         ppc-osx (Darwin) does not support -u option. It seems that it is
954         supported only on Linux - GNU cp
955
956 2005-08-25 Borut Razem <borut.razem AT siol.net>
957
958         * sim/ucsim/gui.src/serio.src/Makefile.in,
959           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
960           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
961           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
962           install and strip, since the strip at /usr/ccs/bin should be used
963           on solaris
964
965 2005-08-24 Borut Razem <borut.razem AT siol.net>
966
967         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
968
969 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
970
971         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
972         ffffffffu
973
974 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
975
976         * as/mcs51/aslink.h: completed lkrloc.c prototypes
977         * as/mcs51/lkmain.c (link_main): fixed warning
978         * device/include/stdbool.h: ds390 has no advanced bit support yet
979         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
980         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
981         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
982           and updated their macros
983         * src/SDCCval.c (constVal): updated comment for renamed b_long
984
985 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
986
987         * as/mcs51/asdata.c: changed ctype['['] to BINOP
988         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
989           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
990           (oprio): set priority for '['
991         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
992            and adb_24_bit
993         * as/mcs51/asm.h: added defines R_BIT and S_BIT
994         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
995         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
996         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
997           added overlayable BIT_BANK area
998         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
999           (summary2): explain 'T' in legenda
1000         * as/mcs51/lkrloc.c: replaced old K&R style,
1001           (relr): added R_BIT processing,
1002           (errmsg): added "Bit-addressable relocation error",
1003           (adb_bit): added for converting from byte- to bit-addressable space,
1004           (adb_24_bit): added for converting from byte- to bit-addressable space
1005         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1006            used in reentrant functions now even as return value
1007         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1008         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1009           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1010         * src/SDCCglobl.h: added indicator BitBankUsed
1011         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1012            the bit registers b0-b7
1013         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1014           (geniCodeCast): fixed bug 1263853,
1015           (geniCodeLogicAndOr): put result in bool or char,
1016           (geniCodeReceive): added parameter func for accessing the return type,
1017           (geniCodeFunctionBody): pass func to geniCodeReceive
1018         * src/SDCCmain.c: added indicator BitBankUsed
1019         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1020         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1021           (checkSClass): don't put automatic bool/bit on stack,
1022           (checkFunction): removed check on function cannot return bit
1023         * src/SDCCsymt.h: added newBoolLink prototype
1024         * src/mcs51/gen.c (rb1regs): added bit registers,
1025           (movc): created for assigning to carry,
1026           (pushReg, popReg): created for pushing registers,
1027           (sameRegs): check both AOP_REG and AOP_CRY types,
1028           (aopOp): handle bit registers,
1029           (aopPut): optimization no self-assign,
1030           (saveRegisters): push reg->base (bits) only once for bit registers,
1031            and use pushReg,
1032           (unsaveRegisters): pop reg->base only once and use popReg,
1033           (assignResultValue): added parameter func and return in carry for bits,
1034           (genIpush): optimization no reload in A if not changed,
1035           (genSend): bit parameters in reentrant functions are passed in bit
1036            registers by first assigning to bits in B, then save registers and
1037            copy B to bits,
1038           (genCall): handle returning in Carry properly, save it in F0 if needed,
1039           (genPcall): updated assignResultValue call, this is not safe yet for bit
1040            returning function !!!
1041           (genFunction): don't generate equ's for bit registers and use pushReg,
1042           (genEndFunction): take care of bit returning functions and use popReg,
1043           (genRet): return bit in Carry,
1044           (genIfx): optimize bit registers and other directly addressable bits,
1045           (genReceive): updated assignResultValue call
1046         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1047           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1048            registers when using stack-auto
1049         * src/mcs51/ralloc.c (_G): added allBitregs,
1050           (regs8051): added the bit registers,
1051           (createStackSpil): use macro IS_BIT,
1052           (getRegBit): added to allocate a bit register, else spill,
1053           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1054           (updateRegUsage): factored out to ease stepping while debugging,
1055           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1056            also allocate bit registers,
1057           (fillGaps): handle bit registers,
1058           (findAllBitregs): added to create bit vector with all bit registers,
1059           (mcs51_allBitregs): returns this bit vector,
1060           (mcs51_assignRegisters): when using stack-auto use bit registers for
1061            passing parameters and creating local variables
1062         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1063
1064 2005-08-22 Borut Razem <borut.razem AT siol.net>
1065
1066         * device/lib/Makefile.in: replaced find option -or with -o
1067           to make it run on solaris
1068
1069 2005-08-22 Raphael Neider <rneider AT web.de>
1070
1071         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1072           fixes #1265442 (crash on Solaris)
1073
1074 2005-08-20 Borut Razem <borut.razem AT siol.net>
1075
1076         * configure, configure.in: added tests for libsocket and libnsl libraries,
1077           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1078           from support/regression/Makefile.in
1079         * support/regression/Makefile.in: added
1080         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1081         * sim/ucsim/libtool: regenerated on sparc-solaris
1082         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1083           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1084           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1085           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1086           sparc-solaris, which doesn't use GNU ld linker
1087         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1088         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1089
1090 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1091
1092         * src/mcs51/peeph.def: updated comments
1093
1094 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1095
1096         * device/lib/_gptrget.c,
1097         * device/lib/_gptrput.c: slightly shorter
1098         * doc/sdccman.lyx: incremented version
1099         * src/mcs51/peeph.def: moved peephole comments to the line of first
1100           change to better keep line correlation, reanimated 186.e
1101         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1102
1103 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1104
1105         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1106           David Saxton with quotes around file name.
1107
1108 2005-08-15 Borut Razem <borut.razem AT siol.net>
1109
1110         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1111           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1112           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1113           make tests run on x86_64 platform
1114
1115 2005-08-13 Raphael Neider <rneider AT web.de>
1116
1117         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1118           as it might be executed DURING a build (parallel make is wonderful)
1119
1120 2005-08-13 Raphael Neider <rneider AT web.de>
1121
1122         * device/lib/Makefile.in (port-specific-objects-pic16):
1123           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1124         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1125           dependency
1126         * device/lib/pic16/Makefile.rules: build subdirs before creating
1127           the library, removed builddir rule, create $(builddir) early in
1128           recurse rule, use empty recurse rule for leaf directories
1129         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1130           mkdir errors (race condition), removed duplicate suffix "hex"
1131           from clean rules
1132         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1133         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1134           prevents mkdir -p from aborting on Alpha
1135
1136 2005-08-12 Raphael Neider <rneider AT web.de>
1137
1138         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1139           db-statements in order to allow for arrays of pointers in code
1140           sections to be placed without interspersed 0-padding, fixes
1141           bug #1256215
1142         * (emitStatistics): fixed division by zero for pic18f1220
1143         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1144           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1145         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1146         * (pic16_pCodeConstString): keep track of already emitted string
1147           literals to prevent "duplicate definitions of symbol _str_NR"
1148         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1149           debug message
1150         * device/lib/Makefile.in: ignore failing PIC16 library builds
1151         * device/lib/pic16/Makefile: do not build if gputils are missing
1152         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1153
1154 2005-08-10 Raphael Neider <rneider AT web.de>
1155
1156         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1157           my last commit)
1158
1159 2005-08-10 Raphael Neider <rneider AT web.de>
1160
1161         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1162           Rokas' patch to add the new fixed point type "__fixed16x16"
1163         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1164           functions for __fixed16x16 arithmetics
1165         * device/lib/pic16: reimplemented the build system to support
1166           a separate build directory, better handling of libio (create
1167           the library in a separate subdir for each architecture) and
1168           easier configuration (centralized in Makefile.common)
1169
1170 2005-08-07 Raphael Neider <rneider AT web.de>
1171
1172         * src/pic16/gen.c (genrshTwo): fixed sign extension
1173         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1174         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1175           added T0CONbits
1176         * device/include/pic16/pic18f4220.h: NEW, header for
1177           pic18f4220 and pic18f4320
1178         * device/include/pic16/pic18fregs.h: added new devices,
1179           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1180         * device/include/pic16/signal.h: resolved name clashes
1181           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1182           to also allow testing for interrupt enable bits, added
1183           comments on how to use the macros
1184         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1185         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1186           register definitions for the devices
1187         * device/lib/pic16/pics.all: added new devices
1188         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1189           allocated memory
1190         * device/lib/pic16/libc/stdlib/memfree: do not count
1191           the block header as free memory
1192         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1193           simplified and added missing end-of-blocklist-marker
1194           (reported by Peter Onion, fixes #1252814)
1195         * (_mergeHeapBlock): fixed loop condition
1196         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1197           len==0, restructured code
1198         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1199           up a bit, reduced bitfield accesses, prevent endless loops
1200           in case of heap corruption
1201         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1202           "unreferenced arguments/must return a value" warnings
1203         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1204           replaced BAUDREG with SPBRG
1205         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1206           device/lib/pic16/debug/gstack/gstack.c: replaced
1207           _naked, _asm, _endasm with __naked, __asm, __endasm
1208
1209 2005-08-05 Raphael Neider <rneider AT web.de>
1210
1211         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1212           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1213
1214 2005-08-05 Borut Razem <borut.razem AT siol.net>
1215
1216         * device/lib/Makefile.in: added missing ';'
1217         * configure: removed ^M characters
1218
1219 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1220
1221         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1222           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1223           License
1224
1225 2005-08-04 Borut Razem <borut.razem AT siol.net>
1226
1227         * configure.in: pic16 libraries build 2nd try - enable running
1228           configure in device/lib/pic16
1229         * configure: regenerated from configure.in
1230         * device/lib/Makefile.in: create $(PORT)/bin directory
1231
1232 2005-08-03 Raphael Neider <rneider AT web.de>
1233
1234         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1235           to get/set values via pointers
1236         * (genUnpackBits,genPackBits): changed detection of
1237           ptr->bitfield vs. sym.bitfield, fixed access via generic
1238           pointers, removed dead (wrong) code for multibyte bitfields
1239         * (genNearPointerGet, genGenPointerGet): removed useless code,
1240           fixed bitfield detection, fixes #1250594
1241         * (genNearPointerSet): removed useless code
1242         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1243           and introduced macro pic16_emitpcode that conditionally emits
1244           the origin of the following pCode (useful for debugging SDCC)
1245         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1246         * (createDefmap): fixed handling of LFSR for --optimize-df
1247
1248 2005-08-02 Borut Razem <borut.razem AT siol.net>
1249
1250         * device/lib/Makefile.in: pic16 libraries build enabled since
1251           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1252
1253 2005-08-02 Raphael Neider <rneider AT web.de>
1254
1255         * src/pic16/gen.c (genPackBits): removed deprecated warning
1256         * (genGenPointerSet): fixed bitfield detection
1257
1258 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1259
1260         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1261
1262 2005-07-31 Raphael Neider <rneider AT web.de>
1263
1264         * device/lib/pic16/libdev/pic18f458.c,
1265           device/include/pic16/pic18f458.h: added missing T0CONbits
1266
1267 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1268
1269         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1270
1271 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1272
1273         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1274
1275 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1276
1277         * device/include/mcs51/at89c51ed2.h: added.
1278
1279 2005-07-23 Raphael Neider <rneider AT web.de>
1280
1281         * src/pic/gen.h: added emitpcode macro for debugging
1282         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1283           and replace by macro adding debug information on demand
1284         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1285         * (gencjne): tried to fix; replaced with correct (slower) code
1286         * (gen{Unp,P}ackBits): fixed single bit access
1287         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1288         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1289           previous instruction
1290         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1291           register has to be handled with care (forbidding movement
1292           of assignments/uses, removing assignments completely, ...)
1293         * (pCodeOptime2pCodes): make use of regIsSpecial
1294         * added lots of debugging output (commented out)
1295         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1296           from being reused as result UNLESS it is known to work
1297
1298 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1299
1300         * support/Util/dbuf.h: include <stddef.h> for size_t
1301         * .version: changed to version 2.5.2
1302
1303 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1304
1305         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1306
1307 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1308
1309         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1310           (genModOneByte): removed needless psha/pula
1311
1312 2005-07-22 Raphael Neider <rneider AT web.de>
1313
1314         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1315           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1316         * src/pic/gen.c (resolveIfx): do not "invent" labels
1317         * (genSkipc): changed to positive logic
1318         * (genSkipCond): removed as no longer needed
1319         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1320           backport from PIC16
1321         * (genLeftShift): check operands are in different registers
1322         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1323           INCF does not update CARRY...
1324         * src/pic/main.c: fixed _linkCmd
1325         * src/pic/pcode.c (unlinkpCode): added inactive code
1326         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1327           alive (do not assign result and operand overlapping registers)
1328
1329 2005-07-22 Raphael Neider <rneider AT web.de>
1330
1331         * src/pic/device.c (dump_sfr): replaced register declaration with
1332           call to emitSymbolToFile() to avoid duplicate symbols
1333         * (assignRelocatableRegisters): do not declare external symbols
1334         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1335           right (take size of type, not etype)
1336         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1337         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1338         * (packRegsForAccUse): disabled assignment of WREG as
1339           the result reg to prevent occurence of just fixed #1235003,
1340           fixes #1242954
1341         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1342           symbols (avoids duplicate symbols in .asm file)
1343         * (pic14emitRegularMap): use emitSymbolToFile()
1344         * src/pic/gen.c (aopOp): fixed spillLocation handling
1345         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1346         * (genDataPointerSet): removed unneccessary variables/output
1347
1348 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1349
1350         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1351         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1352
1353 2005-07-21 Raphael Neider <rneider AT web.de>
1354
1355         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1356           architecture cannot handle them efficiently, fixes bug #1235003
1357         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1358           check for empty sets before using them (fixes bug #1232190)
1359
1360 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1363           (lnksect2): generate warnings for memory overlap
1364         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1365           constseg to set the name of these segments so you can instruct the linker
1366           to place them in banks
1367         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1368         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1369           added code_seg and const_seg to options
1370         * src/SDCCglue.c (emitMaps): use options.const_seg,
1371           (createInterruptVect): put interrupt vectors in segment HOME,
1372           (glue): put HOME before static segment and put the main glue in HOME,
1373           (glue): use options.code_seg
1374         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1375         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1376           these segments so you can instruct the linker to place them in banks
1377           (linkEdit): use code_loc for HOME segment which should be the first
1378           segment in code memory now
1379         * src/SDCCmem.c: fixed more stuff like bug 1238386
1380         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1381           (changePointer): don't change function pointers to code pointers for
1382           banked functions,
1383           (compareType): added exceptional check for banked function pointers
1384         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1385         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1386           after static in code memory
1387         * src/mcs51/gen.c: added aopLiteralLong prototype,
1388           (aopForSym): use getSize for functions,
1389           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1390           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1391           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1392           the segment,
1393           (genPcall): use call for literal function pointers and generate banked
1394           calls over the one trampoline so there's only one place for the user to
1395           modify according to his/hers hardware,
1396           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1397           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1398         * src/mcs51/main.c: added keyword banked,
1399           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1400         * support/Util/SDCCerr.c,
1401         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1402           needed for passing the bank and address to the trampoline
1403         * device/lib/mcs51/crtbank.asm: added for bankswitching
1404         * device/lib/mcs51/Makefile: added crtbank
1405
1406 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1407
1408         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1409           for fields at offset 0 of a struct or union as reported
1410           on 2005-07-07 in the developer mailing list.
1411
1412 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * src/SDCCmem.c: fixed bug 1238386
1415
1416 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1417
1418         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1419           (patch #1144962), added peephole 300, enabled 259.x
1420         * doc/sdccman.lyx: removed screenshot and provided link instead
1421
1422 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1423
1424         * doc/sdccman.lyx: added section about debugging with ddd
1425         * doc/figures/ddd_example.eps: screenshot of debugging session
1426
1427 2005-07-04 Raphael Neider <rneider AT web.de>
1428
1429         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1430           like CODE pointers, fixes #1115683
1431         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1432           call, fixes bugs #1232211, #1228110,
1433           fixed wrong casts to pCodeFlow from pCodeInstructions
1434
1435 2005-07-04 Raphael Neider <rneider AT web.de>
1436
1437         * src/pic/gen.c (popGet): changed assert to allow for
1438           bit operands
1439         * (popGetAddr): changed signature to provide
1440           an additional index, patched all call sites
1441         * (genCmpEq): handle literal-like operands correctly
1442         * (genAddrOf): added sanity checks on __code/__data pointers
1443         * (genAssign): added handling of symbols from __code section
1444         * (gencjne): do not generate code for comparisons whose result
1445           is neither stored nor used, fixes bug #1171114
1446         * (AccLsh, AccRsh): operate on operand instead of WREG
1447         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1448           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1449           by known count
1450         * rewrote complete shift-by-literal logic, commented unused
1451           functions out
1452         * (genConstPointerGet): get multiple bytes (if result size > 1),
1453           fixed handling of non-immediate addresses
1454         * (genPointerGet): handle CODE pointers like CONST pointers
1455         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1456         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1457           operand is to be treated as a literal or not
1458         * (mov2w,genPcall,genCmpEq),
1459           src/pic/genarith.c: use aop_isLitLike() to decide between
1460           literal/register contents
1461         * (addSign): added missing offset
1462         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1463           only emit comment in debug-mode,
1464           use {aop,op}_isLitLike throughout the file
1465         * src/pic/glue.c: fix initializers for pointers (work in progress)
1466         * src/pic/pcode.c (get_op): honor index on _const symbols
1467         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1468         * (dumppBlock): added pCode size estimation
1469         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1470           check for IS_SYMOP before OP_SYMBOL'ing
1471         * fixed indentation, compacted switch-statements
1472         * (allocReg): find free register and allocate it instead of
1473           allocating new registers all the time
1474         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1475           registers as its operands (necessary only for multibyte GETs)
1476
1477 2005-07-01 Raphael Neider <rneider AT web.de>
1478
1479         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1480           debugging .asm-output macros FENTRY + FEXIT
1481         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1482           way... I wonder...
1483         * (emitpComment): NEW, printf to pCode
1484         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1485           offset handling
1486         * (popGetAddr): NEW, variant of popGet to access an immediates
1487           high(er) bytes instead of the n'th byte of memory they reference,
1488           replaced popGet with popGetAddr where neccessary
1489         * (genDataPointerGet): reactivated and fixed implementation
1490         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1491           accesses
1492         * (genDataPointerSet): fixed multibyte assignments
1493         * (genpic14Code): fixed --i-code-in-asm handling
1494         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1495         * (genPlus): fixed index-out-of-bounds error
1496         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1497         * src/pic/ralloc.c: added debugging output macro FENTRY2
1498         * (spillThis): fixed indentation, enbraced for-body for clarity
1499         * (rematStr): commented out as now unused
1500         * (regTypeNum): commented out special spill case (overwrites
1501           arbitrary values)
1502         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1503
1504 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * doc/sdccman.lyx: documented sfr16/sfr32,
1507           added example for using storage class with function pointers
1508         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1509
1510 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1511
1512         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1513         * device/lib/_itoa.c,
1514         * device/lib/_ltoa.c: optimized codesize
1515         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1516           but don't know how to suppress the double warning.
1517         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1518         * support/Util/SDCCerr.c,
1519         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1520
1521 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1522
1523         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1524           fixed old K&R prototypes
1525         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1526         * device/lib/_gptrget.c,
1527         * device/lib/_gptrgetc.c,
1528         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1529           also new versions for small generic pointers and banked generic pointers
1530         * src/port.h: added const_name
1531         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1532         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1533         * src/SDCCcse.c (findPrevIc): check all associative operators
1534         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1535         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1536         * src/SDCCmem.c: updated comments,
1537           set far-space to 0 for pdata, results in optimized code
1538         * src/SDCCmem.h: added macro CONST_NAME
1539         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1540           moving the info into the highest bits, see also gptrget/gptrput
1541         * src/src.dsp: added sdcc.ico to project files
1542         * src/avr/gen.c (genCast): fixed bug 0x%d
1543         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1544         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1545           relation between ptr_type and DCL_TYPE,
1546           (genCast): fixed bug 0x%d
1547         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1548           (CODE)" for const_name
1549         * src/hc08/gen.c (genCast): fixed bug 0x%d
1550         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1551           (hc08_port): added "CONST (CODE)" for const_name
1552         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1553           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1554           between ptr_type and DCL_TYPE,
1555           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1556           operand* and took AOP() inside function so sfr-ness can be checked,
1557           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1558           new prototype,
1559           (genFunction, genEndFunction): optimized stack setup,
1560           (genMinus): optimized for literals with ending zeroes (in bytes),
1561           (genCast): fixed bug 0x%d
1562         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1563           (mcs51_port): added "CONST (CODE)" for const_name
1564         * src/mcs51/peeph.def: made rule 226 more generic
1565         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1566         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1567         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1568         * src/z80/main.c (z80_port): added NULL for const_name,
1569           (gbz80_port): added NULL for const_name
1570         * support/regression/tests/bug663539.c,
1571         * support/regression/tests/sfr16.c: new tests
1572
1573 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1574
1575         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1576
1577 2005-06-24 Raphael Neider <rneider AT web.de>
1578
1579         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1580           corrected typos...
1581         * device/include/pic16/signal.h: added USBIF
1582           and SIG_USB
1583
1584 2005-06-24 Raphael Neider <rneider AT web.de>
1585
1586         * device/lib/pic16/libdev/pic18f2455.c,
1587           device/include/pic16/pic18f2455.h: NEW
1588         * device/include/pic16/pic18fregs.h,
1589           device/lib/pic16/pics.all,
1590           src/pic16/device.c: added 18f2455
1591         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1592           device/include/pic16/{pic18f[68][567].h,usart.h}:
1593           replaced MULTIPLE_USARTS define with more relaible
1594           compatibility sfrs (for USART access)
1595
1596 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1597
1598         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1599           and the output asm file line is printed on two lines.
1600
1601 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1602
1603         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1604           BGT, BLE, BHI, and BLS instructions
1605         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1606           genCmpEq): removed
1607         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1608           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1609           fixes bug #1216342
1610         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1611
1612 2005-06-15 Raphael Neider <rneider AT web.de>
1613
1614         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1615         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1616         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1617           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1618           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1619
1620 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1621
1622         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1623           Marcel Telka in bug #1215704
1624
1625 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1626
1627         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1628           located in shared memory bank.
1629
1630 2005-05-31 Raphael Neider <rneider AT web.de>
1631
1632         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1633           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1634           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1635
1636 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1637
1638         * device/lib/_strncpy.c: fixed the fix
1639
1640 2005-05-26 Raphael Neider <rneider AT web.de>
1641
1642         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1643           initializers with \0, bug #1208187
1644         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1645           intializers with \0, bug #1208187
1646
1647 2005-05-26 Raphael Neider <rneider AT web.de>
1648
1649         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1650           initializers with \0, bug #1208187
1651         * src/pic16/main.c (_process_pragma): added sanity checks
1652           for stack position and size, emit warnings when appropriate
1653
1654 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1655
1656         * device/lib/_strncpy.c: fixed not filling with \0
1657
1658 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1659
1660         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1661           createFunction),
1662         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1663           compound_statement),
1664         * src/SDCCsymt.h,
1665         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1666
1667 2005-05-24 Raphael Neider <rneider AT web.de>
1668
1669         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1670
1671 2005-05-24 Raphael Neider <rneider AT web.de>
1672
1673         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1674           TRISE definitions, closes bug #1162453
1675
1676 2005-05-22 Raphael Neider <rneider AT web.de>
1677
1678         * src/pic16/main.c (_process_pragma): check for missing
1679           arguments to pragmas code and udata
1680         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1681           consistency fixes to match other headers (thanks to Jim Paris)
1682         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1683
1684 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1685
1686         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1687
1688 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1689
1690         * support/regression/tests/bug1198642.c: new test
1691         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1692         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1693         * support/scripts/resource.h,
1694         * support/scripts/resource.rc,
1695         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1696         * support/scripts/sdcc.ico: added 32x32 icon
1697
1698 2005-05-18 Raphael Neider <rneider AT web.de>
1699
1700         * device/lib/pic16/libdev/pic18f*.c,
1701         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1702           keywords to "__sfr" and "__at (X)"
1703         * device/include/pic16/pic18fregs.h: added pic18f4520
1704         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1705           #1203088 (MPLAB compatibility)
1706
1707 2005-05-17 Raphael Neider <rneider AT web.de>
1708
1709         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1710         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1711         * device/lib/pic16/pics.all: added new devices
1712         * src/pic16/device.c: added support for pic18f4520
1713
1714 2005-05-16 Raphael Neider <rneider AT web.de>
1715         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1716         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1717         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1718           convenience function for bit access
1719
1720 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1721
1722         * device/lib/printf_large.c: fixed bug 1193299
1723         * support/regression/tests/bug1057979.c: added test %3.3s
1724
1725 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1726
1727         * device/include/mcs51/8051.h,
1728         * device/include/mcs51/8052.h: made parseable with lint
1729         * device/include/mcs51/lint.h: added include file for (sp)lint
1730         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1731         * doc/cdbfileformat.lyx,
1732         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1733
1734 2005-05-14 Raphael Neider <rneider AT web.de>
1735
1736         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1737         * device/lib/pic16/libc/stdlib/itoa.c (new)
1738         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1739         * device/lib/pic16/libio/Makefile: exclude subdir according to
1740           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1741         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1742         * src/pic16/gen.c (genFunction): prevent annoying warning
1743         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1744           nameclashes on BeOS
1745         * support/cpp2/cppmain.c (cpp_output_string): new
1746         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1747           fixes bug 1116802
1748
1749 2005-05-13 Borut Razem <borut.razem AT siol.net>
1750
1751         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1752
1753 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1754
1755         * .version: changed to version 2.5.1; back to bleeding edge development
1756
1757 2005-05-11 Borut Razem <borut.razem AT siol.net>
1758
1759         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1760           generate PDF version 1.3 documents
1761
1762 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1763
1764         * .version: changed to version 2.5.0
1765
1766 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1767
1768         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1769
1770 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1771
1772         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1773         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1774         well as many smaller updates.
1775         * .version: changed to version 2.5.0-pre1
1776
1777 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1778
1779         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1780
1781 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1782
1783         * support/regression/tests/bug1185672.c: added
1784         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1785           bug 1185672
1786         * src/mcs51/gen.c (genCall): added comments, made it look safer
1787         * src/mcs51/gen.c (genEndFunction): simplified
1788
1789 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1790
1791         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1792
1793 2005-04-14 Borut Razem <borut.razem AT siol.net>
1794
1795         * fixed bug 1045046 - SIGSEGV with really simple code?:
1796           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1797           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1798
1799 2005-04-14 Borut Razem <borut.razem AT siol.net>
1800
1801         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1802           src/pic16/device.h: temporarily disabled experimental #inline pragma
1803           for 2.5.0 release
1804
1805 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1806
1807         * device/include/z80/stdio.h,
1808         * device/include/z80/string.h: removed these highly incomplete files so
1809           SDCC can use the default ones in device/include/
1810
1811 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1812
1813         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1814         gcc warning.
1815         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1816         fix sdcpp warnings.
1817
1818 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * device/include/malloc.h: removed redundant __reentrant prototypes
1821         * device/lib/_mullong.c: added working xstack variant in asm (C version
1822           doesn't pass regression tests)
1823         * device/lib/bpx.c: used __data and made bpx char for mcs51
1824         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1825           (createFunction): fixed bug with xstackPtr
1826         * src/SDCCcse.c: corrected comments
1827         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1828           (killDeadCode, eBBlockFromiCode): removed unused code
1829         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1830           corrected comments
1831         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1832           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1833           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1834           (genModOneByte): fixed warning in MSVC
1835         * src/mcs51/main.c (): added comments
1836         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1837
1838 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1839
1840         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1841
1842 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1843
1844         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1845
1846 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1847
1848         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1849         characters arrays of larger size than the declared one.
1850
1851 2005-04-10 Borut Razem <borut.razem AT siol.net>
1852
1853         * src/pic/gen.c (genInline),
1854           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1855           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1856           (findNextInstruction), (findPrevInstruction),
1857           (findInstructionUsingLabel),
1858           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1859         * src/pic/pcode.c (findLabel): added missing '\n'
1860         * src/src.dsp: added SDCCdwarf2.c to the project
1861
1862 2005-04-09 Borut Razem <borut.razem AT siol.net>
1863
1864         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1865
1866 2005-04-08 Raphael Neider <rneider AT web.de>
1867
1868         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1869           into the chain after a given one) and mergeDefmapSymbols (combine
1870           defmap entries for each symbol per pcode)
1871         * (createDefmap): have defmap entries merged in the end
1872         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1873           a symbol before replacing one access type's symbol, merge symbols in
1874           the end (replacement symbol might already have an entry)
1875         * (assignValnums): keep reference to written WREG intact
1876
1877 2005-04-08 Raphael Neider <rneider AT web.de>
1878
1879         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1880           Alpha)
1881
1882 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1883
1884         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1885         bytes
1886
1887 2005-04-07 Raphael Neider <rneider AT web.de>
1888
1889         * device/include/pic16/usart.h: added compatibility defines for
1890           devices with more than one USART
1891         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1892
1893 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1894
1895         * device/lib/Makefile.in: updated for port specific include
1896
1897 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1900
1901 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1902
1903         * device/include/8051.h,
1904         * device/include/8052.h,
1905         * device/include/at89S8252.h,
1906         * device/include/at89c55.h,
1907         * device/include/at89x051.h,
1908         * device/include/at89x51.h,
1909         * device/include/at89x52.h,
1910         * device/include/mcs51reg.h,
1911         * device/include/reg51.h,
1912         * device/include/reg764.h,
1913         * device/include/regc515c.h,
1914         * device/include/sab80515.h: (re)moved these 12 files
1915         * device/include/mcs51/8051.h,
1916         * device/include/mcs51/8052.h,
1917         * device/include/mcs51/at89S8252.h,
1918         * device/include/mcs51/at89c55.h,
1919         * device/include/mcs51/at89x051.h,
1920         * device/include/mcs51/at89x51.h,
1921         * device/include/mcs51/at89x52.h,
1922         * device/include/mcs51/mcs51reg.h,
1923         * device/include/mcs51/reg51.h,
1924         * device/include/mcs51/reg764.h,
1925         * device/include/mcs51/regc515c.h,
1926         * device/include/mcs51/sab80515.h: and added them here
1927
1928 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1929
1930         * device/include/stdarg.h: changed SDCC specific keywords to double
1931           underlined form.
1932         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1933           mcs51 and ds390.
1934         * device/include/hc08/mc68hc908gp32.h,
1935         * device/include/hc08/mc68hc908jb8.h,
1936         * device/include/hc08/mc68hc908jkjl.h,
1937         * device/include/hc08/mc68hc908qy.h: fixed comments
1938         * device/include/mcs51/README: updated
1939         * device/include/mcs51/c8051f120.h: added PINRSF
1940         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1941         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1942           amidst code. Also inline is not supported.
1943
1944 2005-04-06 Raphael Neider <rneider AT web.de>
1945
1946         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1947         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1948           callers stack/frame pointers
1949
1950 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1951
1952         * device/include/pic16/usart.h: added, missing in previous commit,
1953         * device/include/pic16/adc.h: fixed typo,
1954         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1955         commit,
1956         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1957         <p18fxxx.inc>
1958         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1959         uninitialized because a bug appears with gplink
1960         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1961         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1962         complains for unrecognised option
1963
1964 2005-04-05 Raphael Neider <rneider AT web.de>
1965
1966         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1967           structs as well (using memcpy)
1968         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1969           on ISRs (GOTO has no label)
1970         * src/pic16/device.h: added OF_OPTIMIZE_DF
1971         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1972           new data flow analysis/optimization
1973         * src/pic16/pcode.c: added (prototypes for and implementation of)
1974           dataflow analysis functions, fixed pCodeInstructions' inCond and
1975           outCond values, made RCALL a branch instruction
1976         * (pic16_unlinkpCode): keep C line if possible
1977         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1978           C line moved if possible
1979         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1980         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1981           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1982         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1983           new flow)
1984         * (pic16_getJumptabpCode): NEW, needed in...
1985         * (LinkFlow): fixed handling of jumptables, calls and conditional
1986           branches
1987         * (pic16_InsertCommentAfter): NEW
1988         * (pic16_pCodeReplace): made verbose and flow preserving
1989         * (AnalyzeFlow): added call to data flow analysis
1990         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1991         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1992         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1993
1994 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1995
1996         * src/SDCCast.c (decorateType): fixed bug #1105626
1997
1998 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1999
2000         * device/include/asm/pic16/features.h,
2001         * pic18f*.h headers,
2002         * device/include/pic16/adc.h,
2003         * device/include/pic16/delay.h,
2004         * device/include/pic16/i2c.h,
2005         * device/include/pic16/malloc.h,
2006         * device/include/pic16/stdio.h,
2007         * device/include/pic16/stdlib.h,
2008         * device/include/pic16/string.h,
2009         * device/lib/pic16/libc/stdio/printf_tiny.c,
2010         * device/lib/pic16/libc/stdio/printf_small.c,
2011         * device/lib/pic16/libc/stdio/strmgpsim.c,
2012         * device/lib/pic16/libc/stdio/strmmssp.c,
2013         * device/lib/pic16/libc/stdio/strmusart.c,
2014         * device/lib/pic16/libc/stdio/vfprintf.c,
2015         * device/lib/pic16/libc/stdlib/ltoa.c,
2016         * device/lib/pic16/libc/stdlib/putchar.c,
2017         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2018         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2019         * device/lib/pic16/libc/stdlib/memchrram.c,
2020         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2021         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2022         * device/lib/pic16/libio/adc/adcbusy.c,
2023         * device/lib/pic16/libio/adc/adcread.c,
2024         * device/lib/pic16/libio/adc/adcsetch.c,
2025         * device/lib/pic16/libio/usart/ubaud.c,
2026         * device/lib/pic16/libio/usart/ubusy.c,
2027         * device/lib/pic16/libio/usart/udrdy.c,
2028         * device/lib/pic16/libio/usart/uopen.c,
2029         * device/lib/pic16/libio/usart/uputc.c,
2030         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2031         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2032         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2033         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2034         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2035         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2036         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2037         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2038         specific keywords to double underlined form,
2039         * device/lib/pic16/libc/Makefile.rules,
2040         * device/lib/pic16/libsdcc/Makefile.rules,
2041         * device/lib/pic16/libm/Makefile,
2042         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2043         to compile with C standard set in Makefile.common
2044         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2045         rand.c and crc.c in compilation process,
2046         * device/lib/pic16/libsdcc/int/divuint.c,
2047         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2048         `c' from signed to unsigned,
2049         * device/lib/pic16/startup/crt0.c,
2050         * device/lib/pic16/startup/crt0i.c,
2051         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2052         keywords to double underlined form, bug fixes in _do_cinit function
2053         which prevented the correct initialization of the .idata segment,
2054         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2055         core to enter a infinite loop
2056         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2057
2058 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2059
2060         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2061
2062 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2063
2064         * device/include/Makefile.in: add support for hc08 subdirectory
2065         * device/include/hc08/: new subdirectory
2066         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2067         Lucas Loizaga, thanks!
2068         * device/include/hc08/mc68hc908qy.h,
2069         * device/include/hc08/mc68hc908gp32.h,
2070         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2071         their own directory. Changed internal macro names to use the compiler
2072         reserved namespace. Changed SDCC specific keywords to double
2073         underlined form.
2074         * device/include/math.h,
2075         * device/include/malloc.h,
2076         * device/include/stdarg.h,
2077         * device/include/stdbool.h
2078         * device/include/string.h,
2079         * device/include/tinibios.h,
2080         * device/include/ds400rom.h,
2081         * device/include/8051.h,
2082         * device/include/8052.h,
2083         * device/include/80c51xa.h,
2084         * device/include/at89c55.h,
2085         * device/include/at89S8252.h,
2086         * device/include/at89x51.h,
2087         * device/include/at89x52.h,
2088         * device/include/ds80c390.h,
2089         * device/include/reg764.h,
2090         * device/include/regc515c.h,
2091         * device/include/sab80515.h,
2092         * device/include/mcs51/c8051f000.h,
2093         * device/include/mcs51/c8051f018.h,
2094         * device/include/mcs51/c8051f020.h,
2095         * device/include/mcs51/c8051f040.h,
2096         * device/include/mcs51/c8051f060.h,
2097         * device/include/mcs51/c8051f120.h,
2098         * device/include/mcs51/c8051f300.h,
2099         * device/include/mcs51/c8051f310.h,
2100         * device/include/mcs51/c8051f320.h,
2101         * device/include/mcs51/c8051f330.h,
2102         * device/include/mcs51/c8051f350.h,
2103         * device/include/z180.h: Changed SDCC specific keywords to double
2104         underlined form.
2105
2106 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2107
2108         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2109         18F4455,
2110         * (pic16_assignConfigWordValue): disable testing of configuration
2111         register value with config mask,
2112         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2113         function with port->fun_prefix,
2114         * (genFunction): when generating a naked interrupt function never
2115         create an absolute segment placed in interrupt vector address, place
2116         the actual interrupt function at IVA instead, when an interrupt
2117         function is generated with unspecified interrupt then do not create
2118         the absolute section,
2119         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2120         code for generating a call to generic pointer get/put function with
2121         a call to function pic16_callGenericPointer(),
2122         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2123         the call to the generic pointer get/put functions with prefixing the
2124         function name with port->fun_prefix,
2125         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2126         * src/pic16/main.c (_process_pragma): prefix function with
2127         port->fun_prefix,
2128         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2129         calling assembler, old 18Fxxxx macro is deprecated,
2130         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2131         PC_ASMDIR in while condition,
2132         * (findInstruction): add PC_ASMDIR in while condition,
2133         * (buildCallTree): prefix main with port->fun_prefix,
2134         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2135         identifier for variable with banked access in instructions BTFSS,
2136         BTFSC, BCF, BSF, BTG
2137         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2138         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2139         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2140         perform optimization when enviroment variable NO_REG_OPT is set,
2141         * (insideLRBlock): NEW, return 1 if register is inside an
2142         INF_LOCALREGS block,
2143         * (RemoveRegFromLRBlock): remove a register that is completely
2144         eliminated by register optimization, but it is still left in local
2145         register store/restore in/from stack block,
2146         * (Remove2pcodes): after removing register, check to see if it
2147         should be removed from local register store/restore in/from stack
2148         block,
2149         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2150         DUMMY_READ_VOLATILE,
2151
2152         * device/include/pic16/adc.h: minor prototype modifications and
2153         update,
2154         * device/include/pic16/malloc.h: added GPL notice various
2155         modifications,
2156         * device/include/pic16/stdint.h: NEW, standard header for ints
2157         * device/include/pic16/delay.h: NEW, header for delay functions,
2158         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2159         delay1mtcy,
2160         * device/include/pic16/signal.h: NEW, header providing helper macros
2161         for implementing signal handlers,
2162         * device/include/pic16/stdio.h: added prototypes for functions,
2163         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2164         prototypes for stdin and stdout, added macro PUTCHAR to
2165         automatically implement putchar function prototype,
2166         * device/include/pic16/usart.h: modified and updated USART library,
2167         * device/lib/pic16/libio/adc/,
2168         * device/lib/pic16/libio/i2c: some modifications to improve library
2169         performance,
2170         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2171         family of functions,
2172         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2173         family of functions and other sources,
2174         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2175         of the PIC18Fxx[28] devices,
2176         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2177         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2178         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2179         _do_cinit function, because the previous failed when local variables
2180         where not placed in the same memory bank,
2181         * device/lib/pic16/libsdcc/char/: various modifications to improve
2182         library performance,
2183         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2184         information on the new functions of the c library and more...
2185
2186 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2187
2188         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2189
2190 2005-03-26 Raphael Neider <rneider AT web.de>
2191
2192         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2193           if condition == CARRY)
2194         * (genCmp): adapted to new genSkipc semantics
2195         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2196           on rIfx (genCmp was broken)
2197
2198 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2199
2200         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2201         * src/z80/main.c (_keywords[]),
2202         * src/SDCCglobal.h (struct options),
2203         * src/SDCC.y,
2204         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2205         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2206         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2207         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2208         always available in leading double underscore form. The C99 support is
2209         mostly missing, but it's a start.
2210         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2211         reserved identifier "__data".
2212
2213 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2214
2215         * src/mcs51/peeph.def: fixed bug 1170013
2216
2217 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2218
2219         * device/include/mcs51reg.h: fixed bug 842007
2220
2221 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2222
2223         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2224         last time.
2225
2226 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2227
2228         * src/port.h (struct PORT),
2229         * src/avr/ralloc.c (avr_assignRegisters),
2230         * src/avr/main.c,
2231         * src/ds390/ralloc.c (ds390_assignRegisters),
2232         * src/ds390/main.c,
2233         * src/hc08/ralloc.c (hc08_assignRegisters),
2234         * src/hc08/main.c,
2235         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2236         * src/mcs51/main.c,
2237         * src/pic/ralloc.c (pic14_assignRegisters),
2238         * src/pic/main.c,
2239         * src/pic16/ralloc.c (pic16_assignRegisters),
2240         * src/pic16/main.c,
2241         * src/xa51/ralloc.c (xa51_assignRegisters),
2242         * src/xa51/main.c,
2243         * src/z80/ralloc.c (z80_assignRegisters),
2244         * src/z80/ralloc.h,
2245         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2246         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2247         * src/SDCCcse.h,
2248         * src/SDCCdflow.c (computeDataFlow),
2249         * src/SDCCdflow.h,
2250         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2251         * src/SDCCloop.h,
2252         * src/SDCCcflow.c (*),
2253         * src/SDCCcflow.h,
2254         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2255         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2256         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2257         immedDom() returning wrong block; probably fixes bug #1160833)
2258
2259 2005-03-20 Borut Razem <borut.razem AT siol.net>
2260
2261         * support/scripts/inc2h.pl: WIN32 port
2262
2263 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2264
2265         * device/lib/makefile.in: added abs.c and labs.c
2266
2267 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2268
2269         * device/include/stdint.h: added
2270         * device/lib/abs.c: added
2271         * device/lib/labs.c: added
2272         * device/include/stdlib.h: added abs() and labs() prototypes
2273         * device/lib/libsdcc.lib: added abs and labs
2274         * device/include/float.h,
2275         * device/lib/_fsmul.c,
2276         * device/lib/printf_fast.c,
2277         * device/lib/printf_tiny.c: updated comments
2278
2279 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2280
2281         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2282         bug #1164313
2283
2284 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2285
2286         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2287         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2288
2289 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2290
2291         * device/lib/printf_large.c: removed inline assembly for portability and
2292           readability. Use printf_fast if speed or size are more important.
2293         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2294         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2295
2296 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2297
2298         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2299         prevent compiler warning
2300
2301 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2302
2303         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2304         moved to level 0 and declared as static. Also they are explicit
2305         placed in access bank. This was necessery because some times they
2306         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2307         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2308         optimizations. Currently only compare to unsigned char is implemented,
2309         * src/pic16/gen.c: added fReturnIdx array,
2310         * (struct resolvedIfx) is moved to gen.h and made public,
2311         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2312         * (aopForSym): added an optimization to directly store in stack of
2313         the operand of a SEND iCode,
2314         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2315         but as registers instead (AOP_REG) using the fReturnIdx array,
2316         * (pic16_freeAsmop): remove the freed register from the
2317         _G.sregsAlloc field,
2318         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2319         a compare of 'WREG',
2320         * (pic16_popGetTempRegCond): changed function prototype, now
2321         function takes also a bitVector argument v which holds the current
2322         set of registers that are allocated for stack access by aopForSym,
2323         registers allocated in aopForSym for accessing stack symbols are not
2324         any more part of the functions usedRegs field,
2325         * (genCall): some times aopOp is called for a stack variable to be
2326         send, aopForSym might perform the push, if this is true make sure
2327         that genCall doesn't push the variable twice by testing _G.resDirect,
2328         * (genFunction): changed testing for unspecified interrupt number
2329         from 256 to INTNO_UNSPEC,
2330         * modified selection scheme of frame pointer generation. Previously
2331         if function did use local registers a frame pointer was generated,
2332         now a frame pointer is generated only if function has arguments
2333         (that need PLUSW2 register access), or has stack arguments, or the
2334         compiler is not instructed to omit the frame pointer,
2335         * (genEndFunction): before restoring local registers that were saved
2336         in the function preamble, also restore the registers that *might*
2337         have been allocated for stack access,
2338         * (genRet): removed some old comments,
2339         * (genCmp, the active (RN's) version): added a call to the
2340         pic16_genCmp_special function to perform the compare with a more
2341         robust and optimized way,
2342         * (genInline): a feature has been added in inline code generation,
2343         which allows a wildcard variable substitution when writing inline
2344         assembly. Code is incomplete and experimental therefore undocumented,
2345         * (genCast): changed order of aopOp for result and right to allow
2346         aopForSym to directly load the result if possible,
2347         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2348         perform an optimized compare on some selected special occasions,
2349         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2350         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2351         generate an IVT any more,
2352         * src/pic16/main.c (pic16_optionsTable): added command line option
2353         --optimize-cmp,
2354         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2355         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2356         macros,
2357         * src/pic16/NOTES: Raphael Neider added in list of active developers
2358         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2359         jumptable_end to prevent bug #,
2360         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2361         inCond and outCond fields,
2362         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2363         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2364         turn off register spilling,
2365         * (packRegsForOneUse): synced with other ports' versions although it
2366         is not used currently,
2367         * (pic16_packRegisters): added an optimization while reading
2368         structure bitfields, some registers may be saved (malloc code is
2369         decreased by 80 bytes)
2370
2371 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2372
2373         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2374         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2375         this can be optimized more?
2376
2377 2005-03-10 Raphael Neider <rneider AT web.de>
2378
2379         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2380           genNearPointerGet): (hopefully) fixed access to bitfields via
2381           pointers (p->bitN = x; and x = p->bitN; failed)
2382
2383 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2384
2385         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2386
2387 2005-03-09 Raphael Neider <rneider AT web.de>
2388
2389         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2390
2391 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2392
2393         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2394         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2395           (regTypeNum): set REG_BIT type if necessary
2396         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2397         * support/regression/tests/critical.c: check bug 1144613
2398
2399 2005-03-02 Raphael Neider <rneider AT web.de>
2400
2401         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2402
2403 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2404
2405         * src/avr/ralloc.c (serialRegAssign),
2406         * src/ds390/ralloc.c (serialRegAssign),
2407         * src/hc08/ralloc.c (serialRegAssign),
2408         * src/mcs51/ralloc.c (serialRegAssign),
2409         * src/pic/ralloc.c (serialRegAssign),
2410         * src/pic16/ralloc.c (serialRegAssign),
2411         * src/xa51/ralloc.c (serialRegAssign),
2412         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2413
2414 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2415
2416         * src/SDCCast.c (decorateType): fixed bug 1124787
2417
2418 2005-02-20 Hubert Sack <sack AT digiplan.de>
2419         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2420
2421         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2422         patch #1121755
2423
2424 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2425
2426         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2427         to keep the correct label reference count when adding/removing references
2428         to labels. A peephole file using this is appended to patch #1144962.
2429
2430 2005-02-14 Raphael Neider <rneider AT web.de>
2431
2432         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2433         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2434         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2435           retrievals of result operand's value on assignment
2436
2437 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2438
2439         * device/include/pic16/string.h: modified prototype for memccpy()
2440         to memccpy(void *, void *, char, size_t)
2441         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2442         check whether to omit frame pointer or not,
2443         * (genInline): convert all occurences of "\n" to LF in inline
2444         assembler blocks, this helps formatting the inline text,
2445         * (pic16_loadFSR0): modified prototype,
2446         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2447         removed some 8051 legacy code,
2448         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2449         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2450         before allocating temporary registers in functions,
2451
2452 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2453
2454         * support/regression/tests/bitvars.c: corrected the "fix"
2455
2456 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2457
2458         * support/regression/tests/bitvars.c,
2459         * support/regression/tests/bitwise.c,
2460         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2461
2462 2005-02-10 Raphael Neider <rneider AT web.de>
2463
2464         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2465           different size for Alpha
2466         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2467
2468 2005-02-09 Raphael Neider <rneider AT web.de>
2469
2470         * src/SDCC.lex(doPragma) : save and restore warning options as well
2471           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2472         * have #pragma less_pedantic set the errorlevel to WARNING
2473           (fixes #1117001)
2474         * (cloneOptimize) : fixed wrong malloc's size
2475         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2476           facilitate correct handling of #pragma (save|restore)
2477
2478 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2479
2480         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2481
2482 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2483
2484         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2485
2486 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2487
2488         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2489
2490 2005-02-02 Raphael Neider <rneider AT web.de>
2491
2492         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2493         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2494         * (pic16_storeForReturn): fixed to allow returning function pointers
2495         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2496         * device/include/pic16/{stddef.h,stdbool.h}: added
2497
2498 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2499
2500         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2501
2502 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2503
2504         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2505         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2506          appeared to be required
2507
2508 2005-01-31 Borut Razem <borut.razem AT siol.net>
2509
2510         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2511           include/mcs51 and include/z80 directories to the package
2512
2513 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2514
2515         * src/hc08/gen.c (genFunction): fixed bug #1112752
2516
2517 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2518
2519         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2520
2521 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2522
2523         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2524
2525 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2528
2529 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2530
2531         * device/include/c8051fxxx.h: removed these 6 files
2532         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2533
2534 2005-01-26 Raphael Neider <rneider AT web.de>
2535
2536         * src/pic16/gen.c (genAssign): fixed assignment from longs
2537           in codespace (were cut to three bytes)
2538         * (genDummyRead): implemented (except for CODESPACE...),
2539           fixed bug #1108575
2540         * src/pic16/glue.c (emitStatistics): beautified
2541         * device/lib/pic16/libm/Makefile: added include path
2542
2543 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2544
2545         * src/z80/gen.c (aopPut): fixed bug #1103902
2546
2547 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2548
2549         * device/lib/expf.c: fixed bug #1095792
2550
2551 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2552
2553         * device/lib/pic16/libm: added Math library sources
2554
2555 2005-01-24 Raphael Neider <rneider AT web.de>
2556
2557         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2558           to enable upcast to pCodeOpReg2 (there is no type tag to
2559           differenciate the two and pic16_popGet2p cast into PCOR2)
2560         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2561           (sizeof(sectNames) changed to sizeof(sectName))
2562           Both patches fix segfaults under MinGW.
2563
2564 2005-01-23 Raphael Neider <rneider AT web.de>
2565
2566         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2567           Safe_[mc]?alloc()'ed variables
2568         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2569           of (byte sized) temporaries (assign them to WREG for now)
2570         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2571           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2572           this might fix SIGSEGVs on MinGW...
2573         * src/SDCCopt.c (killDeadCode): restored original behaviour
2574           (volatile operands might get thrown away though)
2575
2576 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2577
2578         * src/pic16/gen.c: fixed bug #1106975,
2579         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2580         pointer update, INTCON is saved, global interrupts are disabled and
2581         restored after updateing TOS.
2582         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2583         * added function attribute 'shadowregs' to take advantage of shadow
2584         registers,
2585         * added function attribute 'wparam' as an alternative to the wparam
2586         pragma,
2587         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2588         user declares a non-ISR function as 'shadowregs',
2589         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2590
2591 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2592
2593         * .version: bumped version number to 2.4.8
2594         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2595         pic16 port,
2596         * device/lib/pic16/libio/i2c/: I2C module support library,
2597         * device/include/pic16/i2c.h: I2C support library header,
2598         * device/lib/pic16/libc/stdio/: standard IO support sources,
2599         * (printf_small.c): printf_small() source, supports float print,
2600         * (printf_tiny.c): printf_tiny() source, does not support floats,
2601         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2602         enable global optimizations for entire library source, other
2603         Makefiles in the source tree are also modified to reflect this,
2604         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2605         function,
2606         * doc/sdccman.lyx: updated to reflect new changes,
2607         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2608         sym->onStack if-case,
2609         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2610         sbit, idata, _idata, xdata, _xdata,
2611         * added pragma library, to link an external library, (see doc),
2612         * removed command line options, --pomit-config-words, --pomit-ivt,
2613         --pleave-reset-vector,
2614         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2615         when calling assembler to reflect memory model used, also define
2616         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2617         reflect stack model used,
2618         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2619         on stack return NULL,
2620
2621 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2622
2623         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2624           of the operands is volatile. Fixes #1020220
2625
2626 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2627
2628         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2629         * (OptimizeRegUsage): make sure that there is really no other flow where
2630           the first pCode is used
2631
2632 2005-01-22 Raphael Neider <rneider AT web.de>
2633
2634         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2635           to fix #1106967 (pCode->seq are not set up correctly)
2636
2637 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2638
2639         * src/SDCCglue.c (glue): make sure code area is declared before the
2640         static initialization area.
2641
2642 2005-01-21 Raphael Neider <rneider AT web.de>
2643
2644         * device/lib/Makefile.in: fixed test for pic16 install dir
2645         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2646           optimizations
2647         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2648           added --optimize-goto compiler switch and pragma wparam documentation
2649         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2650         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2651           and PRODH closing bug #1071770 (peephole optimizer)
2652
2653 2005-01-19 Raphael Neider <rneider AT web.de>
2654
2655         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2656           cmdLine buffers (used when calling sdcpp...) are large enough
2657           (MAX_PATH=256 truncates arguments leading to system halts when
2658           used in MinGW...)
2659         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2660         * (genUminus): rewritten to for efficiency
2661         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2662           used uninitialized in some cases)
2663         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2664           copy the third byte from the int -- now assumes 0x80 (data memory)
2665         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2666           operands (genAddLit expects the iCode's operands to swapped as
2667           well), fixed leftover bytes (crashed for short left operands)
2668         * (pic16_genMinusDec): performance improvements, removed false
2669           PIC14 emitSKPNCs
2670         * (pic16_genMinus): fixed to cope with differently sized operands
2671         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2672           for --obanksel > 1
2673         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2674         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2675           new banksel optimization
2676         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2677           analysis for temporary registers (segfaults...)
2678         * src/pic16/peeph.def: added rule
2679
2680 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2681
2682         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2683         which converts a float number to its ASCII representation
2684         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2685         functions to convert the fractional and integer part of a float to ASCII,
2686         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2687         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2688         ram
2689         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2690         _STATMEM macros,
2691         * device/include/pic16/adc.h: added GPL info,
2692         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2693         a pCodeOp as tested operand,
2694         * (genNearPointerGet): optimized bit testing, does not use
2695         intermediate register for bit value, test directly instead with
2696         BTFSS, BTFSC, works only for single bits,
2697         * (genpic16Code): dump the name of the iCode in the asm,
2698         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2699         renamed to pic16_decodeOp,
2700         * (serialRegAssign): do not allocate a temporary register for iCode
2701         sequences that test a single bit for 1/0
2702
2703 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2704
2705         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2706         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2707         access stack and frame pointers. They are initially assigned to
2708         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2709         accessing SFRs. Updated all occurences of modification of stack or
2710         frame pointer in gen.c and pcode.c,
2711         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2712         assigning of a literal value to pointers,
2713         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2714         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2715         selected
2716
2717 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2718
2719         * doc/sdccman.lyx: update documentation about stack pragma, added
2720         some info for stack memory models
2721
2722 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2723
2724         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2725
2726 2005-01-08 Raphael Neider <rneider AT web.de>
2727
2728         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2729           udata sections to fix bug #1097823
2730
2731 2005-01-05 Raphael Neider <rneider AT web.de>
2732
2733         * src/pic16/gen.c (genGenericShift): added handling of differently
2734           sized left operand and result
2735
2736 2005-01-04 Raphael Neider <rneider AT web.de>
2737
2738         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2739         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2740           to hold the condition bit)
2741         * added new version of genCmp (old code available via #define)
2742         * added new version of genShiftLeft/genShiftRight in a generic
2743           way, now supports shifting by negative values
2744         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2745           shiftCount (expected by genGenericShift)
2746         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2747         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2748           dump
2749         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2750           is an invalid literal too...)
2751
2752 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2753
2754         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2755         from Raphael Neider,
2756         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2757         for 8-bit literals. This fixes some literal operands which are sign
2758         extended to 16-bits ints when instruction needs only 8-bits.
2759
2760 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2761
2762         * device/lib/logf.c: added mcs51 assembly version
2763         * device/lib/expf.c: added mcs51 assembly version
2764         * device/lib/_logexpf.c: new shared asm code for expf and logf
2765         * device/include/math.h: add defines for assembly math library
2766         * device/lib/Makefile.in: build new _logexpf.c
2767         * device/lib/libfloat.lib: use new _logexpf.c
2768
2769 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2770
2771         * src/pic/device.c
2772         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2773           device types which have less than 0x7f registers.
2774
2775 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2776
2777         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2778
2779 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2780
2781         * device/lib/printf_fast.c: only build on supported arch.
2782         * device/lib/printf_tiny.c: only build on supported arch.
2783         * device/lib/printf_fast_f.c: only build if asm float lib
2784         * device/lib/_fsget1arg.c: only build if asm float lib
2785         * device/lib/_fsget2args.c: only build if asm float lib
2786         * device/lib/_fsnormalize.c: only build if asm float lib
2787         * device/lib/_fsreturnval.c: only build if asm float lib
2788         * device/lib/_fsrshift.c: only build if asm float lib
2789         * device/lib/_fsswapargs.c: only build if asm float lib
2790         * device/include/stdio.h: don't provide print_fast,
2791           print_fast_f, print_tiny prototypes if --xstack used
2792
2793 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2794
2795         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2796         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2797           to the SOURCES
2798
2799 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2800
2801         * device/lib/printf_fast_f.c: same as printf_fast, but
2802           with floating point enabled
2803         * device/lib/printf_fast.c: minor tweaks
2804         * device/include/stdio.h: add printf_fast_f
2805
2806 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2807
2808         * src/SDCCmain.c: make --float-reent default for mcs51
2809         * device/lib/_fsadd.c: added mcs51 assembly version
2810         * device/lib/_fssub.c: added mcs51 assembly version
2811         * device/lib/_fsmul.c: added mcs51 assembly version
2812         * device/lib/_fsdiv.c: added mcs51 assembly version
2813         * device/lib/_fseq.c: added mcs51 assembly version
2814         * device/lib/_fsneq.c: added mcs51 assembly version
2815         * device/lib/_fsgt.c: added mcs51 assembly version
2816         * device/lib/_fslt.c: added mcs51 assembly version
2817         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2818         * device/lib/Makefile.in: add _fscmp to build
2819         * device/lib/libfloat.lib: add _fscmp to build
2820
2821 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2822
2823         * device/lib/_fs2slong.c: added mcs51 assembly version
2824         * device/lib/_fs2sint.c: added mcs51 assembly version
2825         * device/lib/_fs2schar.c: added mcs51 assembly version
2826         * device/lib/_fs2ulong.c: added mcs51 assembly version
2827         * device/lib/_fs2uint.c: added mcs51 assembly version
2828         * device/lib/_fs2uchar.c: added mcs51 assembly version
2829         * device/lib/_slong2fs.c: added mcs51 assembly version
2830         * device/lib/_sint2fs.c: added mcs51 assembly version
2831         * device/lib/_schar2fs.c: added mcs51 assembly version
2832         * device/lib/_ulong2fs.c: added mcs51 assembly version
2833         * device/lib/_uint2fs.c: added mcs51 assembly version
2834         * device/lib/_uchar2fs.c: added mcs51 assembly version
2835         * device/include/float.h: added #define to select asm vs c
2836
2837 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2838
2839         * device/lib/printf_fast.c: improvements to float output
2840         * device/include/float.h: add defines for assembly float library
2841         * device/lib/_fsget1arg.c: receive 1 float arg
2842         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2843         * device/lib/_fsnormalize.c: normalize a float
2844         * device/lib/_fsreturnval.c: return float, various helper routines
2845         * device/lib/_fsrshift.c: right shift a float's mantissa
2846         * device/lib/_fsswapargs.c: swap 2 floats
2847         * device/lib/Makefile.in: build these 6 new files for mcs51
2848         * device/lib/libfloat.lib: add these 6 files to the library
2849
2850 2004-12-26 Borut Razem <borut.razem AT siol.net>
2851
2852         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2853           built by gcc 3.4.2
2854
2855 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2856
2857         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2858           and fully reentrant and register bank neutral.
2859         * device/lib/printf_fast.c: added float (not enabled by default),
2860           added compact/slower integer (also not enabled by default),
2861           improved size/speed of fast integer code, other minor changes
2862         * device/include/stdio.h, device/lib/Makefile.in,
2863           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2864
2865 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2866
2867         * src/pic16/pcode.c: declaring variables other than at the start of a
2868           block is not supported in C by VC6.
2869
2870 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2871
2872         * applied a previous patch from Raphael Neider that wasn't included
2873         in the previous commits, which fixes infinite loops within jumptable
2874         improvements,
2875         * made some fixes that previous patches introduced
2876
2877 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2878
2879         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2880         that fixes an issue with AOP_PCODE asmop's offset,
2881         * (pic16_popCopyReg): update instance field too,
2882         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2883         function of pic port,
2884         * (genCmp, genAnd, genAssign),
2885         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2886
2887 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2888
2889         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2890         variables initial values to idata section,
2891         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2892         variables in some functions. This utilizes parmBytes field of iCode
2893         structure to hold the offset of the variable in stack. (might be
2894         able to use the stack field too?)
2895         * applied patch from Raphael Neider # ### , # ###
2896         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2897         variable initial values in idata section,
2898         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2899         for static variables with initial value
2900         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2901         applied fix in while loop from Raphael Neider.
2902
2903 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2904
2905         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2906         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2907         * src/ds390/ralloc.c (serialRegAssign): spill bits
2908         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2909         * support/Util/SDCCerr.c,
2910         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2911         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2912         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2913
2914 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2915
2916         * device/include/sdcc-lib.h: inserted LGPL, added includes
2917           asm/ds390/features.h and asm/mcs51/features.h
2918         * device/include/asm/default/features.h,
2919         * device/include/asm/gbz80/features.h,
2920         * device/include/asm/z80/features.h: added empty _AUTOMEM
2921           and _STATMEM
2922         * device/include/asm/ds390/features.h,
2923         * device/include/asm/mcs51/features.h: added files with defines for
2924           _AUTOMEM and _STATMEM indicating automatic and static storage class
2925         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2926         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2927         * src/SDCCicode.c (geniCodeCast),
2928         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2929         * src/SDCCloop.c (loopInduction): removed unused variable lr
2930         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2931           to convertToFcall to include char modulo (RFE 1065037), added check
2932           if left operand is unsigned and use abs of literal value
2933         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2934           as it doesn't work after conversion from peephole.def to peephole.rul
2935         * src/mcs51/gen.c (toBoolean): added check for size,
2936           (genModOneByte): optimized code for signed char modulo a literal
2937           power of 2 (thanks to Hubert Sack),
2938           (genRRC): removed unnecessary "clr c",
2939           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2940         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2941           jump optimization,
2942           swapped rules 256.c and 256.d,
2943           extended 256.d by using new multiple checks (thanks Erik),
2944           added rules 256.e and 256.f,
2945           updated rule 261.a and 261.b to new generated code
2946         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2947
2948 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2951           induction related bugs, including first part of bug #1074377
2952
2953 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2954
2955         * applied patch from bug-report #1076292,
2956         * applied patches for genAnd and Goto-optimizations for Raphael
2957         Neider,
2958         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2959         dump a less iCode information,
2960         * src/pic16/device.h (pic16_options_t): added field debgen,
2961         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2962         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2963         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2964         puclic,
2965         * (various functions): added macros FENTRY and FENTRY2 to functions,
2966         to emit function prologue,
2967         * (various functions): fixed indentation,
2968         * (genNearPointerGet): fixed loading of FSR0,
2969         * (genPackBits): applied patch from Raphael Neider to fix updating
2970         of FSR0 and touching only the modified bits,
2971         * src/pic16/genarith.c (various functions): added macros FENTRY to
2972         emit function prologue in comments,
2973         * src/pic16/pcode.h: added functions debugf2, debugf3,
2974         * src/pic16/ralloc.c: partial fix for packForPush caused
2975         segmentation fault,
2976
2977 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2978
2979         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2980           <stsp AT users.sourceforge.net> with reversed byte order
2981         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2982
2983 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2984
2985         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2986           bug #1074377
2987         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2988         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2989
2990 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2991
2992         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2993
2994 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2995
2996         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2997           conditions,
2998           (setFromConditionArgs): friendly operand parser for peephole rules,
2999           (operandBaseName, operandsNotRelated): new peephole condition
3000           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3001           architecture specific register naming into account, handles n-way
3002           comparisons, and supports quoted literals
3003         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3004
3005 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3006
3007         * src/mcs51/peeph.def: fixed bug #1076940
3008
3009 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3010
3011         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3012
3013 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3014
3015         Adding support for replacing ljmps with sjmps in jumptables
3016         generated for switch statements. For now you need to set the
3017         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3018         Now 4 algorithms for mcs51 jumptable generation are used:
3019         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3020         addresses loaded pc-relative for up to 112 cases and stack-pushing
3021         target addresses loaded with offset from dptr for up to 256 cases.
3022
3023         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3024         * src/mcs51/main.c: adapted constants for switch table generation
3025         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3026
3027 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3028
3029         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3030         * support/regression/tests/bug1057979.c: added test for bug 1073386
3031
3032 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3033
3034         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3035         compilers
3036
3037 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3038
3039         * src/pic16/device.h,
3040         * src/pic16/genarith.c,
3041         * src/pic16/glue.c,
3042         * src/pic16/main.c,
3043         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3044
3045 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3046
3047         Large cummulative patch for pic16 port.
3048         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3049         to call when a stack overflow occurs,
3050         * (malloc.h): added CVS Id tag,
3051         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3052         variable,
3053         * added libc directory. The current version of LibC contains string
3054         functions, ctype functions and macros and some functions of the
3055         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3056         be extensively tested in the future. Standard disclaimer here.
3057         Library is not automatically build yet. But one can build it by
3058         invoking 'make' inside the libc directory.
3059         * added ADC library under libio. Preliminary version yet.
3060
3061         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3062         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3063         aopForRemat() now and not by pic16_aopOp(),
3064         * (pic16_popGetTempReg): removed warning messgae when allocating
3065         temporary registers, its a buggy feature and will be removed,
3066         * (pic16_popGet): set register instance field in AOP_CRY,
3067         * (pic16_outBitC): fixed for results in size greater than 1,
3068         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3069         * (pic16_storeForReturn): optimized return of 0,
3070         * (genCmp): experimental code for new genCmp which uses PIC18's
3071         special compare&skip instructions. Initial tests fail some times
3072         with variables grater than 1 byte in size, so new code is disabled,
3073         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3074         a single bit,
3075         * (genCast): began a fix to optimize the casting of a bit to another
3076         bit, now assigning a bitfield to another bitfield will fail, sorry,
3077         * src/pic16/main.c: disabled the use of lr-support feature,
3078         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3079         * added some function prototypes, added function _debugf prototype,
3080         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3081         bits with offset (case PO_GPR_BIT),
3082         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3083         command line,
3084         * (isBankInstruction): modified to return 0 for no banking instruction,
3085         and 1 for banking instruction,
3086         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3087         caused stop processing pCodes after a inline assembly block,
3088         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3089         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3090         registers when it shouldn't,
3091         * src/pic16/ralloc.c (allocReg): add preliminary support for
3092         supporting a limited set of temporary registers,
3093
3094 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3095
3096         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3097           genDataPointerSet): ensure assignments always copy in MSB to LSB
3098           order,
3099           (loadRegFromAop): recognize CLRH optimization,
3100           (genFunction): optimize RECEIVE iCodes in reentrant functions
3101
3102 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3103
3104         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3105           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3106           selected.
3107         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3108         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3109           contiguous with data
3110
3111 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3112
3113         * device/lib/_gptrget.c (_gptrget),
3114         * device/lib/_gptrgetc.c (_gptrgetc),
3115         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3116           instead of sjmp to ret
3117         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3118           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3119
3120 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3121
3122         * .version: bumped version to 2.4.7
3123         * device/lib/_gptrget.c (_gptrget): is now _naked
3124         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3125         * device/lib/_gptrput.c (_gptrput): is now _naked
3126         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3127           (createFunction): fixed xstack
3128         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3129         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3130           or bit either,
3131           (geniCodeCritical): store original interrupt state in an iTemp bit
3132           var unless stack-auto
3133         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3134         * src/SDCCmain.c (setIncludePath): added include/target to search path
3135         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3136         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3137           prototype,
3138           (processFuncArgs): put bit vars in bit area
3139         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3140           unsaveRBank): fixed xstack,
3141           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3142           (genFunction, genEndFunction): fixed xstack,
3143           (genAssign): optimization don't walk backwards through mem
3144         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3145         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3146         * support/regression/Makefile: also make library (for stack-auto) when
3147           making "all" and added "test-mcs51-xstack-auto"
3148         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3149         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3150         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3151         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3152         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3153           make-library by MAKE_LIBRARY
3154         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3155           regression tests for xstack
3156         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3157         * support/regression/tests/critical.c: test for critical on mcs51
3158
3159 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3160
3161         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3162           built version of sdcc instead of installed version
3163
3164 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3165
3166         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3167         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3168           vprintf.c now
3169         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3170         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3171           WARNING: remove device/lib/build/z80/printf.o by hand when
3172           updating from previous build!
3173         * device/lib/z80/printf.c: updated comment
3174         * support/regression/tests/bug1057979.c: test all ports now
3175         * support/regression/tests/bug1065458.c: file added
3176
3177 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3178
3179         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3180           *_start and *_end symbols for static functions
3181
3182 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3183
3184         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3185           and search crt0.o in all library paths,
3186           (setIncludePath): proper handling of --nostdinc,
3187           (setLibPath): proper handling of --nostdlib
3188         * support/regression/Makefile,
3189         * support/regression/ports/ds390/spec.mk,
3190         * support/regression/ports/gbz80/spec.mk,
3191         * support/regression/ports/hc08/spec.mk,
3192         * support/regression/ports/mcs51/spec.mk,
3193         * support/regression/ports/mcs51-large/spec.mk,
3194         * support/regression/ports/mcs51-stack-auto/spec.mk,
3195         * support/regression/ports/z80/spec.mk: use include and lib files from
3196           built version of sdcc instead of installed version
3197         * doc/sdccman.lyx: fixed typo in --nostdinc
3198
3199 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3200
3201         * src/pic/pcode.c,
3202         * src/pic/device.c,
3203         * src/pic/ralloc.c,
3204         * src/pic/gen.c : added support to generate code for struct bit fields.
3205
3206 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3207
3208         * as/xa51/xa_version.h,
3209         * device/include/errno.h,
3210         * device/include/regc515c.h,
3211         * device/lib/_itoa.c,
3212         * device/lib/_ltoa.c,
3213         * device/lib/ser_ir_cts_rts.c,
3214         * sim/ucsim/xa.src/glob.cc,
3215         * sim/ucsim/xa.src/inst_gen.cc,
3216         * sim/ucsim/xa.src/xa_bit.cc,
3217         * sim/ucsim/xa.src/xa_sfr.cc,
3218         * sim/ucsim/z80.src/inst_dd.cc,
3219         * sim/ucsim/z80.src/inst_fdcb.cc,
3220         * support/scripts/keil2sdcc.pl,
3221         * src/pic16/pic16.dsp,
3222         * src/pic16/pic16a.dsp: corrected cvs line endings
3223         * device/lib/printf_large.c: fixed bug 1057979
3224         * src/pic16/gen.c: fixed non-C standard code
3225         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3226         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3227         * support/regression/ports/mcs51/support.c: reload T1 asap
3228         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3229           pdata use and clear idata startup behaviour
3230         * support/regression/tests/bug1057979.c: added
3231
3232 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3233
3234         * device/examples/ds390/ow390/ad26.h,
3235         * device/examples/ds390/ow390/cnt1d.h,
3236         * device/examples/ds390/ow390/crcutil.c,
3237         * device/examples/ds390/ow390/ownet.h,
3238         * device/examples/ds390/ow390/owsesu.c,
3239         * device/examples/ds390/ow390/swt12.h,
3240         * device/examples/ds390/ow390/swtoper.c,
3241         * device/examples/ds390/ow390/temp10.h,
3242         * device/examples/ds390/ow390/thermodl.c,
3243         * device/examples/ds390/tinitalk/tinitalk.dsp,
3244         * device/examples/ds390/tinitalk/tinitalk.dsw,
3245         * device/examples/mcs51/clock/hw.h,
3246         * device/examples/mcs51/simple2/go.bat,
3247         * device/examples/serialcomm/windows/serial.h,
3248         * device/examples/xa51/dummy.c,
3249         * device/examples/xa51/hello.c,
3250         * device/include/80c51xa.h,
3251         * device/include/at89x051.h: corrected cvs line endings
3252
3253 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3254
3255         * src/pic16/main.c (options): added command line --gstack, to trace
3256         stack over/under flows,
3257         * added pragma 'wparam' to allow passing first byte of function
3258         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3259         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3260         call to __gstack_test function and sets up the symbol as extern,
3261         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3262         * popaop): added call to pic16_testStackOverflow,
3263         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3264         wparamList list,
3265         * (genCall, genPcall): now all parameters are passed via stack
3266         except in functions that are pass to wparam pragma in which WREG is
3267         used too,
3268         * (genPcall): REENTRANT flag is checked to see if variable prototype
3269         contains reentrant keyword, don't call a non-reentrant function, via
3270         a reentrant function pointer or vice versa, functions are never
3271         passed via WREG,
3272         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3273         D.Winkler,
3274         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3275         SIGSEGV when accessing a NULL register stucture,
3276         * (pic16_printGPointerType): modified to handle UPPER modifier for
3277         function initializers, changed prototype of function to simpler one,
3278         * (pic16_printIvalFuncPtr): check to see if function is already
3279         added in externs list,
3280         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3281         optimized a move from W to SFR with a move to the same register
3282         later after a CALL,
3283         * device/lib/pic16/debug: NEW directory, contains debug features
3284         which are enabled when linking with libdebug.lib, currently command
3285         line option --gstack enables stack pointer tracing for over/under
3286         flow, corresponding sources are in debug/gstack
3287
3288 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3289
3290         * doc/sdccman.lyx: updated SDCC version,
3291         * (PIC16 port): update list of command line options,
3292         * src/pic16/device.h (structure pic16_options_t): added field gstack
3293         to enable stack overflow tracing on push/pops,
3294         * src/pic16/device.c (statistics structure): added statistics
3295         structure,
3296         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3297         pic16_dump_int_registers): increase statistics counters for each
3298         * variable which is encountered
3299         * (pic16_dump_usection): emit each .udata variable to its own udata
3300         section,
3301         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3302         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3303         parameters via stack, otherwise use old scheme,
3304         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3305         assembler output file,
3306         * src/pic16/main.c: added command line options --gstack to enable
3307         push/pop tracing for stack overflow,
3308         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3309         instructions): added size of each instruction,
3310         * (pic16_countInstruction): estimate size of instructions in
3311         the_pFile list, inline assembly blocks are not counted,
3312         * (pic16_FixRegisterBanking): trace previous register usage, when
3313         banksel optimizations is greater than 0, don't emit a redudant
3314         banksel directive,
3315
3316 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3317
3318         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3319         * src/pic16/ralloc.c : applied same fix for pic16.
3320         * src/pic/gen.c : tidied it up a little.
3321
3322 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3323
3324         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3325         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3326
3327 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3328
3329         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3330
3331 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3332
3333         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3334         non-reentrant function __modsint in the interrupt function (thus
3335         corrupting math operations during serial I/O)
3336         * device/lib/ser_ir.c: as above, changed buffersize
3337         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3338         256.c,d for zeroing
3339         * doc/Makefile: added option -t for rsync
3340
3341 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3342
3343         * src/SDCCast.h (struct ast),
3344         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3345
3346 2004-10-20 Borut Razem <borut.razem AT siol.net>
3347
3348         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3349         package
3350
3351 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3352
3353         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3354         makefile targets,
3355         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3356         support functions to replace long sequences of MOVFF's from access
3357         bank registers to stack and vice versa,
3358         * src/pic16/device.h: added new field opt_flags, where optimization
3359         flags can be set to enable certain features,
3360         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3361         * pBlock, (genFunction, genEndFunction): surroung loop for
3362         saving/loading used registers in stack with PC_INFO pCodes,
3363         INF_LREGS. Code in between can then be optimized by pCode optimizer
3364         to support function calls,
3365         * (genDataPointerSet): fixed bug which loaded float fields in
3366         structures with corrupt data,
3367         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3368         in a standard way debug info on stderr. Feature used for developing
3369         and debugging only,
3370         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3371         obsolete chunks of code,
3372         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3373         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3374         * pic16/src/pcode.c (pic16_newpCodeInfo,
3375         * (pic16_newpCodeOpLocalRegs),
3376         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3377         feature,
3378         * (pic16_pCodeConstString): printing of the initial value of a
3379         symbol as a comment is inhibited since parsing was already done by
3380         copyStr and output is corrupt,
3381         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3382
3383 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3384
3385         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3386
3387 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3388
3389         * as/mcs51/lkarea.c: removed old K&R style,
3390           (lnksect): changed check on boundary error,
3391           (lnksect2): changed check on boundary error,
3392           (lnksect2): extend XSTK to end of page if size = 1
3393         * as/mcs51/lkmain.c: removed old K&R style,
3394           (Areas51): create l_IRAM symbol
3395         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3396         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3397           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3398         * device/lib/_mullong.c: added version to be compiled with xstack
3399         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3400         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3401         * device/lib/mcs51/crtxstack.asm: fixed comment
3402         * src/SDCCglue.c: maxInterrupts defaults to 0,
3403           (emitMaps): added pdata,
3404           (createInterruptVect): (re)moved default,
3405           (glue): added pdata,
3406           (glue): moved __start__xstack to XSTK with default size 1
3407         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3408           and options.float_rent when options.stackAuto is set,
3409           (linkEdit): only write XDATA_NAME if provided on command line
3410         * src/SDCCmem.h,
3411         * src/SDCCmem.c: added pdata
3412         * src/port.h: added pdata_name to PORT
3413         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3414           (saveRegisters, unsaveRegisters): removed usage of B,
3415           (genMinus): fixed accumulator clash,
3416           (genJumpTab): added comment, this needs another look
3417         * src/mcs51/gen.c: added check for "B in use" paranoia,
3418           added pushB() and popB()
3419         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3420           chance
3421         * src/avr/main.c,
3422         * src/ds390/main.c,
3423         * src/hc08/main.c,
3424         * src/mcs51/main.c,
3425         * src/pic/main.c,
3426         * src/pic16/main.c,
3427         * src/xa51/main.c,
3428         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3429           added PSEG (PAG,XDATA) or NULL to port specifier
3430         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3431         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3432           (_mcs51_genInitStartup): removed __start__xstack equ,
3433           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3434         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3435         * src/z80/gen.c (_rleAppend): fixed warnings
3436         * support/regression/tests/zeropad.c: added pdata test
3437         * .version: bumped to 2.4.6
3438
3439 2004-10-17 Borut Razem <borut.razem AT siol.net>
3440
3441         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3442         as a part of nightly build
3443
3444 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3445
3446         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3447         WREG holds the first byte function parameters,
3448         * (aopForSym): take special case for symbols which are in FARSPACE
3449         but in CODESPACE too,
3450         * (assignResultValue): modified to take into account _G.useWreg,
3451         * (genCall): don't use wreg for parameter passing when function is
3452         declared as reentrant, too, added optimization INCF to stack
3453         pointer when stack parameter count is 1,
3454         * (genFunction, genEndFunction): refurnished and fixed to not using
3455         wreg for passing parameters when function has varargs or is
3456         reentrant, fixed bug with symbol name compare for generating
3457         functions in absolute address,
3458         * (pic16_storeForReturn): refurnished,
3459         * (genCmp): began writing a new version of the function, not ready
3460         yet, therefore it is disabled,
3461         * (genAssign): do not read code memory when assigning a function to
3462         a pointer function,
3463         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3464         array of characters, not pointer,
3465         * (pic16initialComments): in debug mode emit an .ident directive for
3466         the assembler,
3467         * (_process_pragma): emit a new warning type (internal to pic16)
3468         when setting stack to default length, emit a similar warning when
3469         placing a function at absolute address and address is not word aligned
3470         * (_pic16_parseOptions): added 'return TRUE' statement,
3471         * (_pic16_linkEdit): if compiling a source, then add the source's
3472         file object, first in the list of objects to link,
3473
3474 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3475
3476         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3477         * src/pic/main.c : removed VC warning.
3478         * src/pic/gen.c : changed comment.
3479
3480 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3481
3482         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3483         reference to a deprecated symbol _GPTRREG was causing failure to
3484         link. Thanks G. M. Gallant for the info.
3485
3486 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3487
3488         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3489         comments for Bugs item #954788.
3490
3491 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3492
3493         * src/pic16/device.c (pic16_dump_gsection,
3494         * pic16_groupRegistersInSection): handle symbols declared to be in
3495         access bank differently,
3496         * src/pic16/gen.c (struct _G): added field resDirect,
3497         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3498         send values read from stack directly to result and don't allocate
3499         temporary values,
3500         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3501         same registers,
3502         * (pic16_sameRegsOfs): NEW,
3503         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3504         free because they were not allocated from temporary pool,
3505         * pic16_popRegFromString): workaround to fix a problem with
3506         allocating variables twice or never,
3507         * (genGenPointerGet): using PRODL instead of FSR0H,
3508         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3509         instead of FSR0H,
3510         * (genAssign): take advantage of the _G.resDirect flag,
3511         * (genCast): around line 11844, use mov2f instead of directly
3512         MOVFF'ing between operands to account for literal values,
3513         * src/pic16/genutils.c: some new debug functions for gpsim have been
3514         added,
3515         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3516         float with integer part only,
3517         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3518         place variables in access bank
3519         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3520         updated sources to reflect recent changes in gen.c
3521
3522 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3523
3524         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3525         sources that searched for headers in installation path, now the
3526         device/include/pic16 is used,
3527         * src/pic16/glue.c (pic16glue),
3528         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3529         .line directives if not in debug mode, this suppresses assembler's
3530         warnings for ignored directives
3531
3532 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3533
3534         * src/port.h: made reset_regparms prototype void parameter explicit.
3535         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3536         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3537         * doc/sdccman.lyx: documented warning disabling and how to use
3538           printf_large to make it print floats.
3539         * device/include/stdbool.h: NEW
3540         * device/lib/_atof.c,
3541         * device/lib/_divuint.c,
3542         * device/lib/_divulong.c,
3543         * device/lib/expf.c,
3544         * device/lib/printf_large.c,
3545         * device/lib/sincosf.c,
3546         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3547         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3548           a completely reentrant lib.
3549
3550 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3551
3552         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3553         * device/include/pic16/stdio.h: fixed bug with colon
3554
3555 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3556
3557         * device/include/pic16/stdio.h,
3558         * device/include/pic16/stdlib.h,
3559         * device/include/pic16/math.h: NEW
3560         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3561         declared as _naked to reduce overhead
3562         * device/lib/Makefile.in (target port-specific-objects-pic16):
3563         changed * to *.* so to ignore the CVS directory,
3564         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3565         stacked variables back in stack,
3566         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3567         corruption
3568
3569 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3570
3571         * .version: bumped version number to 2.4.5
3572         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3573         * support/Util/SDCCerr.c (messages structure): added entry for
3574         W_POSSBUG2
3575
3576         Large cumulative patch for pic16 port and libraries.
3577         * device/include/pic16/sdcc-lib.h,
3578         * device/include/pic16/stdarg.h,
3579         * device/include/asm/pic16/features.h,
3580         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3581         * device/include/pic16/float.h: changes reentrant keyword with
3582         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3583         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3584         updated target build-libraries to include objects from gptr,
3585         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3586         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3587         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3588         all function headings,
3589         * src/SDCCmain.c: added global parameter userIncDirsSet,
3590         * (parseCmdLine): when option -I is encountered add directory to
3591         userIncDirsSet too,
3592         * src/version.awk: added space between control and long,
3593         * src/pic16/NOTES: added some notes for the port,
3594         * src/pic16/gen.c: added prototype for mov2fp function,
3595         * (fReturnpic16[]): properly named return value registers,
3596         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3597         * (aopForSym): added code to handle symbols with onStack flag set,
3598         symbols onStack are allocated PTRSIZE bytes,
3599         * (aopFreeAsmop): handles special case where asmops are stack objects,
3600         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3601         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3602         added argument lock to trace flaws in allocating temporary registers
3603         when developing port,
3604         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3605         * (pic16_popRegFromString): reenabled allocating a direct register
3606         from string,
3607         * (assignResultValue): various beautifications,
3608         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3609         referenced function argument,
3610         * (genIpush): reenabled to allow stacked arguments, handles only
3611         ic->parmPush iCodes,
3612         * (genCall, genPcall): major changes to allow for variable argument
3613         functions, fixed a bug with falsely restoring stack pointer after
3614         returning from call,
3615         * (genFunction): pending code for critical function,
3616         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3617         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3618         * (genNearPointerGet): fixed bug with indirect reading, was always
3619         reading from INDF0
3620         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3621         pointers,
3622         * (genAddrOf): rewrote code to take address of a stacked function parameter
3623         * (genCast): fixed casting to generic pointer type,
3624         * src/pic16/gen.h: added AOP_STA,
3625         * (struct asmop): added field stk,
3626         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3627         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3628         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3629         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3630         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3631         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3632         generic pointers,
3633         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3634         and library paths,
3635         * (pic16_port structure): generic pointer size is set to 3,
3636         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3637         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3638         compiler warning,
3639         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3640         operand is an iTemp,
3641
3642 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3643
3644         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3645         * debugger/mcs51/simi.c: addapt new syntax of s51
3646
3647 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3648
3649         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3650         * src/pic16/pcode.c: commented out some calls to free() in order to
3651         fix bug #989576,
3652
3653 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3654
3655         * src/SDCCicode.h,
3656         * src/SDCCicode.c (isiCodeInFunctionCall),
3657         * src/avr/ralloc.c (selectSpil),
3658         * src/pic/ralloc.c (selectSpil),
3659         * src/pic16/ralloc.c (selectSpil),
3660         * src/ds390/ralloc.c (selectSpil),
3661         * src/hc08/ralloc.c (selectSpil),
3662         * src/xa51/ralloc.c (selectSpil),
3663         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3664         stack in the middle of a function call sequence (fixes bug #1020268)
3665         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3666         costs associated with the minimum switch case.
3667
3668 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3669
3670         * src/SDCC.lex: fixed bug #1030549
3671
3672 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3673
3674         * src/SDCCcse.h (struct cseDef),
3675         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3676         over a function call if the CSE is derived from a symbol whose
3677         address has been taken (fixes bug #1029883)
3678         * support/regression/tests/bug-1029883: a new regression test for
3679         this bug
3680
3681 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3682
3683         * src/hc08/gen.c (emitinline): fixed bug #1029778
3684         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3685         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3686         and starts toward RFE #905167)
3687
3688 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3689
3690         * src/pic16/gen.c (mov2f): New function to move an operand to
3691         another without considering if it is a literal or a register,
3692         * (pic16_sameRegs): don't check if they are both AOP_REG,
3693         * (AccRsh): removed andmask=0 lines,
3694         * (genLeftShift): duplicated to be improved in future versions,
3695         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3696         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3697         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3698         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3699         * (insertBankSwitch): fixed inserting banksel directives algorithm
3700         for instructions that follow a skip instruction, this fixes a report
3701         for broken subtraction code generation,
3702         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3703         iCode is a left op, just in case result and right share the same
3704         registers
3705
3706 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3707
3708         * src/hc08/main.c,
3709         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3710         preservation of HX
3711         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3712         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3713         on 2004-09-12; it was buggy
3714
3715 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3716
3717         * src/SDCCsymt.h: removed RESULT_CHECK
3718         * src/SDCCast.c,
3719         * src/SDCCglue.c,
3720         * src/SDCCval.c,
3721         * src/pic/glue.c,
3722         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3723
3724 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3725
3726         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3727         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3728         configuration values no more rejected by compiler, they are assigned
3729         to configuration registers with a warning message instead,
3730         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3731         the for-loop so last conf register is emitted too,
3732         * (_pic16_initPaths): link library libsdcc.lib by default,
3733         * (_hasNativeMulFor): modified test for multiplication according to
3734         Raphael Neider's remarks. Integer multiplication is also done with
3735         support functions,
3736         * device/include/pic16/pic18fregs.h: corrected type error in while
3737         testing and including 18f6720 header file
3738
3739 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3740
3741         * src/pic16/device.h (pic16_options): removed field use_crt,
3742         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3743         until an optimization to handle single bits is added,
3744         * (pic16_loadFSR0): moved before genUnpackBits,
3745         * (genAnd): some white lines removed,
3746         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3747         leave_reset flags in pic16_options when using crt modules,
3748
3749 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3752           for bugs 898889 & 979599. Also used some safer print instructions.
3753
3754 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3755
3756         * src/pic16/device.h (pic16_options_t): added field use_crt,
3757         crt_name, no_crt,
3758         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3759         catch a probable future bug,
3760         * src/pic16/gen.c: aopIdx function commented out,
3761         * (genAssign): commented out old code which used aopIdx,
3762         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3763         code, added if conditionals to take into account the --use-crt
3764         command line options,
3765         * src/pic16/main.c (pic16_optionsTable): added new command line
3766         options, --use-crt= and --no-crt,
3767         * (_pic16_linkEdit): now the proper crt object is added in the
3768         linker command line except than when --no-crt is specified,
3769         * src/pic16/pcode.c,
3770         * src/pic16/pcode.h: added some structures and functions for a new
3771         optimization scheme to compansate for instruction overhead between
3772         same iCodes, this scheme is currently under development and is not
3773         working in any way,
3774         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3775         to && operator,
3776         * device/lib/pic16/startup/crt0i.c,
3777         * device/lib/pic16/startup/crt0iz.c: added global char variable
3778         __uflags to force the generation of an idata section
3779
3780 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3781
3782         * doc/Makefile,
3783         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3784         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3785
3786 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3787
3788         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3789         Frieder) and clarified the default code optimization mode
3790
3791 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3792
3793         * src/SDCC.lex (doPragma, process_pragma),
3794         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3795         "opt_code_size", and "opt_code_balanced"
3796         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3797         regrouped options by category, added support for category headers
3798         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3799         and "--opt-code-size"
3800         * doc/sdccman.lyx: documented these new options and pragmas
3801         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3802         preference into account
3803
3804 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3805
3806         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3807           geniCodePreDec): Fixed bug 904237 by generating a warning
3808         * src/SDCCerr.h,
3809         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3810
3811 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3812
3813         * src/pic/device.c : When no max ram set validate full memory range.
3814         * src/pic/pcode.c,
3815         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3816
3817 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3818
3819         * device/lib/_gptrget.c,
3820         * device/lib/_gptrput.c: updated comment
3821         * device/lib/calloc.c,
3822         * device/lib/free.c,
3823         * device/lib/malloc.c,
3824         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3825         * src/SDCCcse.c (cseBBlock),
3826         * src/SDCCicode.c (printOperand, geniCodeArray),
3827         * src/SDCCicode.h (struct operand): fixed bug 868103
3828         * support/regression/tests/bug-868103.c: added
3829         * src/SDCCast.c (searchLitOp),
3830         * src/SDCCcse.h (struct cseDef),
3831         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3832         * src/SDCCicode.h (struct operand),
3833         * src/SDCCsymt.h (struct sym_link),
3834         * src/avr/gen.c (hasInc),
3835         * src/ds390/gen.c (hasInc),
3836         * src/hc08/gen.c (genPlusIncr, hasInc),
3837         * src/mcs51/gen.c (hasInc),
3838         * src/pic16/glue.c (pic16_printIvalChar),
3839         * src/pic16/ralloc.c (regWithIdx),
3840         * src/xa51/gen.c (hasInc) : removed warnings
3841         * src/SDCCast.c (createBlock): added comment ???
3842         * src/hc08/ralloc.c: updated comments
3843
3844 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3845
3846         * doc/sdccman.lyx: updated section on switch statements, added
3847         section about semaphore locking
3848         * doc/Makefile: added option -info for latex2html
3849         * device/lib/_gptrget.c,
3850         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3851
3852 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3853
3854         * src/pic/device.h,
3855         * src/pic/device.c,
3856         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3857          maxram is less than 0x100.
3858
3859 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3860
3861         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3862
3863 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3864
3865         * src/port.h,
3866         * src/mcs51/main.c,
3867         * src/ds390/main.c,
3868         * src/z80/main.c,
3869         * src/hc08/main.c,
3870         * src/pic/main.c,
3871         * src/pic16/main.c,
3872         * src/avr/main.c,
3873         * src/xa51/main.c
3874         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3875         a jump table is the best form for a switch statement, including
3876         automatic insertion of missing cases to make the case range
3877         continuous. Developed in collaboration with Frieder Ferlemann.
3878
3879 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3880
3881         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3882         accumulator result if it needs sign extension
3883
3884 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3885
3886         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3887
3888 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3889
3890         * device/lib/gbz80/printf.c,
3891         * device/lib/z80/printf.c: removed define for NULL
3892
3893 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3894
3895         * as/xa51/xa_link.c,
3896         * device/examples/ds390/ow390/ad26.c,
3897         * device/examples/ds390/ow390/cnt1d.c,
3898         * device/examples/ds390/ow390/counter.c,
3899         * device/examples/ds390/ow390/ds2480.h,
3900         * device/examples/ds390/ow390/ds2480ut.c,
3901         * device/examples/ds390/ow390/findtype.c,
3902         * device/examples/ds390/ow390/gethumd.c,
3903         * device/examples/ds390/ow390/owllu.c,
3904         * device/examples/ds390/ow390/ownetu.c,
3905         * device/examples/ds390/ow390/swt12.c,
3906         * device/examples/ds390/ow390/swtloop.c,
3907         * device/examples/ds390/ow390/temp.c,
3908         * device/examples/ds390/ow390/temp10.c,
3909         * device/examples/ds390/ow390/thermo21.c,
3910         * device/examples/ds390/ow390/tinilnk.c,
3911         * device/examples/ds390/ow390/tstfind.c,
3912         * device/examples/serialcomm/windows/serial.cpp,
3913         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3914         * device/include/reg51.h: fixed line endings for cvs
3915
3916 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3917
3918         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3919         packRegsForAccUse, packRegisters): new accumulator register
3920         packing algorithm
3921         * support/regression/ports/hc08/support.c (_putchar): suppress
3922         warning of unused variable
3923         * src/SDCCicode.c: added SWAP entry to codeTable
3924
3925 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3926
3927         * device/lib/sprintf.c: forgot to add this file before previous commit
3928
3929 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3930
3931         * src/pic16/gen.c (genPackBits): added operand right in function
3932         parameters, load result directly if p_type is POINTER (that is
3933         called by genNearPointerSet)
3934         * (genUnPackBits): added operand left in function parameters,
3935         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3936         FSR0 if accessing bitfields,
3937
3938 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3939
3940         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3941           _print_format; updated printf, sprintf, vsprintf
3942         * device/include/asm/default/features.h: corrected comment/define
3943         * device/lib/Makefile.in: added sprintf.c
3944         * device/lib/libsdcc.lib: added sprintf module
3945         * device/lib/printf_large.c,
3946         * device/lib/vprintf.c,
3947         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3948           into these 3 files
3949         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3950         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3951         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3952           hc08 test
3953         * support/regression/tests/zeropad.c: define idata as data for hc08
3954
3955 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3956
3957         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3958         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3959         labels are referenced at least once (even if a reference is not found)
3960         * src/hc08/gen.c (emitcode): set isComment flag for comments
3961         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3962         loads), rules 6a..6b (optimize jumps to return)
3963
3964 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3965
3966         * device/lib/acosf.c (acosf),
3967         * device/lib/asinf.c (asinf),
3968         * device/lib/atanf.c (atanf),
3969         * device/lib/ceilf.c (ceilf),
3970         * device/lib/cosf.c (cosf),
3971         * device/lib/coshf.c (coshf),
3972         * device/lib/cotf.c (cotf),
3973         * device/lib/fabsf.c (fabsf),
3974         * device/lib/floorf.c (floorf),
3975         * device/lib/log10f.c (log10f),
3976         * device/lib/logf.c (logf),
3977         * device/lib/sinf.c (sinf),
3978         * device/lib/sinhf.c (sinhf),
3979         * device/lib/sqrtf.c (sqrtf),
3980         * device/lib/tanf.c (tanf),
3981         * device/lib/tanhf.c (tanhf),
3982         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3983         replaced all instances of "reentrant" in the library functions
3984         defined in math.h with this macro.
3985         * support/regression/tests/float_trans.c: reenabled test for hc08
3986
3987 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3988
3989         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3990         erroneously deleted
3991
3992 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3993
3994         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3995         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3996         multi-byte volatile operands are used
3997         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3998         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3999         initialization to area GSINIT0 so that it would always precede
4000         any static initializers in GSINIT
4001         * support/regression/tests/zeropad.c: fixed idata define for hc08
4002         * support/regression/tests/bug-927659.c,
4003         * support/regression/tests/float_trans.c: disabled tests for hc08
4004         pending missing library routines
4005         * .version: increased version number to 2.4.4 - hc08 port now passes
4006         regression tests
4007
4008
4009 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4010
4011         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4012         * Makefile.common.in,
4013         * as/Makefile,
4014         * as/hc08/Makefile.in,
4015         * as/mcs51/Makefile.in,
4016         * as/z80/Makefile.in,
4017         * debugger/mcs51/Makefile.in,
4018         * device/include/Makefile.in,
4019         * device/lib/Makefile.in,
4020         * doc/Makefile,
4021         * link/Makefile,
4022         * link/z80/Makefile.in,
4023         * packihx/Makefile.in,
4024         * sim/ucsim/main_in.mk,
4025         * sim/ucsim/avr.src/Makefile.in,
4026         * sim/ucsim/doc/Makefile.in,
4027         * sim/ucsim/gui.src/serio.src/Makefile.in,
4028         * sim/ucsim/hc08.src/Makefile.in,
4029         * sim/ucsim/s51.src/Makefile.in,
4030         * sim/ucsim/xa.src/Makefile.in,
4031         * sim/ucsim/z80.src/Makefile.in,
4032         * src/Makefile.in,
4033         * support/cpp2/Makefile.in,
4034         * support/librarian/Makefile,
4035         * support/makebin/Makefile: added DESTDIR to the install path proposed
4036         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4037         * doc/sdccman.lyx: added DESTDIR documentation
4038
4039 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4040
4041         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4042         instruction for interrupt handlers, use fast returns when returning
4043         from high priority interrupts
4044
4045 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4046
4047         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4048         code generation
4049         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4050         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4051         bugs, ported much of Bernhard's code from mcs51
4052         * src/mcs51/gen.c (genSend),
4053         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4054         than one when calling a reentrant function
4055         * device/lib/_mullong.c: defined an alternate struct layout for big
4056         endian ports (hc08)
4057
4058 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4061         test
4062
4063 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4066         are sane and complete before asking the port its prefered parameter
4067         passing method (fixes bug #1017633)
4068         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4069         and _ret3
4070
4071 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4072
4073         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4074         problem in bitfields >= 8 bits.
4075
4076 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4077
4078         * src/SDCCsymt.c: undid changes that were not meant to be committed
4079
4080 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4081
4082         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4083
4084 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4085
4086         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4087           copied and wrong bit got inverted
4088
4089 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4090
4091         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4092         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4093         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4094         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4095         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4096         assignments to bitfields at known addresses
4097         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4098         reads from bitfields at known addresses
4099         * src/hc08/ralloc.c (packRegisters),
4100         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4101         genhc08Code): optimize pointer get values used as conditionals
4102         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4103         and branch
4104
4105 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4106
4107         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4108         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4109         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4110         as conditionals
4111
4112 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4113
4114         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4115
4116 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4117
4118         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4119         related problems
4120
4121 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4122
4123         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4124
4125 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4126
4127         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4128         mcs51 port
4129
4130 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4131
4132         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4133
4134 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4135
4136         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4137         cases use more compact code.
4138
4139 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4140
4141         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4142
4143 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4146
4147 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4148
4149         * src/SDCCsymt.h,
4150         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4151         parameter of changePointer() from symbol* to sym_link*
4152         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4153         * src/SDCCsymt.c (compareType): void* type is castable to other
4154         pointers, but not necesarily an exact match.
4155         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4156         is no longer blindly treated as an exact match.
4157         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4158
4159 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4160
4161         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4162
4163 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4164
4165         * src/pic/gen.c,
4166         * src/pic/pcode.c,
4167         * src/pic/ralloc.h,
4168         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4169
4170 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4171
4172         * src/pic/device.c,
4173         * src/pic/device.h,
4174         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4175
4176 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4177
4178         * src/mcs51/gen.c (emitcode): fixed bug #992819
4179
4180 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4181
4182         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4183           there's no need to make it worse
4184
4185 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4186
4187         * src/mcs51/ralloc.c (deassignLR),
4188         * src/ds390/ralloc.c (deassignLR),
4189         * src/hc08/ralloc.c (deassignLR),
4190         * src/z80/ralloc.c (deassignLR),
4191         * src/pic/ralloc.c (deassignLR),
4192         * src/pic16/ralloc.c (deassignLR),
4193         * src/avr/ralloc.c (deassignLR),
4194         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4195         rlivePoint): fixed another part of bug #971834
4196
4197 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4198
4199         * src/z80/main.c: enabled "critical" keyword
4200         * src/z80/mappings.i,
4201         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4202         functions (fixes bug #979646)
4203         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4204
4205 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4206
4207         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4208           such as c:\mydir.
4209
4210 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4211
4212         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4213           doesn't disable too much optimizations
4214
4215 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4216
4217         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4218
4219 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4220
4221         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4222
4223 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4224
4225         * src/pic/gen.c tidied up tabs
4226         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4227         * src/pic/main.c tidied up tabs
4228         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4229         * src/pic/pcoderegs.c tidied up tabs
4230         * src/pic/ralloc.c tidied up tabs
4231
4232 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4235         to S_FIXED for pic16 port and when symbol is not in level 0,
4236         allocate for S_REGISTER storage class and pic16 port, too,
4237         * src/pic16/device.h: prototype for checkSym,
4238         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4239         * (pic16_assignConfigWordValue): test the value and the mask to
4240         validate that the value is suitable for the configuration word,
4241         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4242         collect extern declared symbols, don't emit symbol twice, check
4243         first if symbol is in publics set first,
4244         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4245         * added command line '--fstack' which enables an experimental
4246         feature for stack access, too buggy to be used yet...
4247         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4248         * (pic16_allocDirReg): when register has storage class S_REGISTER
4249         allocate in pic16_dynAccessRegs,
4250         * device/include/pic16/pic18f????.h: modified configuration word
4251         naming convention, words started as CONFIG0H but should be CONFIG1H
4252
4253 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4254
4255         * device/include/mcs51reg.h: fixed bug 970993
4256
4257 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4258
4259         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4260         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4261         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4262         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4263         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4264         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4265           error/warning numbers,
4266           added function setWarningDisabled()
4267         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4268         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4269           _memcmp.c _memmove.c calloc.c realloc.c free.c
4270         * support/regression/tests/malloc.c: added tests for new functionality
4271         * support/regression/tests/zeropad.c: added tests for truncated initializers
4272           and initialized char arrays starting with '\x0'
4273         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4274
4275 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4276
4277         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4278
4279 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4280
4281         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4282         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4283         peephole 177.e. Thanks to anonymous
4284
4285 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4286
4287         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4288         function isn't used in the source but referenced as a
4289         variable initializer then declare it as extern in .asm file
4290
4291 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4292
4293         * .version: increased version number to 2.4.3
4294
4295         Adding version extension according to ChangeLog CVS revision
4296         * src/Makefile.in (target all): added dependency 'version.h'
4297         * (rule version.h): added rule to create version.h from ChangeLog,
4298         * (rule dep): added dependency version.h,
4299         * src/version.awk: AWK script to create version.h
4300         * src/SDCCdwarf2.c (dwWriteModule),
4301         * src/SDCCglue.c (initialComments),
4302         * src/SDCCmain.c (printVersionInfo): modified to write after
4303         version string the version extension number,
4304         * src/SDCCutil.c: included "version.h"
4305         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4306         number,
4307         * src/SDCCutil.h: added prototype for getBuildNumber
4308
4309         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4310         includeDirsSet, too,
4311         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4312         const char [] is found in function prototype...
4313
4314         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4315         moving to WREG with source is already in WREG,
4316         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4317         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4318         * (aopForSym): stack'ed symbols are partially supported, added
4319         if-clause to support symbols in FARSPACE,
4320         * (sameRegs): added test for AOP_ACC to see if registers are same,
4321         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4322         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4323         * (pic16_popRegFromString): will not allocate a new register if it
4324         doesn't find one by name, bug may have introduced...
4325         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4326         * (genIpush): revived to use pic16 port's stack,
4327         * (genAddrOf): added incomplete case for stack'ed operand,
4328         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4329         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4330         can handle multibyte operands,
4331         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4332         * (pic16initialComments): added message for MPLAB compatibility
4333         mode enabled,
4334         * src/pic16/main.h: prototype for pic16_mplab_comp,
4335         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4336         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4337         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4338         because of increased complexity of procedure,
4339         * (_process_pragma): stack pragma changed to format 'stack pos len',
4340         emit symbol '_stack_end' to conform with gplink,
4341         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4342         to search for register,
4343         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4344         PO_GPR_REGISTER,
4345         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4346         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4347         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4348         case for PO_GPR_REGISTER,
4349         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4350         dies, the new era is ahead !...
4351         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4352         pic16_dynInternalRegs,
4353         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4354         * (pic16_allocDirReg): minor optimizations and bug fixes,
4355         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4356
4357         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4358         load stack and frame pointer with address of 'stack_end' symbol
4359
4360 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4361
4362         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4363         without source code but only variable initializers
4364
4365 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4366
4367         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4368         external are not declared as extern to reduce overhead while linking
4369
4370 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4371
4372         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4373
4374 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4375
4376         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4377           Yee Keat for the patch
4378         * src/SDCCast.c (decorateType): fixed bug #979599
4379         * src/ds390/gen.h: removed local fReturnSizeDS390
4380         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4381         * src/ds390/gen.c (genAnd, genOr, genXor),
4382         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4383
4384 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4385
4386         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4387         add relFilesSet to $3, manipulate $2 to handle linking of object
4388         files without source files in command line,
4389         * device/include/pic16 (all headers): added ID location macros,
4390         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4391         entries for ID location bytes,
4392         * (pic16_assignIdByteValue): NEW,
4393         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4394         added field dumpcalltree to pic16_options_t,
4395         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4396         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4397         emitting rFalseIfx label after check_carry label,
4398         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4399         pic16_emitDIRegs), NEW
4400         * (pic16glue): dump .calltree file when option --calltree found,
4401         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4402         * (_pic16_genAssemblerPreamble): emit ID locations after
4403         configuration registers,
4404         * (pic16_linkCmd): modifications of the link command,
4405         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4406         * (pic16_pCodeInitRegisters): don't init stack registers,
4407         * (pic16_findPrevInstruction): fixed bug,
4408         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4409         bug with immediate registers,
4410         * (buildCallTree): traces stack push and pop,
4411         * (pct2): dump also stack usage for each function,
4412         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4413         * (pic16_allocDirReg): various modifications,
4414         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4415         fixed to 1,
4416
4417 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4418
4419         * src/pic16/pcode.c: removed buggy double colon
4420
4421 2004-07-01 Borut Razem <borut.razem AT siol.net>
4422
4423         * support/scripts/sdcc.nsi: added include/pic16 to setup
4424
4425 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4426
4427         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4428         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4429         target 'clean',
4430         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4431         specific command line arguments. Also added sample lkr script
4432         for placing a variable at a specific memory bank.
4433         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4434         at a specific memory bank,
4435         * (pic16_dump_isection): fixed bug which caused string literals to
4436         be omitted when dumping idata section,
4437         * (pic16_groupRegistersInSection): added code to handle registers
4438         in specific memory banks,
4439         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4440         public, all references are renamed too,
4441         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4442         AOP_DPTR2,
4443         * (pic16_storeForReturn): added case to handle when dest is WREG,
4444         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4445         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4446         pic16_rel_udata, check to see if that register is marked as being
4447         a member of a specific memory bank,
4448         * (pic16_printIvalCharPtr): added code to add string literals either
4449         to code or the idata sections,
4450         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4451         also accept the 'udata' pragma,
4452         * src/pic16/main.h: new structure types sectName and sectSym
4453         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4454         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4455         * (pic16_findPrevInstruction): fixed, it returned nothing,
4456         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4457         instruction combinations,
4458         * (pic16_FixRegisterBanking): heavily reorganised,
4459         * (pic16_AnalyzeBanking): if generating banksel directives is
4460         disabled, then don't call FixRegisterBanking at all,
4461         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4462         completely removed,
4463         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4464
4465 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4466
4467         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4468         Phuah Yee Keat <yk.phuah AT nestac.com>
4469
4470 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4471
4472         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4473         correctly the IVT even if it is relocated to some other location
4474
4475 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4478         * device/include/pic16/pic18f2220.h: NEW,
4479         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4480         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4481         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4482         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4483         nodefaultlibs, ivt_loc is the location of the interrupt vector
4484         table, and nodefaultlibs signs that default libraries should not be
4485         linked in link stage,
4486         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4487         according to --ivt-loc argument,
4488         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4489         when pragma stack is found,
4490
4491 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4492
4493         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4494         256 (range check), 257 (do while), 258.a-f (bit banging
4495         f.e. on 3-wire SPI bus)
4496
4497 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4498
4499         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4500         variables used exclusively within a loop
4501
4502 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4503
4504         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4505
4506 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4507
4508         * src/SDCClrange.c (computeClash): fixed bug #971834
4509
4510 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/mcs51/gen.c (genCmp): fixed bug #975903
4513         * src/hc08/gen.c (operandsEqu),
4514         * src/ds390/gen.c (operandsEqu),
4515         * src/z80/gen.c (operandsEqu),
4516         * src/pic/gen.c (operandsEqu),
4517         * src/pic16/gen.c (operandsEqu),
4518         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4519         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4520
4521 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4522
4523         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4524
4525 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4526
4527         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4528         default case in switch statement,
4529         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4530         to eliminate problem with initialisation of pointers, but problem
4531         still exists,
4532         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4533         * (emitStaticSegment): removed various lines emitting debug info,
4534         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4535         added processor registers for utilizing EEPROM,
4536         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4537         configurable and set 8
4538
4539 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4540
4541         * .version: increased version number to 2.4.2,
4542
4543         Cumulative patch for pic16 port
4544         * src/pic16/device.c: changed scheme to dump initial values for
4545         variables in idata segment, all print_idata* functions were removed,
4546         now the pic16_printIval* will be called,
4547         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4548         * _pic16_printPointerType, pic16_printPointerType,
4549         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4550         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4551         NEW, similar to the respective functions in SDCCglue.c,
4552         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4553         way, emitting hex bytes,
4554         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4555
4556 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4557
4558         * src/avr/ralloc.c (serialRegAssign),
4559         * src/xa51/ralloc.c (serialRegAssign),
4560         * src/pic/ralloc.c (serialRegAssign),
4561         * src/pic16/ralloc.c (serialRegAssign),
4562         * src/hc08/ralloc.c (serialRegAssign),
4563         * src/z80/ralloc.c (serialRegAssign),
4564         * src/ds390/ralloc.c (serialRegAssign),
4565         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4566
4567 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4568
4569         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4570         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4571
4572 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4573
4574         Cumulative patch for pic16 port:
4575         * src/pic16/device.h (typedef PIC16_device) modified fields for
4576         defining microcontrollers,
4577         * src/pic16/device.c: added new info for all devices in Pics16 array,
4578         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4579         to be optimised out by the pCode optimiser,
4580         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4581         specially, bug reported by G.M. Gallant,
4582         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4583         as force'd so that cannot be optimised out by pCode optimiser,
4584         * src/pic16/pcode.c,
4585         * src/pic16/pcodepeeph.c,
4586         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4587         they are disabled by default, but can be enabled explicit with
4588         command argument --denable-peeps, for testing,
4589         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4590         --pomit-ivt in COMPILE_FLAGS
4591
4592 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4593
4594         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4595           compilation on MSVC
4596
4597 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4598
4599         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4600
4601 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4602
4603         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4604         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4605
4606 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4607
4608         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4609         would only assign 0x300001 register.
4610
4611 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4612
4613         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4614         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4615
4616 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4617
4618         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4619         for ds80c400
4620         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4621         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4622         added peephole 254 (left shift), 255 (jump table)
4623
4624 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4625
4626         * device/lib/Makefile.in: removed comment line with model-pic16,
4627         * (target port-specific-objects-pic16): the libraries and objects
4628         are copied to the build directory form the device/lib/pic16/bin
4629         directory
4630
4631         Cumulative patch concerning pic16 port:
4632         * library directory has been re-organized,
4633         * added support for PIC18F1220,
4634         * added headers and library sources for chips 18f1220,18f6520,
4635         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4636
4637         * configuration registers setting has changed, now each supported
4638         device has a complete description of the registers it uses,
4639         * all initialisations are moved to idata sections, these section
4640         can be absolute or relocatable,
4641         * fixed initialisation of codespace variables,
4642         * fixed warning about PCLATU and gpsim,
4643         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4644         * (genAssign): use table reads when assigning from variables in codespace,
4645         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4646         char/int variables placed in codespace,
4647         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4648         registers set in .asm file, no need for --pomit-config-words anymore,
4649         * (pic16glue): some 8051 legacy segments are commented out
4650         (to be removed completely),
4651         * added support for alternative assembler and linker with --asm=
4652         and --link= command line arguments,
4653         * peepholes are disabled automatically in the port, no need to
4654         specify on command line,
4655         * port supports natively char/int/long multiplication, but converts
4656         all divisions to support functions,
4657         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4658         to the file set in variable $2,
4659         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4660         strings in ASCII format and not in hex,
4661         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4662         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4663         allocate proper register if iCodes aren't temporary,
4664
4665 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4666
4667         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4668
4669 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4670
4671         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4672         is commented out
4673
4674 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4677         computed address is reused
4678         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4679         multi-byte bitfields
4680
4681 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4682
4683         * src/z80/gen.c: (genArrayInit): must check for pointers too
4684
4685 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4686
4687         * support/regression/tests/zeropad.c: never meant to commit the
4688           nestedstruct test: removed, added check for GCC version
4689
4690 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4691
4692         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4693         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4694         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4695           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4696           bugs 928906 and 954082 half-empty initializers
4697         * src/SDCCsymt.h,
4698         * src/SDCCsymt.c (getAllocSize): added for above fix
4699         * src/z80/gen.c (genArrayInit): fixed bug 741044
4700         * support/regression/tests/zeropad.c: added tests
4701
4702 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4703
4704         * src/pic16/device.c (pic16_dump_section): corrected bug which
4705         caused some symbols of the libraries to be misplaced
4706
4707 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4708
4709         * src/pic16/glue.c,
4710         * src/pic16/ralloc.h,
4711         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4712         to fix conflict with pic port
4713
4714 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4715
4716         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4717         externs configuration variables,
4718         * src/pic16/ralloc.h,
4719         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4720         prototype in header, commented out some debug messages
4721
4722 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4723
4724         * src/pic16/glue.c,
4725         * src/pic16/main.c,
4726         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4727         for gpasm COFF object generation. Thanks to D. Hawkins for
4728         his patch info
4729
4730 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/ds390/main.c,
4733         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4734         Brock for spotting this)
4735         * src/ds390/gen.c (genEndFunction),
4736         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4737         interrupt handler and critical. Disable push/pop optimizations when
4738         peephole optimizations disabled.
4739
4740 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4741
4742         Updated pic16 library sources and headers.
4743         * device/lib/pic16/pic18f*/ ,
4744         * device/include/pic16/*.h: modified to handle structured SFR
4745         definitions
4746
4747 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4748
4749         * src/port.h (PORT structure): added hook initPaths, now each
4750         port can declare its own default search paths,
4751         which can been seen with the --print-search-dirs option,
4752         see pic16 port for example,
4753         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4754         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4755         * (doPrintSearchDirs): NEW, replaces in a central manner the
4756         printing of search dirs which was split in set*Paths functions,
4757         * (main): added call to port->initPaths and doPrintSearchDirs,
4758         * src/avr/main.c,
4759         * src/ds390/main.c,
4760         * src/hc08/main.c,
4761         * src/izt/i186.c,
4762         * src/izt/tlcs900h.c,
4763         * src/mcs51/main.c,
4764         * src/pic/main.c,
4765         * src/pic16/main.c: modified port structures to reflect addition of
4766         initPaths hook,
4767
4768         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4769         * (pic16_dump_section): for registers in same address reserve memory once,
4770         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4771         to no_banksel,
4772         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4773         result is greater in size than right or left,
4774         * (pic16_genUMult8X8_8): there are some cases where the result can
4775         be 16 bits size, so handle these,
4776         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4777         * (pic16_outBitC): modified to emit pcodes,
4778         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4779         or not,
4780         * (genDivOneByte): implemented algorithm to divide 8-bits,
4781         * (genCmp): uncommented goto, but issues still exist,
4782         * (genAnd): fixed a bug with variables >8bits,
4783         * (genPackBits): optimization added that uses BCF/BSF to change a
4784         single bit,
4785         * (genAssign): fixed bug when assigning floating point literals,
4786         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4787         __sdcc_gsinit_startup label,
4788         * src/pic16/main.c (_pic16_init): removed search directory
4789         initialisations,
4790         * (_pic16_initPaths): NEW, used to initialise search directories,
4791         * (_hasNativeMulFor): support functions for all except char/int
4792         multiplication, and char division,
4793         * (PIC16_port struct): modified entry for native mul support,
4794         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4795         no_banksel option,
4796         * (buildCallTree): call to register_usage is ifdef'ed out,
4797
4798 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * device/include/string.h: applied Stas Sergeev's patch to make this
4801         header file compatible with the preprocessor -Wundef option
4802         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4803         failure (fixes bug #941458)
4804
4805 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4806
4807         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4808         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4809         that the variable, not the function, should be static
4810         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4811         to be consistent with non-literal case
4812
4813 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/SDCCast.c (isConformingBody): fixed bug #949967
4816         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4817         convilong): fixed bug #952086
4818
4819 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4820
4821         * src/SDCCmem.c (allocVariables): fixed bug #955321
4822
4823 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4824
4825         * src/hc08/main.c (_hc08_genAssemblerEnd),
4826         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4827         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4828         completely eliminated the use of a temporary file
4829         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4830         when more than one file linked
4831         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4832
4833 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4836         which fixes bug #543481
4837         * support/regression/tests/bug-751703.c: fixed comments left from a
4838         cut and paste error
4839         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4840         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4841         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4842         scopes
4843         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4844         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4845         are now changed to underscores in moduleName
4846
4847 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4848
4849         * as/mcs51/lkmem.c: better fix for bug #954173
4850
4851 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4852         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4853
4854         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4855         * device/include/c8051f000.h,
4856         * device/include/c8051f120.h,
4857         * device/include/c8051f300.h,
4858         * device/include/c8051f310.h,
4859         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4860         PWM16) and detab'ed
4861
4862 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4863
4864         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4865         and mailing lists, doc'ed --no-peep-comments, removed reference
4866         to knoppix (newest version has no LyX/LaTeX), other minor changes
4867         * src/SDCCglue.c (glue): save 2 bytes stack space with
4868         option --main-return. The ljmp could probably be avoided too
4869
4870 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4871
4872         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4873
4874 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4875
4876         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4877         * src/SDCCopt.c (isLocalWithoutDef),
4878         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4879         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4880         (credit to Maarten Brock for patch #949363, on which this is based)
4881         * support/regression/tests/bug-751703.c: some test cases of extern used
4882         within inner scopes.
4883
4884 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4885
4886         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4887         SPEC_STRUCT
4888         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4889         struct definitions
4890         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4891         dwWriteLabel): fix to create valid debugger symbols even when
4892         the module name has non-alphanumeric symbols in it
4893         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4894         when a variable's allocation has been optimized away
4895
4896
4897 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4900         * src/hc08/main.c,
4901         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4902         * src/mcs51/main.c,
4903         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4904         * src/ds390/main.c,
4905         * src/z80/gen.c (z80_emitDebuggerSymbol),
4906         * src/z80/main.c,
4907         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4908         * src/pic/main.c,
4909         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4910         * src/pic16/main.c,
4911         * src/avr/gen.c (avr_emitDebuggerSymbol),
4912         * src/avr/main.c,
4913         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4914         * src/xa51/main.c,
4915         * src/SDCCdebug.c (emitDebuggerSymbol),
4916         * src/SDCCdebug.h,
4917         * src/port.h: added a debugger struct to the port struct. Added a
4918         callback for defining debugger symbols
4919
4920         * src/SDCCast.c (createLabel),
4921         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4922         with isitmp = 1
4923         * src/SDCCicode.h,
4924         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4925         iCode back to the ast for the function
4926
4927         * src/hc08/ralloc.c (hc08_assignRegisters),
4928         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4929         unneeded fields from the regs struct.
4930         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4931         pushReg() & pullReg() functions instead of emitcode()
4932
4933         * src/hc08/gen.c (genLabel, genhc08Code),
4934         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4935
4936         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4937         debugger hooks
4938
4939         * src/hc08/gen.c (genEndFunction, genhc08Code),
4940         * src/hc08/gen.h,
4941         * src/mcs51/gen.c (genEndFunction, gen51Code),
4942         * src/mcs51/gen.h,
4943         * src/ds390/gen.c (genEndFunction, gen390Code),
4944         * src/ds390/gen.h,
4945         * src/z80/gen.c (genEndFunction, genZ80Code),
4946         * src/z80/gen.h,
4947         * src/z80/z80.h,
4948         * src/pic/gen.c (genEndFunction, genpic14Code),
4949         * src/pic/gen.h,
4950         * src/pic16/gen.c (genEndFunction, genpic16Code),
4951         * src/pic16/gen.h,
4952         * src/avr/gen.c (genEndFunction, genAVRCode),
4953         * src/avr/gen.h,
4954         * src/xa51/gen.c (genEndFunction, genXA51Code),
4955         * src/xa51/gen.h,
4956         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4957         specific code to cdbFile.c and out of the backend code generators
4958
4959         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4960         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4961         starting address is now 0
4962
4963         * as/hc08/asm.h,
4964         * as/hc08/m08pst.c,
4965         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4966         assembler directive for DWARF support
4967         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4968
4969         * src/src.dsp,
4970         * src/Makefile.in,
4971         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4972
4973 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4974
4975         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4976         and inappropriate peephole optimization in jump tables
4977
4978 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4979
4980         * as/hc08/m08pst.c,
4981         * src/SDCCglue.c: sdccopt works for the hc08 port now
4982
4983 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4984
4985         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4986
4987 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4988
4989         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4990
4991 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4992
4993         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4994         rules
4995         * src/SDCCmain.c,
4996         * src/SDCCglobl.h,
4997         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4998         comments from the peephole optimizer replacement rules
4999         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5000         symbols
5001         * src/SDCCcse.c (updateSpillLocation),
5002         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5003         equivalents
5004         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5005         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5006         objects far pointers
5007
5008 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5009
5010         * src/SDCCsymt.h: a missing part of my last change
5011         * src/pic/ralloc.c (regTypeNum),
5012         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5013
5014 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * src/SDCCicode.h,
5017         * src/SDCCicode.c (aggrToPtrDclType),
5018         * src/SDCCptropt.h,
5019         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5020         ptrPseudoSymConvert),
5021         * src/pic/ralloc.c (regTypeNum),
5022         * src/pic16/ralloc.c (regTypeNum),
5023         * src/hc08/ralloc.c (regTypeNum),
5024         * src/ds390/ralloc.c (regTypeNum),
5025         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5026         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5027
5028 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5029
5030         * link/z80/lkmain.c (afile),
5031         * as/hc08/lkmain.c (afile),
5032         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5033         prevent a pointer problem when a filename has no directory and
5034         no extension specified.
5035
5036 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5037
5038         * link/z80/lkmain.c (afile): allow periods in directory names
5039         * link/z80/lkmain.c (afile),
5040         * as/mcs51/lkmain.c (afile),
5041         * as/hc08/lkmain.c (afile): allow linker script file to have an
5042         extension other than ".lnk"
5043         * link/z80/lklex.c (getfid),
5044         * link/z80/lkmain.c (parse),
5045         * as/mcs51/lklex.c (getfid),
5046         * as/mcs51/lkmain.c (parse),
5047         * as/hc08/lklex.c (getfid),
5048         * as/hc08/lkmain.c (parse): Support comments in the linker script
5049         file on lines by themselves and after filenames
5050
5051 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5052
5053         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5054
5055 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5056
5057         * src/z80/peeph-z80.def: removed some peephole rules that don't
5058         work with multibyte arithmetic (fixed bug #937126)
5059         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5060         to registers and not global variables
5061         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5062         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5063         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5064         checking for assignments not internally generated (fixed bug #931895)
5065         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5066         structure member (fixed bug #930072)
5067
5068 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5069
5070         * src/SDCCmain.c (linkEdit),
5071         * src/hc08/main.c (_hc08_parseOptions),
5072         * as/hc08/Makefile.in,
5073         * as/hc08/aslink.h,
5074         * as/hc08/asm.h,
5075         * as/hc08/m08pst.c,
5076         * as/hc08/lkrloc.c (relr, rele),
5077         * as/hc08/lkarea.c (lnkarea)
5078         * as/hc08/lkmain.c (afile, parse),
5079         * as/hc08/lkelf.c: support for ELF output
5080         * as/hc08/lks19.c (s19),
5081         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5082
5083 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5084
5085         * as/mcs51/lkihx.c: Fixed bug #899105.
5086
5087 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5088
5089         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5090         .dsp files from Unix to DOS.
5091
5092 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5093
5094         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5095         function pointers; we have been compliant for several months now.
5096         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5097         change that was accidently commented out
5098         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5099         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5100         bug #922319
5101
5102 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5103
5104         * src/hc08/gen.c: output of all of the internal debugging information
5105         is now controlled by the D() macro; it is disabled by default
5106
5107 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5108
5109         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5110         harder to keep the same registers during a CAST iCode
5111         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5112         long via int can be done in a single cast, if the signedness is
5113         correct.
5114         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5115         putchar() in tinibios.c in ds390's library
5116
5117 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5118
5119         * src/SDCCast.c (decorateType): fixed bug #898889,
5120         cast result of a literal complement too
5121         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5122         fixed check for bitfields
5123
5124 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5125
5126         * src/SDCCicode.c (geniCodeLogic): made it static,
5127         (geniCodeLogicAndOr): added in order to fix bug #905492,
5128         (ast2iCode): fixed bug #905492
5129         * support/regression/tests/bug-905492.c: added
5130         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5131         (processParms): fixed bug #927659: don't copy parms, this will clear
5132         decorated flag
5133         * support/regression/tests/bug-927659.c: added
5134
5135 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5136
5137         * src/SDCCast.c (addCast): don't cast float to char
5138         * device/lib/libsdcc.lib: added _memmove
5139
5140 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5141
5142         * device/lib/large/Makefile: fixed parallel execution by
5143         replacing `make` by `$(MAKE)`
5144
5145 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5146
5147         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5148         offsets (fixes bug #923936)
5149
5150 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5151
5152         * device/lib/small/Makefile: fixed parallel execution by
5153         replacing `make` by `$(MAKE)`
5154
5155 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5156
5157         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5158
5159 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5160
5161         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5162         * src/regression/Makefile: Regression test was not running.
5163
5164 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5165
5166         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5167         complement if possible
5168         * src/SDCCval.c (valComplement),
5169         * src/SDCCicode.c (operandOperation): fixed complement of literal
5170         * support/regression/tests/onebyte.c (testComplement): added
5171
5172 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5173
5174         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5175         return an optimized tree; actually replace actParm with the new tree
5176         * src/SDCCast.h: added some parantheses to remove side effects
5177         * support/regression/tests/bug-920866.c
5178
5179 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5180         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5181         Bit operands were not being handled properly in the pic14 port.
5182         (now src/regression/add.c passes again).
5183
5184 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5185
5186         * src/SDCC.y (labeled_statement): case and default no longer require
5187         a following statement (RFE #893037)
5188
5189 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5192         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5193         disabled (fixes bug #916294)
5194         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5195         "mov a,acc"; patch provided by Lenny Story
5196         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5197
5198 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5199
5200         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5201         functions
5202         * src/ds390/gen.c (genFunction, genEndFunction),
5203         * src/ds390/ralloc.c (ds390_assignRegisters),
5204         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5205         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5206         pushed if there are parameters passed on the stack. Also, a cleaner
5207         way to decide if r0/r1 should be pushed/popped. (Together they fix
5208         bug #918693)
5209
5210 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * doc/sdccman.lyx,
5213         * device/lib/mcs51/crtpagesfr.asm,
5214         * device/lib/mcs51/crtxinit.asm,
5215         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5216         to avoid confusion with Si Lab's SFRPAGE register.
5217
5218 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5219
5220         * src/SDCCglue.c (emitMaps): allow public sfr variables
5221         * src/SDCCglue.c (initialComments): include compiler build date
5222         with compiler version and put the timestamp of the generated
5223         assembly file on a serperate line to be less confusing.
5224         * src/port.h: added genInitStartup hook
5225         * src/avr/main.c,
5226         * src/ds390/main.c,
5227         * src/hc08/main.c,
5228         * src/pic/main.c,
5229         * src/pic16/main.c,
5230         * src/xa51/main.c,
5231         * src/z80/main.c: genInitStartup initialize as NULL (default to
5232         historical behaviour)
5233         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5234         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5235         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5236         library instead of hard coding it into the compiler.
5237         * support/regression/ports/mcs51-stack-auto/spec.mk,
5238         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5239         * device/lib/mcs51/Makefile,
5240         * device/lib/small/Makefile,
5241         * device/lib/large/Makefile,
5242         * device/lib/mcs51/crtpagesfr.asm,
5243         * device/lib/mcs51/crtstart.asm,
5244         * device/lib/mcs51/crtxclear.asm,
5245         * device/lib/mcs51/crtxinit.asm,
5246         * device/lib/mcs51/crtclear.asm,
5247         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5248         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5249         and into user configurable files.
5250         * device/lib/clean.mk: clean mcs51 directory too
5251         * support/regression/tests/longlit.c: added static to T1 declaration
5252         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5253         accesses in the initialization code
5254
5255 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5256
5257         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5258         OSCTRIMVAL as noted in bug #916008
5259
5260 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5263         in loops with multiple exits (reported as incorrect registers
5264         used by Martin Helmling in Sdcc-user list)
5265
5266 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5267
5268         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5269         made ds390 register extensions look less like error messages
5270
5271 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5272
5273         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5274         reported by Adam Wozniak in Sdcc-user list
5275
5276 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5277
5278         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5279         arithmetic optimizations, added debug output
5280
5281 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5282
5283         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5284         * sdcc.spec: updated and split sdcc into 3 rpms
5285         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5286         needed for literals of LEFT_OP and '+'
5287         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5288         introduced RESULT_TYPE_NOPROM
5289         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5290         left shift
5291         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5292         limited promotion to int only for '*'
5293         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5294
5295 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5296
5297         * src/pic16/gen.c (genSkip),
5298         (genc16bit2lit), (gencjneshort): commented out
5299         (is_LitOp): new helper function, checks operand type
5300         (genCmpEq): rewritten
5301
5302 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5303
5304         * support/regression/tests/bug-908454.c: added
5305
5306 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5309         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5310         (geniCodeCast): cosmetic, don't preserve bit storage class
5311         (geniCodeLeftShift): added promotion
5312         (geniCodeLogic): fixed regression
5313         * src/SDCCsymt.c (computeTypeOr): accept bits too
5314         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5315
5316 2004-03-07  Borut Razem <borut.razem AT siol.net>
5317
5318         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5319
5320 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5321
5322         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5323         version of pic16_genPackRegisters which does not check if ic is a
5324         CAST operator,
5325         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5326         function cause string1.c regression test fails
5327
5328 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5329
5330         * sim/ucsim/configure.in,
5331         * sim/ucsim/configure,
5332         * sim/ucsim/doc/Makefile.in: use docdir
5333         * src/SDCC.y: fixed sbit atrributes
5334         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5335         * src/SDCCast.c (decorateType): |^& need special promotion handling
5336         * src/SDCCast.h,
5337         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5338         * src/SDCCsymt.h (computeType),
5339         * src/SDCCicode.c: computeType() needs op
5340         * src/SDCCsymt.c (checkTypeSanity),
5341         * doc/sddman.lyx: "plain" bitfields are unsigned
5342         * src/SDCCsymt.c (computeTypeOr): added
5343         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5344         |^& ops
5345         * src/SDCCval.c (val*): computeType() needs op
5346         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5347         * support/regression/tests/onebyte.c: added tests for |^&
5348
5349 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5350
5351         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5352         for writing icode into asm output.
5353
5354 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5355
5356         * src/pic16/device.c: added some debug lines enabled
5357         with macro DEBUG_CHECK,
5358         * src/pic16/genarith.c: more debug in genPlus,
5359         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5360         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5361         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5362         * (aopForSym): onStack symbols are re-placed in data memspace,
5363         and onStack flag is cleared,
5364         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5365         copy temporary pcodeop,
5366         * (genPcall): added warning for not updating PCLATU,
5367         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5368         always true for pic16 port,
5369         * (genMultOneWord): NEW, supports integer multiplication,
5370         * (genMult): modified to call genMultOneWord,
5371         * (ifxForOp): added warning when return NULL,
5372         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5373         flag is set before call to operandFromSymbol for implicit
5374         added structures,
5375         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5376         options.intlong_rent are set by default,
5377         * (_hasNativeMulFor): modified to allow port generation of integer
5378         multiplication,
5379         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5380         set regtype to REG_SFR for all registers, restricting seting the
5381         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5382
5383 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5384
5385         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5386         more than 500 times in the regression tests
5387
5388 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5389
5390         * support/Util/SDCCerr.h,
5391         * support/Util/SDCCerr.c,
5392         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5393         enumerator_list),
5394         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5395         for symbol conflicts.
5396         * support/valdiags/tests/enum.c,
5397         * support/valdiags/tests/tentdecl.c,
5398         * support/valdiags/tests/struct.c: expect possible error messages
5399         referring to original symbol definitions.
5400         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5401         * src/SDCCsymt.h,
5402         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5403
5404 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5405
5406         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5407
5408 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5409
5410         * src/pic16/ralloc.c (newReg): fixed bug #908929
5411
5412 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5413
5414         * src/ds390/gen.c: added missing #include "main.h"
5415
5416 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5417
5418         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5419         checking if symbol is already in set,
5420         * src/pic16/device.h: prototype for checkAddSym,
5421         * src/pic16/gen.c: (_G): added entry interruptvector,
5422         * (assignResultValue): removed some commented out lines,
5423         * (genFunction): check for ISR via sym->type, absolute section for
5424         interrupt code is created via a new pBlock, the goto instruction is
5425         placed now correctly at the interrupt vector position, changed all
5426         references from ivec to _G.interruptvector,
5427         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5428         is the interrupt is a high priority one, same for return from ISR,
5429         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5430         externs to calls of checkAddSym,
5431         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5432         pic16_pcode_verbose flag is set,
5433         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5434         * src/pic16/pcoderegs.c: message about how many registers are saved
5435         will only be emitted if pic16_pcode_verbose flag is set,
5436
5437 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5438
5439         * src/ds390/ralloc.h,
5440         * src/ds390/ralloc.c (ds390_regWithIdx),
5441         * src/ds390/gen.c (emitcode),
5442         * src/ds390/main.h,
5443         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5444         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5445         ds390operandCompare, getRegsRead, getRegsWritten,
5446         initializeAsmLineNode): customized instruction size calculation for
5447         ds390, started basis for some register optimizations
5448         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5449         corresponding assembly output
5450         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5451         missing push/pop of r0/r1. Optimized push/pops
5452
5453 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5454
5455         * src/mcs51/main.c (instructionSize): fixed ACALL size
5456         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5457
5458 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5459
5460         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5461         the sorting of rlist with NULL elements
5462         * (print_idataType, print_idata): NEW to create idata sections
5463         * src/pic16/device.h: idataSymSet new variable
5464         * src/pic16/gen.c (genFunction): fixed some bugs in string
5465         comparing, improved the absolute section creation for ISRs,
5466         added FSR0L/FSR0H in registers that are saved in an ISR,
5467         * (genInline): fixed the processing of inline snippets,
5468         now they undergo no process by the peephole optimizer
5469         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5470         are placed in idataSymSet,
5471         * (pic16emitStaticSeg): extern symbols are added in externs,
5472         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5473         switching when aboslute variables are placed in access bank memory
5474         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5475         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5476         commented out with #if,
5477         * (pic16_packRegisters): reintroduce the check for CAST because some
5478         symbols are not correctly handled,
5479         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5480         pCodeInstruction instead of pCode,
5481         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5482         pCodeAsmDir definition,
5483         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5484         directive, then the argument directive is emitted without the leading
5485         tab, hack for inline labels which must be in the first column,
5486         * (compareLabel,pic16_findNextInstruction),
5487         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5488         * (insertBankSwitch): modified for the new pCodeAsmDir,
5489
5490 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5491         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5492
5493         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5494         instance,
5495         * (pushSide): commented out with #if,
5496         * (assignResultValue): fixed some typos in saving
5497         registers,
5498         * (genPcall): FIXED and sync'ed with genCall,
5499         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5500         * (genNearPointerGet): fixed to handle some more cases,
5501         implementation scheme via table reads,
5502         * (genConstPointerGet): modified to access code memory correct,
5503         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5504         and improved to handle some cases
5505         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5506         instead of "RETLW" for init data
5507         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5508         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5509         variables are placed in access bank memory (<0x80 and >=0xf80),
5510         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5511         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5512         TBLWT_POSTDEC,TBLWT_PREINC
5513         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5514         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5515         directives
5516         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5517         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5518         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5519         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5520
5521 2004-02-29  Borut Razem <borut.razem AT siol.net>
5522
5523         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5524         support/Util/findme.h, support/Util/system.h: enhance binary relative
5525         search for lib and include by using findProgramPath()
5526
5527 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCpeeph.h,
5530         * src/SDCCpeeph.c (pcDistance),
5531         * src/port.h,
5532         * src/mcs51/ralloc.h,
5533         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5534         * src/mcs51/main.h,
5535         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5536         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5537         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5538         size calculation port specific, started basis for some register
5539         optimizations
5540         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5541         missing push/pop of r0/r1. Optimized push/pops
5542         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5543         * device/lib/_modsint.c (_modsint),
5544         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5545         and stack version so regression tests pass
5546
5547 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5548
5549         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5550         * src/SDCCast.c (decorateType): catch another small optimization
5551         with '?' operator
5552         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5553         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5554         modified to finally use computeType() all over SDCC,
5555         see Feature Request #877103
5556         * src/SDCCval.h: cosmetic
5557         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5558         valCompare(); regression tested in muldiv.c
5559         * support/regression/tests/muldiv.c (testMod): mod sign follows
5560         dividend only
5561
5562 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5563
5564         * src/SDCCast.c (decorateType): fixed bug #902362
5565         * doc/INSTALL.txt: fixed install instructions for win32
5566
5567 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5568
5569         * device/include/Makefile.in (install): fixed by replacing spaces
5570         by tabs
5571         * doc/README.txt,
5572         * doc/INSTALL.txt: updated for release
5573         * doc/sdccman.lyx: added warning for --xstack being buggy
5574
5575 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5576
5577         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5578         to eliminate build warnings.
5579         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5580
5581 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5582            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5583
5584         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5585         removed -penable-stack, added comment for stack pragma, added
5586         warning for not initializing the stack/frame registers, removed
5587         comment at interrupts section
5588
5589         Stack is made permanent, there is no ability to disable stack usage.
5590         * src/pic16/device.h,
5591         * src/pic16/device.c: removed all references to USE_STACK macro,
5592         * src/pic16/device.c (pic16_dump_section): when no elements in
5593         rlist, free rlist before return,
5594         * (pic16_dump_int_registers): NEW, internal registers are a new set
5595         of general purpose registers reused by each function,
5596         * (checkAddReg): returns 1 if registers is added to set,
5597         * (pic16_groupRegistersInSection): when a registers is of type
5598         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5599         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5600         SRCASECMP macro is moved here from device.c
5601         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5602         PO_PCLATU, PO_PRODL, PO_PRODH,
5603         * (pic16_pCodeOpType, genMinus,
5604         changed compares to "a" register, with AOP_ACC,
5605         * (pic16_genPlus): fixed some bugs and indented properly,
5606         * (pic16_addSign): changed size to size+offset in the MOVWF
5607         instruction,
5608         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5609         multiply 8-bit operand by literal, result is 8-bit,
5610         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5611         multiply 2 8-bit operand, result is 8-bit,
5612         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5613         genUMult8X*_16,
5614         * src/pic16/gen.c: changed accUse to contain WREG only,
5615         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5616         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5617         true, do not use immediate addressing any more unless sym is a
5618         pointer in codespace,
5619         * (aopForRemat): do not use immediate addressing when symbol not in
5620         codespace and when symbol's address is requested,
5621         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5622         accUse size (= 1),
5623         * (aopGet): added case for AOP_ACC and don't return "accumulator
5624         bug" but WREG instead,
5625         * (popGetTempReg): pushes contents of temporary register in stack,
5626         * (popReleaseTempReg): pops contents of temporary register from
5627         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5628         * (pic16_popGet): separated case AOP_ACC to return register WREG
5629         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5630         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5631         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5632         the use of immediate pointers to certain cases only.
5633
5634         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5635         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5636         * (assignResultValue, genCall, genRet): modified to use the new
5637         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5638         genPcall is still broken,
5639         * (genFunction): added code to create 'A' type pBlocks when
5640         interrupt functions are generated, code not extensively tested yet,
5641         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5642         * (genEndFunction): modified so ISRs pop stored registers from stack,
5643         * (genMultOneByte): cleanup,
5644         * (AccRsh): added flag andmask, to and result with appropriate mask,
5645         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5646         * (genDataPointerGet): fixed and reenabled its use,
5647         * (genNearDataPointerGet): bugs fixed,
5648         * (genDataPointerSet): bugs fixed,
5649         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5650         pic16_DumpSymbol, pic16_DumpOp,
5651         * src/pic16/genutils.h: function prototypes for the above functions,
5652         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5653         pointers,
5654         * (pic16emitRegularMap): many many many improvements, but needs a
5655         major cleanup,
5656         * src/pic16/main.c: enable_stack in pic16_options is removed,
5657         * (_pic16_parseOptions): removed command line options -penable-stack,
5658         * (_process_pragma): emit stack symbol only when stack pragma is
5659         processed,
5660         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5661         redirected to FSR0L/FSR0H pair,
5662         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5663         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5664         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5665         for immediates,
5666         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5667         * (dumpPicOptype): NEW,
5668         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5669         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5670         with movff instruction,
5671         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5672         added pic16_int_regs, some packRegsFor* functions are commented out,
5673         because produce errors,
5674         * src/pic16/NOTES: minor modifications
5675
5676 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5677
5678         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5679         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5680         --pack-iram.
5681         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5682         * as/mcs51/lkaomf51.c: fixed bug #895763
5683
5684 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5685
5686         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5687
5688 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * doc/sdccman.lyx: added details about the HC08 storage classes and
5691         interrupts, fixed the register usage info for z80 & gbz80
5692
5693 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5694
5695         * doc/sdccman.lyx: added more pic16 port documentation
5696         * device/include/pic16/: added header pic18fregs.h
5697
5698 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5699
5700         * doc/sdccman.lyx: added Vangelis' contribution
5701
5702 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5705         extend to the next CALL or PCALL, not just to the next CALL.
5706
5707 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5708
5709         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5710
5711 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5714         bug #895752 and a better fix for bug #716790
5715
5716 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5719
5720 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5721
5722         * doc/sdccman.lyx: minor changes, minor changed
5723
5724 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5725
5726         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5727         which can't handle SDCC_NEWONEBYTEOPS,
5728         (geniCodeMultiply): removed conversion from mult to shift for pic14
5729         and pic16
5730
5731 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/hc08/gen.h,
5734         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5735         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5736         thus fixing bug #895406
5737
5738 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5739
5740         * device/lib/_modsint.c,
5741         * device/lib/_modslong.c: sign follows divisor only
5742         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5743         signs or signedness can be ignored
5744         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5745         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5746         added optimization for IFX,
5747         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5748         arguments;
5749         reenabled optimization for IFX, which was removed on 2004-01-11
5750         * src/SDCCast.h: added return type IFX
5751         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5752         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5753         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5754         SDCC_OLDONEBYTEOPS selects the old behaviour
5755         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5756         changed again and commented promotion rule
5757         * src/SDCCval.c (valDiv): promotion no longer necessary
5758         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5759         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5760         rewritten
5761         * support/regression/tests/onebyte.c: added
5762
5763 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         * gen.c (genInline): reverted to old code for assemnling inline
5766         code because of bug reported James Chadd
5767
5768 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5769
5770         * ralloc.h: missing declarations from previous patch,
5771         seems that patch for ralloc.h was never applied, fixed
5772
5773 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5774            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5775
5776         * pcode.c,
5777         * pcode.h,
5778         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5779         indirect addressing. Marked FSR0 as deprecated
5780         * gen.c (pointerCode): commented out, not needed now
5781         (pic16_popGet2p): new MOVFF helper function
5782         (genGenPointerGet),
5783         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5784         (shiftRLong): removed duplicate debugging info
5785
5786 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5787
5788         * src/ds390/gen.c (genNearPointerGet),
5789         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5790         optimization with bits, but not bitfields.
5791         * src/ds390/ralloc.c (packRegisters),
5792         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5793
5794 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5797
5798 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5799
5800         * src/SDCCsymt.h,
5801         * src/SDCCicode.c (operandFromSymbol),
5802         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5803         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5804         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5805         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5806         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5807         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5808         bug #892038
5809         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5810         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5811         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5812         * src/SDCCsymt.c (newSymbol),
5813         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5814         enumerator_list),
5815         * src/SDCCval.h,
5816         * src/SDCCval.c (newiList): fixed bug #885705
5817
5818 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5819
5820         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5821         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5822
5823 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5824
5825         * device/include/c8051f120.h,
5826         * device/include/c8051f300.h,
5827         * device/include/c8051f310.h: added/updated header files for Silicon
5828         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5829         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5830         in new section Submitting patches
5831
5832 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5835         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5836         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5837         genGenPointerSet),
5838         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5839         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5840         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5841         genGenPointerSet),
5842         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5843         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5844         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5845         genGenPointerSet),
5846         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5847         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5848         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5849         genGenPointerSet): fixed bug #892400
5850         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5851         to eliminate build warnings.
5852         * src/SDCCast.c (processParms),
5853         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5854         fixed bug 751859
5855         * support/valdiag/valdiag.py: added GCC to the list of defines active
5856         when compiling with gcc
5857
5858 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         * support/Util/SDCCerr.h,
5861         * support/Util/SDCCerr.c,
5862         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5863         with an incomplete type (fixed bug #883734)
5864         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5865
5866 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5869
5870 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5871
5872         * src/SDCCast.c (decorateType),
5873         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5874         function pointer implementation
5875         * support/regression/tests/funptrs.c: added tests to verify both forms
5876         of function pointers work correctly. Added tests to verify parameters
5877         are passed in the correct order.
5878
5879 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5880
5881         * device.c (regCompare): registers are sorted by ascending
5882         address and increasing size,
5883         * main.c (_pic16_finaliseOptions): removed the declaration
5884         of compiler macro MCU. Now a macro of the format pic18fxxxx
5885         will be defined from the command line
5886
5887 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5888             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5889
5890         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5891         PCOP_RLCF was overwritten!
5892         * gen.c (genSkip): commented out calls to pic16_emitcode,
5893         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5894         * (genlshTwo),
5895         * (genRRC): added debugging info,
5896         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5897         overwritten while shifting,
5898         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5899         overwritten while shifting,
5900         * (AccLsh),
5901         * (AccRsh),
5902         * (shiftLLeftOrResult),
5903         * (shiftRLeftOrResult),
5904         * (shiftRLong),
5905         * (shiftLLong): Implemented with pic16_emitpcode
5906         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5907         * (genLeftShift): Fixed bug, operand for shift by variable always
5908         was "and"ed with 0x0f,
5909         * (genLeftShiftLiteral),
5910         * (genrshTwo),
5911         * (genRightShiftLiteral): added debugging info,
5912         * (genrshFour): added comment,
5913         * (genRightShift): determined signedness from operand "left"
5914         instead of "result"
5915
5916 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * src/SDCCicode.c (geniCodeParms),
5919         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5920         function pointers, fixed function pointer bugs #861242 and #861896
5921
5922 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5923
5924         * device/include/c8051f000.h,
5925         * device/include/c8051f120.h,
5926         * device/include/c8051f300.h: added header files for Silicon
5927         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5928
5929 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5930
5931         * src/SDCCast.c (processParams): added new type flow and restructured
5932         (gatherAutoInit): added new type flow
5933         (addCast): cosmetic changes
5934         (getLeftResultType): added new type flow for array indices, patch
5935         provided by Stas, see FR #877103
5936         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5937         array index patch by Stas
5938         * src/SDCCast.h: added prototype getResultTypeFromType()
5939         * src/SDCCval.h,
5940         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5941         * src/pic/glue.c (pic14emitStaticSeg),
5942         * src/pic16/glue.c (pic16emitStaticSeg),
5943         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5944         for initialization of symbols
5945         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5946         * support/Util/SDCCerr.h:
5947         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5948         * .version: bumped version number to 2.3.8
5949         * device/include/Makefile.in (install),
5950         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5951         avoid warnings
5952
5953 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5954
5955         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5956         Slade Rich fixed an optimization bug
5957         * src/pic/pcodepeep.c,
5958         * src/pic/pcoderegs.c
5959         * doc/Makefile (install): added test for directory
5960
5961 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5962
5963         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5964         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5965         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5966         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5967         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5968         * as/mcs51/asexpr.c (term),
5969         * as/hc08/asexpr.c (term): fixed bug #887146
5970
5971 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/z80/gen.c (genMult): handle single byte result product
5974         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5975         DUMMY_READ_VOLATILE (fixed bug #886367)
5976
5977 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5978
5979         * support/regression/tests/libmullong.c: fixed logic, on little endian
5980         hosts we ended without a mullong_wrapper()
5981
5982 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5985         virus/worm forged address usage.
5986
5987 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5988
5989         Fixed promotion, it should be done on AST level:
5990         * src/SDCCast.c (addCast): added promotion to int
5991         (decorateType): updated call to upCast()
5992         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5993         usualUnaryConversions()
5994
5995 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5996
5997         * support/regression/tests/literalop.c (mulWrapper): Added a
5998         wrapper to remove integer overflow warnings.
5999
6000         * support/regression/tests/float_trans.c: Made work on host.
6001
6002         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6003         location of sz80.
6004
6005         * support/regression/generate-cases.py (main): Changed from inline
6006         to a main method.
6007
6008         * doc/Makefile (install): Changed to depth first to get rid of
6009         missing directory install warning.
6010
6011         * as/Makefile (install-doc): Made work on Mac.
6012
6013 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6014
6015         * src/SDCCast.c: added an additional type flow in decorateType() of
6016         opposite direction, see feature request #860006; it's enabled at runtime
6017         by setting the environment variable SDCC_NEWTYPEFLOW
6018         * src/SDCCast.h: changed prototype of decorateType()
6019         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6020         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6021         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6022         see feature request #877103
6023         * src/SDCCval.c: updated call of decorateType()
6024         (valBitwise): fixed bug #882876
6025         (valMinus): added promotion
6026         (valLogicAndOr): result is unsigned
6027         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6028         * src/SDCCsymt.c (computeType),
6029         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6030         must not cause an unsigned operation
6031         * src/pic/glue (pic14emitRegularMap),
6032         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6033
6034 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6035
6036         * src/pic/pcode.c (PCodeID): commented out left over debug code
6037
6038 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6039
6040         * support/valdiag/tests/overflow.c: added shift tests
6041         * src/pic/device.c,
6042         * src/pic/gen.c,
6043         * src/pic/gen.h,
6044         * src/pic/glue.c,
6045         * src/pic/main.c,
6046         * src/pic/pcode.c,
6047         * src/pic/pcode.h,
6048         * src/pic/pcodepeep.c,
6049         * src/pic/pcoderegs.c,
6050         * src/pic/ralloc.c,
6051         * src/pic/ralloc.h: applied patch from Slade Rich;
6052         added support for multiple code pages and multiple RAM banks on the
6053         PIC 14 port. The ASM files now no longer simply assume all the
6054         code / RAM are in the same page / bank. This means the linker can
6055         safely allocate code/RAM of separate ASM files to different pages/banks.
6056         * doc/sdccman.lyx: added Slade's tips
6057         * src/mcs51/peeph.def: fixed bug #880768
6058
6059 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6060
6061         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6062         * src/SDCCast.c (decorateType): fixed bug #880197
6063
6064 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6065
6066         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6067         getopt.h.
6068
6069         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6070         strtof is not part of C89 and isn't included with Mac OS X.
6071
6072 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6073
6074         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6075         shiftL2Left2Result): fixed bug #879326
6076         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6077         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6078         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6079         address fetch for clr instruction
6080         * device/lib/hc08/_mulint.c: created optimized assembly version
6081         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6082
6083 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6084
6085         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6086         proposed in FR #877103
6087
6088 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6089
6090         * src/SDCCval.c (cheapestVal): added missing checks
6091         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6092         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6093
6094 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6095
6096         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6097         equal operands
6098
6099 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6100
6101         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6102         loaded with the linker search paths (-L arguments) and the libraries
6103         to be linked with the current source (-l arguments). Changes
6104         currently will affect only the pic16 port.
6105         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6106         include path the port specific paths and port specific libraries,
6107         * gplink command now contains the $3 argument,
6108         * src/pic16/device.h,
6109         * src/pic16/device.c,: structure PIC_device is made public and
6110         renamed to PIC16_device, the same for variable Pics which is renamed
6111         to Pics16. Updated all references to them.
6112         * src/pic16/glue.c (pic16glue): corrected bug with code
6113         initialization which bypassed the variable initializations block.
6114
6115         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6116         COMPILE_FLAGS and added the --nostdinc option
6117
6118 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6119
6120         * device/include/mc68hc908jb8.h: Register defs for another member
6121         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6122
6123 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6124
6125         Documenting changes from previous commits.
6126         * configure.in (version 1.56),
6127         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6128         when generating output files to configure the pic16 library,
6129         but now I've commented it out, since gputils aren't installed in the
6130         SF compile farm, so library won't compile
6131
6132         * device/lib/Makefile.in (version 1.56): initially I've added in
6133         target 'all' the prerequestive 'model-pic16' so it compiled the
6134         pic16 library, but now I've commented it out for the same reasons
6135         above,
6136         * added targets 'model-pic16' and 'objects-pic16' to compile the
6137         library
6138         * added target 'port-specific-objects-pic16' to handle the
6139         generated libraries and copy them into the build/ directory
6140         * added target 'clean-intermediate-pic16' to clean intermediate
6141         files into pic16 directory
6142         * in target 'installdirs' added line to create directory pic16 in
6143         the installation path
6144
6145         * device/include/Makefile.in (version 1.11): in target 'install'
6146         added lines to copy all header files to installation path,
6147         * in target 'installdirs' added line create directory for pic16
6148         headers in the installation path
6149
6150 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6151
6152         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6153          a function call
6154
6155 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6156
6157         * configure,
6158         * device/lib/configure.in,
6159         * device/lib/configure: fixed for autoconf 2.57
6160
6161 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6164         option so that it actually works. Made it specific to the z80, since
6165         the gbz80 doesn't have these kinds of I/O ports.
6166
6167 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6168
6169         * device/include/z180.h,
6170         * device/lib/_memcpy.c,
6171         * device/lib/_memmove.c,
6172         * device/lib/_mulint.c,
6173         * device/lib/ser_ir.c,
6174         * device/lib/ser_ir_cts_rts.c,
6175         * device/lib/_strcmp.c,
6176         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6177         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6178         portmode; added deprecation warning for bank= and protmode= forms.
6179         Also, guard against buffer overflow.
6180         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6181
6182 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6185         changed interrupt vector table generation to only emit declared vectors.
6186         * device/include/Makefile.in: added missing backslash
6187         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6188
6189 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6190
6191         Mainly changes to support compilation of the device libraries
6192         * src/pic16/device.c: stack is allocated via symbol and not
6193         via literal number. The symbol is placed in the corresponding
6194         position of the data ram
6195         * (pic16_dump_section): relocatable and absolute uninitialized
6196         data are now emitted in sorted order to reduce section naming,
6197         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6198         weren't marked as being in the access bank,
6199
6200 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6201
6202         Added portion of GNU PIC Library under the directory
6203         device/include/pic16 and device/lib/pic16. These files
6204         contain the declarations of SFRs for the PIC18Fxx2 devices.
6205         The directory is initialized via configure from toplevel.
6206
6207 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6208
6209         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6210         the spilllocations to be compared correctly
6211
6212 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6213
6214         * src/SDCCast.c (decorateType): fixed bug introduced today
6215
6216 2004-01-12  Borut Razem <borut.razem AT siol.net>
6217
6218         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6219         doc/sdccman.lyx: upper case pragmas are deprecated
6220
6221 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6222
6223         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6224         in simpler and even better code
6225
6226 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6227
6228         * src/SDCCicode.c (operandOperation): fixed bug #874819
6229         * src/SDCCast.c (decorateType): fixed
6230         char foo (unsigned long ul) { return ul > 0; }
6231
6232 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6233
6234         * doc/sdccman.lyx: Moved and added some sections, small changes
6235         all over. Telling LaTeX to be less strict with word spacing
6236         to better keep the right margin. Changed some notes about
6237         maintainance of the ports in section 3.2.1 - is it OK like this?
6238
6239 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6240
6241         SDCC source changes:
6242         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6243         convilong): modified to inform the pic16 port that builtin functions
6244         are external
6245
6246         PIC16 PORT specific changes:
6247         * src/pic16/device.c pic16_dump_equates() added,
6248         processor registers declared internally by the port are emitted in
6249         the translation as equates,
6250         * src/pic16/gen.c: inline code is passed unprocessed to the
6251         translation,
6252         * (pic16_popGetLit2): fnuction modified to take second operand as
6253         pCodeOp pointer and not as literal,
6254         * (popRegFromIdx): prefixed with pic16_,
6255         * (pic16_popCombine2): modified to receive already allocated pCode
6256         operands,
6257         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6258         * (genFunction): initializes local stack frame and pushes on stack
6259         all the registers used by this function,
6260         * (genEndFunction): restores all registers from stack and restores
6261         stack frame,
6262         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6263         improvements,
6264         * (pic16glue): changed the program startup sequence,
6265         * added new dbName code 'A' for functions placed in absolute section
6266         * src/pic16/main.c: added function attribute _naked,
6267         * added pragma 'code' to place a fnuction at an absolute address,
6268         * added command line arguments --debug-ralloc and --pcode-verbose,
6269         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6270         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6271         * (pic16_newpCodeOpLit2): modified to take the second operand as
6272         pCodeOp pointer,
6273         * (pic16_printpBlock): modified to emit each function in a separate
6274         section,
6275         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6276         UPPER for immediate operands,
6277         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6278         instruction,
6279         * src/pic16/peeph.def: all peepholes with movff are commented out,
6280         because there is a problem in the pcode peep optimizer,
6281         * src/pic16/ralloc.c: the register allocator can now reuse local
6282         function symbols for another function. This saves register usage.
6283         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6284
6285         Added file src/pic16/NOTES with information about program writing on
6286         the current port version.
6287
6288 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6289
6290         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6291         and peephole 252 (array access)
6292
6293 2004-01-09  Borut Razem <borut.razem AT siol.net>
6294
6295         * src/SDCCmain.c : fixed #872250: -l command line defined library
6296           files are scanned before standard library files
6297
6298 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCast.c (decorateType): fixed bug #874046
6301
6302 2004-01-09  Borut Razem <borut.razem AT siol.net>
6303
6304         * support/scripts/sdcc.nsi: remove previous installation
6305
6306 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6307
6308         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6309         bytes for last interrupt vector (mcs51)
6310         * sdcc.spec: fixed typo
6311
6312 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6315         gen51Code): more efficient parameter receive for --model-large
6316         ("bug" #845294)
6317
6318 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/ds390/main.c,
6321         * src/z80/main.c: added missed needLinkerScript flags (more than
6322         one port structure defined in these file)
6323         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6324         bug #795325
6325
6326 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6327
6328         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6329         * src/port.h: added flag needLinkerScript in port->linker
6330         structure to inform whether to create a .lnk file or not,
6331         * src/avr/main.c,
6332         * src/ds390/main.c,
6333         * src/hc08/main.c,
6334         * src/mcs51/main.c,
6335         * src/pic/main.c,
6336         * src/pic16/main.c,
6337         * src/xa51/main.c,
6338         * src/z80/main.c: changed appropriately to configure
6339         needLinkerScript flag
6340         * src/pic/gen.c,
6341         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6342         * src/pic/glue.c: added variable udata_section_name to
6343         override default uninitialized data segment definition for
6344         devices only with SHAREBANK memory (reported from Erik Epetrich)
6345         * (pic14emitOverlay): modified to emit a commented overlay segment
6346         directive when no overlay data exist
6347         * (picglue): modified to emit uninitialized data segment
6348         according to udata_section_name
6349         * src/pic/main.c (_pic14_parseOptions): added command line
6350         options --udata-section-name=[name] to override default
6351         udata definition name
6352         * modified _linkCmd and _asmCmd to include compiler passed
6353         arguments via -W option
6354         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6355         object file from '.rel' to '.o' in port->linker structure,
6356         changed size of fptr from 2 to 3 in port structure
6357
6358 2004-01-07  Borut Razem <borut.razem AT siol.net>
6359
6360         * support/scripts/sdcc.nsi: update PATH
6361         * support/scripts/sdcc.ico: craeted
6362
6363 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6364
6365         * device/include/Makefile.in: fix install
6366         * doc/Makefile: fix install
6367
6368 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6371         in bug #860505
6372         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6373         how the function variable allocation summary is displayed; also
6374         include information about variables allocated to the overlay
6375         segment
6376
6377 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6378
6379         * as/mcs51/lkmain.c: Help about -Y option
6380         * as/mcs51/lkarea.c: Fixed gcc warnings
6381
6382 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6383
6384         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6385         fixed warning
6386         * support/valdiag/tests/overflow.c: added
6387         * src/SDCCast.c (decorateType),
6388         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6389         LEFT_OP (left shift)
6390
6391 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6392
6393         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6394         (default behaviour).
6395
6396 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         A python script to validate compiler diagnostic messages. It can be
6399         used to verify that sdcc complains about bad c source code and
6400         gives a good location of the error.
6401         * support/valdiag/Makefile,
6402         * support/valdiag/valdiag.py,
6403         * support/valdiag/tests/*
6404
6405 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6408         * src/SDCCsymt.c (newEnumType),
6409         * src/SDCCsymt.h
6410         * support/Util/SDCCerr.c,
6411         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6412         enum related bugs.
6413         * support/regression/tests/enum.c: added test for enum values that
6414         require at least 2 bytes of storage.
6415
6416 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6417
6418         * src/common.h: added ifndef/define/endif macros
6419         around the header file.
6420         Bug reported from Jesus Calvino-Fraga
6421
6422 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * sdcc.spec: updated
6425         * device/include/Makefile.in: don't install CVS directories
6426         * device/lib/Makefile.in: added removal of CVS directories after install
6427         * doc/Makefile: fixed install, added local_icons
6428         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6429         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6430         * src/ds390/gen.c (genRightShift): fixed bug #870788
6431         * src/SDCCast.c (decorateType): fixed bug #870781
6432
6433 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6434
6435         PIC16 port related changes:
6436         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6437         added variable stackPos,
6438
6439         * gen.c: genCall, assignResultValue: added support for
6440         pushing/retrieving function parameters to/from stack,
6441         genFunction,genEndFunction: setup stack frame for the
6442         generated function,
6443         genAddrOf: will be changed according to bug 863624
6444
6445         * added files genutils.c and genutils.h which contain gen*
6446         debugged and optimised functions extracted from gen.c
6447
6448         * glue.c: added variable 'externs' which holds extern symbols,
6449         pic16emitRegularMap: is modified to properly handle relocatable
6450          symbols under the new scheme,
6451         pic16createInterruptVect: is modified
6452         pic16printPublics: is modified to emit 'global' assembler directives,
6453         added pic16_printExterns to print extern symbols,
6454         pic16glue: initializes stack/frame pointer in the beginning of
6455         the assembly output. Temporary hack, will be corrected later,
6456         because gplink yet does not support stack and SDCC does not
6457         yet support a type of crt0.o object to create the final binary.
6458
6459         * Removed many lines that contain 8051 legacy code.
6460         * The code is finally placed under a 'code' directive.
6461         * Added port specific options.
6462
6463         * _process_pragma: simplified since now we do not need *special*
6464         include file to define SFR registers. But a separate header
6465         will be needed. This will be developed later.
6466         * _pic16_parseOptions: added, parses port specific options:
6467         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6468         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6469         --preplace-udata-with=
6470
6471         * _pic16_setDefaultOptions: modified to initialize section names,
6472         but hack is temporarly out of order since it needs improvement.
6473         * _pic16_genAssemblerPreamble: configuration words are emitted by
6474         their address instead of their name. This part is incomplete and
6475         supports only the 18Fxx2 devices. Other devices will emit an error
6476         during assembly since they do not contain the same set of config
6477         registers
6478         * _pic16_genIVT: is modified,
6479
6480         * pcode.c: added definitions for some hardware registers that are needed
6481         for stack support
6482         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6483         All PCI entries are updated. Now LFSR is supported.
6484         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6485         * added pic16_newpCodeOpLit2 to support instructions with
6486         two literal arguments
6487         * pic16_pCode2str: corrected code that emits assembler instructions
6488         with two literal operands and those that have an access bit modifier
6489         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6490         this fixes a bug which caused some labels to be lost, when an
6491         assembler directive was added, i.e. banksel,
6492         * pic16_FixRegisterBanking: improved logic that causes the insertion
6493         of bank switching,
6494         * InlineFunction: functions that are called once, are not any more
6495         inlined. This can be a port option in the future,
6496
6497         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6498
6499         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6500         hold the corresponding uninitialized symbols,
6501         * pic16_allocProcessorRegister: registers have explicit marked the
6502         accessBank field,
6503         * pic16_allocInternalRegister: registers are explicit marked as
6504         not used,
6505         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6506         processing list, so bit registers were lost,
6507         *
6508
6509         * ralloc.h: added field 'accessBank' and original symbol operand
6510         in register definition,
6511         * removed the field isMapped from register definition,
6512
6513         ** Several functions have been removed from various sources:
6514         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6515         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6516         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6517         pic16_assignRelocatableRegisters
6518
6519         ** others have been introduced:
6520         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6521         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6522
6523 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6524
6525         * support/scripts/inc2h.pl: changed definition of BIT_AT
6526         to emit 'sbit at' instead of 'bit at'. This was a request.
6527
6528         PIC16 port related preliminary changes:
6529         * gen.c: prefixed function popRegFromString with
6530         pic16_ and all references to it corrected
6531         * pcode.c: all pic16_pc_* hardware registers prefixed
6532         with underscore (_),
6533         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6534         * ralloc.c: newReg(): when register is REG_SFR then
6535         set address to rIdx,
6536         pic16_allocProcessorRegister(): marks register wasUsed=0
6537         pic16_writeUsedRegs(): added a call to assign processor
6538         registers via pic16_assignFixedRegisters
6539
6540 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6541
6542         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6543         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6544         variables in unused register banks.  Also the SSEG is placed
6545         wherever there is enough space for it, and IDATA can be anywhere
6546         in internal RAM.  For now compile using -Wl-Y[stack_size].
6547         The mem file is different for this option as well, since it
6548         makes no sense of talking about DSEG lenght.
6549
6550 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6551
6552         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6553         in certain cases, e.g. when ROM assignment, patch provided
6554         from Albert den Haan.
6555
6556 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6557
6558         Many signedness and type propagation fixes:
6559         * src/SDCCicode.c: made geniCodeCast() static
6560         replaced SPEC_ by IS_ (cosmetic)
6561         (operandOperation): fixed div and mod operation
6562         (usualBinaryConversions): added support for promotion of char
6563         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6564         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6565         (geniCodeAdd): an array index will stay unsigned, even if promoted
6566         from char to int
6567         (geniCodeArray): ditto
6568         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6569         * src/SDCCsymt.c (computeType): added more support for char;
6570         promotion of char is selectable by promoteCharToInt, fixed signedness
6571         for all cases
6572         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6573         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6574         * src/SDCCval (val*): replaced signedness calculation by
6575         computeType()
6576         rearranged if-branches (cosmetic)
6577         (valShift): added warning W_SHIFT_CHANGED
6578         (valCompare): fixed problem with different types
6579         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6580         * support/regression/tests/literalop.c: added many cases
6581         * support/regression/tests/ast_constant_folding.c: changed finally to
6582         'unsigned int'
6583         * .version: new year, new version: 2.3.7
6584         * src/SDCCmain.c (main): applied patch #866468
6585         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6586         provided by Scott Bronson
6587         * doc/sdccman.lyx: updated documentation for sdcdb
6588         updated and added chapter tips
6589
6590 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         * src/SDCCsymt.h: missing from yesterday's commits
6593
6594 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/SDCC.y (struct_or_union_specifier),
6597         * support/Util/SDCCerr.c,
6598         * support/Util/SDCCerr.h: verify that struct & union tags are used
6599         as declared.
6600
6601 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6602
6603         * src/SDCCglobl.h: missing from yesterday's commits
6604
6605 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6608         sft_attributes, struct_declaration, parameter_declaration,
6609         type_name, start_block, declaration_list),
6610         * src/SDCC.lex (check_type): support redefinition of typedef names
6611
6612 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6613
6614         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6615         aligned xdata arrays. Erik helped me with the if clause.
6616
6617 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6620         warning
6621
6622 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * src/SDCCast.h,
6625         * src/SDCCast.c (newAst_),
6626         * src/SDCCicode.h,
6627         * src/SDCCicode.c (ast2iCode, newiCode),
6628         * src/SDCCglobl.h,
6629         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6630         expr, statement, expression_statement, selection_statement,
6631         iteration_statement, expr_opt, jump_statement): foundation for tracking
6632         sequence points
6633         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6634         point code too)
6635
6636 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6637
6638         * support/Util/SDCCerr.c,
6639         * src/SDCCast.h,
6640         * src/SDCCast.c (createCase, createDefault, decorateType),
6641         * src/SDCClabel.c (labelUnreach),
6642         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6643         to error messages.
6644         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6645         (with thanks to Stas Sergeev)
6646         * device/include/time.h,
6647         * device/lib/time.c (CheckTime): suppress unreachable code warning
6648
6649 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         * src/SDCCast.c (createIvalCharPtr),
6652         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6653         bug #753752)
6654         * support/regression/tests/nullstring.c: tests for these two bugs
6655
6656 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * support/Util/SDCCerr.h,
6659         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6660         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6661         about storage class and 'at' used inside struct or union
6662         * src/SDCCBBlock.c (iCodeFromeBBlock),
6663         * src/SDCCcse.c (ifxOptimize),
6664         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6665         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6666         printIval, emitStaticSeg, emitOverlay),
6667         * src/SDCClabel.c (deleteIfx),
6668         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6669         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6670         gatherAutoInit, processParms),
6671         * support/Util/SDCCerr.h,
6672         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6673         reporting for post-parse errors.
6674
6675 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6678         implicit casts via union; they don't work on big endian systems
6679         (possible fix for bug #861138)
6680
6681 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6682
6683         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6684         * src/mcs51/main.c: fixed the fix for bug #737001
6685
6686 2003-12-15  Borut Razem <borut.razem AT siol.net>
6687
6688         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6689
6690 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * support/makebin/makebin.c: put output in binary mode
6693
6694 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6695
6696         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6697         xdata and data memory on startup. Set the environment variable
6698         SDCC_NOGENRAMCLEAR to disable this.
6699         * src/mcs51/peephole.def,
6700         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6701         (allows non-interrupt and interrupt code to safely compete for a resource
6702         without the non-interrupt code having to disable interrupts)
6703
6704 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/SDCCicode.c (geniCodeAdd),
6707         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6708         with valFromType if type might be a pointer and host is big endian).
6709         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6710         types, not just integer types.
6711         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6712         multiply defined with mismatching "at" address.
6713
6714 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6715
6716         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6717         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6718         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6719         with embedded nulls (fixed bug #753752)
6720
6721 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6722
6723         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6724         Apparently this did not see much testing (endless loop)
6725
6726 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6727
6728         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6729
6730 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6733         gracefully handle NULL memmap pointers
6734
6735 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6738         instead of deleting the iCode when an operand is volatile
6739         * src/z80/gen.c (genDummyRead),
6740         * src/mcs51/gen.c (genDummyRead),
6741         * src/ds390/gen.c (genDummyRead),
6742         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6743         not just IC_RIGHT
6744         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6745         * src/SDCC.y: fixed bug #850420
6746
6747 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6748
6749         Applied z80 i/o port patch from Peter Townson and fixed some operators
6750         to better handle operands in A register.
6751         * device/include/z180.h
6752         * src/SDCC.y
6753         * src/SDCCglue.c
6754         * src/z80/gen.c
6755         * src/z80/gen.h
6756         * src/z80/main.c
6757         * src/z80/peeph-z80.def
6758         * src/z80/peeph.def
6759         * src/z80/z80.h
6760
6761 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6764
6765 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * device/lib/hc08/_mullong.c: Removed extra #endif
6768
6769 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6770
6771         * sim/ucsim/hc08.src/inst.cc,
6772         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6773         carries from x to h
6774         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6775         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6776         * device/include/stdarg.h: fixed varargs for hc08
6777         * device/lib/Makefile.in,
6778         * device/lib/hc08/Makefile,
6779         * device/lib/hc08/_mulint.c,
6780         * device/lib/hc08/_mullong.c: fixed some endian problems
6781
6782 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6783
6784         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6785         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6786         * device/lib/_gptrget.c,
6787         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6788
6789 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6790
6791         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6792         * src/SDCCast.c (astErrors): fixed bug #846007
6793         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6794
6795 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/SDCCast.c (decorateType): disabled a transformation I added in
6798         revision 1.188 (access to fields of a structure at an absolute address);
6799         it breaks with bitfields, extern declarations, and gcse analysis.
6800         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6801         could be assigned through a pointer, so don't complain.
6802         * src/SDCCast.c (astErrors),
6803         * src/SDCCast.h,
6804         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6805
6806 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6807
6808         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6809         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6810         output of __config directives, since gpasm now supports them
6811         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6812         pre-processor macro, i.e. -DMCU=p18f452
6813         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6814         and modified to handle 'cast' icode similarly to '=' icode
6815         * src/pic16/device.h (typedef struct PIC_device): added field
6816         'extMIface' to indicate that chip has external memory interface
6817         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6818         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6819         18F8720
6820
6821 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         * src/SDCC.y (pointer): fixed bug #846006
6824         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6825         * src/SDCCast.c (decorateType): fixed bug #846009
6826         * src/ds390/peeph.def,
6827         * src/ds390/gen.c (genAnd, genOr),
6828         * src/mcs51/peeph.def,
6829         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6830
6831 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6832
6833         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6834         * src/SDCCdflow.c
6835         * src/SDCCcse.c
6836         * src/SDCCcse.h
6837         * src/SDCCBBlock.h
6838         * src/SDCCBBlock.c
6839
6840 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6841
6842         fixed bug #845089
6843         * src/SDCCbitv.h,
6844         * src/SDCCbitv.c: added function to free a bitvector
6845         * src/SDCClrange.h,
6846         * src/SDCClrange.c: added function to recompute the liveranges
6847         * src/avr/ralloc.c,
6848         * src/ds390/ralloc.c,
6849         * src/hc08/ralloc.c,
6850         * src/mcs51/ralloc.c,
6851         * src/pic/ralloc.c,
6852         * src/pic16/ralloc.c,
6853         * src/xa51/ralloc.c,
6854         * src/z80/ralloc.c: recompute the liveranges after register packing
6855
6856 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6857
6858         * src/SDCCloop.c (newInduction): fixed bug #845630
6859
6860 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6863         inadvertantly left behind from my 2003-11-12 change
6864
6865 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         Updated headers I neglected to commit yesterday.
6868         * src/SDCClrange.h,
6869         * src/SDCCicode.h
6870
6871 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6872
6873         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6874         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6875         * src/SDCCopt.c (eBBlockFromiCode),
6876         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6877         the creation of the key hash table from the sequencing so it can be used
6878         earlier (for some GCSE bug fixes still pending)
6879
6880 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6881
6882         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6883         * support/regression/tests/addsub.c: testing genPlus shortcut
6884
6885 2003-11-15  Borut Razem <borut.razem AT siol.net>
6886
6887         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6888
6889 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6892         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6893         ordering is immaterial.
6894         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6895
6896 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6899         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6900         (SIGSEV) of bug #840381
6901         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6902         unlink new file before rename if new and old filenames are the same)
6903
6904 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6905
6906         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6907         uninitialized variables) for the mcs51. Set environment variable
6908         SDCC_GENRAMCLEAR to test.
6909         xdata initialization slightly shorter
6910
6911 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         * src/SDCCsymt.h,
6914         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6915         #838241 & 780691 (basicly the same bug)
6916         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6917         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6918
6919 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6920
6921         * src/SDCCmain.c (linkEdit): "fix" #834252
6922
6923 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6926         * src/SDCCast.h,
6927         * src/SDCC.y: fixed bug #819403
6928
6929 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6930
6931         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6932         the reentrant attribute.
6933         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6934         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6935         simulation
6936         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6937         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6938         erroneously reduced to a literal.
6939         * src/hc08/ralloc.c (packRegisters, rematStr),
6940         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6941         some cases
6942
6943 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6944
6945         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6946         * doc/sdccman.lyx: changed from 'article' to 'book'
6947         * doc/Makefile: readded test_suite_spec and cdbfileformat
6948
6949 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6950
6951         * device/include/stdlib.h: include malloc.h to comply with ANSI
6952         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6953
6954 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6955
6956         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6957         * doc/clean.mk: also remove *.out files
6958         * doc/sdccman.lyx: some additions, larger top/bottom margins
6959
6960 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * src/SDCC.y: fixed bug #837365
6963         * support/regression/tests/bitopcse.c
6964         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6965         a symbol (might be valop instead)
6966         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6967         * device/lib/clean.mk: added hc08 to the cleaning list
6968
6969 2003-11-04  Borut Razem <borut.razem AT siol.net>
6970
6971         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6972           made 2003-11-04
6973         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6974           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6975           malloc is declared in standard stdlib.h
6976
6977 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6978
6979         * device/lib/hc08/Makefile: need to clean .rel not .o files
6980         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6981
6982 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * src/port.h,
6985         * src/hc08/main.c,
6986         * src/mcs51/main.c,
6987         * src/ds390/main.c,
6988         * src/z80/main.c,
6989         * src/avr/main.c,
6990         * src/pic/main.c,
6991         * src/pic16/main.c,
6992         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6993         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6994         tests (which uses the port's oclsExpense function)
6995         * src/SDCC.y,
6996         * src/SDCCast.c,
6997         * src/SDCCicode.c,
6998         * src/hc08/gen.c,
6999         * src/ds390/gen.c,
7000         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7001
7002 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7003
7004         * src/SDCCcse.c (ifxOptimize),
7005         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7006         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7007         deleting the IFX iCode.
7008         * src/hc08/ralloc.c: reduced unneeded slocs
7009         * src/hc08/gen.c: fixed bug in asmopToBoolean
7010
7011 2003-11-04  Borut Razem <borut.razem AT siol.net>
7012
7013         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7014           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7015           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7016           transferred to configure
7017
7018 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7019
7020         Use headers defined in the C[++] standards:
7021         * sim/ucsim/gui.src/serio.src/fileio.cc
7022         * sim/ucsim/gui.src/serio.src/frontend.cc
7023         * sim/ucsim/gui.src/serio.src/main.cc
7024         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7025         * support/Util/NewAlloc.c
7026         * as/hc08/lklibr.c
7027         * as/mcs51/lklibr.c
7028         * as/z80/aslist.c
7029         * as/z80/assym.c
7030
7031 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7032
7033         * Added MSVC projects for hc08 assembler and linker:
7034         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7035         /as/hc08/link_hc08.dsp
7036
7037 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7038
7039         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7040
7041 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7042
7043         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7044
7045 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7046
7047         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7048
7049 2003-10-31  Borut Razem <borut.razem AT siol.net>
7050
7051         * support/cpp2/cpplib.h,
7052           support/cpp2/cpplib.c,
7053           support/cpp2/cpplex.c,
7054           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7055           to switch _asm block preprocessing on / off. Default is
7056           #pragma preproc_asm +
7057
7058 2003-10-31  Borut Razem <borut.razem AT siol.net>
7059
7060         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7061           when outputting comment blocks (when executed with -C option) and
7062           _asm (SDCPP specific) blocks
7063
7064 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7065
7066         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7067
7068 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7069
7070         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7071
7072 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7073
7074         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7075         * src/SDCCast.c (decorateType): fixed bug #832664
7076
7077 2003-10-31  Borut Razem <borut.razem AT siol.net>
7078
7079         * support\cpp2\cpplex.c: fixed for SDCPP:
7080           comments(when executed with -C option) and _asm blocks
7081           were included even if they where in skipped #if block.
7082           Applied solution from GCC cpp 3.3.2
7083
7084 2003-10-31  Borut Razem <borut.razem AT siol.net>
7085
7086         * src/SDCC.lex: sdcc now understands both formats:
7087           '# <line_number> <file_name>' and
7088           '#line <line_number> <file_name>'
7089         * support/cpp2/cppmain.c: sdcpp now generates the standard
7090           '# <line_number> <file_name>' instead of former
7091           '#line <line_number> <file_name>'
7092
7093 2003-10-30  Borut Razem <borut.razem AT siol.net>
7094
7095         * support/cpp2/cpphash.h,
7096         * support/cpp2/cpplib.h
7097         * support/cpp2/cpplex.c,
7098         * support/cpp2/cppmain.c,
7099         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7100
7101 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         Fixed a number of problems revealed by bug #827883.
7104         * src/SDCCloop.c (loopInvariants): Spill location of the
7105         result operand should be recomputed if extracted from
7106         a loop. Also, don't extract assignments of an iTemp
7107         from a literal.
7108         * src/SDCCast.c (isConformingBody): loop reversal should
7109         not occur if the control variable is involved with a
7110         relational operator.
7111
7112 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7113
7114         * .version: bumped to 2.3.6 to reflect the big improvements
7115         made by Erik and Klaus. Thanks!
7116
7117 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7118
7119         Replaced the livrange code.
7120         * src/SDCClrange.c: added new LR code
7121         * src/SDCCloop.c,
7122         * src/SDCCBBlock.h: removed remainig parts from old LR code
7123         * src/ds390/ralloc.c,
7124         * src/ds390/gen.c: minor fixes to make it work with new code
7125
7126 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7127
7128         * as/hc08/asm.h,
7129         * as/hc08/lkrloc.c,
7130         * src/hc08/gen.c,
7131         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7132         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7133         (tweaked fix for bug #818696)
7134
7135 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7138
7139 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/SDCCmain.c,
7142         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7143         * src/mcs51/gen.c (gencjneshort),
7144         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7145         more efficient (per Scott Bronson's suggestion)
7146
7147 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         Extended the semantics of the critical keyword to include
7150         individual statements. See RFE #827755 and #799831
7151         * src/SDCC.y
7152         * src/SDCCicode.c
7153         * src/SDCCopt.c
7154         * src/SDCCast.c
7155         * support/Util/SDCCerr.c
7156         * support/Util/SDCCerr.h
7157         * src/mcs51/gen.c
7158         * src/ds390/gen.c
7159         * src/hc08/gen.c
7160
7161 2003-10-19  Borut Razem <borut.razem AT siol.net>
7162
7163         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7164
7165 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7166
7167         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7168         Fixed bug #818696
7169         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7170         and predecrement operand is displayed
7171
7172 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7173
7174         * src/SDCCval.c (valMinus): fixed bug #826041
7175
7176 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7177
7178         Some hc08 related updates that I missed earlier
7179         * sim/ucsim/stypes.h
7180         * support/regression/ports/hc08/spec.mk
7181
7182 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         New target "hc08" for the Motorola 68hc08 family of micros
7185
7186         * configure
7187         * configure.in
7188         * Makefile
7189         * src/hc08/*
7190         * src/SDCCmain.c
7191         * src/port.h
7192         * sim/ucsim/hc08.src/*
7193         * sim/ucsim/configure.in
7194         * src/ucsim/configure
7195         * sim/ucsim/packages_in.mk
7196         * as/hc08/*
7197         * as/Makefile
7198         * device/include/mc68hc908qy.h
7199         * device/lib/hc08/*
7200         * device/lib/Makefile.in
7201         * support/regression/ports/hc08/*
7202         * support/regression/Makefile
7203
7204 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7205
7206         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7207         regression test
7208         * src/ds390/gen.c (genCast): fixed bug #821957
7209
7210 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * device/lib/logf.c: "fixed" overlay bug
7213         * support/regression/ports/host/spec.mk: added m library
7214         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7215         * support/regression/tests/float_trans: added (for Eric)
7216
7217 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7218
7219         * src/mcs51/gen.c (genCpl): fixed bug
7220         http://sf.net/mailarchive/message.php?msg_id=6263915
7221
7222 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7223
7224         * src/SDCCast.c (decorateType): added extended constant folding
7225         * src/SDCCsymt.c (computeType): cleanup
7226         * src/SDCCval.c (valShift): minor optimization
7227         * support/regression/tests/ast_constant_folding.c: added
7228
7229 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/SDCCmain.c: removed some unintended changes
7232
7233 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7236         * src/z80/gen.c: fixed part of bug #817589
7237         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7238
7239 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7240
7241         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7242         * src/SDCCcflow.c
7243         * src/SDCCcse.c
7244         * src/SDCCdflow.c
7245         * src/SDCClabel.c
7246         * src/SDCClrange.c
7247         * src/SDCCmem.c
7248         * src/SDCCopt.c
7249         * src/SDCCpeeph.c
7250         * src/SDCCset.c
7251         * src/avr/ralloc.c
7252         * src/ds390/ralloc.c
7253         * src/izt/ralloc.c
7254         * src/mcs51/ralloc.c
7255         * src/pic/ralloc.c
7256         * src/pic16/ralloc.c
7257         * src/xa51/ralloc.c
7258         * src/z80/ralloc.c
7259         * src/z80/gen.c: removed unused label "release:"
7260
7261 2003-10-06  Borut Razem <borut.razem AT siol.net>
7262
7263         * src/SDCC.lex: removed definition of unused variables
7264           save_optimize and save_options
7265
7266 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7267
7268         * clean.mk: removed '=' in "-maxdepth=1"
7269         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7270         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7271
7272 2003-10-06  Borut Razem <borut.razem AT siol.net>
7273
7274         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7275           my_unput() replaced by unput()
7276
7277 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7278
7279         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7280         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7281         type-punned pointer will break strict-aliasing rules"
7282         Old LR behaviour is again default; Klaus' LR can be choosen by
7283         defining the environment variable LRKLAUS
7284         * src/SDCCBBlock.h
7285         * src/SDCCloop.c
7286         * src/SDCClrange.c
7287         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7288         * clean.mk: fixed removal of files in bin/CVS/
7289         * device/lib/clean.mk: fixed removal of directories small and large
7290         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7291         * src/SDCCicode.c,
7292         * src/SDCCval.c: removed superflous test for pedantic
7293
7294 2003-10-05  Borut Razem <borut.razem AT siol.net>
7295
7296         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7297           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7298           message "unmatched #pragma SAVE and #pragma RESTORE"
7299
7300 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7301
7302         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7303           assembly, critical functions, atomic, nojtbound)
7304
7305 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7306
7307         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7308         * src/SDCCBBlock.h
7309         * src/SDCCloop.c
7310         * src/SDCCloop.h
7311         * src/SDCClrange.c
7312
7313 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * src/z80/gen.h,
7316         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7317         * src/mcs51/gen.h
7318         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7319         * src/ds390/gen.h
7320         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7321         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7322         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7323
7324 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * src/z80/gen.c (genRet): fixed bug #524753
7327         * src/z80/gen.c (genCast): fixed internal error on cast from
7328         pointer to long
7329         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7330         fix for bug #477835 to the z80
7331         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7332         for tracking iCodes in the peephole optimizer for z80
7333
7334 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7337         the other part of bug #814548
7338         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7339
7340 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7341
7342         * src/SDCCcse.c: fixed part of bug #814548
7343
7344 2003-09-28  Borut Razem <borut.razem AT siol.net>
7345
7346         * src/asm.c: rewrite of printILine() to use temporary file instead
7347           a pipe
7348         * src/xa51/main.c: commented out declaration of int rewinds
7349
7350 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7351
7352         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7353
7354 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7355
7356         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7357         * src/asm.c (printILine): Fixed bug #811015
7358
7359 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7360
7361         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7362         freeing.
7363
7364 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7367         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7368         to correctly handle general case of AOP_PAIRPTR
7369         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7370
7371 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7372
7373         * src/mcs51/ralloc.c (fillGaps),
7374         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7375         register positioning bug)
7376
7377 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7378
7379         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7380
7381 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7382
7383         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7384         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7385         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7386         (ralloc doesn't intentionally do this now, but perhaps later)
7387         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7388         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7389         register positioning bugs (Fixed bug #762602 and #795325)
7390         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7391         (Fixed bug #808779)
7392         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7393         lines that --i-code-in-asm generates
7394
7395 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7396
7397         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7398         trying to fclose a FILE* that was already closed.
7399
7400 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7401
7402         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7403         of const struct should be treated as if const themselves)
7404
7405 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7408
7409 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7410
7411         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7412         Unix (/n) and DOS (/r/n) line terminations.
7413
7414 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7417         bug #613775
7418
7419 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/mcs51/gen.c (genFunction, genEndFunction),
7422         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7423         and restore of EA so that stack offsets to parameters are
7424         correct when using both critical and reentrant/stack-auto.
7425         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7426         size (can be triggered in error if sloc is shared between
7427         different sized objects)
7428         * device/include/float.h: fixed macros to explicitly use
7429         unsigned long where needed
7430
7431 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         Feature req. 799831: added code to allow nesting of critical functions
7434         * src/mcs51/gen.c (genFunction, genEndFunction)
7435         * src/ds390/gen.c (genFunction, genEndFunction)
7436
7437 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7438
7439         * src/SDCCsymt.c (sclsFromPtr),
7440         * src/SDCCsymt.h,
7441         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7442         support for standard C idiom of memory mapped variables; for
7443         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7444         to xdata int at 0x1234 tempvar = 1.
7445         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7446         provided by Akiya ISHIDA
7447
7448 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7449
7450         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7451         * src/SDCCval.c (constVal): added reduction from int to char
7452         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7453         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7454         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7455         to ignore the sign
7456         * support/regression/tests/shifts.c: fixed
7457
7458 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7459
7460         * src/z80/gen.c (genXor): Fixed bug #805445
7461
7462 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7463
7464         Fixed bug #621531 (const & volatile confusion in the type chain).
7465         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7466         refer to the const or volatile state of the pointer itself.
7467
7468         * src/SDCCast.c
7469         * src/SDCCglue.c
7470         * src/SDCCicode.c
7471         * src/SDCCsymt.c
7472         * src/SDCCval.c
7473         * src/SDCC.y
7474         * src/SDCCsymt.h
7475         * src/pic/gen.c
7476         * src/pic/ralloc.c
7477         * src/pic16/gen.c
7478         * src/pic16/ralloc.c
7479         * support/regression/tests/const.c
7480
7481 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7482
7483         When checking for duplicated modules, use absolute paths
7484         instead of relative paths.  Files changed:
7485
7486         * as/mcs51/lklib.c
7487         * link/z80/lklib.c
7488
7489 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7492
7493 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * device/include/string.h: added size_t typedef, changed
7496         prototypes to use size_t, eliminated separate reentrant and
7497         non-reentrant declarations, added _memmove declaration
7498         * device/lib/_memcpy.c: changed to use size_t instead of int,
7499         changed /4 to >>2 to avoid division library call
7500         * device/lib/_memcmp.c,
7501         * device/lib/_memset.c,
7502         * device/lib/_strncat.c,
7503         * device/lib/_strncpy.c,
7504         * device/lib/_strncmp.c: changed to use size_t instead of int
7505         * device/lib/_memmove.c: new file (fixed bug #772294)
7506         * device/lib/Makefile.in: added _memmove.c
7507         * device/lib/z80/asm_strings.s: fixed bug #772290
7508         * support/regression/tests/bitfields.c: attempt to fix host assertion
7509         failure on amd64-unknown-linux2.2
7510
7511 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7512
7513         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7514         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7515         * as/z80/asmain.c (main): fixed bug #801766
7516
7517 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7518
7519         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7520         compilers
7521
7522 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7523
7524         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7525         reported in bug #800609
7526
7527 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7528
7529         * Top header beautifications in src/pic16 directory:
7530           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7531           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7532           pcoderegs.h, ralloc.c, ralloc.h
7533         * main.c: added top header and GPL license notice
7534         * pcode.c: fixed the if-conditional warning
7535
7536 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         * device/lib/_mullong.c: replaced int by short for gcc
7539
7540 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7543         and JUMPTABLE iCodes properly now (worked by accident before)
7544         * src/mcs51/gen.c (leftRightUseAcc),
7545         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7546         iCode properly now. Use getSize instead of nRegs since a & b
7547         aren't part of the nRegs tally.
7548
7549 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7550
7551         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7552         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7553           before instructions that use the _STATUS register
7554
7555 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7556
7557         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7558         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7559         fetching of the pointer
7560         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7561         copied from genNearPointerSet()
7562         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7563         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7564         If they pop r0/r1 they must be called in the opposite order than aopOp().
7565         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7566         (resp. --stack-auto), prepared for --xstack
7567
7568 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7569
7570         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7571
7572 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7575         these ports have their own __sdcc_external_start()
7576
7577 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7580         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7581         type for bits was changed. It resulted in bit variables becoming
7582         global, which is not permitted in PIC 14 assembly output.
7583
7584 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7585
7586         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7587
7588 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7589
7590         Z80 and MCS51 linkers complaint if a public symbol is defined
7591         in more than one library module:
7592
7593         * as/mcs51/lklib.c
7594         * link/z80/lklib.c
7595         * as/mcs51/Makefile.in
7596
7597 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7598
7599         A few small changes that speed up the peephole optimizer.
7600
7601         * src/SDCCpeeph.c
7602
7603 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7604
7605         Try to make the peephole optimizer smarter by maintaining
7606         an association between the assembly source code and the
7607         iCodes that originated them. Put this information to use
7608         with a new peephole rule condition "notVolatile" so that
7609         the rules can be aggressive yet still safe.
7610
7611         * src/SDCCpeeph.c
7612         * src/SDCCpeeph.h
7613         * src/mcs51/gen.c
7614         * src/mcs51/peeph.def
7615
7616 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         Fixed bug #741761
7619
7620         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7621         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7622         if the left or right operand symbols have the accuse flag set.
7623
7624 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         Changed the type of the result of the ! (NOT) operator to char;
7627         previously it returned the same type as the source. This allows
7628         us to eliminate all the genFloatNot functions (all of its target
7629         implementations were very buggy) since !float can use the same
7630         code as !long now.
7631
7632         * src/SDCCicode.c (ast2iCode): ! returns char
7633         * src/mcs51/gen.c (genNot, genNotFloat),
7634         * src/ds390/gen.c (genNot, genNotFloat),
7635         * src/z80/gen.c (genNot, genNotFloat),
7636         * src/pic/gen.c (genNot, genNotFloat),
7637         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7638
7639 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7642         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7643            during interrupts. Ensure WSAVE is located at a shared bank address.
7644         2. Fixed page selection in some places
7645         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7646            the registers name strings.
7647         4. Fixed "signed / unsigned compare" compiler warnings.
7648         5. The PIC port manages its own allocation of the general purpose
7649            registers, but makes no attempt to reuse them. As a result when
7650            compiling it soon runs out of general purpose registers. Some
7651            additional code was added to the files pcode.c and device.c to walk
7652            through the function call tree and rename the registers so that they
7653            get reused.
7654
7655         * src/pic/device.c
7656         * src/pic/gen.c
7657         * src/pic/glue.c
7658         * src/pic/pcode.c
7659         * src/pic/pcode.h
7660         * src/pic/ralloc.c
7661         * src/pic/ralloc.h
7662         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7663         genPlus() & genMinus() when the result is the same as left or right
7664
7665 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7668
7669 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7670
7671         Made bitfield a distinct type from bit so that bitfields
7672         convert as per ANSI C and bits retain their traditional
7673         boolean style behaviour. Implemented bitfield support in
7674         the z80 port.
7675
7676         * src/SDCCsymt.h,
7677         * src/SDCCsymt.c,
7678         * src/SDCCast.c,
7679         * src/cdbFile.c,
7680         * src/mcs51/gen.c,
7681         * src/ds390/gen.c: bit v bitfield split
7682         * src/z80/gen.c: New support for bitfields
7683         * support/regression/tests/bitfields.c: reenabled z80,
7684         added more tests
7685
7686 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7687
7688         Rules 246.x, 247.x relate to bitfields, the others speed up
7689         access to xdata mapped I/O devices.
7690
7691         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7692
7693 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         Cleaned up genPackBits and genUnpackBits and added two helper
7696         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7697         for literal assignments in genPackBits (thanks to Frieder for
7698         reminding me).
7699
7700         * src/mcs51/gen.c
7701         * src/ds390/gen.c
7702
7703 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7704
7705         Fixed bug #748310 (pointer to function type mishandled when the
7706         function name is omitted). Also fixed a SIGSEGV when a function
7707         attribute (reentrant, etc) is used on a non-function or on a
7708         function but misplaced before the parameter list.
7709
7710         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7711         bug #748310
7712         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7713         * support/Util/SDCCerr.h,
7714         * support/Util/SDCCerr.c: Added func attr misuse error msg
7715
7716 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         Fixed bug #787649 by anonymous
7719         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7720         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7721
7722 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         Fixed numerous bitfield problems.
7725
7726         * src/SDCC.y: More bitfield related error checking
7727         * src/SDCCsymt.h,
7728         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7729         * support/Util/SDCCerr.h,
7730         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7731         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7732         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7733         * support/regression/tests/bitfields.c: tests added
7734
7735 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7736
7737         Made the constant following the "interrupt" keyword optional. If
7738         omitted, the function will not automatically be given an entry
7739         in the interrupt vector table (similar to #pragma NOIV, but
7740         less syntacticly kludgy). The interrupt number is also now
7741         range checked. Also fixed a bug in the high order bit example
7742         in the manual.
7743
7744         * src/SDCC.y
7745         * src/SDCCmem.c
7746         * src/SDCCglue.c
7747         * src/SDCCsymt.h
7748         * support/Util/SDCCerr.c
7749         * support/Util/SDCCerr.h
7750         * doc/sdccman.lyx
7751
7752 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7753
7754         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7755         * src/SDCCicode.c (operandOperation): rewritten some ops
7756         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7757         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7758         other type
7759         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7760         be re-activated by defining REDUCE_LITERALS)
7761         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7762         unsigned, but are signed by default
7763         * src/SDCCval.c (constVal): rearranged
7764         * src/SDCCval.c (valMod): preliminary fix
7765         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7766         * support/regression/literalop.c: added, work in progress
7767
7768 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         Generate warnings for useless declarations like "char data;"
7771         that don't do what new users expect.
7772
7773         * src/SDCC.y
7774         * support/Util/SDCCerr.h
7775         * support/Util/SDCCerr.c
7776
7777 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7778
7779         * src/SDCCval.c (valMult): fix overflow detection of negative int
7780
7781 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7782
7783         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7784
7785         Changes to support big endian targets:
7786
7787         * src/ports.h
7788         * src/SDCCglue.c
7789         * src/avr/main.c
7790         * src/ds390/main.c
7791         * src/izt/i186.c
7792         * src/mcs51/main.c
7793         * src/pic/main.c
7794         * src/pic16/main.c
7795         * src/xa51/main.c
7796         * src/z80/main.c
7797
7798 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7799
7800         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7801         * device/lib/time.c: fixed warning "integer overflow in expression"
7802
7803 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7806         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7807         constants are unsigned; added recognition of "u" flag for unsigned
7808         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7809         * src/SDCCval.c (valDiv, valMod): fixed signdness
7810         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7811         signedness of modulo, left and right shift
7812         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7813         * support/Util/SDCCerr.h: added warning W_INT_OVL
7814         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7815         * src/SDCCast.c (ast_print): improved output of constants
7816
7817 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7818
7819         Fixed some warnings when building with MSVC:
7820
7821         * as\mcs51\asdata.c
7822         * as\z80\asdata.c
7823         * as\mcs51\asm.h
7824         * as\z80\asm.h
7825         * link\z80\aslink.h
7826         * link\z80\lkdata.c
7827         * link\z80\lkeval.c
7828         * link\z80\lkgb.c
7829         * link\z80\lkihx.c
7830         * link\z80\lks19.c
7831         * link\z80\lksym.c
7832         * support\cpp2\cpplib.c
7833         * src\ds390\gen.c
7834         * src\mcs51\gen.c
7835
7836 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7837
7838         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7839
7840 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7841
7842         * support\librarian\clean.mk: Do not remove Makefile.
7843         * support\librarian\Makefile: added.
7844
7845 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847         Added librarian to MSVC build:
7848         * all.dsp
7849         * sdcc.dsw
7850         * support\librarian\librarian.dsp
7851
7852         'configure' not needed for librarian, removed:
7853         * support\librarian\configure
7854         * support\librarian\configure.in
7855         * support\librarian\config_in.h
7856         * support\librarian\Makefile.in
7857
7858         Hopefully these ones built the librarian and the rest of sdcc properly:
7859         * Makefile
7860         * Makefile.common.in
7861
7862         Messed up 'configure', so revert to previous version:
7863         * configure
7864         * configure.in
7865
7866 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7867
7868         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7869         there, while the mantissa of a double is "only" 53 bits wide.
7870
7871 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7872
7873         Adding sdcclib to the build.  MSVC project coming soon.
7874         Files added/changed:
7875
7876         * support\librarian\clean.mk
7877         * support\librarian\configure
7878         * support\librarian\configure.in
7879         * support\librarian\config_in.h
7880         * support\librarian\Makefile.bcc
7881         * support\librarian\Makefile.in
7882         * support\librarian\sdcclib.c
7883         * Makefile.bcc
7884         * Makefile
7885         * Makefile.common.in
7886         * configure
7887         * configure.in
7888
7889 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7890
7891         Linker now complaints if linked modules have conflicting options, for
7892         example, one compiled using --model-large and another one compiled with
7893         --model-small.  The following files were modified:
7894
7895         * as\mcs51\asdata.c
7896         * as\mcs51\aslink.h
7897         * as\mcs51\asm.h
7898         * as\mcs51\asmain.c
7899         * as\mcs51\asout.c
7900         * as\mcs51\i51pst.c
7901         * as\mcs51\lkdata.c
7902         * as\mcs51\lklibr.c
7903         * as\mcs51\lkmain.c
7904         * as\z80\asdata.c
7905         * as\z80\asm.h
7906         * as\z80\asmain.c
7907         * as\z80\asout.c
7908         * as\z80\z80pst.c
7909         * link\z80\aslink.h
7910         * link\z80\lkdata.c
7911         * link\z80\lklibr.c
7912         * link\z80\lkmain.c
7913         * src\SDCCglue.c
7914
7915 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7916
7917         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7918         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7919
7920 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7921
7922         * src/z80/mappings.i: fix _mul[us][int,long] entries
7923
7924 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7925
7926         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7927
7928 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7931         * support/regression/tests/bitopcse.c: added
7932         fixed warning:
7933         * src/avr/gen.c:
7934         * src/pic/gen.c:
7935         * src/pic16/gen.c:
7936         * src/z80/gen.c:
7937         * src/xa51/gen.c:
7938
7939 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7940
7941         added support for new library format to z80, gbz80 linkers:
7942         *link/z80/aslink.h
7943         *link/z80/lklex.c
7944         *link/z80/lklib.c
7945         *link/z80/lklist.c
7946
7947 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7948
7949         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7950         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7951
7952 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7953
7954         added DUMMY_READ_VOLATILE:
7955         * src/SDCC.y:
7956         * src/avr/gen.c:
7957         * src/xa51/gen.c:
7958         * src/z80/gen.c:
7959         * src/pic/gen.c:
7960         * src/pic16/gen.c:
7961         * src/mcs51/gen.c:
7962         * src/ds390/gen.c:
7963         * src/SDCCcse.c (algebraicOpts): many improvements
7964         * src/SDCCcse.h: removed algebraicOpts()
7965         * src/SDCCicode.c (picDummyRead): added
7966
7967 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7968
7969         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7970         "Insufficient space in data memory".
7971
7972 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7973
7974         * src/mcs51/gen.c: fixed bug #771358
7975         * src/z80/gen.c: fixed bug #759087
7976
7977 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7978
7979         * src/pic16/glue.c: minor cleanup by Vangelis
7980
7981 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7982
7983         * device/include/regc515c.h: fixed #758477
7984         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7985         * device/lib/_gptrput.c: saved a few bytes
7986         * my tab spacing is 8, yours too?)
7987         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7988         * device/lib/serial.c: process RX bytes earlier than TX bytes
7989         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7990
7991 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7992
7993         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7994
7995 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7996
7997     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7998
7999 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * device/lib/Makefile.in: bad fix, reverted to 1.43
8002
8003 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8004
8005         * device/lib/Makefile.in: added missing z80 object files
8006
8007 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8008
8009         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8010         pic16 progress by Vangelis:
8011         * src/SDCCglobl.h:
8012         * src/SDCCmain.c:
8013         * src/pic/Makefile:
8014         * src/pic:
8015         * pic/Makefile:
8016         * pic16/device.c:
8017         * pic16/device.h:
8018         * pic16/gen.c:
8019         * pic16/gen.h:
8020         * pic16/genarith.c:
8021         * pic16/glue.c:
8022         * pic16/main.c:
8023         * pic16/pcode.c:
8024         * pic16/pcode.h:
8025         * pic16/pcodepeep.c:
8026         * pic16/peeph.def:
8027
8028 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8029
8030     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8031
8032 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8033
8034     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8035     added gbz80 build to MSVC project.
8036     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8037     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8038     from 8051 stuff and setup so it links using a .lnk file.
8039
8040 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8041
8042     * support/librarian/sdcclib.c: sdcc librarian.
8043     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8044     with sdcclib.
8045
8046 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8047
8048     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8049
8050 2003-07-02  Borut Razem <borut.razem AT siol.net>
8051
8052         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8053         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8054         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8055         src/xa51/main.c, src/z80/main.c:
8056         virtualization of glue() function: each port has it's own glue function,
8057         which is accessed by do_glue function pointer in PORT.general structure
8058
8059 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8060
8061         * DS800C400 fun, improved ROM interface and tinibios.
8062
8063 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8064
8065         * More support for DS80C400. Now includes beginning of interface to ROM.
8066
8067 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8068
8069         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8070
8071 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8072
8073         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8074
8075 2003-06-19  Borut Razem <borut.razem AT siol.net>
8076
8077         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8078
8079 2003-06-19  Borut Razem <borut.razem AT siol.net>
8080
8081         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8082         fixed Z80 port - crt0.o: cannot open.
8083
8084 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8085
8086         * support/Util/MySystem.c (merge_command): revert bad fix
8087
8088 2003-06-18  Borut Razem <borut.razem AT siol.net>
8089
8090         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8091
8092 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8093
8094         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8095         option --use-stdout sends errors to stdout instead of stderr.
8096
8097 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8098
8099         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8100
8101 2003-06-15  Borut Razem <borut.razem AT siol.net>
8102
8103         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8104         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8105         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8106         fixed width array of pointers replaced with sets;
8107         multiple include and lib paths ared transferred to preprocessor and linker
8108         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8109         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8110         fixed width array of pointers
8111         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8112         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8113         fixupPath(), getPathDifference()
8114         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8115         fixed width array of pointers
8116
8117 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * src/pic16/ralloc.c: fix warnings
8120         * src/pic16/pcode.c: fix warning
8121
8122 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8123
8124          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8125         know all the details, but essentially this set of changes enable
8126         the pic16 port to generate movff instructions and generate assembler
8127         directives,
8128         * src/SDCCmain.c:
8129         * src/pic16/gen.c:
8130         * src/pic16/glue.c:
8131         * src/pic16/pcode.c:
8132         * src/pic16/device.c:
8133         * src/pic16/main.c:
8134         * src/pic16/pcode.h:
8135         * src/pic16/pcoderegs.c:
8136         * src/pic16/ralloc.c:
8137         * src/pic16/ralloc.h:
8138
8139 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8140
8141         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8142         added option --vc, so sdcc errors and warnings are compatible with
8143         Microsoft Visual Studio.
8144
8145 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8146
8147         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8148           device/lib/libfloat.lib: added atof function.
8149
8150 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8151
8152         * doc/sdccman.lyx: updated to Lyx 1.3
8153         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8154         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8155         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8156
8157 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8158
8159         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8160
8161 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8162
8163         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8164           additions to the "related tools/documentation" section
8165
8166 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8167
8168         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8169
8170 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8173         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8174
8175 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * doc/sdccman.lyx: fix double dash and other minor things
8178         * doc/Makefile: fix double dash
8179
8180 2003-05-28  Karl Bongers(patches from Martin Helmling)
8181         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8182           condition and ignore commands.
8183
8184 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8185
8186         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8187           is in parts still quite out of date, I did changes as far as I felt makes sense
8188           for a non-native english speaker.
8189           Please feel free to add to the manual or to correct my changes.
8190         * doc/Makefile: undid touching the date of intermediate tex files.
8191
8192 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8193
8194         * doc/sdccman.lyx: Manual has an index now
8195
8196 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         Finalize muluint/mulsint and mululong/mulslong merging:
8199         * device/lib/_mulint.c
8200         * device/lib/_mullong.c
8201         * device/lib/gbz80/mul.s
8202         * device/lib/gbz80/stubs.s
8203         * device/lib/z80/mul.s
8204         * device/lib/z80/stubs.s
8205         * src/SDCCsymt.c (initCSupport)
8206
8207 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8208
8209         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8210         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8211           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8212           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8213           instead of /Zm500.
8214
8215 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8216
8217         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8218           the regression tests I'm not brave enough to enable 245.b, 245.c
8219         * doc/sdccman.lyx: added latex preamble for hyperref package.
8220           Using pdflatex this will give you a hyperlinked pdf file with
8221           bookmarks. (prepend '%' before /usepackage if this breaks something)
8222
8223 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8224
8225          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8226
8227 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8230
8231 2003-05-21    <johan AT balder>
8232
8233         * src/SDCCglue.c (printIval): fixed bug #739934
8234
8235 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8236
8237         Applied patch from bug 737905 (renamed yylineo to mylineno):
8238         * src/altlex.c
8239         * src/SDCCast.c
8240         * src/SDCglobl.h
8241         * src/SDCC.lex
8242         * src/SDCCsymt.c
8243         * src/SDCCval.c
8244         * src/pic16/pcode.c: Cleaned warnings
8245         * src/pic16/pcodeflow.c: Cleaned warnings
8246         * src/pic16/pcoderegs.c: Cleaned warnings
8247
8248 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8249
8250         * src/pic16/pcode.c: Cleaned warnings
8251         * src/pic16/pcodepeep.c: Cleaned warnings
8252         * src/pic16/ralloc.c: Cleaned warnings
8253
8254 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * doc/sdccman.lyx: fixed bug 739745
8257         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8258
8259 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8260
8261         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8262         it can be defined with CFLAGS when running configure
8263         * src/SDCCmain.c: fixed compiling + linking with object files
8264
8265 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8266
8267         * configure.in: configure for pic16 port,
8268             added --disable-pic16-port
8269         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8270         * src/SDCCmain.c: linkOptions is changed to set *,
8271             added if/endif conditional macros to remove options help
8272             messages from optionsTable when a port is not configured, added
8273             support for the PIc16 port in the ports table, when executing
8274             the compiler with no port specified on command line, a default
8275             port is selected with the new macro DEFAULT_PORT which is
8276             defined in port.h, in setDefaultOptions() linkOptions is removed
8277             from initialization assignment, since now it is a set,
8278             parseCmdLine uses setParseWithComma for linkOptions, in
8279             linkEdit() linkOptions are accessed with new function indexSet()
8280             which returns the i'th item of a set variable. See SDCCset.c, in
8281             linkEdit() when calling buildCmdLine(), added linkOptions as
8282             last argument. Now users can pass arguments to gplink via the
8283             -Wl option, main() uses pic16glue() to glue up pic16 programs
8284         * src/SDCCpeeph.c: various changes to support pic16
8285         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8286             return the i'th item of the set
8287         * src/SDCCset.h: added function prototype for indexSet()
8288         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8289         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8290         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8291             added macro DEFAULT_PORT
8292         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8293         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8294             generated
8295         * src/pic16/glue.c: commented out some error producing lines
8296         * src/pic16/main.c: __config directives are commented out to stop
8297             gpasm complaining and test the linkage with gplink, _linkCmd and
8298             _asmCmd changed to be more gplink and gpasm friendly
8299         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8300             produced an error when parsed, peep rule 12 is added to utilize
8301             movff, but it is commented out since the pCode does not support
8302             yet a command with 2 address arguments
8303
8304 2003-05-18    <johan AT balder>
8305
8306         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8307         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8308 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8309
8310         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8311   Added feature to script commands from file.
8312
8313 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8316         * src/SDCCutil.c: include ctype.h for win32
8317
8318 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8319
8320         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8321
8322 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8323
8324         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8325   Fixed so you can set breakpoints prior to run, run does not stop
8326   on entry now.  Add tbreak.  Other enhancements and fixes for use
8327   with ddd.
8328
8329 2003-05-12  Borut Razem <borut.razem AT siol.net>
8330
8331         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8332
8333 2003-05-11  Borut Razem <borut.razem AT siol.net>
8334
8335         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8336         the path of bin directory, so that PATH is the only env. variable, which has to be set
8337         in case of standard installation.
8338         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8339         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8340         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8341
8342 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8343
8344         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8345         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8346         temp files are in the port dir; clean the gen/test directory when
8347         generating new test.c
8348         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8349         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8350         * support/regression/tests/zeropad.c: added
8351
8352 2003-05-09    <johan AT balder>
8353
8354         * src/SDCCglue.c: fixed bug #597940
8355
8356 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8357
8358         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8359   cache sfr, optimize next,step, fix off by one sourceline,
8360   support ddd list function.
8361         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8362
8363 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         * support/regression/HTMLgen.py: added compare_s2f()
8366         * support/regression/Makefile: redo 1.27
8367         * support/regression/generate-cases.py: redo 1.5
8368
8369 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8370
8371         * support/regression/tests/float.c: workaround 33 bit hex constant
8372         * support/regression/tests/simplefloat.c: fix division for host
8373
8374 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8375
8376         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8377         that tame's the PIC's over-aggressive optimizer.
8378
8379 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8380
8381          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8382          support for MSVC.
8383
8384 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8385
8386         Initial support for DS80C400. "Hello world" runs on TINIm400
8387         (with polled I/O).
8388
8389 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8390
8391          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8392          * Some notes on ddd usage added in debugger/README
8393          Martin Helmling adding more features and fixes for ddd GUI debugger.
8394          Code added for nexti, stepi, up, down, and other adjustments.
8395
8396 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8397
8398         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8399         * src/pic/peeph.def Added two rules to optimize carry manipulation
8400         * src/pic/* removed debug printfs
8401
8402 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8403
8404         * debugger/mcs51/cmd.c: added header newalloc.h
8405
8406 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8407
8408         * as/Makefile: new EXEEXT
8409         * as/z80/Makefile: remove trailing slash of BUILDIR
8410         * as/z80/clean.mk: new EXEEXT
8411         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8412         * support/cpp2/Makefile.in: new EXEEXT
8413         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8414
8415 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8418         EXEEXT was introduced to fix all related problems with targets
8419         "clean", "install" and "uninstall"; a couple of further flaws
8420         especially with "clean" have been fixed too
8421         * as/mcs51/Makefile.in
8422         * as/mcs51/clean.mk
8423         * as/z80/Makefile
8424         * Makefile
8425         * clean.mk
8426         * debugger/mcs51/Makefile.in
8427         * debugger/mcs51/clean.mk
8428         * link/z80/Makefile
8429         * link/z80/Makefile.in
8430         * link/z80/clean.mk
8431         * link/Makefile
8432         * packihx/Makefile.in
8433         * packihx/clean.mk
8434         * sim/ucsim/Makefile
8435         * sim/ucsim/clean.mk
8436         * sim/ucsim/avr.src/Makefile.in
8437         * sim/ucsim/avr.src/clean.mk
8438         * sim/ucsim/s51.src/Makefile.in
8439         * sim/ucsim/s51.src/clean.mk
8440         * sim/ucsim/xa.src/Makefile.in
8441         * sim/ucsim/xa.src/clean.mk
8442         * sim/ucsim/z80.src/Makefile.in
8443         * sim/ucsim/z80.src/clean.mk
8444         * sim/ucsim/main_in.mk
8445         * sim/ucsim/packages_in.mk
8446         * sim/ucsim/gui.src/Makefile.in
8447         * sim/ucsim/gui.src/serio.src/Makefile.in
8448         * sim/ucsim/gui.src/serio.src/clean.mk
8449         * src/Makefile.in
8450         * src/clean.mk
8451         * support/cpp2/Makefile.in
8452         * support/cpp2/clean.mk
8453         * support/makebin/Makefile
8454         * support/makebin/clean.mk
8455         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8456         * doc/sdccman.lyx: --program-suffix no longer needed
8457
8458 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8459
8460          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8461          Martin Helmling added support for ddd GUI debugger.
8462          Code added to display assembly, set variables, and other commands
8463          to interface to ddd.
8464
8465 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8466
8467         * as/Makefile: fix target clean
8468         * as/clean.mk: fix target clean
8469         * as/z80/clean.mk: fix target clean
8470
8471 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8472
8473         * Makefile.common.in: added  AT EXEEXT AT
8474         * configure.in: removed all mingw32 stuff
8475         * configure: rebuilt from configure.in
8476         * doc/sdccman.lyx: updated section "installation"
8477         * support/scripts/sdcc_mingw32: adapted to configure
8478         * support/scripts/sdcc_cygwin_mingw32: added
8479
8480 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8481
8482         * src/pic Added object file support for the PIC port
8483         * src/pic Applied patch from Craig Franklin (this started the object file support)
8484         * src/regression Updated the PIC regression tests for object files
8485
8486 2003-04-20  Borut Razem <borut.razem AT siol.net>
8487
8488         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8489           lklex.c: In function `getfid':
8490           lklex.c:203: warning: array subscript has type `char'
8491         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8492           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8493         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8494           stack handling macros
8495
8496 2003-04-19  Borut Razem <borut.razem AT siol.net>
8497
8498         * "handling space characters in file path" task:
8499         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8500         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8501         * support/Util/MySystem.h: make it self-sufficient
8502         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8503           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8504           handling space characters in file path
8505         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8506           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8507         * support/Util/MySystem.c: handling space characters in executable's path
8508
8509 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8510
8511         * as/z80/Makefile: fix permanent rebuild of z80
8512         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8513         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8514
8515 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8516
8517         * src/SDCCopt.c: add special case optimization to replace modulo by
8518           a power of two with a bitwise AND.
8519
8520 2003-04-18    <johan AT balder>
8521
8522         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8523
8524 2003-04-17    <johan AT balder>
8525
8526         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8527         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8528
8529 2003-04-13  Borut Razem <borut.razem AT siol.net>
8530
8531         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8532         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8533           fixed mingw problem in adl_NORMALIZE_PATH
8534
8535 2003-04-12  Borut Razem <borut.razem AT siol.net>
8536
8537         * fixed "#pragma SAVE/RESTORE can not be nested":
8538         * src/SDCC.lex: reworked pragma handling functions
8539         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8540         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8541
8542 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * src/SDCCutil.c (pathEquivalent): defined but not used
8545         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8546         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8547         * configure: rebuilt from configure.in
8548         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8549         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8550         * device/include/Makefile.in: replace sdcc_datadir
8551         * device/lib/Makefile.in: replace sdcc_datadir
8552         * Makefile.common.in: add LDFLAGS from configure
8553         * packihx/Makefile.in: use LDFLAGS
8554         * src/Makefile.in: use LDFLAGS
8555         * support/cpp2/Makefile.in: add LDFLAGS from configure
8556         * support/makebin/Makefile: use LDFLAGS
8557         * .version: bumped version number to 2.3.5
8558
8559 2003-04-12  Borut Razem <borut.razem AT siol.net>
8560
8561         * completed "different paths" task:
8562         * src/SDCCmacro.c: fixed bug in handling quotes
8563         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8564         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8565
8566 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8567
8568         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8569
8570 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8571
8572         * ds390/gen.c ds390/peeph.def: fix bug 706781
8573
8574 2003-04-11  Borut Razem <borut.razem AT siol.net>
8575
8576         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8577
8578 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8579
8580         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8581         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8582          set - this bit used to not be set...).
8583         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8584           bad code in PIC Port
8585         * src/regression/and2.c added to test bug 609268
8586         * src/regression/Makefile added and2.c to regression test
8587
8588
8589 2003-04-08    <johan AT CP255758-A>
8590
8591         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8592         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8593         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8594
8595 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8596
8597         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8598         fix bug #487815
8599         * support/cpp2/Makefile.in: fix bug #487815
8600         * configure: rebuilt from configure.in
8601         * Makefile.common.in: docdir changed, new path suffixes
8602         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8603         * sdcc_vc_in.h: reflect changes from sdccconf.h
8604         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8605         * src/SDCCutil.h: remove BINDIR hack
8606         * doc/sdccman.lyx: update new path hierarchy
8607
8608 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8609
8610         * src/SDCCpeeph.c: added okToRemoveSLOC test
8611
8612 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8613
8614         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8615
8616 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8617
8618         * src/SDCCpeeph.c: added labelIsReturnOnly test
8619         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8620
8621 2003-04-05    <johan AT balder>
8622
8623         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8624         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8625         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8626         * src/SDCCast.c: fixed a warning
8627         * src/SDCCast.h: fixed a warning
8628         * src/SDCCicode.c (operandFromAst): fixed a warning
8629
8630 2003-04-04    <johan AT balder>
8631
8632         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8633         * src/SDCCast.c (decorateType): fixed bug #715076
8634         * src/SDCC.y: fixed bug #702907
8635
8636 2003-04-03    <johan AT balder>
8637
8638         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8639         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8640         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8641         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8642         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8643
8644 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8645
8646         * _decdptr.c: fix return values
8647         * _gptrget.c: fix return values
8648         * _gptrgetc.c: fix return values
8649         * _gptrput.c: fix return values
8650         * _mulint.c: fix return values
8651         * as/z80/Makefile: fix 'make -j' problem
8652
8653 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8654
8655         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8656         * configure.in: big cleanup, updated to autoconf 2.5x
8657         * configure: rebuilt from configure.in
8658         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8659         * sdcc_vc_in.h: reflect changes from sdccconf.h
8660         * doc/Makefile: fixed a flaw in "make install"
8661
8662 2003-04-02    <johan AT balder>
8663
8664         * src/ds390/gen.c (genCmp): no comments
8665         * src/mcs51/gen.c (genCmp): no comments
8666         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8667         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8668
8669 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8670
8671         * support/regression/generate-cases.py: place generated file in given sub directory
8672         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8673         * support/regression/Makefile: improvements for 'make -j';
8674         side effect: it's simpler and faster now
8675
8676 2003-03-31  Borut Razem <borut.razem AT siol.net>
8677
8678         * src/z80/main.c: link-{port} and as-{port} defined without path
8679         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8680
8681 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8682
8683         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8684
8685 2003-03-30  Borut Razem <borut.razem AT siol.net>
8686
8687         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8688           changed type of list parameter to set
8689         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8690         * src/port.h: changed type of do_assemble() parameter to set
8691         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8692           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8693           definition of "cppoutfilename" macro with NULL value in preProcess()
8694         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8695         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8696         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8697           replaced with set *binPathSet
8698         * shash_add() deallocates the item, if allready exsists, before adding the new one
8699         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8700
8701 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8702
8703         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8704           a nested for loop bug in the PIC port
8705         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8706           for loops
8707
8708 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8709
8710         * support/Util/dbuf.h: remove C++ stuff to make it portable
8711
8712 2003-03-28  Borut Razem <borut.razem AT siol.net>
8713
8714         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8715           literal strings in stringLiteral()
8716         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8717         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8718           to the project
8719
8720 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8721
8722         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8723
8724 2003-03-26    <johan AT balder>
8725
8726         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8727         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8728         * src/SDCCast.c (decorateType): fixed " -v < 3"
8729
8730 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8733         Added Lenny Story's debug infrastructure changes:
8734         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8735         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8736         * src/cdbFile.c: added
8737         * src/SDCCdebug.c: added
8738         * src/SDCCdebug.h: added
8739         * src/SDCCast.c (createFunction)
8740         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8741         * src/SDCCmain.c (parseCmdLine, main)
8742         * src/SDCCmem.c (redoStackOffsets)
8743         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8744         * src/SDCCsymt.h
8745         * src/common.h
8746         * src/avr/gen.c (genAVRCode)
8747         * src/ds390/gen.c (gen390Code)
8748         * src/mcs51/gen.c (gen51Code)
8749         * src/pic/gen.c (genpic14Code)
8750         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8751         * src/xa51/gen.c (genXA51Code)
8752         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8753
8754 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8755
8756         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8757         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8758
8759 2003-03-22    <johan AT balder>
8760
8761         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8762
8763 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8764
8765         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8766         * doc/cdbfileformat.lyx: added, written by Lenny Story
8767         * doc/Makefile: added cdbfileformat.lyx
8768         * doc/clean.mk: added cdbfileformat.lyx
8769
8770 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/mcs51/peeph.def: fix bug #705773
8773
8774 2003-03-20    <johan AT balder>
8775
8776         An sfr/sbit can have an "at #" AND an initializer
8777         * src/SDCCsymt.c (checkSClass):
8778         * src/SDCCmem.c (allocGlobal):
8779         * src/SDCCmem.c (allocLocal):
8780         * src/SDCCast.c (createBlock):
8781
8782 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8785
8786 2003-03-16    <johan AT balder>
8787
8788         Undid the hackup of const and volatile, the problem is much bigger
8789         * src/SDCC.y:1.65
8790         * src/SDCCast.c:1.171
8791         * src/SDCCglue.c:1.138
8792         * src/SDCCicode.c:1.146
8793         * src/SDCCsymt.c:1.150
8794         * src/SDCCval.c:1.65
8795
8796 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8797
8798         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8799         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8800
8801 2003-03-13    <johan AT balder>
8802
8803         Hackup const and volatile modifiers in type chains a bit:
8804         * src/SDCC.y:1.63
8805         * src/SDCCast.c:1.169
8806         * src/SDCCglue.c:1.136
8807         * src/SDCCicode.c:1.143
8808         * src/SDCCsymt.c1.146
8809         * src/SDCCsymt.h1.59
8810         * src/SDCCval.c:1.63
8811
8812 2003-03-12    <johan AT balder>
8813
8814         * src/SDCCBBlock.h: more LRH debugging junk
8815         * src/SDCCcflow.h: more LRH debugging junk
8816         * src/SDCCloop.c: more LRH debugging junk
8817         * src/SDCC.y (struct_declaration): fixed bug #697590
8818         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8819         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8820         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8821
8822 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8823         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8824         test function names must now match exactly).
8825         * src/SDCCcse.c: added special case in findCheaperOp to allow
8826         extending a short integer. Makes less awful code for bug 700121 test case.
8827
8828 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8829
8830         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8831         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8832
8833 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8834
8835         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8836         actually called (operandsNotEqual() was called for all
8837         operandsNotEqualX tests).
8838
8839 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8840
8841         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8842         with shorter literals. Fixes bug 700121.
8843
8844 2003-03-11    <johan AT balder>
8845
8846         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8847
8848 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8851         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8852
8853 2003-03-10  Borut Razem <borut.razem AT siol.net>
8854
8855         * src/SDCCmain.c: pipe preprocessor's output
8856         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8857         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8858         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8859         which closes all pipes in pipeSet set
8860         * src/SDCCset.c: free deleted item in function deleteSetItem()
8861         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8862         moved from z80 to src subproject
8863         * .version: increased version number to 2.3.4
8864
8865 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8866
8867         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8868         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8869         * support/regression/ports/xa51/spec.mk: fix typo
8870
8871 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8872
8873         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8874
8875 2003-03-09  Borut Razem <borut.razem AT siol.net>
8876
8877         * src/SDCCmain.c: pipe preprocessor's output
8878         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8879         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8880         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8881         which closes all pipes in pipeSet set
8882         * src/SDCCset.c: free deleted item in function deleteSetItem()
8883         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8884         moved from z80 to src subproject
8885
8886 2003-03-09  Borut Razem <borut.razem AT siol.net>
8887
8888         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8889         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8890         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8891         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8892         * src/SDCCglobl.h: unification of WIN32 native definitions
8893
8894 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8895
8896         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8897
8898 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8899
8900         * src/configure.in:   check for endianess (even while cross-compiling)
8901         * src/configure:      check for endianess (even while cross-compiling)
8902         * src/configure_in.h: check for endianess (even while cross-compiling)
8903         * src/avr/gen.c:        remove old endianess stuff
8904         * src/mcs51/gen.c:      remove old endianess stuff
8905         * src/ds390/gen.c:      remove old endianess stuff
8906         * src/pic/gen.c:        remove old endianess stuff
8907         * src/pic/genarith.c:   remove old endianess stuff
8908         * src/pic/glue.c:       fix endianess check
8909         * src/pic16/gen.c:      remove old endianess stuff
8910         * src/pic16/genarith.c: remove old endianess stuff
8911         * src/pic16/glue.c:     fix endianess check
8912         * src/xa51/gen.c:       remove old endianess stuff
8913         * src/z80/gen.c:        fix endianess check
8914         * src/SDCCglue.c:       fix endianess check
8915         * src/ds390/peeph.def: fix bug 700036
8916
8917 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8920         * src/configure: find appropriate data-types on host for SDCC's int and long
8921         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8922         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8923         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8924
8925 2003-03-07    <johan AT balder>
8926
8927         Just a big NOOP:
8928                 some minor cleanups before the big shot
8929                 OP_DEFS and OP_USES now use Kevin's protection
8930                 new option --nolabelopt
8931
8932         * src/SDCCBBlock.c:
8933         * src/SDCCast.c,:
8934         * src/SDCCcflow.c:
8935         * src/SDCCcse.c:
8936         * src/SDCCicode.c:
8937         * src/SDCCicode.h:
8938         * src/SDCClabel.c:
8939         * src/SDCCloop.c:
8940         * src/SDCCmain.c:
8941         * src/ds390/ralloc.c:
8942         * src/mcs51/ralloc.c:
8943         * src/pic/ralloc.c:
8944         * src/xa51/ralloc.c:
8945         * src/z80/ralloc.c:
8946
8947 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * src/pic/pcode.c (get_op): fix 64 bit warnings
8950         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8951         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8952         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8953         * support/regression/tests/malloc.c: fix 64 bit warnings
8954
8955 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8956
8957         * src/mcs51/gen.c (genMinus): fixed bug 696436
8958
8959 2003-03-02  Borut Razem <borut.razem AT siol.net>
8960
8961         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8962
8963 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8964
8965         * configure.in: test for mkstemp
8966         * sdccconf_in.h: add HAVE_MKSTEMP
8967
8968 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8969
8970         * device/include/ctype.h: removed warning while using --stack-auto
8971         * device/include/malloc.h: removed warning while using --stack-auto
8972         * device/include/string.h: removed warning while using --stack-auto
8973
8974 2003-02-23  Borut Razem <borut.razem AT siol.net>
8975
8976         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8977         because NDEBUG is defined (see man assert)
8978         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8979
8980 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8981
8982         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8983         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8984
8985 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8986
8987         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8988         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8989
8990 2003-02-18    <johan AT balder>
8991
8992         * as/mcs51/asmain.c (asmbl): module can start with a digit
8993         * as/z80/asmain.c (asmbl): module can start with a digit
8994
8995 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8996
8997         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8998         * src/asm.c: fix pipe() for Mingw32
8999
9000 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9003         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9004         make -V work again; --c1mode reads now from stdin
9005         * doc/sdccman.lyx: added --c1mode
9006         * support/Util/SDCCerr.c: new messages for c1 mode
9007         * support/Util/SDCCerr.h: new messages for c1 mode
9008         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9009
9010 2003-02-15    <johan AT balder>
9011
9012         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9013
9014 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9015
9016         * doc/sdccman.lyx: Environment variables, -o and other minor things
9017
9018 2003-02-14    <johan AT balder>
9019
9020         * src/xa51/main.c: before anyone really tries to use it :)
9021
9022         * Install doc's in share/sdcc/doc
9023         * removed some obsolete files
9024         * Do a proper make distclean and uninstall
9025         M Makefile.common.in
9026         R sdccbuild.sh
9027         M as/Makefile
9028         M device/include/Makefile.in
9029         M device/lib/Makefile.in
9030         M doc/sdccman.lyx
9031         M link/Makefile
9032         M sim/ucsim/doc/Makefile.in
9033         M src/clean.mk
9034         R src/avr/peeph.rul
9035         R src/xa51/peeph.rul
9036         M support/cpp2/Makefile.in
9037         M support/makebin/Makefile
9038
9039
9040 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9043
9044 2003-02-10  Borut Razem <borut.razem AT siol.net>
9045
9046         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9047         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9048         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9049         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9050         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9051         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9052         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9053         src/z80/Makefile.bcc: Borland Makefile cleanup
9054         * as/z80/Makefile.bcc: Added Borland Makefile
9055         * support/cpp2/borland.h: Removed
9056
9057 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9058
9059         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9060         * src/SDCC.lex: new pragma NOIV
9061         * src/SDCCglobl.h: new pragma NOIV
9062         * src/SDCCmem.c: new pragma NOIV
9063
9064 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9065
9066         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9067
9068 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9069
9070         * src/SDCCmain.c: signal handling is switched off by --debug
9071         * doc/Makefile: small fix for install; use clean.mk again
9072         * doc/clean.mk: clean *.pdf and *.html too
9073
9074 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9075
9076         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9077         * device/lib/printfl.c: fix a ds390 bug by making it portable
9078         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9079         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9080         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9081         * debugger/mcs51/cmd.c: converted multi-line string literals
9082         * sim/ucsim/globals.cc: converted multi-line string literals
9083         * src/SDCCmain.c: introduced signal handler to remove temp files
9084         * doc/Makefile: small tweaks, implement clean
9085         * doc: removed generated files
9086
9087 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9088
9089         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9090         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9091         Address Record is not correctly generated for DS390."
9092
9093 2003-02-02  Borut Razem <borut.razem AT siol.net>
9094
9095         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9096         * as/mcs51/asm.h: fixed compilation with Borland C
9097         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9098         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9099         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9100         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9101         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9102         src/z80/Makefile.bcc: delete $(LIB) only if exist
9103         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9104
9105 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9106
9107         * device/include/malloc.h: introduced NULL
9108         * device/include/string.h: introduced NULL
9109         * device/include/stdlib.h: introduced NULL
9110         * device/lib/_memcpy.c: removed NULL
9111         * device/lib/_strcat.c: removed NULL
9112         * device/lib/_strchr.c: removed NULL
9113         * device/lib/_strcmp.c: removed NULL
9114         * device/lib/_strcpy.c: removed NULL
9115         * device/lib/_strcspn.c: removed NULL
9116         * device/lib/_strlen.c: removed NULL
9117         * device/lib/_strncat.c: removed NULL
9118         * device/lib/_strncmp.c: removed NULL
9119         * device/lib/_strncpy.c: removed NULL
9120         * device/lib/_strpbrk.c: removed NULL
9121         * device/lib/_strrchr.c: removed NULL
9122         * device/lib/_strspn.c: removed NULL
9123         * device/lib/_strstr.c: removed NULL
9124         * device/lib/_strtok.c: removed NULL
9125         * device/lib/malloc.c: removed NULL, include own header
9126
9127 2003-02-02    <johan AT balder>
9128
9129         * 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
9130         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9131         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9132         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9133         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9134         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9135
9136 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9137
9138         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9139         area 'DATA'"
9140
9141 2003-02-01    <johan AT balder>
9142
9143         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9144
9145 2003-01-31    <johan AT CP255758-A>
9146
9147         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9148
9149 2003-01-30    <johan AT balder>
9150
9151         * src/SDCCBBlock.c: automatic bug detection
9152         * src/SDCCicode.c: automatic bug detection
9153
9154 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9155
9156         * src/SDCCglobl.h:   now --xram-size 0 works
9157         * src/SDCCmain.c:    now --xram-size 0 works
9158
9159 2003-01-29    <johan AT balder>
9160
9161         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9162
9163 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9164
9165         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9166         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9167         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9168         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9169         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9170         * src/SDCCmain.c:    Added options --xram-size and --code-size
9171
9172 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9173
9174         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9175         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9176
9177 2003-01-27    <johan AT balder>
9178
9179         * src/SDCC.y: fixed bug #613764
9180
9181 2003-01-26    <johan AT balder>
9182
9183         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9184         * src/SDCCsymt.h: fixed bug #673374
9185         * src/SDCCglue.c: fixed bug #661910
9186         * src/SDCCast.c: fixed bug #458099 and 673374
9187
9188 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9189
9190         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9191         * as/mcs51/strcmpi.h: added
9192         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9193         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9194         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9195         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9196         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9197         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9198         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9199         * as/mcs51/Makefile.aslink: new module strcmpi
9200         * as/mcs51/Makefile.asx8051: new module strcmpi
9201         * as/mcs51/Makefil.bcc: new module strcmpi
9202         * as/mcs51/Makefile.in: new module strcmpi
9203         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9204
9205 2003-01-26    <johan AT balder>
9206
9207         * src/SDCCglue.c: reverted back to 1.124
9208         * src/SDCCast.c: reverted back to 1.156
9209         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9210
9211 2003-01-25    <johan AT balder>
9212
9213         * src/SDCCglue.c: A better fix for bug #661910
9214         * src/SDCCast.c: A better fix for bug #661910
9215         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9216
9217 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9218
9219         * src/Makefile.in: remove spawn.o
9220         * src/SDCCmain.c: remove spawn.h
9221         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9222         * src/spawn.c: removed
9223         * src/spawn.h: removed
9224         * support/regression/ports/ds390/spec.mk: link with -r
9225
9226 2003-01-24    <johan AT CP255758-A>
9227
9228         * src/ds390/gen.c (aopOp): fixed bug #667458
9229         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9230         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9231         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9232
9233 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9234
9235         * src/mcs51/peeph.def: better assembler identation by Frieder
9236         * src/mcs51/gen.c: better assembler identation by Frieder
9237
9238 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * as/z80/string.h: removed for gcc 3.2
9241         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9242         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9243
9244 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9247         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9248         * support/regression/Makefile: separate temp files for ports
9249         * support/regression/generate-cases.py: separate temp files for ports
9250         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9251         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9252
9253 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9254
9255         * moved tinitalk to device/examples/ds390
9256
9257 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9258
9259         * as/mcs51/lkmem.c: rflag is for DS390
9260         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9261         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9262                          (linkEdit): move mem- and map-files the same way as ihx-files
9263         * src/z80/main.c (_setDefaultOptions): removed --generic
9264         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9265         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9266         * src/pic/glue.c (picglue): --c1mode works again
9267         * src/pic16/glue.c (pic16glue): --c1mode works again
9268         * src/asm.c (printCLine): fix #660034
9269
9270 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9271
9272         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9273         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9274         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9275         * as/mcs51/lkmem (summary): better fix for sp problem
9276         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9277         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9278         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9279                                               remove --stack-after-data
9280
9281 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9284         * src/SDCCutil.c (join): ugly bug: missing '\0'
9285         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9286
9287 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9288
9289         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9290         * src/port.h: typo
9291         * src/pic/main.c (_asmCmd): gpasm supports -o
9292         * src/z80/main.c: more general macros
9293         * device/lib/Makefile.in: remove intermediate files
9294
9295 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9296
9297         * .version: Bumped version number to 2.3.3
9298         * src/SDCCBBlock.c: new option -o
9299         * src/SDCCglobl.h: new option -o
9300         * src/SDCCglue.c: new option -o
9301         * src/SDCCmain.c: new option -o
9302         * src/asm.c: new option -o
9303         * src/ds390/main.c: new option -o
9304         * src/pic/glue.c: new option -o
9305         * src/pic/pcode.c: new option -o
9306         * src/pic/ralloc.c: new option -o
9307         * src/pic16/glue.c: new option -o
9308         * src/pic16/pcode.c: new option -o
9309         * src/pic16/ralloc.c: new option -o
9310         * src/z80/main.c: new option -o
9311         * device/lib/Makefile.in: use -o
9312         * support/regression/ports/ds390/spec.mk: use -o
9313         * support/regression/ports/gbz80/spec.mk: use -o
9314         * support/regression/ports/mcs51/spec.mk: use -o
9315         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9316         * support/regression/ports/z80/spec.mk: use -o
9317         * support/regression/ports/ucz80/spec.mk: use -o
9318         * support/regression/ports/xa51/spec.mk: use -o
9319         * support/regression/fwk/lib/timeout.c: fix usage string
9320
9321 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9322         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9323
9324 2003-01-07    <johan AT balder>
9325
9326         * src/SDCCast.c (decorateType): fixed bug #600035
9327
9328 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9329         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9330         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9331         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9332         * src/pic/pcode.c: outcommented unused variable to remove warnings
9333         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9334
9335 2003-01-06    <karl AT turbobit.com>
9336         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9337    regression tests.
9338
9339 2003-01-06    <johan AT balder>
9340
9341         * src/SDCCicode.c: fixed array add
9342
9343 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9344         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9345         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9346
9347 2003-01-04    <johan AT balder>
9348
9349         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9350
9351 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9352         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9353
9354 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9355         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9356         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9357
9358 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9359         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9360
9361 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9362         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9363
9364 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9365         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9366
9367 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9368
9369     * in \sdcc\as\mcs51\ changed these files in order to create an
9370     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9371     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9372     following files to include the previous two files: aslink.dsp,
9373     Makefile.aslink, Makefile.bcc, and Makefile.in.
9374
9375     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9376     .adb instead of .cdb
9377
9378 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9379
9380         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9381         value from option --iram-size.
9382
9383 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9384
9385         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9386         dram[] array.
9387
9388 2002-09-18    <wiml AT hhhh.org>
9389
9390         * SDCClrange.h: exposed setFromRange() and setToRange()
9391         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9392           packRegsForAccUse() (bug 542397)
9393         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9394           multiple times and emitting the fetch operations more than once
9395           added aopGetUsesAcc() function to allow binary operators to
9396           fetch their operands in the correct order; made genMinus() emit
9397           compact code for X = LITERAL - Y
9398
9399 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9400         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9401         sprintf() in line 1267.
9402
9403 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9404         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9405         like ports.
9406
9407 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9408         Changes to aslink (All the changes are marked with 'JCF'):
9409
9410         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9411         summary().
9412
9413         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9414         area BSEG.  Also moves, if possible, the DATA area down into the internal
9415         ram so more space is available.
9416
9417         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9418         sflag.
9419
9420         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9421         not bytes.  Function summary() which creates a memory usage summary
9422         file with extension .mem.  Reports of overlaping stack and small stack
9423         size.  If the space for the stack is less than 16 bytes aslink trows a
9424         warning.
9425
9426         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9427         the 8051.  Option 'y' for memory summary output file.
9428
9429         Changes to sdcc (All the changes are marked with 'JCF'):
9430
9431         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9432
9433         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9434         overlaying area for it (uses RegBankUsed[4]).
9435
9436         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9437         bank zero as used by default.  By default aslink locates the stack
9438         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9439         the creation of the .mem file.  Delegates the allocation of data area
9440         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9441         the begining of the stack area to aslink.
9442
9443         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9444         glue() in SDCCglue.c creates an area for it.
9445
9446 2002-09-03  Borut Razem <borut.razem AT siol.net>
9447         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9448         sdcc/src/pic/glue.c:
9449         introduced atexit() handler for teporay files removal in case of
9450         errors, assertions, ...
9451
9452 2002-08-29  Borut Razem <borut.razem AT siol.net>
9453         * sdcc/support/cpp2/auto-host_vc_in.h:
9454         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9455         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9456         Maybe there is a similar problem with BORLANDC? It should be checked!
9457
9458         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9459         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9460         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9461         was not executed, and the compiler (cl) launched a warning:
9462         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9463
9464 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9465         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9466
9467 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9468         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9469
9470         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9471           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9472           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9473           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9474           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9475           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9476           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9477         - added Release configuration in VS projects
9478         - review of compiler an linker options
9479         - VC .exe files are generated in bin_vc directory, not to interfere
9480           with binaries generated from other projects (cygwin, mingw, bcc ...)
9481
9482         * sdcc/src/yacc.dsp: added
9483
9484         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9485         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9486         and insert the version number definitions from .version
9487
9488         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9489
9490         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9491         added - genarate auto-host.h using auto-host_vc_in.h as template
9492
9493         * sdcc/sdcc_vc.h,
9494         removed from CVS, generated automatically
9495
9496 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9497         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9498
9499 2002-08-11  Borut Razem <borut.razem AT siol.net>
9500         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9501
9502 2002-08-10  Borut Razem <borut.razem AT siol.net>
9503         * src/SDCCmain.c (main):
9504         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9505         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9506         The consequence was that some temporary files were not removed.
9507
9508         * src/SDCCglue.c:
9509         unification of code in functions tempfilename() and tempfile():
9510         function tempnam() is defined in Visual Studio 6.0 and .NET
9511
9512         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9513
9514         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9515           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9516         - removed compiler command line option /WX: Treats all warnings as errors
9517         - update a list of source files, included into the project
9518
9519         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9520           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9521         changed project type to Generic Project so that can be correcly converted to VS.NET project
9522
9523         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9524
9525         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9526
9527         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9528
9529         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9530         added return 0 statements after assert() to make compiler happy
9531
9532         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9533         added newline in the def file to keep MSC compiler satisfied
9534
9535         * sdcc/src/z80/gen.c:
9536         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9537           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9538         - solved MSC error in function aopDump()
9539
9540         * sdcc_vc.h: define PREFIX as "\\sdcc"
9541
9542 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9543         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9544
9545 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9546         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9547         - Rewrote the register banking algorithm.
9548         - Added pCode live-range analysis to registers (for now, only non-used and
9549         singly-used registers optimized away)
9550
9551         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9552
9553         * 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.
9554
9555 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9556         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9557
9558 2002-04-22  Michael Hope  <michaelh AT vroom>
9559
9560         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9561
9562         * configure.in (DD_COPT): Added include support required for gbdk.
9563
9564         * .version: Bumped version number just to increase it.
9565
9566         * src/SDCCmain.c: Added -nostdinc to the default options.
9567
9568 2002-04-15  Michael Hope  <michaelh AT vroom>
9569
9570         * device/lib/z80/printf.c (sprintf): Added.
9571
9572         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9573
9574         * src/z80/peeph.def: Added transpose redundent load rule.
9575
9576         * src/z80/main.c: Added force callee saves for jaune.
9577
9578         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9579
9580         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9581
9582 2002-03-28  Johan Knol  <johan AT balder>
9583
9584         * src/SDCCval.c: fixed bug #532436
9585
9586 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9587         * /src/port.h:
9588         Added "char *Processor" field to the port structure.
9589
9590         * /src/SDCCmain.c:
9591         Added -p option. Allows port dependent processor to be specified.
9592
9593         * all ports:
9594         Initialized the new field char *Processor field to NULL in all ports
9595
9596         * /src/pic/*:
9597         Compiler generated registers for interrupt context saving
9598         were not getting allocated.
9599
9600 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9601
9602         * /src/SDCCast.c:
9603         Fixed left shift. Will promote the left side of a left shift
9604         if a) left shifting more than size of operand or b) when assigned
9605         to something size > size of left side
9606
9607 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9608         * src/pic/*
9609         tons of changes. Register allocation has been
9610         rewritten. Added customization for the various PICs. Flow
9611         analysis is restructured. ...
9612
9613         * src/pic/device.h:
9614         Added
9615
9616         * src/pic/device.c:
9617         Added. device.c is a PIC port hack to accomodate variations
9618         in PIC devices.
9619
9620 2002-03-13  Michael Hope  <michaelh AT vroom>
9621
9622         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9623
9624 2002-03-04  johanknol  <johanknol AT manik>
9625
9626         * /src/SDCCval.c: fixed
9627
9628         const unsigned char arr[][2] = { { 0, 1 } };
9629         t18.c:1: error: Initializer element is not constant
9630
9631 2002-03-04  bela  <bela AT manik>
9632
9633         * /device/include/mcs51reg.h:
9634         ds89c420 register definition update
9635
9636 2002-03-03    <johan AT FRIJA>
9637
9638         * support/Util/SDCCerr.c: did something, but don't no why anymore
9639
9640         * support/regression/tests/bug-524691.c: made it a little less shy
9641
9642         * src/SDCCast.c (decorateType): fixed bug #524697
9643
9644         * src/SDCCast.c: made some lineno improvements
9645
9646         * src/SDCCval.c (getNelements): changed warning to error
9647
9648         * src/SDCCglue.c (printIvalArray): changed warning to error
9649
9650         * src/SDCCicode.c: fixed a warning for mingw
9651
9652         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9653
9654         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9655
9656 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9657
9658         * src/ds390/peeph.def:
9659         Added some more peephole rules
9660
9661         * src/ds390/gen.c: Various fixes & enhancements
9662
9663         * src/SDCClrange.c, src/SDCClrange.h:
9664         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9665
9666         * src/ds390/ralloc.c:
9667         various fixes & enhancements (ds390) specific
9668
9669         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9670         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9671         from rallocs.
9672
9673         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9674
9675 2002-03-02    <johan AT FRIJA>
9676
9677         * src/SDCCast.c (decorateType): fixed bug #524708
9678
9679         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9680
9681         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9682
9683 2002-03-01  Michael Hope  <michaelh AT vroom>
9684
9685         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9686
9687         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9688
9689 2002-03-01    <johan AT FRIJA>
9690
9691         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9692
9693         * src/SDCCast.c (decorateType): fixed bug #524209
9694
9695         * src/SDCCval.c (valNot): fixed bug #524195
9696
9697 2002-02-26    <johan AT balder>
9698
9699         * src/xa51/gen.c: fixed a warning
9700
9701         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9702
9703         * src/SDCCast.c (decorateType): fixed bug #522534
9704
9705 2002-02-23    <johan AT balder>
9706
9707         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9708
9709 2002-02-22    <johan AT balder>
9710
9711         * src/SDCCast.c: fixed bug #514865
9712
9713         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9714
9715 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9716
9717         * sdcc/src/SDCCloop.c:
9718         Previous fix was not good. basic blocks that have "break" or "return" are
9719         not really partof a loop , but live ranges used in these blocks should
9720         be live thru the entire loop, so set partOfLoop but don't add them to
9721         loop region
9722
9723 2002-02-21    <johan AT FRIJA>
9724
9725         * src/SDCCcse.c: fixed bug #514308
9726
9727 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9728
9729         * src/SDCCloop.c:
9730         Fixed BUG #519583. If a conditional block ended in a return/break
9731         statement inside a loop, it was not being considered part of the loop.
9732
9733         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9734
9735 2002-02-10  Karl Bongers <karl AT turbobit.com>
9736
9737         * debugger/*:
9738         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9739         with lots of comments and notes.
9740
9741         * device/examples/test2.c:
9742         Fix bug, "red" variable not being initialized(compiler complained).
9743
9744         * device/examples/Makefile, examples/test3.c:
9745         Add Makefile in device/examples folder, compiles test3.c
9746         for use as a multiple module SDCDB test case.
9747
9748         * sim/ucsim/cmd.src/cmdset.cc:
9749         Took out debug printfs in ucsim "next" command.
9750
9751         * sim/ucsim/xa.src:
9752         Karl and Johan start ucsim XA support.  Most dissassembly working,
9753         about 75% emulation done(plenty of work remaining).
9754
9755         * sim/ucsim/z80.src:
9756         Add Z80 support to ucsim, add test-ucz80 regression test,
9757         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9758         Notice z80 compiler fails on examples/test3.c/crc code.
9759
9760 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9761
9762         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9763         Added support for --parms-in-bank1
9764
9765         * src/ds390/peeph.def:
9766         added a few more peephole optimzations
9767
9768         * src/ds390/main.c:
9769         1) added __builtin_inp & __builtin_outp used to read in data of given length
9770            from a memory mapped port
9771         2) added __builtin_memcmp
9772         3) added __builtin_swapw swap bytes of a short
9773
9774         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9775         1) handle multiple send & receives from register bank1
9776         2) ralloc can now allocate DPTR1 to some liveRanges
9777
9778         * src/SDCCsymt.c, src/SDCCsymt.h:
9779         changes to handle multiple sends & receives
9780
9781         * src/SDCCptropt.h:
9782         added some pointer arithmetic optimization
9783
9784         * src/SDCCptropt.c:
9785         added some pointer arithmetic optimizations but not stable yet so not
9786         called from anywhere (will get this working shortly)
9787
9788         * src/SDCCopt.c: fixed for multiple sends & receives
9789
9790         * src/SDCCmain.c:
9791         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9792         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9793            set preprocessor defines (depending on options)
9794
9795         * src/SDCCicode.c, src/SDCCicode.h:
9796         changes made to handle multiple sends & receives
9797
9798         * src/SDCCglobl.h:
9799         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9800
9801         * src/SDCCcse.c, src/SDCCcse.h:
9802         added function findbackward def (to be used in upcoming optimization)
9803
9804         * src/SDCCcflow.c, src/SDCCcflow.h:
9805         added function returnAtEnd - to determine if a basic block terminates with
9806         a RETURN iCode
9807
9808         * src/SDCCast.c, src/SDCCast.h:
9809         added option parms-in-bank1
9810
9811         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9812         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9813         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9814         adjusted for --parms-in-bank1 option
9815
9816         * device/include/string.h:
9817         donot redefine "reentrant" keyword
9818
9819         * device/include/ds80c390.h: Added some more SFRs
9820
9821 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9822
9823         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9824
9825 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9826
9827         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9828
9829 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9830
9831         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9832
9833 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9834
9835         * Added --xram-movc option
9836
9837 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9838
9839         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9840
9841 2002-01-11  Johan Knol
9842
9843         * Added math lib of Jesus Calvino-Fraga
9844
9845 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9846
9847         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9848         * support/regression/Makefile: new target test-mcs51-stack-auto
9849         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9850
9851 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9852
9853         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9854
9855 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9856
9857         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9858
9859 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9860
9861         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9862
9863         * src/SDCCglue.h: add definition for printIvalChar()
9864
9865 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9866
9867         * src/SDCCast.c: fix #498138 by Johan
9868
9869         * src/SDCCglue.c: fix #498138 by Johan
9870
9871 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9872
9873         * support/regression/Makefile: fix clean
9874
9875         * support/regression/ports/ds390/support.c: fix transmission of last character
9876
9877 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9878
9879         * /sdcc/src/ds390/gen.c:
9880         a) improved computing address of stack variable
9881         b) took out some #if 0 code
9882         c) improved parmBytes adjustment
9883         d) improved genPlusIncr & genMinusIncr
9884         e) genCmp could generate bad code (when left assigned to DPTR)
9885         f) Fixed bug in hasInc
9886
9887         * /sdcc/src/ds390/ralloc.c:
9888         a) packRegsForSupport could mess up live information (Fixed)
9889         b) packRegsDPTRuse could be incorrect for left & right shift
9890
9891         * /sdcc/src/mcs51/ralloc.c:
9892         packRegsForSupport could mess up the live information (Fixed)
9893
9894         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9895
9896         * /sdcc/src/SDCCast.c:
9897         can reverse a loop even if function call is present as long
9898         as the loop control variable is local & is not passed as parameter
9899
9900 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9901
9902         * /sdcc/ChangeLog: *** empty log message ***
9903
9904         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9905         More builtin function additions for TININative
9906
9907         * /sdcc/src/ds390/ralloc.c:
9908         Had broken the regression testsuite
9909
9910         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9911
9912         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9913         Added funcattr hasStackParms will be set for reentrant functions when there
9914         are paramteres on the stack, this helps in minimizing frame pointer generation
9915         typeFromStr can handle function pointers now
9916
9917         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9918         *** empty log message ***
9919
9920 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9921
9922         * /src/ds390/gen.c, /src/ds390/main.c:
9923         More builtin function additions for TININative
9924
9925         * /src/ds390/ralloc.c:
9926         Had broken the regression testsuite
9927
9928         * /src/SDCCast.c: Fixed a bug in dumptree
9929
9930         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9931         Added funcattr hasStackParms will be set for reentrant functions when there
9932         are paramteres on the stack, this helps in minimizing frame pointer generation
9933         typeFromStr can handle function pointers now
9934
9935         * /doc/builtins.txt, /doc/TININative.txt:
9936         *** empty log message ***
9937
9938
9939 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9940
9941         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9942         ALPHA version for -mTININative
9943
9944         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9945         updated to reflect changes in the port structure
9946
9947         * /src/port.h:
9948         added function do_assemble (similar to do_link) if non-null this function
9949         will be called to do assembly (-mTININative) requires a multi command
9950         assembly
9951         added function genAssemblerEnd will be called to generate assembler Epilogue
9952
9953         * /src/SDCCsymt.c:
9954         added _JavaNative to debug info printing
9955
9956         * /src/SDCCmain.c: added option --tini-libid
9957         added port->do_assemble function (-mTININative) has a multi command assemble
9958
9959         * /src/SDCCglue.c: Disabled "constExpr" check
9960         added port->genAssemblerEnd function
9961
9962         * /src/SDCCglobl.h: Added option --tini-libid value
9963
9964         * /src/SDCCast.h:
9965         tookout optimizeCompare from the header (has no external references)
9966
9967         * /src/SDCCast.c: made one more function "static"
9968
9969 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9970
9971         * src/z80/mappings.i: Added z80asm support.
9972
9973         * src/z80/main.c: Added z80asm support on --asm=z80asm
9974
9975         * src/z80/gen.c: Fixed asm portability issues.
9976
9977         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9978
9979         * src/SDCCglue.c (printExterns): Added global/extern split.
9980
9981 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9982
9983         * support/regression/Makefile: added test for mcs51 model large
9984
9985         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9986
9987         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9988
9989 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9990
9991         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9992
9993 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9994
9995         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9996
9997         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9998
9999 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10000
10001         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10002
10003         * support/regression/tests/simplefloat.c: Port to mcs51.
10004
10005 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10006         * support/regression/tests/bug-485362.c: Added.
10007
10008         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10009
10010         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10011
10012         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10013
10014         * src/z80/gen.c (aopDump): Added a dump function.
10015
10016 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10017         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10018
10019         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10020
10021         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10022
10023         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10024
10025         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10026
10027         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10028
10029         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10030
10031         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10032
10033         * support/regression/ports/ds390/support.c: Use tinibios.
10034
10035         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10036
10037 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10038
10039         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10040         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10041
10042         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10043
10044         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10045
10046 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10047
10048         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10049
10050         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10051         (packRegsForIYUse): Created and optimised.
10052
10053 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10054
10055         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10056 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10057
10058         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10059
10060         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10061
10062         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10063
10064 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10065
10066         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10067
10068         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10069
10070 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10071
10072         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10073
10074         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10075
10076         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10077
10078 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10079
10080         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10081         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10082         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10083
10084         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10085
10086         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10087         (genNotFloat): Added.
10088         (genUminusFloat): Added.
10089
10090         * device/lib/z80/Makefile: Added floating pt stubs.
10091
10092         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10093
10094         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10095
10096         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10097
10098 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10099
10100         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10101
10102         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10103
10104         * sdcc/support/regression/Makefile: Add port ds390.
10105
10106         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10107
10108         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10109
10110         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10111
10112         * sdcc/support/regression/ports/ds390/support.c: Added.
10113
10114         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10115
10116         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10117
10118         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10119
10120 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10121
10122         * device/include/malloc.h: Added z80 and gbz80 support.
10123
10124         * device/lib/gbz80/heap.s: Added.
10125
10126         * device/lib/z80/heap.s: Added.
10127
10128         * device/lib/malloc.c: Added z80 and gbz80 support.
10129
10130         * support/regression/tests/malloc.c (testMalloc): Added.
10131
10132         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10133
10134         * support/regression/tests/bug-478094.c: Added.
10135
10136         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10137
10138 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10139
10140         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10141
10142         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10143
10144         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10145
10146         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10147
10148         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10149
10150 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10151
10152         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10153
10154 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10155
10156         * support/regression/tests/bug-477927.c: Added.
10157
10158         * src/z80/peeph.def: Added minor rules.
10159
10160         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10161
10162         * src/z80/peeph.def: Added jump optimisation modification.
10163
10164 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10165
10166         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10167
10168 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10169
10170         * support/regression/tests/funptrs.c: Added.
10171
10172 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10173
10174         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10175
10176 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10177
10178         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10179
10180         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10181
10182         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10183         (movLeft2ResultLong): Created.
10184
10185         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10186         (joinPushes): Added.  Joins two char pushes into a word push.
10187
10188 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10189
10190         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10191
10192         * support/makebin/Makefile (install): Added creation of dest dir.
10193
10194 2001-10-24 Karl Bongers <karl AT turbobit.com>
10195
10196         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10197
10198 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10199
10200         * src/z80/ralloc.c: Turned off faulty pack for one use.
10201
10202         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10203
10204         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10205
10206 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10207
10208         * support/regression/Makefile: Improved clean
10209
10210         * support/regression/ports/gbz80/spec.mk: Added clean
10211
10212         * support/regression/ports/host/spec.mk: Added clean
10213
10214         * support/regression/ports/z80/spec.mk: Added clean
10215
10216         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10217
10218         * support/regression/ports/mcs51/timeout.c: little improvements
10219
10220 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10221
10222         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10223
10224         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10225
10226         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10227
10228 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10229
10230         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10231
10232         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10233
10234 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10235         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10236
10237         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10238
10239         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10240
10241         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10242
10243         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10244
10245         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10246
10247         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10248
10249         * support/regression/tests/longor.c: Added.
10250
10251 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10252
10253         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10254
10255         * as/mcs51/aslink.h: define PATH_MAX
10256
10257         * as/mcs51/asm.h: define PATH_MAX
10258
10259         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10260
10261         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10262
10263         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10264
10265         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10266
10267         * src/SDCCglobl.h: define PATH_MAX
10268
10269         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10270
10271         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10272
10273 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10274
10275         * src/z80/gen.c (gencjneshort): Fixed
10276
10277         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10278
10279 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10280
10281         * support/regression/tests/bug-469671.c: Added.
10282
10283         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10284
10285 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10286
10287         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10288
10289         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10290
10291 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10292
10293         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10294
10295         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10296
10297         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10298
10299         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10300
10301         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10302
10303         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10304
10305         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10306
10307 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10308
10309         * 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.
10310
10311         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10312
10313         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10314
10315 2001-10-07    <johan AT FRIJA>
10316
10317         * device/lib/gets.c (gets): fixed the return value.
10318
10319 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10320         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10321
10322         * 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.
10323
10324         * 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.
10325
10326         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10327
10328         * src/pic/gen.c: Removed Safe_strdup.
10329
10330         * configure.in: Added option to enable libgc support.
10331
10332         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10333         (bitVectUnion): Optimised.
10334         (bitVectIntersect): Optimised.
10335         (bitVectBitsInCommon): Optimised.
10336         (bitVectCplAnd): Optimised.
10337
10338         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10339
10340 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10341
10342         * src/SDCCmain.c: distinguish between assembler debug and plain options
10343
10344         * src/avr/main.c:   remove standard assembler options
10345
10346         * src/ds390/main.c: remove standard assembler options
10347
10348         * src/mcs51/main.c: remove standard assembler options
10349
10350         * src/port.h: removed "PENDING" comment
10351
10352 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10353
10354         * src/device/lib/_mulint.c  : new, with assember functions
10355
10356         * src/device/lib/_mullong.c : new, with assember functions
10357
10358         * src/device/lib/_divuint.c : with assember functions
10359
10360         * src/device/lib/_divsint.c : with assember functions
10361
10362         * src/device/lib/_divulong.c: with assember functions
10363
10364         * src/device/lib/_divslong.c: with assember functions
10365
10366         * src/device/lib/_moduint.c : with assember functions
10367
10368         * src/device/lib/_modsint.c : with assember functions
10369
10370         * src/device/lib/_modulong.c: with assember functions
10371
10372         * src/device/lib/_modslong.c: with assember functions
10373
10374         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10375
10376         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10377
10378         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10379                                       replaced _mululong.c and _mulslong.c by _mullong.c
10380
10381 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10382
10383         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10384
10385 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10386
10387         * src/SDCCglue.c: test, if win32api is available for MINGW
10388
10389 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10390
10391         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10392         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10393         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10394         * support/regression/ports/host/spec.mk: removed GENERIC
10395         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10396         * support/regression/ports/z80/spec.mk: removed GENERIC
10397
10398 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10399
10400         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10401
10402         * support/regression/tests/bug-467035.c: Created.
10403
10404 2001-10-01    <johan AT FRIJA>
10405
10406         * src/SDCC.y: fixed bug #466586 part 1
10407
10408 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10409
10410         * SDCCicode.c: z80 has no generic pointers
10411         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10412
10413 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10414
10415         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10416
10417 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10418
10419         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10420
10421         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10422
10423 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10424
10425         * configure.in: Fixed up so that ucsim is only configured once.
10426
10427         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10428
10429         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10430         (getPathDifference): As above.
10431
10432         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10433
10434         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10435
10436 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10437         * .version: Updated to 2.3.1
10438
10439         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10440         Added copyright header.
10441
10442         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10443         (assemble): Added support for macro based assembler commands.
10444         (linkEdit): Added support for macro based linker commands.
10445         (preProcess): Changed the pre-processor to use macros.
10446         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10447         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10448
10449         * device/lib/z80/crt0.s: Added module name for debugging.
10450
10451 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10452
10453         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10454
10455         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10456
10457         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10458
10459         * src/Makefile.in: Added SDCCmacro and SDCCutil
10460
10461 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10462
10463         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10464
10465 2001-09-16    <johan AT FRIJA>
10466
10467         * 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.
10468
10469 2001-09-15    <johan AT FRIJA>
10470
10471         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10472         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10473
10474 2001-09-11    <johan AT FRIJA>
10475
10476         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10477
10478 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10479
10480         * support/regression/tests/bug-460444.c: Added test case.
10481
10482         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10483         (genCast): Added justification for all of the asserts.
10484
10485 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10486
10487         * support/regression/support.c: _xdata replaced by xdata
10488
10489         * support/regression/spec.mk: removed _generic
10490
10491 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10492
10493         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10494
10495         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10496         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10497
10498         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10499
10500         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10501
10502         * support/regression/tests/bug-460010.c: Added test case.
10503
10504         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10505
10506 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10509
10510         * support/regression/testfwk.c: removed workaround for bug #436344
10511
10512         * support/regression/tests/bp.c: use less memory with mcs51
10513
10514         * support/regression/tests/bug-441448.c: use less memory
10515
10516         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10517
10518         * support/regression/collate-results.py: typo
10519
10520 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10521
10522         * support/regression/tests/fetchoverlap.c: Added new test case.
10523
10524         * support/regression/tests/bp.c: Added new test case.
10525
10526         * support/regression/tests/bug-448984.c: Added new test case.
10527
10528         * support/regression/tests/pow2shifts.c: Added new test case.
10529
10530         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10531         (genlshTwo): Fixed right shift for count > 8.
10532
10533         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10534
10535 2001-09-08    <johan AT FRIJA>
10536
10537         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10538
10539 2001-09-07    <johan AT FRIJA>
10540
10541         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10542
10543         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10544
10545 2001-09-06    <johan AT FRIJA>
10546
10547         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10548         * bernhard noted me at this: "() equals to (void)" (1.38)
10549
10550 2001-09-05    <johan AT FRIJA>
10551
10552         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10553
10554 2001-09-04    <johan AT FRIJA>
10555
10556         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10557
10558
10559 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10560
10561         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10562
10563 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10564
10565         * link/z80/aslink.h: Fixed path for PATH_MAX
10566
10567 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10568
10569         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10570
10571         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10572
10573         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10574
10575         * 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.
10576
10577 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10578
10579         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10580         (genCmp): Fixed up genCmp for the GB with longs.
10581
10582         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10583
10584         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10585
10586         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10587
10588         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10589
10590 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10591
10592         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10593
10594 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10595
10596         * 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.
10597
10598         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10599
10600 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10601
10602         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10603
10604         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10605
10606 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10607
10608   * sim/ucsim/configure:    little improvement of Cygwin-detection
10609   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10610   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10611   * support/regression/tests/bug-221100.c: small changes for mcs51
10612   * support/regression/tests/bug-221168.c: small changes for mcs51
10613   * support/regression/tests/bug-227710.c: small changes for mcs51
10614   * support/regression/tests/staticinit.c: small changes for mcs51
10615   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10616   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10617   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10618
10619 $Revision$