Oops, I forgot to commit the ChangeLog
[fw/sdcc] / ChangeLog
1 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
4           genGetWord): fixed bug 1409955
5
6 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/hc08/mc68hc908gp32.h,
9         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
10
11 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/SDCCast.c (constExprValue): return NULL if not a value
14         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
15         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
16         * support/regression/tests/bitfields.c: enabled signed bitfield for all
17
18 2006-02-13 Borut Razem <borut.razem AT siol.net>
19
20         * src/regression/ptrarg.c: added, fails due to bug #1430967
21         * src/regression/Makefile: ptrarg.c added, ...
22
23 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
26         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
27
28 2006-02-11 Borut Razem <borut.razem AT siol.net>
29
30         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
31           print "Processor: xxx" message to stdout only if --verbose
32
33 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
36         * support/regression/tests/bug1426356.c: added
37         * support/regression/tests/bitfields.c: removed 2 tests
38
39 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
42         * device/include/mcs51/c8051f330.h,
43         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
44           PCON_IDLE,PCON_STOP and added sfr16 definitions
45         * device/lib/_divsint.c,
46         * device/lib/_divuint.c,
47         * device/lib/_divulong.c,
48         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
49           register bank bug for small stackauto
50
51 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
54
55 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
58         * all.dsp: corrected several bin paths
59         * device/include/mcs51/c8051f120.h,
60         * device/include/mcs51/c8051f300.h,
61         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
62           to PCON_IDLE,PCON_STOP
63         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
64         * device/lib/printf_large.c (output_float): fixed bug 1388703
65         * support/regression/tests/bug1057979.c: added test for bug 1388703
66
67 2006-02-08 Raphael Neider <rneider AT web.de>
68
69         * src/pic/pcode.c (pciTRIS): fixed typo,
70           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
71           (LinkFlow): fixed handling of flows that end in a call,
72           (ReuseReg): perform safety check earlier
73         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
74             to work with flows at the beginning of a pBlock,
75             fixes #1426557 (Symbol not previously defined),
76           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
77             usage information
78           (RemoveUnusedRegisters): update register usage info
79         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
80             created, reuse existing ones instead
81         * src/pic/gen.c (genPcall): fixed #1424719
82
83 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
84
85         * link/z80/lkmain.c,
86         * link/z80/lklex.c,
87         * link/z80/lkdata.c,
88         * link/z80/aslink.h: fixed build on current cygwin:
89         replaced getline() by lk_getline()
90
91 2006-02-01 Borut Razem <borut.razem AT siol.net>
92
93         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
94           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
95           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
96           src/regression/bool1.c, src/regression/bool2.c,
97           src/regression/bool3.c, src/regression/call1.c,
98           src/regression/compare.c, src/regression/compare10.c,
99           src/regression/compare2.c, src/regression/compare3.c,
100           src/regression/compare4.c, src/regression/compare5.c,
101           src/regression/compare6.c, src/regression/compare7.c,
102           src/regression/compare8.c, src/regression/compare9.c,
103           src/regression/configword.c, src/regression/for.c,
104           src/regression/inline.c, src/regression/mult1.c,
105           src/regression/nestfor.c, src/regression/or1.c,
106           src/regression/pointer1.c, src/regression/ptrfunc.c,
107           src/regression/rotate1.c, src/regression/rotate2.c,
108           src/regression/rotate3.c, src/regression/rotate4.c,
109           src/regression/rotate5.c, src/regression/rotate6.c,
110           src/regression/rotate7.c, src/regression/string1.c,
111           src/regression/struct1.c, src/regression/sub.c,
112           src/regression/sub2.c, src/regression/switch1.c,
113           src/regression/while.c, src/regression/xor.c,
114           src/regression/create_stc, src/regression/simulate,
115           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
116           regression tests
117         * src/regression/gpsim_assert.h: added
118
119 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
120
121         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
122         ((void (code *) (void)) 0) ();
123         * as/hc08/aslex.c,
124         * as/hc08/aslink.h,
125         * as/hc08/asm.h,
126         * as/hc08/asmain.c,
127         * as/hc08/lkdata.c,
128         * as/hc08/lklex.c,
129         * as/hc08/lkmain.c,
130         * as/mcs51/aslex.c,
131         * as/mcs51/aslink.h,
132         * as/mcs51/asm.h,
133         * as/mcs51/asmain.c,
134         * as/mcs51/lkdata.c,
135         * as/mcs51/lklex.c,
136         * as/mcs51/lkmain.c,
137         * as/z80/aslex.c,
138         * as/z80/asm.h,
139         * as/z80/asmain.c: fixed build on current cygwin:
140         replaced getline() by as_getline()
141
142 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
143
144         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
145         declarator in the symbol chain
146         * src/SDCCsymt.h,
147         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
148         parameter list for function pointers
149         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
150         * support/regression/tests/bug-716242.c: added
151
152 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
153
154         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
155         offset if possible
156         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
157
158 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
159
160         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
161         inifinitely recurseable, added static
162         * support/regression/tests/bug-1408066.c: added
163
164 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
165
166         * src/SDCCicode.h,
167         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
168         renamed, added possibility to create "postLoopLbl"-labels
169         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
170         newiTempLoopHeaderLabel
171         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
172         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
173         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
174         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
175         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
176         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
177         (basicInduction): fixed bug #136564, made static,
178         (loopInduction): changed parameter of basicInduction, made static,
179         (addPostLoopBlock): added
180         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
181         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
182         findLoopEndSeq
183         * support/regression/tests/bug-136564.c: added
184         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
185         --std-sdcc99 to LIBSDCCFLAGS
186
187 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
188
189         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
190         while loop
191         * support/regression/tests/bug-1406131.c: added
192
193 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
194
195         * src/SDCCast.c (decorateType): fix promotion of unary minus
196         * src/SDCCsymt.c (computeType): beautified
197         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
198         (valUnaryPM, valComplement): fix sign and promotion,
199         (valNot): ANSI: result type is int (SDCC: unsigned char)
200         * support/regression/tests/uminus.c: speedup by removing superflous
201         test case 'int'
202         * support/regression/tests/onebyte.c: added promotion and signedness
203         tests for unary minus
204         * support/regressions/tests/bug-477927.c: disable warning about
205         uninitialized variables
206         * support/regression/tests/not.c: added
207
208 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
209
210         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
211         * src/mcs51/gen.c (gen51Code): show final register usage after
212         fillGaps in asm with --i-code-in-asm
213         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
214         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
215         incUsed, rliveClear, adjustIChain): made static,
216         (setFromRange): excluded because it's unused,
217         (findPrevUseSym, markWholeLoop): added,
218         (findPrevUse): rewritten; fixes bug 895992; now a complete search
219         through all branches of predecessors enables sdcc to emit the warning
220         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
221         (rlivePoint): made static, added parameter emitWarnings which is only
222         true during the first run out of two,
223         (findRecursiveSucc, findRecursivePred): removed,
224         (computeLiveRanges): made static, added parameter emitWarnings,
225         (dumpIcRlive): added for debugging only
226         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
227         removed prototype of setFromRange()
228         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
229         in call of computeLiveRanges()
230         * support/regression/tests/bug-895992.c: added
231         * support/regression/tests/bug-971834.c: added
232         * support/valdiag/tests/bug-895992.c: added
233         * support/valdiag/tests/bug-971834.c: added
234
235 2005-12-18 Raphael Neider <rneider AT web.de>
236
237         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
238           (genUnpackBits): improved code for direct operands,
239           (genPackBits): improved code for literal assignment to bitfields
240             and for direct destination operands (no FSR indirection),
241             prevented redundant AND, fixes #1362800,
242           (AccLsh): added parameter to disable masking of the result
243         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
244           skip instructions with side-effects (like incfsz),
245           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
246         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
247         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
248           fixes #1375263
249
250 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
251
252         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
253         volatile variables as spill location
254
255 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
256
257         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
258         replacing literals
259         * support/regression/tests/bug-1376320.c: added
260
261 2005-12-08 Raphael Neider <rneider AT web.de>
262
263         * src/pic/device.c: renamed is_shared to pic14_is_shared
264         * src/pic/gen.c (genIfx): re-enabled handling of sbits
265         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
266           (is_valid_identifier): added for above workaround
267
268 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * device/lib/Makefile.in: fixed to enable port-specific-objects
271         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
272           char, thanks Hubert Sack
273         * doc/sdccman.lyx: documented --xstack-loc,
274           elaborated a bit more on interrupts and pitfalls,
275           removed "setjmp/longjmp unsupported",
276           documented some unsupported C99 features
277         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
278         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
279           if, thanks Hubert Sack
280         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
281         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
282           make make_library
283         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
284           regression tests can report resource usage (rfe 700441)
285         * support/regression/collate-results.py: report resource usage
286         * support/regression/ports/ds390/spec.mk,
287         * support/regression/ports/hc08/spec.mk,
288         * support/regression/ports/mcs51/spec.mk,
289         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
290         * support/regression/ports/ds390/uCsim.cmd,
291         * support/regression/ports/hc08/uCsim.cmd,
292         * support/regression/ports/mcs51/uCsim.cmd,
293         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
294         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
295           library, use the default one
296         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
297           building the library
298
299 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * config.dsp: added dependency on .version and configure_vc.awk
302         * device/include/setjmp.h: updated for --stack-auto and --xstack
303         * device/include/mcs51/at89c51snd1c.h: corrected line endings
304         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
305         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
306         * device/lib/libsdcc.lib: added _setjmp
307         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
308           (decorateType): fixed bug 1372851,
309           (optimizeGetHbit): fixed warning
310         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
311           array initialisation
312         * support/regression/tests/bug1057979.c: added test for bug 1358192
313         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
314
315 2005-12-03 Borut Razem <borut.razem AT siol.net>
316
317         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
318           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
319
320 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
321
322         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
323         createIval): implement symbol independant "flexible array member",
324         (createIvalCharPtr): implemented flexible array initialisation with a
325         string
326         * src/SDCCsymt.c (copyStruct): removed,
327         (getSize): fixed misleading comment,
328         (getAllocSize): removed, the additional allocation size is now in
329         sym->flexArrayLength,
330         (checkStructFlexArray): new, syntax checks for flexible array members,
331         (compStructSize): added syntax checks for "flexible array members"
332         (copyStruct): removed,
333         (copyLinkChain): removed inefficient fix for bug 770487
334         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
335         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
336         symbol->flexArrayLength
337         * src/SDCCerr.c,
338         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
339         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
340         * support/regression/tests/structflexarray.c: added
341         * support/valdiag/tests/structflexiblearray.c: added
342
343 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
344
345         * src/SDCCast.c (decorateType): fixed bug 1368489
346         * support/Util/SDCCerr.c,
347         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
348
349 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
350
351         * device/include/mcs51/at89c51snd1c.h: added file submitted by
352           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
353
354 2005-11-27 Borut Razem <borut.razem AT siol.net>
355
356         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
357           support/cpp2/mkdeps.h: added command line option
358           -obj-ext=<extension> to SDCPP to define object file externion, used
359           for generation of make dependencies (-M)
360         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
361
362 2005-11-26 Borut Razem <borut.razem AT siol.net>
363
364         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
365           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
366           added pic and pic16 libraries
367
368 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
369
370         * device/include/float.h: Corrected typo in prototype of __fsgt
371
372 2005-11-25 Borut Razem <borut.razem AT siol.net>
373
374         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
375           added creation of model-mcs51-stack-auto libraries
376
377 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
378
379         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
380         and fields-list too
381         * src/SDCCast.c (createIvalArray): removed obsolete comment
382
383 2005-11-24 Borut Razem <borut.razem AT siol.net>
384
385         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
386           added missing device/lib/mcs51/crt*.asm sources
387
388 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
389
390         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
391
392 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * device/lib/_fs2schar.c,
395         * device/lib/_fs2sint.c,
396         * device/lib/_fs2slong.c: optimized inline asm
397
398 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
399
400         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
401           Better handling of floats between -1.0 and 0.0.
402
403 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
404
405         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
406           (the missing "if"s prohibited removal of redundant labels)
407
408 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
409
410         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
411           Properly convert floats between -1.0 and 0.0 to long, int, and char
412           types (max integer value of negative floats tends to zero).
413         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
414           Removed changes made so to work properly with floats between
415           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
416           and _fs2char.c
417
418 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
419
420         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
421         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
422         (genCast) cosmetic change
423         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
424         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
425         from mcs51
426         * support/regression/tests/bitfields (testSignedBitfields): added
427
428 2005-11-18 Borut Razem <borut.razem AT siol.net>
429
430         * sdcc/device/lib/Makefile.in: remove all unnecessary files
431         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
432           introduced SILENT option to make building of pic16 libraries less
433
434 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
435
436         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
437           Now they work properly with floats between -1.0 and 0.0
438         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
439
440 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
441
442         * src/SDCCicode.c (printOperand): added missing else
443
444 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
445
446         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
447         reformatted for better readability
448         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
449         signed bitfields
450
451 2005-11-17 Borut Razem <borut.razem AT siol.net>
452
453         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
454           introduced SILENT option to make building of pic16 libraries less
455           verbose - used for nightly snapshot build
456         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
457           available on Win32 platforms.
458         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
459           medium, large, pic and pic16
460
461 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
462
463         * device/lib/printf_large.c: Temporary patch for bug 1358192:
464           printf("%f"...) sets fraction to zero.
465
466 2005-11-16 Raphael Neider <rneider AT web.de>
467
468         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
469           fixes #1357221
470         * src/pic/gen.c (genIfx): implemented for CARRY bit
471         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
472           to generic pointers, fixes #1357332,
473           (pic16_movLit2f): NEW,
474           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
475
476 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
479
480 2005-11-11 Raphael Neider <rneider AT web.de>
481
482         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
483         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
484           compute pointer's type from operand,
485           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
486           improved single bit reads, fixes bug #1353379
487
488 2005-11-09 Borut Razem <borut.razem AT siol.net>
489
490         * support/scripts/sdcc.nsi: added lib/pic to the package
491
492 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
495
496 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * support/regression/tests/bug1348008.c: added
499         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
500         * support/regression/tests/bug1337835.c: updated comment
501
502 2005-11-06 Borut Razem <borut.razem AT siol.net>
503
504         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
505           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
506           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
507           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
508           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
509           dynamic construction of cl_error_class and derivates - 2.nd try
510
511 2005-11-05 Borut Razem <borut.razem AT siol.net>
512
513         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
514           bug, which caused Bus Errors on sparc solaris
515
516 2005-11-04 Borut Razem <borut.razem AT siol.net>
517
518         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
519           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
520           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
521           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
522           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
523           and derivates to resolve the initialization problem on OSX
524
525 2005-11-02 Borut Razem <borut.razem AT siol.net>
526
527         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
528           corrected typo - #include <winsock2.h>
529
530 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
531
532         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
533           (_asxxxx_mapping): added org directive for future enhancements
534
535 2005-11-01 Borut Razem <borut.razem AT siol.net>
536
537         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
538           enabled sockets on WIN32
539         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
540
541 2005-10-31 Borut Razem <borut.razem AT siol.net>
542
543         * support/regression/generate-cases.py: escape backslashes in {testcase}:
544           WIN32 backslash path delimiters should be escaped when used in C strings
545         * support/regression/tests/bitfields.c: exclude failing assertions for
546           __CYGWIN32__ and __MINGW32__ hosts
547
548 2005-10-30 Borut Razem <borut.razem AT siol.net>
549
550         * src/SDCCutil.c: corrected double comparison typo
551
552 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
553
554         * device/lib/medium/Makefile: added for new memory model medium
555         * device/include/asm/mcs51/features.h: updated for medium/pdata
556         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
557           added Multiply & Accumulate sbit's and MAC0_PAGE define
558         * device/include/mcs51/c8051f300.h: added sfr16 definitions
559         * device/include/mcs51/c8051f310.h: added sfr16 definitions
560         * device/lib/_mullong.c: update for medium model
561         * device/lib/incl.mk: added medium model
562         * doc/sdccman.lyx: documented medium model
563         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
564         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
565         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
566         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
567           (allocParms): set SCLS and OCLS to pdata for medium model
568         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
569           for pdata,
570           (powof2): return <0 if not power of 2
571         * src/avr/gen.c (genBitWise): use updated powof2
572         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
573           (shiftR2Left2Result): small optimization in setup, save acc when storing,
574           (shiftLLeftOrResult): use B if necessary
575         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
576         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
577         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
578         * support/regression/Makefile.in: added test-mcs51-medium
579         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
580
581 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
582
583         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
584         specifier unsigned
585         * device/lib/time.c (mktime): fixed bug 1334315
586
587 2005-10-28 Raphael Neider <rneider AT web.de>
588
589         * device/include/pic/p16f_common.inc: added common declarations
590         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
591
592 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
593
594         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
595           (aopPutUsesAcc): added to predict accumulator use,
596           (assignResultValue): save acc if necessary,
597           (genMinusDec): store result if indirectly addressed,
598           (genDivOneByte):  save acc if necessary,
599           (movLeft2Result): bugfix if left already in acc,
600           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
601             attention to accumulator use (esp. pdata),
602           (genReceive): receive pdata correctly
603         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
604         * src/SDCCicode.h: added isOperandInPagedSpace prototype
605
606 2005-10-27 Raphael Neider <rneider AT web.de>
607
608         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
609
610 2005-10-27 Raphael Neider <rneider AT web.de>
611
612         * .version: changed version to 2.5.4
613         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
614         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
615           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
616             arithmetics support routines
617         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
618         * device/lib/Makefile.in: also create installdir for pic
619
620         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
621           pic14 port as well
622         * src/pic/device.c (dump_sfr): rewritten to delegate register
623           placement to the linker (use `extern sym' rather than sym EQU addr),
624           (validAddress): fixed to check last specified address
625         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
626           (popGetLit): truncate literal value to 8 bit,
627           (popGet): moved assert to more appropriate place
628           (popGetExternal): create pCode operand from and mark the according
629             symbol as being `extern'
630           (popGetAddr): added sanity check on immediate's offset, provide
631             GPOINTER tag on demand
632           (aopPut): fixed for immediates,
633           (mov2w_op): move operand's address or contents to WREG (depending on
634             operand type), safer variant of mov2w,
635           (movwf,call_libraryfunc): NEW, handy abbreviations,
636           (get_argument_pcop,get_return_val_pcop,pass_argument,
637           get_returnvalue): interface for accessing function parameters and
638             return values,
639           (assignResultValuei,genRet): use new parameter/return value interface
640           (pic14_getDataSize): back to old version handling generic pointers,
641           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
642             provided implementation and/or fixed old one,
643           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
644             calls, removed legacy 8051 reference code
645           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
646           (loadSignToC): NEW, move the operands sign bit to CARRY,
647           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
648             genRightShiftSigned, accepts negative shift counts,
649           (setup_fsr): load FSR and adjust IRP (indirect memory access),
650           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
651             generic pointers, __data pointers and __code pointers,
652           (genUnpackBits,genPackBits): rewritten to work with generic pointers
653             and signed bitfields, limit bitfields to 8 bit,
654           (genDataPointerGet): fixed number of bytes read,
655           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
656           (genPointerGet,genPointerSet): fixed handling of __code pointers,
657             pointers to constant data are no longer assumed to point to __code
658             space, removed invalid pointer types,
659           (bitpatternFromVal): retrieve the PICs representation of an integer
660             or float literal,
661           (genDataPointerSet): fixed assigning to po_immediate operands,
662           (genGenPointerSet): implemented as library call,
663           (genIfx): fixed incorrect condition,
664           (genAddrOf): limit generic pointers' addresses to 2 bytes,
665             provide GPOINTER tag according to destination's storage class,
666           (genCast): added code to handle casting to generic pointers, added
667             sign-/zero extension of the result
668           (aop_isLitLike,op_isLitLike): fixed handling of immediates
669         * src/pic/gen.h: added macros to access IRP bit in STATUS register
670         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
671           extend the result
672         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
673           address/register resides in the shared banks
674           (emitSymbolToFile): improved to handle global and `pinned' symbols,
675             put all variables into separate sections (have the linker arrange
676             them)
677           (picglue): put init code and interrupt handlers in separate sections
678         * src/pic/main.c: added port specific options table, modified to PORT
679           structure to make GPOINTERs 3 byte, added pic14_options
680           (_pic14_do_link): private linking routine (update paths to libraries,
681             add libsdcc.lib by default)
682         * src/pic/main.h: declare pic14_options
683         * src/pic/pcode.c: fixed instructions i/o relations,
684           (RegCond): reverted to correct version,
685           (newpCodeOpLit): truncate literals to 8 bit,
686           (genericPrint): added debug output,
687           (getRegFromInstruction): fixed for various operand types, simplified
688           (BuildFlow): fixed broken handling of isntructions with labels
689           (LinkFlow): start at last instruction in flow (skip trailing comments),
690             pass the flow on to the next instruction after CALL
691           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
692           (insertPCodeInstruction): fixed inserting after a skip instruction,
693           (DoBankSelect): fixed for labeled instructions
694           (OptimizepBlock): honor --nopeep switch
695           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
696         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
697         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
698           (pCodeOptime2pCodes): allow disabling this optimization via
699             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
700             but is still buggy), started implementation of a dataflow based
701             pCode optimization (CSE + dead code elimination)
702           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
703         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
704           names are independant of the stack location and therefore portable across
705           devices
706
707 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
708
709         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
710           (selectSpil): fixed bug 1337835 by not spilling bit variables
711         * support/regression/tests/bug1337835.c: added test for this bug
712         * src/mcs51/peeph.def: restart after rule 3.c,
713           addded rules 263.x to optimize loading constants
714
715 2005-10-26 Raphael Neider <rneider AT web.de>
716
717         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
718         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
719           (genAssign): emit warning when casting literals to generic pointer
720             type, also applies when taking the address of a fixed variable,
721           (genCast): improved casting to generic pointers
722         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
723           extern variables, added verbose error message
724         * device/include/pic16/{string.h,errno.h}: added #pragma library c
725
726 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
727
728         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
729         carry must be complemented too
730         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
731         could be emitted by genMinus
732         * src/SDCCval.c (constVal): fixed bug 1305065
733
734 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
735
736         * src/SDCCast.c (addCast): added promotion for bit variables
737         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
738         promotion casts + optimisation
739         (optimizeGetWord): fix warning 'i' might be used uninitialized
740         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
741         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
742
743 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
744
745         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
746         all chars are promoted to int; promotion should be handled in SDCCast.c
747
748 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
749
750         * device/lib/_strcmp.c: Fixed bug 1326457
751
752 2005-10-11 Raphael Neider <rneider AT web.de>
753
754         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
755         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
756
757 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
758
759         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
760         * support/regression/tests/sfr16.c: added test for the sfr32 bug
761
762 2005-10-04 Raphael Neider <rneider AT web.de>
763
764         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
765           device/lib/pic16/pics.all: added pic18f1320
766         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
767
768 2005-09-30 Raphael Neider <rneider AT web.de>
769
770         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
771         * src/pic16/devices.inc: NEW, provides device descriptions
772         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
773
774 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
775
776         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
777           GETHBIT
778
779 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * doc/sdccman.lyx: updated Highest Order Bit documentation,
782           documented Any Order Bit, Higher Order Byte and Higher Order Word
783         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
784         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
785           (optimizeGetAbit): new, to get any bit, not only the high bit,
786           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
787           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
788           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
789           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
790             RIGHT_OP: also try GETBYTE, GETWORD optimization,
791             GETABIT, GETBYTE, GETWORD: decorate them,
792           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
793           (ast_print): added GETABIT, GETBYTE, GETWORD
794         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
795         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
796           (geniCodeBinary): new generic binary icode,
797           (ast2iCode): added GETABIT, GETBYTE, GETWORD
798         * src/port.h: updated comment for PORT.hasExtBitOp
799         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
800           (genGetByte): new, to get a single byte,
801           (genGetWord): new, to get a word from a long,
802           (gen51Code): added GETABIT, GETBYTE, GETWORD
803         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
804
805 2005-09-23 Raphael Neider <rneider AT web.de>
806
807         * configure.in, configure: have device/lib/pic configured
808         * device/lib/Makefile.in: added model-pic14
809         * device/lib/clean.mk: added pic/ to clean rule
810         * device/lib/pic: added rudimentary pic14 library providing support
811           functions for multiplication/division/generic pointer access
812         * src/SDCCopt.c (convilong): mark support functions as extern
813           for pic14 port as well
814         * src/pic/gen.c (genMult): added assertions,
815           (genpic14Code): emit warning on unhandled iCodes
816         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
817         * src/pic/pcode.c (pCodeOpCopy),
818         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
819           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
820           SFR_REGISTER}), made safe for future extensions
821         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
822           instructions even if preceeded by SKIP instructions (also remove
823           them); removed unused code
824         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
825           prevents leaving parts of the structure uninitialized after copying
826
827 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
828
829         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
830           ago by me
831         * support/regression/tests/addsub.c: added test for the bug
832
833 2005-09-21 Raphael Neider <rneider AT web.de>
834
835         * device/include/pic16/pic18f1220.h,
836           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
837         * device/lib/pic16/Makefile.rules: added missing opening paren
838         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
839           are provided in genutils.c,
840           (genUminusFloat,genUminus,genCmpEq): added asserts on different
841           operand/result sizes,
842           (genCmp): assert on NULL pointers first, then check deref'ed values
843         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
844           result size
845
846 2005-09-18 Raphael Neider <rneider AT web.de>
847
848         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
849           as these are now unused,
850           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
851         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
852           local, avoids uninitialized pointer dereference on r->name
853         * src/pic16/ralloc.c (newReg): fixed indentation
854
855 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
856
857         * src/SDCCval.c (constVal): fixed bug 730366
858         * support/Util/SDCCerr.c,
859         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
860
861 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
864
865 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
866
867         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
868
869 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
870
871         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
872           (hex2dec): made hex_digit unsigned char, removed ascii dependance
873         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
874           (hex2dec): made hex_digit unsigned char, removed ascii dependance
875         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
876         * packihx/packihx.c (hexDigit): made c unsigned char
877         * as/mcs51/lklibr.c (fndsym),
878         * link/z80/lkgb.c (gb),
879         * link/z80/lklibr.c (fndsym),
880         * link/z80/lkrloc.c (relr),
881         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
882         * src/SDCC.lex (checkCurrFile, process_pragma),
883         * src/SDCCglue.c (spacesToUnderscores),
884         * src/SDCCmain.c (setParseWithComma, processFile),
885         * src/asm.c (tvsprintf, printCLine),
886         * src/avr/gen.c (emitcode, aopPut),
887         * src/ds390/gen.c (emitcode),
888         * src/hc08/gen.c (emitcode, emitinline),
889         * src/mcs51/gen.c (emitcode, genInline),
890         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
891           tokenizeLineNode),
892         * src/pic/ralloc.c (debugLog),
893         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
894           tokenizeLineNode),
895         * src/pic16/ralloc.c (debugLog),
896         * src/z80/main.c (_process_pragma):
897            made all ctype.h function calls safe
898         * src/SDCCopt.c: include math.h for fabs
899         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
900           and used them throughout the code to make ctype.h function calls safe
901         * src/ds390/main.c (asmLineNodeFromLineNode),
902         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
903         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
904            unsigned char*
905         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
906           (newpCodeAsmDir): made ctype.h function calls safe
907         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
908           pic16_emitcode):  made lbp unsigned char*
909         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
910           (pic16_newpCodeAsmDir): made ctype.h function calls safe
911         * src/xa51/gen.c (emitcode),
912         * src/z80/gen.c (_emit2): made lbp unsigned char*
913         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
914            char*
915
916 2005-09-05 Raphael Neider <rneider AT web.de>
917
918         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
919           access bank splitpoint
920
921 2005-09-05 Raphael Neider <rneider AT web.de>
922
923         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
924
925 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
926
927         * .version: changed to version 2.5.3
928         * doc/sdccman.lyx: changed version to 2.5.3,
929           documented --codeseg and --constseg and pragma codeseg and constseg,
930           documented bit parameters (reentrant) and bit returning
931         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
932            currFunc->recvSize, but is this ok for all ports?
933           (ast2iCode): result of ~ on unsigned char must be cast to int for
934            bool to work
935         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
936           function pointers in bit space
937         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
938           (processFuncArgs): call port.reg_parm() with reentrancy info
939         * src/port.h,
940         * src/avr/main.c,
941         * src/ds390/main.c,
942         * src/hc08/main.c,
943         * src/pic/main.c,
944         * src/pic16/main.c,
945         * src/xa51/main.c,
946         * src/z80/main.c: port.reg_parm prototype extended with
947           "bool reentrant" parameter
948         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
949           options.stackAuto for allocating bit register parameters
950         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
951           (genSend): set BitBankUsed if it is,
952           (selectRegBank): factored out of genCall for use in genPcall,
953           (genCall): removed redundant dtype assignmen, use selectRegBank,
954           (genPcall): handle returning in Carry properly, save in F0 if needed,
955           (genReceive): handle bit register parameters
956         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
957           (mcs51_assignRegisters): enable bit registers for all reentrant
958            functions and don't set BitBankUsed unconditionally
959         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
960         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
961         * support/regression/tests/funptrs.c: added tests for BOOL and for return
962
963 2005-08-27 Borut Razem <borut.razem AT siol.net>
964
965         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
966         ppc-osx (Darwin) does not support -u option. It seems that it is
967         supported only on Linux - GNU cp
968
969 2005-08-25 Borut Razem <borut.razem AT siol.net>
970
971         * sim/ucsim/gui.src/serio.src/Makefile.in,
972           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
973           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
974           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
975           install and strip, since the strip at /usr/ccs/bin should be used
976           on solaris
977
978 2005-08-24 Borut Razem <borut.razem AT siol.net>
979
980         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
981
982 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
983
984         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
985         ffffffffu
986
987 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * as/mcs51/aslink.h: completed lkrloc.c prototypes
990         * as/mcs51/lkmain.c (link_main): fixed warning
991         * device/include/stdbool.h: ds390 has no advanced bit support yet
992         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
993         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
994         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
995           and updated their macros
996         * src/SDCCval.c (constVal): updated comment for renamed b_long
997
998 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
999
1000         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1001         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1002           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1003           (oprio): set priority for '['
1004         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1005            and adb_24_bit
1006         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1007         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1008         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1009         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1010           added overlayable BIT_BANK area
1011         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1012           (summary2): explain 'T' in legenda
1013         * as/mcs51/lkrloc.c: replaced old K&R style,
1014           (relr): added R_BIT processing,
1015           (errmsg): added "Bit-addressable relocation error",
1016           (adb_bit): added for converting from byte- to bit-addressable space,
1017           (adb_24_bit): added for converting from byte- to bit-addressable space
1018         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1019            used in reentrant functions now even as return value
1020         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1021         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1022           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1023         * src/SDCCglobl.h: added indicator BitBankUsed
1024         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1025            the bit registers b0-b7
1026         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1027           (geniCodeCast): fixed bug 1263853,
1028           (geniCodeLogicAndOr): put result in bool or char,
1029           (geniCodeReceive): added parameter func for accessing the return type,
1030           (geniCodeFunctionBody): pass func to geniCodeReceive
1031         * src/SDCCmain.c: added indicator BitBankUsed
1032         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1033         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1034           (checkSClass): don't put automatic bool/bit on stack,
1035           (checkFunction): removed check on function cannot return bit
1036         * src/SDCCsymt.h: added newBoolLink prototype
1037         * src/mcs51/gen.c (rb1regs): added bit registers,
1038           (movc): created for assigning to carry,
1039           (pushReg, popReg): created for pushing registers,
1040           (sameRegs): check both AOP_REG and AOP_CRY types,
1041           (aopOp): handle bit registers,
1042           (aopPut): optimization no self-assign,
1043           (saveRegisters): push reg->base (bits) only once for bit registers,
1044            and use pushReg,
1045           (unsaveRegisters): pop reg->base only once and use popReg,
1046           (assignResultValue): added parameter func and return in carry for bits,
1047           (genIpush): optimization no reload in A if not changed,
1048           (genSend): bit parameters in reentrant functions are passed in bit
1049            registers by first assigning to bits in B, then save registers and
1050            copy B to bits,
1051           (genCall): handle returning in Carry properly, save it in F0 if needed,
1052           (genPcall): updated assignResultValue call, this is not safe yet for bit
1053            returning function !!!
1054           (genFunction): don't generate equ's for bit registers and use pushReg,
1055           (genEndFunction): take care of bit returning functions and use popReg,
1056           (genRet): return bit in Carry,
1057           (genIfx): optimize bit registers and other directly addressable bits,
1058           (genReceive): updated assignResultValue call
1059         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1060           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1061            registers when using stack-auto
1062         * src/mcs51/ralloc.c (_G): added allBitregs,
1063           (regs8051): added the bit registers,
1064           (createStackSpil): use macro IS_BIT,
1065           (getRegBit): added to allocate a bit register, else spill,
1066           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1067           (updateRegUsage): factored out to ease stepping while debugging,
1068           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1069            also allocate bit registers,
1070           (fillGaps): handle bit registers,
1071           (findAllBitregs): added to create bit vector with all bit registers,
1072           (mcs51_allBitregs): returns this bit vector,
1073           (mcs51_assignRegisters): when using stack-auto use bit registers for
1074            passing parameters and creating local variables
1075         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1076
1077 2005-08-22 Borut Razem <borut.razem AT siol.net>
1078
1079         * device/lib/Makefile.in: replaced find option -or with -o
1080           to make it run on solaris
1081
1082 2005-08-22 Raphael Neider <rneider AT web.de>
1083
1084         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1085           fixes #1265442 (crash on Solaris)
1086
1087 2005-08-20 Borut Razem <borut.razem AT siol.net>
1088
1089         * configure, configure.in: added tests for libsocket and libnsl libraries,
1090           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1091           from support/regression/Makefile.in
1092         * support/regression/Makefile.in: added
1093         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1094         * sim/ucsim/libtool: regenerated on sparc-solaris
1095         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1096           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1097           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1098           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1099           sparc-solaris, which doesn't use GNU ld linker
1100         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1101         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1102
1103 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1104
1105         * src/mcs51/peeph.def: updated comments
1106
1107 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1108
1109         * device/lib/_gptrget.c,
1110         * device/lib/_gptrput.c: slightly shorter
1111         * doc/sdccman.lyx: incremented version
1112         * src/mcs51/peeph.def: moved peephole comments to the line of first
1113           change to better keep line correlation, reanimated 186.e
1114         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1115
1116 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1117
1118         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1119           David Saxton with quotes around file name.
1120
1121 2005-08-15 Borut Razem <borut.razem AT siol.net>
1122
1123         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1124           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1125           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1126           make tests run on x86_64 platform
1127
1128 2005-08-13 Raphael Neider <rneider AT web.de>
1129
1130         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1131           as it might be executed DURING a build (parallel make is wonderful)
1132
1133 2005-08-13 Raphael Neider <rneider AT web.de>
1134
1135         * device/lib/Makefile.in (port-specific-objects-pic16):
1136           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1137         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1138           dependency
1139         * device/lib/pic16/Makefile.rules: build subdirs before creating
1140           the library, removed builddir rule, create $(builddir) early in
1141           recurse rule, use empty recurse rule for leaf directories
1142         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1143           mkdir errors (race condition), removed duplicate suffix "hex"
1144           from clean rules
1145         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1146         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1147           prevents mkdir -p from aborting on Alpha
1148
1149 2005-08-12 Raphael Neider <rneider AT web.de>
1150
1151         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1152           db-statements in order to allow for arrays of pointers in code
1153           sections to be placed without interspersed 0-padding, fixes
1154           bug #1256215
1155         * (emitStatistics): fixed division by zero for pic18f1220
1156         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1157           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1158         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1159         * (pic16_pCodeConstString): keep track of already emitted string
1160           literals to prevent "duplicate definitions of symbol _str_NR"
1161         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1162           debug message
1163         * device/lib/Makefile.in: ignore failing PIC16 library builds
1164         * device/lib/pic16/Makefile: do not build if gputils are missing
1165         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1166
1167 2005-08-10 Raphael Neider <rneider AT web.de>
1168
1169         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1170           my last commit)
1171
1172 2005-08-10 Raphael Neider <rneider AT web.de>
1173
1174         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1175           Rokas' patch to add the new fixed point type "__fixed16x16"
1176         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1177           functions for __fixed16x16 arithmetics
1178         * device/lib/pic16: reimplemented the build system to support
1179           a separate build directory, better handling of libio (create
1180           the library in a separate subdir for each architecture) and
1181           easier configuration (centralized in Makefile.common)
1182
1183 2005-08-07 Raphael Neider <rneider AT web.de>
1184
1185         * src/pic16/gen.c (genrshTwo): fixed sign extension
1186         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1187         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1188           added T0CONbits
1189         * device/include/pic16/pic18f4220.h: NEW, header for
1190           pic18f4220 and pic18f4320
1191         * device/include/pic16/pic18fregs.h: added new devices,
1192           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1193         * device/include/pic16/signal.h: resolved name clashes
1194           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1195           to also allow testing for interrupt enable bits, added
1196           comments on how to use the macros
1197         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1198         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1199           register definitions for the devices
1200         * device/lib/pic16/pics.all: added new devices
1201         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1202           allocated memory
1203         * device/lib/pic16/libc/stdlib/memfree: do not count
1204           the block header as free memory
1205         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1206           simplified and added missing end-of-blocklist-marker
1207           (reported by Peter Onion, fixes #1252814)
1208         * (_mergeHeapBlock): fixed loop condition
1209         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1210           len==0, restructured code
1211         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1212           up a bit, reduced bitfield accesses, prevent endless loops
1213           in case of heap corruption
1214         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1215           "unreferenced arguments/must return a value" warnings
1216         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1217           replaced BAUDREG with SPBRG
1218         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1219           device/lib/pic16/debug/gstack/gstack.c: replaced
1220           _naked, _asm, _endasm with __naked, __asm, __endasm
1221
1222 2005-08-05 Raphael Neider <rneider AT web.de>
1223
1224         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1225           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1226
1227 2005-08-05 Borut Razem <borut.razem AT siol.net>
1228
1229         * device/lib/Makefile.in: added missing ';'
1230         * configure: removed ^M characters
1231
1232 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1233
1234         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1235           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1236           License
1237
1238 2005-08-04 Borut Razem <borut.razem AT siol.net>
1239
1240         * configure.in: pic16 libraries build 2nd try - enable running
1241           configure in device/lib/pic16
1242         * configure: regenerated from configure.in
1243         * device/lib/Makefile.in: create $(PORT)/bin directory
1244
1245 2005-08-03 Raphael Neider <rneider AT web.de>
1246
1247         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1248           to get/set values via pointers
1249         * (genUnpackBits,genPackBits): changed detection of
1250           ptr->bitfield vs. sym.bitfield, fixed access via generic
1251           pointers, removed dead (wrong) code for multibyte bitfields
1252         * (genNearPointerGet, genGenPointerGet): removed useless code,
1253           fixed bitfield detection, fixes #1250594
1254         * (genNearPointerSet): removed useless code
1255         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1256           and introduced macro pic16_emitpcode that conditionally emits
1257           the origin of the following pCode (useful for debugging SDCC)
1258         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1259         * (createDefmap): fixed handling of LFSR for --optimize-df
1260
1261 2005-08-02 Borut Razem <borut.razem AT siol.net>
1262
1263         * device/lib/Makefile.in: pic16 libraries build enabled since
1264           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1265
1266 2005-08-02 Raphael Neider <rneider AT web.de>
1267
1268         * src/pic16/gen.c (genPackBits): removed deprecated warning
1269         * (genGenPointerSet): fixed bitfield detection
1270
1271 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1272
1273         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1274
1275 2005-07-31 Raphael Neider <rneider AT web.de>
1276
1277         * device/lib/pic16/libdev/pic18f458.c,
1278           device/include/pic16/pic18f458.h: added missing T0CONbits
1279
1280 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1283
1284 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1285
1286         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1287
1288 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1289
1290         * device/include/mcs51/at89c51ed2.h: added.
1291
1292 2005-07-23 Raphael Neider <rneider AT web.de>
1293
1294         * src/pic/gen.h: added emitpcode macro for debugging
1295         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1296           and replace by macro adding debug information on demand
1297         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1298         * (gencjne): tried to fix; replaced with correct (slower) code
1299         * (gen{Unp,P}ackBits): fixed single bit access
1300         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1301         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1302           previous instruction
1303         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1304           register has to be handled with care (forbidding movement
1305           of assignments/uses, removing assignments completely, ...)
1306         * (pCodeOptime2pCodes): make use of regIsSpecial
1307         * added lots of debugging output (commented out)
1308         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1309           from being reused as result UNLESS it is known to work
1310
1311 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1312
1313         * support/Util/dbuf.h: include <stddef.h> for size_t
1314         * .version: changed to version 2.5.2
1315
1316 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1317
1318         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1319
1320 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1321
1322         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1323           (genModOneByte): removed needless psha/pula
1324
1325 2005-07-22 Raphael Neider <rneider AT web.de>
1326
1327         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1328           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1329         * src/pic/gen.c (resolveIfx): do not "invent" labels
1330         * (genSkipc): changed to positive logic
1331         * (genSkipCond): removed as no longer needed
1332         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1333           backport from PIC16
1334         * (genLeftShift): check operands are in different registers
1335         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1336           INCF does not update CARRY...
1337         * src/pic/main.c: fixed _linkCmd
1338         * src/pic/pcode.c (unlinkpCode): added inactive code
1339         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1340           alive (do not assign result and operand overlapping registers)
1341
1342 2005-07-22 Raphael Neider <rneider AT web.de>
1343
1344         * src/pic/device.c (dump_sfr): replaced register declaration with
1345           call to emitSymbolToFile() to avoid duplicate symbols
1346         * (assignRelocatableRegisters): do not declare external symbols
1347         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1348           right (take size of type, not etype)
1349         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1350         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1351         * (packRegsForAccUse): disabled assignment of WREG as
1352           the result reg to prevent occurence of just fixed #1235003,
1353           fixes #1242954
1354         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1355           symbols (avoids duplicate symbols in .asm file)
1356         * (pic14emitRegularMap): use emitSymbolToFile()
1357         * src/pic/gen.c (aopOp): fixed spillLocation handling
1358         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1359         * (genDataPointerSet): removed unneccessary variables/output
1360
1361 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1364         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1365
1366 2005-07-21 Raphael Neider <rneider AT web.de>
1367
1368         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1369           architecture cannot handle them efficiently, fixes bug #1235003
1370         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1371           check for empty sets before using them (fixes bug #1232190)
1372
1373 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1376           (lnksect2): generate warnings for memory overlap
1377         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1378           constseg to set the name of these segments so you can instruct the linker
1379           to place them in banks
1380         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1381         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1382           added code_seg and const_seg to options
1383         * src/SDCCglue.c (emitMaps): use options.const_seg,
1384           (createInterruptVect): put interrupt vectors in segment HOME,
1385           (glue): put HOME before static segment and put the main glue in HOME,
1386           (glue): use options.code_seg
1387         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1388         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1389           these segments so you can instruct the linker to place them in banks
1390           (linkEdit): use code_loc for HOME segment which should be the first
1391           segment in code memory now
1392         * src/SDCCmem.c: fixed more stuff like bug 1238386
1393         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1394           (changePointer): don't change function pointers to code pointers for
1395           banked functions,
1396           (compareType): added exceptional check for banked function pointers
1397         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1398         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1399           after static in code memory
1400         * src/mcs51/gen.c: added aopLiteralLong prototype,
1401           (aopForSym): use getSize for functions,
1402           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1403           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1404           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1405           the segment,
1406           (genPcall): use call for literal function pointers and generate banked
1407           calls over the one trampoline so there's only one place for the user to
1408           modify according to his/hers hardware,
1409           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1410           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1411         * src/mcs51/main.c: added keyword banked,
1412           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1413         * support/Util/SDCCerr.c,
1414         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1415           needed for passing the bank and address to the trampoline
1416         * device/lib/mcs51/crtbank.asm: added for bankswitching
1417         * device/lib/mcs51/Makefile: added crtbank
1418
1419 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1420
1421         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1422           for fields at offset 0 of a struct or union as reported
1423           on 2005-07-07 in the developer mailing list.
1424
1425 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1426
1427         * src/SDCCmem.c: fixed bug 1238386
1428
1429 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1430
1431         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1432           (patch #1144962), added peephole 300, enabled 259.x
1433         * doc/sdccman.lyx: removed screenshot and provided link instead
1434
1435 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1436
1437         * doc/sdccman.lyx: added section about debugging with ddd
1438         * doc/figures/ddd_example.eps: screenshot of debugging session
1439
1440 2005-07-04 Raphael Neider <rneider AT web.de>
1441
1442         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1443           like CODE pointers, fixes #1115683
1444         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1445           call, fixes bugs #1232211, #1228110,
1446           fixed wrong casts to pCodeFlow from pCodeInstructions
1447
1448 2005-07-04 Raphael Neider <rneider AT web.de>
1449
1450         * src/pic/gen.c (popGet): changed assert to allow for
1451           bit operands
1452         * (popGetAddr): changed signature to provide
1453           an additional index, patched all call sites
1454         * (genCmpEq): handle literal-like operands correctly
1455         * (genAddrOf): added sanity checks on __code/__data pointers
1456         * (genAssign): added handling of symbols from __code section
1457         * (gencjne): do not generate code for comparisons whose result
1458           is neither stored nor used, fixes bug #1171114
1459         * (AccLsh, AccRsh): operate on operand instead of WREG
1460         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1461           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1462           by known count
1463         * rewrote complete shift-by-literal logic, commented unused
1464           functions out
1465         * (genConstPointerGet): get multiple bytes (if result size > 1),
1466           fixed handling of non-immediate addresses
1467         * (genPointerGet): handle CODE pointers like CONST pointers
1468         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1469         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1470           operand is to be treated as a literal or not
1471         * (mov2w,genPcall,genCmpEq),
1472           src/pic/genarith.c: use aop_isLitLike() to decide between
1473           literal/register contents
1474         * (addSign): added missing offset
1475         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1476           only emit comment in debug-mode,
1477           use {aop,op}_isLitLike throughout the file
1478         * src/pic/glue.c: fix initializers for pointers (work in progress)
1479         * src/pic/pcode.c (get_op): honor index on _const symbols
1480         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1481         * (dumppBlock): added pCode size estimation
1482         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1483           check for IS_SYMOP before OP_SYMBOL'ing
1484         * fixed indentation, compacted switch-statements
1485         * (allocReg): find free register and allocate it instead of
1486           allocating new registers all the time
1487         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1488           registers as its operands (necessary only for multibyte GETs)
1489
1490 2005-07-01 Raphael Neider <rneider AT web.de>
1491
1492         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1493           debugging .asm-output macros FENTRY + FEXIT
1494         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1495           way... I wonder...
1496         * (emitpComment): NEW, printf to pCode
1497         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1498           offset handling
1499         * (popGetAddr): NEW, variant of popGet to access an immediates
1500           high(er) bytes instead of the n'th byte of memory they reference,
1501           replaced popGet with popGetAddr where neccessary
1502         * (genDataPointerGet): reactivated and fixed implementation
1503         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1504           accesses
1505         * (genDataPointerSet): fixed multibyte assignments
1506         * (genpic14Code): fixed --i-code-in-asm handling
1507         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1508         * (genPlus): fixed index-out-of-bounds error
1509         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1510         * src/pic/ralloc.c: added debugging output macro FENTRY2
1511         * (spillThis): fixed indentation, enbraced for-body for clarity
1512         * (rematStr): commented out as now unused
1513         * (regTypeNum): commented out special spill case (overwrites
1514           arbitrary values)
1515         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1516
1517 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * doc/sdccman.lyx: documented sfr16/sfr32,
1520           added example for using storage class with function pointers
1521         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1522
1523 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1526         * device/lib/_itoa.c,
1527         * device/lib/_ltoa.c: optimized codesize
1528         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1529           but don't know how to suppress the double warning.
1530         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1531         * support/Util/SDCCerr.c,
1532         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1533
1534 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1537           fixed old K&R prototypes
1538         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1539         * device/lib/_gptrget.c,
1540         * device/lib/_gptrgetc.c,
1541         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1542           also new versions for small generic pointers and banked generic pointers
1543         * src/port.h: added const_name
1544         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1545         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1546         * src/SDCCcse.c (findPrevIc): check all associative operators
1547         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1548         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1549         * src/SDCCmem.c: updated comments,
1550           set far-space to 0 for pdata, results in optimized code
1551         * src/SDCCmem.h: added macro CONST_NAME
1552         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1553           moving the info into the highest bits, see also gptrget/gptrput
1554         * src/src.dsp: added sdcc.ico to project files
1555         * src/avr/gen.c (genCast): fixed bug 0x%d
1556         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1557         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1558           relation between ptr_type and DCL_TYPE,
1559           (genCast): fixed bug 0x%d
1560         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1561           (CODE)" for const_name
1562         * src/hc08/gen.c (genCast): fixed bug 0x%d
1563         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1564           (hc08_port): added "CONST (CODE)" for const_name
1565         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1566           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1567           between ptr_type and DCL_TYPE,
1568           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1569           operand* and took AOP() inside function so sfr-ness can be checked,
1570           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1571           new prototype,
1572           (genFunction, genEndFunction): optimized stack setup,
1573           (genMinus): optimized for literals with ending zeroes (in bytes),
1574           (genCast): fixed bug 0x%d
1575         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1576           (mcs51_port): added "CONST (CODE)" for const_name
1577         * src/mcs51/peeph.def: made rule 226 more generic
1578         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1579         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1580         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1581         * src/z80/main.c (z80_port): added NULL for const_name,
1582           (gbz80_port): added NULL for const_name
1583         * support/regression/tests/bug663539.c,
1584         * support/regression/tests/sfr16.c: new tests
1585
1586 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1587
1588         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1589
1590 2005-06-24 Raphael Neider <rneider AT web.de>
1591
1592         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1593           corrected typos...
1594         * device/include/pic16/signal.h: added USBIF
1595           and SIG_USB
1596
1597 2005-06-24 Raphael Neider <rneider AT web.de>
1598
1599         * device/lib/pic16/libdev/pic18f2455.c,
1600           device/include/pic16/pic18f2455.h: NEW
1601         * device/include/pic16/pic18fregs.h,
1602           device/lib/pic16/pics.all,
1603           src/pic16/device.c: added 18f2455
1604         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1605           device/include/pic16/{pic18f[68][567].h,usart.h}:
1606           replaced MULTIPLE_USARTS define with more relaible
1607           compatibility sfrs (for USART access)
1608
1609 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1610
1611         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1612           and the output asm file line is printed on two lines.
1613
1614 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1615
1616         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1617           BGT, BLE, BHI, and BLS instructions
1618         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1619           genCmpEq): removed
1620         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1621           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1622           fixes bug #1216342
1623         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1624
1625 2005-06-15 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1628         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1629         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1630           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1631           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1632
1633 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1634
1635         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1636           Marcel Telka in bug #1215704
1637
1638 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1639
1640         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1641           located in shared memory bank.
1642
1643 2005-05-31 Raphael Neider <rneider AT web.de>
1644
1645         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1646           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1647           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1648
1649 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1650
1651         * device/lib/_strncpy.c: fixed the fix
1652
1653 2005-05-26 Raphael Neider <rneider AT web.de>
1654
1655         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1656           initializers with \0, bug #1208187
1657         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1658           intializers with \0, bug #1208187
1659
1660 2005-05-26 Raphael Neider <rneider AT web.de>
1661
1662         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1663           initializers with \0, bug #1208187
1664         * src/pic16/main.c (_process_pragma): added sanity checks
1665           for stack position and size, emit warnings when appropriate
1666
1667 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1668
1669         * device/lib/_strncpy.c: fixed not filling with \0
1670
1671 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1672
1673         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1674           createFunction),
1675         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1676           compound_statement),
1677         * src/SDCCsymt.h,
1678         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1679
1680 2005-05-24 Raphael Neider <rneider AT web.de>
1681
1682         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1683
1684 2005-05-24 Raphael Neider <rneider AT web.de>
1685
1686         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1687           TRISE definitions, closes bug #1162453
1688
1689 2005-05-22 Raphael Neider <rneider AT web.de>
1690
1691         * src/pic16/main.c (_process_pragma): check for missing
1692           arguments to pragmas code and udata
1693         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1694           consistency fixes to match other headers (thanks to Jim Paris)
1695         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1696
1697 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1698
1699         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1700
1701 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1702
1703         * support/regression/tests/bug1198642.c: new test
1704         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1705         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1706         * support/scripts/resource.h,
1707         * support/scripts/resource.rc,
1708         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1709         * support/scripts/sdcc.ico: added 32x32 icon
1710
1711 2005-05-18 Raphael Neider <rneider AT web.de>
1712
1713         * device/lib/pic16/libdev/pic18f*.c,
1714         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1715           keywords to "__sfr" and "__at (X)"
1716         * device/include/pic16/pic18fregs.h: added pic18f4520
1717         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1718           #1203088 (MPLAB compatibility)
1719
1720 2005-05-17 Raphael Neider <rneider AT web.de>
1721
1722         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1723         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1724         * device/lib/pic16/pics.all: added new devices
1725         * src/pic16/device.c: added support for pic18f4520
1726
1727 2005-05-16 Raphael Neider <rneider AT web.de>
1728         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1729         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1730         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1731           convenience function for bit access
1732
1733 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1734
1735         * device/lib/printf_large.c: fixed bug 1193299
1736         * support/regression/tests/bug1057979.c: added test %3.3s
1737
1738 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1739
1740         * device/include/mcs51/8051.h,
1741         * device/include/mcs51/8052.h: made parseable with lint
1742         * device/include/mcs51/lint.h: added include file for (sp)lint
1743         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1744         * doc/cdbfileformat.lyx,
1745         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1746
1747 2005-05-14 Raphael Neider <rneider AT web.de>
1748
1749         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1750         * device/lib/pic16/libc/stdlib/itoa.c (new)
1751         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1752         * device/lib/pic16/libio/Makefile: exclude subdir according to
1753           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1754         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1755         * src/pic16/gen.c (genFunction): prevent annoying warning
1756         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1757           nameclashes on BeOS
1758         * support/cpp2/cppmain.c (cpp_output_string): new
1759         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1760           fixes bug 1116802
1761
1762 2005-05-13 Borut Razem <borut.razem AT siol.net>
1763
1764         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1765
1766 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1767
1768         * .version: changed to version 2.5.1; back to bleeding edge development
1769
1770 2005-05-11 Borut Razem <borut.razem AT siol.net>
1771
1772         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1773           generate PDF version 1.3 documents
1774
1775 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1776
1777         * .version: changed to version 2.5.0
1778
1779 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1780
1781         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1782
1783 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1784
1785         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1786         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1787         well as many smaller updates.
1788         * .version: changed to version 2.5.0-pre1
1789
1790 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1791
1792         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1793
1794 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1795
1796         * support/regression/tests/bug1185672.c: added
1797         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1798           bug 1185672
1799         * src/mcs51/gen.c (genCall): added comments, made it look safer
1800         * src/mcs51/gen.c (genEndFunction): simplified
1801
1802 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1803
1804         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1805
1806 2005-04-14 Borut Razem <borut.razem AT siol.net>
1807
1808         * fixed bug 1045046 - SIGSEGV with really simple code?:
1809           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1810           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1811
1812 2005-04-14 Borut Razem <borut.razem AT siol.net>
1813
1814         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1815           src/pic16/device.h: temporarily disabled experimental #inline pragma
1816           for 2.5.0 release
1817
1818 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * device/include/z80/stdio.h,
1821         * device/include/z80/string.h: removed these highly incomplete files so
1822           SDCC can use the default ones in device/include/
1823
1824 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1825
1826         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1827         gcc warning.
1828         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1829         fix sdcpp warnings.
1830
1831 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1832
1833         * device/include/malloc.h: removed redundant __reentrant prototypes
1834         * device/lib/_mullong.c: added working xstack variant in asm (C version
1835           doesn't pass regression tests)
1836         * device/lib/bpx.c: used __data and made bpx char for mcs51
1837         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1838           (createFunction): fixed bug with xstackPtr
1839         * src/SDCCcse.c: corrected comments
1840         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1841           (killDeadCode, eBBlockFromiCode): removed unused code
1842         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1843           corrected comments
1844         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1845           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1846           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1847           (genModOneByte): fixed warning in MSVC
1848         * src/mcs51/main.c (): added comments
1849         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1850
1851 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1854
1855 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1856
1857         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1858
1859 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1860
1861         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1862         characters arrays of larger size than the declared one.
1863
1864 2005-04-10 Borut Razem <borut.razem AT siol.net>
1865
1866         * src/pic/gen.c (genInline),
1867           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1868           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1869           (findNextInstruction), (findPrevInstruction),
1870           (findInstructionUsingLabel),
1871           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1872         * src/pic/pcode.c (findLabel): added missing '\n'
1873         * src/src.dsp: added SDCCdwarf2.c to the project
1874
1875 2005-04-09 Borut Razem <borut.razem AT siol.net>
1876
1877         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1878
1879 2005-04-08 Raphael Neider <rneider AT web.de>
1880
1881         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1882           into the chain after a given one) and mergeDefmapSymbols (combine
1883           defmap entries for each symbol per pcode)
1884         * (createDefmap): have defmap entries merged in the end
1885         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1886           a symbol before replacing one access type's symbol, merge symbols in
1887           the end (replacement symbol might already have an entry)
1888         * (assignValnums): keep reference to written WREG intact
1889
1890 2005-04-08 Raphael Neider <rneider AT web.de>
1891
1892         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1893           Alpha)
1894
1895 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1896
1897         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1898         bytes
1899
1900 2005-04-07 Raphael Neider <rneider AT web.de>
1901
1902         * device/include/pic16/usart.h: added compatibility defines for
1903           devices with more than one USART
1904         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1905
1906 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1907
1908         * device/lib/Makefile.in: updated for port specific include
1909
1910 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1911
1912         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1913
1914 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1915
1916         * device/include/8051.h,
1917         * device/include/8052.h,
1918         * device/include/at89S8252.h,
1919         * device/include/at89c55.h,
1920         * device/include/at89x051.h,
1921         * device/include/at89x51.h,
1922         * device/include/at89x52.h,
1923         * device/include/mcs51reg.h,
1924         * device/include/reg51.h,
1925         * device/include/reg764.h,
1926         * device/include/regc515c.h,
1927         * device/include/sab80515.h: (re)moved these 12 files
1928         * device/include/mcs51/8051.h,
1929         * device/include/mcs51/8052.h,
1930         * device/include/mcs51/at89S8252.h,
1931         * device/include/mcs51/at89c55.h,
1932         * device/include/mcs51/at89x051.h,
1933         * device/include/mcs51/at89x51.h,
1934         * device/include/mcs51/at89x52.h,
1935         * device/include/mcs51/mcs51reg.h,
1936         * device/include/mcs51/reg51.h,
1937         * device/include/mcs51/reg764.h,
1938         * device/include/mcs51/regc515c.h,
1939         * device/include/mcs51/sab80515.h: and added them here
1940
1941 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * device/include/stdarg.h: changed SDCC specific keywords to double
1944           underlined form.
1945         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1946           mcs51 and ds390.
1947         * device/include/hc08/mc68hc908gp32.h,
1948         * device/include/hc08/mc68hc908jb8.h,
1949         * device/include/hc08/mc68hc908jkjl.h,
1950         * device/include/hc08/mc68hc908qy.h: fixed comments
1951         * device/include/mcs51/README: updated
1952         * device/include/mcs51/c8051f120.h: added PINRSF
1953         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1954         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1955           amidst code. Also inline is not supported.
1956
1957 2005-04-06 Raphael Neider <rneider AT web.de>
1958
1959         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1960         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1961           callers stack/frame pointers
1962
1963 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1964
1965         * device/include/pic16/usart.h: added, missing in previous commit,
1966         * device/include/pic16/adc.h: fixed typo,
1967         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1968         commit,
1969         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1970         <p18fxxx.inc>
1971         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1972         uninitialized because a bug appears with gplink
1973         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1974         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1975         complains for unrecognised option
1976
1977 2005-04-05 Raphael Neider <rneider AT web.de>
1978
1979         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1980           structs as well (using memcpy)
1981         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1982           on ISRs (GOTO has no label)
1983         * src/pic16/device.h: added OF_OPTIMIZE_DF
1984         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1985           new data flow analysis/optimization
1986         * src/pic16/pcode.c: added (prototypes for and implementation of)
1987           dataflow analysis functions, fixed pCodeInstructions' inCond and
1988           outCond values, made RCALL a branch instruction
1989         * (pic16_unlinkpCode): keep C line if possible
1990         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1991           C line moved if possible
1992         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1993         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1994           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1995         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1996           new flow)
1997         * (pic16_getJumptabpCode): NEW, needed in...
1998         * (LinkFlow): fixed handling of jumptables, calls and conditional
1999           branches
2000         * (pic16_InsertCommentAfter): NEW
2001         * (pic16_pCodeReplace): made verbose and flow preserving
2002         * (AnalyzeFlow): added call to data flow analysis
2003         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2004         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2005         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2006
2007 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2008
2009         * src/SDCCast.c (decorateType): fixed bug #1105626
2010
2011 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2012
2013         * device/include/asm/pic16/features.h,
2014         * pic18f*.h headers,
2015         * device/include/pic16/adc.h,
2016         * device/include/pic16/delay.h,
2017         * device/include/pic16/i2c.h,
2018         * device/include/pic16/malloc.h,
2019         * device/include/pic16/stdio.h,
2020         * device/include/pic16/stdlib.h,
2021         * device/include/pic16/string.h,
2022         * device/lib/pic16/libc/stdio/printf_tiny.c,
2023         * device/lib/pic16/libc/stdio/printf_small.c,
2024         * device/lib/pic16/libc/stdio/strmgpsim.c,
2025         * device/lib/pic16/libc/stdio/strmmssp.c,
2026         * device/lib/pic16/libc/stdio/strmusart.c,
2027         * device/lib/pic16/libc/stdio/vfprintf.c,
2028         * device/lib/pic16/libc/stdlib/ltoa.c,
2029         * device/lib/pic16/libc/stdlib/putchar.c,
2030         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2031         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2032         * device/lib/pic16/libc/stdlib/memchrram.c,
2033         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2034         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2035         * device/lib/pic16/libio/adc/adcbusy.c,
2036         * device/lib/pic16/libio/adc/adcread.c,
2037         * device/lib/pic16/libio/adc/adcsetch.c,
2038         * device/lib/pic16/libio/usart/ubaud.c,
2039         * device/lib/pic16/libio/usart/ubusy.c,
2040         * device/lib/pic16/libio/usart/udrdy.c,
2041         * device/lib/pic16/libio/usart/uopen.c,
2042         * device/lib/pic16/libio/usart/uputc.c,
2043         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2044         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2045         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2046         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2047         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2048         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2049         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2050         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2051         specific keywords to double underlined form,
2052         * device/lib/pic16/libc/Makefile.rules,
2053         * device/lib/pic16/libsdcc/Makefile.rules,
2054         * device/lib/pic16/libm/Makefile,
2055         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2056         to compile with C standard set in Makefile.common
2057         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2058         rand.c and crc.c in compilation process,
2059         * device/lib/pic16/libsdcc/int/divuint.c,
2060         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2061         `c' from signed to unsigned,
2062         * device/lib/pic16/startup/crt0.c,
2063         * device/lib/pic16/startup/crt0i.c,
2064         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2065         keywords to double underlined form, bug fixes in _do_cinit function
2066         which prevented the correct initialization of the .idata segment,
2067         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2068         core to enter a infinite loop
2069         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2070
2071 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2072
2073         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2074
2075 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2076
2077         * device/include/Makefile.in: add support for hc08 subdirectory
2078         * device/include/hc08/: new subdirectory
2079         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2080         Lucas Loizaga, thanks!
2081         * device/include/hc08/mc68hc908qy.h,
2082         * device/include/hc08/mc68hc908gp32.h,
2083         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2084         their own directory. Changed internal macro names to use the compiler
2085         reserved namespace. Changed SDCC specific keywords to double
2086         underlined form.
2087         * device/include/math.h,
2088         * device/include/malloc.h,
2089         * device/include/stdarg.h,
2090         * device/include/stdbool.h
2091         * device/include/string.h,
2092         * device/include/tinibios.h,
2093         * device/include/ds400rom.h,
2094         * device/include/8051.h,
2095         * device/include/8052.h,
2096         * device/include/80c51xa.h,
2097         * device/include/at89c55.h,
2098         * device/include/at89S8252.h,
2099         * device/include/at89x51.h,
2100         * device/include/at89x52.h,
2101         * device/include/ds80c390.h,
2102         * device/include/reg764.h,
2103         * device/include/regc515c.h,
2104         * device/include/sab80515.h,
2105         * device/include/mcs51/c8051f000.h,
2106         * device/include/mcs51/c8051f018.h,
2107         * device/include/mcs51/c8051f020.h,
2108         * device/include/mcs51/c8051f040.h,
2109         * device/include/mcs51/c8051f060.h,
2110         * device/include/mcs51/c8051f120.h,
2111         * device/include/mcs51/c8051f300.h,
2112         * device/include/mcs51/c8051f310.h,
2113         * device/include/mcs51/c8051f320.h,
2114         * device/include/mcs51/c8051f330.h,
2115         * device/include/mcs51/c8051f350.h,
2116         * device/include/z180.h: Changed SDCC specific keywords to double
2117         underlined form.
2118
2119 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2120
2121         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2122         18F4455,
2123         * (pic16_assignConfigWordValue): disable testing of configuration
2124         register value with config mask,
2125         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2126         function with port->fun_prefix,
2127         * (genFunction): when generating a naked interrupt function never
2128         create an absolute segment placed in interrupt vector address, place
2129         the actual interrupt function at IVA instead, when an interrupt
2130         function is generated with unspecified interrupt then do not create
2131         the absolute section,
2132         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2133         code for generating a call to generic pointer get/put function with
2134         a call to function pic16_callGenericPointer(),
2135         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2136         the call to the generic pointer get/put functions with prefixing the
2137         function name with port->fun_prefix,
2138         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2139         * src/pic16/main.c (_process_pragma): prefix function with
2140         port->fun_prefix,
2141         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2142         calling assembler, old 18Fxxxx macro is deprecated,
2143         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2144         PC_ASMDIR in while condition,
2145         * (findInstruction): add PC_ASMDIR in while condition,
2146         * (buildCallTree): prefix main with port->fun_prefix,
2147         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2148         identifier for variable with banked access in instructions BTFSS,
2149         BTFSC, BCF, BSF, BTG
2150         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2151         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2152         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2153         perform optimization when enviroment variable NO_REG_OPT is set,
2154         * (insideLRBlock): NEW, return 1 if register is inside an
2155         INF_LOCALREGS block,
2156         * (RemoveRegFromLRBlock): remove a register that is completely
2157         eliminated by register optimization, but it is still left in local
2158         register store/restore in/from stack block,
2159         * (Remove2pcodes): after removing register, check to see if it
2160         should be removed from local register store/restore in/from stack
2161         block,
2162         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2163         DUMMY_READ_VOLATILE,
2164
2165         * device/include/pic16/adc.h: minor prototype modifications and
2166         update,
2167         * device/include/pic16/malloc.h: added GPL notice various
2168         modifications,
2169         * device/include/pic16/stdint.h: NEW, standard header for ints
2170         * device/include/pic16/delay.h: NEW, header for delay functions,
2171         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2172         delay1mtcy,
2173         * device/include/pic16/signal.h: NEW, header providing helper macros
2174         for implementing signal handlers,
2175         * device/include/pic16/stdio.h: added prototypes for functions,
2176         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2177         prototypes for stdin and stdout, added macro PUTCHAR to
2178         automatically implement putchar function prototype,
2179         * device/include/pic16/usart.h: modified and updated USART library,
2180         * device/lib/pic16/libio/adc/,
2181         * device/lib/pic16/libio/i2c: some modifications to improve library
2182         performance,
2183         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2184         family of functions,
2185         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2186         family of functions and other sources,
2187         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2188         of the PIC18Fxx[28] devices,
2189         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2190         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2191         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2192         _do_cinit function, because the previous failed when local variables
2193         where not placed in the same memory bank,
2194         * device/lib/pic16/libsdcc/char/: various modifications to improve
2195         library performance,
2196         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2197         information on the new functions of the c library and more...
2198
2199 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2200
2201         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2202
2203 2005-03-26 Raphael Neider <rneider AT web.de>
2204
2205         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2206           if condition == CARRY)
2207         * (genCmp): adapted to new genSkipc semantics
2208         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2209           on rIfx (genCmp was broken)
2210
2211 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2212
2213         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2214         * src/z80/main.c (_keywords[]),
2215         * src/SDCCglobal.h (struct options),
2216         * src/SDCC.y,
2217         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2218         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2219         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2220         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2221         always available in leading double underscore form. The C99 support is
2222         mostly missing, but it's a start.
2223         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2224         reserved identifier "__data".
2225
2226 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2227
2228         * src/mcs51/peeph.def: fixed bug 1170013
2229
2230 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2231
2232         * device/include/mcs51reg.h: fixed bug 842007
2233
2234 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2235
2236         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2237         last time.
2238
2239 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2240
2241         * src/port.h (struct PORT),
2242         * src/avr/ralloc.c (avr_assignRegisters),
2243         * src/avr/main.c,
2244         * src/ds390/ralloc.c (ds390_assignRegisters),
2245         * src/ds390/main.c,
2246         * src/hc08/ralloc.c (hc08_assignRegisters),
2247         * src/hc08/main.c,
2248         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2249         * src/mcs51/main.c,
2250         * src/pic/ralloc.c (pic14_assignRegisters),
2251         * src/pic/main.c,
2252         * src/pic16/ralloc.c (pic16_assignRegisters),
2253         * src/pic16/main.c,
2254         * src/xa51/ralloc.c (xa51_assignRegisters),
2255         * src/xa51/main.c,
2256         * src/z80/ralloc.c (z80_assignRegisters),
2257         * src/z80/ralloc.h,
2258         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2259         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2260         * src/SDCCcse.h,
2261         * src/SDCCdflow.c (computeDataFlow),
2262         * src/SDCCdflow.h,
2263         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2264         * src/SDCCloop.h,
2265         * src/SDCCcflow.c (*),
2266         * src/SDCCcflow.h,
2267         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2268         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2269         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2270         immedDom() returning wrong block; probably fixes bug #1160833)
2271
2272 2005-03-20 Borut Razem <borut.razem AT siol.net>
2273
2274         * support/scripts/inc2h.pl: WIN32 port
2275
2276 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2277
2278         * device/lib/makefile.in: added abs.c and labs.c
2279
2280 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2281
2282         * device/include/stdint.h: added
2283         * device/lib/abs.c: added
2284         * device/lib/labs.c: added
2285         * device/include/stdlib.h: added abs() and labs() prototypes
2286         * device/lib/libsdcc.lib: added abs and labs
2287         * device/include/float.h,
2288         * device/lib/_fsmul.c,
2289         * device/lib/printf_fast.c,
2290         * device/lib/printf_tiny.c: updated comments
2291
2292 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2293
2294         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2295         bug #1164313
2296
2297 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2298
2299         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2300         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2301
2302 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2303
2304         * device/lib/printf_large.c: removed inline assembly for portability and
2305           readability. Use printf_fast if speed or size are more important.
2306         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2307         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2308
2309 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2310
2311         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2312         prevent compiler warning
2313
2314 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2315
2316         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2317         moved to level 0 and declared as static. Also they are explicit
2318         placed in access bank. This was necessery because some times they
2319         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2320         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2321         optimizations. Currently only compare to unsigned char is implemented,
2322         * src/pic16/gen.c: added fReturnIdx array,
2323         * (struct resolvedIfx) is moved to gen.h and made public,
2324         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2325         * (aopForSym): added an optimization to directly store in stack of
2326         the operand of a SEND iCode,
2327         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2328         but as registers instead (AOP_REG) using the fReturnIdx array,
2329         * (pic16_freeAsmop): remove the freed register from the
2330         _G.sregsAlloc field,
2331         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2332         a compare of 'WREG',
2333         * (pic16_popGetTempRegCond): changed function prototype, now
2334         function takes also a bitVector argument v which holds the current
2335         set of registers that are allocated for stack access by aopForSym,
2336         registers allocated in aopForSym for accessing stack symbols are not
2337         any more part of the functions usedRegs field,
2338         * (genCall): some times aopOp is called for a stack variable to be
2339         send, aopForSym might perform the push, if this is true make sure
2340         that genCall doesn't push the variable twice by testing _G.resDirect,
2341         * (genFunction): changed testing for unspecified interrupt number
2342         from 256 to INTNO_UNSPEC,
2343         * modified selection scheme of frame pointer generation. Previously
2344         if function did use local registers a frame pointer was generated,
2345         now a frame pointer is generated only if function has arguments
2346         (that need PLUSW2 register access), or has stack arguments, or the
2347         compiler is not instructed to omit the frame pointer,
2348         * (genEndFunction): before restoring local registers that were saved
2349         in the function preamble, also restore the registers that *might*
2350         have been allocated for stack access,
2351         * (genRet): removed some old comments,
2352         * (genCmp, the active (RN's) version): added a call to the
2353         pic16_genCmp_special function to perform the compare with a more
2354         robust and optimized way,
2355         * (genInline): a feature has been added in inline code generation,
2356         which allows a wildcard variable substitution when writing inline
2357         assembly. Code is incomplete and experimental therefore undocumented,
2358         * (genCast): changed order of aopOp for result and right to allow
2359         aopForSym to directly load the result if possible,
2360         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2361         perform an optimized compare on some selected special occasions,
2362         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2363         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2364         generate an IVT any more,
2365         * src/pic16/main.c (pic16_optionsTable): added command line option
2366         --optimize-cmp,
2367         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2368         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2369         macros,
2370         * src/pic16/NOTES: Raphael Neider added in list of active developers
2371         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2372         jumptable_end to prevent bug #,
2373         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2374         inCond and outCond fields,
2375         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2376         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2377         turn off register spilling,
2378         * (packRegsForOneUse): synced with other ports' versions although it
2379         is not used currently,
2380         * (pic16_packRegisters): added an optimization while reading
2381         structure bitfields, some registers may be saved (malloc code is
2382         decreased by 80 bytes)
2383
2384 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2385
2386         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2387         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2388         this can be optimized more?
2389
2390 2005-03-10 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2393           genNearPointerGet): (hopefully) fixed access to bitfields via
2394           pointers (p->bitN = x; and x = p->bitN; failed)
2395
2396 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2397
2398         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2399
2400 2005-03-09 Raphael Neider <rneider AT web.de>
2401
2402         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2403
2404 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2405
2406         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2407         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2408           (regTypeNum): set REG_BIT type if necessary
2409         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2410         * support/regression/tests/critical.c: check bug 1144613
2411
2412 2005-03-02 Raphael Neider <rneider AT web.de>
2413
2414         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2415
2416 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2417
2418         * src/avr/ralloc.c (serialRegAssign),
2419         * src/ds390/ralloc.c (serialRegAssign),
2420         * src/hc08/ralloc.c (serialRegAssign),
2421         * src/mcs51/ralloc.c (serialRegAssign),
2422         * src/pic/ralloc.c (serialRegAssign),
2423         * src/pic16/ralloc.c (serialRegAssign),
2424         * src/xa51/ralloc.c (serialRegAssign),
2425         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2426
2427 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2428
2429         * src/SDCCast.c (decorateType): fixed bug 1124787
2430
2431 2005-02-20 Hubert Sack <sack AT digiplan.de>
2432         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2433
2434         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2435         patch #1121755
2436
2437 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2438
2439         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2440         to keep the correct label reference count when adding/removing references
2441         to labels. A peephole file using this is appended to patch #1144962.
2442
2443 2005-02-14 Raphael Neider <rneider AT web.de>
2444
2445         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2446         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2447         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2448           retrievals of result operand's value on assignment
2449
2450 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2451
2452         * device/include/pic16/string.h: modified prototype for memccpy()
2453         to memccpy(void *, void *, char, size_t)
2454         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2455         check whether to omit frame pointer or not,
2456         * (genInline): convert all occurences of "\n" to LF in inline
2457         assembler blocks, this helps formatting the inline text,
2458         * (pic16_loadFSR0): modified prototype,
2459         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2460         removed some 8051 legacy code,
2461         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2462         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2463         before allocating temporary registers in functions,
2464
2465 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2466
2467         * support/regression/tests/bitvars.c: corrected the "fix"
2468
2469 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2470
2471         * support/regression/tests/bitvars.c,
2472         * support/regression/tests/bitwise.c,
2473         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2474
2475 2005-02-10 Raphael Neider <rneider AT web.de>
2476
2477         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2478           different size for Alpha
2479         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2480
2481 2005-02-09 Raphael Neider <rneider AT web.de>
2482
2483         * src/SDCC.lex(doPragma) : save and restore warning options as well
2484           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2485         * have #pragma less_pedantic set the errorlevel to WARNING
2486           (fixes #1117001)
2487         * (cloneOptimize) : fixed wrong malloc's size
2488         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2489           facilitate correct handling of #pragma (save|restore)
2490
2491 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2492
2493         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2494
2495 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2496
2497         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2498
2499 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2500
2501         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2502
2503 2005-02-02 Raphael Neider <rneider AT web.de>
2504
2505         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2506         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2507         * (pic16_storeForReturn): fixed to allow returning function pointers
2508         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2509         * device/include/pic16/{stddef.h,stdbool.h}: added
2510
2511 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2514
2515 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2516
2517         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2518         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2519          appeared to be required
2520
2521 2005-01-31 Borut Razem <borut.razem AT siol.net>
2522
2523         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2524           include/mcs51 and include/z80 directories to the package
2525
2526 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2527
2528         * src/hc08/gen.c (genFunction): fixed bug #1112752
2529
2530 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2531
2532         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2533
2534 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2535
2536         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2537
2538 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2539
2540         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2541
2542 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2543
2544         * device/include/c8051fxxx.h: removed these 6 files
2545         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2546
2547 2005-01-26 Raphael Neider <rneider AT web.de>
2548
2549         * src/pic16/gen.c (genAssign): fixed assignment from longs
2550           in codespace (were cut to three bytes)
2551         * (genDummyRead): implemented (except for CODESPACE...),
2552           fixed bug #1108575
2553         * src/pic16/glue.c (emitStatistics): beautified
2554         * device/lib/pic16/libm/Makefile: added include path
2555
2556 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2557
2558         * src/z80/gen.c (aopPut): fixed bug #1103902
2559
2560 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2561
2562         * device/lib/expf.c: fixed bug #1095792
2563
2564 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2565
2566         * device/lib/pic16/libm: added Math library sources
2567
2568 2005-01-24 Raphael Neider <rneider AT web.de>
2569
2570         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2571           to enable upcast to pCodeOpReg2 (there is no type tag to
2572           differenciate the two and pic16_popGet2p cast into PCOR2)
2573         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2574           (sizeof(sectNames) changed to sizeof(sectName))
2575           Both patches fix segfaults under MinGW.
2576
2577 2005-01-23 Raphael Neider <rneider AT web.de>
2578
2579         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2580           Safe_[mc]?alloc()'ed variables
2581         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2582           of (byte sized) temporaries (assign them to WREG for now)
2583         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2584           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2585           this might fix SIGSEGVs on MinGW...
2586         * src/SDCCopt.c (killDeadCode): restored original behaviour
2587           (volatile operands might get thrown away though)
2588
2589 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2590
2591         * src/pic16/gen.c: fixed bug #1106975,
2592         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2593         pointer update, INTCON is saved, global interrupts are disabled and
2594         restored after updateing TOS.
2595         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2596         * added function attribute 'shadowregs' to take advantage of shadow
2597         registers,
2598         * added function attribute 'wparam' as an alternative to the wparam
2599         pragma,
2600         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2601         user declares a non-ISR function as 'shadowregs',
2602         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2603
2604 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2605
2606         * .version: bumped version number to 2.4.8
2607         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2608         pic16 port,
2609         * device/lib/pic16/libio/i2c/: I2C module support library,
2610         * device/include/pic16/i2c.h: I2C support library header,
2611         * device/lib/pic16/libc/stdio/: standard IO support sources,
2612         * (printf_small.c): printf_small() source, supports float print,
2613         * (printf_tiny.c): printf_tiny() source, does not support floats,
2614         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2615         enable global optimizations for entire library source, other
2616         Makefiles in the source tree are also modified to reflect this,
2617         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2618         function,
2619         * doc/sdccman.lyx: updated to reflect new changes,
2620         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2621         sym->onStack if-case,
2622         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2623         sbit, idata, _idata, xdata, _xdata,
2624         * added pragma library, to link an external library, (see doc),
2625         * removed command line options, --pomit-config-words, --pomit-ivt,
2626         --pleave-reset-vector,
2627         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2628         when calling assembler to reflect memory model used, also define
2629         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2630         reflect stack model used,
2631         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2632         on stack return NULL,
2633
2634 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2635
2636         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2637           of the operands is volatile. Fixes #1020220
2638
2639 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2640
2641         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2642         * (OptimizeRegUsage): make sure that there is really no other flow where
2643           the first pCode is used
2644
2645 2005-01-22 Raphael Neider <rneider AT web.de>
2646
2647         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2648           to fix #1106967 (pCode->seq are not set up correctly)
2649
2650 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2651
2652         * src/SDCCglue.c (glue): make sure code area is declared before the
2653         static initialization area.
2654
2655 2005-01-21 Raphael Neider <rneider AT web.de>
2656
2657         * device/lib/Makefile.in: fixed test for pic16 install dir
2658         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2659           optimizations
2660         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2661           added --optimize-goto compiler switch and pragma wparam documentation
2662         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2663         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2664           and PRODH closing bug #1071770 (peephole optimizer)
2665
2666 2005-01-19 Raphael Neider <rneider AT web.de>
2667
2668         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2669           cmdLine buffers (used when calling sdcpp...) are large enough
2670           (MAX_PATH=256 truncates arguments leading to system halts when
2671           used in MinGW...)
2672         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2673         * (genUminus): rewritten to for efficiency
2674         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2675           used uninitialized in some cases)
2676         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2677           copy the third byte from the int -- now assumes 0x80 (data memory)
2678         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2679           operands (genAddLit expects the iCode's operands to swapped as
2680           well), fixed leftover bytes (crashed for short left operands)
2681         * (pic16_genMinusDec): performance improvements, removed false
2682           PIC14 emitSKPNCs
2683         * (pic16_genMinus): fixed to cope with differently sized operands
2684         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2685           for --obanksel > 1
2686         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2687         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2688           new banksel optimization
2689         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2690           analysis for temporary registers (segfaults...)
2691         * src/pic16/peeph.def: added rule
2692
2693 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2694
2695         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2696         which converts a float number to its ASCII representation
2697         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2698         functions to convert the fractional and integer part of a float to ASCII,
2699         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2700         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2701         ram
2702         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2703         _STATMEM macros,
2704         * device/include/pic16/adc.h: added GPL info,
2705         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2706         a pCodeOp as tested operand,
2707         * (genNearPointerGet): optimized bit testing, does not use
2708         intermediate register for bit value, test directly instead with
2709         BTFSS, BTFSC, works only for single bits,
2710         * (genpic16Code): dump the name of the iCode in the asm,
2711         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2712         renamed to pic16_decodeOp,
2713         * (serialRegAssign): do not allocate a temporary register for iCode
2714         sequences that test a single bit for 1/0
2715
2716 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2717
2718         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2719         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2720         access stack and frame pointers. They are initially assigned to
2721         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2722         accessing SFRs. Updated all occurences of modification of stack or
2723         frame pointer in gen.c and pcode.c,
2724         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2725         assigning of a literal value to pointers,
2726         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2727         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2728         selected
2729
2730 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2731
2732         * doc/sdccman.lyx: update documentation about stack pragma, added
2733         some info for stack memory models
2734
2735 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2736
2737         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2738
2739 2005-01-08 Raphael Neider <rneider AT web.de>
2740
2741         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2742           udata sections to fix bug #1097823
2743
2744 2005-01-05 Raphael Neider <rneider AT web.de>
2745
2746         * src/pic16/gen.c (genGenericShift): added handling of differently
2747           sized left operand and result
2748
2749 2005-01-04 Raphael Neider <rneider AT web.de>
2750
2751         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2752         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2753           to hold the condition bit)
2754         * added new version of genCmp (old code available via #define)
2755         * added new version of genShiftLeft/genShiftRight in a generic
2756           way, now supports shifting by negative values
2757         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2758           shiftCount (expected by genGenericShift)
2759         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2760         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2761           dump
2762         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2763           is an invalid literal too...)
2764
2765 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2766
2767         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2768         from Raphael Neider,
2769         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2770         for 8-bit literals. This fixes some literal operands which are sign
2771         extended to 16-bits ints when instruction needs only 8-bits.
2772
2773 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2774
2775         * device/lib/logf.c: added mcs51 assembly version
2776         * device/lib/expf.c: added mcs51 assembly version
2777         * device/lib/_logexpf.c: new shared asm code for expf and logf
2778         * device/include/math.h: add defines for assembly math library
2779         * device/lib/Makefile.in: build new _logexpf.c
2780         * device/lib/libfloat.lib: use new _logexpf.c
2781
2782 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2783
2784         * src/pic/device.c
2785         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2786           device types which have less than 0x7f registers.
2787
2788 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2789
2790         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2791
2792 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2793
2794         * device/lib/printf_fast.c: only build on supported arch.
2795         * device/lib/printf_tiny.c: only build on supported arch.
2796         * device/lib/printf_fast_f.c: only build if asm float lib
2797         * device/lib/_fsget1arg.c: only build if asm float lib
2798         * device/lib/_fsget2args.c: only build if asm float lib
2799         * device/lib/_fsnormalize.c: only build if asm float lib
2800         * device/lib/_fsreturnval.c: only build if asm float lib
2801         * device/lib/_fsrshift.c: only build if asm float lib
2802         * device/lib/_fsswapargs.c: only build if asm float lib
2803         * device/include/stdio.h: don't provide print_fast,
2804           print_fast_f, print_tiny prototypes if --xstack used
2805
2806 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2807
2808         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2809         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2810           to the SOURCES
2811
2812 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2813
2814         * device/lib/printf_fast_f.c: same as printf_fast, but
2815           with floating point enabled
2816         * device/lib/printf_fast.c: minor tweaks
2817         * device/include/stdio.h: add printf_fast_f
2818
2819 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2820
2821         * src/SDCCmain.c: make --float-reent default for mcs51
2822         * device/lib/_fsadd.c: added mcs51 assembly version
2823         * device/lib/_fssub.c: added mcs51 assembly version
2824         * device/lib/_fsmul.c: added mcs51 assembly version
2825         * device/lib/_fsdiv.c: added mcs51 assembly version
2826         * device/lib/_fseq.c: added mcs51 assembly version
2827         * device/lib/_fsneq.c: added mcs51 assembly version
2828         * device/lib/_fsgt.c: added mcs51 assembly version
2829         * device/lib/_fslt.c: added mcs51 assembly version
2830         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2831         * device/lib/Makefile.in: add _fscmp to build
2832         * device/lib/libfloat.lib: add _fscmp to build
2833
2834 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2835
2836         * device/lib/_fs2slong.c: added mcs51 assembly version
2837         * device/lib/_fs2sint.c: added mcs51 assembly version
2838         * device/lib/_fs2schar.c: added mcs51 assembly version
2839         * device/lib/_fs2ulong.c: added mcs51 assembly version
2840         * device/lib/_fs2uint.c: added mcs51 assembly version
2841         * device/lib/_fs2uchar.c: added mcs51 assembly version
2842         * device/lib/_slong2fs.c: added mcs51 assembly version
2843         * device/lib/_sint2fs.c: added mcs51 assembly version
2844         * device/lib/_schar2fs.c: added mcs51 assembly version
2845         * device/lib/_ulong2fs.c: added mcs51 assembly version
2846         * device/lib/_uint2fs.c: added mcs51 assembly version
2847         * device/lib/_uchar2fs.c: added mcs51 assembly version
2848         * device/include/float.h: added #define to select asm vs c
2849
2850 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2851
2852         * device/lib/printf_fast.c: improvements to float output
2853         * device/include/float.h: add defines for assembly float library
2854         * device/lib/_fsget1arg.c: receive 1 float arg
2855         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2856         * device/lib/_fsnormalize.c: normalize a float
2857         * device/lib/_fsreturnval.c: return float, various helper routines
2858         * device/lib/_fsrshift.c: right shift a float's mantissa
2859         * device/lib/_fsswapargs.c: swap 2 floats
2860         * device/lib/Makefile.in: build these 6 new files for mcs51
2861         * device/lib/libfloat.lib: add these 6 files to the library
2862
2863 2004-12-26 Borut Razem <borut.razem AT siol.net>
2864
2865         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2866           built by gcc 3.4.2
2867
2868 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2869
2870         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2871           and fully reentrant and register bank neutral.
2872         * device/lib/printf_fast.c: added float (not enabled by default),
2873           added compact/slower integer (also not enabled by default),
2874           improved size/speed of fast integer code, other minor changes
2875         * device/include/stdio.h, device/lib/Makefile.in,
2876           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2877
2878 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * src/pic16/pcode.c: declaring variables other than at the start of a
2881           block is not supported in C by VC6.
2882
2883 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2884
2885         * applied a previous patch from Raphael Neider that wasn't included
2886         in the previous commits, which fixes infinite loops within jumptable
2887         improvements,
2888         * made some fixes that previous patches introduced
2889
2890 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2891
2892         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2893         that fixes an issue with AOP_PCODE asmop's offset,
2894         * (pic16_popCopyReg): update instance field too,
2895         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2896         function of pic port,
2897         * (genCmp, genAnd, genAssign),
2898         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2899
2900 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2901
2902         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2903         variables initial values to idata section,
2904         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2905         variables in some functions. This utilizes parmBytes field of iCode
2906         structure to hold the offset of the variable in stack. (might be
2907         able to use the stack field too?)
2908         * applied patch from Raphael Neider # ### , # ###
2909         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2910         variable initial values in idata section,
2911         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2912         for static variables with initial value
2913         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2914         applied fix in while loop from Raphael Neider.
2915
2916 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2917
2918         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2919         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2920         * src/ds390/ralloc.c (serialRegAssign): spill bits
2921         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2922         * support/Util/SDCCerr.c,
2923         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2924         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2925         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2926
2927 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2928
2929         * device/include/sdcc-lib.h: inserted LGPL, added includes
2930           asm/ds390/features.h and asm/mcs51/features.h
2931         * device/include/asm/default/features.h,
2932         * device/include/asm/gbz80/features.h,
2933         * device/include/asm/z80/features.h: added empty _AUTOMEM
2934           and _STATMEM
2935         * device/include/asm/ds390/features.h,
2936         * device/include/asm/mcs51/features.h: added files with defines for
2937           _AUTOMEM and _STATMEM indicating automatic and static storage class
2938         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2939         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2940         * src/SDCCicode.c (geniCodeCast),
2941         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2942         * src/SDCCloop.c (loopInduction): removed unused variable lr
2943         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2944           to convertToFcall to include char modulo (RFE 1065037), added check
2945           if left operand is unsigned and use abs of literal value
2946         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2947           as it doesn't work after conversion from peephole.def to peephole.rul
2948         * src/mcs51/gen.c (toBoolean): added check for size,
2949           (genModOneByte): optimized code for signed char modulo a literal
2950           power of 2 (thanks to Hubert Sack),
2951           (genRRC): removed unnecessary "clr c",
2952           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2953         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2954           jump optimization,
2955           swapped rules 256.c and 256.d,
2956           extended 256.d by using new multiple checks (thanks Erik),
2957           added rules 256.e and 256.f,
2958           updated rule 261.a and 261.b to new generated code
2959         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2960
2961 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2962
2963         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2964           induction related bugs, including first part of bug #1074377
2965
2966 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2967
2968         * applied patch from bug-report #1076292,
2969         * applied patches for genAnd and Goto-optimizations for Raphael
2970         Neider,
2971         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2972         dump a less iCode information,
2973         * src/pic16/device.h (pic16_options_t): added field debgen,
2974         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2975         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2976         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2977         puclic,
2978         * (various functions): added macros FENTRY and FENTRY2 to functions,
2979         to emit function prologue,
2980         * (various functions): fixed indentation,
2981         * (genNearPointerGet): fixed loading of FSR0,
2982         * (genPackBits): applied patch from Raphael Neider to fix updating
2983         of FSR0 and touching only the modified bits,
2984         * src/pic16/genarith.c (various functions): added macros FENTRY to
2985         emit function prologue in comments,
2986         * src/pic16/pcode.h: added functions debugf2, debugf3,
2987         * src/pic16/ralloc.c: partial fix for packForPush caused
2988         segmentation fault,
2989
2990 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2991
2992         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2993           <stsp AT users.sourceforge.net> with reversed byte order
2994         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2995
2996 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2997
2998         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2999           bug #1074377
3000         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3001         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3002
3003 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3004
3005         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3006
3007 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3008
3009         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3010           conditions,
3011           (setFromConditionArgs): friendly operand parser for peephole rules,
3012           (operandBaseName, operandsNotRelated): new peephole condition
3013           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3014           architecture specific register naming into account, handles n-way
3015           comparisons, and supports quoted literals
3016         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3017
3018 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3019
3020         * src/mcs51/peeph.def: fixed bug #1076940
3021
3022 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3023
3024         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3025
3026 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3027
3028         Adding support for replacing ljmps with sjmps in jumptables
3029         generated for switch statements. For now you need to set the
3030         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3031         Now 4 algorithms for mcs51 jumptable generation are used:
3032         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3033         addresses loaded pc-relative for up to 112 cases and stack-pushing
3034         target addresses loaded with offset from dptr for up to 256 cases.
3035
3036         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3037         * src/mcs51/main.c: adapted constants for switch table generation
3038         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3039
3040 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3043         * support/regression/tests/bug1057979.c: added test for bug 1073386
3044
3045 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3046
3047         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3048         compilers
3049
3050 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3051
3052         * src/pic16/device.h,
3053         * src/pic16/genarith.c,
3054         * src/pic16/glue.c,
3055         * src/pic16/main.c,
3056         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3057
3058 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3059
3060         Large cummulative patch for pic16 port.
3061         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3062         to call when a stack overflow occurs,
3063         * (malloc.h): added CVS Id tag,
3064         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3065         variable,
3066         * added libc directory. The current version of LibC contains string
3067         functions, ctype functions and macros and some functions of the
3068         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3069         be extensively tested in the future. Standard disclaimer here.
3070         Library is not automatically build yet. But one can build it by
3071         invoking 'make' inside the libc directory.
3072         * added ADC library under libio. Preliminary version yet.
3073
3074         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3075         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3076         aopForRemat() now and not by pic16_aopOp(),
3077         * (pic16_popGetTempReg): removed warning messgae when allocating
3078         temporary registers, its a buggy feature and will be removed,
3079         * (pic16_popGet): set register instance field in AOP_CRY,
3080         * (pic16_outBitC): fixed for results in size greater than 1,
3081         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3082         * (pic16_storeForReturn): optimized return of 0,
3083         * (genCmp): experimental code for new genCmp which uses PIC18's
3084         special compare&skip instructions. Initial tests fail some times
3085         with variables grater than 1 byte in size, so new code is disabled,
3086         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3087         a single bit,
3088         * (genCast): began a fix to optimize the casting of a bit to another
3089         bit, now assigning a bitfield to another bitfield will fail, sorry,
3090         * src/pic16/main.c: disabled the use of lr-support feature,
3091         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3092         * added some function prototypes, added function _debugf prototype,
3093         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3094         bits with offset (case PO_GPR_BIT),
3095         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3096         command line,
3097         * (isBankInstruction): modified to return 0 for no banking instruction,
3098         and 1 for banking instruction,
3099         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3100         caused stop processing pCodes after a inline assembly block,
3101         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3102         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3103         registers when it shouldn't,
3104         * src/pic16/ralloc.c (allocReg): add preliminary support for
3105         supporting a limited set of temporary registers,
3106
3107 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3110           genDataPointerSet): ensure assignments always copy in MSB to LSB
3111           order,
3112           (loadRegFromAop): recognize CLRH optimization,
3113           (genFunction): optimize RECEIVE iCodes in reentrant functions
3114
3115 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3116
3117         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3118           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3119           selected.
3120         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3121         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3122           contiguous with data
3123
3124 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3125
3126         * device/lib/_gptrget.c (_gptrget),
3127         * device/lib/_gptrgetc.c (_gptrgetc),
3128         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3129           instead of sjmp to ret
3130         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3131           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3132
3133 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3134
3135         * .version: bumped version to 2.4.7
3136         * device/lib/_gptrget.c (_gptrget): is now _naked
3137         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3138         * device/lib/_gptrput.c (_gptrput): is now _naked
3139         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3140           (createFunction): fixed xstack
3141         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3142         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3143           or bit either,
3144           (geniCodeCritical): store original interrupt state in an iTemp bit
3145           var unless stack-auto
3146         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3147         * src/SDCCmain.c (setIncludePath): added include/target to search path
3148         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3149         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3150           prototype,
3151           (processFuncArgs): put bit vars in bit area
3152         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3153           unsaveRBank): fixed xstack,
3154           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3155           (genFunction, genEndFunction): fixed xstack,
3156           (genAssign): optimization don't walk backwards through mem
3157         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3158         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3159         * support/regression/Makefile: also make library (for stack-auto) when
3160           making "all" and added "test-mcs51-xstack-auto"
3161         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3162         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3163         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3164         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3165         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3166           make-library by MAKE_LIBRARY
3167         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3168           regression tests for xstack
3169         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3170         * support/regression/tests/critical.c: test for critical on mcs51
3171
3172 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3173
3174         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3175           built version of sdcc instead of installed version
3176
3177 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3178
3179         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3180         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3181           vprintf.c now
3182         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3183         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3184           WARNING: remove device/lib/build/z80/printf.o by hand when
3185           updating from previous build!
3186         * device/lib/z80/printf.c: updated comment
3187         * support/regression/tests/bug1057979.c: test all ports now
3188         * support/regression/tests/bug1065458.c: file added
3189
3190 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3193           *_start and *_end symbols for static functions
3194
3195 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3196
3197         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3198           and search crt0.o in all library paths,
3199           (setIncludePath): proper handling of --nostdinc,
3200           (setLibPath): proper handling of --nostdlib
3201         * support/regression/Makefile,
3202         * support/regression/ports/ds390/spec.mk,
3203         * support/regression/ports/gbz80/spec.mk,
3204         * support/regression/ports/hc08/spec.mk,
3205         * support/regression/ports/mcs51/spec.mk,
3206         * support/regression/ports/mcs51-large/spec.mk,
3207         * support/regression/ports/mcs51-stack-auto/spec.mk,
3208         * support/regression/ports/z80/spec.mk: use include and lib files from
3209           built version of sdcc instead of installed version
3210         * doc/sdccman.lyx: fixed typo in --nostdinc
3211
3212 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3213
3214         * src/pic/pcode.c,
3215         * src/pic/device.c,
3216         * src/pic/ralloc.c,
3217         * src/pic/gen.c : added support to generate code for struct bit fields.
3218
3219 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3220
3221         * as/xa51/xa_version.h,
3222         * device/include/errno.h,
3223         * device/include/regc515c.h,
3224         * device/lib/_itoa.c,
3225         * device/lib/_ltoa.c,
3226         * device/lib/ser_ir_cts_rts.c,
3227         * sim/ucsim/xa.src/glob.cc,
3228         * sim/ucsim/xa.src/inst_gen.cc,
3229         * sim/ucsim/xa.src/xa_bit.cc,
3230         * sim/ucsim/xa.src/xa_sfr.cc,
3231         * sim/ucsim/z80.src/inst_dd.cc,
3232         * sim/ucsim/z80.src/inst_fdcb.cc,
3233         * support/scripts/keil2sdcc.pl,
3234         * src/pic16/pic16.dsp,
3235         * src/pic16/pic16a.dsp: corrected cvs line endings
3236         * device/lib/printf_large.c: fixed bug 1057979
3237         * src/pic16/gen.c: fixed non-C standard code
3238         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3239         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3240         * support/regression/ports/mcs51/support.c: reload T1 asap
3241         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3242           pdata use and clear idata startup behaviour
3243         * support/regression/tests/bug1057979.c: added
3244
3245 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3246
3247         * device/examples/ds390/ow390/ad26.h,
3248         * device/examples/ds390/ow390/cnt1d.h,
3249         * device/examples/ds390/ow390/crcutil.c,
3250         * device/examples/ds390/ow390/ownet.h,
3251         * device/examples/ds390/ow390/owsesu.c,
3252         * device/examples/ds390/ow390/swt12.h,
3253         * device/examples/ds390/ow390/swtoper.c,
3254         * device/examples/ds390/ow390/temp10.h,
3255         * device/examples/ds390/ow390/thermodl.c,
3256         * device/examples/ds390/tinitalk/tinitalk.dsp,
3257         * device/examples/ds390/tinitalk/tinitalk.dsw,
3258         * device/examples/mcs51/clock/hw.h,
3259         * device/examples/mcs51/simple2/go.bat,
3260         * device/examples/serialcomm/windows/serial.h,
3261         * device/examples/xa51/dummy.c,
3262         * device/examples/xa51/hello.c,
3263         * device/include/80c51xa.h,
3264         * device/include/at89x051.h: corrected cvs line endings
3265
3266 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3267
3268         * src/pic16/main.c (options): added command line --gstack, to trace
3269         stack over/under flows,
3270         * added pragma 'wparam' to allow passing first byte of function
3271         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3272         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3273         call to __gstack_test function and sets up the symbol as extern,
3274         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3275         * popaop): added call to pic16_testStackOverflow,
3276         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3277         wparamList list,
3278         * (genCall, genPcall): now all parameters are passed via stack
3279         except in functions that are pass to wparam pragma in which WREG is
3280         used too,
3281         * (genPcall): REENTRANT flag is checked to see if variable prototype
3282         contains reentrant keyword, don't call a non-reentrant function, via
3283         a reentrant function pointer or vice versa, functions are never
3284         passed via WREG,
3285         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3286         D.Winkler,
3287         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3288         SIGSEGV when accessing a NULL register stucture,
3289         * (pic16_printGPointerType): modified to handle UPPER modifier for
3290         function initializers, changed prototype of function to simpler one,
3291         * (pic16_printIvalFuncPtr): check to see if function is already
3292         added in externs list,
3293         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3294         optimized a move from W to SFR with a move to the same register
3295         later after a CALL,
3296         * device/lib/pic16/debug: NEW directory, contains debug features
3297         which are enabled when linking with libdebug.lib, currently command
3298         line option --gstack enables stack pointer tracing for over/under
3299         flow, corresponding sources are in debug/gstack
3300
3301 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3302
3303         * doc/sdccman.lyx: updated SDCC version,
3304         * (PIC16 port): update list of command line options,
3305         * src/pic16/device.h (structure pic16_options_t): added field gstack
3306         to enable stack overflow tracing on push/pops,
3307         * src/pic16/device.c (statistics structure): added statistics
3308         structure,
3309         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3310         pic16_dump_int_registers): increase statistics counters for each
3311         * variable which is encountered
3312         * (pic16_dump_usection): emit each .udata variable to its own udata
3313         section,
3314         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3315         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3316         parameters via stack, otherwise use old scheme,
3317         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3318         assembler output file,
3319         * src/pic16/main.c: added command line options --gstack to enable
3320         push/pop tracing for stack overflow,
3321         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3322         instructions): added size of each instruction,
3323         * (pic16_countInstruction): estimate size of instructions in
3324         the_pFile list, inline assembly blocks are not counted,
3325         * (pic16_FixRegisterBanking): trace previous register usage, when
3326         banksel optimizations is greater than 0, don't emit a redudant
3327         banksel directive,
3328
3329 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3330
3331         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3332         * src/pic16/ralloc.c : applied same fix for pic16.
3333         * src/pic/gen.c : tidied it up a little.
3334
3335 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3336
3337         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3338         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3339
3340 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3341
3342         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3343
3344 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3345
3346         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3347         non-reentrant function __modsint in the interrupt function (thus
3348         corrupting math operations during serial I/O)
3349         * device/lib/ser_ir.c: as above, changed buffersize
3350         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3351         256.c,d for zeroing
3352         * doc/Makefile: added option -t for rsync
3353
3354 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3355
3356         * src/SDCCast.h (struct ast),
3357         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3358
3359 2004-10-20 Borut Razem <borut.razem AT siol.net>
3360
3361         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3362         package
3363
3364 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3365
3366         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3367         makefile targets,
3368         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3369         support functions to replace long sequences of MOVFF's from access
3370         bank registers to stack and vice versa,
3371         * src/pic16/device.h: added new field opt_flags, where optimization
3372         flags can be set to enable certain features,
3373         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3374         * pBlock, (genFunction, genEndFunction): surroung loop for
3375         saving/loading used registers in stack with PC_INFO pCodes,
3376         INF_LREGS. Code in between can then be optimized by pCode optimizer
3377         to support function calls,
3378         * (genDataPointerSet): fixed bug which loaded float fields in
3379         structures with corrupt data,
3380         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3381         in a standard way debug info on stderr. Feature used for developing
3382         and debugging only,
3383         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3384         obsolete chunks of code,
3385         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3386         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3387         * pic16/src/pcode.c (pic16_newpCodeInfo,
3388         * (pic16_newpCodeOpLocalRegs),
3389         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3390         feature,
3391         * (pic16_pCodeConstString): printing of the initial value of a
3392         symbol as a comment is inhibited since parsing was already done by
3393         copyStr and output is corrupt,
3394         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3395
3396 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3397
3398         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3399
3400 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3401
3402         * as/mcs51/lkarea.c: removed old K&R style,
3403           (lnksect): changed check on boundary error,
3404           (lnksect2): changed check on boundary error,
3405           (lnksect2): extend XSTK to end of page if size = 1
3406         * as/mcs51/lkmain.c: removed old K&R style,
3407           (Areas51): create l_IRAM symbol
3408         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3409         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3410           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3411         * device/lib/_mullong.c: added version to be compiled with xstack
3412         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3413         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3414         * device/lib/mcs51/crtxstack.asm: fixed comment
3415         * src/SDCCglue.c: maxInterrupts defaults to 0,
3416           (emitMaps): added pdata,
3417           (createInterruptVect): (re)moved default,
3418           (glue): added pdata,
3419           (glue): moved __start__xstack to XSTK with default size 1
3420         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3421           and options.float_rent when options.stackAuto is set,
3422           (linkEdit): only write XDATA_NAME if provided on command line
3423         * src/SDCCmem.h,
3424         * src/SDCCmem.c: added pdata
3425         * src/port.h: added pdata_name to PORT
3426         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3427           (saveRegisters, unsaveRegisters): removed usage of B,
3428           (genMinus): fixed accumulator clash,
3429           (genJumpTab): added comment, this needs another look
3430         * src/mcs51/gen.c: added check for "B in use" paranoia,
3431           added pushB() and popB()
3432         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3433           chance
3434         * src/avr/main.c,
3435         * src/ds390/main.c,
3436         * src/hc08/main.c,
3437         * src/mcs51/main.c,
3438         * src/pic/main.c,
3439         * src/pic16/main.c,
3440         * src/xa51/main.c,
3441         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3442           added PSEG (PAG,XDATA) or NULL to port specifier
3443         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3444         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3445           (_mcs51_genInitStartup): removed __start__xstack equ,
3446           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3447         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3448         * src/z80/gen.c (_rleAppend): fixed warnings
3449         * support/regression/tests/zeropad.c: added pdata test
3450         * .version: bumped to 2.4.6
3451
3452 2004-10-17 Borut Razem <borut.razem AT siol.net>
3453
3454         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3455         as a part of nightly build
3456
3457 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3458
3459         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3460         WREG holds the first byte function parameters,
3461         * (aopForSym): take special case for symbols which are in FARSPACE
3462         but in CODESPACE too,
3463         * (assignResultValue): modified to take into account _G.useWreg,
3464         * (genCall): don't use wreg for parameter passing when function is
3465         declared as reentrant, too, added optimization INCF to stack
3466         pointer when stack parameter count is 1,
3467         * (genFunction, genEndFunction): refurnished and fixed to not using
3468         wreg for passing parameters when function has varargs or is
3469         reentrant, fixed bug with symbol name compare for generating
3470         functions in absolute address,
3471         * (pic16_storeForReturn): refurnished,
3472         * (genCmp): began writing a new version of the function, not ready
3473         yet, therefore it is disabled,
3474         * (genAssign): do not read code memory when assigning a function to
3475         a pointer function,
3476         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3477         array of characters, not pointer,
3478         * (pic16initialComments): in debug mode emit an .ident directive for
3479         the assembler,
3480         * (_process_pragma): emit a new warning type (internal to pic16)
3481         when setting stack to default length, emit a similar warning when
3482         placing a function at absolute address and address is not word aligned
3483         * (_pic16_parseOptions): added 'return TRUE' statement,
3484         * (_pic16_linkEdit): if compiling a source, then add the source's
3485         file object, first in the list of objects to link,
3486
3487 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3488
3489         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3490         * src/pic/main.c : removed VC warning.
3491         * src/pic/gen.c : changed comment.
3492
3493 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3494
3495         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3496         reference to a deprecated symbol _GPTRREG was causing failure to
3497         link. Thanks G. M. Gallant for the info.
3498
3499 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3500
3501         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3502         comments for Bugs item #954788.
3503
3504 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3505
3506         * src/pic16/device.c (pic16_dump_gsection,
3507         * pic16_groupRegistersInSection): handle symbols declared to be in
3508         access bank differently,
3509         * src/pic16/gen.c (struct _G): added field resDirect,
3510         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3511         send values read from stack directly to result and don't allocate
3512         temporary values,
3513         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3514         same registers,
3515         * (pic16_sameRegsOfs): NEW,
3516         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3517         free because they were not allocated from temporary pool,
3518         * pic16_popRegFromString): workaround to fix a problem with
3519         allocating variables twice or never,
3520         * (genGenPointerGet): using PRODL instead of FSR0H,
3521         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3522         instead of FSR0H,
3523         * (genAssign): take advantage of the _G.resDirect flag,
3524         * (genCast): around line 11844, use mov2f instead of directly
3525         MOVFF'ing between operands to account for literal values,
3526         * src/pic16/genutils.c: some new debug functions for gpsim have been
3527         added,
3528         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3529         float with integer part only,
3530         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3531         place variables in access bank
3532         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3533         updated sources to reflect recent changes in gen.c
3534
3535 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3536
3537         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3538         sources that searched for headers in installation path, now the
3539         device/include/pic16 is used,
3540         * src/pic16/glue.c (pic16glue),
3541         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3542         .line directives if not in debug mode, this suppresses assembler's
3543         warnings for ignored directives
3544
3545 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3546
3547         * src/port.h: made reset_regparms prototype void parameter explicit.
3548         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3549         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3550         * doc/sdccman.lyx: documented warning disabling and how to use
3551           printf_large to make it print floats.
3552         * device/include/stdbool.h: NEW
3553         * device/lib/_atof.c,
3554         * device/lib/_divuint.c,
3555         * device/lib/_divulong.c,
3556         * device/lib/expf.c,
3557         * device/lib/printf_large.c,
3558         * device/lib/sincosf.c,
3559         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3560         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3561           a completely reentrant lib.
3562
3563 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3564
3565         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3566         * device/include/pic16/stdio.h: fixed bug with colon
3567
3568 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3569
3570         * device/include/pic16/stdio.h,
3571         * device/include/pic16/stdlib.h,
3572         * device/include/pic16/math.h: NEW
3573         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3574         declared as _naked to reduce overhead
3575         * device/lib/Makefile.in (target port-specific-objects-pic16):
3576         changed * to *.* so to ignore the CVS directory,
3577         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3578         stacked variables back in stack,
3579         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3580         corruption
3581
3582 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3583
3584         * .version: bumped version number to 2.4.5
3585         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3586         * support/Util/SDCCerr.c (messages structure): added entry for
3587         W_POSSBUG2
3588
3589         Large cumulative patch for pic16 port and libraries.
3590         * device/include/pic16/sdcc-lib.h,
3591         * device/include/pic16/stdarg.h,
3592         * device/include/asm/pic16/features.h,
3593         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3594         * device/include/pic16/float.h: changes reentrant keyword with
3595         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3596         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3597         updated target build-libraries to include objects from gptr,
3598         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3599         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3600         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3601         all function headings,
3602         * src/SDCCmain.c: added global parameter userIncDirsSet,
3603         * (parseCmdLine): when option -I is encountered add directory to
3604         userIncDirsSet too,
3605         * src/version.awk: added space between control and long,
3606         * src/pic16/NOTES: added some notes for the port,
3607         * src/pic16/gen.c: added prototype for mov2fp function,
3608         * (fReturnpic16[]): properly named return value registers,
3609         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3610         * (aopForSym): added code to handle symbols with onStack flag set,
3611         symbols onStack are allocated PTRSIZE bytes,
3612         * (aopFreeAsmop): handles special case where asmops are stack objects,
3613         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3614         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3615         added argument lock to trace flaws in allocating temporary registers
3616         when developing port,
3617         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3618         * (pic16_popRegFromString): reenabled allocating a direct register
3619         from string,
3620         * (assignResultValue): various beautifications,
3621         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3622         referenced function argument,
3623         * (genIpush): reenabled to allow stacked arguments, handles only
3624         ic->parmPush iCodes,
3625         * (genCall, genPcall): major changes to allow for variable argument
3626         functions, fixed a bug with falsely restoring stack pointer after
3627         returning from call,
3628         * (genFunction): pending code for critical function,
3629         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3630         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3631         * (genNearPointerGet): fixed bug with indirect reading, was always
3632         reading from INDF0
3633         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3634         pointers,
3635         * (genAddrOf): rewrote code to take address of a stacked function parameter
3636         * (genCast): fixed casting to generic pointer type,
3637         * src/pic16/gen.h: added AOP_STA,
3638         * (struct asmop): added field stk,
3639         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3640         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3641         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3642         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3643         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3644         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3645         generic pointers,
3646         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3647         and library paths,
3648         * (pic16_port structure): generic pointer size is set to 3,
3649         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3650         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3651         compiler warning,
3652         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3653         operand is an iTemp,
3654
3655 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3656
3657         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3658         * debugger/mcs51/simi.c: addapt new syntax of s51
3659
3660 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3661
3662         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3663         * src/pic16/pcode.c: commented out some calls to free() in order to
3664         fix bug #989576,
3665
3666 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3667
3668         * src/SDCCicode.h,
3669         * src/SDCCicode.c (isiCodeInFunctionCall),
3670         * src/avr/ralloc.c (selectSpil),
3671         * src/pic/ralloc.c (selectSpil),
3672         * src/pic16/ralloc.c (selectSpil),
3673         * src/ds390/ralloc.c (selectSpil),
3674         * src/hc08/ralloc.c (selectSpil),
3675         * src/xa51/ralloc.c (selectSpil),
3676         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3677         stack in the middle of a function call sequence (fixes bug #1020268)
3678         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3679         costs associated with the minimum switch case.
3680
3681 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3682
3683         * src/SDCC.lex: fixed bug #1030549
3684
3685 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * src/SDCCcse.h (struct cseDef),
3688         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3689         over a function call if the CSE is derived from a symbol whose
3690         address has been taken (fixes bug #1029883)
3691         * support/regression/tests/bug-1029883: a new regression test for
3692         this bug
3693
3694 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3695
3696         * src/hc08/gen.c (emitinline): fixed bug #1029778
3697         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3698         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3699         and starts toward RFE #905167)
3700
3701 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3702
3703         * src/pic16/gen.c (mov2f): New function to move an operand to
3704         another without considering if it is a literal or a register,
3705         * (pic16_sameRegs): don't check if they are both AOP_REG,
3706         * (AccRsh): removed andmask=0 lines,
3707         * (genLeftShift): duplicated to be improved in future versions,
3708         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3709         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3710         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3711         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3712         * (insertBankSwitch): fixed inserting banksel directives algorithm
3713         for instructions that follow a skip instruction, this fixes a report
3714         for broken subtraction code generation,
3715         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3716         iCode is a left op, just in case result and right share the same
3717         registers
3718
3719 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3720
3721         * src/hc08/main.c,
3722         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3723         preservation of HX
3724         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3725         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3726         on 2004-09-12; it was buggy
3727
3728 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3729
3730         * src/SDCCsymt.h: removed RESULT_CHECK
3731         * src/SDCCast.c,
3732         * src/SDCCglue.c,
3733         * src/SDCCval.c,
3734         * src/pic/glue.c,
3735         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3736
3737 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3738
3739         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3740         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3741         configuration values no more rejected by compiler, they are assigned
3742         to configuration registers with a warning message instead,
3743         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3744         the for-loop so last conf register is emitted too,
3745         * (_pic16_initPaths): link library libsdcc.lib by default,
3746         * (_hasNativeMulFor): modified test for multiplication according to
3747         Raphael Neider's remarks. Integer multiplication is also done with
3748         support functions,
3749         * device/include/pic16/pic18fregs.h: corrected type error in while
3750         testing and including 18f6720 header file
3751
3752 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3753
3754         * src/pic16/device.h (pic16_options): removed field use_crt,
3755         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3756         until an optimization to handle single bits is added,
3757         * (pic16_loadFSR0): moved before genUnpackBits,
3758         * (genAnd): some white lines removed,
3759         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3760         leave_reset flags in pic16_options when using crt modules,
3761
3762 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3763
3764         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3765           for bugs 898889 & 979599. Also used some safer print instructions.
3766
3767 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3768
3769         * src/pic16/device.h (pic16_options_t): added field use_crt,
3770         crt_name, no_crt,
3771         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3772         catch a probable future bug,
3773         * src/pic16/gen.c: aopIdx function commented out,
3774         * (genAssign): commented out old code which used aopIdx,
3775         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3776         code, added if conditionals to take into account the --use-crt
3777         command line options,
3778         * src/pic16/main.c (pic16_optionsTable): added new command line
3779         options, --use-crt= and --no-crt,
3780         * (_pic16_linkEdit): now the proper crt object is added in the
3781         linker command line except than when --no-crt is specified,
3782         * src/pic16/pcode.c,
3783         * src/pic16/pcode.h: added some structures and functions for a new
3784         optimization scheme to compansate for instruction overhead between
3785         same iCodes, this scheme is currently under development and is not
3786         working in any way,
3787         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3788         to && operator,
3789         * device/lib/pic16/startup/crt0i.c,
3790         * device/lib/pic16/startup/crt0iz.c: added global char variable
3791         __uflags to force the generation of an idata section
3792
3793 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3794
3795         * doc/Makefile,
3796         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3797         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3798
3799 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3802         Frieder) and clarified the default code optimization mode
3803
3804 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3805
3806         * src/SDCC.lex (doPragma, process_pragma),
3807         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3808         "opt_code_size", and "opt_code_balanced"
3809         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3810         regrouped options by category, added support for category headers
3811         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3812         and "--opt-code-size"
3813         * doc/sdccman.lyx: documented these new options and pragmas
3814         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3815         preference into account
3816
3817 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3818
3819         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3820           geniCodePreDec): Fixed bug 904237 by generating a warning
3821         * src/SDCCerr.h,
3822         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3823
3824 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3825
3826         * src/pic/device.c : When no max ram set validate full memory range.
3827         * src/pic/pcode.c,
3828         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3829
3830 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * device/lib/_gptrget.c,
3833         * device/lib/_gptrput.c: updated comment
3834         * device/lib/calloc.c,
3835         * device/lib/free.c,
3836         * device/lib/malloc.c,
3837         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3838         * src/SDCCcse.c (cseBBlock),
3839         * src/SDCCicode.c (printOperand, geniCodeArray),
3840         * src/SDCCicode.h (struct operand): fixed bug 868103
3841         * support/regression/tests/bug-868103.c: added
3842         * src/SDCCast.c (searchLitOp),
3843         * src/SDCCcse.h (struct cseDef),
3844         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3845         * src/SDCCicode.h (struct operand),
3846         * src/SDCCsymt.h (struct sym_link),
3847         * src/avr/gen.c (hasInc),
3848         * src/ds390/gen.c (hasInc),
3849         * src/hc08/gen.c (genPlusIncr, hasInc),
3850         * src/mcs51/gen.c (hasInc),
3851         * src/pic16/glue.c (pic16_printIvalChar),
3852         * src/pic16/ralloc.c (regWithIdx),
3853         * src/xa51/gen.c (hasInc) : removed warnings
3854         * src/SDCCast.c (createBlock): added comment ???
3855         * src/hc08/ralloc.c: updated comments
3856
3857 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3858
3859         * doc/sdccman.lyx: updated section on switch statements, added
3860         section about semaphore locking
3861         * doc/Makefile: added option -info for latex2html
3862         * device/lib/_gptrget.c,
3863         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3864
3865 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3866
3867         * src/pic/device.h,
3868         * src/pic/device.c,
3869         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3870          maxram is less than 0x100.
3871
3872 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3873
3874         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3875
3876 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3877
3878         * src/port.h,
3879         * src/mcs51/main.c,
3880         * src/ds390/main.c,
3881         * src/z80/main.c,
3882         * src/hc08/main.c,
3883         * src/pic/main.c,
3884         * src/pic16/main.c,
3885         * src/avr/main.c,
3886         * src/xa51/main.c
3887         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3888         a jump table is the best form for a switch statement, including
3889         automatic insertion of missing cases to make the case range
3890         continuous. Developed in collaboration with Frieder Ferlemann.
3891
3892 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3893
3894         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3895         accumulator result if it needs sign extension
3896
3897 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3898
3899         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3900
3901 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3902
3903         * device/lib/gbz80/printf.c,
3904         * device/lib/z80/printf.c: removed define for NULL
3905
3906 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3907
3908         * as/xa51/xa_link.c,
3909         * device/examples/ds390/ow390/ad26.c,
3910         * device/examples/ds390/ow390/cnt1d.c,
3911         * device/examples/ds390/ow390/counter.c,
3912         * device/examples/ds390/ow390/ds2480.h,
3913         * device/examples/ds390/ow390/ds2480ut.c,
3914         * device/examples/ds390/ow390/findtype.c,
3915         * device/examples/ds390/ow390/gethumd.c,
3916         * device/examples/ds390/ow390/owllu.c,
3917         * device/examples/ds390/ow390/ownetu.c,
3918         * device/examples/ds390/ow390/swt12.c,
3919         * device/examples/ds390/ow390/swtloop.c,
3920         * device/examples/ds390/ow390/temp.c,
3921         * device/examples/ds390/ow390/temp10.c,
3922         * device/examples/ds390/ow390/thermo21.c,
3923         * device/examples/ds390/ow390/tinilnk.c,
3924         * device/examples/ds390/ow390/tstfind.c,
3925         * device/examples/serialcomm/windows/serial.cpp,
3926         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3927         * device/include/reg51.h: fixed line endings for cvs
3928
3929 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3930
3931         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3932         packRegsForAccUse, packRegisters): new accumulator register
3933         packing algorithm
3934         * support/regression/ports/hc08/support.c (_putchar): suppress
3935         warning of unused variable
3936         * src/SDCCicode.c: added SWAP entry to codeTable
3937
3938 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3939
3940         * device/lib/sprintf.c: forgot to add this file before previous commit
3941
3942 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3943
3944         * src/pic16/gen.c (genPackBits): added operand right in function
3945         parameters, load result directly if p_type is POINTER (that is
3946         called by genNearPointerSet)
3947         * (genUnPackBits): added operand left in function parameters,
3948         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3949         FSR0 if accessing bitfields,
3950
3951 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3952
3953         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3954           _print_format; updated printf, sprintf, vsprintf
3955         * device/include/asm/default/features.h: corrected comment/define
3956         * device/lib/Makefile.in: added sprintf.c
3957         * device/lib/libsdcc.lib: added sprintf module
3958         * device/lib/printf_large.c,
3959         * device/lib/vprintf.c,
3960         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3961           into these 3 files
3962         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3963         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3964         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3965           hc08 test
3966         * support/regression/tests/zeropad.c: define idata as data for hc08
3967
3968 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3971         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3972         labels are referenced at least once (even if a reference is not found)
3973         * src/hc08/gen.c (emitcode): set isComment flag for comments
3974         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3975         loads), rules 6a..6b (optimize jumps to return)
3976
3977 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3978
3979         * device/lib/acosf.c (acosf),
3980         * device/lib/asinf.c (asinf),
3981         * device/lib/atanf.c (atanf),
3982         * device/lib/ceilf.c (ceilf),
3983         * device/lib/cosf.c (cosf),
3984         * device/lib/coshf.c (coshf),
3985         * device/lib/cotf.c (cotf),
3986         * device/lib/fabsf.c (fabsf),
3987         * device/lib/floorf.c (floorf),
3988         * device/lib/log10f.c (log10f),
3989         * device/lib/logf.c (logf),
3990         * device/lib/sinf.c (sinf),
3991         * device/lib/sinhf.c (sinhf),
3992         * device/lib/sqrtf.c (sqrtf),
3993         * device/lib/tanf.c (tanf),
3994         * device/lib/tanhf.c (tanhf),
3995         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3996         replaced all instances of "reentrant" in the library functions
3997         defined in math.h with this macro.
3998         * support/regression/tests/float_trans.c: reenabled test for hc08
3999
4000 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4001
4002         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4003         erroneously deleted
4004
4005 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4006
4007         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4008         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4009         multi-byte volatile operands are used
4010         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4011         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4012         initialization to area GSINIT0 so that it would always precede
4013         any static initializers in GSINIT
4014         * support/regression/tests/zeropad.c: fixed idata define for hc08
4015         * support/regression/tests/bug-927659.c,
4016         * support/regression/tests/float_trans.c: disabled tests for hc08
4017         pending missing library routines
4018         * .version: increased version number to 2.4.4 - hc08 port now passes
4019         regression tests
4020
4021
4022 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4023
4024         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4025         * Makefile.common.in,
4026         * as/Makefile,
4027         * as/hc08/Makefile.in,
4028         * as/mcs51/Makefile.in,
4029         * as/z80/Makefile.in,
4030         * debugger/mcs51/Makefile.in,
4031         * device/include/Makefile.in,
4032         * device/lib/Makefile.in,
4033         * doc/Makefile,
4034         * link/Makefile,
4035         * link/z80/Makefile.in,
4036         * packihx/Makefile.in,
4037         * sim/ucsim/main_in.mk,
4038         * sim/ucsim/avr.src/Makefile.in,
4039         * sim/ucsim/doc/Makefile.in,
4040         * sim/ucsim/gui.src/serio.src/Makefile.in,
4041         * sim/ucsim/hc08.src/Makefile.in,
4042         * sim/ucsim/s51.src/Makefile.in,
4043         * sim/ucsim/xa.src/Makefile.in,
4044         * sim/ucsim/z80.src/Makefile.in,
4045         * src/Makefile.in,
4046         * support/cpp2/Makefile.in,
4047         * support/librarian/Makefile,
4048         * support/makebin/Makefile: added DESTDIR to the install path proposed
4049         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4050         * doc/sdccman.lyx: added DESTDIR documentation
4051
4052 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4053
4054         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4055         instruction for interrupt handlers, use fast returns when returning
4056         from high priority interrupts
4057
4058 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4061         code generation
4062         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4063         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4064         bugs, ported much of Bernhard's code from mcs51
4065         * src/mcs51/gen.c (genSend),
4066         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4067         than one when calling a reentrant function
4068         * device/lib/_mullong.c: defined an alternate struct layout for big
4069         endian ports (hc08)
4070
4071 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4072
4073         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4074         test
4075
4076 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4077
4078         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4079         are sane and complete before asking the port its prefered parameter
4080         passing method (fixes bug #1017633)
4081         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4082         and _ret3
4083
4084 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4087         problem in bitfields >= 8 bits.
4088
4089 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4090
4091         * src/SDCCsymt.c: undid changes that were not meant to be committed
4092
4093 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4094
4095         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4096
4097 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4098
4099         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4100           copied and wrong bit got inverted
4101
4102 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4103
4104         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4105         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4106         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4107         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4108         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4109         assignments to bitfields at known addresses
4110         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4111         reads from bitfields at known addresses
4112         * src/hc08/ralloc.c (packRegisters),
4113         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4114         genhc08Code): optimize pointer get values used as conditionals
4115         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4116         and branch
4117
4118 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4119
4120         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4121         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4122         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4123         as conditionals
4124
4125 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4126
4127         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4128
4129 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4130
4131         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4132         related problems
4133
4134 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4135
4136         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4137
4138 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4139
4140         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4141         mcs51 port
4142
4143 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4144
4145         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4146
4147 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4148
4149         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4150         cases use more compact code.
4151
4152 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4153
4154         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4155
4156 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4157
4158         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4159
4160 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4161
4162         * src/SDCCsymt.h,
4163         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4164         parameter of changePointer() from symbol* to sym_link*
4165         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4166         * src/SDCCsymt.c (compareType): void* type is castable to other
4167         pointers, but not necesarily an exact match.
4168         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4169         is no longer blindly treated as an exact match.
4170         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4171
4172 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4173
4174         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4175
4176 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4177
4178         * src/pic/gen.c,
4179         * src/pic/pcode.c,
4180         * src/pic/ralloc.h,
4181         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4182
4183 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4184
4185         * src/pic/device.c,
4186         * src/pic/device.h,
4187         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4188
4189 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4190
4191         * src/mcs51/gen.c (emitcode): fixed bug #992819
4192
4193 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4196           there's no need to make it worse
4197
4198 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4199
4200         * src/mcs51/ralloc.c (deassignLR),
4201         * src/ds390/ralloc.c (deassignLR),
4202         * src/hc08/ralloc.c (deassignLR),
4203         * src/z80/ralloc.c (deassignLR),
4204         * src/pic/ralloc.c (deassignLR),
4205         * src/pic16/ralloc.c (deassignLR),
4206         * src/avr/ralloc.c (deassignLR),
4207         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4208         rlivePoint): fixed another part of bug #971834
4209
4210 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4211
4212         * src/z80/main.c: enabled "critical" keyword
4213         * src/z80/mappings.i,
4214         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4215         functions (fixes bug #979646)
4216         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4217
4218 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4219
4220         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4221           such as c:\mydir.
4222
4223 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4224
4225         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4226           doesn't disable too much optimizations
4227
4228 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4229
4230         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4231
4232 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4233
4234         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4235
4236 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4237
4238         * src/pic/gen.c tidied up tabs
4239         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4240         * src/pic/main.c tidied up tabs
4241         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4242         * src/pic/pcoderegs.c tidied up tabs
4243         * src/pic/ralloc.c tidied up tabs
4244
4245 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4248         to S_FIXED for pic16 port and when symbol is not in level 0,
4249         allocate for S_REGISTER storage class and pic16 port, too,
4250         * src/pic16/device.h: prototype for checkSym,
4251         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4252         * (pic16_assignConfigWordValue): test the value and the mask to
4253         validate that the value is suitable for the configuration word,
4254         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4255         collect extern declared symbols, don't emit symbol twice, check
4256         first if symbol is in publics set first,
4257         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4258         * added command line '--fstack' which enables an experimental
4259         feature for stack access, too buggy to be used yet...
4260         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4261         * (pic16_allocDirReg): when register has storage class S_REGISTER
4262         allocate in pic16_dynAccessRegs,
4263         * device/include/pic16/pic18f????.h: modified configuration word
4264         naming convention, words started as CONFIG0H but should be CONFIG1H
4265
4266 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4267
4268         * device/include/mcs51reg.h: fixed bug 970993
4269
4270 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4271
4272         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4273         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4274         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4275         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4276         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4277         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4278           error/warning numbers,
4279           added function setWarningDisabled()
4280         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4281         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4282           _memcmp.c _memmove.c calloc.c realloc.c free.c
4283         * support/regression/tests/malloc.c: added tests for new functionality
4284         * support/regression/tests/zeropad.c: added tests for truncated initializers
4285           and initialized char arrays starting with '\x0'
4286         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4287
4288 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4289
4290         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4291
4292 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4293
4294         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4295         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4296         peephole 177.e. Thanks to anonymous
4297
4298 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4299
4300         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4301         function isn't used in the source but referenced as a
4302         variable initializer then declare it as extern in .asm file
4303
4304 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4305
4306         * .version: increased version number to 2.4.3
4307
4308         Adding version extension according to ChangeLog CVS revision
4309         * src/Makefile.in (target all): added dependency 'version.h'
4310         * (rule version.h): added rule to create version.h from ChangeLog,
4311         * (rule dep): added dependency version.h,
4312         * src/version.awk: AWK script to create version.h
4313         * src/SDCCdwarf2.c (dwWriteModule),
4314         * src/SDCCglue.c (initialComments),
4315         * src/SDCCmain.c (printVersionInfo): modified to write after
4316         version string the version extension number,
4317         * src/SDCCutil.c: included "version.h"
4318         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4319         number,
4320         * src/SDCCutil.h: added prototype for getBuildNumber
4321
4322         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4323         includeDirsSet, too,
4324         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4325         const char [] is found in function prototype...
4326
4327         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4328         moving to WREG with source is already in WREG,
4329         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4330         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4331         * (aopForSym): stack'ed symbols are partially supported, added
4332         if-clause to support symbols in FARSPACE,
4333         * (sameRegs): added test for AOP_ACC to see if registers are same,
4334         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4335         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4336         * (pic16_popRegFromString): will not allocate a new register if it
4337         doesn't find one by name, bug may have introduced...
4338         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4339         * (genIpush): revived to use pic16 port's stack,
4340         * (genAddrOf): added incomplete case for stack'ed operand,
4341         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4342         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4343         can handle multibyte operands,
4344         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4345         * (pic16initialComments): added message for MPLAB compatibility
4346         mode enabled,
4347         * src/pic16/main.h: prototype for pic16_mplab_comp,
4348         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4349         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4350         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4351         because of increased complexity of procedure,
4352         * (_process_pragma): stack pragma changed to format 'stack pos len',
4353         emit symbol '_stack_end' to conform with gplink,
4354         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4355         to search for register,
4356         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4357         PO_GPR_REGISTER,
4358         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4359         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4360         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4361         case for PO_GPR_REGISTER,
4362         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4363         dies, the new era is ahead !...
4364         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4365         pic16_dynInternalRegs,
4366         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4367         * (pic16_allocDirReg): minor optimizations and bug fixes,
4368         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4369
4370         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4371         load stack and frame pointer with address of 'stack_end' symbol
4372
4373 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4376         without source code but only variable initializers
4377
4378 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4381         external are not declared as extern to reduce overhead while linking
4382
4383 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4384
4385         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4386
4387 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4388
4389         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4390           Yee Keat for the patch
4391         * src/SDCCast.c (decorateType): fixed bug #979599
4392         * src/ds390/gen.h: removed local fReturnSizeDS390
4393         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4394         * src/ds390/gen.c (genAnd, genOr, genXor),
4395         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4396
4397 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4398
4399         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4400         add relFilesSet to $3, manipulate $2 to handle linking of object
4401         files without source files in command line,
4402         * device/include/pic16 (all headers): added ID location macros,
4403         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4404         entries for ID location bytes,
4405         * (pic16_assignIdByteValue): NEW,
4406         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4407         added field dumpcalltree to pic16_options_t,
4408         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4409         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4410         emitting rFalseIfx label after check_carry label,
4411         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4412         pic16_emitDIRegs), NEW
4413         * (pic16glue): dump .calltree file when option --calltree found,
4414         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4415         * (_pic16_genAssemblerPreamble): emit ID locations after
4416         configuration registers,
4417         * (pic16_linkCmd): modifications of the link command,
4418         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4419         * (pic16_pCodeInitRegisters): don't init stack registers,
4420         * (pic16_findPrevInstruction): fixed bug,
4421         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4422         bug with immediate registers,
4423         * (buildCallTree): traces stack push and pop,
4424         * (pct2): dump also stack usage for each function,
4425         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4426         * (pic16_allocDirReg): various modifications,
4427         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4428         fixed to 1,
4429
4430 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4431
4432         * src/pic16/pcode.c: removed buggy double colon
4433
4434 2004-07-01 Borut Razem <borut.razem AT siol.net>
4435
4436         * support/scripts/sdcc.nsi: added include/pic16 to setup
4437
4438 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4439
4440         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4441         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4442         target 'clean',
4443         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4444         specific command line arguments. Also added sample lkr script
4445         for placing a variable at a specific memory bank.
4446         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4447         at a specific memory bank,
4448         * (pic16_dump_isection): fixed bug which caused string literals to
4449         be omitted when dumping idata section,
4450         * (pic16_groupRegistersInSection): added code to handle registers
4451         in specific memory banks,
4452         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4453         public, all references are renamed too,
4454         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4455         AOP_DPTR2,
4456         * (pic16_storeForReturn): added case to handle when dest is WREG,
4457         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4458         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4459         pic16_rel_udata, check to see if that register is marked as being
4460         a member of a specific memory bank,
4461         * (pic16_printIvalCharPtr): added code to add string literals either
4462         to code or the idata sections,
4463         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4464         also accept the 'udata' pragma,
4465         * src/pic16/main.h: new structure types sectName and sectSym
4466         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4467         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4468         * (pic16_findPrevInstruction): fixed, it returned nothing,
4469         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4470         instruction combinations,
4471         * (pic16_FixRegisterBanking): heavily reorganised,
4472         * (pic16_AnalyzeBanking): if generating banksel directives is
4473         disabled, then don't call FixRegisterBanking at all,
4474         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4475         completely removed,
4476         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4477
4478 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4479
4480         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4481         Phuah Yee Keat <yk.phuah AT nestac.com>
4482
4483 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4484
4485         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4486         correctly the IVT even if it is relocated to some other location
4487
4488 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4489
4490         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4491         * device/include/pic16/pic18f2220.h: NEW,
4492         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4493         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4494         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4495         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4496         nodefaultlibs, ivt_loc is the location of the interrupt vector
4497         table, and nodefaultlibs signs that default libraries should not be
4498         linked in link stage,
4499         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4500         according to --ivt-loc argument,
4501         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4502         when pragma stack is found,
4503
4504 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4505
4506         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4507         256 (range check), 257 (do while), 258.a-f (bit banging
4508         f.e. on 3-wire SPI bus)
4509
4510 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4513         variables used exclusively within a loop
4514
4515 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4516
4517         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4518
4519 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/SDCClrange.c (computeClash): fixed bug #971834
4522
4523 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4524
4525         * src/mcs51/gen.c (genCmp): fixed bug #975903
4526         * src/hc08/gen.c (operandsEqu),
4527         * src/ds390/gen.c (operandsEqu),
4528         * src/z80/gen.c (operandsEqu),
4529         * src/pic/gen.c (operandsEqu),
4530         * src/pic16/gen.c (operandsEqu),
4531         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4532         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4533
4534 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4537
4538 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4539
4540         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4541         default case in switch statement,
4542         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4543         to eliminate problem with initialisation of pointers, but problem
4544         still exists,
4545         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4546         * (emitStaticSegment): removed various lines emitting debug info,
4547         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4548         added processor registers for utilizing EEPROM,
4549         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4550         configurable and set 8
4551
4552 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4553
4554         * .version: increased version number to 2.4.2,
4555
4556         Cumulative patch for pic16 port
4557         * src/pic16/device.c: changed scheme to dump initial values for
4558         variables in idata segment, all print_idata* functions were removed,
4559         now the pic16_printIval* will be called,
4560         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4561         * _pic16_printPointerType, pic16_printPointerType,
4562         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4563         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4564         NEW, similar to the respective functions in SDCCglue.c,
4565         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4566         way, emitting hex bytes,
4567         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4568
4569 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4570
4571         * src/avr/ralloc.c (serialRegAssign),
4572         * src/xa51/ralloc.c (serialRegAssign),
4573         * src/pic/ralloc.c (serialRegAssign),
4574         * src/pic16/ralloc.c (serialRegAssign),
4575         * src/hc08/ralloc.c (serialRegAssign),
4576         * src/z80/ralloc.c (serialRegAssign),
4577         * src/ds390/ralloc.c (serialRegAssign),
4578         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4579
4580 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4583         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4584
4585 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4586
4587         Cumulative patch for pic16 port:
4588         * src/pic16/device.h (typedef PIC16_device) modified fields for
4589         defining microcontrollers,
4590         * src/pic16/device.c: added new info for all devices in Pics16 array,
4591         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4592         to be optimised out by the pCode optimiser,
4593         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4594         specially, bug reported by G.M. Gallant,
4595         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4596         as force'd so that cannot be optimised out by pCode optimiser,
4597         * src/pic16/pcode.c,
4598         * src/pic16/pcodepeeph.c,
4599         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4600         they are disabled by default, but can be enabled explicit with
4601         command argument --denable-peeps, for testing,
4602         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4603         --pomit-ivt in COMPILE_FLAGS
4604
4605 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4606
4607         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4608           compilation on MSVC
4609
4610 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4611
4612         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4613
4614 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4615
4616         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4617         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4618
4619 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4620
4621         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4622         would only assign 0x300001 register.
4623
4624 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4625
4626         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4627         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4628
4629 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4630
4631         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4632         for ds80c400
4633         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4634         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4635         added peephole 254 (left shift), 255 (jump table)
4636
4637 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4638
4639         * device/lib/Makefile.in: removed comment line with model-pic16,
4640         * (target port-specific-objects-pic16): the libraries and objects
4641         are copied to the build directory form the device/lib/pic16/bin
4642         directory
4643
4644         Cumulative patch concerning pic16 port:
4645         * library directory has been re-organized,
4646         * added support for PIC18F1220,
4647         * added headers and library sources for chips 18f1220,18f6520,
4648         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4649
4650         * configuration registers setting has changed, now each supported
4651         device has a complete description of the registers it uses,
4652         * all initialisations are moved to idata sections, these section
4653         can be absolute or relocatable,
4654         * fixed initialisation of codespace variables,
4655         * fixed warning about PCLATU and gpsim,
4656         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4657         * (genAssign): use table reads when assigning from variables in codespace,
4658         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4659         char/int variables placed in codespace,
4660         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4661         registers set in .asm file, no need for --pomit-config-words anymore,
4662         * (pic16glue): some 8051 legacy segments are commented out
4663         (to be removed completely),
4664         * added support for alternative assembler and linker with --asm=
4665         and --link= command line arguments,
4666         * peepholes are disabled automatically in the port, no need to
4667         specify on command line,
4668         * port supports natively char/int/long multiplication, but converts
4669         all divisions to support functions,
4670         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4671         to the file set in variable $2,
4672         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4673         strings in ASCII format and not in hex,
4674         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4675         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4676         allocate proper register if iCodes aren't temporary,
4677
4678 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4679
4680         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4681
4682 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4683
4684         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4685         is commented out
4686
4687 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4690         computed address is reused
4691         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4692         multi-byte bitfields
4693
4694 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4695
4696         * src/z80/gen.c: (genArrayInit): must check for pointers too
4697
4698 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4699
4700         * support/regression/tests/zeropad.c: never meant to commit the
4701           nestedstruct test: removed, added check for GCC version
4702
4703 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4704
4705         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4706         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4707         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4708           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4709           bugs 928906 and 954082 half-empty initializers
4710         * src/SDCCsymt.h,
4711         * src/SDCCsymt.c (getAllocSize): added for above fix
4712         * src/z80/gen.c (genArrayInit): fixed bug 741044
4713         * support/regression/tests/zeropad.c: added tests
4714
4715 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4716
4717         * src/pic16/device.c (pic16_dump_section): corrected bug which
4718         caused some symbols of the libraries to be misplaced
4719
4720 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4721
4722         * src/pic16/glue.c,
4723         * src/pic16/ralloc.h,
4724         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4725         to fix conflict with pic port
4726
4727 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4728
4729         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4730         externs configuration variables,
4731         * src/pic16/ralloc.h,
4732         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4733         prototype in header, commented out some debug messages
4734
4735 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4736
4737         * src/pic16/glue.c,
4738         * src/pic16/main.c,
4739         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4740         for gpasm COFF object generation. Thanks to D. Hawkins for
4741         his patch info
4742
4743 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/ds390/main.c,
4746         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4747         Brock for spotting this)
4748         * src/ds390/gen.c (genEndFunction),
4749         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4750         interrupt handler and critical. Disable push/pop optimizations when
4751         peephole optimizations disabled.
4752
4753 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4754
4755         Updated pic16 library sources and headers.
4756         * device/lib/pic16/pic18f*/ ,
4757         * device/include/pic16/*.h: modified to handle structured SFR
4758         definitions
4759
4760 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4761
4762         * src/port.h (PORT structure): added hook initPaths, now each
4763         port can declare its own default search paths,
4764         which can been seen with the --print-search-dirs option,
4765         see pic16 port for example,
4766         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4767         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4768         * (doPrintSearchDirs): NEW, replaces in a central manner the
4769         printing of search dirs which was split in set*Paths functions,
4770         * (main): added call to port->initPaths and doPrintSearchDirs,
4771         * src/avr/main.c,
4772         * src/ds390/main.c,
4773         * src/hc08/main.c,
4774         * src/izt/i186.c,
4775         * src/izt/tlcs900h.c,
4776         * src/mcs51/main.c,
4777         * src/pic/main.c,
4778         * src/pic16/main.c: modified port structures to reflect addition of
4779         initPaths hook,
4780
4781         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4782         * (pic16_dump_section): for registers in same address reserve memory once,
4783         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4784         to no_banksel,
4785         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4786         result is greater in size than right or left,
4787         * (pic16_genUMult8X8_8): there are some cases where the result can
4788         be 16 bits size, so handle these,
4789         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4790         * (pic16_outBitC): modified to emit pcodes,
4791         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4792         or not,
4793         * (genDivOneByte): implemented algorithm to divide 8-bits,
4794         * (genCmp): uncommented goto, but issues still exist,
4795         * (genAnd): fixed a bug with variables >8bits,
4796         * (genPackBits): optimization added that uses BCF/BSF to change a
4797         single bit,
4798         * (genAssign): fixed bug when assigning floating point literals,
4799         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4800         __sdcc_gsinit_startup label,
4801         * src/pic16/main.c (_pic16_init): removed search directory
4802         initialisations,
4803         * (_pic16_initPaths): NEW, used to initialise search directories,
4804         * (_hasNativeMulFor): support functions for all except char/int
4805         multiplication, and char division,
4806         * (PIC16_port struct): modified entry for native mul support,
4807         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4808         no_banksel option,
4809         * (buildCallTree): call to register_usage is ifdef'ed out,
4810
4811 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * device/include/string.h: applied Stas Sergeev's patch to make this
4814         header file compatible with the preprocessor -Wundef option
4815         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4816         failure (fixes bug #941458)
4817
4818 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4821         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4822         that the variable, not the function, should be static
4823         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4824         to be consistent with non-literal case
4825
4826 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCCast.c (isConformingBody): fixed bug #949967
4829         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4830         convilong): fixed bug #952086
4831
4832 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4833
4834         * src/SDCCmem.c (allocVariables): fixed bug #955321
4835
4836 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * src/hc08/main.c (_hc08_genAssemblerEnd),
4839         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4840         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4841         completely eliminated the use of a temporary file
4842         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4843         when more than one file linked
4844         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4845
4846 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4847
4848         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4849         which fixes bug #543481
4850         * support/regression/tests/bug-751703.c: fixed comments left from a
4851         cut and paste error
4852         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4853         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4854         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4855         scopes
4856         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4857         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4858         are now changed to underscores in moduleName
4859
4860 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4861
4862         * as/mcs51/lkmem.c: better fix for bug #954173
4863
4864 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4865         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4866
4867         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4868         * device/include/c8051f000.h,
4869         * device/include/c8051f120.h,
4870         * device/include/c8051f300.h,
4871         * device/include/c8051f310.h,
4872         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4873         PWM16) and detab'ed
4874
4875 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4876
4877         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4878         and mailing lists, doc'ed --no-peep-comments, removed reference
4879         to knoppix (newest version has no LyX/LaTeX), other minor changes
4880         * src/SDCCglue.c (glue): save 2 bytes stack space with
4881         option --main-return. The ljmp could probably be avoided too
4882
4883 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4884
4885         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4886
4887 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4888
4889         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4890         * src/SDCCopt.c (isLocalWithoutDef),
4891         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4892         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4893         (credit to Maarten Brock for patch #949363, on which this is based)
4894         * support/regression/tests/bug-751703.c: some test cases of extern used
4895         within inner scopes.
4896
4897 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4900         SPEC_STRUCT
4901         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4902         struct definitions
4903         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4904         dwWriteLabel): fix to create valid debugger symbols even when
4905         the module name has non-alphanumeric symbols in it
4906         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4907         when a variable's allocation has been optimized away
4908
4909
4910 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4911
4912         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4913         * src/hc08/main.c,
4914         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4915         * src/mcs51/main.c,
4916         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4917         * src/ds390/main.c,
4918         * src/z80/gen.c (z80_emitDebuggerSymbol),
4919         * src/z80/main.c,
4920         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4921         * src/pic/main.c,
4922         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4923         * src/pic16/main.c,
4924         * src/avr/gen.c (avr_emitDebuggerSymbol),
4925         * src/avr/main.c,
4926         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4927         * src/xa51/main.c,
4928         * src/SDCCdebug.c (emitDebuggerSymbol),
4929         * src/SDCCdebug.h,
4930         * src/port.h: added a debugger struct to the port struct. Added a
4931         callback for defining debugger symbols
4932
4933         * src/SDCCast.c (createLabel),
4934         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4935         with isitmp = 1
4936         * src/SDCCicode.h,
4937         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4938         iCode back to the ast for the function
4939
4940         * src/hc08/ralloc.c (hc08_assignRegisters),
4941         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4942         unneeded fields from the regs struct.
4943         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4944         pushReg() & pullReg() functions instead of emitcode()
4945
4946         * src/hc08/gen.c (genLabel, genhc08Code),
4947         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4948
4949         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4950         debugger hooks
4951
4952         * src/hc08/gen.c (genEndFunction, genhc08Code),
4953         * src/hc08/gen.h,
4954         * src/mcs51/gen.c (genEndFunction, gen51Code),
4955         * src/mcs51/gen.h,
4956         * src/ds390/gen.c (genEndFunction, gen390Code),
4957         * src/ds390/gen.h,
4958         * src/z80/gen.c (genEndFunction, genZ80Code),
4959         * src/z80/gen.h,
4960         * src/z80/z80.h,
4961         * src/pic/gen.c (genEndFunction, genpic14Code),
4962         * src/pic/gen.h,
4963         * src/pic16/gen.c (genEndFunction, genpic16Code),
4964         * src/pic16/gen.h,
4965         * src/avr/gen.c (genEndFunction, genAVRCode),
4966         * src/avr/gen.h,
4967         * src/xa51/gen.c (genEndFunction, genXA51Code),
4968         * src/xa51/gen.h,
4969         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4970         specific code to cdbFile.c and out of the backend code generators
4971
4972         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4973         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4974         starting address is now 0
4975
4976         * as/hc08/asm.h,
4977         * as/hc08/m08pst.c,
4978         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4979         assembler directive for DWARF support
4980         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4981
4982         * src/src.dsp,
4983         * src/Makefile.in,
4984         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4985
4986 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4989         and inappropriate peephole optimization in jump tables
4990
4991 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4992
4993         * as/hc08/m08pst.c,
4994         * src/SDCCglue.c: sdccopt works for the hc08 port now
4995
4996 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4997
4998         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4999
5000 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5001
5002         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5003
5004 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5005
5006         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5007         rules
5008         * src/SDCCmain.c,
5009         * src/SDCCglobl.h,
5010         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5011         comments from the peephole optimizer replacement rules
5012         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5013         symbols
5014         * src/SDCCcse.c (updateSpillLocation),
5015         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5016         equivalents
5017         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5018         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5019         objects far pointers
5020
5021 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5022
5023         * src/SDCCsymt.h: a missing part of my last change
5024         * src/pic/ralloc.c (regTypeNum),
5025         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5026
5027 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * src/SDCCicode.h,
5030         * src/SDCCicode.c (aggrToPtrDclType),
5031         * src/SDCCptropt.h,
5032         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5033         ptrPseudoSymConvert),
5034         * src/pic/ralloc.c (regTypeNum),
5035         * src/pic16/ralloc.c (regTypeNum),
5036         * src/hc08/ralloc.c (regTypeNum),
5037         * src/ds390/ralloc.c (regTypeNum),
5038         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5039         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5040
5041 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5042
5043         * link/z80/lkmain.c (afile),
5044         * as/hc08/lkmain.c (afile),
5045         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5046         prevent a pointer problem when a filename has no directory and
5047         no extension specified.
5048
5049 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5050
5051         * link/z80/lkmain.c (afile): allow periods in directory names
5052         * link/z80/lkmain.c (afile),
5053         * as/mcs51/lkmain.c (afile),
5054         * as/hc08/lkmain.c (afile): allow linker script file to have an
5055         extension other than ".lnk"
5056         * link/z80/lklex.c (getfid),
5057         * link/z80/lkmain.c (parse),
5058         * as/mcs51/lklex.c (getfid),
5059         * as/mcs51/lkmain.c (parse),
5060         * as/hc08/lklex.c (getfid),
5061         * as/hc08/lkmain.c (parse): Support comments in the linker script
5062         file on lines by themselves and after filenames
5063
5064 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5065
5066         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5067
5068 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5069
5070         * src/z80/peeph-z80.def: removed some peephole rules that don't
5071         work with multibyte arithmetic (fixed bug #937126)
5072         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5073         to registers and not global variables
5074         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5075         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5076         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5077         checking for assignments not internally generated (fixed bug #931895)
5078         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5079         structure member (fixed bug #930072)
5080
5081 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5082
5083         * src/SDCCmain.c (linkEdit),
5084         * src/hc08/main.c (_hc08_parseOptions),
5085         * as/hc08/Makefile.in,
5086         * as/hc08/aslink.h,
5087         * as/hc08/asm.h,
5088         * as/hc08/m08pst.c,
5089         * as/hc08/lkrloc.c (relr, rele),
5090         * as/hc08/lkarea.c (lnkarea)
5091         * as/hc08/lkmain.c (afile, parse),
5092         * as/hc08/lkelf.c: support for ELF output
5093         * as/hc08/lks19.c (s19),
5094         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5095
5096 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5097
5098         * as/mcs51/lkihx.c: Fixed bug #899105.
5099
5100 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5101
5102         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5103         .dsp files from Unix to DOS.
5104
5105 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5106
5107         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5108         function pointers; we have been compliant for several months now.
5109         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5110         change that was accidently commented out
5111         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5112         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5113         bug #922319
5114
5115 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5116
5117         * src/hc08/gen.c: output of all of the internal debugging information
5118         is now controlled by the D() macro; it is disabled by default
5119
5120 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5121
5122         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5123         harder to keep the same registers during a CAST iCode
5124         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5125         long via int can be done in a single cast, if the signedness is
5126         correct.
5127         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5128         putchar() in tinibios.c in ds390's library
5129
5130 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5131
5132         * src/SDCCast.c (decorateType): fixed bug #898889,
5133         cast result of a literal complement too
5134         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5135         fixed check for bitfields
5136
5137 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5138
5139         * src/SDCCicode.c (geniCodeLogic): made it static,
5140         (geniCodeLogicAndOr): added in order to fix bug #905492,
5141         (ast2iCode): fixed bug #905492
5142         * support/regression/tests/bug-905492.c: added
5143         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5144         (processParms): fixed bug #927659: don't copy parms, this will clear
5145         decorated flag
5146         * support/regression/tests/bug-927659.c: added
5147
5148 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5149
5150         * src/SDCCast.c (addCast): don't cast float to char
5151         * device/lib/libsdcc.lib: added _memmove
5152
5153 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5154
5155         * device/lib/large/Makefile: fixed parallel execution by
5156         replacing `make` by `$(MAKE)`
5157
5158 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5159
5160         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5161         offsets (fixes bug #923936)
5162
5163 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5164
5165         * device/lib/small/Makefile: fixed parallel execution by
5166         replacing `make` by `$(MAKE)`
5167
5168 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5169
5170         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5171
5172 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5173
5174         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5175         * src/regression/Makefile: Regression test was not running.
5176
5177 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5178
5179         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5180         complement if possible
5181         * src/SDCCval.c (valComplement),
5182         * src/SDCCicode.c (operandOperation): fixed complement of literal
5183         * support/regression/tests/onebyte.c (testComplement): added
5184
5185 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5186
5187         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5188         return an optimized tree; actually replace actParm with the new tree
5189         * src/SDCCast.h: added some parantheses to remove side effects
5190         * support/regression/tests/bug-920866.c
5191
5192 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5193         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5194         Bit operands were not being handled properly in the pic14 port.
5195         (now src/regression/add.c passes again).
5196
5197 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5198
5199         * src/SDCC.y (labeled_statement): case and default no longer require
5200         a following statement (RFE #893037)
5201
5202 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5203
5204         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5205         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5206         disabled (fixes bug #916294)
5207         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5208         "mov a,acc"; patch provided by Lenny Story
5209         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5210
5211 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5214         functions
5215         * src/ds390/gen.c (genFunction, genEndFunction),
5216         * src/ds390/ralloc.c (ds390_assignRegisters),
5217         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5218         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5219         pushed if there are parameters passed on the stack. Also, a cleaner
5220         way to decide if r0/r1 should be pushed/popped. (Together they fix
5221         bug #918693)
5222
5223 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5224
5225         * doc/sdccman.lyx,
5226         * device/lib/mcs51/crtpagesfr.asm,
5227         * device/lib/mcs51/crtxinit.asm,
5228         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5229         to avoid confusion with Si Lab's SFRPAGE register.
5230
5231 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * src/SDCCglue.c (emitMaps): allow public sfr variables
5234         * src/SDCCglue.c (initialComments): include compiler build date
5235         with compiler version and put the timestamp of the generated
5236         assembly file on a serperate line to be less confusing.
5237         * src/port.h: added genInitStartup hook
5238         * src/avr/main.c,
5239         * src/ds390/main.c,
5240         * src/hc08/main.c,
5241         * src/pic/main.c,
5242         * src/pic16/main.c,
5243         * src/xa51/main.c,
5244         * src/z80/main.c: genInitStartup initialize as NULL (default to
5245         historical behaviour)
5246         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5247         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5248         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5249         library instead of hard coding it into the compiler.
5250         * support/regression/ports/mcs51-stack-auto/spec.mk,
5251         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5252         * device/lib/mcs51/Makefile,
5253         * device/lib/small/Makefile,
5254         * device/lib/large/Makefile,
5255         * device/lib/mcs51/crtpagesfr.asm,
5256         * device/lib/mcs51/crtstart.asm,
5257         * device/lib/mcs51/crtxclear.asm,
5258         * device/lib/mcs51/crtxinit.asm,
5259         * device/lib/mcs51/crtclear.asm,
5260         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5261         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5262         and into user configurable files.
5263         * device/lib/clean.mk: clean mcs51 directory too
5264         * support/regression/tests/longlit.c: added static to T1 declaration
5265         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5266         accesses in the initialization code
5267
5268 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5269
5270         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5271         OSCTRIMVAL as noted in bug #916008
5272
5273 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5274
5275         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5276         in loops with multiple exits (reported as incorrect registers
5277         used by Martin Helmling in Sdcc-user list)
5278
5279 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5280
5281         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5282         made ds390 register extensions look less like error messages
5283
5284 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5287         reported by Adam Wozniak in Sdcc-user list
5288
5289 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5290
5291         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5292         arithmetic optimizations, added debug output
5293
5294 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5295
5296         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5297         * sdcc.spec: updated and split sdcc into 3 rpms
5298         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5299         needed for literals of LEFT_OP and '+'
5300         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5301         introduced RESULT_TYPE_NOPROM
5302         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5303         left shift
5304         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5305         limited promotion to int only for '*'
5306         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5307
5308 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5309
5310         * src/pic16/gen.c (genSkip),
5311         (genc16bit2lit), (gencjneshort): commented out
5312         (is_LitOp): new helper function, checks operand type
5313         (genCmpEq): rewritten
5314
5315 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5316
5317         * support/regression/tests/bug-908454.c: added
5318
5319 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5320
5321         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5322         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5323         (geniCodeCast): cosmetic, don't preserve bit storage class
5324         (geniCodeLeftShift): added promotion
5325         (geniCodeLogic): fixed regression
5326         * src/SDCCsymt.c (computeTypeOr): accept bits too
5327         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5328
5329 2004-03-07  Borut Razem <borut.razem AT siol.net>
5330
5331         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5332
5333 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5336         version of pic16_genPackRegisters which does not check if ic is a
5337         CAST operator,
5338         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5339         function cause string1.c regression test fails
5340
5341 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5342
5343         * sim/ucsim/configure.in,
5344         * sim/ucsim/configure,
5345         * sim/ucsim/doc/Makefile.in: use docdir
5346         * src/SDCC.y: fixed sbit atrributes
5347         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5348         * src/SDCCast.c (decorateType): |^& need special promotion handling
5349         * src/SDCCast.h,
5350         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5351         * src/SDCCsymt.h (computeType),
5352         * src/SDCCicode.c: computeType() needs op
5353         * src/SDCCsymt.c (checkTypeSanity),
5354         * doc/sddman.lyx: "plain" bitfields are unsigned
5355         * src/SDCCsymt.c (computeTypeOr): added
5356         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5357         |^& ops
5358         * src/SDCCval.c (val*): computeType() needs op
5359         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5360         * support/regression/tests/onebyte.c: added tests for |^&
5361
5362 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5363
5364         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5365         for writing icode into asm output.
5366
5367 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5368
5369         * src/pic16/device.c: added some debug lines enabled
5370         with macro DEBUG_CHECK,
5371         * src/pic16/genarith.c: more debug in genPlus,
5372         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5373         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5374         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5375         * (aopForSym): onStack symbols are re-placed in data memspace,
5376         and onStack flag is cleared,
5377         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5378         copy temporary pcodeop,
5379         * (genPcall): added warning for not updating PCLATU,
5380         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5381         always true for pic16 port,
5382         * (genMultOneWord): NEW, supports integer multiplication,
5383         * (genMult): modified to call genMultOneWord,
5384         * (ifxForOp): added warning when return NULL,
5385         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5386         flag is set before call to operandFromSymbol for implicit
5387         added structures,
5388         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5389         options.intlong_rent are set by default,
5390         * (_hasNativeMulFor): modified to allow port generation of integer
5391         multiplication,
5392         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5393         set regtype to REG_SFR for all registers, restricting seting the
5394         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5395
5396 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5397
5398         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5399         more than 500 times in the regression tests
5400
5401 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5402
5403         * support/Util/SDCCerr.h,
5404         * support/Util/SDCCerr.c,
5405         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5406         enumerator_list),
5407         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5408         for symbol conflicts.
5409         * support/valdiags/tests/enum.c,
5410         * support/valdiags/tests/tentdecl.c,
5411         * support/valdiags/tests/struct.c: expect possible error messages
5412         referring to original symbol definitions.
5413         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5414         * src/SDCCsymt.h,
5415         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5416
5417 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5418
5419         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5420
5421 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5422
5423         * src/pic16/ralloc.c (newReg): fixed bug #908929
5424
5425 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5426
5427         * src/ds390/gen.c: added missing #include "main.h"
5428
5429 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5430
5431         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5432         checking if symbol is already in set,
5433         * src/pic16/device.h: prototype for checkAddSym,
5434         * src/pic16/gen.c: (_G): added entry interruptvector,
5435         * (assignResultValue): removed some commented out lines,
5436         * (genFunction): check for ISR via sym->type, absolute section for
5437         interrupt code is created via a new pBlock, the goto instruction is
5438         placed now correctly at the interrupt vector position, changed all
5439         references from ivec to _G.interruptvector,
5440         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5441         is the interrupt is a high priority one, same for return from ISR,
5442         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5443         externs to calls of checkAddSym,
5444         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5445         pic16_pcode_verbose flag is set,
5446         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5447         * src/pic16/pcoderegs.c: message about how many registers are saved
5448         will only be emitted if pic16_pcode_verbose flag is set,
5449
5450 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/ds390/ralloc.h,
5453         * src/ds390/ralloc.c (ds390_regWithIdx),
5454         * src/ds390/gen.c (emitcode),
5455         * src/ds390/main.h,
5456         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5457         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5458         ds390operandCompare, getRegsRead, getRegsWritten,
5459         initializeAsmLineNode): customized instruction size calculation for
5460         ds390, started basis for some register optimizations
5461         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5462         corresponding assembly output
5463         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5464         missing push/pop of r0/r1. Optimized push/pops
5465
5466 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/mcs51/main.c (instructionSize): fixed ACALL size
5469         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5470
5471 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5472
5473         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5474         the sorting of rlist with NULL elements
5475         * (print_idataType, print_idata): NEW to create idata sections
5476         * src/pic16/device.h: idataSymSet new variable
5477         * src/pic16/gen.c (genFunction): fixed some bugs in string
5478         comparing, improved the absolute section creation for ISRs,
5479         added FSR0L/FSR0H in registers that are saved in an ISR,
5480         * (genInline): fixed the processing of inline snippets,
5481         now they undergo no process by the peephole optimizer
5482         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5483         are placed in idataSymSet,
5484         * (pic16emitStaticSeg): extern symbols are added in externs,
5485         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5486         switching when aboslute variables are placed in access bank memory
5487         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5488         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5489         commented out with #if,
5490         * (pic16_packRegisters): reintroduce the check for CAST because some
5491         symbols are not correctly handled,
5492         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5493         pCodeInstruction instead of pCode,
5494         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5495         pCodeAsmDir definition,
5496         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5497         directive, then the argument directive is emitted without the leading
5498         tab, hack for inline labels which must be in the first column,
5499         * (compareLabel,pic16_findNextInstruction),
5500         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5501         * (insertBankSwitch): modified for the new pCodeAsmDir,
5502
5503 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5504         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5505
5506         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5507         instance,
5508         * (pushSide): commented out with #if,
5509         * (assignResultValue): fixed some typos in saving
5510         registers,
5511         * (genPcall): FIXED and sync'ed with genCall,
5512         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5513         * (genNearPointerGet): fixed to handle some more cases,
5514         implementation scheme via table reads,
5515         * (genConstPointerGet): modified to access code memory correct,
5516         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5517         and improved to handle some cases
5518         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5519         instead of "RETLW" for init data
5520         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5521         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5522         variables are placed in access bank memory (<0x80 and >=0xf80),
5523         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5524         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5525         TBLWT_POSTDEC,TBLWT_PREINC
5526         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5527         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5528         directives
5529         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5530         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5531         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5532         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5533
5534 2004-02-29  Borut Razem <borut.razem AT siol.net>
5535
5536         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5537         support/Util/findme.h, support/Util/system.h: enhance binary relative
5538         search for lib and include by using findProgramPath()
5539
5540 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/SDCCpeeph.h,
5543         * src/SDCCpeeph.c (pcDistance),
5544         * src/port.h,
5545         * src/mcs51/ralloc.h,
5546         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5547         * src/mcs51/main.h,
5548         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5549         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5550         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5551         size calculation port specific, started basis for some register
5552         optimizations
5553         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5554         missing push/pop of r0/r1. Optimized push/pops
5555         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5556         * device/lib/_modsint.c (_modsint),
5557         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5558         and stack version so regression tests pass
5559
5560 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5561
5562         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5563         * src/SDCCast.c (decorateType): catch another small optimization
5564         with '?' operator
5565         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5566         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5567         modified to finally use computeType() all over SDCC,
5568         see Feature Request #877103
5569         * src/SDCCval.h: cosmetic
5570         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5571         valCompare(); regression tested in muldiv.c
5572         * support/regression/tests/muldiv.c (testMod): mod sign follows
5573         dividend only
5574
5575 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5576
5577         * src/SDCCast.c (decorateType): fixed bug #902362
5578         * doc/INSTALL.txt: fixed install instructions for win32
5579
5580 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5581
5582         * device/include/Makefile.in (install): fixed by replacing spaces
5583         by tabs
5584         * doc/README.txt,
5585         * doc/INSTALL.txt: updated for release
5586         * doc/sdccman.lyx: added warning for --xstack being buggy
5587
5588 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5589
5590         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5591         to eliminate build warnings.
5592         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5593
5594 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5595            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5596
5597         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5598         removed -penable-stack, added comment for stack pragma, added
5599         warning for not initializing the stack/frame registers, removed
5600         comment at interrupts section
5601
5602         Stack is made permanent, there is no ability to disable stack usage.
5603         * src/pic16/device.h,
5604         * src/pic16/device.c: removed all references to USE_STACK macro,
5605         * src/pic16/device.c (pic16_dump_section): when no elements in
5606         rlist, free rlist before return,
5607         * (pic16_dump_int_registers): NEW, internal registers are a new set
5608         of general purpose registers reused by each function,
5609         * (checkAddReg): returns 1 if registers is added to set,
5610         * (pic16_groupRegistersInSection): when a registers is of type
5611         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5612         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5613         SRCASECMP macro is moved here from device.c
5614         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5615         PO_PCLATU, PO_PRODL, PO_PRODH,
5616         * (pic16_pCodeOpType, genMinus,
5617         changed compares to "a" register, with AOP_ACC,
5618         * (pic16_genPlus): fixed some bugs and indented properly,
5619         * (pic16_addSign): changed size to size+offset in the MOVWF
5620         instruction,
5621         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5622         multiply 8-bit operand by literal, result is 8-bit,
5623         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5624         multiply 2 8-bit operand, result is 8-bit,
5625         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5626         genUMult8X*_16,
5627         * src/pic16/gen.c: changed accUse to contain WREG only,
5628         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5629         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5630         true, do not use immediate addressing any more unless sym is a
5631         pointer in codespace,
5632         * (aopForRemat): do not use immediate addressing when symbol not in
5633         codespace and when symbol's address is requested,
5634         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5635         accUse size (= 1),
5636         * (aopGet): added case for AOP_ACC and don't return "accumulator
5637         bug" but WREG instead,
5638         * (popGetTempReg): pushes contents of temporary register in stack,
5639         * (popReleaseTempReg): pops contents of temporary register from
5640         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5641         * (pic16_popGet): separated case AOP_ACC to return register WREG
5642         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5643         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5644         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5645         the use of immediate pointers to certain cases only.
5646
5647         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5648         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5649         * (assignResultValue, genCall, genRet): modified to use the new
5650         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5651         genPcall is still broken,
5652         * (genFunction): added code to create 'A' type pBlocks when
5653         interrupt functions are generated, code not extensively tested yet,
5654         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5655         * (genEndFunction): modified so ISRs pop stored registers from stack,
5656         * (genMultOneByte): cleanup,
5657         * (AccRsh): added flag andmask, to and result with appropriate mask,
5658         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5659         * (genDataPointerGet): fixed and reenabled its use,
5660         * (genNearDataPointerGet): bugs fixed,
5661         * (genDataPointerSet): bugs fixed,
5662         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5663         pic16_DumpSymbol, pic16_DumpOp,
5664         * src/pic16/genutils.h: function prototypes for the above functions,
5665         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5666         pointers,
5667         * (pic16emitRegularMap): many many many improvements, but needs a
5668         major cleanup,
5669         * src/pic16/main.c: enable_stack in pic16_options is removed,
5670         * (_pic16_parseOptions): removed command line options -penable-stack,
5671         * (_process_pragma): emit stack symbol only when stack pragma is
5672         processed,
5673         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5674         redirected to FSR0L/FSR0H pair,
5675         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5676         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5677         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5678         for immediates,
5679         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5680         * (dumpPicOptype): NEW,
5681         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5682         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5683         with movff instruction,
5684         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5685         added pic16_int_regs, some packRegsFor* functions are commented out,
5686         because produce errors,
5687         * src/pic16/NOTES: minor modifications
5688
5689 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5690
5691         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5692         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5693         --pack-iram.
5694         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5695         * as/mcs51/lkaomf51.c: fixed bug #895763
5696
5697 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5698
5699         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5700
5701 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * doc/sdccman.lyx: added details about the HC08 storage classes and
5704         interrupts, fixed the register usage info for z80 & gbz80
5705
5706 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5707
5708         * doc/sdccman.lyx: added more pic16 port documentation
5709         * device/include/pic16/: added header pic18fregs.h
5710
5711 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5712
5713         * doc/sdccman.lyx: added Vangelis' contribution
5714
5715 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5718         extend to the next CALL or PCALL, not just to the next CALL.
5719
5720 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5721
5722         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5723
5724 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5727         bug #895752 and a better fix for bug #716790
5728
5729 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5732
5733 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5734
5735         * doc/sdccman.lyx: minor changes, minor changed
5736
5737 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5738
5739         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5740         which can't handle SDCC_NEWONEBYTEOPS,
5741         (geniCodeMultiply): removed conversion from mult to shift for pic14
5742         and pic16
5743
5744 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * src/hc08/gen.h,
5747         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5748         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5749         thus fixing bug #895406
5750
5751 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5752
5753         * device/lib/_modsint.c,
5754         * device/lib/_modslong.c: sign follows divisor only
5755         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5756         signs or signedness can be ignored
5757         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5758         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5759         added optimization for IFX,
5760         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5761         arguments;
5762         reenabled optimization for IFX, which was removed on 2004-01-11
5763         * src/SDCCast.h: added return type IFX
5764         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5765         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5766         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5767         SDCC_OLDONEBYTEOPS selects the old behaviour
5768         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5769         changed again and commented promotion rule
5770         * src/SDCCval.c (valDiv): promotion no longer necessary
5771         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5772         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5773         rewritten
5774         * support/regression/tests/onebyte.c: added
5775
5776 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5777
5778         * gen.c (genInline): reverted to old code for assemnling inline
5779         code because of bug reported James Chadd
5780
5781 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5782
5783         * ralloc.h: missing declarations from previous patch,
5784         seems that patch for ralloc.h was never applied, fixed
5785
5786 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5787            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5788
5789         * pcode.c,
5790         * pcode.h,
5791         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5792         indirect addressing. Marked FSR0 as deprecated
5793         * gen.c (pointerCode): commented out, not needed now
5794         (pic16_popGet2p): new MOVFF helper function
5795         (genGenPointerGet),
5796         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5797         (shiftRLong): removed duplicate debugging info
5798
5799 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5800
5801         * src/ds390/gen.c (genNearPointerGet),
5802         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5803         optimization with bits, but not bitfields.
5804         * src/ds390/ralloc.c (packRegisters),
5805         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5806
5807 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5810
5811 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5812
5813         * src/SDCCsymt.h,
5814         * src/SDCCicode.c (operandFromSymbol),
5815         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5816         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5817         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5818         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5819         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5820         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5821         bug #892038
5822         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5823         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5824         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5825         * src/SDCCsymt.c (newSymbol),
5826         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5827         enumerator_list),
5828         * src/SDCCval.h,
5829         * src/SDCCval.c (newiList): fixed bug #885705
5830
5831 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5832
5833         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5834         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5835
5836 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5837
5838         * device/include/c8051f120.h,
5839         * device/include/c8051f300.h,
5840         * device/include/c8051f310.h: added/updated header files for Silicon
5841         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5842         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5843         in new section Submitting patches
5844
5845 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5846
5847         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5848         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5849         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5850         genGenPointerSet),
5851         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5852         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5853         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5854         genGenPointerSet),
5855         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5856         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5857         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5858         genGenPointerSet),
5859         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5860         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5861         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5862         genGenPointerSet): fixed bug #892400
5863         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5864         to eliminate build warnings.
5865         * src/SDCCast.c (processParms),
5866         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5867         fixed bug 751859
5868         * support/valdiag/valdiag.py: added GCC to the list of defines active
5869         when compiling with gcc
5870
5871 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * support/Util/SDCCerr.h,
5874         * support/Util/SDCCerr.c,
5875         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5876         with an incomplete type (fixed bug #883734)
5877         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5878
5879 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5882
5883 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5884
5885         * src/SDCCast.c (decorateType),
5886         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5887         function pointer implementation
5888         * support/regression/tests/funptrs.c: added tests to verify both forms
5889         of function pointers work correctly. Added tests to verify parameters
5890         are passed in the correct order.
5891
5892 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5893
5894         * device.c (regCompare): registers are sorted by ascending
5895         address and increasing size,
5896         * main.c (_pic16_finaliseOptions): removed the declaration
5897         of compiler macro MCU. Now a macro of the format pic18fxxxx
5898         will be defined from the command line
5899
5900 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5901             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5902
5903         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5904         PCOP_RLCF was overwritten!
5905         * gen.c (genSkip): commented out calls to pic16_emitcode,
5906         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5907         * (genlshTwo),
5908         * (genRRC): added debugging info,
5909         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5910         overwritten while shifting,
5911         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5912         overwritten while shifting,
5913         * (AccLsh),
5914         * (AccRsh),
5915         * (shiftLLeftOrResult),
5916         * (shiftRLeftOrResult),
5917         * (shiftRLong),
5918         * (shiftLLong): Implemented with pic16_emitpcode
5919         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5920         * (genLeftShift): Fixed bug, operand for shift by variable always
5921         was "and"ed with 0x0f,
5922         * (genLeftShiftLiteral),
5923         * (genrshTwo),
5924         * (genRightShiftLiteral): added debugging info,
5925         * (genrshFour): added comment,
5926         * (genRightShift): determined signedness from operand "left"
5927         instead of "result"
5928
5929 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5930
5931         * src/SDCCicode.c (geniCodeParms),
5932         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5933         function pointers, fixed function pointer bugs #861242 and #861896
5934
5935 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5936
5937         * device/include/c8051f000.h,
5938         * device/include/c8051f120.h,
5939         * device/include/c8051f300.h: added header files for Silicon
5940         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5941
5942 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5943
5944         * src/SDCCast.c (processParams): added new type flow and restructured
5945         (gatherAutoInit): added new type flow
5946         (addCast): cosmetic changes
5947         (getLeftResultType): added new type flow for array indices, patch
5948         provided by Stas, see FR #877103
5949         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5950         array index patch by Stas
5951         * src/SDCCast.h: added prototype getResultTypeFromType()
5952         * src/SDCCval.h,
5953         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5954         * src/pic/glue.c (pic14emitStaticSeg),
5955         * src/pic16/glue.c (pic16emitStaticSeg),
5956         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5957         for initialization of symbols
5958         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5959         * support/Util/SDCCerr.h:
5960         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5961         * .version: bumped version number to 2.3.8
5962         * device/include/Makefile.in (install),
5963         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5964         avoid warnings
5965
5966 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5967
5968         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5969         Slade Rich fixed an optimization bug
5970         * src/pic/pcodepeep.c,
5971         * src/pic/pcoderegs.c
5972         * doc/Makefile (install): added test for directory
5973
5974 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5977         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5978         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5979         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5980         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5981         * as/mcs51/asexpr.c (term),
5982         * as/hc08/asexpr.c (term): fixed bug #887146
5983
5984 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5985
5986         * src/z80/gen.c (genMult): handle single byte result product
5987         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5988         DUMMY_READ_VOLATILE (fixed bug #886367)
5989
5990 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5991
5992         * support/regression/tests/libmullong.c: fixed logic, on little endian
5993         hosts we ended without a mullong_wrapper()
5994
5995 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5996
5997         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5998         virus/worm forged address usage.
5999
6000 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6001
6002         Fixed promotion, it should be done on AST level:
6003         * src/SDCCast.c (addCast): added promotion to int
6004         (decorateType): updated call to upCast()
6005         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6006         usualUnaryConversions()
6007
6008 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6009
6010         * support/regression/tests/literalop.c (mulWrapper): Added a
6011         wrapper to remove integer overflow warnings.
6012
6013         * support/regression/tests/float_trans.c: Made work on host.
6014
6015         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6016         location of sz80.
6017
6018         * support/regression/generate-cases.py (main): Changed from inline
6019         to a main method.
6020
6021         * doc/Makefile (install): Changed to depth first to get rid of
6022         missing directory install warning.
6023
6024         * as/Makefile (install-doc): Made work on Mac.
6025
6026 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6027
6028         * src/SDCCast.c: added an additional type flow in decorateType() of
6029         opposite direction, see feature request #860006; it's enabled at runtime
6030         by setting the environment variable SDCC_NEWTYPEFLOW
6031         * src/SDCCast.h: changed prototype of decorateType()
6032         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6033         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6034         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6035         see feature request #877103
6036         * src/SDCCval.c: updated call of decorateType()
6037         (valBitwise): fixed bug #882876
6038         (valMinus): added promotion
6039         (valLogicAndOr): result is unsigned
6040         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6041         * src/SDCCsymt.c (computeType),
6042         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6043         must not cause an unsigned operation
6044         * src/pic/glue (pic14emitRegularMap),
6045         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6046
6047 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6048
6049         * src/pic/pcode.c (PCodeID): commented out left over debug code
6050
6051 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6052
6053         * support/valdiag/tests/overflow.c: added shift tests
6054         * src/pic/device.c,
6055         * src/pic/gen.c,
6056         * src/pic/gen.h,
6057         * src/pic/glue.c,
6058         * src/pic/main.c,
6059         * src/pic/pcode.c,
6060         * src/pic/pcode.h,
6061         * src/pic/pcodepeep.c,
6062         * src/pic/pcoderegs.c,
6063         * src/pic/ralloc.c,
6064         * src/pic/ralloc.h: applied patch from Slade Rich;
6065         added support for multiple code pages and multiple RAM banks on the
6066         PIC 14 port. The ASM files now no longer simply assume all the
6067         code / RAM are in the same page / bank. This means the linker can
6068         safely allocate code/RAM of separate ASM files to different pages/banks.
6069         * doc/sdccman.lyx: added Slade's tips
6070         * src/mcs51/peeph.def: fixed bug #880768
6071
6072 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6073
6074         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6075         * src/SDCCast.c (decorateType): fixed bug #880197
6076
6077 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6078
6079         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6080         getopt.h.
6081
6082         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6083         strtof is not part of C89 and isn't included with Mac OS X.
6084
6085 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6086
6087         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6088         shiftL2Left2Result): fixed bug #879326
6089         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6090         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6091         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6092         address fetch for clr instruction
6093         * device/lib/hc08/_mulint.c: created optimized assembly version
6094         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6095
6096 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6097
6098         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6099         proposed in FR #877103
6100
6101 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6102
6103         * src/SDCCval.c (cheapestVal): added missing checks
6104         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6105         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6106
6107 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6108
6109         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6110         equal operands
6111
6112 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6113
6114         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6115         loaded with the linker search paths (-L arguments) and the libraries
6116         to be linked with the current source (-l arguments). Changes
6117         currently will affect only the pic16 port.
6118         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6119         include path the port specific paths and port specific libraries,
6120         * gplink command now contains the $3 argument,
6121         * src/pic16/device.h,
6122         * src/pic16/device.c,: structure PIC_device is made public and
6123         renamed to PIC16_device, the same for variable Pics which is renamed
6124         to Pics16. Updated all references to them.
6125         * src/pic16/glue.c (pic16glue): corrected bug with code
6126         initialization which bypassed the variable initializations block.
6127
6128         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6129         COMPILE_FLAGS and added the --nostdinc option
6130
6131 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * device/include/mc68hc908jb8.h: Register defs for another member
6134         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6135
6136 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6137
6138         Documenting changes from previous commits.
6139         * configure.in (version 1.56),
6140         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6141         when generating output files to configure the pic16 library,
6142         but now I've commented it out, since gputils aren't installed in the
6143         SF compile farm, so library won't compile
6144
6145         * device/lib/Makefile.in (version 1.56): initially I've added in
6146         target 'all' the prerequestive 'model-pic16' so it compiled the
6147         pic16 library, but now I've commented it out for the same reasons
6148         above,
6149         * added targets 'model-pic16' and 'objects-pic16' to compile the
6150         library
6151         * added target 'port-specific-objects-pic16' to handle the
6152         generated libraries and copy them into the build/ directory
6153         * added target 'clean-intermediate-pic16' to clean intermediate
6154         files into pic16 directory
6155         * in target 'installdirs' added line to create directory pic16 in
6156         the installation path
6157
6158         * device/include/Makefile.in (version 1.11): in target 'install'
6159         added lines to copy all header files to installation path,
6160         * in target 'installdirs' added line create directory for pic16
6161         headers in the installation path
6162
6163 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6164
6165         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6166          a function call
6167
6168 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6169
6170         * configure,
6171         * device/lib/configure.in,
6172         * device/lib/configure: fixed for autoconf 2.57
6173
6174 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6177         option so that it actually works. Made it specific to the z80, since
6178         the gbz80 doesn't have these kinds of I/O ports.
6179
6180 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * device/include/z180.h,
6183         * device/lib/_memcpy.c,
6184         * device/lib/_memmove.c,
6185         * device/lib/_mulint.c,
6186         * device/lib/ser_ir.c,
6187         * device/lib/ser_ir_cts_rts.c,
6188         * device/lib/_strcmp.c,
6189         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6190         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6191         portmode; added deprecation warning for bank= and protmode= forms.
6192         Also, guard against buffer overflow.
6193         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6194
6195 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6196
6197         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6198         changed interrupt vector table generation to only emit declared vectors.
6199         * device/include/Makefile.in: added missing backslash
6200         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6201
6202 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6203
6204         Mainly changes to support compilation of the device libraries
6205         * src/pic16/device.c: stack is allocated via symbol and not
6206         via literal number. The symbol is placed in the corresponding
6207         position of the data ram
6208         * (pic16_dump_section): relocatable and absolute uninitialized
6209         data are now emitted in sorted order to reduce section naming,
6210         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6211         weren't marked as being in the access bank,
6212
6213 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         Added portion of GNU PIC Library under the directory
6216         device/include/pic16 and device/lib/pic16. These files
6217         contain the declarations of SFRs for the PIC18Fxx2 devices.
6218         The directory is initialized via configure from toplevel.
6219
6220 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6221
6222         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6223         the spilllocations to be compared correctly
6224
6225 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6226
6227         * src/SDCCast.c (decorateType): fixed bug introduced today
6228
6229 2004-01-12  Borut Razem <borut.razem AT siol.net>
6230
6231         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6232         doc/sdccman.lyx: upper case pragmas are deprecated
6233
6234 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6235
6236         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6237         in simpler and even better code
6238
6239 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6240
6241         * src/SDCCicode.c (operandOperation): fixed bug #874819
6242         * src/SDCCast.c (decorateType): fixed
6243         char foo (unsigned long ul) { return ul > 0; }
6244
6245 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6246
6247         * doc/sdccman.lyx: Moved and added some sections, small changes
6248         all over. Telling LaTeX to be less strict with word spacing
6249         to better keep the right margin. Changed some notes about
6250         maintainance of the ports in section 3.2.1 - is it OK like this?
6251
6252 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6253
6254         SDCC source changes:
6255         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6256         convilong): modified to inform the pic16 port that builtin functions
6257         are external
6258
6259         PIC16 PORT specific changes:
6260         * src/pic16/device.c pic16_dump_equates() added,
6261         processor registers declared internally by the port are emitted in
6262         the translation as equates,
6263         * src/pic16/gen.c: inline code is passed unprocessed to the
6264         translation,
6265         * (pic16_popGetLit2): fnuction modified to take second operand as
6266         pCodeOp pointer and not as literal,
6267         * (popRegFromIdx): prefixed with pic16_,
6268         * (pic16_popCombine2): modified to receive already allocated pCode
6269         operands,
6270         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6271         * (genFunction): initializes local stack frame and pushes on stack
6272         all the registers used by this function,
6273         * (genEndFunction): restores all registers from stack and restores
6274         stack frame,
6275         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6276         improvements,
6277         * (pic16glue): changed the program startup sequence,
6278         * added new dbName code 'A' for functions placed in absolute section
6279         * src/pic16/main.c: added function attribute _naked,
6280         * added pragma 'code' to place a fnuction at an absolute address,
6281         * added command line arguments --debug-ralloc and --pcode-verbose,
6282         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6283         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6284         * (pic16_newpCodeOpLit2): modified to take the second operand as
6285         pCodeOp pointer,
6286         * (pic16_printpBlock): modified to emit each function in a separate
6287         section,
6288         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6289         UPPER for immediate operands,
6290         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6291         instruction,
6292         * src/pic16/peeph.def: all peepholes with movff are commented out,
6293         because there is a problem in the pcode peep optimizer,
6294         * src/pic16/ralloc.c: the register allocator can now reuse local
6295         function symbols for another function. This saves register usage.
6296         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6297
6298         Added file src/pic16/NOTES with information about program writing on
6299         the current port version.
6300
6301 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6302
6303         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6304         and peephole 252 (array access)
6305
6306 2004-01-09  Borut Razem <borut.razem AT siol.net>
6307
6308         * src/SDCCmain.c : fixed #872250: -l command line defined library
6309           files are scanned before standard library files
6310
6311 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * src/SDCCast.c (decorateType): fixed bug #874046
6314
6315 2004-01-09  Borut Razem <borut.razem AT siol.net>
6316
6317         * support/scripts/sdcc.nsi: remove previous installation
6318
6319 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6320
6321         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6322         bytes for last interrupt vector (mcs51)
6323         * sdcc.spec: fixed typo
6324
6325 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6326
6327         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6328         gen51Code): more efficient parameter receive for --model-large
6329         ("bug" #845294)
6330
6331 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/ds390/main.c,
6334         * src/z80/main.c: added missed needLinkerScript flags (more than
6335         one port structure defined in these file)
6336         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6337         bug #795325
6338
6339 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6340
6341         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6342         * src/port.h: added flag needLinkerScript in port->linker
6343         structure to inform whether to create a .lnk file or not,
6344         * src/avr/main.c,
6345         * src/ds390/main.c,
6346         * src/hc08/main.c,
6347         * src/mcs51/main.c,
6348         * src/pic/main.c,
6349         * src/pic16/main.c,
6350         * src/xa51/main.c,
6351         * src/z80/main.c: changed appropriately to configure
6352         needLinkerScript flag
6353         * src/pic/gen.c,
6354         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6355         * src/pic/glue.c: added variable udata_section_name to
6356         override default uninitialized data segment definition for
6357         devices only with SHAREBANK memory (reported from Erik Epetrich)
6358         * (pic14emitOverlay): modified to emit a commented overlay segment
6359         directive when no overlay data exist
6360         * (picglue): modified to emit uninitialized data segment
6361         according to udata_section_name
6362         * src/pic/main.c (_pic14_parseOptions): added command line
6363         options --udata-section-name=[name] to override default
6364         udata definition name
6365         * modified _linkCmd and _asmCmd to include compiler passed
6366         arguments via -W option
6367         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6368         object file from '.rel' to '.o' in port->linker structure,
6369         changed size of fptr from 2 to 3 in port structure
6370
6371 2004-01-07  Borut Razem <borut.razem AT siol.net>
6372
6373         * support/scripts/sdcc.nsi: update PATH
6374         * support/scripts/sdcc.ico: craeted
6375
6376 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6377
6378         * device/include/Makefile.in: fix install
6379         * doc/Makefile: fix install
6380
6381 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6384         in bug #860505
6385         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6386         how the function variable allocation summary is displayed; also
6387         include information about variables allocated to the overlay
6388         segment
6389
6390 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6391
6392         * as/mcs51/lkmain.c: Help about -Y option
6393         * as/mcs51/lkarea.c: Fixed gcc warnings
6394
6395 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6396
6397         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6398         fixed warning
6399         * support/valdiag/tests/overflow.c: added
6400         * src/SDCCast.c (decorateType),
6401         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6402         LEFT_OP (left shift)
6403
6404 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6405
6406         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6407         (default behaviour).
6408
6409 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         A python script to validate compiler diagnostic messages. It can be
6412         used to verify that sdcc complains about bad c source code and
6413         gives a good location of the error.
6414         * support/valdiag/Makefile,
6415         * support/valdiag/valdiag.py,
6416         * support/valdiag/tests/*
6417
6418 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6421         * src/SDCCsymt.c (newEnumType),
6422         * src/SDCCsymt.h
6423         * support/Util/SDCCerr.c,
6424         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6425         enum related bugs.
6426         * support/regression/tests/enum.c: added test for enum values that
6427         require at least 2 bytes of storage.
6428
6429 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6430
6431         * src/common.h: added ifndef/define/endif macros
6432         around the header file.
6433         Bug reported from Jesus Calvino-Fraga
6434
6435 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6436
6437         * sdcc.spec: updated
6438         * device/include/Makefile.in: don't install CVS directories
6439         * device/lib/Makefile.in: added removal of CVS directories after install
6440         * doc/Makefile: fixed install, added local_icons
6441         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6442         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6443         * src/ds390/gen.c (genRightShift): fixed bug #870788
6444         * src/SDCCast.c (decorateType): fixed bug #870781
6445
6446 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6447
6448         PIC16 port related changes:
6449         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6450         added variable stackPos,
6451
6452         * gen.c: genCall, assignResultValue: added support for
6453         pushing/retrieving function parameters to/from stack,
6454         genFunction,genEndFunction: setup stack frame for the
6455         generated function,
6456         genAddrOf: will be changed according to bug 863624
6457
6458         * added files genutils.c and genutils.h which contain gen*
6459         debugged and optimised functions extracted from gen.c
6460
6461         * glue.c: added variable 'externs' which holds extern symbols,
6462         pic16emitRegularMap: is modified to properly handle relocatable
6463          symbols under the new scheme,
6464         pic16createInterruptVect: is modified
6465         pic16printPublics: is modified to emit 'global' assembler directives,
6466         added pic16_printExterns to print extern symbols,
6467         pic16glue: initializes stack/frame pointer in the beginning of
6468         the assembly output. Temporary hack, will be corrected later,
6469         because gplink yet does not support stack and SDCC does not
6470         yet support a type of crt0.o object to create the final binary.
6471
6472         * Removed many lines that contain 8051 legacy code.
6473         * The code is finally placed under a 'code' directive.
6474         * Added port specific options.
6475
6476         * _process_pragma: simplified since now we do not need *special*
6477         include file to define SFR registers. But a separate header
6478         will be needed. This will be developed later.
6479         * _pic16_parseOptions: added, parses port specific options:
6480         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6481         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6482         --preplace-udata-with=
6483
6484         * _pic16_setDefaultOptions: modified to initialize section names,
6485         but hack is temporarly out of order since it needs improvement.
6486         * _pic16_genAssemblerPreamble: configuration words are emitted by
6487         their address instead of their name. This part is incomplete and
6488         supports only the 18Fxx2 devices. Other devices will emit an error
6489         during assembly since they do not contain the same set of config
6490         registers
6491         * _pic16_genIVT: is modified,
6492
6493         * pcode.c: added definitions for some hardware registers that are needed
6494         for stack support
6495         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6496         All PCI entries are updated. Now LFSR is supported.
6497         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6498         * added pic16_newpCodeOpLit2 to support instructions with
6499         two literal arguments
6500         * pic16_pCode2str: corrected code that emits assembler instructions
6501         with two literal operands and those that have an access bit modifier
6502         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6503         this fixes a bug which caused some labels to be lost, when an
6504         assembler directive was added, i.e. banksel,
6505         * pic16_FixRegisterBanking: improved logic that causes the insertion
6506         of bank switching,
6507         * InlineFunction: functions that are called once, are not any more
6508         inlined. This can be a port option in the future,
6509
6510         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6511
6512         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6513         hold the corresponding uninitialized symbols,
6514         * pic16_allocProcessorRegister: registers have explicit marked the
6515         accessBank field,
6516         * pic16_allocInternalRegister: registers are explicit marked as
6517         not used,
6518         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6519         processing list, so bit registers were lost,
6520         *
6521
6522         * ralloc.h: added field 'accessBank' and original symbol operand
6523         in register definition,
6524         * removed the field isMapped from register definition,
6525
6526         ** Several functions have been removed from various sources:
6527         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6528         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6529         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6530         pic16_assignRelocatableRegisters
6531
6532         ** others have been introduced:
6533         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6534         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6535
6536 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6537
6538         * support/scripts/inc2h.pl: changed definition of BIT_AT
6539         to emit 'sbit at' instead of 'bit at'. This was a request.
6540
6541         PIC16 port related preliminary changes:
6542         * gen.c: prefixed function popRegFromString with
6543         pic16_ and all references to it corrected
6544         * pcode.c: all pic16_pc_* hardware registers prefixed
6545         with underscore (_),
6546         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6547         * ralloc.c: newReg(): when register is REG_SFR then
6548         set address to rIdx,
6549         pic16_allocProcessorRegister(): marks register wasUsed=0
6550         pic16_writeUsedRegs(): added a call to assign processor
6551         registers via pic16_assignFixedRegisters
6552
6553 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6554
6555         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6556         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6557         variables in unused register banks.  Also the SSEG is placed
6558         wherever there is enough space for it, and IDATA can be anywhere
6559         in internal RAM.  For now compile using -Wl-Y[stack_size].
6560         The mem file is different for this option as well, since it
6561         makes no sense of talking about DSEG lenght.
6562
6563 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6564
6565         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6566         in certain cases, e.g. when ROM assignment, patch provided
6567         from Albert den Haan.
6568
6569 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6570
6571         Many signedness and type propagation fixes:
6572         * src/SDCCicode.c: made geniCodeCast() static
6573         replaced SPEC_ by IS_ (cosmetic)
6574         (operandOperation): fixed div and mod operation
6575         (usualBinaryConversions): added support for promotion of char
6576         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6577         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6578         (geniCodeAdd): an array index will stay unsigned, even if promoted
6579         from char to int
6580         (geniCodeArray): ditto
6581         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6582         * src/SDCCsymt.c (computeType): added more support for char;
6583         promotion of char is selectable by promoteCharToInt, fixed signedness
6584         for all cases
6585         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6586         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6587         * src/SDCCval (val*): replaced signedness calculation by
6588         computeType()
6589         rearranged if-branches (cosmetic)
6590         (valShift): added warning W_SHIFT_CHANGED
6591         (valCompare): fixed problem with different types
6592         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6593         * support/regression/tests/literalop.c: added many cases
6594         * support/regression/tests/ast_constant_folding.c: changed finally to
6595         'unsigned int'
6596         * .version: new year, new version: 2.3.7
6597         * src/SDCCmain.c (main): applied patch #866468
6598         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6599         provided by Scott Bronson
6600         * doc/sdccman.lyx: updated documentation for sdcdb
6601         updated and added chapter tips
6602
6603 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6604
6605         * src/SDCCsymt.h: missing from yesterday's commits
6606
6607 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         * src/SDCC.y (struct_or_union_specifier),
6610         * support/Util/SDCCerr.c,
6611         * support/Util/SDCCerr.h: verify that struct & union tags are used
6612         as declared.
6613
6614 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6615
6616         * src/SDCCglobl.h: missing from yesterday's commits
6617
6618 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6621         sft_attributes, struct_declaration, parameter_declaration,
6622         type_name, start_block, declaration_list),
6623         * src/SDCC.lex (check_type): support redefinition of typedef names
6624
6625 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6626
6627         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6628         aligned xdata arrays. Erik helped me with the if clause.
6629
6630 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6633         warning
6634
6635 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6636
6637         * src/SDCCast.h,
6638         * src/SDCCast.c (newAst_),
6639         * src/SDCCicode.h,
6640         * src/SDCCicode.c (ast2iCode, newiCode),
6641         * src/SDCCglobl.h,
6642         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6643         expr, statement, expression_statement, selection_statement,
6644         iteration_statement, expr_opt, jump_statement): foundation for tracking
6645         sequence points
6646         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6647         point code too)
6648
6649 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         * support/Util/SDCCerr.c,
6652         * src/SDCCast.h,
6653         * src/SDCCast.c (createCase, createDefault, decorateType),
6654         * src/SDCClabel.c (labelUnreach),
6655         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6656         to error messages.
6657         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6658         (with thanks to Stas Sergeev)
6659         * device/include/time.h,
6660         * device/lib/time.c (CheckTime): suppress unreachable code warning
6661
6662 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6663
6664         * src/SDCCast.c (createIvalCharPtr),
6665         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6666         bug #753752)
6667         * support/regression/tests/nullstring.c: tests for these two bugs
6668
6669 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         * support/Util/SDCCerr.h,
6672         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6673         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6674         about storage class and 'at' used inside struct or union
6675         * src/SDCCBBlock.c (iCodeFromeBBlock),
6676         * src/SDCCcse.c (ifxOptimize),
6677         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6678         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6679         printIval, emitStaticSeg, emitOverlay),
6680         * src/SDCClabel.c (deleteIfx),
6681         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6682         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6683         gatherAutoInit, processParms),
6684         * support/Util/SDCCerr.h,
6685         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6686         reporting for post-parse errors.
6687
6688 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6691         implicit casts via union; they don't work on big endian systems
6692         (possible fix for bug #861138)
6693
6694 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6695
6696         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6697         * src/mcs51/main.c: fixed the fix for bug #737001
6698
6699 2003-12-15  Borut Razem <borut.razem AT siol.net>
6700
6701         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6702
6703 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6704
6705         * support/makebin/makebin.c: put output in binary mode
6706
6707 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6708
6709         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6710         xdata and data memory on startup. Set the environment variable
6711         SDCC_NOGENRAMCLEAR to disable this.
6712         * src/mcs51/peephole.def,
6713         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6714         (allows non-interrupt and interrupt code to safely compete for a resource
6715         without the non-interrupt code having to disable interrupts)
6716
6717 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6718
6719         * src/SDCCicode.c (geniCodeAdd),
6720         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6721         with valFromType if type might be a pointer and host is big endian).
6722         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6723         types, not just integer types.
6724         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6725         multiply defined with mismatching "at" address.
6726
6727 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6730         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6731         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6732         with embedded nulls (fixed bug #753752)
6733
6734 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6735
6736         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6737         Apparently this did not see much testing (endless loop)
6738
6739 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6742
6743 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6746         gracefully handle NULL memmap pointers
6747
6748 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6751         instead of deleting the iCode when an operand is volatile
6752         * src/z80/gen.c (genDummyRead),
6753         * src/mcs51/gen.c (genDummyRead),
6754         * src/ds390/gen.c (genDummyRead),
6755         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6756         not just IC_RIGHT
6757         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6758         * src/SDCC.y: fixed bug #850420
6759
6760 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6761
6762         Applied z80 i/o port patch from Peter Townson and fixed some operators
6763         to better handle operands in A register.
6764         * device/include/z180.h
6765         * src/SDCC.y
6766         * src/SDCCglue.c
6767         * src/z80/gen.c
6768         * src/z80/gen.h
6769         * src/z80/main.c
6770         * src/z80/peeph-z80.def
6771         * src/z80/peeph.def
6772         * src/z80/z80.h
6773
6774 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6775
6776         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6777
6778 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * device/lib/hc08/_mullong.c: Removed extra #endif
6781
6782 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6783
6784         * sim/ucsim/hc08.src/inst.cc,
6785         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6786         carries from x to h
6787         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6788         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6789         * device/include/stdarg.h: fixed varargs for hc08
6790         * device/lib/Makefile.in,
6791         * device/lib/hc08/Makefile,
6792         * device/lib/hc08/_mulint.c,
6793         * device/lib/hc08/_mullong.c: fixed some endian problems
6794
6795 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6796
6797         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6798         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6799         * device/lib/_gptrget.c,
6800         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6801
6802 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6803
6804         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6805         * src/SDCCast.c (astErrors): fixed bug #846007
6806         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6807
6808 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6809
6810         * src/SDCCast.c (decorateType): disabled a transformation I added in
6811         revision 1.188 (access to fields of a structure at an absolute address);
6812         it breaks with bitfields, extern declarations, and gcse analysis.
6813         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6814         could be assigned through a pointer, so don't complain.
6815         * src/SDCCast.c (astErrors),
6816         * src/SDCCast.h,
6817         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6818
6819 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6820
6821         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6822         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6823         output of __config directives, since gpasm now supports them
6824         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6825         pre-processor macro, i.e. -DMCU=p18f452
6826         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6827         and modified to handle 'cast' icode similarly to '=' icode
6828         * src/pic16/device.h (typedef struct PIC_device): added field
6829         'extMIface' to indicate that chip has external memory interface
6830         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6831         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6832         18F8720
6833
6834 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6835
6836         * src/SDCC.y (pointer): fixed bug #846006
6837         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6838         * src/SDCCast.c (decorateType): fixed bug #846009
6839         * src/ds390/peeph.def,
6840         * src/ds390/gen.c (genAnd, genOr),
6841         * src/mcs51/peeph.def,
6842         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6843
6844 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6845
6846         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6847         * src/SDCCdflow.c
6848         * src/SDCCcse.c
6849         * src/SDCCcse.h
6850         * src/SDCCBBlock.h
6851         * src/SDCCBBlock.c
6852
6853 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6854
6855         fixed bug #845089
6856         * src/SDCCbitv.h,
6857         * src/SDCCbitv.c: added function to free a bitvector
6858         * src/SDCClrange.h,
6859         * src/SDCClrange.c: added function to recompute the liveranges
6860         * src/avr/ralloc.c,
6861         * src/ds390/ralloc.c,
6862         * src/hc08/ralloc.c,
6863         * src/mcs51/ralloc.c,
6864         * src/pic/ralloc.c,
6865         * src/pic16/ralloc.c,
6866         * src/xa51/ralloc.c,
6867         * src/z80/ralloc.c: recompute the liveranges after register packing
6868
6869 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6870
6871         * src/SDCCloop.c (newInduction): fixed bug #845630
6872
6873 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6874
6875         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6876         inadvertantly left behind from my 2003-11-12 change
6877
6878 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6879
6880         Updated headers I neglected to commit yesterday.
6881         * src/SDCClrange.h,
6882         * src/SDCCicode.h
6883
6884 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6887         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6888         * src/SDCCopt.c (eBBlockFromiCode),
6889         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6890         the creation of the key hash table from the sequencing so it can be used
6891         earlier (for some GCSE bug fixes still pending)
6892
6893 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6894
6895         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6896         * support/regression/tests/addsub.c: testing genPlus shortcut
6897
6898 2003-11-15  Borut Razem <borut.razem AT siol.net>
6899
6900         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6901
6902 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6903
6904         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6905         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6906         ordering is immaterial.
6907         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6908
6909 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6912         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6913         (SIGSEV) of bug #840381
6914         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6915         unlink new file before rename if new and old filenames are the same)
6916
6917 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6918
6919         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6920         uninitialized variables) for the mcs51. Set environment variable
6921         SDCC_GENRAMCLEAR to test.
6922         xdata initialization slightly shorter
6923
6924 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCsymt.h,
6927         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6928         #838241 & 780691 (basicly the same bug)
6929         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6930         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6931
6932 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6933
6934         * src/SDCCmain.c (linkEdit): "fix" #834252
6935
6936 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6939         * src/SDCCast.h,
6940         * src/SDCC.y: fixed bug #819403
6941
6942 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6943
6944         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6945         the reentrant attribute.
6946         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6947         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6948         simulation
6949         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6950         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6951         erroneously reduced to a literal.
6952         * src/hc08/ralloc.c (packRegisters, rematStr),
6953         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6954         some cases
6955
6956 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6957
6958         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6959         * doc/sdccman.lyx: changed from 'article' to 'book'
6960         * doc/Makefile: readded test_suite_spec and cdbfileformat
6961
6962 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6963
6964         * device/include/stdlib.h: include malloc.h to comply with ANSI
6965         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6966
6967 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6968
6969         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6970         * doc/clean.mk: also remove *.out files
6971         * doc/sdccman.lyx: some additions, larger top/bottom margins
6972
6973 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6974
6975         * src/SDCC.y: fixed bug #837365
6976         * support/regression/tests/bitopcse.c
6977         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6978         a symbol (might be valop instead)
6979         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6980         * device/lib/clean.mk: added hc08 to the cleaning list
6981
6982 2003-11-04  Borut Razem <borut.razem AT siol.net>
6983
6984         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6985           made 2003-11-04
6986         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6987           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6988           malloc is declared in standard stdlib.h
6989
6990 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * device/lib/hc08/Makefile: need to clean .rel not .o files
6993         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6994
6995 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/port.h,
6998         * src/hc08/main.c,
6999         * src/mcs51/main.c,
7000         * src/ds390/main.c,
7001         * src/z80/main.c,
7002         * src/avr/main.c,
7003         * src/pic/main.c,
7004         * src/pic16/main.c,
7005         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7006         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7007         tests (which uses the port's oclsExpense function)
7008         * src/SDCC.y,
7009         * src/SDCCast.c,
7010         * src/SDCCicode.c,
7011         * src/hc08/gen.c,
7012         * src/ds390/gen.c,
7013         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7014
7015 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/SDCCcse.c (ifxOptimize),
7018         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7019         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7020         deleting the IFX iCode.
7021         * src/hc08/ralloc.c: reduced unneeded slocs
7022         * src/hc08/gen.c: fixed bug in asmopToBoolean
7023
7024 2003-11-04  Borut Razem <borut.razem AT siol.net>
7025
7026         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7027           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7028           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7029           transferred to configure
7030
7031 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7032
7033         Use headers defined in the C[++] standards:
7034         * sim/ucsim/gui.src/serio.src/fileio.cc
7035         * sim/ucsim/gui.src/serio.src/frontend.cc
7036         * sim/ucsim/gui.src/serio.src/main.cc
7037         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7038         * support/Util/NewAlloc.c
7039         * as/hc08/lklibr.c
7040         * as/mcs51/lklibr.c
7041         * as/z80/aslist.c
7042         * as/z80/assym.c
7043
7044 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7045
7046         * Added MSVC projects for hc08 assembler and linker:
7047         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7048         /as/hc08/link_hc08.dsp
7049
7050 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7051
7052         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7053
7054 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7055
7056         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7057
7058 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7059
7060         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7061
7062 2003-10-31  Borut Razem <borut.razem AT siol.net>
7063
7064         * support/cpp2/cpplib.h,
7065           support/cpp2/cpplib.c,
7066           support/cpp2/cpplex.c,
7067           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7068           to switch _asm block preprocessing on / off. Default is
7069           #pragma preproc_asm +
7070
7071 2003-10-31  Borut Razem <borut.razem AT siol.net>
7072
7073         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7074           when outputting comment blocks (when executed with -C option) and
7075           _asm (SDCPP specific) blocks
7076
7077 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7078
7079         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7080
7081 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7082
7083         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7084
7085 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7088         * src/SDCCast.c (decorateType): fixed bug #832664
7089
7090 2003-10-31  Borut Razem <borut.razem AT siol.net>
7091
7092         * support\cpp2\cpplex.c: fixed for SDCPP:
7093           comments(when executed with -C option) and _asm blocks
7094           were included even if they where in skipped #if block.
7095           Applied solution from GCC cpp 3.3.2
7096
7097 2003-10-31  Borut Razem <borut.razem AT siol.net>
7098
7099         * src/SDCC.lex: sdcc now understands both formats:
7100           '# <line_number> <file_name>' and
7101           '#line <line_number> <file_name>'
7102         * support/cpp2/cppmain.c: sdcpp now generates the standard
7103           '# <line_number> <file_name>' instead of former
7104           '#line <line_number> <file_name>'
7105
7106 2003-10-30  Borut Razem <borut.razem AT siol.net>
7107
7108         * support/cpp2/cpphash.h,
7109         * support/cpp2/cpplib.h
7110         * support/cpp2/cpplex.c,
7111         * support/cpp2/cppmain.c,
7112         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7113
7114 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         Fixed a number of problems revealed by bug #827883.
7117         * src/SDCCloop.c (loopInvariants): Spill location of the
7118         result operand should be recomputed if extracted from
7119         a loop. Also, don't extract assignments of an iTemp
7120         from a literal.
7121         * src/SDCCast.c (isConformingBody): loop reversal should
7122         not occur if the control variable is involved with a
7123         relational operator.
7124
7125 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7126
7127         * .version: bumped to 2.3.6 to reflect the big improvements
7128         made by Erik and Klaus. Thanks!
7129
7130 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7131
7132         Replaced the livrange code.
7133         * src/SDCClrange.c: added new LR code
7134         * src/SDCCloop.c,
7135         * src/SDCCBBlock.h: removed remainig parts from old LR code
7136         * src/ds390/ralloc.c,
7137         * src/ds390/gen.c: minor fixes to make it work with new code
7138
7139 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * as/hc08/asm.h,
7142         * as/hc08/lkrloc.c,
7143         * src/hc08/gen.c,
7144         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7145         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7146         (tweaked fix for bug #818696)
7147
7148 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7151
7152 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         * src/SDCCmain.c,
7155         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7156         * src/mcs51/gen.c (gencjneshort),
7157         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7158         more efficient (per Scott Bronson's suggestion)
7159
7160 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         Extended the semantics of the critical keyword to include
7163         individual statements. See RFE #827755 and #799831
7164         * src/SDCC.y
7165         * src/SDCCicode.c
7166         * src/SDCCopt.c
7167         * src/SDCCast.c
7168         * support/Util/SDCCerr.c
7169         * support/Util/SDCCerr.h
7170         * src/mcs51/gen.c
7171         * src/ds390/gen.c
7172         * src/hc08/gen.c
7173
7174 2003-10-19  Borut Razem <borut.razem AT siol.net>
7175
7176         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7177
7178 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7181         Fixed bug #818696
7182         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7183         and predecrement operand is displayed
7184
7185 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7186
7187         * src/SDCCval.c (valMinus): fixed bug #826041
7188
7189 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7190
7191         Some hc08 related updates that I missed earlier
7192         * sim/ucsim/stypes.h
7193         * support/regression/ports/hc08/spec.mk
7194
7195 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         New target "hc08" for the Motorola 68hc08 family of micros
7198
7199         * configure
7200         * configure.in
7201         * Makefile
7202         * src/hc08/*
7203         * src/SDCCmain.c
7204         * src/port.h
7205         * sim/ucsim/hc08.src/*
7206         * sim/ucsim/configure.in
7207         * src/ucsim/configure
7208         * sim/ucsim/packages_in.mk
7209         * as/hc08/*
7210         * as/Makefile
7211         * device/include/mc68hc908qy.h
7212         * device/lib/hc08/*
7213         * device/lib/Makefile.in
7214         * support/regression/ports/hc08/*
7215         * support/regression/Makefile
7216
7217 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7220         regression test
7221         * src/ds390/gen.c (genCast): fixed bug #821957
7222
7223 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7224
7225         * device/lib/logf.c: "fixed" overlay bug
7226         * support/regression/ports/host/spec.mk: added m library
7227         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7228         * support/regression/tests/float_trans: added (for Eric)
7229
7230 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7231
7232         * src/mcs51/gen.c (genCpl): fixed bug
7233         http://sf.net/mailarchive/message.php?msg_id=6263915
7234
7235 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7236
7237         * src/SDCCast.c (decorateType): added extended constant folding
7238         * src/SDCCsymt.c (computeType): cleanup
7239         * src/SDCCval.c (valShift): minor optimization
7240         * support/regression/tests/ast_constant_folding.c: added
7241
7242 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7243
7244         * src/SDCCmain.c: removed some unintended changes
7245
7246 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7249         * src/z80/gen.c: fixed part of bug #817589
7250         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7251
7252 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7253
7254         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7255         * src/SDCCcflow.c
7256         * src/SDCCcse.c
7257         * src/SDCCdflow.c
7258         * src/SDCClabel.c
7259         * src/SDCClrange.c
7260         * src/SDCCmem.c
7261         * src/SDCCopt.c
7262         * src/SDCCpeeph.c
7263         * src/SDCCset.c
7264         * src/avr/ralloc.c
7265         * src/ds390/ralloc.c
7266         * src/izt/ralloc.c
7267         * src/mcs51/ralloc.c
7268         * src/pic/ralloc.c
7269         * src/pic16/ralloc.c
7270         * src/xa51/ralloc.c
7271         * src/z80/ralloc.c
7272         * src/z80/gen.c: removed unused label "release:"
7273
7274 2003-10-06  Borut Razem <borut.razem AT siol.net>
7275
7276         * src/SDCC.lex: removed definition of unused variables
7277           save_optimize and save_options
7278
7279 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         * clean.mk: removed '=' in "-maxdepth=1"
7282         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7283         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7284
7285 2003-10-06  Borut Razem <borut.razem AT siol.net>
7286
7287         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7288           my_unput() replaced by unput()
7289
7290 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7291
7292         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7293         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7294         type-punned pointer will break strict-aliasing rules"
7295         Old LR behaviour is again default; Klaus' LR can be choosen by
7296         defining the environment variable LRKLAUS
7297         * src/SDCCBBlock.h
7298         * src/SDCCloop.c
7299         * src/SDCClrange.c
7300         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7301         * clean.mk: fixed removal of files in bin/CVS/
7302         * device/lib/clean.mk: fixed removal of directories small and large
7303         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7304         * src/SDCCicode.c,
7305         * src/SDCCval.c: removed superflous test for pedantic
7306
7307 2003-10-05  Borut Razem <borut.razem AT siol.net>
7308
7309         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7310           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7311           message "unmatched #pragma SAVE and #pragma RESTORE"
7312
7313 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7314
7315         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7316           assembly, critical functions, atomic, nojtbound)
7317
7318 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7321         * src/SDCCBBlock.h
7322         * src/SDCCloop.c
7323         * src/SDCCloop.h
7324         * src/SDCClrange.c
7325
7326 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7327
7328         * src/z80/gen.h,
7329         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7330         * src/mcs51/gen.h
7331         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7332         * src/ds390/gen.h
7333         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7334         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7335         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7336
7337 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         * src/z80/gen.c (genRet): fixed bug #524753
7340         * src/z80/gen.c (genCast): fixed internal error on cast from
7341         pointer to long
7342         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7343         fix for bug #477835 to the z80
7344         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7345         for tracking iCodes in the peephole optimizer for z80
7346
7347 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7348
7349         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7350         the other part of bug #814548
7351         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7352
7353 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * src/SDCCcse.c: fixed part of bug #814548
7356
7357 2003-09-28  Borut Razem <borut.razem AT siol.net>
7358
7359         * src/asm.c: rewrite of printILine() to use temporary file instead
7360           a pipe
7361         * src/xa51/main.c: commented out declaration of int rewinds
7362
7363 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7366
7367 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7370         * src/asm.c (printILine): Fixed bug #811015
7371
7372 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7373
7374         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7375         freeing.
7376
7377 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7378
7379         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7380         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7381         to correctly handle general case of AOP_PAIRPTR
7382         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7383
7384 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * src/mcs51/ralloc.c (fillGaps),
7387         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7388         register positioning bug)
7389
7390 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7391
7392         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7393
7394 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7397         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7398         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7399         (ralloc doesn't intentionally do this now, but perhaps later)
7400         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7401         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7402         register positioning bugs (Fixed bug #762602 and #795325)
7403         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7404         (Fixed bug #808779)
7405         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7406         lines that --i-code-in-asm generates
7407
7408 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7409
7410         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7411         trying to fclose a FILE* that was already closed.
7412
7413 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7416         of const struct should be treated as if const themselves)
7417
7418 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7419
7420         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7421
7422 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7423
7424         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7425         Unix (/n) and DOS (/r/n) line terminations.
7426
7427 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7428
7429         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7430         bug #613775
7431
7432 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/mcs51/gen.c (genFunction, genEndFunction),
7435         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7436         and restore of EA so that stack offsets to parameters are
7437         correct when using both critical and reentrant/stack-auto.
7438         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7439         size (can be triggered in error if sloc is shared between
7440         different sized objects)
7441         * device/include/float.h: fixed macros to explicitly use
7442         unsigned long where needed
7443
7444 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7445
7446         Feature req. 799831: added code to allow nesting of critical functions
7447         * src/mcs51/gen.c (genFunction, genEndFunction)
7448         * src/ds390/gen.c (genFunction, genEndFunction)
7449
7450 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7451
7452         * src/SDCCsymt.c (sclsFromPtr),
7453         * src/SDCCsymt.h,
7454         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7455         support for standard C idiom of memory mapped variables; for
7456         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7457         to xdata int at 0x1234 tempvar = 1.
7458         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7459         provided by Akiya ISHIDA
7460
7461 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7462
7463         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7464         * src/SDCCval.c (constVal): added reduction from int to char
7465         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7466         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7467         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7468         to ignore the sign
7469         * support/regression/tests/shifts.c: fixed
7470
7471 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7472
7473         * src/z80/gen.c (genXor): Fixed bug #805445
7474
7475 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         Fixed bug #621531 (const & volatile confusion in the type chain).
7478         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7479         refer to the const or volatile state of the pointer itself.
7480
7481         * src/SDCCast.c
7482         * src/SDCCglue.c
7483         * src/SDCCicode.c
7484         * src/SDCCsymt.c
7485         * src/SDCCval.c
7486         * src/SDCC.y
7487         * src/SDCCsymt.h
7488         * src/pic/gen.c
7489         * src/pic/ralloc.c
7490         * src/pic16/gen.c
7491         * src/pic16/ralloc.c
7492         * support/regression/tests/const.c
7493
7494 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7495
7496         When checking for duplicated modules, use absolute paths
7497         instead of relative paths.  Files changed:
7498
7499         * as/mcs51/lklib.c
7500         * link/z80/lklib.c
7501
7502 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7503
7504         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7505
7506 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * device/include/string.h: added size_t typedef, changed
7509         prototypes to use size_t, eliminated separate reentrant and
7510         non-reentrant declarations, added _memmove declaration
7511         * device/lib/_memcpy.c: changed to use size_t instead of int,
7512         changed /4 to >>2 to avoid division library call
7513         * device/lib/_memcmp.c,
7514         * device/lib/_memset.c,
7515         * device/lib/_strncat.c,
7516         * device/lib/_strncpy.c,
7517         * device/lib/_strncmp.c: changed to use size_t instead of int
7518         * device/lib/_memmove.c: new file (fixed bug #772294)
7519         * device/lib/Makefile.in: added _memmove.c
7520         * device/lib/z80/asm_strings.s: fixed bug #772290
7521         * support/regression/tests/bitfields.c: attempt to fix host assertion
7522         failure on amd64-unknown-linux2.2
7523
7524 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7525
7526         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7527         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7528         * as/z80/asmain.c (main): fixed bug #801766
7529
7530 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7531
7532         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7533         compilers
7534
7535 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7538         reported in bug #800609
7539
7540 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7541
7542         * Top header beautifications in src/pic16 directory:
7543           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7544           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7545           pcoderegs.h, ralloc.c, ralloc.h
7546         * main.c: added top header and GPL license notice
7547         * pcode.c: fixed the if-conditional warning
7548
7549 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7550
7551         * device/lib/_mullong.c: replaced int by short for gcc
7552
7553 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7556         and JUMPTABLE iCodes properly now (worked by accident before)
7557         * src/mcs51/gen.c (leftRightUseAcc),
7558         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7559         iCode properly now. Use getSize instead of nRegs since a & b
7560         aren't part of the nRegs tally.
7561
7562 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7563
7564         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7565         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7566           before instructions that use the _STATUS register
7567
7568 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7569
7570         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7571         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7572         fetching of the pointer
7573         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7574         copied from genNearPointerSet()
7575         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7576         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7577         If they pop r0/r1 they must be called in the opposite order than aopOp().
7578         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7579         (resp. --stack-auto), prepared for --xstack
7580
7581 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7582
7583         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7584
7585 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7586
7587         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7588         these ports have their own __sdcc_external_start()
7589
7590 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7591
7592         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7593         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7594         type for bits was changed. It resulted in bit variables becoming
7595         global, which is not permitted in PIC 14 assembly output.
7596
7597 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7598
7599         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7600
7601 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7602
7603         Z80 and MCS51 linkers complaint if a public symbol is defined
7604         in more than one library module:
7605
7606         * as/mcs51/lklib.c
7607         * link/z80/lklib.c
7608         * as/mcs51/Makefile.in
7609
7610 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         A few small changes that speed up the peephole optimizer.
7613
7614         * src/SDCCpeeph.c
7615
7616 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         Try to make the peephole optimizer smarter by maintaining
7619         an association between the assembly source code and the
7620         iCodes that originated them. Put this information to use
7621         with a new peephole rule condition "notVolatile" so that
7622         the rules can be aggressive yet still safe.
7623
7624         * src/SDCCpeeph.c
7625         * src/SDCCpeeph.h
7626         * src/mcs51/gen.c
7627         * src/mcs51/peeph.def
7628
7629 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7630
7631         Fixed bug #741761
7632
7633         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7634         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7635         if the left or right operand symbols have the accuse flag set.
7636
7637 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         Changed the type of the result of the ! (NOT) operator to char;
7640         previously it returned the same type as the source. This allows
7641         us to eliminate all the genFloatNot functions (all of its target
7642         implementations were very buggy) since !float can use the same
7643         code as !long now.
7644
7645         * src/SDCCicode.c (ast2iCode): ! returns char
7646         * src/mcs51/gen.c (genNot, genNotFloat),
7647         * src/ds390/gen.c (genNot, genNotFloat),
7648         * src/z80/gen.c (genNot, genNotFloat),
7649         * src/pic/gen.c (genNot, genNotFloat),
7650         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7651
7652 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7655         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7656            during interrupts. Ensure WSAVE is located at a shared bank address.
7657         2. Fixed page selection in some places
7658         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7659            the registers name strings.
7660         4. Fixed "signed / unsigned compare" compiler warnings.
7661         5. The PIC port manages its own allocation of the general purpose
7662            registers, but makes no attempt to reuse them. As a result when
7663            compiling it soon runs out of general purpose registers. Some
7664            additional code was added to the files pcode.c and device.c to walk
7665            through the function call tree and rename the registers so that they
7666            get reused.
7667
7668         * src/pic/device.c
7669         * src/pic/gen.c
7670         * src/pic/glue.c
7671         * src/pic/pcode.c
7672         * src/pic/pcode.h
7673         * src/pic/ralloc.c
7674         * src/pic/ralloc.h
7675         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7676         genPlus() & genMinus() when the result is the same as left or right
7677
7678 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7679
7680         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7681
7682 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7683
7684         Made bitfield a distinct type from bit so that bitfields
7685         convert as per ANSI C and bits retain their traditional
7686         boolean style behaviour. Implemented bitfield support in
7687         the z80 port.
7688
7689         * src/SDCCsymt.h,
7690         * src/SDCCsymt.c,
7691         * src/SDCCast.c,
7692         * src/cdbFile.c,
7693         * src/mcs51/gen.c,
7694         * src/ds390/gen.c: bit v bitfield split
7695         * src/z80/gen.c: New support for bitfields
7696         * support/regression/tests/bitfields.c: reenabled z80,
7697         added more tests
7698
7699 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7700
7701         Rules 246.x, 247.x relate to bitfields, the others speed up
7702         access to xdata mapped I/O devices.
7703
7704         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7705
7706 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7707
7708         Cleaned up genPackBits and genUnpackBits and added two helper
7709         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7710         for literal assignments in genPackBits (thanks to Frieder for
7711         reminding me).
7712
7713         * src/mcs51/gen.c
7714         * src/ds390/gen.c
7715
7716 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7717
7718         Fixed bug #748310 (pointer to function type mishandled when the
7719         function name is omitted). Also fixed a SIGSEGV when a function
7720         attribute (reentrant, etc) is used on a non-function or on a
7721         function but misplaced before the parameter list.
7722
7723         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7724         bug #748310
7725         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7726         * support/Util/SDCCerr.h,
7727         * support/Util/SDCCerr.c: Added func attr misuse error msg
7728
7729 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7730
7731         Fixed bug #787649 by anonymous
7732         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7733         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7734
7735 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7736
7737         Fixed numerous bitfield problems.
7738
7739         * src/SDCC.y: More bitfield related error checking
7740         * src/SDCCsymt.h,
7741         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7742         * support/Util/SDCCerr.h,
7743         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7744         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7745         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7746         * support/regression/tests/bitfields.c: tests added
7747
7748 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         Made the constant following the "interrupt" keyword optional. If
7751         omitted, the function will not automatically be given an entry
7752         in the interrupt vector table (similar to #pragma NOIV, but
7753         less syntacticly kludgy). The interrupt number is also now
7754         range checked. Also fixed a bug in the high order bit example
7755         in the manual.
7756
7757         * src/SDCC.y
7758         * src/SDCCmem.c
7759         * src/SDCCglue.c
7760         * src/SDCCsymt.h
7761         * support/Util/SDCCerr.c
7762         * support/Util/SDCCerr.h
7763         * doc/sdccman.lyx
7764
7765 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7768         * src/SDCCicode.c (operandOperation): rewritten some ops
7769         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7770         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7771         other type
7772         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7773         be re-activated by defining REDUCE_LITERALS)
7774         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7775         unsigned, but are signed by default
7776         * src/SDCCval.c (constVal): rearranged
7777         * src/SDCCval.c (valMod): preliminary fix
7778         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7779         * support/regression/literalop.c: added, work in progress
7780
7781 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7782
7783         Generate warnings for useless declarations like "char data;"
7784         that don't do what new users expect.
7785
7786         * src/SDCC.y
7787         * support/Util/SDCCerr.h
7788         * support/Util/SDCCerr.c
7789
7790 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7791
7792         * src/SDCCval.c (valMult): fix overflow detection of negative int
7793
7794 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7795
7796         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7797
7798         Changes to support big endian targets:
7799
7800         * src/ports.h
7801         * src/SDCCglue.c
7802         * src/avr/main.c
7803         * src/ds390/main.c
7804         * src/izt/i186.c
7805         * src/mcs51/main.c
7806         * src/pic/main.c
7807         * src/pic16/main.c
7808         * src/xa51/main.c
7809         * src/z80/main.c
7810
7811 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7812
7813         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7814         * device/lib/time.c: fixed warning "integer overflow in expression"
7815
7816 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7819         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7820         constants are unsigned; added recognition of "u" flag for unsigned
7821         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7822         * src/SDCCval.c (valDiv, valMod): fixed signdness
7823         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7824         signedness of modulo, left and right shift
7825         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7826         * support/Util/SDCCerr.h: added warning W_INT_OVL
7827         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7828         * src/SDCCast.c (ast_print): improved output of constants
7829
7830 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7831
7832         Fixed some warnings when building with MSVC:
7833
7834         * as\mcs51\asdata.c
7835         * as\z80\asdata.c
7836         * as\mcs51\asm.h
7837         * as\z80\asm.h
7838         * link\z80\aslink.h
7839         * link\z80\lkdata.c
7840         * link\z80\lkeval.c
7841         * link\z80\lkgb.c
7842         * link\z80\lkihx.c
7843         * link\z80\lks19.c
7844         * link\z80\lksym.c
7845         * support\cpp2\cpplib.c
7846         * src\ds390\gen.c
7847         * src\mcs51\gen.c
7848
7849 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7852
7853 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7854
7855         * support\librarian\clean.mk: Do not remove Makefile.
7856         * support\librarian\Makefile: added.
7857
7858 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7859
7860         Added librarian to MSVC build:
7861         * all.dsp
7862         * sdcc.dsw
7863         * support\librarian\librarian.dsp
7864
7865         'configure' not needed for librarian, removed:
7866         * support\librarian\configure
7867         * support\librarian\configure.in
7868         * support\librarian\config_in.h
7869         * support\librarian\Makefile.in
7870
7871         Hopefully these ones built the librarian and the rest of sdcc properly:
7872         * Makefile
7873         * Makefile.common.in
7874
7875         Messed up 'configure', so revert to previous version:
7876         * configure
7877         * configure.in
7878
7879 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7880
7881         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7882         there, while the mantissa of a double is "only" 53 bits wide.
7883
7884 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7885
7886         Adding sdcclib to the build.  MSVC project coming soon.
7887         Files added/changed:
7888
7889         * support\librarian\clean.mk
7890         * support\librarian\configure
7891         * support\librarian\configure.in
7892         * support\librarian\config_in.h
7893         * support\librarian\Makefile.bcc
7894         * support\librarian\Makefile.in
7895         * support\librarian\sdcclib.c
7896         * Makefile.bcc
7897         * Makefile
7898         * Makefile.common.in
7899         * configure
7900         * configure.in
7901
7902 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7903
7904         Linker now complaints if linked modules have conflicting options, for
7905         example, one compiled using --model-large and another one compiled with
7906         --model-small.  The following files were modified:
7907
7908         * as\mcs51\asdata.c
7909         * as\mcs51\aslink.h
7910         * as\mcs51\asm.h
7911         * as\mcs51\asmain.c
7912         * as\mcs51\asout.c
7913         * as\mcs51\i51pst.c
7914         * as\mcs51\lkdata.c
7915         * as\mcs51\lklibr.c
7916         * as\mcs51\lkmain.c
7917         * as\z80\asdata.c
7918         * as\z80\asm.h
7919         * as\z80\asmain.c
7920         * as\z80\asout.c
7921         * as\z80\z80pst.c
7922         * link\z80\aslink.h
7923         * link\z80\lkdata.c
7924         * link\z80\lklibr.c
7925         * link\z80\lkmain.c
7926         * src\SDCCglue.c
7927
7928 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7929
7930         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7931         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7932
7933 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * src/z80/mappings.i: fix _mul[us][int,long] entries
7936
7937 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7938
7939         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7940
7941 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7942
7943         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7944         * support/regression/tests/bitopcse.c: added
7945         fixed warning:
7946         * src/avr/gen.c:
7947         * src/pic/gen.c:
7948         * src/pic16/gen.c:
7949         * src/z80/gen.c:
7950         * src/xa51/gen.c:
7951
7952 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7953
7954         added support for new library format to z80, gbz80 linkers:
7955         *link/z80/aslink.h
7956         *link/z80/lklex.c
7957         *link/z80/lklib.c
7958         *link/z80/lklist.c
7959
7960 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7963         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7964
7965 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7966
7967         added DUMMY_READ_VOLATILE:
7968         * src/SDCC.y:
7969         * src/avr/gen.c:
7970         * src/xa51/gen.c:
7971         * src/z80/gen.c:
7972         * src/pic/gen.c:
7973         * src/pic16/gen.c:
7974         * src/mcs51/gen.c:
7975         * src/ds390/gen.c:
7976         * src/SDCCcse.c (algebraicOpts): many improvements
7977         * src/SDCCcse.h: removed algebraicOpts()
7978         * src/SDCCicode.c (picDummyRead): added
7979
7980 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7981
7982         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7983         "Insufficient space in data memory".
7984
7985 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7986
7987         * src/mcs51/gen.c: fixed bug #771358
7988         * src/z80/gen.c: fixed bug #759087
7989
7990 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * src/pic16/glue.c: minor cleanup by Vangelis
7993
7994 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7995
7996         * device/include/regc515c.h: fixed #758477
7997         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7998         * device/lib/_gptrput.c: saved a few bytes
7999         * my tab spacing is 8, yours too?)
8000         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8001         * device/lib/serial.c: process RX bytes earlier than TX bytes
8002         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8003
8004 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8007
8008 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8009
8010     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8011
8012 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * device/lib/Makefile.in: bad fix, reverted to 1.43
8015
8016 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8017
8018         * device/lib/Makefile.in: added missing z80 object files
8019
8020 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8023         pic16 progress by Vangelis:
8024         * src/SDCCglobl.h:
8025         * src/SDCCmain.c:
8026         * src/pic/Makefile:
8027         * src/pic:
8028         * pic/Makefile:
8029         * pic16/device.c:
8030         * pic16/device.h:
8031         * pic16/gen.c:
8032         * pic16/gen.h:
8033         * pic16/genarith.c:
8034         * pic16/glue.c:
8035         * pic16/main.c:
8036         * pic16/pcode.c:
8037         * pic16/pcode.h:
8038         * pic16/pcodepeep.c:
8039         * pic16/peeph.def:
8040
8041 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8042
8043     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8044
8045 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8046
8047     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8048     added gbz80 build to MSVC project.
8049     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8050     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8051     from 8051 stuff and setup so it links using a .lnk file.
8052
8053 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8054
8055     * support/librarian/sdcclib.c: sdcc librarian.
8056     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8057     with sdcclib.
8058
8059 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8060
8061     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8062
8063 2003-07-02  Borut Razem <borut.razem AT siol.net>
8064
8065         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8066         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8067         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8068         src/xa51/main.c, src/z80/main.c:
8069         virtualization of glue() function: each port has it's own glue function,
8070         which is accessed by do_glue function pointer in PORT.general structure
8071
8072 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8073
8074         * DS800C400 fun, improved ROM interface and tinibios.
8075
8076 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8077
8078         * More support for DS80C400. Now includes beginning of interface to ROM.
8079
8080 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8083
8084 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8085
8086         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8087
8088 2003-06-19  Borut Razem <borut.razem AT siol.net>
8089
8090         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8091
8092 2003-06-19  Borut Razem <borut.razem AT siol.net>
8093
8094         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8095         fixed Z80 port - crt0.o: cannot open.
8096
8097 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8098
8099         * support/Util/MySystem.c (merge_command): revert bad fix
8100
8101 2003-06-18  Borut Razem <borut.razem AT siol.net>
8102
8103         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8104
8105 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8106
8107         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8108         option --use-stdout sends errors to stdout instead of stderr.
8109
8110 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8111
8112         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8113
8114 2003-06-15  Borut Razem <borut.razem AT siol.net>
8115
8116         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8117         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8118         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8119         fixed width array of pointers replaced with sets;
8120         multiple include and lib paths ared transferred to preprocessor and linker
8121         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8122         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8123         fixed width array of pointers
8124         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8125         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8126         fixupPath(), getPathDifference()
8127         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8128         fixed width array of pointers
8129
8130 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8131
8132         * src/pic16/ralloc.c: fix warnings
8133         * src/pic16/pcode.c: fix warning
8134
8135 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8136
8137          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8138         know all the details, but essentially this set of changes enable
8139         the pic16 port to generate movff instructions and generate assembler
8140         directives,
8141         * src/SDCCmain.c:
8142         * src/pic16/gen.c:
8143         * src/pic16/glue.c:
8144         * src/pic16/pcode.c:
8145         * src/pic16/device.c:
8146         * src/pic16/main.c:
8147         * src/pic16/pcode.h:
8148         * src/pic16/pcoderegs.c:
8149         * src/pic16/ralloc.c:
8150         * src/pic16/ralloc.h:
8151
8152 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8153
8154         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8155         added option --vc, so sdcc errors and warnings are compatible with
8156         Microsoft Visual Studio.
8157
8158 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8159
8160         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8161           device/lib/libfloat.lib: added atof function.
8162
8163 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * doc/sdccman.lyx: updated to Lyx 1.3
8166         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8167         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8168         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8169
8170 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8173
8174 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8175
8176         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8177           additions to the "related tools/documentation" section
8178
8179 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8182
8183 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8184
8185         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8186         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8187
8188 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * doc/sdccman.lyx: fix double dash and other minor things
8191         * doc/Makefile: fix double dash
8192
8193 2003-05-28  Karl Bongers(patches from Martin Helmling)
8194         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8195           condition and ignore commands.
8196
8197 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8198
8199         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8200           is in parts still quite out of date, I did changes as far as I felt makes sense
8201           for a non-native english speaker.
8202           Please feel free to add to the manual or to correct my changes.
8203         * doc/Makefile: undid touching the date of intermediate tex files.
8204
8205 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8206
8207         * doc/sdccman.lyx: Manual has an index now
8208
8209 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8210
8211         Finalize muluint/mulsint and mululong/mulslong merging:
8212         * device/lib/_mulint.c
8213         * device/lib/_mullong.c
8214         * device/lib/gbz80/mul.s
8215         * device/lib/gbz80/stubs.s
8216         * device/lib/z80/mul.s
8217         * device/lib/z80/stubs.s
8218         * src/SDCCsymt.c (initCSupport)
8219
8220 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8221
8222         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8223         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8224           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8225           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8226           instead of /Zm500.
8227
8228 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8229
8230         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8231           the regression tests I'm not brave enough to enable 245.b, 245.c
8232         * doc/sdccman.lyx: added latex preamble for hyperref package.
8233           Using pdflatex this will give you a hyperlinked pdf file with
8234           bookmarks. (prepend '%' before /usepackage if this breaks something)
8235
8236 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8237
8238          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8239
8240 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8241
8242         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8243
8244 2003-05-21    <johan AT balder>
8245
8246         * src/SDCCglue.c (printIval): fixed bug #739934
8247
8248 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8249
8250         Applied patch from bug 737905 (renamed yylineo to mylineno):
8251         * src/altlex.c
8252         * src/SDCCast.c
8253         * src/SDCglobl.h
8254         * src/SDCC.lex
8255         * src/SDCCsymt.c
8256         * src/SDCCval.c
8257         * src/pic16/pcode.c: Cleaned warnings
8258         * src/pic16/pcodeflow.c: Cleaned warnings
8259         * src/pic16/pcoderegs.c: Cleaned warnings
8260
8261 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8262
8263         * src/pic16/pcode.c: Cleaned warnings
8264         * src/pic16/pcodepeep.c: Cleaned warnings
8265         * src/pic16/ralloc.c: Cleaned warnings
8266
8267 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * doc/sdccman.lyx: fixed bug 739745
8270         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8271
8272 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8273
8274         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8275         it can be defined with CFLAGS when running configure
8276         * src/SDCCmain.c: fixed compiling + linking with object files
8277
8278 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8279
8280         * configure.in: configure for pic16 port,
8281             added --disable-pic16-port
8282         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8283         * src/SDCCmain.c: linkOptions is changed to set *,
8284             added if/endif conditional macros to remove options help
8285             messages from optionsTable when a port is not configured, added
8286             support for the PIc16 port in the ports table, when executing
8287             the compiler with no port specified on command line, a default
8288             port is selected with the new macro DEFAULT_PORT which is
8289             defined in port.h, in setDefaultOptions() linkOptions is removed
8290             from initialization assignment, since now it is a set,
8291             parseCmdLine uses setParseWithComma for linkOptions, in
8292             linkEdit() linkOptions are accessed with new function indexSet()
8293             which returns the i'th item of a set variable. See SDCCset.c, in
8294             linkEdit() when calling buildCmdLine(), added linkOptions as
8295             last argument. Now users can pass arguments to gplink via the
8296             -Wl option, main() uses pic16glue() to glue up pic16 programs
8297         * src/SDCCpeeph.c: various changes to support pic16
8298         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8299             return the i'th item of the set
8300         * src/SDCCset.h: added function prototype for indexSet()
8301         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8302         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8303         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8304             added macro DEFAULT_PORT
8305         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8306         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8307             generated
8308         * src/pic16/glue.c: commented out some error producing lines
8309         * src/pic16/main.c: __config directives are commented out to stop
8310             gpasm complaining and test the linkage with gplink, _linkCmd and
8311             _asmCmd changed to be more gplink and gpasm friendly
8312         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8313             produced an error when parsed, peep rule 12 is added to utilize
8314             movff, but it is commented out since the pCode does not support
8315             yet a command with 2 address arguments
8316
8317 2003-05-18    <johan AT balder>
8318
8319         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8320         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8321 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8322
8323         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8324   Added feature to script commands from file.
8325
8326 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8327
8328         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8329         * src/SDCCutil.c: include ctype.h for win32
8330
8331 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8332
8333         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8334
8335 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8336
8337         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8338   Fixed so you can set breakpoints prior to run, run does not stop
8339   on entry now.  Add tbreak.  Other enhancements and fixes for use
8340   with ddd.
8341
8342 2003-05-12  Borut Razem <borut.razem AT siol.net>
8343
8344         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8345
8346 2003-05-11  Borut Razem <borut.razem AT siol.net>
8347
8348         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8349         the path of bin directory, so that PATH is the only env. variable, which has to be set
8350         in case of standard installation.
8351         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8352         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8353         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8354
8355 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8356
8357         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8358         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8359         temp files are in the port dir; clean the gen/test directory when
8360         generating new test.c
8361         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8362         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8363         * support/regression/tests/zeropad.c: added
8364
8365 2003-05-09    <johan AT balder>
8366
8367         * src/SDCCglue.c: fixed bug #597940
8368
8369 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8370
8371         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8372   cache sfr, optimize next,step, fix off by one sourceline,
8373   support ddd list function.
8374         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8375
8376 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * support/regression/HTMLgen.py: added compare_s2f()
8379         * support/regression/Makefile: redo 1.27
8380         * support/regression/generate-cases.py: redo 1.5
8381
8382 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8383
8384         * support/regression/tests/float.c: workaround 33 bit hex constant
8385         * support/regression/tests/simplefloat.c: fix division for host
8386
8387 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8388
8389         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8390         that tame's the PIC's over-aggressive optimizer.
8391
8392 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8393
8394          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8395          support for MSVC.
8396
8397 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8398
8399         Initial support for DS80C400. "Hello world" runs on TINIm400
8400         (with polled I/O).
8401
8402 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8403
8404          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8405          * Some notes on ddd usage added in debugger/README
8406          Martin Helmling adding more features and fixes for ddd GUI debugger.
8407          Code added for nexti, stepi, up, down, and other adjustments.
8408
8409 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8410
8411         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8412         * src/pic/peeph.def Added two rules to optimize carry manipulation
8413         * src/pic/* removed debug printfs
8414
8415 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         * debugger/mcs51/cmd.c: added header newalloc.h
8418
8419 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * as/Makefile: new EXEEXT
8422         * as/z80/Makefile: remove trailing slash of BUILDIR
8423         * as/z80/clean.mk: new EXEEXT
8424         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8425         * support/cpp2/Makefile.in: new EXEEXT
8426         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8427
8428 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8431         EXEEXT was introduced to fix all related problems with targets
8432         "clean", "install" and "uninstall"; a couple of further flaws
8433         especially with "clean" have been fixed too
8434         * as/mcs51/Makefile.in
8435         * as/mcs51/clean.mk
8436         * as/z80/Makefile
8437         * Makefile
8438         * clean.mk
8439         * debugger/mcs51/Makefile.in
8440         * debugger/mcs51/clean.mk
8441         * link/z80/Makefile
8442         * link/z80/Makefile.in
8443         * link/z80/clean.mk
8444         * link/Makefile
8445         * packihx/Makefile.in
8446         * packihx/clean.mk
8447         * sim/ucsim/Makefile
8448         * sim/ucsim/clean.mk
8449         * sim/ucsim/avr.src/Makefile.in
8450         * sim/ucsim/avr.src/clean.mk
8451         * sim/ucsim/s51.src/Makefile.in
8452         * sim/ucsim/s51.src/clean.mk
8453         * sim/ucsim/xa.src/Makefile.in
8454         * sim/ucsim/xa.src/clean.mk
8455         * sim/ucsim/z80.src/Makefile.in
8456         * sim/ucsim/z80.src/clean.mk
8457         * sim/ucsim/main_in.mk
8458         * sim/ucsim/packages_in.mk
8459         * sim/ucsim/gui.src/Makefile.in
8460         * sim/ucsim/gui.src/serio.src/Makefile.in
8461         * sim/ucsim/gui.src/serio.src/clean.mk
8462         * src/Makefile.in
8463         * src/clean.mk
8464         * support/cpp2/Makefile.in
8465         * support/cpp2/clean.mk
8466         * support/makebin/Makefile
8467         * support/makebin/clean.mk
8468         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8469         * doc/sdccman.lyx: --program-suffix no longer needed
8470
8471 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8472
8473          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8474          Martin Helmling added support for ddd GUI debugger.
8475          Code added to display assembly, set variables, and other commands
8476          to interface to ddd.
8477
8478 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8479
8480         * as/Makefile: fix target clean
8481         * as/clean.mk: fix target clean
8482         * as/z80/clean.mk: fix target clean
8483
8484 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8485
8486         * Makefile.common.in: added  AT EXEEXT AT
8487         * configure.in: removed all mingw32 stuff
8488         * configure: rebuilt from configure.in
8489         * doc/sdccman.lyx: updated section "installation"
8490         * support/scripts/sdcc_mingw32: adapted to configure
8491         * support/scripts/sdcc_cygwin_mingw32: added
8492
8493 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8494
8495         * src/pic Added object file support for the PIC port
8496         * src/pic Applied patch from Craig Franklin (this started the object file support)
8497         * src/regression Updated the PIC regression tests for object files
8498
8499 2003-04-20  Borut Razem <borut.razem AT siol.net>
8500
8501         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8502           lklex.c: In function `getfid':
8503           lklex.c:203: warning: array subscript has type `char'
8504         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8505           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8506         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8507           stack handling macros
8508
8509 2003-04-19  Borut Razem <borut.razem AT siol.net>
8510
8511         * "handling space characters in file path" task:
8512         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8513         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8514         * support/Util/MySystem.h: make it self-sufficient
8515         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8516           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8517           handling space characters in file path
8518         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8519           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8520         * support/Util/MySystem.c: handling space characters in executable's path
8521
8522 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * as/z80/Makefile: fix permanent rebuild of z80
8525         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8526         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8527
8528 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8529
8530         * src/SDCCopt.c: add special case optimization to replace modulo by
8531           a power of two with a bitwise AND.
8532
8533 2003-04-18    <johan AT balder>
8534
8535         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8536
8537 2003-04-17    <johan AT balder>
8538
8539         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8540         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8541
8542 2003-04-13  Borut Razem <borut.razem AT siol.net>
8543
8544         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8545         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8546           fixed mingw problem in adl_NORMALIZE_PATH
8547
8548 2003-04-12  Borut Razem <borut.razem AT siol.net>
8549
8550         * fixed "#pragma SAVE/RESTORE can not be nested":
8551         * src/SDCC.lex: reworked pragma handling functions
8552         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8553         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8554
8555 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8556
8557         * src/SDCCutil.c (pathEquivalent): defined but not used
8558         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8559         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8560         * configure: rebuilt from configure.in
8561         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8562         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8563         * device/include/Makefile.in: replace sdcc_datadir
8564         * device/lib/Makefile.in: replace sdcc_datadir
8565         * Makefile.common.in: add LDFLAGS from configure
8566         * packihx/Makefile.in: use LDFLAGS
8567         * src/Makefile.in: use LDFLAGS
8568         * support/cpp2/Makefile.in: add LDFLAGS from configure
8569         * support/makebin/Makefile: use LDFLAGS
8570         * .version: bumped version number to 2.3.5
8571
8572 2003-04-12  Borut Razem <borut.razem AT siol.net>
8573
8574         * completed "different paths" task:
8575         * src/SDCCmacro.c: fixed bug in handling quotes
8576         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8577         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8578
8579 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8580
8581         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8582
8583 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8584
8585         * ds390/gen.c ds390/peeph.def: fix bug 706781
8586
8587 2003-04-11  Borut Razem <borut.razem AT siol.net>
8588
8589         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8590
8591 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8592
8593         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8594         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8595          set - this bit used to not be set...).
8596         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8597           bad code in PIC Port
8598         * src/regression/and2.c added to test bug 609268
8599         * src/regression/Makefile added and2.c to regression test
8600
8601
8602 2003-04-08    <johan AT CP255758-A>
8603
8604         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8605         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8606         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8607
8608 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8611         fix bug #487815
8612         * support/cpp2/Makefile.in: fix bug #487815
8613         * configure: rebuilt from configure.in
8614         * Makefile.common.in: docdir changed, new path suffixes
8615         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8616         * sdcc_vc_in.h: reflect changes from sdccconf.h
8617         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8618         * src/SDCCutil.h: remove BINDIR hack
8619         * doc/sdccman.lyx: update new path hierarchy
8620
8621 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8622
8623         * src/SDCCpeeph.c: added okToRemoveSLOC test
8624
8625 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8626
8627         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8628
8629 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8630
8631         * src/SDCCpeeph.c: added labelIsReturnOnly test
8632         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8633
8634 2003-04-05    <johan AT balder>
8635
8636         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8637         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8638         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8639         * src/SDCCast.c: fixed a warning
8640         * src/SDCCast.h: fixed a warning
8641         * src/SDCCicode.c (operandFromAst): fixed a warning
8642
8643 2003-04-04    <johan AT balder>
8644
8645         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8646         * src/SDCCast.c (decorateType): fixed bug #715076
8647         * src/SDCC.y: fixed bug #702907
8648
8649 2003-04-03    <johan AT balder>
8650
8651         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8652         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8653         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8654         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8655         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8656
8657 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8658
8659         * _decdptr.c: fix return values
8660         * _gptrget.c: fix return values
8661         * _gptrgetc.c: fix return values
8662         * _gptrput.c: fix return values
8663         * _mulint.c: fix return values
8664         * as/z80/Makefile: fix 'make -j' problem
8665
8666 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8669         * configure.in: big cleanup, updated to autoconf 2.5x
8670         * configure: rebuilt from configure.in
8671         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8672         * sdcc_vc_in.h: reflect changes from sdccconf.h
8673         * doc/Makefile: fixed a flaw in "make install"
8674
8675 2003-04-02    <johan AT balder>
8676
8677         * src/ds390/gen.c (genCmp): no comments
8678         * src/mcs51/gen.c (genCmp): no comments
8679         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8680         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8681
8682 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * support/regression/generate-cases.py: place generated file in given sub directory
8685         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8686         * support/regression/Makefile: improvements for 'make -j';
8687         side effect: it's simpler and faster now
8688
8689 2003-03-31  Borut Razem <borut.razem AT siol.net>
8690
8691         * src/z80/main.c: link-{port} and as-{port} defined without path
8692         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8693
8694 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8697
8698 2003-03-30  Borut Razem <borut.razem AT siol.net>
8699
8700         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8701           changed type of list parameter to set
8702         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8703         * src/port.h: changed type of do_assemble() parameter to set
8704         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8705           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8706           definition of "cppoutfilename" macro with NULL value in preProcess()
8707         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8708         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8709         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8710           replaced with set *binPathSet
8711         * shash_add() deallocates the item, if allready exsists, before adding the new one
8712         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8713
8714 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8715
8716         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8717           a nested for loop bug in the PIC port
8718         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8719           for loops
8720
8721 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * support/Util/dbuf.h: remove C++ stuff to make it portable
8724
8725 2003-03-28  Borut Razem <borut.razem AT siol.net>
8726
8727         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8728           literal strings in stringLiteral()
8729         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8730         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8731           to the project
8732
8733 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8734
8735         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8736
8737 2003-03-26    <johan AT balder>
8738
8739         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8740         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8741         * src/SDCCast.c (decorateType): fixed " -v < 3"
8742
8743 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8746         Added Lenny Story's debug infrastructure changes:
8747         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8748         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8749         * src/cdbFile.c: added
8750         * src/SDCCdebug.c: added
8751         * src/SDCCdebug.h: added
8752         * src/SDCCast.c (createFunction)
8753         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8754         * src/SDCCmain.c (parseCmdLine, main)
8755         * src/SDCCmem.c (redoStackOffsets)
8756         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8757         * src/SDCCsymt.h
8758         * src/common.h
8759         * src/avr/gen.c (genAVRCode)
8760         * src/ds390/gen.c (gen390Code)
8761         * src/mcs51/gen.c (gen51Code)
8762         * src/pic/gen.c (genpic14Code)
8763         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8764         * src/xa51/gen.c (genXA51Code)
8765         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8766
8767 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8768
8769         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8770         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8771
8772 2003-03-22    <johan AT balder>
8773
8774         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8775
8776 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8779         * doc/cdbfileformat.lyx: added, written by Lenny Story
8780         * doc/Makefile: added cdbfileformat.lyx
8781         * doc/clean.mk: added cdbfileformat.lyx
8782
8783 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8784
8785         * src/mcs51/peeph.def: fix bug #705773
8786
8787 2003-03-20    <johan AT balder>
8788
8789         An sfr/sbit can have an "at #" AND an initializer
8790         * src/SDCCsymt.c (checkSClass):
8791         * src/SDCCmem.c (allocGlobal):
8792         * src/SDCCmem.c (allocLocal):
8793         * src/SDCCast.c (createBlock):
8794
8795 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8796
8797         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8798
8799 2003-03-16    <johan AT balder>
8800
8801         Undid the hackup of const and volatile, the problem is much bigger
8802         * src/SDCC.y:1.65
8803         * src/SDCCast.c:1.171
8804         * src/SDCCglue.c:1.138
8805         * src/SDCCicode.c:1.146
8806         * src/SDCCsymt.c:1.150
8807         * src/SDCCval.c:1.65
8808
8809 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8810
8811         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8812         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8813
8814 2003-03-13    <johan AT balder>
8815
8816         Hackup const and volatile modifiers in type chains a bit:
8817         * src/SDCC.y:1.63
8818         * src/SDCCast.c:1.169
8819         * src/SDCCglue.c:1.136
8820         * src/SDCCicode.c:1.143
8821         * src/SDCCsymt.c1.146
8822         * src/SDCCsymt.h1.59
8823         * src/SDCCval.c:1.63
8824
8825 2003-03-12    <johan AT balder>
8826
8827         * src/SDCCBBlock.h: more LRH debugging junk
8828         * src/SDCCcflow.h: more LRH debugging junk
8829         * src/SDCCloop.c: more LRH debugging junk
8830         * src/SDCC.y (struct_declaration): fixed bug #697590
8831         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8832         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8833         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8834
8835 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8836         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8837         test function names must now match exactly).
8838         * src/SDCCcse.c: added special case in findCheaperOp to allow
8839         extending a short integer. Makes less awful code for bug 700121 test case.
8840
8841 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8842
8843         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8844         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8845
8846 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8847
8848         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8849         actually called (operandsNotEqual() was called for all
8850         operandsNotEqualX tests).
8851
8852 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8853
8854         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8855         with shorter literals. Fixes bug 700121.
8856
8857 2003-03-11    <johan AT balder>
8858
8859         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8860
8861 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8862
8863         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8864         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8865
8866 2003-03-10  Borut Razem <borut.razem AT siol.net>
8867
8868         * src/SDCCmain.c: pipe preprocessor's output
8869         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8870         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8871         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8872         which closes all pipes in pipeSet set
8873         * src/SDCCset.c: free deleted item in function deleteSetItem()
8874         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8875         moved from z80 to src subproject
8876         * .version: increased version number to 2.3.4
8877
8878 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8879
8880         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8881         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8882         * support/regression/ports/xa51/spec.mk: fix typo
8883
8884 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8885
8886         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8887
8888 2003-03-09  Borut Razem <borut.razem AT siol.net>
8889
8890         * src/SDCCmain.c: pipe preprocessor's output
8891         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8892         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8893         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8894         which closes all pipes in pipeSet set
8895         * src/SDCCset.c: free deleted item in function deleteSetItem()
8896         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8897         moved from z80 to src subproject
8898
8899 2003-03-09  Borut Razem <borut.razem AT siol.net>
8900
8901         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8902         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8903         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8904         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8905         * src/SDCCglobl.h: unification of WIN32 native definitions
8906
8907 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8908
8909         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8910
8911 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * src/configure.in:   check for endianess (even while cross-compiling)
8914         * src/configure:      check for endianess (even while cross-compiling)
8915         * src/configure_in.h: check for endianess (even while cross-compiling)
8916         * src/avr/gen.c:        remove old endianess stuff
8917         * src/mcs51/gen.c:      remove old endianess stuff
8918         * src/ds390/gen.c:      remove old endianess stuff
8919         * src/pic/gen.c:        remove old endianess stuff
8920         * src/pic/genarith.c:   remove old endianess stuff
8921         * src/pic/glue.c:       fix endianess check
8922         * src/pic16/gen.c:      remove old endianess stuff
8923         * src/pic16/genarith.c: remove old endianess stuff
8924         * src/pic16/glue.c:     fix endianess check
8925         * src/xa51/gen.c:       remove old endianess stuff
8926         * src/z80/gen.c:        fix endianess check
8927         * src/SDCCglue.c:       fix endianess check
8928         * src/ds390/peeph.def: fix bug 700036
8929
8930 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8933         * src/configure: find appropriate data-types on host for SDCC's int and long
8934         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8935         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8936         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8937
8938 2003-03-07    <johan AT balder>
8939
8940         Just a big NOOP:
8941                 some minor cleanups before the big shot
8942                 OP_DEFS and OP_USES now use Kevin's protection
8943                 new option --nolabelopt
8944
8945         * src/SDCCBBlock.c:
8946         * src/SDCCast.c,:
8947         * src/SDCCcflow.c:
8948         * src/SDCCcse.c:
8949         * src/SDCCicode.c:
8950         * src/SDCCicode.h:
8951         * src/SDCClabel.c:
8952         * src/SDCCloop.c:
8953         * src/SDCCmain.c:
8954         * src/ds390/ralloc.c:
8955         * src/mcs51/ralloc.c:
8956         * src/pic/ralloc.c:
8957         * src/xa51/ralloc.c:
8958         * src/z80/ralloc.c:
8959
8960 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8961
8962         * src/pic/pcode.c (get_op): fix 64 bit warnings
8963         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8964         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8965         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8966         * support/regression/tests/malloc.c: fix 64 bit warnings
8967
8968 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8969
8970         * src/mcs51/gen.c (genMinus): fixed bug 696436
8971
8972 2003-03-02  Borut Razem <borut.razem AT siol.net>
8973
8974         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8975
8976 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8977
8978         * configure.in: test for mkstemp
8979         * sdccconf_in.h: add HAVE_MKSTEMP
8980
8981 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8982
8983         * device/include/ctype.h: removed warning while using --stack-auto
8984         * device/include/malloc.h: removed warning while using --stack-auto
8985         * device/include/string.h: removed warning while using --stack-auto
8986
8987 2003-02-23  Borut Razem <borut.razem AT siol.net>
8988
8989         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8990         because NDEBUG is defined (see man assert)
8991         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8992
8993 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8994
8995         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8996         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8997
8998 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8999
9000         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9001         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9002
9003 2003-02-18    <johan AT balder>
9004
9005         * as/mcs51/asmain.c (asmbl): module can start with a digit
9006         * as/z80/asmain.c (asmbl): module can start with a digit
9007
9008 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9009
9010         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9011         * src/asm.c: fix pipe() for Mingw32
9012
9013 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9016         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9017         make -V work again; --c1mode reads now from stdin
9018         * doc/sdccman.lyx: added --c1mode
9019         * support/Util/SDCCerr.c: new messages for c1 mode
9020         * support/Util/SDCCerr.h: new messages for c1 mode
9021         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9022
9023 2003-02-15    <johan AT balder>
9024
9025         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9026
9027 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9028
9029         * doc/sdccman.lyx: Environment variables, -o and other minor things
9030
9031 2003-02-14    <johan AT balder>
9032
9033         * src/xa51/main.c: before anyone really tries to use it :)
9034
9035         * Install doc's in share/sdcc/doc
9036         * removed some obsolete files
9037         * Do a proper make distclean and uninstall
9038         M Makefile.common.in
9039         R sdccbuild.sh
9040         M as/Makefile
9041         M device/include/Makefile.in
9042         M device/lib/Makefile.in
9043         M doc/sdccman.lyx
9044         M link/Makefile
9045         M sim/ucsim/doc/Makefile.in
9046         M src/clean.mk
9047         R src/avr/peeph.rul
9048         R src/xa51/peeph.rul
9049         M support/cpp2/Makefile.in
9050         M support/makebin/Makefile
9051
9052
9053 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9054
9055         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9056
9057 2003-02-10  Borut Razem <borut.razem AT siol.net>
9058
9059         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9060         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9061         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9062         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9063         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9064         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9065         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9066         src/z80/Makefile.bcc: Borland Makefile cleanup
9067         * as/z80/Makefile.bcc: Added Borland Makefile
9068         * support/cpp2/borland.h: Removed
9069
9070 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9071
9072         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9073         * src/SDCC.lex: new pragma NOIV
9074         * src/SDCCglobl.h: new pragma NOIV
9075         * src/SDCCmem.c: new pragma NOIV
9076
9077 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9078
9079         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9080
9081 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9082
9083         * src/SDCCmain.c: signal handling is switched off by --debug
9084         * doc/Makefile: small fix for install; use clean.mk again
9085         * doc/clean.mk: clean *.pdf and *.html too
9086
9087 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9088
9089         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9090         * device/lib/printfl.c: fix a ds390 bug by making it portable
9091         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9092         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9093         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9094         * debugger/mcs51/cmd.c: converted multi-line string literals
9095         * sim/ucsim/globals.cc: converted multi-line string literals
9096         * src/SDCCmain.c: introduced signal handler to remove temp files
9097         * doc/Makefile: small tweaks, implement clean
9098         * doc: removed generated files
9099
9100 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9101
9102         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9103         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9104         Address Record is not correctly generated for DS390."
9105
9106 2003-02-02  Borut Razem <borut.razem AT siol.net>
9107
9108         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9109         * as/mcs51/asm.h: fixed compilation with Borland C
9110         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9111         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9112         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9113         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9114         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9115         src/z80/Makefile.bcc: delete $(LIB) only if exist
9116         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9117
9118 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9119
9120         * device/include/malloc.h: introduced NULL
9121         * device/include/string.h: introduced NULL
9122         * device/include/stdlib.h: introduced NULL
9123         * device/lib/_memcpy.c: removed NULL
9124         * device/lib/_strcat.c: removed NULL
9125         * device/lib/_strchr.c: removed NULL
9126         * device/lib/_strcmp.c: removed NULL
9127         * device/lib/_strcpy.c: removed NULL
9128         * device/lib/_strcspn.c: removed NULL
9129         * device/lib/_strlen.c: removed NULL
9130         * device/lib/_strncat.c: removed NULL
9131         * device/lib/_strncmp.c: removed NULL
9132         * device/lib/_strncpy.c: removed NULL
9133         * device/lib/_strpbrk.c: removed NULL
9134         * device/lib/_strrchr.c: removed NULL
9135         * device/lib/_strspn.c: removed NULL
9136         * device/lib/_strstr.c: removed NULL
9137         * device/lib/_strtok.c: removed NULL
9138         * device/lib/malloc.c: removed NULL, include own header
9139
9140 2003-02-02    <johan AT balder>
9141
9142         * 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
9143         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9144         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9145         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9146         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9147         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9148
9149 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9150
9151         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9152         area 'DATA'"
9153
9154 2003-02-01    <johan AT balder>
9155
9156         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9157
9158 2003-01-31    <johan AT CP255758-A>
9159
9160         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9161
9162 2003-01-30    <johan AT balder>
9163
9164         * src/SDCCBBlock.c: automatic bug detection
9165         * src/SDCCicode.c: automatic bug detection
9166
9167 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9168
9169         * src/SDCCglobl.h:   now --xram-size 0 works
9170         * src/SDCCmain.c:    now --xram-size 0 works
9171
9172 2003-01-29    <johan AT balder>
9173
9174         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9175
9176 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9177
9178         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9179         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9180         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9181         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9182         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9183         * src/SDCCmain.c:    Added options --xram-size and --code-size
9184
9185 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9186
9187         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9188         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9189
9190 2003-01-27    <johan AT balder>
9191
9192         * src/SDCC.y: fixed bug #613764
9193
9194 2003-01-26    <johan AT balder>
9195
9196         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9197         * src/SDCCsymt.h: fixed bug #673374
9198         * src/SDCCglue.c: fixed bug #661910
9199         * src/SDCCast.c: fixed bug #458099 and 673374
9200
9201 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9202
9203         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9204         * as/mcs51/strcmpi.h: added
9205         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9206         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9207         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9208         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9209         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9210         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9211         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9212         * as/mcs51/Makefile.aslink: new module strcmpi
9213         * as/mcs51/Makefile.asx8051: new module strcmpi
9214         * as/mcs51/Makefil.bcc: new module strcmpi
9215         * as/mcs51/Makefile.in: new module strcmpi
9216         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9217
9218 2003-01-26    <johan AT balder>
9219
9220         * src/SDCCglue.c: reverted back to 1.124
9221         * src/SDCCast.c: reverted back to 1.156
9222         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9223
9224 2003-01-25    <johan AT balder>
9225
9226         * src/SDCCglue.c: A better fix for bug #661910
9227         * src/SDCCast.c: A better fix for bug #661910
9228         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9229
9230 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9231
9232         * src/Makefile.in: remove spawn.o
9233         * src/SDCCmain.c: remove spawn.h
9234         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9235         * src/spawn.c: removed
9236         * src/spawn.h: removed
9237         * support/regression/ports/ds390/spec.mk: link with -r
9238
9239 2003-01-24    <johan AT CP255758-A>
9240
9241         * src/ds390/gen.c (aopOp): fixed bug #667458
9242         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9243         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9244         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9245
9246 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9247
9248         * src/mcs51/peeph.def: better assembler identation by Frieder
9249         * src/mcs51/gen.c: better assembler identation by Frieder
9250
9251 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * as/z80/string.h: removed for gcc 3.2
9254         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9255         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9256
9257 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9258
9259         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9260         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9261         * support/regression/Makefile: separate temp files for ports
9262         * support/regression/generate-cases.py: separate temp files for ports
9263         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9264         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9265
9266 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9267
9268         * moved tinitalk to device/examples/ds390
9269
9270 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9271
9272         * as/mcs51/lkmem.c: rflag is for DS390
9273         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9274         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9275                          (linkEdit): move mem- and map-files the same way as ihx-files
9276         * src/z80/main.c (_setDefaultOptions): removed --generic
9277         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9278         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9279         * src/pic/glue.c (picglue): --c1mode works again
9280         * src/pic16/glue.c (pic16glue): --c1mode works again
9281         * src/asm.c (printCLine): fix #660034
9282
9283 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9286         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9287         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9288         * as/mcs51/lkmem (summary): better fix for sp problem
9289         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9290         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9291         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9292                                               remove --stack-after-data
9293
9294 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9295
9296         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9297         * src/SDCCutil.c (join): ugly bug: missing '\0'
9298         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9299
9300 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9301
9302         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9303         * src/port.h: typo
9304         * src/pic/main.c (_asmCmd): gpasm supports -o
9305         * src/z80/main.c: more general macros
9306         * device/lib/Makefile.in: remove intermediate files
9307
9308 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * .version: Bumped version number to 2.3.3
9311         * src/SDCCBBlock.c: new option -o
9312         * src/SDCCglobl.h: new option -o
9313         * src/SDCCglue.c: new option -o
9314         * src/SDCCmain.c: new option -o
9315         * src/asm.c: new option -o
9316         * src/ds390/main.c: new option -o
9317         * src/pic/glue.c: new option -o
9318         * src/pic/pcode.c: new option -o
9319         * src/pic/ralloc.c: new option -o
9320         * src/pic16/glue.c: new option -o
9321         * src/pic16/pcode.c: new option -o
9322         * src/pic16/ralloc.c: new option -o
9323         * src/z80/main.c: new option -o
9324         * device/lib/Makefile.in: use -o
9325         * support/regression/ports/ds390/spec.mk: use -o
9326         * support/regression/ports/gbz80/spec.mk: use -o
9327         * support/regression/ports/mcs51/spec.mk: use -o
9328         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9329         * support/regression/ports/z80/spec.mk: use -o
9330         * support/regression/ports/ucz80/spec.mk: use -o
9331         * support/regression/ports/xa51/spec.mk: use -o
9332         * support/regression/fwk/lib/timeout.c: fix usage string
9333
9334 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9335         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9336
9337 2003-01-07    <johan AT balder>
9338
9339         * src/SDCCast.c (decorateType): fixed bug #600035
9340
9341 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9342         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9343         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9344         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9345         * src/pic/pcode.c: outcommented unused variable to remove warnings
9346         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9347
9348 2003-01-06    <karl AT turbobit.com>
9349         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9350    regression tests.
9351
9352 2003-01-06    <johan AT balder>
9353
9354         * src/SDCCicode.c: fixed array add
9355
9356 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9357         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9358         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9359
9360 2003-01-04    <johan AT balder>
9361
9362         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9363
9364 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9365         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9366
9367 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9368         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9369         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9370
9371 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9372         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9373
9374 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9375         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9376
9377 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9378         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9379
9380 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9381
9382     * in \sdcc\as\mcs51\ changed these files in order to create an
9383     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9384     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9385     following files to include the previous two files: aslink.dsp,
9386     Makefile.aslink, Makefile.bcc, and Makefile.in.
9387
9388     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9389     .adb instead of .cdb
9390
9391 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9392
9393         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9394         value from option --iram-size.
9395
9396 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9397
9398         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9399         dram[] array.
9400
9401 2002-09-18    <wiml AT hhhh.org>
9402
9403         * SDCClrange.h: exposed setFromRange() and setToRange()
9404         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9405           packRegsForAccUse() (bug 542397)
9406         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9407           multiple times and emitting the fetch operations more than once
9408           added aopGetUsesAcc() function to allow binary operators to
9409           fetch their operands in the correct order; made genMinus() emit
9410           compact code for X = LITERAL - Y
9411
9412 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9413         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9414         sprintf() in line 1267.
9415
9416 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9417         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9418         like ports.
9419
9420 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9421         Changes to aslink (All the changes are marked with 'JCF'):
9422
9423         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9424         summary().
9425
9426         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9427         area BSEG.  Also moves, if possible, the DATA area down into the internal
9428         ram so more space is available.
9429
9430         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9431         sflag.
9432
9433         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9434         not bytes.  Function summary() which creates a memory usage summary
9435         file with extension .mem.  Reports of overlaping stack and small stack
9436         size.  If the space for the stack is less than 16 bytes aslink trows a
9437         warning.
9438
9439         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9440         the 8051.  Option 'y' for memory summary output file.
9441
9442         Changes to sdcc (All the changes are marked with 'JCF'):
9443
9444         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9445
9446         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9447         overlaying area for it (uses RegBankUsed[4]).
9448
9449         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9450         bank zero as used by default.  By default aslink locates the stack
9451         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9452         the creation of the .mem file.  Delegates the allocation of data area
9453         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9454         the begining of the stack area to aslink.
9455
9456         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9457         glue() in SDCCglue.c creates an area for it.
9458
9459 2002-09-03  Borut Razem <borut.razem AT siol.net>
9460         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9461         sdcc/src/pic/glue.c:
9462         introduced atexit() handler for teporay files removal in case of
9463         errors, assertions, ...
9464
9465 2002-08-29  Borut Razem <borut.razem AT siol.net>
9466         * sdcc/support/cpp2/auto-host_vc_in.h:
9467         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9468         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9469         Maybe there is a similar problem with BORLANDC? It should be checked!
9470
9471         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9472         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9473         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9474         was not executed, and the compiler (cl) launched a warning:
9475         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9476
9477 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9478         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9479
9480 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9481         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9482
9483         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9484           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9485           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9486           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9487           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9488           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9489           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9490         - added Release configuration in VS projects
9491         - review of compiler an linker options
9492         - VC .exe files are generated in bin_vc directory, not to interfere
9493           with binaries generated from other projects (cygwin, mingw, bcc ...)
9494
9495         * sdcc/src/yacc.dsp: added
9496
9497         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9498         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9499         and insert the version number definitions from .version
9500
9501         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9502
9503         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9504         added - genarate auto-host.h using auto-host_vc_in.h as template
9505
9506         * sdcc/sdcc_vc.h,
9507         removed from CVS, generated automatically
9508
9509 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9510         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9511
9512 2002-08-11  Borut Razem <borut.razem AT siol.net>
9513         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9514
9515 2002-08-10  Borut Razem <borut.razem AT siol.net>
9516         * src/SDCCmain.c (main):
9517         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9518         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9519         The consequence was that some temporary files were not removed.
9520
9521         * src/SDCCglue.c:
9522         unification of code in functions tempfilename() and tempfile():
9523         function tempnam() is defined in Visual Studio 6.0 and .NET
9524
9525         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9526
9527         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9528           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9529         - removed compiler command line option /WX: Treats all warnings as errors
9530         - update a list of source files, included into the project
9531
9532         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9533           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9534         changed project type to Generic Project so that can be correcly converted to VS.NET project
9535
9536         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9537
9538         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9539
9540         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9541
9542         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9543         added return 0 statements after assert() to make compiler happy
9544
9545         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9546         added newline in the def file to keep MSC compiler satisfied
9547
9548         * sdcc/src/z80/gen.c:
9549         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9550           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9551         - solved MSC error in function aopDump()
9552
9553         * sdcc_vc.h: define PREFIX as "\\sdcc"
9554
9555 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9556         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9557
9558 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9559         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9560         - Rewrote the register banking algorithm.
9561         - Added pCode live-range analysis to registers (for now, only non-used and
9562         singly-used registers optimized away)
9563
9564         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9565
9566         * 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.
9567
9568 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9569         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9570
9571 2002-04-22  Michael Hope  <michaelh AT vroom>
9572
9573         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9574
9575         * configure.in (DD_COPT): Added include support required for gbdk.
9576
9577         * .version: Bumped version number just to increase it.
9578
9579         * src/SDCCmain.c: Added -nostdinc to the default options.
9580
9581 2002-04-15  Michael Hope  <michaelh AT vroom>
9582
9583         * device/lib/z80/printf.c (sprintf): Added.
9584
9585         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9586
9587         * src/z80/peeph.def: Added transpose redundent load rule.
9588
9589         * src/z80/main.c: Added force callee saves for jaune.
9590
9591         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9592
9593         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9594
9595 2002-03-28  Johan Knol  <johan AT balder>
9596
9597         * src/SDCCval.c: fixed bug #532436
9598
9599 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9600         * /src/port.h:
9601         Added "char *Processor" field to the port structure.
9602
9603         * /src/SDCCmain.c:
9604         Added -p option. Allows port dependent processor to be specified.
9605
9606         * all ports:
9607         Initialized the new field char *Processor field to NULL in all ports
9608
9609         * /src/pic/*:
9610         Compiler generated registers for interrupt context saving
9611         were not getting allocated.
9612
9613 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9614
9615         * /src/SDCCast.c:
9616         Fixed left shift. Will promote the left side of a left shift
9617         if a) left shifting more than size of operand or b) when assigned
9618         to something size > size of left side
9619
9620 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9621         * src/pic/*
9622         tons of changes. Register allocation has been
9623         rewritten. Added customization for the various PICs. Flow
9624         analysis is restructured. ...
9625
9626         * src/pic/device.h:
9627         Added
9628
9629         * src/pic/device.c:
9630         Added. device.c is a PIC port hack to accomodate variations
9631         in PIC devices.
9632
9633 2002-03-13  Michael Hope  <michaelh AT vroom>
9634
9635         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9636
9637 2002-03-04  johanknol  <johanknol AT manik>
9638
9639         * /src/SDCCval.c: fixed
9640
9641         const unsigned char arr[][2] = { { 0, 1 } };
9642         t18.c:1: error: Initializer element is not constant
9643
9644 2002-03-04  bela  <bela AT manik>
9645
9646         * /device/include/mcs51reg.h:
9647         ds89c420 register definition update
9648
9649 2002-03-03    <johan AT FRIJA>
9650
9651         * support/Util/SDCCerr.c: did something, but don't no why anymore
9652
9653         * support/regression/tests/bug-524691.c: made it a little less shy
9654
9655         * src/SDCCast.c (decorateType): fixed bug #524697
9656
9657         * src/SDCCast.c: made some lineno improvements
9658
9659         * src/SDCCval.c (getNelements): changed warning to error
9660
9661         * src/SDCCglue.c (printIvalArray): changed warning to error
9662
9663         * src/SDCCicode.c: fixed a warning for mingw
9664
9665         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9666
9667         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9668
9669 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9670
9671         * src/ds390/peeph.def:
9672         Added some more peephole rules
9673
9674         * src/ds390/gen.c: Various fixes & enhancements
9675
9676         * src/SDCClrange.c, src/SDCClrange.h:
9677         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9678
9679         * src/ds390/ralloc.c:
9680         various fixes & enhancements (ds390) specific
9681
9682         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9683         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9684         from rallocs.
9685
9686         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9687
9688 2002-03-02    <johan AT FRIJA>
9689
9690         * src/SDCCast.c (decorateType): fixed bug #524708
9691
9692         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9693
9694         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9695
9696 2002-03-01  Michael Hope  <michaelh AT vroom>
9697
9698         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9699
9700         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9701
9702 2002-03-01    <johan AT FRIJA>
9703
9704         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9705
9706         * src/SDCCast.c (decorateType): fixed bug #524209
9707
9708         * src/SDCCval.c (valNot): fixed bug #524195
9709
9710 2002-02-26    <johan AT balder>
9711
9712         * src/xa51/gen.c: fixed a warning
9713
9714         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9715
9716         * src/SDCCast.c (decorateType): fixed bug #522534
9717
9718 2002-02-23    <johan AT balder>
9719
9720         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9721
9722 2002-02-22    <johan AT balder>
9723
9724         * src/SDCCast.c: fixed bug #514865
9725
9726         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9727
9728 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9729
9730         * sdcc/src/SDCCloop.c:
9731         Previous fix was not good. basic blocks that have "break" or "return" are
9732         not really partof a loop , but live ranges used in these blocks should
9733         be live thru the entire loop, so set partOfLoop but don't add them to
9734         loop region
9735
9736 2002-02-21    <johan AT FRIJA>
9737
9738         * src/SDCCcse.c: fixed bug #514308
9739
9740 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9741
9742         * src/SDCCloop.c:
9743         Fixed BUG #519583. If a conditional block ended in a return/break
9744         statement inside a loop, it was not being considered part of the loop.
9745
9746         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9747
9748 2002-02-10  Karl Bongers <karl AT turbobit.com>
9749
9750         * debugger/*:
9751         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9752         with lots of comments and notes.
9753
9754         * device/examples/test2.c:
9755         Fix bug, "red" variable not being initialized(compiler complained).
9756
9757         * device/examples/Makefile, examples/test3.c:
9758         Add Makefile in device/examples folder, compiles test3.c
9759         for use as a multiple module SDCDB test case.
9760
9761         * sim/ucsim/cmd.src/cmdset.cc:
9762         Took out debug printfs in ucsim "next" command.
9763
9764         * sim/ucsim/xa.src:
9765         Karl and Johan start ucsim XA support.  Most dissassembly working,
9766         about 75% emulation done(plenty of work remaining).
9767
9768         * sim/ucsim/z80.src:
9769         Add Z80 support to ucsim, add test-ucz80 regression test,
9770         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9771         Notice z80 compiler fails on examples/test3.c/crc code.
9772
9773 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9774
9775         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9776         Added support for --parms-in-bank1
9777
9778         * src/ds390/peeph.def:
9779         added a few more peephole optimzations
9780
9781         * src/ds390/main.c:
9782         1) added __builtin_inp & __builtin_outp used to read in data of given length
9783            from a memory mapped port
9784         2) added __builtin_memcmp
9785         3) added __builtin_swapw swap bytes of a short
9786
9787         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9788         1) handle multiple send & receives from register bank1
9789         2) ralloc can now allocate DPTR1 to some liveRanges
9790
9791         * src/SDCCsymt.c, src/SDCCsymt.h:
9792         changes to handle multiple sends & receives
9793
9794         * src/SDCCptropt.h:
9795         added some pointer arithmetic optimization
9796
9797         * src/SDCCptropt.c:
9798         added some pointer arithmetic optimizations but not stable yet so not
9799         called from anywhere (will get this working shortly)
9800
9801         * src/SDCCopt.c: fixed for multiple sends & receives
9802
9803         * src/SDCCmain.c:
9804         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9805         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9806            set preprocessor defines (depending on options)
9807
9808         * src/SDCCicode.c, src/SDCCicode.h:
9809         changes made to handle multiple sends & receives
9810
9811         * src/SDCCglobl.h:
9812         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9813
9814         * src/SDCCcse.c, src/SDCCcse.h:
9815         added function findbackward def (to be used in upcoming optimization)
9816
9817         * src/SDCCcflow.c, src/SDCCcflow.h:
9818         added function returnAtEnd - to determine if a basic block terminates with
9819         a RETURN iCode
9820
9821         * src/SDCCast.c, src/SDCCast.h:
9822         added option parms-in-bank1
9823
9824         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9825         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9826         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9827         adjusted for --parms-in-bank1 option
9828
9829         * device/include/string.h:
9830         donot redefine "reentrant" keyword
9831
9832         * device/include/ds80c390.h: Added some more SFRs
9833
9834 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9835
9836         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9837
9838 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9839
9840         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9841
9842 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9843
9844         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9845
9846 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9847
9848         * Added --xram-movc option
9849
9850 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9851
9852         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9853
9854 2002-01-11  Johan Knol
9855
9856         * Added math lib of Jesus Calvino-Fraga
9857
9858 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9859
9860         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9861         * support/regression/Makefile: new target test-mcs51-stack-auto
9862         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9863
9864 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9865
9866         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9867
9868 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9869
9870         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9871
9872 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9873
9874         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9875
9876         * src/SDCCglue.h: add definition for printIvalChar()
9877
9878 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9879
9880         * src/SDCCast.c: fix #498138 by Johan
9881
9882         * src/SDCCglue.c: fix #498138 by Johan
9883
9884 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9885
9886         * support/regression/Makefile: fix clean
9887
9888         * support/regression/ports/ds390/support.c: fix transmission of last character
9889
9890 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9891
9892         * /sdcc/src/ds390/gen.c:
9893         a) improved computing address of stack variable
9894         b) took out some #if 0 code
9895         c) improved parmBytes adjustment
9896         d) improved genPlusIncr & genMinusIncr
9897         e) genCmp could generate bad code (when left assigned to DPTR)
9898         f) Fixed bug in hasInc
9899
9900         * /sdcc/src/ds390/ralloc.c:
9901         a) packRegsForSupport could mess up live information (Fixed)
9902         b) packRegsDPTRuse could be incorrect for left & right shift
9903
9904         * /sdcc/src/mcs51/ralloc.c:
9905         packRegsForSupport could mess up the live information (Fixed)
9906
9907         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9908
9909         * /sdcc/src/SDCCast.c:
9910         can reverse a loop even if function call is present as long
9911         as the loop control variable is local & is not passed as parameter
9912
9913 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9914
9915         * /sdcc/ChangeLog: *** empty log message ***
9916
9917         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9918         More builtin function additions for TININative
9919
9920         * /sdcc/src/ds390/ralloc.c:
9921         Had broken the regression testsuite
9922
9923         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9924
9925         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9926         Added funcattr hasStackParms will be set for reentrant functions when there
9927         are paramteres on the stack, this helps in minimizing frame pointer generation
9928         typeFromStr can handle function pointers now
9929
9930         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9931         *** empty log message ***
9932
9933 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9934
9935         * /src/ds390/gen.c, /src/ds390/main.c:
9936         More builtin function additions for TININative
9937
9938         * /src/ds390/ralloc.c:
9939         Had broken the regression testsuite
9940
9941         * /src/SDCCast.c: Fixed a bug in dumptree
9942
9943         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9944         Added funcattr hasStackParms will be set for reentrant functions when there
9945         are paramteres on the stack, this helps in minimizing frame pointer generation
9946         typeFromStr can handle function pointers now
9947
9948         * /doc/builtins.txt, /doc/TININative.txt:
9949         *** empty log message ***
9950
9951
9952 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9953
9954         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9955         ALPHA version for -mTININative
9956
9957         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9958         updated to reflect changes in the port structure
9959
9960         * /src/port.h:
9961         added function do_assemble (similar to do_link) if non-null this function
9962         will be called to do assembly (-mTININative) requires a multi command
9963         assembly
9964         added function genAssemblerEnd will be called to generate assembler Epilogue
9965
9966         * /src/SDCCsymt.c:
9967         added _JavaNative to debug info printing
9968
9969         * /src/SDCCmain.c: added option --tini-libid
9970         added port->do_assemble function (-mTININative) has a multi command assemble
9971
9972         * /src/SDCCglue.c: Disabled "constExpr" check
9973         added port->genAssemblerEnd function
9974
9975         * /src/SDCCglobl.h: Added option --tini-libid value
9976
9977         * /src/SDCCast.h:
9978         tookout optimizeCompare from the header (has no external references)
9979
9980         * /src/SDCCast.c: made one more function "static"
9981
9982 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9983
9984         * src/z80/mappings.i: Added z80asm support.
9985
9986         * src/z80/main.c: Added z80asm support on --asm=z80asm
9987
9988         * src/z80/gen.c: Fixed asm portability issues.
9989
9990         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9991
9992         * src/SDCCglue.c (printExterns): Added global/extern split.
9993
9994 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9995
9996         * support/regression/Makefile: added test for mcs51 model large
9997
9998         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9999
10000         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10001
10002 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10003
10004         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10005
10006 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10007
10008         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10009
10010         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10011
10012 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10013
10014         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10015
10016         * support/regression/tests/simplefloat.c: Port to mcs51.
10017
10018 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10019         * support/regression/tests/bug-485362.c: Added.
10020
10021         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10022
10023         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10024
10025         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10026
10027         * src/z80/gen.c (aopDump): Added a dump function.
10028
10029 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10030         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10031
10032         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10033
10034         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10035
10036         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10037
10038         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10039
10040         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10041
10042         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10043
10044         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10045
10046         * support/regression/ports/ds390/support.c: Use tinibios.
10047
10048         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10049
10050 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10051
10052         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10053         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10054
10055         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10056
10057         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10058
10059 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10060
10061         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10062
10063         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10064         (packRegsForIYUse): Created and optimised.
10065
10066 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10067
10068         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10069 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10070
10071         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10072
10073         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10074
10075         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10076
10077 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10078
10079         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10080
10081         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10082
10083 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10084
10085         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10086
10087         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10088
10089         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10090
10091 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10092
10093         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10094         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10095         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10096
10097         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10098
10099         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10100         (genNotFloat): Added.
10101         (genUminusFloat): Added.
10102
10103         * device/lib/z80/Makefile: Added floating pt stubs.
10104
10105         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10106
10107         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10108
10109         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10110
10111 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10112
10113         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10114
10115         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10116
10117         * sdcc/support/regression/Makefile: Add port ds390.
10118
10119         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10120
10121         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10122
10123         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10124
10125         * sdcc/support/regression/ports/ds390/support.c: Added.
10126
10127         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10128
10129         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10130
10131         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10132
10133 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10134
10135         * device/include/malloc.h: Added z80 and gbz80 support.
10136
10137         * device/lib/gbz80/heap.s: Added.
10138
10139         * device/lib/z80/heap.s: Added.
10140
10141         * device/lib/malloc.c: Added z80 and gbz80 support.
10142
10143         * support/regression/tests/malloc.c (testMalloc): Added.
10144
10145         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10146
10147         * support/regression/tests/bug-478094.c: Added.
10148
10149         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10150
10151 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10152
10153         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10154
10155         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10156
10157         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10158
10159         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10160
10161         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10162
10163 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10164
10165         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10166
10167 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10168
10169         * support/regression/tests/bug-477927.c: Added.
10170
10171         * src/z80/peeph.def: Added minor rules.
10172
10173         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10174
10175         * src/z80/peeph.def: Added jump optimisation modification.
10176
10177 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10178
10179         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10180
10181 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10182
10183         * support/regression/tests/funptrs.c: Added.
10184
10185 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10186
10187         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10188
10189 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10190
10191         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10192
10193         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10194
10195         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10196         (movLeft2ResultLong): Created.
10197
10198         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10199         (joinPushes): Added.  Joins two char pushes into a word push.
10200
10201 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10202
10203         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10204
10205         * support/makebin/Makefile (install): Added creation of dest dir.
10206
10207 2001-10-24 Karl Bongers <karl AT turbobit.com>
10208
10209         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10210
10211 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10212
10213         * src/z80/ralloc.c: Turned off faulty pack for one use.
10214
10215         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10216
10217         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10218
10219 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10220
10221         * support/regression/Makefile: Improved clean
10222
10223         * support/regression/ports/gbz80/spec.mk: Added clean
10224
10225         * support/regression/ports/host/spec.mk: Added clean
10226
10227         * support/regression/ports/z80/spec.mk: Added clean
10228
10229         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10230
10231         * support/regression/ports/mcs51/timeout.c: little improvements
10232
10233 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10234
10235         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10236
10237         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10238
10239         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10240
10241 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10242
10243         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10244
10245         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10246
10247 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10248         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10249
10250         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10251
10252         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10253
10254         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10255
10256         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10257
10258         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10259
10260         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10261
10262         * support/regression/tests/longor.c: Added.
10263
10264 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10265
10266         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10267
10268         * as/mcs51/aslink.h: define PATH_MAX
10269
10270         * as/mcs51/asm.h: define PATH_MAX
10271
10272         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10273
10274         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10275
10276         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10277
10278         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10279
10280         * src/SDCCglobl.h: define PATH_MAX
10281
10282         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10283
10284         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10285
10286 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10287
10288         * src/z80/gen.c (gencjneshort): Fixed
10289
10290         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10291
10292 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10293
10294         * support/regression/tests/bug-469671.c: Added.
10295
10296         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10297
10298 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10299
10300         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10301
10302         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10303
10304 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10305
10306         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10307
10308         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10309
10310         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10311
10312         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10313
10314         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10315
10316         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10317
10318         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10319
10320 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10321
10322         * 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.
10323
10324         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10325
10326         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10327
10328 2001-10-07    <johan AT FRIJA>
10329
10330         * device/lib/gets.c (gets): fixed the return value.
10331
10332 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10333         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10334
10335         * 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.
10336
10337         * 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.
10338
10339         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10340
10341         * src/pic/gen.c: Removed Safe_strdup.
10342
10343         * configure.in: Added option to enable libgc support.
10344
10345         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10346         (bitVectUnion): Optimised.
10347         (bitVectIntersect): Optimised.
10348         (bitVectBitsInCommon): Optimised.
10349         (bitVectCplAnd): Optimised.
10350
10351         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10352
10353 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10354
10355         * src/SDCCmain.c: distinguish between assembler debug and plain options
10356
10357         * src/avr/main.c:   remove standard assembler options
10358
10359         * src/ds390/main.c: remove standard assembler options
10360
10361         * src/mcs51/main.c: remove standard assembler options
10362
10363         * src/port.h: removed "PENDING" comment
10364
10365 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10366
10367         * src/device/lib/_mulint.c  : new, with assember functions
10368
10369         * src/device/lib/_mullong.c : new, with assember functions
10370
10371         * src/device/lib/_divuint.c : with assember functions
10372
10373         * src/device/lib/_divsint.c : with assember functions
10374
10375         * src/device/lib/_divulong.c: with assember functions
10376
10377         * src/device/lib/_divslong.c: with assember functions
10378
10379         * src/device/lib/_moduint.c : with assember functions
10380
10381         * src/device/lib/_modsint.c : with assember functions
10382
10383         * src/device/lib/_modulong.c: with assember functions
10384
10385         * src/device/lib/_modslong.c: with assember functions
10386
10387         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10388
10389         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10390
10391         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10392                                       replaced _mululong.c and _mulslong.c by _mullong.c
10393
10394 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10397
10398 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10399
10400         * src/SDCCglue.c: test, if win32api is available for MINGW
10401
10402 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10405         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10406         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10407         * support/regression/ports/host/spec.mk: removed GENERIC
10408         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10409         * support/regression/ports/z80/spec.mk: removed GENERIC
10410
10411 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10412
10413         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10414
10415         * support/regression/tests/bug-467035.c: Created.
10416
10417 2001-10-01    <johan AT FRIJA>
10418
10419         * src/SDCC.y: fixed bug #466586 part 1
10420
10421 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10422
10423         * SDCCicode.c: z80 has no generic pointers
10424         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10425
10426 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10427
10428         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10429
10430 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10431
10432         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10433
10434         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10435
10436 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10437
10438         * configure.in: Fixed up so that ucsim is only configured once.
10439
10440         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10441
10442         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10443         (getPathDifference): As above.
10444
10445         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10446
10447         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10448
10449 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10450         * .version: Updated to 2.3.1
10451
10452         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10453         Added copyright header.
10454
10455         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10456         (assemble): Added support for macro based assembler commands.
10457         (linkEdit): Added support for macro based linker commands.
10458         (preProcess): Changed the pre-processor to use macros.
10459         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10460         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10461
10462         * device/lib/z80/crt0.s: Added module name for debugging.
10463
10464 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10465
10466         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10467
10468         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10469
10470         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10471
10472         * src/Makefile.in: Added SDCCmacro and SDCCutil
10473
10474 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10475
10476         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10477
10478 2001-09-16    <johan AT FRIJA>
10479
10480         * 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.
10481
10482 2001-09-15    <johan AT FRIJA>
10483
10484         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10485         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10486
10487 2001-09-11    <johan AT FRIJA>
10488
10489         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10490
10491 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10492
10493         * support/regression/tests/bug-460444.c: Added test case.
10494
10495         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10496         (genCast): Added justification for all of the asserts.
10497
10498 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10499
10500         * support/regression/support.c: _xdata replaced by xdata
10501
10502         * support/regression/spec.mk: removed _generic
10503
10504 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10505
10506         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10507
10508         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10509         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10510
10511         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10512
10513         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10514
10515         * support/regression/tests/bug-460010.c: Added test case.
10516
10517         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10518
10519 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10520
10521         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10522
10523         * support/regression/testfwk.c: removed workaround for bug #436344
10524
10525         * support/regression/tests/bp.c: use less memory with mcs51
10526
10527         * support/regression/tests/bug-441448.c: use less memory
10528
10529         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10530
10531         * support/regression/collate-results.py: typo
10532
10533 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10534
10535         * support/regression/tests/fetchoverlap.c: Added new test case.
10536
10537         * support/regression/tests/bp.c: Added new test case.
10538
10539         * support/regression/tests/bug-448984.c: Added new test case.
10540
10541         * support/regression/tests/pow2shifts.c: Added new test case.
10542
10543         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10544         (genlshTwo): Fixed right shift for count > 8.
10545
10546         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10547
10548 2001-09-08    <johan AT FRIJA>
10549
10550         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10551
10552 2001-09-07    <johan AT FRIJA>
10553
10554         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10555
10556         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10557
10558 2001-09-06    <johan AT FRIJA>
10559
10560         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10561         * bernhard noted me at this: "() equals to (void)" (1.38)
10562
10563 2001-09-05    <johan AT FRIJA>
10564
10565         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10566
10567 2001-09-04    <johan AT FRIJA>
10568
10569         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10570
10571
10572 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10573
10574         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10575
10576 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10577
10578         * link/z80/aslink.h: Fixed path for PATH_MAX
10579
10580 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10581
10582         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10583
10584         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10585
10586         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10587
10588         * 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.
10589
10590 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10591
10592         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10593         (genCmp): Fixed up genCmp for the GB with longs.
10594
10595         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10596
10597         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10598
10599         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10600
10601         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10602
10603 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10604
10605         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10606
10607 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10608
10609         * 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.
10610
10611         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10612
10613 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10614
10615         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10616
10617         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10618
10619 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10620
10621   * sim/ucsim/configure:    little improvement of Cygwin-detection
10622   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10623   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10624   * support/regression/tests/bug-221100.c: small changes for mcs51
10625   * support/regression/tests/bug-221168.c: small changes for mcs51
10626   * support/regression/tests/bug-227710.c: small changes for mcs51
10627   * support/regression/tests/staticinit.c: small changes for mcs51
10628   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10629   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10630   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10631
10632 $Revision$