* src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
[fw/sdcc] / ChangeLog
1 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
4         * support/regression/tests/bug1426356.c: added
5         * support/regression/tests/bitfields.c: removed 2 tests
6
7 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
8
9         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
10         * device/include/mcs51/c8051f330.h,
11         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
12           PCON_IDLE,PCON_STOP and added sfr16 definitions
13         * device/lib/_divsint.c,
14         * device/lib/_divuint.c,
15         * device/lib/_divulong.c,
16         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
17           register bank bug for small stackauto
18
19 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
20
21         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
22
23 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
26         * all.dsp: corrected several bin paths
27         * device/include/mcs51/c8051f120.h,
28         * device/include/mcs51/c8051f300.h,
29         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
30           to PCON_IDLE,PCON_STOP
31         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
32         * device/lib/printf_large.c (output_float): fixed bug 1388703
33         * support/regression/tests/bug1057979.c: added test for bug 1388703
34
35
36 2006-02-08 Raphael Neider <rneider AT web.de>
37
38         * src/pic/pcode.c (pciTRIS): fixed typo,
39           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
40           (LinkFlow): fixed handling of flows that end in a call,
41           (ReuseReg): perform safety check earlier
42         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
43             to work with flows at the beginning of a pBlock,
44             fixes #1426557 (Symbol not previously defined),
45           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
46             usage information
47           (RemoveUnusedRegisters): update register usage info
48         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
49             created, reuse existing ones instead
50         * src/pic/gen.c (genPcall): fixed #1424719
51
52 2006-02-01 Borut Razem <borut.razem AT siol.net>
53
54         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
55           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
56           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
57           src/regression/bool1.c, src/regression/bool2.c,
58           src/regression/bool3.c, src/regression/call1.c,
59           src/regression/compare.c, src/regression/compare10.c,
60           src/regression/compare2.c, src/regression/compare3.c,
61           src/regression/compare4.c, src/regression/compare5.c,
62           src/regression/compare6.c, src/regression/compare7.c,
63           src/regression/compare8.c, src/regression/compare9.c,
64           src/regression/configword.c, src/regression/for.c,
65           src/regression/inline.c, src/regression/mult1.c,
66           src/regression/nestfor.c, src/regression/or1.c,
67           src/regression/pointer1.c, src/regression/ptrfunc.c,
68           src/regression/rotate1.c, src/regression/rotate2.c,
69           src/regression/rotate3.c, src/regression/rotate4.c,
70           src/regression/rotate5.c, src/regression/rotate6.c,
71           src/regression/rotate7.c, src/regression/string1.c,
72           src/regression/struct1.c, src/regression/sub.c,
73           src/regression/sub2.c, src/regression/switch1.c,
74           src/regression/while.c, src/regression/xor.c,
75           src/regression/create_stc, src/regression/simulate,
76           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
77           regression tests
78         * src/regression/gpsim_assert.h: added
79
80 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
81
82         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
83         ((void (code *) (void)) 0) ();
84         * as/hc08/aslex.c,
85         * as/hc08/aslink.h,
86         * as/hc08/asm.h,
87         * as/hc08/asmain.c,
88         * as/hc08/lkdata.c,
89         * as/hc08/lklex.c,
90         * as/hc08/lkmain.c,
91         * as/mcs51/aslex.c,
92         * as/mcs51/aslink.h,
93         * as/mcs51/asm.h,
94         * as/mcs51/asmain.c,
95         * as/mcs51/lkdata.c,
96         * as/mcs51/lklex.c,
97         * as/mcs51/lkmain.c,
98         * as/z80/aslex.c,
99         * as/z80/asm.h,
100         * as/z80/asmain.c: fixed build on current cygwin:
101         replaced getline() by as_getline()
102
103 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
104
105         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
106         declarator in the symbol chain
107         * src/SDCCsymt.h,
108         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
109         parameter list for function pointers
110         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
111         * support/regression/tests/bug-716242.c: added
112
113 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
114
115         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
116         offset if possible
117         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
118
119 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
120
121         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
122         inifinitely recurseable, added static
123         * support/regression/tests/bug-1408066.c: added
124
125 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
126
127         * src/SDCCicode.h,
128         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
129         renamed, added possibility to create "postLoopLbl"-labels
130         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
131         newiTempLoopHeaderLabel
132         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
133         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
134         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
135         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
136         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
137         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
138         (basicInduction): fixed bug #136564, made static,
139         (loopInduction): changed parameter of basicInduction, made static,
140         (addPostLoopBlock): added
141         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
142         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
143         findLoopEndSeq
144         * support/regression/tests/bug-136564.c: added
145         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
146         --std-sdcc99 to LIBSDCCFLAGS
147
148 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
149
150         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
151         while loop
152         * support/regression/tests/bug-1406131.c: added
153
154 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
155
156         * src/SDCCast.c (decorateType): fix promotion of unary minus
157         * src/SDCCsymt.c (computeType): beautified
158         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
159         (valUnaryPM, valComplement): fix sign and promotion,
160         (valNot): ANSI: result type is int (SDCC: unsigned char)
161         * support/regression/tests/uminus.c: speedup by removing superflous
162         test case 'int'
163         * support/regression/tests/onebyte.c: added promotion and signedness
164         tests for unary minus
165         * support/regressions/tests/bug-477927.c: disable warning about
166         uninitialized variables
167         * support/regression/tests/not.c: added
168
169 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
170
171         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
172         * src/mcs51/gen.c (gen51Code): show final register usage after
173         fillGaps in asm with --i-code-in-asm
174         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
175         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
176         incUsed, rliveClear, adjustIChain): made static,
177         (setFromRange): excluded because it's unused,
178         (findPrevUseSym, markWholeLoop): added,
179         (findPrevUse): rewritten; fixes bug 895992; now a complete search
180         through all branches of predecessors enables sdcc to emit the warning
181         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
182         (rlivePoint): made static, added parameter emitWarnings which is only
183         true during the first run out of two,
184         (findRecursiveSucc, findRecursivePred): removed,
185         (computeLiveRanges): made static, added parameter emitWarnings,
186         (dumpIcRlive): added for debugging only
187         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
188         removed prototype of setFromRange()
189         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
190         in call of computeLiveRanges()
191         * support/regression/tests/bug-895992.c: added
192         * support/regression/tests/bug-971834.c: added
193         * support/valdiag/tests/bug-895992.c: added
194         * support/valdiag/tests/bug-971834.c: added
195
196 2005-12-18 Raphael Neider <rneider AT web.de>
197
198         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
199           (genUnpackBits): improved code for direct operands,
200           (genPackBits): improved code for literal assignment to bitfields
201             and for direct destination operands (no FSR indirection),
202             prevented redundant AND, fixes #1362800,
203           (AccLsh): added parameter to disable masking of the result
204         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
205           skip instructions with side-effects (like incfsz),
206           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
207         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
208         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
209           fixes #1375263
210
211 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
212
213         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
214         volatile variables as spill location
215
216 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
217
218         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
219         replacing literals
220         * support/regression/tests/bug-1376320.c: added
221
222 2005-12-08 Raphael Neider <rneider AT web.de>
223
224         * src/pic/device.c: renamed is_shared to pic14_is_shared
225         * src/pic/gen.c (genIfx): re-enabled handling of sbits
226         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
227           (is_valid_identifier): added for above workaround
228
229 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
230
231         * device/lib/Makefile.in: fixed to enable port-specific-objects
232         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
233           char, thanks Hubert Sack
234         * doc/sdccman.lyx: documented --xstack-loc,
235           elaborated a bit more on interrupts and pitfalls,
236           removed "setjmp/longjmp unsupported",
237           documented some unsupported C99 features
238         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
239         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
240           if, thanks Hubert Sack
241         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
242         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
243           make make_library
244         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
245           regression tests can report resource usage (rfe 700441)
246         * support/regression/collate-results.py: report resource usage
247         * support/regression/ports/ds390/spec.mk,
248         * support/regression/ports/hc08/spec.mk,
249         * support/regression/ports/mcs51/spec.mk,
250         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
251         * support/regression/ports/ds390/uCsim.cmd,
252         * support/regression/ports/hc08/uCsim.cmd,
253         * support/regression/ports/mcs51/uCsim.cmd,
254         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
255         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
256           library, use the default one
257         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
258           building the library
259
260 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
261
262         * config.dsp: added dependency on .version and configure_vc.awk
263         * device/include/setjmp.h: updated for --stack-auto and --xstack
264         * device/include/mcs51/at89c51snd1c.h: corrected line endings
265         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
266         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
267         * device/lib/libsdcc.lib: added _setjmp
268         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
269           (decorateType): fixed bug 1372851,
270           (optimizeGetHbit): fixed warning
271         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
272           array initialisation
273         * support/regression/tests/bug1057979.c: added test for bug 1358192
274         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
275
276 2005-12-03 Borut Razem <borut.razem AT siol.net>
277
278         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
279           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
280
281 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
282
283         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
284         createIval): implement symbol independant "flexible array member",
285         (createIvalCharPtr): implemented flexible array initialisation with a
286         string
287         * src/SDCCsymt.c (copyStruct): removed,
288         (getSize): fixed misleading comment,
289         (getAllocSize): removed, the additional allocation size is now in
290         sym->flexArrayLength,
291         (checkStructFlexArray): new, syntax checks for flexible array members,
292         (compStructSize): added syntax checks for "flexible array members"
293         (copyStruct): removed,
294         (copyLinkChain): removed inefficient fix for bug 770487
295         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
296         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
297         symbol->flexArrayLength
298         * src/SDCCerr.c,
299         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
300         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
301         * support/regression/tests/structflexarray.c: added
302         * support/valdiag/tests/structflexiblearray.c: added
303
304 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
305
306         * src/SDCCast.c (decorateType): fixed bug 1368489
307         * support/Util/SDCCerr.c,
308         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
309
310 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
311
312         * device/include/mcs51/at89c51snd1c.h: added file submitted by
313           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
314
315 2005-11-27 Borut Razem <borut.razem AT siol.net>
316
317         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
318           support/cpp2/mkdeps.h: added command line option
319           -obj-ext=<extension> to SDCPP to define object file externion, used
320           for generation of make dependencies (-M)
321         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
322
323 2005-11-26 Borut Razem <borut.razem AT siol.net>
324
325         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
326           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
327           added pic and pic16 libraries
328
329 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
330
331         * device/include/float.h: Corrected typo in prototype of __fsgt
332
333 2005-11-25 Borut Razem <borut.razem AT siol.net>
334
335         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
336           added creation of model-mcs51-stack-auto libraries
337
338 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
339
340         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
341         and fields-list too
342         * src/SDCCast.c (createIvalArray): removed obsolete comment
343
344 2005-11-24 Borut Razem <borut.razem AT siol.net>
345
346         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
347           added missing device/lib/mcs51/crt*.asm sources
348
349 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
350
351         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
352
353 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
354
355         * device/lib/_fs2schar.c,
356         * device/lib/_fs2sint.c,
357         * device/lib/_fs2slong.c: optimized inline asm
358
359 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
360
361         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
362           Better handling of floats between -1.0 and 0.0.
363
364 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
365
366         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
367           (the missing "if"s prohibited removal of redundant labels)
368
369 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
370
371         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
372           Properly convert floats between -1.0 and 0.0 to long, int, and char
373           types (max integer value of negative floats tends to zero).
374         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
375           Removed changes made so to work properly with floats between
376           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
377           and _fs2char.c
378
379 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
380
381         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
382         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
383         (genCast) cosmetic change
384         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
385         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
386         from mcs51
387         * support/regression/tests/bitfields (testSignedBitfields): added
388
389 2005-11-18 Borut Razem <borut.razem AT siol.net>
390
391         * sdcc/device/lib/Makefile.in: remove all unnecessary files
392         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
393           introduced SILENT option to make building of pic16 libraries less
394
395 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
396
397         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
398           Now they work properly with floats between -1.0 and 0.0
399         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
400
401 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * src/SDCCicode.c (printOperand): added missing else
404
405 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
406
407         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
408         reformatted for better readability
409         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
410         signed bitfields
411
412 2005-11-17 Borut Razem <borut.razem AT siol.net>
413
414         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
415           introduced SILENT option to make building of pic16 libraries less
416           verbose - used for nightly snapshot build
417         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
418           available on Win32 platforms.
419         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
420           medium, large, pic and pic16
421
422 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
423
424         * device/lib/printf_large.c: Temporary patch for bug 1358192:
425           printf("%f"...) sets fraction to zero.
426
427 2005-11-16 Raphael Neider <rneider AT web.de>
428
429         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
430           fixes #1357221
431         * src/pic/gen.c (genIfx): implemented for CARRY bit
432         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
433           to generic pointers, fixes #1357332,
434           (pic16_movLit2f): NEW,
435           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
436
437 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
440
441 2005-11-11 Raphael Neider <rneider AT web.de>
442
443         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
444         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
445           compute pointer's type from operand,
446           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
447           improved single bit reads, fixes bug #1353379
448
449 2005-11-09 Borut Razem <borut.razem AT siol.net>
450
451         * support/scripts/sdcc.nsi: added lib/pic to the package
452
453 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
456
457 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
458
459         * support/regression/tests/bug1348008.c: added
460         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
461         * support/regression/tests/bug1337835.c: updated comment
462
463 2005-11-06 Borut Razem <borut.razem AT siol.net>
464
465         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
466           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
467           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
468           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
469           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
470           dynamic construction of cl_error_class and derivates - 2.nd try
471
472 2005-11-05 Borut Razem <borut.razem AT siol.net>
473
474         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
475           bug, which caused Bus Errors on sparc solaris
476
477 2005-11-04 Borut Razem <borut.razem AT siol.net>
478
479         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
480           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
481           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
482           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
483           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
484           and derivates to resolve the initialization problem on OSX
485
486 2005-11-02 Borut Razem <borut.razem AT siol.net>
487
488         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
489           corrected typo - #include <winsock2.h>
490
491 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
492
493         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
494           (_asxxxx_mapping): added org directive for future enhancements
495
496 2005-11-01 Borut Razem <borut.razem AT siol.net>
497
498         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
499           enabled sockets on WIN32
500         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
501
502 2005-10-31 Borut Razem <borut.razem AT siol.net>
503
504         * support/regression/generate-cases.py: escape backslashes in {testcase}:
505           WIN32 backslash path delimiters should be escaped when used in C strings
506         * support/regression/tests/bitfields.c: exclude failing assertions for
507           __CYGWIN32__ and __MINGW32__ hosts
508
509 2005-10-30 Borut Razem <borut.razem AT siol.net>
510
511         * src/SDCCutil.c: corrected double comparison typo
512
513 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * device/lib/medium/Makefile: added for new memory model medium
516         * device/include/asm/mcs51/features.h: updated for medium/pdata
517         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
518           added Multiply & Accumulate sbit's and MAC0_PAGE define
519         * device/include/mcs51/c8051f300.h: added sfr16 definitions
520         * device/include/mcs51/c8051f310.h: added sfr16 definitions
521         * device/lib/_mullong.c: update for medium model
522         * device/lib/incl.mk: added medium model
523         * doc/sdccman.lyx: documented medium model
524         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
525         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
526         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
527         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
528           (allocParms): set SCLS and OCLS to pdata for medium model
529         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
530           for pdata,
531           (powof2): return <0 if not power of 2
532         * src/avr/gen.c (genBitWise): use updated powof2
533         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
534           (shiftR2Left2Result): small optimization in setup, save acc when storing,
535           (shiftLLeftOrResult): use B if necessary
536         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
537         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
538         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
539         * support/regression/Makefile.in: added test-mcs51-medium
540         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
541
542 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
543
544         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
545         specifier unsigned
546         * device/lib/time.c (mktime): fixed bug 1334315
547
548 2005-10-28 Raphael Neider <rneider AT web.de>
549
550         * device/include/pic/p16f_common.inc: added common declarations
551         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
552
553 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
556           (aopPutUsesAcc): added to predict accumulator use,
557           (assignResultValue): save acc if necessary,
558           (genMinusDec): store result if indirectly addressed,
559           (genDivOneByte):  save acc if necessary,
560           (movLeft2Result): bugfix if left already in acc,
561           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
562             attention to accumulator use (esp. pdata),
563           (genReceive): receive pdata correctly
564         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
565         * src/SDCCicode.h: added isOperandInPagedSpace prototype
566
567 2005-10-27 Raphael Neider <rneider AT web.de>
568
569         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
570
571 2005-10-27 Raphael Neider <rneider AT web.de>
572
573         * .version: changed version to 2.5.4
574         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
575         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
576           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
577             arithmetics support routines
578         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
579         * device/lib/Makefile.in: also create installdir for pic
580
581         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
582           pic14 port as well
583         * src/pic/device.c (dump_sfr): rewritten to delegate register
584           placement to the linker (use `extern sym' rather than sym EQU addr),
585           (validAddress): fixed to check last specified address
586         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
587           (popGetLit): truncate literal value to 8 bit,
588           (popGet): moved assert to more appropriate place
589           (popGetExternal): create pCode operand from and mark the according
590             symbol as being `extern'
591           (popGetAddr): added sanity check on immediate's offset, provide
592             GPOINTER tag on demand
593           (aopPut): fixed for immediates,
594           (mov2w_op): move operand's address or contents to WREG (depending on
595             operand type), safer variant of mov2w,
596           (movwf,call_libraryfunc): NEW, handy abbreviations,
597           (get_argument_pcop,get_return_val_pcop,pass_argument,
598           get_returnvalue): interface for accessing function parameters and
599             return values,
600           (assignResultValuei,genRet): use new parameter/return value interface
601           (pic14_getDataSize): back to old version handling generic pointers,
602           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
603             provided implementation and/or fixed old one,
604           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
605             calls, removed legacy 8051 reference code
606           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
607           (loadSignToC): NEW, move the operands sign bit to CARRY,
608           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
609             genRightShiftSigned, accepts negative shift counts,
610           (setup_fsr): load FSR and adjust IRP (indirect memory access),
611           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
612             generic pointers, __data pointers and __code pointers,
613           (genUnpackBits,genPackBits): rewritten to work with generic pointers
614             and signed bitfields, limit bitfields to 8 bit,
615           (genDataPointerGet): fixed number of bytes read,
616           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
617           (genPointerGet,genPointerSet): fixed handling of __code pointers,
618             pointers to constant data are no longer assumed to point to __code
619             space, removed invalid pointer types,
620           (bitpatternFromVal): retrieve the PICs representation of an integer
621             or float literal,
622           (genDataPointerSet): fixed assigning to po_immediate operands,
623           (genGenPointerSet): implemented as library call,
624           (genIfx): fixed incorrect condition,
625           (genAddrOf): limit generic pointers' addresses to 2 bytes,
626             provide GPOINTER tag according to destination's storage class,
627           (genCast): added code to handle casting to generic pointers, added
628             sign-/zero extension of the result
629           (aop_isLitLike,op_isLitLike): fixed handling of immediates
630         * src/pic/gen.h: added macros to access IRP bit in STATUS register
631         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
632           extend the result
633         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
634           address/register resides in the shared banks
635           (emitSymbolToFile): improved to handle global and `pinned' symbols,
636             put all variables into separate sections (have the linker arrange
637             them)
638           (picglue): put init code and interrupt handlers in separate sections
639         * src/pic/main.c: added port specific options table, modified to PORT
640           structure to make GPOINTERs 3 byte, added pic14_options
641           (_pic14_do_link): private linking routine (update paths to libraries,
642             add libsdcc.lib by default)
643         * src/pic/main.h: declare pic14_options
644         * src/pic/pcode.c: fixed instructions i/o relations,
645           (RegCond): reverted to correct version,
646           (newpCodeOpLit): truncate literals to 8 bit,
647           (genericPrint): added debug output,
648           (getRegFromInstruction): fixed for various operand types, simplified
649           (BuildFlow): fixed broken handling of isntructions with labels
650           (LinkFlow): start at last instruction in flow (skip trailing comments),
651             pass the flow on to the next instruction after CALL
652           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
653           (insertPCodeInstruction): fixed inserting after a skip instruction,
654           (DoBankSelect): fixed for labeled instructions
655           (OptimizepBlock): honor --nopeep switch
656           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
657         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
658         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
659           (pCodeOptime2pCodes): allow disabling this optimization via
660             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
661             but is still buggy), started implementation of a dataflow based
662             pCode optimization (CSE + dead code elimination)
663           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
664         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
665           names are independant of the stack location and therefore portable across
666           devices
667
668 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
669
670         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
671           (selectSpil): fixed bug 1337835 by not spilling bit variables
672         * support/regression/tests/bug1337835.c: added test for this bug
673         * src/mcs51/peeph.def: restart after rule 3.c,
674           addded rules 263.x to optimize loading constants
675
676 2005-10-26 Raphael Neider <rneider AT web.de>
677
678         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
679         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
680           (genAssign): emit warning when casting literals to generic pointer
681             type, also applies when taking the address of a fixed variable,
682           (genCast): improved casting to generic pointers
683         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
684           extern variables, added verbose error message
685         * device/include/pic16/{string.h,errno.h}: added #pragma library c
686
687 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
688
689         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
690         carry must be complemented too
691         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
692         could be emitted by genMinus
693         * src/SDCCval.c (constVal): fixed bug 1305065
694
695 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
696
697         * src/SDCCast.c (addCast): added promotion for bit variables
698         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
699         promotion casts + optimisation
700         (optimizeGetWord): fix warning 'i' might be used uninitialized
701         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
702         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
703
704 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
705
706         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
707         all chars are promoted to int; promotion should be handled in SDCCast.c
708
709 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
710
711         * device/lib/_strcmp.c: Fixed bug 1326457
712
713 2005-10-11 Raphael Neider <rneider AT web.de>
714
715         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
716         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
717
718 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
719
720         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
721         * support/regression/tests/sfr16.c: added test for the sfr32 bug
722
723 2005-10-04 Raphael Neider <rneider AT web.de>
724
725         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
726           device/lib/pic16/pics.all: added pic18f1320
727         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
728
729 2005-09-30 Raphael Neider <rneider AT web.de>
730
731         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
732         * src/pic16/devices.inc: NEW, provides device descriptions
733         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
734
735 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
736
737         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
738           GETHBIT
739
740 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
741
742         * doc/sdccman.lyx: updated Highest Order Bit documentation,
743           documented Any Order Bit, Higher Order Byte and Higher Order Word
744         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
745         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
746           (optimizeGetAbit): new, to get any bit, not only the high bit,
747           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
748           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
749           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
750           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
751             RIGHT_OP: also try GETBYTE, GETWORD optimization,
752             GETABIT, GETBYTE, GETWORD: decorate them,
753           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
754           (ast_print): added GETABIT, GETBYTE, GETWORD
755         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
756         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
757           (geniCodeBinary): new generic binary icode,
758           (ast2iCode): added GETABIT, GETBYTE, GETWORD
759         * src/port.h: updated comment for PORT.hasExtBitOp
760         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
761           (genGetByte): new, to get a single byte,
762           (genGetWord): new, to get a word from a long,
763           (gen51Code): added GETABIT, GETBYTE, GETWORD
764         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
765
766 2005-09-23 Raphael Neider <rneider AT web.de>
767
768         * configure.in, configure: have device/lib/pic configured
769         * device/lib/Makefile.in: added model-pic14
770         * device/lib/clean.mk: added pic/ to clean rule
771         * device/lib/pic: added rudimentary pic14 library providing support
772           functions for multiplication/division/generic pointer access
773         * src/SDCCopt.c (convilong): mark support functions as extern
774           for pic14 port as well
775         * src/pic/gen.c (genMult): added assertions,
776           (genpic14Code): emit warning on unhandled iCodes
777         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
778         * src/pic/pcode.c (pCodeOpCopy),
779         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
780           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
781           SFR_REGISTER}), made safe for future extensions
782         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
783           instructions even if preceeded by SKIP instructions (also remove
784           them); removed unused code
785         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
786           prevents leaving parts of the structure uninitialized after copying
787
788 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
789
790         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
791           ago by me
792         * support/regression/tests/addsub.c: added test for the bug
793
794 2005-09-21 Raphael Neider <rneider AT web.de>
795
796         * device/include/pic16/pic18f1220.h,
797           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
798         * device/lib/pic16/Makefile.rules: added missing opening paren
799         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
800           are provided in genutils.c,
801           (genUminusFloat,genUminus,genCmpEq): added asserts on different
802           operand/result sizes,
803           (genCmp): assert on NULL pointers first, then check deref'ed values
804         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
805           result size
806
807 2005-09-18 Raphael Neider <rneider AT web.de>
808
809         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
810           as these are now unused,
811           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
812         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
813           local, avoids uninitialized pointer dereference on r->name
814         * src/pic16/ralloc.c (newReg): fixed indentation
815
816 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * src/SDCCval.c (constVal): fixed bug 730366
819         * support/Util/SDCCerr.c,
820         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
821
822 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
823
824         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
825
826 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
827
828         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
829
830 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
833           (hex2dec): made hex_digit unsigned char, removed ascii dependance
834         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
835           (hex2dec): made hex_digit unsigned char, removed ascii dependance
836         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
837         * packihx/packihx.c (hexDigit): made c unsigned char
838         * as/mcs51/lklibr.c (fndsym),
839         * link/z80/lkgb.c (gb),
840         * link/z80/lklibr.c (fndsym),
841         * link/z80/lkrloc.c (relr),
842         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
843         * src/SDCC.lex (checkCurrFile, process_pragma),
844         * src/SDCCglue.c (spacesToUnderscores),
845         * src/SDCCmain.c (setParseWithComma, processFile),
846         * src/asm.c (tvsprintf, printCLine),
847         * src/avr/gen.c (emitcode, aopPut),
848         * src/ds390/gen.c (emitcode),
849         * src/hc08/gen.c (emitcode, emitinline),
850         * src/mcs51/gen.c (emitcode, genInline),
851         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
852           tokenizeLineNode),
853         * src/pic/ralloc.c (debugLog),
854         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
855           tokenizeLineNode),
856         * src/pic16/ralloc.c (debugLog),
857         * src/z80/main.c (_process_pragma):
858            made all ctype.h function calls safe
859         * src/SDCCopt.c: include math.h for fabs
860         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
861           and used them throughout the code to make ctype.h function calls safe
862         * src/ds390/main.c (asmLineNodeFromLineNode),
863         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
864         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
865            unsigned char*
866         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
867           (newpCodeAsmDir): made ctype.h function calls safe
868         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
869           pic16_emitcode):  made lbp unsigned char*
870         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
871           (pic16_newpCodeAsmDir): made ctype.h function calls safe
872         * src/xa51/gen.c (emitcode),
873         * src/z80/gen.c (_emit2): made lbp unsigned char*
874         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
875            char*
876
877 2005-09-05 Raphael Neider <rneider AT web.de>
878
879         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
880           access bank splitpoint
881
882 2005-09-05 Raphael Neider <rneider AT web.de>
883
884         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
885
886 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
887
888         * .version: changed to version 2.5.3
889         * doc/sdccman.lyx: changed version to 2.5.3,
890           documented --codeseg and --constseg and pragma codeseg and constseg,
891           documented bit parameters (reentrant) and bit returning
892         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
893            currFunc->recvSize, but is this ok for all ports?
894           (ast2iCode): result of ~ on unsigned char must be cast to int for
895            bool to work
896         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
897           function pointers in bit space
898         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
899           (processFuncArgs): call port.reg_parm() with reentrancy info
900         * src/port.h,
901         * src/avr/main.c,
902         * src/ds390/main.c,
903         * src/hc08/main.c,
904         * src/pic/main.c,
905         * src/pic16/main.c,
906         * src/xa51/main.c,
907         * src/z80/main.c: port.reg_parm prototype extended with
908           "bool reentrant" parameter
909         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
910           options.stackAuto for allocating bit register parameters
911         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
912           (genSend): set BitBankUsed if it is,
913           (selectRegBank): factored out of genCall for use in genPcall,
914           (genCall): removed redundant dtype assignmen, use selectRegBank,
915           (genPcall): handle returning in Carry properly, save in F0 if needed,
916           (genReceive): handle bit register parameters
917         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
918           (mcs51_assignRegisters): enable bit registers for all reentrant
919            functions and don't set BitBankUsed unconditionally
920         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
921         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
922         * support/regression/tests/funptrs.c: added tests for BOOL and for return
923
924 2005-08-27 Borut Razem <borut.razem AT siol.net>
925
926         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
927         ppc-osx (Darwin) does not support -u option. It seems that it is
928         supported only on Linux - GNU cp
929
930 2005-08-25 Borut Razem <borut.razem AT siol.net>
931
932         * sim/ucsim/gui.src/serio.src/Makefile.in,
933           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
934           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
935           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
936           install and strip, since the strip at /usr/ccs/bin should be used
937           on solaris
938
939 2005-08-24 Borut Razem <borut.razem AT siol.net>
940
941         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
942
943 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
944
945         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
946         ffffffffu
947
948 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
949
950         * as/mcs51/aslink.h: completed lkrloc.c prototypes
951         * as/mcs51/lkmain.c (link_main): fixed warning
952         * device/include/stdbool.h: ds390 has no advanced bit support yet
953         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
954         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
955         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
956           and updated their macros
957         * src/SDCCval.c (constVal): updated comment for renamed b_long
958
959 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
960
961         * as/mcs51/asdata.c: changed ctype['['] to BINOP
962         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
963           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
964           (oprio): set priority for '['
965         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
966            and adb_24_bit
967         * as/mcs51/asm.h: added defines R_BIT and S_BIT
968         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
969         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
970         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
971           added overlayable BIT_BANK area
972         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
973           (summary2): explain 'T' in legenda
974         * as/mcs51/lkrloc.c: replaced old K&R style,
975           (relr): added R_BIT processing,
976           (errmsg): added "Bit-addressable relocation error",
977           (adb_bit): added for converting from byte- to bit-addressable space,
978           (adb_24_bit): added for converting from byte- to bit-addressable space
979         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
980            used in reentrant functions now even as return value
981         * device/lib/_gptrput.c (_gptrput): removed obsolete code
982         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
983           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
984         * src/SDCCglobl.h: added indicator BitBankUsed
985         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
986            the bit registers b0-b7
987         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
988           (geniCodeCast): fixed bug 1263853,
989           (geniCodeLogicAndOr): put result in bool or char,
990           (geniCodeReceive): added parameter func for accessing the return type,
991           (geniCodeFunctionBody): pass func to geniCodeReceive
992         * src/SDCCmain.c: added indicator BitBankUsed
993         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
994         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
995           (checkSClass): don't put automatic bool/bit on stack,
996           (checkFunction): removed check on function cannot return bit
997         * src/SDCCsymt.h: added newBoolLink prototype
998         * src/mcs51/gen.c (rb1regs): added bit registers,
999           (movc): created for assigning to carry,
1000           (pushReg, popReg): created for pushing registers,
1001           (sameRegs): check both AOP_REG and AOP_CRY types,
1002           (aopOp): handle bit registers,
1003           (aopPut): optimization no self-assign,
1004           (saveRegisters): push reg->base (bits) only once for bit registers,
1005            and use pushReg,
1006           (unsaveRegisters): pop reg->base only once and use popReg,
1007           (assignResultValue): added parameter func and return in carry for bits,
1008           (genIpush): optimization no reload in A if not changed,
1009           (genSend): bit parameters in reentrant functions are passed in bit
1010            registers by first assigning to bits in B, then save registers and
1011            copy B to bits,
1012           (genCall): handle returning in Carry properly, save it in F0 if needed,
1013           (genPcall): updated assignResultValue call, this is not safe yet for bit
1014            returning function !!!
1015           (genFunction): don't generate equ's for bit registers and use pushReg,
1016           (genEndFunction): take care of bit returning functions and use popReg,
1017           (genRet): return bit in Carry,
1018           (genIfx): optimize bit registers and other directly addressable bits,
1019           (genReceive): updated assignResultValue call
1020         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1021           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1022            registers when using stack-auto
1023         * src/mcs51/ralloc.c (_G): added allBitregs,
1024           (regs8051): added the bit registers,
1025           (createStackSpil): use macro IS_BIT,
1026           (getRegBit): added to allocate a bit register, else spill,
1027           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1028           (updateRegUsage): factored out to ease stepping while debugging,
1029           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1030            also allocate bit registers,
1031           (fillGaps): handle bit registers,
1032           (findAllBitregs): added to create bit vector with all bit registers,
1033           (mcs51_allBitregs): returns this bit vector,
1034           (mcs51_assignRegisters): when using stack-auto use bit registers for
1035            passing parameters and creating local variables
1036         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1037
1038 2005-08-22 Borut Razem <borut.razem AT siol.net>
1039
1040         * device/lib/Makefile.in: replaced find option -or with -o
1041           to make it run on solaris
1042
1043 2005-08-22 Raphael Neider <rneider AT web.de>
1044
1045         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1046           fixes #1265442 (crash on Solaris)
1047
1048 2005-08-20 Borut Razem <borut.razem AT siol.net>
1049
1050         * configure, configure.in: added tests for libsocket and libnsl libraries,
1051           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1052           from support/regression/Makefile.in
1053         * support/regression/Makefile.in: added
1054         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1055         * sim/ucsim/libtool: regenerated on sparc-solaris
1056         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1057           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1058           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1059           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1060           sparc-solaris, which doesn't use GNU ld linker
1061         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1062         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1063
1064 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1065
1066         * src/mcs51/peeph.def: updated comments
1067
1068 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1069
1070         * device/lib/_gptrget.c,
1071         * device/lib/_gptrput.c: slightly shorter
1072         * doc/sdccman.lyx: incremented version
1073         * src/mcs51/peeph.def: moved peephole comments to the line of first
1074           change to better keep line correlation, reanimated 186.e
1075         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1076
1077 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1078
1079         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1080           David Saxton with quotes around file name.
1081
1082 2005-08-15 Borut Razem <borut.razem AT siol.net>
1083
1084         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1085           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1086           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1087           make tests run on x86_64 platform
1088
1089 2005-08-13 Raphael Neider <rneider AT web.de>
1090
1091         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1092           as it might be executed DURING a build (parallel make is wonderful)
1093
1094 2005-08-13 Raphael Neider <rneider AT web.de>
1095
1096         * device/lib/Makefile.in (port-specific-objects-pic16):
1097           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1098         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1099           dependency
1100         * device/lib/pic16/Makefile.rules: build subdirs before creating
1101           the library, removed builddir rule, create $(builddir) early in
1102           recurse rule, use empty recurse rule for leaf directories
1103         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1104           mkdir errors (race condition), removed duplicate suffix "hex"
1105           from clean rules
1106         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1107         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1108           prevents mkdir -p from aborting on Alpha
1109
1110 2005-08-12 Raphael Neider <rneider AT web.de>
1111
1112         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1113           db-statements in order to allow for arrays of pointers in code
1114           sections to be placed without interspersed 0-padding, fixes
1115           bug #1256215
1116         * (emitStatistics): fixed division by zero for pic18f1220
1117         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1118           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1119         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1120         * (pic16_pCodeConstString): keep track of already emitted string
1121           literals to prevent "duplicate definitions of symbol _str_NR"
1122         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1123           debug message
1124         * device/lib/Makefile.in: ignore failing PIC16 library builds
1125         * device/lib/pic16/Makefile: do not build if gputils are missing
1126         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1127
1128 2005-08-10 Raphael Neider <rneider AT web.de>
1129
1130         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1131           my last commit)
1132
1133 2005-08-10 Raphael Neider <rneider AT web.de>
1134
1135         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1136           Rokas' patch to add the new fixed point type "__fixed16x16"
1137         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1138           functions for __fixed16x16 arithmetics
1139         * device/lib/pic16: reimplemented the build system to support
1140           a separate build directory, better handling of libio (create
1141           the library in a separate subdir for each architecture) and
1142           easier configuration (centralized in Makefile.common)
1143
1144 2005-08-07 Raphael Neider <rneider AT web.de>
1145
1146         * src/pic16/gen.c (genrshTwo): fixed sign extension
1147         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1148         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1149           added T0CONbits
1150         * device/include/pic16/pic18f4220.h: NEW, header for
1151           pic18f4220 and pic18f4320
1152         * device/include/pic16/pic18fregs.h: added new devices,
1153           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1154         * device/include/pic16/signal.h: resolved name clashes
1155           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1156           to also allow testing for interrupt enable bits, added
1157           comments on how to use the macros
1158         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1159         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1160           register definitions for the devices
1161         * device/lib/pic16/pics.all: added new devices
1162         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1163           allocated memory
1164         * device/lib/pic16/libc/stdlib/memfree: do not count
1165           the block header as free memory
1166         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1167           simplified and added missing end-of-blocklist-marker
1168           (reported by Peter Onion, fixes #1252814)
1169         * (_mergeHeapBlock): fixed loop condition
1170         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1171           len==0, restructured code
1172         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1173           up a bit, reduced bitfield accesses, prevent endless loops
1174           in case of heap corruption
1175         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1176           "unreferenced arguments/must return a value" warnings
1177         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1178           replaced BAUDREG with SPBRG
1179         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1180           device/lib/pic16/debug/gstack/gstack.c: replaced
1181           _naked, _asm, _endasm with __naked, __asm, __endasm
1182
1183 2005-08-05 Raphael Neider <rneider AT web.de>
1184
1185         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1186           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1187
1188 2005-08-05 Borut Razem <borut.razem AT siol.net>
1189
1190         * device/lib/Makefile.in: added missing ';'
1191         * configure: removed ^M characters
1192
1193 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1194
1195         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1196           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1197           License
1198
1199 2005-08-04 Borut Razem <borut.razem AT siol.net>
1200
1201         * configure.in: pic16 libraries build 2nd try - enable running
1202           configure in device/lib/pic16
1203         * configure: regenerated from configure.in
1204         * device/lib/Makefile.in: create $(PORT)/bin directory
1205
1206 2005-08-03 Raphael Neider <rneider AT web.de>
1207
1208         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1209           to get/set values via pointers
1210         * (genUnpackBits,genPackBits): changed detection of
1211           ptr->bitfield vs. sym.bitfield, fixed access via generic
1212           pointers, removed dead (wrong) code for multibyte bitfields
1213         * (genNearPointerGet, genGenPointerGet): removed useless code,
1214           fixed bitfield detection, fixes #1250594
1215         * (genNearPointerSet): removed useless code
1216         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1217           and introduced macro pic16_emitpcode that conditionally emits
1218           the origin of the following pCode (useful for debugging SDCC)
1219         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1220         * (createDefmap): fixed handling of LFSR for --optimize-df
1221
1222 2005-08-02 Borut Razem <borut.razem AT siol.net>
1223
1224         * device/lib/Makefile.in: pic16 libraries build enabled since
1225           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1226
1227 2005-08-02 Raphael Neider <rneider AT web.de>
1228
1229         * src/pic16/gen.c (genPackBits): removed deprecated warning
1230         * (genGenPointerSet): fixed bitfield detection
1231
1232 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1233
1234         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1235
1236 2005-07-31 Raphael Neider <rneider AT web.de>
1237
1238         * device/lib/pic16/libdev/pic18f458.c,
1239           device/include/pic16/pic18f458.h: added missing T0CONbits
1240
1241 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1242
1243         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1244
1245 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1246
1247         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1248
1249 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1250
1251         * device/include/mcs51/at89c51ed2.h: added.
1252
1253 2005-07-23 Raphael Neider <rneider AT web.de>
1254
1255         * src/pic/gen.h: added emitpcode macro for debugging
1256         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1257           and replace by macro adding debug information on demand
1258         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1259         * (gencjne): tried to fix; replaced with correct (slower) code
1260         * (gen{Unp,P}ackBits): fixed single bit access
1261         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1262         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1263           previous instruction
1264         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1265           register has to be handled with care (forbidding movement
1266           of assignments/uses, removing assignments completely, ...)
1267         * (pCodeOptime2pCodes): make use of regIsSpecial
1268         * added lots of debugging output (commented out)
1269         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1270           from being reused as result UNLESS it is known to work
1271
1272 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * support/Util/dbuf.h: include <stddef.h> for size_t
1275         * .version: changed to version 2.5.2
1276
1277 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1278
1279         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1280
1281 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1282
1283         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1284           (genModOneByte): removed needless psha/pula
1285
1286 2005-07-22 Raphael Neider <rneider AT web.de>
1287
1288         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1289           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1290         * src/pic/gen.c (resolveIfx): do not "invent" labels
1291         * (genSkipc): changed to positive logic
1292         * (genSkipCond): removed as no longer needed
1293         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1294           backport from PIC16
1295         * (genLeftShift): check operands are in different registers
1296         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1297           INCF does not update CARRY...
1298         * src/pic/main.c: fixed _linkCmd
1299         * src/pic/pcode.c (unlinkpCode): added inactive code
1300         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1301           alive (do not assign result and operand overlapping registers)
1302
1303 2005-07-22 Raphael Neider <rneider AT web.de>
1304
1305         * src/pic/device.c (dump_sfr): replaced register declaration with
1306           call to emitSymbolToFile() to avoid duplicate symbols
1307         * (assignRelocatableRegisters): do not declare external symbols
1308         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1309           right (take size of type, not etype)
1310         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1311         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1312         * (packRegsForAccUse): disabled assignment of WREG as
1313           the result reg to prevent occurence of just fixed #1235003,
1314           fixes #1242954
1315         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1316           symbols (avoids duplicate symbols in .asm file)
1317         * (pic14emitRegularMap): use emitSymbolToFile()
1318         * src/pic/gen.c (aopOp): fixed spillLocation handling
1319         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1320         * (genDataPointerSet): removed unneccessary variables/output
1321
1322 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1325         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1326
1327 2005-07-21 Raphael Neider <rneider AT web.de>
1328
1329         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1330           architecture cannot handle them efficiently, fixes bug #1235003
1331         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1332           check for empty sets before using them (fixes bug #1232190)
1333
1334 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1335
1336         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1337           (lnksect2): generate warnings for memory overlap
1338         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1339           constseg to set the name of these segments so you can instruct the linker
1340           to place them in banks
1341         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1342         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1343           added code_seg and const_seg to options
1344         * src/SDCCglue.c (emitMaps): use options.const_seg,
1345           (createInterruptVect): put interrupt vectors in segment HOME,
1346           (glue): put HOME before static segment and put the main glue in HOME,
1347           (glue): use options.code_seg
1348         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1349         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1350           these segments so you can instruct the linker to place them in banks
1351           (linkEdit): use code_loc for HOME segment which should be the first
1352           segment in code memory now
1353         * src/SDCCmem.c: fixed more stuff like bug 1238386
1354         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1355           (changePointer): don't change function pointers to code pointers for
1356           banked functions,
1357           (compareType): added exceptional check for banked function pointers
1358         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1359         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1360           after static in code memory
1361         * src/mcs51/gen.c: added aopLiteralLong prototype,
1362           (aopForSym): use getSize for functions,
1363           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1364           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1365           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1366           the segment,
1367           (genPcall): use call for literal function pointers and generate banked
1368           calls over the one trampoline so there's only one place for the user to
1369           modify according to his/hers hardware,
1370           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1371           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1372         * src/mcs51/main.c: added keyword banked,
1373           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1374         * support/Util/SDCCerr.c,
1375         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1376           needed for passing the bank and address to the trampoline
1377         * device/lib/mcs51/crtbank.asm: added for bankswitching
1378         * device/lib/mcs51/Makefile: added crtbank
1379
1380 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1381
1382         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1383           for fields at offset 0 of a struct or union as reported
1384           on 2005-07-07 in the developer mailing list.
1385
1386 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1387
1388         * src/SDCCmem.c: fixed bug 1238386
1389
1390 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1391
1392         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1393           (patch #1144962), added peephole 300, enabled 259.x
1394         * doc/sdccman.lyx: removed screenshot and provided link instead
1395
1396 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1397
1398         * doc/sdccman.lyx: added section about debugging with ddd
1399         * doc/figures/ddd_example.eps: screenshot of debugging session
1400
1401 2005-07-04 Raphael Neider <rneider AT web.de>
1402
1403         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1404           like CODE pointers, fixes #1115683
1405         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1406           call, fixes bugs #1232211, #1228110,
1407           fixed wrong casts to pCodeFlow from pCodeInstructions
1408
1409 2005-07-04 Raphael Neider <rneider AT web.de>
1410
1411         * src/pic/gen.c (popGet): changed assert to allow for
1412           bit operands
1413         * (popGetAddr): changed signature to provide
1414           an additional index, patched all call sites
1415         * (genCmpEq): handle literal-like operands correctly
1416         * (genAddrOf): added sanity checks on __code/__data pointers
1417         * (genAssign): added handling of symbols from __code section
1418         * (gencjne): do not generate code for comparisons whose result
1419           is neither stored nor used, fixes bug #1171114
1420         * (AccLsh, AccRsh): operate on operand instead of WREG
1421         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1422           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1423           by known count
1424         * rewrote complete shift-by-literal logic, commented unused
1425           functions out
1426         * (genConstPointerGet): get multiple bytes (if result size > 1),
1427           fixed handling of non-immediate addresses
1428         * (genPointerGet): handle CODE pointers like CONST pointers
1429         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1430         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1431           operand is to be treated as a literal or not
1432         * (mov2w,genPcall,genCmpEq),
1433           src/pic/genarith.c: use aop_isLitLike() to decide between
1434           literal/register contents
1435         * (addSign): added missing offset
1436         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1437           only emit comment in debug-mode,
1438           use {aop,op}_isLitLike throughout the file
1439         * src/pic/glue.c: fix initializers for pointers (work in progress)
1440         * src/pic/pcode.c (get_op): honor index on _const symbols
1441         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1442         * (dumppBlock): added pCode size estimation
1443         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1444           check for IS_SYMOP before OP_SYMBOL'ing
1445         * fixed indentation, compacted switch-statements
1446         * (allocReg): find free register and allocate it instead of
1447           allocating new registers all the time
1448         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1449           registers as its operands (necessary only for multibyte GETs)
1450
1451 2005-07-01 Raphael Neider <rneider AT web.de>
1452
1453         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1454           debugging .asm-output macros FENTRY + FEXIT
1455         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1456           way... I wonder...
1457         * (emitpComment): NEW, printf to pCode
1458         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1459           offset handling
1460         * (popGetAddr): NEW, variant of popGet to access an immediates
1461           high(er) bytes instead of the n'th byte of memory they reference,
1462           replaced popGet with popGetAddr where neccessary
1463         * (genDataPointerGet): reactivated and fixed implementation
1464         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1465           accesses
1466         * (genDataPointerSet): fixed multibyte assignments
1467         * (genpic14Code): fixed --i-code-in-asm handling
1468         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1469         * (genPlus): fixed index-out-of-bounds error
1470         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1471         * src/pic/ralloc.c: added debugging output macro FENTRY2
1472         * (spillThis): fixed indentation, enbraced for-body for clarity
1473         * (rematStr): commented out as now unused
1474         * (regTypeNum): commented out special spill case (overwrites
1475           arbitrary values)
1476         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1477
1478 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1479
1480         * doc/sdccman.lyx: documented sfr16/sfr32,
1481           added example for using storage class with function pointers
1482         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1483
1484 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1487         * device/lib/_itoa.c,
1488         * device/lib/_ltoa.c: optimized codesize
1489         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1490           but don't know how to suppress the double warning.
1491         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1492         * support/Util/SDCCerr.c,
1493         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1494
1495 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1496
1497         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1498           fixed old K&R prototypes
1499         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1500         * device/lib/_gptrget.c,
1501         * device/lib/_gptrgetc.c,
1502         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1503           also new versions for small generic pointers and banked generic pointers
1504         * src/port.h: added const_name
1505         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1506         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1507         * src/SDCCcse.c (findPrevIc): check all associative operators
1508         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1509         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1510         * src/SDCCmem.c: updated comments,
1511           set far-space to 0 for pdata, results in optimized code
1512         * src/SDCCmem.h: added macro CONST_NAME
1513         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1514           moving the info into the highest bits, see also gptrget/gptrput
1515         * src/src.dsp: added sdcc.ico to project files
1516         * src/avr/gen.c (genCast): fixed bug 0x%d
1517         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1518         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1519           relation between ptr_type and DCL_TYPE,
1520           (genCast): fixed bug 0x%d
1521         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1522           (CODE)" for const_name
1523         * src/hc08/gen.c (genCast): fixed bug 0x%d
1524         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1525           (hc08_port): added "CONST (CODE)" for const_name
1526         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1527           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1528           between ptr_type and DCL_TYPE,
1529           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1530           operand* and took AOP() inside function so sfr-ness can be checked,
1531           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1532           new prototype,
1533           (genFunction, genEndFunction): optimized stack setup,
1534           (genMinus): optimized for literals with ending zeroes (in bytes),
1535           (genCast): fixed bug 0x%d
1536         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1537           (mcs51_port): added "CONST (CODE)" for const_name
1538         * src/mcs51/peeph.def: made rule 226 more generic
1539         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1540         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1541         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1542         * src/z80/main.c (z80_port): added NULL for const_name,
1543           (gbz80_port): added NULL for const_name
1544         * support/regression/tests/bug663539.c,
1545         * support/regression/tests/sfr16.c: new tests
1546
1547 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1548
1549         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1550
1551 2005-06-24 Raphael Neider <rneider AT web.de>
1552
1553         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1554           corrected typos...
1555         * device/include/pic16/signal.h: added USBIF
1556           and SIG_USB
1557
1558 2005-06-24 Raphael Neider <rneider AT web.de>
1559
1560         * device/lib/pic16/libdev/pic18f2455.c,
1561           device/include/pic16/pic18f2455.h: NEW
1562         * device/include/pic16/pic18fregs.h,
1563           device/lib/pic16/pics.all,
1564           src/pic16/device.c: added 18f2455
1565         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1566           device/include/pic16/{pic18f[68][567].h,usart.h}:
1567           replaced MULTIPLE_USARTS define with more relaible
1568           compatibility sfrs (for USART access)
1569
1570 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1571
1572         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1573           and the output asm file line is printed on two lines.
1574
1575 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1576
1577         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1578           BGT, BLE, BHI, and BLS instructions
1579         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1580           genCmpEq): removed
1581         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1582           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1583           fixes bug #1216342
1584         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1585
1586 2005-06-15 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1589         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1590         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1591           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1592           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1593
1594 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1595
1596         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1597           Marcel Telka in bug #1215704
1598
1599 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1600
1601         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1602           located in shared memory bank.
1603
1604 2005-05-31 Raphael Neider <rneider AT web.de>
1605
1606         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1607           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1608           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1609
1610 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1611
1612         * device/lib/_strncpy.c: fixed the fix
1613
1614 2005-05-26 Raphael Neider <rneider AT web.de>
1615
1616         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1617           initializers with \0, bug #1208187
1618         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1619           intializers with \0, bug #1208187
1620
1621 2005-05-26 Raphael Neider <rneider AT web.de>
1622
1623         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1624           initializers with \0, bug #1208187
1625         * src/pic16/main.c (_process_pragma): added sanity checks
1626           for stack position and size, emit warnings when appropriate
1627
1628 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1629
1630         * device/lib/_strncpy.c: fixed not filling with \0
1631
1632 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1633
1634         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1635           createFunction),
1636         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1637           compound_statement),
1638         * src/SDCCsymt.h,
1639         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1640
1641 2005-05-24 Raphael Neider <rneider AT web.de>
1642
1643         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1644
1645 2005-05-24 Raphael Neider <rneider AT web.de>
1646
1647         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1648           TRISE definitions, closes bug #1162453
1649
1650 2005-05-22 Raphael Neider <rneider AT web.de>
1651
1652         * src/pic16/main.c (_process_pragma): check for missing
1653           arguments to pragmas code and udata
1654         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1655           consistency fixes to match other headers (thanks to Jim Paris)
1656         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1657
1658 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1659
1660         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1661
1662 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1663
1664         * support/regression/tests/bug1198642.c: new test
1665         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1666         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1667         * support/scripts/resource.h,
1668         * support/scripts/resource.rc,
1669         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1670         * support/scripts/sdcc.ico: added 32x32 icon
1671
1672 2005-05-18 Raphael Neider <rneider AT web.de>
1673
1674         * device/lib/pic16/libdev/pic18f*.c,
1675         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1676           keywords to "__sfr" and "__at (X)"
1677         * device/include/pic16/pic18fregs.h: added pic18f4520
1678         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1679           #1203088 (MPLAB compatibility)
1680
1681 2005-05-17 Raphael Neider <rneider AT web.de>
1682
1683         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1684         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1685         * device/lib/pic16/pics.all: added new devices
1686         * src/pic16/device.c: added support for pic18f4520
1687
1688 2005-05-16 Raphael Neider <rneider AT web.de>
1689         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1690         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1691         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1692           convenience function for bit access
1693
1694 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * device/lib/printf_large.c: fixed bug 1193299
1697         * support/regression/tests/bug1057979.c: added test %3.3s
1698
1699 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1700
1701         * device/include/mcs51/8051.h,
1702         * device/include/mcs51/8052.h: made parseable with lint
1703         * device/include/mcs51/lint.h: added include file for (sp)lint
1704         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1705         * doc/cdbfileformat.lyx,
1706         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1707
1708 2005-05-14 Raphael Neider <rneider AT web.de>
1709
1710         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1711         * device/lib/pic16/libc/stdlib/itoa.c (new)
1712         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1713         * device/lib/pic16/libio/Makefile: exclude subdir according to
1714           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1715         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1716         * src/pic16/gen.c (genFunction): prevent annoying warning
1717         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1718           nameclashes on BeOS
1719         * support/cpp2/cppmain.c (cpp_output_string): new
1720         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1721           fixes bug 1116802
1722
1723 2005-05-13 Borut Razem <borut.razem AT siol.net>
1724
1725         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1726
1727 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1728
1729         * .version: changed to version 2.5.1; back to bleeding edge development
1730
1731 2005-05-11 Borut Razem <borut.razem AT siol.net>
1732
1733         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1734           generate PDF version 1.3 documents
1735
1736 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1737
1738         * .version: changed to version 2.5.0
1739
1740 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1741
1742         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1743
1744 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1745
1746         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1747         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1748         well as many smaller updates.
1749         * .version: changed to version 2.5.0-pre1
1750
1751 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1752
1753         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1754
1755 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1756
1757         * support/regression/tests/bug1185672.c: added
1758         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1759           bug 1185672
1760         * src/mcs51/gen.c (genCall): added comments, made it look safer
1761         * src/mcs51/gen.c (genEndFunction): simplified
1762
1763 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1764
1765         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1766
1767 2005-04-14 Borut Razem <borut.razem AT siol.net>
1768
1769         * fixed bug 1045046 - SIGSEGV with really simple code?:
1770           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1771           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1772
1773 2005-04-14 Borut Razem <borut.razem AT siol.net>
1774
1775         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1776           src/pic16/device.h: temporarily disabled experimental #inline pragma
1777           for 2.5.0 release
1778
1779 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1780
1781         * device/include/z80/stdio.h,
1782         * device/include/z80/string.h: removed these highly incomplete files so
1783           SDCC can use the default ones in device/include/
1784
1785 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1786
1787         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1788         gcc warning.
1789         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1790         fix sdcpp warnings.
1791
1792 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1793
1794         * device/include/malloc.h: removed redundant __reentrant prototypes
1795         * device/lib/_mullong.c: added working xstack variant in asm (C version
1796           doesn't pass regression tests)
1797         * device/lib/bpx.c: used __data and made bpx char for mcs51
1798         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1799           (createFunction): fixed bug with xstackPtr
1800         * src/SDCCcse.c: corrected comments
1801         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1802           (killDeadCode, eBBlockFromiCode): removed unused code
1803         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1804           corrected comments
1805         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1806           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1807           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1808           (genModOneByte): fixed warning in MSVC
1809         * src/mcs51/main.c (): added comments
1810         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1811
1812 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1813
1814         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1815
1816 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1817
1818         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1819
1820 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1821
1822         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1823         characters arrays of larger size than the declared one.
1824
1825 2005-04-10 Borut Razem <borut.razem AT siol.net>
1826
1827         * src/pic/gen.c (genInline),
1828           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1829           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1830           (findNextInstruction), (findPrevInstruction),
1831           (findInstructionUsingLabel),
1832           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1833         * src/pic/pcode.c (findLabel): added missing '\n'
1834         * src/src.dsp: added SDCCdwarf2.c to the project
1835
1836 2005-04-09 Borut Razem <borut.razem AT siol.net>
1837
1838         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1839
1840 2005-04-08 Raphael Neider <rneider AT web.de>
1841
1842         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1843           into the chain after a given one) and mergeDefmapSymbols (combine
1844           defmap entries for each symbol per pcode)
1845         * (createDefmap): have defmap entries merged in the end
1846         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1847           a symbol before replacing one access type's symbol, merge symbols in
1848           the end (replacement symbol might already have an entry)
1849         * (assignValnums): keep reference to written WREG intact
1850
1851 2005-04-08 Raphael Neider <rneider AT web.de>
1852
1853         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1854           Alpha)
1855
1856 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1857
1858         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1859         bytes
1860
1861 2005-04-07 Raphael Neider <rneider AT web.de>
1862
1863         * device/include/pic16/usart.h: added compatibility defines for
1864           devices with more than one USART
1865         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1866
1867 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1868
1869         * device/lib/Makefile.in: updated for port specific include
1870
1871 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1872
1873         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1874
1875 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * device/include/8051.h,
1878         * device/include/8052.h,
1879         * device/include/at89S8252.h,
1880         * device/include/at89c55.h,
1881         * device/include/at89x051.h,
1882         * device/include/at89x51.h,
1883         * device/include/at89x52.h,
1884         * device/include/mcs51reg.h,
1885         * device/include/reg51.h,
1886         * device/include/reg764.h,
1887         * device/include/regc515c.h,
1888         * device/include/sab80515.h: (re)moved these 12 files
1889         * device/include/mcs51/8051.h,
1890         * device/include/mcs51/8052.h,
1891         * device/include/mcs51/at89S8252.h,
1892         * device/include/mcs51/at89c55.h,
1893         * device/include/mcs51/at89x051.h,
1894         * device/include/mcs51/at89x51.h,
1895         * device/include/mcs51/at89x52.h,
1896         * device/include/mcs51/mcs51reg.h,
1897         * device/include/mcs51/reg51.h,
1898         * device/include/mcs51/reg764.h,
1899         * device/include/mcs51/regc515c.h,
1900         * device/include/mcs51/sab80515.h: and added them here
1901
1902 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1903
1904         * device/include/stdarg.h: changed SDCC specific keywords to double
1905           underlined form.
1906         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1907           mcs51 and ds390.
1908         * device/include/hc08/mc68hc908gp32.h,
1909         * device/include/hc08/mc68hc908jb8.h,
1910         * device/include/hc08/mc68hc908jkjl.h,
1911         * device/include/hc08/mc68hc908qy.h: fixed comments
1912         * device/include/mcs51/README: updated
1913         * device/include/mcs51/c8051f120.h: added PINRSF
1914         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1915         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1916           amidst code. Also inline is not supported.
1917
1918 2005-04-06 Raphael Neider <rneider AT web.de>
1919
1920         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1921         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1922           callers stack/frame pointers
1923
1924 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1925
1926         * device/include/pic16/usart.h: added, missing in previous commit,
1927         * device/include/pic16/adc.h: fixed typo,
1928         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1929         commit,
1930         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1931         <p18fxxx.inc>
1932         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1933         uninitialized because a bug appears with gplink
1934         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1935         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1936         complains for unrecognised option
1937
1938 2005-04-05 Raphael Neider <rneider AT web.de>
1939
1940         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1941           structs as well (using memcpy)
1942         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1943           on ISRs (GOTO has no label)
1944         * src/pic16/device.h: added OF_OPTIMIZE_DF
1945         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1946           new data flow analysis/optimization
1947         * src/pic16/pcode.c: added (prototypes for and implementation of)
1948           dataflow analysis functions, fixed pCodeInstructions' inCond and
1949           outCond values, made RCALL a branch instruction
1950         * (pic16_unlinkpCode): keep C line if possible
1951         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1952           C line moved if possible
1953         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1954         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1955           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1956         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1957           new flow)
1958         * (pic16_getJumptabpCode): NEW, needed in...
1959         * (LinkFlow): fixed handling of jumptables, calls and conditional
1960           branches
1961         * (pic16_InsertCommentAfter): NEW
1962         * (pic16_pCodeReplace): made verbose and flow preserving
1963         * (AnalyzeFlow): added call to data flow analysis
1964         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1965         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1966         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1967
1968 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1969
1970         * src/SDCCast.c (decorateType): fixed bug #1105626
1971
1972 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1973
1974         * device/include/asm/pic16/features.h,
1975         * pic18f*.h headers,
1976         * device/include/pic16/adc.h,
1977         * device/include/pic16/delay.h,
1978         * device/include/pic16/i2c.h,
1979         * device/include/pic16/malloc.h,
1980         * device/include/pic16/stdio.h,
1981         * device/include/pic16/stdlib.h,
1982         * device/include/pic16/string.h,
1983         * device/lib/pic16/libc/stdio/printf_tiny.c,
1984         * device/lib/pic16/libc/stdio/printf_small.c,
1985         * device/lib/pic16/libc/stdio/strmgpsim.c,
1986         * device/lib/pic16/libc/stdio/strmmssp.c,
1987         * device/lib/pic16/libc/stdio/strmusart.c,
1988         * device/lib/pic16/libc/stdio/vfprintf.c,
1989         * device/lib/pic16/libc/stdlib/ltoa.c,
1990         * device/lib/pic16/libc/stdlib/putchar.c,
1991         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1992         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1993         * device/lib/pic16/libc/stdlib/memchrram.c,
1994         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1995         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1996         * device/lib/pic16/libio/adc/adcbusy.c,
1997         * device/lib/pic16/libio/adc/adcread.c,
1998         * device/lib/pic16/libio/adc/adcsetch.c,
1999         * device/lib/pic16/libio/usart/ubaud.c,
2000         * device/lib/pic16/libio/usart/ubusy.c,
2001         * device/lib/pic16/libio/usart/udrdy.c,
2002         * device/lib/pic16/libio/usart/uopen.c,
2003         * device/lib/pic16/libio/usart/uputc.c,
2004         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2005         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2006         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2007         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2008         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2009         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2010         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2011         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2012         specific keywords to double underlined form,
2013         * device/lib/pic16/libc/Makefile.rules,
2014         * device/lib/pic16/libsdcc/Makefile.rules,
2015         * device/lib/pic16/libm/Makefile,
2016         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2017         to compile with C standard set in Makefile.common
2018         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2019         rand.c and crc.c in compilation process,
2020         * device/lib/pic16/libsdcc/int/divuint.c,
2021         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2022         `c' from signed to unsigned,
2023         * device/lib/pic16/startup/crt0.c,
2024         * device/lib/pic16/startup/crt0i.c,
2025         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2026         keywords to double underlined form, bug fixes in _do_cinit function
2027         which prevented the correct initialization of the .idata segment,
2028         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2029         core to enter a infinite loop
2030         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2031
2032 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2033
2034         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2035
2036 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2037
2038         * device/include/Makefile.in: add support for hc08 subdirectory
2039         * device/include/hc08/: new subdirectory
2040         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2041         Lucas Loizaga, thanks!
2042         * device/include/hc08/mc68hc908qy.h,
2043         * device/include/hc08/mc68hc908gp32.h,
2044         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2045         their own directory. Changed internal macro names to use the compiler
2046         reserved namespace. Changed SDCC specific keywords to double
2047         underlined form.
2048         * device/include/math.h,
2049         * device/include/malloc.h,
2050         * device/include/stdarg.h,
2051         * device/include/stdbool.h
2052         * device/include/string.h,
2053         * device/include/tinibios.h,
2054         * device/include/ds400rom.h,
2055         * device/include/8051.h,
2056         * device/include/8052.h,
2057         * device/include/80c51xa.h,
2058         * device/include/at89c55.h,
2059         * device/include/at89S8252.h,
2060         * device/include/at89x51.h,
2061         * device/include/at89x52.h,
2062         * device/include/ds80c390.h,
2063         * device/include/reg764.h,
2064         * device/include/regc515c.h,
2065         * device/include/sab80515.h,
2066         * device/include/mcs51/c8051f000.h,
2067         * device/include/mcs51/c8051f018.h,
2068         * device/include/mcs51/c8051f020.h,
2069         * device/include/mcs51/c8051f040.h,
2070         * device/include/mcs51/c8051f060.h,
2071         * device/include/mcs51/c8051f120.h,
2072         * device/include/mcs51/c8051f300.h,
2073         * device/include/mcs51/c8051f310.h,
2074         * device/include/mcs51/c8051f320.h,
2075         * device/include/mcs51/c8051f330.h,
2076         * device/include/mcs51/c8051f350.h,
2077         * device/include/z180.h: Changed SDCC specific keywords to double
2078         underlined form.
2079
2080 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2081
2082         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2083         18F4455,
2084         * (pic16_assignConfigWordValue): disable testing of configuration
2085         register value with config mask,
2086         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2087         function with port->fun_prefix,
2088         * (genFunction): when generating a naked interrupt function never
2089         create an absolute segment placed in interrupt vector address, place
2090         the actual interrupt function at IVA instead, when an interrupt
2091         function is generated with unspecified interrupt then do not create
2092         the absolute section,
2093         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2094         code for generating a call to generic pointer get/put function with
2095         a call to function pic16_callGenericPointer(),
2096         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2097         the call to the generic pointer get/put functions with prefixing the
2098         function name with port->fun_prefix,
2099         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2100         * src/pic16/main.c (_process_pragma): prefix function with
2101         port->fun_prefix,
2102         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2103         calling assembler, old 18Fxxxx macro is deprecated,
2104         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2105         PC_ASMDIR in while condition,
2106         * (findInstruction): add PC_ASMDIR in while condition,
2107         * (buildCallTree): prefix main with port->fun_prefix,
2108         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2109         identifier for variable with banked access in instructions BTFSS,
2110         BTFSC, BCF, BSF, BTG
2111         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2112         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2113         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2114         perform optimization when enviroment variable NO_REG_OPT is set,
2115         * (insideLRBlock): NEW, return 1 if register is inside an
2116         INF_LOCALREGS block,
2117         * (RemoveRegFromLRBlock): remove a register that is completely
2118         eliminated by register optimization, but it is still left in local
2119         register store/restore in/from stack block,
2120         * (Remove2pcodes): after removing register, check to see if it
2121         should be removed from local register store/restore in/from stack
2122         block,
2123         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2124         DUMMY_READ_VOLATILE,
2125
2126         * device/include/pic16/adc.h: minor prototype modifications and
2127         update,
2128         * device/include/pic16/malloc.h: added GPL notice various
2129         modifications,
2130         * device/include/pic16/stdint.h: NEW, standard header for ints
2131         * device/include/pic16/delay.h: NEW, header for delay functions,
2132         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2133         delay1mtcy,
2134         * device/include/pic16/signal.h: NEW, header providing helper macros
2135         for implementing signal handlers,
2136         * device/include/pic16/stdio.h: added prototypes for functions,
2137         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2138         prototypes for stdin and stdout, added macro PUTCHAR to
2139         automatically implement putchar function prototype,
2140         * device/include/pic16/usart.h: modified and updated USART library,
2141         * device/lib/pic16/libio/adc/,
2142         * device/lib/pic16/libio/i2c: some modifications to improve library
2143         performance,
2144         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2145         family of functions,
2146         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2147         family of functions and other sources,
2148         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2149         of the PIC18Fxx[28] devices,
2150         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2151         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2152         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2153         _do_cinit function, because the previous failed when local variables
2154         where not placed in the same memory bank,
2155         * device/lib/pic16/libsdcc/char/: various modifications to improve
2156         library performance,
2157         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2158         information on the new functions of the c library and more...
2159
2160 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2161
2162         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2163
2164 2005-03-26 Raphael Neider <rneider AT web.de>
2165
2166         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2167           if condition == CARRY)
2168         * (genCmp): adapted to new genSkipc semantics
2169         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2170           on rIfx (genCmp was broken)
2171
2172 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2173
2174         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2175         * src/z80/main.c (_keywords[]),
2176         * src/SDCCglobal.h (struct options),
2177         * src/SDCC.y,
2178         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2179         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2180         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2181         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2182         always available in leading double underscore form. The C99 support is
2183         mostly missing, but it's a start.
2184         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2185         reserved identifier "__data".
2186
2187 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2188
2189         * src/mcs51/peeph.def: fixed bug 1170013
2190
2191 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2192
2193         * device/include/mcs51reg.h: fixed bug 842007
2194
2195 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2196
2197         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2198         last time.
2199
2200 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2201
2202         * src/port.h (struct PORT),
2203         * src/avr/ralloc.c (avr_assignRegisters),
2204         * src/avr/main.c,
2205         * src/ds390/ralloc.c (ds390_assignRegisters),
2206         * src/ds390/main.c,
2207         * src/hc08/ralloc.c (hc08_assignRegisters),
2208         * src/hc08/main.c,
2209         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2210         * src/mcs51/main.c,
2211         * src/pic/ralloc.c (pic14_assignRegisters),
2212         * src/pic/main.c,
2213         * src/pic16/ralloc.c (pic16_assignRegisters),
2214         * src/pic16/main.c,
2215         * src/xa51/ralloc.c (xa51_assignRegisters),
2216         * src/xa51/main.c,
2217         * src/z80/ralloc.c (z80_assignRegisters),
2218         * src/z80/ralloc.h,
2219         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2220         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2221         * src/SDCCcse.h,
2222         * src/SDCCdflow.c (computeDataFlow),
2223         * src/SDCCdflow.h,
2224         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2225         * src/SDCCloop.h,
2226         * src/SDCCcflow.c (*),
2227         * src/SDCCcflow.h,
2228         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2229         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2230         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2231         immedDom() returning wrong block; probably fixes bug #1160833)
2232
2233 2005-03-20 Borut Razem <borut.razem AT siol.net>
2234
2235         * support/scripts/inc2h.pl: WIN32 port
2236
2237 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2238
2239         * device/lib/makefile.in: added abs.c and labs.c
2240
2241 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2242
2243         * device/include/stdint.h: added
2244         * device/lib/abs.c: added
2245         * device/lib/labs.c: added
2246         * device/include/stdlib.h: added abs() and labs() prototypes
2247         * device/lib/libsdcc.lib: added abs and labs
2248         * device/include/float.h,
2249         * device/lib/_fsmul.c,
2250         * device/lib/printf_fast.c,
2251         * device/lib/printf_tiny.c: updated comments
2252
2253 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2254
2255         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2256         bug #1164313
2257
2258 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2259
2260         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2261         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2262
2263 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2264
2265         * device/lib/printf_large.c: removed inline assembly for portability and
2266           readability. Use printf_fast if speed or size are more important.
2267         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2268         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2269
2270 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2271
2272         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2273         prevent compiler warning
2274
2275 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2276
2277         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2278         moved to level 0 and declared as static. Also they are explicit
2279         placed in access bank. This was necessery because some times they
2280         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2281         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2282         optimizations. Currently only compare to unsigned char is implemented,
2283         * src/pic16/gen.c: added fReturnIdx array,
2284         * (struct resolvedIfx) is moved to gen.h and made public,
2285         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2286         * (aopForSym): added an optimization to directly store in stack of
2287         the operand of a SEND iCode,
2288         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2289         but as registers instead (AOP_REG) using the fReturnIdx array,
2290         * (pic16_freeAsmop): remove the freed register from the
2291         _G.sregsAlloc field,
2292         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2293         a compare of 'WREG',
2294         * (pic16_popGetTempRegCond): changed function prototype, now
2295         function takes also a bitVector argument v which holds the current
2296         set of registers that are allocated for stack access by aopForSym,
2297         registers allocated in aopForSym for accessing stack symbols are not
2298         any more part of the functions usedRegs field,
2299         * (genCall): some times aopOp is called for a stack variable to be
2300         send, aopForSym might perform the push, if this is true make sure
2301         that genCall doesn't push the variable twice by testing _G.resDirect,
2302         * (genFunction): changed testing for unspecified interrupt number
2303         from 256 to INTNO_UNSPEC,
2304         * modified selection scheme of frame pointer generation. Previously
2305         if function did use local registers a frame pointer was generated,
2306         now a frame pointer is generated only if function has arguments
2307         (that need PLUSW2 register access), or has stack arguments, or the
2308         compiler is not instructed to omit the frame pointer,
2309         * (genEndFunction): before restoring local registers that were saved
2310         in the function preamble, also restore the registers that *might*
2311         have been allocated for stack access,
2312         * (genRet): removed some old comments,
2313         * (genCmp, the active (RN's) version): added a call to the
2314         pic16_genCmp_special function to perform the compare with a more
2315         robust and optimized way,
2316         * (genInline): a feature has been added in inline code generation,
2317         which allows a wildcard variable substitution when writing inline
2318         assembly. Code is incomplete and experimental therefore undocumented,
2319         * (genCast): changed order of aopOp for result and right to allow
2320         aopForSym to directly load the result if possible,
2321         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2322         perform an optimized compare on some selected special occasions,
2323         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2324         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2325         generate an IVT any more,
2326         * src/pic16/main.c (pic16_optionsTable): added command line option
2327         --optimize-cmp,
2328         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2329         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2330         macros,
2331         * src/pic16/NOTES: Raphael Neider added in list of active developers
2332         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2333         jumptable_end to prevent bug #,
2334         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2335         inCond and outCond fields,
2336         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2337         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2338         turn off register spilling,
2339         * (packRegsForOneUse): synced with other ports' versions although it
2340         is not used currently,
2341         * (pic16_packRegisters): added an optimization while reading
2342         structure bitfields, some registers may be saved (malloc code is
2343         decreased by 80 bytes)
2344
2345 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2346
2347         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2348         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2349         this can be optimized more?
2350
2351 2005-03-10 Raphael Neider <rneider AT web.de>
2352
2353         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2354           genNearPointerGet): (hopefully) fixed access to bitfields via
2355           pointers (p->bitN = x; and x = p->bitN; failed)
2356
2357 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2358
2359         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2360
2361 2005-03-09 Raphael Neider <rneider AT web.de>
2362
2363         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2364
2365 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2366
2367         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2368         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2369           (regTypeNum): set REG_BIT type if necessary
2370         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2371         * support/regression/tests/critical.c: check bug 1144613
2372
2373 2005-03-02 Raphael Neider <rneider AT web.de>
2374
2375         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2376
2377 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2378
2379         * src/avr/ralloc.c (serialRegAssign),
2380         * src/ds390/ralloc.c (serialRegAssign),
2381         * src/hc08/ralloc.c (serialRegAssign),
2382         * src/mcs51/ralloc.c (serialRegAssign),
2383         * src/pic/ralloc.c (serialRegAssign),
2384         * src/pic16/ralloc.c (serialRegAssign),
2385         * src/xa51/ralloc.c (serialRegAssign),
2386         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2387
2388 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2389
2390         * src/SDCCast.c (decorateType): fixed bug 1124787
2391
2392 2005-02-20 Hubert Sack <sack AT digiplan.de>
2393         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2394
2395         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2396         patch #1121755
2397
2398 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2399
2400         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2401         to keep the correct label reference count when adding/removing references
2402         to labels. A peephole file using this is appended to patch #1144962.
2403
2404 2005-02-14 Raphael Neider <rneider AT web.de>
2405
2406         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2407         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2408         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2409           retrievals of result operand's value on assignment
2410
2411 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2412
2413         * device/include/pic16/string.h: modified prototype for memccpy()
2414         to memccpy(void *, void *, char, size_t)
2415         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2416         check whether to omit frame pointer or not,
2417         * (genInline): convert all occurences of "\n" to LF in inline
2418         assembler blocks, this helps formatting the inline text,
2419         * (pic16_loadFSR0): modified prototype,
2420         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2421         removed some 8051 legacy code,
2422         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2423         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2424         before allocating temporary registers in functions,
2425
2426 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2427
2428         * support/regression/tests/bitvars.c: corrected the "fix"
2429
2430 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2431
2432         * support/regression/tests/bitvars.c,
2433         * support/regression/tests/bitwise.c,
2434         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2435
2436 2005-02-10 Raphael Neider <rneider AT web.de>
2437
2438         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2439           different size for Alpha
2440         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2441
2442 2005-02-09 Raphael Neider <rneider AT web.de>
2443
2444         * src/SDCC.lex(doPragma) : save and restore warning options as well
2445           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2446         * have #pragma less_pedantic set the errorlevel to WARNING
2447           (fixes #1117001)
2448         * (cloneOptimize) : fixed wrong malloc's size
2449         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2450           facilitate correct handling of #pragma (save|restore)
2451
2452 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2453
2454         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2455
2456 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2457
2458         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2459
2460 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2461
2462         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2463
2464 2005-02-02 Raphael Neider <rneider AT web.de>
2465
2466         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2467         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2468         * (pic16_storeForReturn): fixed to allow returning function pointers
2469         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2470         * device/include/pic16/{stddef.h,stdbool.h}: added
2471
2472 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2473
2474         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2475
2476 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2477
2478         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2479         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2480          appeared to be required
2481
2482 2005-01-31 Borut Razem <borut.razem AT siol.net>
2483
2484         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2485           include/mcs51 and include/z80 directories to the package
2486
2487 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2488
2489         * src/hc08/gen.c (genFunction): fixed bug #1112752
2490
2491 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2492
2493         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2494
2495 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2496
2497         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2498
2499 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2500
2501         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2502
2503 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2504
2505         * device/include/c8051fxxx.h: removed these 6 files
2506         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2507
2508 2005-01-26 Raphael Neider <rneider AT web.de>
2509
2510         * src/pic16/gen.c (genAssign): fixed assignment from longs
2511           in codespace (were cut to three bytes)
2512         * (genDummyRead): implemented (except for CODESPACE...),
2513           fixed bug #1108575
2514         * src/pic16/glue.c (emitStatistics): beautified
2515         * device/lib/pic16/libm/Makefile: added include path
2516
2517 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2518
2519         * src/z80/gen.c (aopPut): fixed bug #1103902
2520
2521 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2522
2523         * device/lib/expf.c: fixed bug #1095792
2524
2525 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2526
2527         * device/lib/pic16/libm: added Math library sources
2528
2529 2005-01-24 Raphael Neider <rneider AT web.de>
2530
2531         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2532           to enable upcast to pCodeOpReg2 (there is no type tag to
2533           differenciate the two and pic16_popGet2p cast into PCOR2)
2534         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2535           (sizeof(sectNames) changed to sizeof(sectName))
2536           Both patches fix segfaults under MinGW.
2537
2538 2005-01-23 Raphael Neider <rneider AT web.de>
2539
2540         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2541           Safe_[mc]?alloc()'ed variables
2542         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2543           of (byte sized) temporaries (assign them to WREG for now)
2544         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2545           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2546           this might fix SIGSEGVs on MinGW...
2547         * src/SDCCopt.c (killDeadCode): restored original behaviour
2548           (volatile operands might get thrown away though)
2549
2550 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2551
2552         * src/pic16/gen.c: fixed bug #1106975,
2553         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2554         pointer update, INTCON is saved, global interrupts are disabled and
2555         restored after updateing TOS.
2556         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2557         * added function attribute 'shadowregs' to take advantage of shadow
2558         registers,
2559         * added function attribute 'wparam' as an alternative to the wparam
2560         pragma,
2561         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2562         user declares a non-ISR function as 'shadowregs',
2563         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2564
2565 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2566
2567         * .version: bumped version number to 2.4.8
2568         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2569         pic16 port,
2570         * device/lib/pic16/libio/i2c/: I2C module support library,
2571         * device/include/pic16/i2c.h: I2C support library header,
2572         * device/lib/pic16/libc/stdio/: standard IO support sources,
2573         * (printf_small.c): printf_small() source, supports float print,
2574         * (printf_tiny.c): printf_tiny() source, does not support floats,
2575         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2576         enable global optimizations for entire library source, other
2577         Makefiles in the source tree are also modified to reflect this,
2578         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2579         function,
2580         * doc/sdccman.lyx: updated to reflect new changes,
2581         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2582         sym->onStack if-case,
2583         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2584         sbit, idata, _idata, xdata, _xdata,
2585         * added pragma library, to link an external library, (see doc),
2586         * removed command line options, --pomit-config-words, --pomit-ivt,
2587         --pleave-reset-vector,
2588         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2589         when calling assembler to reflect memory model used, also define
2590         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2591         reflect stack model used,
2592         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2593         on stack return NULL,
2594
2595 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2596
2597         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2598           of the operands is volatile. Fixes #1020220
2599
2600 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2601
2602         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2603         * (OptimizeRegUsage): make sure that there is really no other flow where
2604           the first pCode is used
2605
2606 2005-01-22 Raphael Neider <rneider AT web.de>
2607
2608         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2609           to fix #1106967 (pCode->seq are not set up correctly)
2610
2611 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2612
2613         * src/SDCCglue.c (glue): make sure code area is declared before the
2614         static initialization area.
2615
2616 2005-01-21 Raphael Neider <rneider AT web.de>
2617
2618         * device/lib/Makefile.in: fixed test for pic16 install dir
2619         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2620           optimizations
2621         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2622           added --optimize-goto compiler switch and pragma wparam documentation
2623         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2624         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2625           and PRODH closing bug #1071770 (peephole optimizer)
2626
2627 2005-01-19 Raphael Neider <rneider AT web.de>
2628
2629         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2630           cmdLine buffers (used when calling sdcpp...) are large enough
2631           (MAX_PATH=256 truncates arguments leading to system halts when
2632           used in MinGW...)
2633         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2634         * (genUminus): rewritten to for efficiency
2635         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2636           used uninitialized in some cases)
2637         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2638           copy the third byte from the int -- now assumes 0x80 (data memory)
2639         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2640           operands (genAddLit expects the iCode's operands to swapped as
2641           well), fixed leftover bytes (crashed for short left operands)
2642         * (pic16_genMinusDec): performance improvements, removed false
2643           PIC14 emitSKPNCs
2644         * (pic16_genMinus): fixed to cope with differently sized operands
2645         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2646           for --obanksel > 1
2647         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2648         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2649           new banksel optimization
2650         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2651           analysis for temporary registers (segfaults...)
2652         * src/pic16/peeph.def: added rule
2653
2654 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2655
2656         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2657         which converts a float number to its ASCII representation
2658         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2659         functions to convert the fractional and integer part of a float to ASCII,
2660         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2661         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2662         ram
2663         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2664         _STATMEM macros,
2665         * device/include/pic16/adc.h: added GPL info,
2666         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2667         a pCodeOp as tested operand,
2668         * (genNearPointerGet): optimized bit testing, does not use
2669         intermediate register for bit value, test directly instead with
2670         BTFSS, BTFSC, works only for single bits,
2671         * (genpic16Code): dump the name of the iCode in the asm,
2672         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2673         renamed to pic16_decodeOp,
2674         * (serialRegAssign): do not allocate a temporary register for iCode
2675         sequences that test a single bit for 1/0
2676
2677 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2678
2679         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2680         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2681         access stack and frame pointers. They are initially assigned to
2682         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2683         accessing SFRs. Updated all occurences of modification of stack or
2684         frame pointer in gen.c and pcode.c,
2685         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2686         assigning of a literal value to pointers,
2687         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2688         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2689         selected
2690
2691 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2692
2693         * doc/sdccman.lyx: update documentation about stack pragma, added
2694         some info for stack memory models
2695
2696 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2697
2698         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2699
2700 2005-01-08 Raphael Neider <rneider AT web.de>
2701
2702         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2703           udata sections to fix bug #1097823
2704
2705 2005-01-05 Raphael Neider <rneider AT web.de>
2706
2707         * src/pic16/gen.c (genGenericShift): added handling of differently
2708           sized left operand and result
2709
2710 2005-01-04 Raphael Neider <rneider AT web.de>
2711
2712         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2713         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2714           to hold the condition bit)
2715         * added new version of genCmp (old code available via #define)
2716         * added new version of genShiftLeft/genShiftRight in a generic
2717           way, now supports shifting by negative values
2718         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2719           shiftCount (expected by genGenericShift)
2720         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2721         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2722           dump
2723         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2724           is an invalid literal too...)
2725
2726 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2727
2728         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2729         from Raphael Neider,
2730         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2731         for 8-bit literals. This fixes some literal operands which are sign
2732         extended to 16-bits ints when instruction needs only 8-bits.
2733
2734 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2735
2736         * device/lib/logf.c: added mcs51 assembly version
2737         * device/lib/expf.c: added mcs51 assembly version
2738         * device/lib/_logexpf.c: new shared asm code for expf and logf
2739         * device/include/math.h: add defines for assembly math library
2740         * device/lib/Makefile.in: build new _logexpf.c
2741         * device/lib/libfloat.lib: use new _logexpf.c
2742
2743 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2744
2745         * src/pic/device.c
2746         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2747           device types which have less than 0x7f registers.
2748
2749 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2750
2751         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2752
2753 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2754
2755         * device/lib/printf_fast.c: only build on supported arch.
2756         * device/lib/printf_tiny.c: only build on supported arch.
2757         * device/lib/printf_fast_f.c: only build if asm float lib
2758         * device/lib/_fsget1arg.c: only build if asm float lib
2759         * device/lib/_fsget2args.c: only build if asm float lib
2760         * device/lib/_fsnormalize.c: only build if asm float lib
2761         * device/lib/_fsreturnval.c: only build if asm float lib
2762         * device/lib/_fsrshift.c: only build if asm float lib
2763         * device/lib/_fsswapargs.c: only build if asm float lib
2764         * device/include/stdio.h: don't provide print_fast,
2765           print_fast_f, print_tiny prototypes if --xstack used
2766
2767 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2768
2769         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2770         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2771           to the SOURCES
2772
2773 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2774
2775         * device/lib/printf_fast_f.c: same as printf_fast, but
2776           with floating point enabled
2777         * device/lib/printf_fast.c: minor tweaks
2778         * device/include/stdio.h: add printf_fast_f
2779
2780 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2781
2782         * src/SDCCmain.c: make --float-reent default for mcs51
2783         * device/lib/_fsadd.c: added mcs51 assembly version
2784         * device/lib/_fssub.c: added mcs51 assembly version
2785         * device/lib/_fsmul.c: added mcs51 assembly version
2786         * device/lib/_fsdiv.c: added mcs51 assembly version
2787         * device/lib/_fseq.c: added mcs51 assembly version
2788         * device/lib/_fsneq.c: added mcs51 assembly version
2789         * device/lib/_fsgt.c: added mcs51 assembly version
2790         * device/lib/_fslt.c: added mcs51 assembly version
2791         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2792         * device/lib/Makefile.in: add _fscmp to build
2793         * device/lib/libfloat.lib: add _fscmp to build
2794
2795 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2796
2797         * device/lib/_fs2slong.c: added mcs51 assembly version
2798         * device/lib/_fs2sint.c: added mcs51 assembly version
2799         * device/lib/_fs2schar.c: added mcs51 assembly version
2800         * device/lib/_fs2ulong.c: added mcs51 assembly version
2801         * device/lib/_fs2uint.c: added mcs51 assembly version
2802         * device/lib/_fs2uchar.c: added mcs51 assembly version
2803         * device/lib/_slong2fs.c: added mcs51 assembly version
2804         * device/lib/_sint2fs.c: added mcs51 assembly version
2805         * device/lib/_schar2fs.c: added mcs51 assembly version
2806         * device/lib/_ulong2fs.c: added mcs51 assembly version
2807         * device/lib/_uint2fs.c: added mcs51 assembly version
2808         * device/lib/_uchar2fs.c: added mcs51 assembly version
2809         * device/include/float.h: added #define to select asm vs c
2810
2811 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2812
2813         * device/lib/printf_fast.c: improvements to float output
2814         * device/include/float.h: add defines for assembly float library
2815         * device/lib/_fsget1arg.c: receive 1 float arg
2816         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2817         * device/lib/_fsnormalize.c: normalize a float
2818         * device/lib/_fsreturnval.c: return float, various helper routines
2819         * device/lib/_fsrshift.c: right shift a float's mantissa
2820         * device/lib/_fsswapargs.c: swap 2 floats
2821         * device/lib/Makefile.in: build these 6 new files for mcs51
2822         * device/lib/libfloat.lib: add these 6 files to the library
2823
2824 2004-12-26 Borut Razem <borut.razem AT siol.net>
2825
2826         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2827           built by gcc 3.4.2
2828
2829 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2830
2831         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2832           and fully reentrant and register bank neutral.
2833         * device/lib/printf_fast.c: added float (not enabled by default),
2834           added compact/slower integer (also not enabled by default),
2835           improved size/speed of fast integer code, other minor changes
2836         * device/include/stdio.h, device/lib/Makefile.in,
2837           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2838
2839 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2840
2841         * src/pic16/pcode.c: declaring variables other than at the start of a
2842           block is not supported in C by VC6.
2843
2844 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2845
2846         * applied a previous patch from Raphael Neider that wasn't included
2847         in the previous commits, which fixes infinite loops within jumptable
2848         improvements,
2849         * made some fixes that previous patches introduced
2850
2851 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2852
2853         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2854         that fixes an issue with AOP_PCODE asmop's offset,
2855         * (pic16_popCopyReg): update instance field too,
2856         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2857         function of pic port,
2858         * (genCmp, genAnd, genAssign),
2859         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2860
2861 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2862
2863         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2864         variables initial values to idata section,
2865         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2866         variables in some functions. This utilizes parmBytes field of iCode
2867         structure to hold the offset of the variable in stack. (might be
2868         able to use the stack field too?)
2869         * applied patch from Raphael Neider # ### , # ###
2870         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2871         variable initial values in idata section,
2872         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2873         for static variables with initial value
2874         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2875         applied fix in while loop from Raphael Neider.
2876
2877 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2878
2879         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2880         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2881         * src/ds390/ralloc.c (serialRegAssign): spill bits
2882         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2883         * support/Util/SDCCerr.c,
2884         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2885         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2886         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2887
2888 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2889
2890         * device/include/sdcc-lib.h: inserted LGPL, added includes
2891           asm/ds390/features.h and asm/mcs51/features.h
2892         * device/include/asm/default/features.h,
2893         * device/include/asm/gbz80/features.h,
2894         * device/include/asm/z80/features.h: added empty _AUTOMEM
2895           and _STATMEM
2896         * device/include/asm/ds390/features.h,
2897         * device/include/asm/mcs51/features.h: added files with defines for
2898           _AUTOMEM and _STATMEM indicating automatic and static storage class
2899         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2900         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2901         * src/SDCCicode.c (geniCodeCast),
2902         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2903         * src/SDCCloop.c (loopInduction): removed unused variable lr
2904         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2905           to convertToFcall to include char modulo (RFE 1065037), added check
2906           if left operand is unsigned and use abs of literal value
2907         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2908           as it doesn't work after conversion from peephole.def to peephole.rul
2909         * src/mcs51/gen.c (toBoolean): added check for size,
2910           (genModOneByte): optimized code for signed char modulo a literal
2911           power of 2 (thanks to Hubert Sack),
2912           (genRRC): removed unnecessary "clr c",
2913           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2914         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2915           jump optimization,
2916           swapped rules 256.c and 256.d,
2917           extended 256.d by using new multiple checks (thanks Erik),
2918           added rules 256.e and 256.f,
2919           updated rule 261.a and 261.b to new generated code
2920         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2921
2922 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2923
2924         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2925           induction related bugs, including first part of bug #1074377
2926
2927 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2928
2929         * applied patch from bug-report #1076292,
2930         * applied patches for genAnd and Goto-optimizations for Raphael
2931         Neider,
2932         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2933         dump a less iCode information,
2934         * src/pic16/device.h (pic16_options_t): added field debgen,
2935         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2936         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2937         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2938         puclic,
2939         * (various functions): added macros FENTRY and FENTRY2 to functions,
2940         to emit function prologue,
2941         * (various functions): fixed indentation,
2942         * (genNearPointerGet): fixed loading of FSR0,
2943         * (genPackBits): applied patch from Raphael Neider to fix updating
2944         of FSR0 and touching only the modified bits,
2945         * src/pic16/genarith.c (various functions): added macros FENTRY to
2946         emit function prologue in comments,
2947         * src/pic16/pcode.h: added functions debugf2, debugf3,
2948         * src/pic16/ralloc.c: partial fix for packForPush caused
2949         segmentation fault,
2950
2951 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2952
2953         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2954           <stsp AT users.sourceforge.net> with reversed byte order
2955         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2956
2957 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2958
2959         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2960           bug #1074377
2961         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2962         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2963
2964 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2965
2966         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2967
2968 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2969
2970         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2971           conditions,
2972           (setFromConditionArgs): friendly operand parser for peephole rules,
2973           (operandBaseName, operandsNotRelated): new peephole condition
2974           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2975           architecture specific register naming into account, handles n-way
2976           comparisons, and supports quoted literals
2977         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2978
2979 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2980
2981         * src/mcs51/peeph.def: fixed bug #1076940
2982
2983 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2984
2985         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2986
2987 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2988
2989         Adding support for replacing ljmps with sjmps in jumptables
2990         generated for switch statements. For now you need to set the
2991         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2992         Now 4 algorithms for mcs51 jumptable generation are used:
2993         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2994         addresses loaded pc-relative for up to 112 cases and stack-pushing
2995         target addresses loaded with offset from dptr for up to 256 cases.
2996
2997         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2998         * src/mcs51/main.c: adapted constants for switch table generation
2999         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3000
3001 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3002
3003         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3004         * support/regression/tests/bug1057979.c: added test for bug 1073386
3005
3006 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3007
3008         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3009         compilers
3010
3011 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3012
3013         * src/pic16/device.h,
3014         * src/pic16/genarith.c,
3015         * src/pic16/glue.c,
3016         * src/pic16/main.c,
3017         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3018
3019 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3020
3021         Large cummulative patch for pic16 port.
3022         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3023         to call when a stack overflow occurs,
3024         * (malloc.h): added CVS Id tag,
3025         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3026         variable,
3027         * added libc directory. The current version of LibC contains string
3028         functions, ctype functions and macros and some functions of the
3029         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3030         be extensively tested in the future. Standard disclaimer here.
3031         Library is not automatically build yet. But one can build it by
3032         invoking 'make' inside the libc directory.
3033         * added ADC library under libio. Preliminary version yet.
3034
3035         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3036         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3037         aopForRemat() now and not by pic16_aopOp(),
3038         * (pic16_popGetTempReg): removed warning messgae when allocating
3039         temporary registers, its a buggy feature and will be removed,
3040         * (pic16_popGet): set register instance field in AOP_CRY,
3041         * (pic16_outBitC): fixed for results in size greater than 1,
3042         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3043         * (pic16_storeForReturn): optimized return of 0,
3044         * (genCmp): experimental code for new genCmp which uses PIC18's
3045         special compare&skip instructions. Initial tests fail some times
3046         with variables grater than 1 byte in size, so new code is disabled,
3047         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3048         a single bit,
3049         * (genCast): began a fix to optimize the casting of a bit to another
3050         bit, now assigning a bitfield to another bitfield will fail, sorry,
3051         * src/pic16/main.c: disabled the use of lr-support feature,
3052         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3053         * added some function prototypes, added function _debugf prototype,
3054         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3055         bits with offset (case PO_GPR_BIT),
3056         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3057         command line,
3058         * (isBankInstruction): modified to return 0 for no banking instruction,
3059         and 1 for banking instruction,
3060         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3061         caused stop processing pCodes after a inline assembly block,
3062         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3063         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3064         registers when it shouldn't,
3065         * src/pic16/ralloc.c (allocReg): add preliminary support for
3066         supporting a limited set of temporary registers,
3067
3068 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3069
3070         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3071           genDataPointerSet): ensure assignments always copy in MSB to LSB
3072           order,
3073           (loadRegFromAop): recognize CLRH optimization,
3074           (genFunction): optimize RECEIVE iCodes in reentrant functions
3075
3076 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3077
3078         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3079           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3080           selected.
3081         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3082         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3083           contiguous with data
3084
3085 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3086
3087         * device/lib/_gptrget.c (_gptrget),
3088         * device/lib/_gptrgetc.c (_gptrgetc),
3089         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3090           instead of sjmp to ret
3091         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3092           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3093
3094 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3095
3096         * .version: bumped version to 2.4.7
3097         * device/lib/_gptrget.c (_gptrget): is now _naked
3098         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3099         * device/lib/_gptrput.c (_gptrput): is now _naked
3100         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3101           (createFunction): fixed xstack
3102         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3103         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3104           or bit either,
3105           (geniCodeCritical): store original interrupt state in an iTemp bit
3106           var unless stack-auto
3107         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3108         * src/SDCCmain.c (setIncludePath): added include/target to search path
3109         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3110         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3111           prototype,
3112           (processFuncArgs): put bit vars in bit area
3113         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3114           unsaveRBank): fixed xstack,
3115           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3116           (genFunction, genEndFunction): fixed xstack,
3117           (genAssign): optimization don't walk backwards through mem
3118         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3119         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3120         * support/regression/Makefile: also make library (for stack-auto) when
3121           making "all" and added "test-mcs51-xstack-auto"
3122         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3123         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3124         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3125         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3126         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3127           make-library by MAKE_LIBRARY
3128         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3129           regression tests for xstack
3130         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3131         * support/regression/tests/critical.c: test for critical on mcs51
3132
3133 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3134
3135         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3136           built version of sdcc instead of installed version
3137
3138 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3139
3140         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3141         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3142           vprintf.c now
3143         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3144         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3145           WARNING: remove device/lib/build/z80/printf.o by hand when
3146           updating from previous build!
3147         * device/lib/z80/printf.c: updated comment
3148         * support/regression/tests/bug1057979.c: test all ports now
3149         * support/regression/tests/bug1065458.c: file added
3150
3151 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3152
3153         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3154           *_start and *_end symbols for static functions
3155
3156 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3157
3158         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3159           and search crt0.o in all library paths,
3160           (setIncludePath): proper handling of --nostdinc,
3161           (setLibPath): proper handling of --nostdlib
3162         * support/regression/Makefile,
3163         * support/regression/ports/ds390/spec.mk,
3164         * support/regression/ports/gbz80/spec.mk,
3165         * support/regression/ports/hc08/spec.mk,
3166         * support/regression/ports/mcs51/spec.mk,
3167         * support/regression/ports/mcs51-large/spec.mk,
3168         * support/regression/ports/mcs51-stack-auto/spec.mk,
3169         * support/regression/ports/z80/spec.mk: use include and lib files from
3170           built version of sdcc instead of installed version
3171         * doc/sdccman.lyx: fixed typo in --nostdinc
3172
3173 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3174
3175         * src/pic/pcode.c,
3176         * src/pic/device.c,
3177         * src/pic/ralloc.c,
3178         * src/pic/gen.c : added support to generate code for struct bit fields.
3179
3180 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3181
3182         * as/xa51/xa_version.h,
3183         * device/include/errno.h,
3184         * device/include/regc515c.h,
3185         * device/lib/_itoa.c,
3186         * device/lib/_ltoa.c,
3187         * device/lib/ser_ir_cts_rts.c,
3188         * sim/ucsim/xa.src/glob.cc,
3189         * sim/ucsim/xa.src/inst_gen.cc,
3190         * sim/ucsim/xa.src/xa_bit.cc,
3191         * sim/ucsim/xa.src/xa_sfr.cc,
3192         * sim/ucsim/z80.src/inst_dd.cc,
3193         * sim/ucsim/z80.src/inst_fdcb.cc,
3194         * support/scripts/keil2sdcc.pl,
3195         * src/pic16/pic16.dsp,
3196         * src/pic16/pic16a.dsp: corrected cvs line endings
3197         * device/lib/printf_large.c: fixed bug 1057979
3198         * src/pic16/gen.c: fixed non-C standard code
3199         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3200         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3201         * support/regression/ports/mcs51/support.c: reload T1 asap
3202         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3203           pdata use and clear idata startup behaviour
3204         * support/regression/tests/bug1057979.c: added
3205
3206 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3207
3208         * device/examples/ds390/ow390/ad26.h,
3209         * device/examples/ds390/ow390/cnt1d.h,
3210         * device/examples/ds390/ow390/crcutil.c,
3211         * device/examples/ds390/ow390/ownet.h,
3212         * device/examples/ds390/ow390/owsesu.c,
3213         * device/examples/ds390/ow390/swt12.h,
3214         * device/examples/ds390/ow390/swtoper.c,
3215         * device/examples/ds390/ow390/temp10.h,
3216         * device/examples/ds390/ow390/thermodl.c,
3217         * device/examples/ds390/tinitalk/tinitalk.dsp,
3218         * device/examples/ds390/tinitalk/tinitalk.dsw,
3219         * device/examples/mcs51/clock/hw.h,
3220         * device/examples/mcs51/simple2/go.bat,
3221         * device/examples/serialcomm/windows/serial.h,
3222         * device/examples/xa51/dummy.c,
3223         * device/examples/xa51/hello.c,
3224         * device/include/80c51xa.h,
3225         * device/include/at89x051.h: corrected cvs line endings
3226
3227 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3228
3229         * src/pic16/main.c (options): added command line --gstack, to trace
3230         stack over/under flows,
3231         * added pragma 'wparam' to allow passing first byte of function
3232         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3233         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3234         call to __gstack_test function and sets up the symbol as extern,
3235         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3236         * popaop): added call to pic16_testStackOverflow,
3237         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3238         wparamList list,
3239         * (genCall, genPcall): now all parameters are passed via stack
3240         except in functions that are pass to wparam pragma in which WREG is
3241         used too,
3242         * (genPcall): REENTRANT flag is checked to see if variable prototype
3243         contains reentrant keyword, don't call a non-reentrant function, via
3244         a reentrant function pointer or vice versa, functions are never
3245         passed via WREG,
3246         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3247         D.Winkler,
3248         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3249         SIGSEGV when accessing a NULL register stucture,
3250         * (pic16_printGPointerType): modified to handle UPPER modifier for
3251         function initializers, changed prototype of function to simpler one,
3252         * (pic16_printIvalFuncPtr): check to see if function is already
3253         added in externs list,
3254         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3255         optimized a move from W to SFR with a move to the same register
3256         later after a CALL,
3257         * device/lib/pic16/debug: NEW directory, contains debug features
3258         which are enabled when linking with libdebug.lib, currently command
3259         line option --gstack enables stack pointer tracing for over/under
3260         flow, corresponding sources are in debug/gstack
3261
3262 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3263
3264         * doc/sdccman.lyx: updated SDCC version,
3265         * (PIC16 port): update list of command line options,
3266         * src/pic16/device.h (structure pic16_options_t): added field gstack
3267         to enable stack overflow tracing on push/pops,
3268         * src/pic16/device.c (statistics structure): added statistics
3269         structure,
3270         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3271         pic16_dump_int_registers): increase statistics counters for each
3272         * variable which is encountered
3273         * (pic16_dump_usection): emit each .udata variable to its own udata
3274         section,
3275         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3276         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3277         parameters via stack, otherwise use old scheme,
3278         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3279         assembler output file,
3280         * src/pic16/main.c: added command line options --gstack to enable
3281         push/pop tracing for stack overflow,
3282         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3283         instructions): added size of each instruction,
3284         * (pic16_countInstruction): estimate size of instructions in
3285         the_pFile list, inline assembly blocks are not counted,
3286         * (pic16_FixRegisterBanking): trace previous register usage, when
3287         banksel optimizations is greater than 0, don't emit a redudant
3288         banksel directive,
3289
3290 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3291
3292         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3293         * src/pic16/ralloc.c : applied same fix for pic16.
3294         * src/pic/gen.c : tidied it up a little.
3295
3296 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3297
3298         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3299         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3300
3301 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3302
3303         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3304
3305 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3306
3307         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3308         non-reentrant function __modsint in the interrupt function (thus
3309         corrupting math operations during serial I/O)
3310         * device/lib/ser_ir.c: as above, changed buffersize
3311         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3312         256.c,d for zeroing
3313         * doc/Makefile: added option -t for rsync
3314
3315 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3316
3317         * src/SDCCast.h (struct ast),
3318         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3319
3320 2004-10-20 Borut Razem <borut.razem AT siol.net>
3321
3322         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3323         package
3324
3325 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3326
3327         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3328         makefile targets,
3329         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3330         support functions to replace long sequences of MOVFF's from access
3331         bank registers to stack and vice versa,
3332         * src/pic16/device.h: added new field opt_flags, where optimization
3333         flags can be set to enable certain features,
3334         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3335         * pBlock, (genFunction, genEndFunction): surroung loop for
3336         saving/loading used registers in stack with PC_INFO pCodes,
3337         INF_LREGS. Code in between can then be optimized by pCode optimizer
3338         to support function calls,
3339         * (genDataPointerSet): fixed bug which loaded float fields in
3340         structures with corrupt data,
3341         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3342         in a standard way debug info on stderr. Feature used for developing
3343         and debugging only,
3344         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3345         obsolete chunks of code,
3346         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3347         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3348         * pic16/src/pcode.c (pic16_newpCodeInfo,
3349         * (pic16_newpCodeOpLocalRegs),
3350         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3351         feature,
3352         * (pic16_pCodeConstString): printing of the initial value of a
3353         symbol as a comment is inhibited since parsing was already done by
3354         copyStr and output is corrupt,
3355         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3356
3357 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3358
3359         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3360
3361 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3362
3363         * as/mcs51/lkarea.c: removed old K&R style,
3364           (lnksect): changed check on boundary error,
3365           (lnksect2): changed check on boundary error,
3366           (lnksect2): extend XSTK to end of page if size = 1
3367         * as/mcs51/lkmain.c: removed old K&R style,
3368           (Areas51): create l_IRAM symbol
3369         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3370         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3371           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3372         * device/lib/_mullong.c: added version to be compiled with xstack
3373         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3374         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3375         * device/lib/mcs51/crtxstack.asm: fixed comment
3376         * src/SDCCglue.c: maxInterrupts defaults to 0,
3377           (emitMaps): added pdata,
3378           (createInterruptVect): (re)moved default,
3379           (glue): added pdata,
3380           (glue): moved __start__xstack to XSTK with default size 1
3381         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3382           and options.float_rent when options.stackAuto is set,
3383           (linkEdit): only write XDATA_NAME if provided on command line
3384         * src/SDCCmem.h,
3385         * src/SDCCmem.c: added pdata
3386         * src/port.h: added pdata_name to PORT
3387         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3388           (saveRegisters, unsaveRegisters): removed usage of B,
3389           (genMinus): fixed accumulator clash,
3390           (genJumpTab): added comment, this needs another look
3391         * src/mcs51/gen.c: added check for "B in use" paranoia,
3392           added pushB() and popB()
3393         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3394           chance
3395         * src/avr/main.c,
3396         * src/ds390/main.c,
3397         * src/hc08/main.c,
3398         * src/mcs51/main.c,
3399         * src/pic/main.c,
3400         * src/pic16/main.c,
3401         * src/xa51/main.c,
3402         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3403           added PSEG (PAG,XDATA) or NULL to port specifier
3404         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3405         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3406           (_mcs51_genInitStartup): removed __start__xstack equ,
3407           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3408         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3409         * src/z80/gen.c (_rleAppend): fixed warnings
3410         * support/regression/tests/zeropad.c: added pdata test
3411         * .version: bumped to 2.4.6
3412
3413 2004-10-17 Borut Razem <borut.razem AT siol.net>
3414
3415         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3416         as a part of nightly build
3417
3418 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3419
3420         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3421         WREG holds the first byte function parameters,
3422         * (aopForSym): take special case for symbols which are in FARSPACE
3423         but in CODESPACE too,
3424         * (assignResultValue): modified to take into account _G.useWreg,
3425         * (genCall): don't use wreg for parameter passing when function is
3426         declared as reentrant, too, added optimization INCF to stack
3427         pointer when stack parameter count is 1,
3428         * (genFunction, genEndFunction): refurnished and fixed to not using
3429         wreg for passing parameters when function has varargs or is
3430         reentrant, fixed bug with symbol name compare for generating
3431         functions in absolute address,
3432         * (pic16_storeForReturn): refurnished,
3433         * (genCmp): began writing a new version of the function, not ready
3434         yet, therefore it is disabled,
3435         * (genAssign): do not read code memory when assigning a function to
3436         a pointer function,
3437         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3438         array of characters, not pointer,
3439         * (pic16initialComments): in debug mode emit an .ident directive for
3440         the assembler,
3441         * (_process_pragma): emit a new warning type (internal to pic16)
3442         when setting stack to default length, emit a similar warning when
3443         placing a function at absolute address and address is not word aligned
3444         * (_pic16_parseOptions): added 'return TRUE' statement,
3445         * (_pic16_linkEdit): if compiling a source, then add the source's
3446         file object, first in the list of objects to link,
3447
3448 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3449
3450         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3451         * src/pic/main.c : removed VC warning.
3452         * src/pic/gen.c : changed comment.
3453
3454 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3455
3456         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3457         reference to a deprecated symbol _GPTRREG was causing failure to
3458         link. Thanks G. M. Gallant for the info.
3459
3460 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3461
3462         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3463         comments for Bugs item #954788.
3464
3465 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3466
3467         * src/pic16/device.c (pic16_dump_gsection,
3468         * pic16_groupRegistersInSection): handle symbols declared to be in
3469         access bank differently,
3470         * src/pic16/gen.c (struct _G): added field resDirect,
3471         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3472         send values read from stack directly to result and don't allocate
3473         temporary values,
3474         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3475         same registers,
3476         * (pic16_sameRegsOfs): NEW,
3477         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3478         free because they were not allocated from temporary pool,
3479         * pic16_popRegFromString): workaround to fix a problem with
3480         allocating variables twice or never,
3481         * (genGenPointerGet): using PRODL instead of FSR0H,
3482         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3483         instead of FSR0H,
3484         * (genAssign): take advantage of the _G.resDirect flag,
3485         * (genCast): around line 11844, use mov2f instead of directly
3486         MOVFF'ing between operands to account for literal values,
3487         * src/pic16/genutils.c: some new debug functions for gpsim have been
3488         added,
3489         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3490         float with integer part only,
3491         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3492         place variables in access bank
3493         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3494         updated sources to reflect recent changes in gen.c
3495
3496 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3497
3498         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3499         sources that searched for headers in installation path, now the
3500         device/include/pic16 is used,
3501         * src/pic16/glue.c (pic16glue),
3502         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3503         .line directives if not in debug mode, this suppresses assembler's
3504         warnings for ignored directives
3505
3506 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3507
3508         * src/port.h: made reset_regparms prototype void parameter explicit.
3509         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3510         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3511         * doc/sdccman.lyx: documented warning disabling and how to use
3512           printf_large to make it print floats.
3513         * device/include/stdbool.h: NEW
3514         * device/lib/_atof.c,
3515         * device/lib/_divuint.c,
3516         * device/lib/_divulong.c,
3517         * device/lib/expf.c,
3518         * device/lib/printf_large.c,
3519         * device/lib/sincosf.c,
3520         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3521         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3522           a completely reentrant lib.
3523
3524 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3525
3526         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3527         * device/include/pic16/stdio.h: fixed bug with colon
3528
3529 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3530
3531         * device/include/pic16/stdio.h,
3532         * device/include/pic16/stdlib.h,
3533         * device/include/pic16/math.h: NEW
3534         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3535         declared as _naked to reduce overhead
3536         * device/lib/Makefile.in (target port-specific-objects-pic16):
3537         changed * to *.* so to ignore the CVS directory,
3538         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3539         stacked variables back in stack,
3540         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3541         corruption
3542
3543 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3544
3545         * .version: bumped version number to 2.4.5
3546         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3547         * support/Util/SDCCerr.c (messages structure): added entry for
3548         W_POSSBUG2
3549
3550         Large cumulative patch for pic16 port and libraries.
3551         * device/include/pic16/sdcc-lib.h,
3552         * device/include/pic16/stdarg.h,
3553         * device/include/asm/pic16/features.h,
3554         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3555         * device/include/pic16/float.h: changes reentrant keyword with
3556         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3557         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3558         updated target build-libraries to include objects from gptr,
3559         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3560         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3561         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3562         all function headings,
3563         * src/SDCCmain.c: added global parameter userIncDirsSet,
3564         * (parseCmdLine): when option -I is encountered add directory to
3565         userIncDirsSet too,
3566         * src/version.awk: added space between control and long,
3567         * src/pic16/NOTES: added some notes for the port,
3568         * src/pic16/gen.c: added prototype for mov2fp function,
3569         * (fReturnpic16[]): properly named return value registers,
3570         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3571         * (aopForSym): added code to handle symbols with onStack flag set,
3572         symbols onStack are allocated PTRSIZE bytes,
3573         * (aopFreeAsmop): handles special case where asmops are stack objects,
3574         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3575         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3576         added argument lock to trace flaws in allocating temporary registers
3577         when developing port,
3578         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3579         * (pic16_popRegFromString): reenabled allocating a direct register
3580         from string,
3581         * (assignResultValue): various beautifications,
3582         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3583         referenced function argument,
3584         * (genIpush): reenabled to allow stacked arguments, handles only
3585         ic->parmPush iCodes,
3586         * (genCall, genPcall): major changes to allow for variable argument
3587         functions, fixed a bug with falsely restoring stack pointer after
3588         returning from call,
3589         * (genFunction): pending code for critical function,
3590         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3591         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3592         * (genNearPointerGet): fixed bug with indirect reading, was always
3593         reading from INDF0
3594         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3595         pointers,
3596         * (genAddrOf): rewrote code to take address of a stacked function parameter
3597         * (genCast): fixed casting to generic pointer type,
3598         * src/pic16/gen.h: added AOP_STA,
3599         * (struct asmop): added field stk,
3600         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3601         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3602         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3603         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3604         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3605         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3606         generic pointers,
3607         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3608         and library paths,
3609         * (pic16_port structure): generic pointer size is set to 3,
3610         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3611         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3612         compiler warning,
3613         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3614         operand is an iTemp,
3615
3616 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3617
3618         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3619         * debugger/mcs51/simi.c: addapt new syntax of s51
3620
3621 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3622
3623         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3624         * src/pic16/pcode.c: commented out some calls to free() in order to
3625         fix bug #989576,
3626
3627 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3628
3629         * src/SDCCicode.h,
3630         * src/SDCCicode.c (isiCodeInFunctionCall),
3631         * src/avr/ralloc.c (selectSpil),
3632         * src/pic/ralloc.c (selectSpil),
3633         * src/pic16/ralloc.c (selectSpil),
3634         * src/ds390/ralloc.c (selectSpil),
3635         * src/hc08/ralloc.c (selectSpil),
3636         * src/xa51/ralloc.c (selectSpil),
3637         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3638         stack in the middle of a function call sequence (fixes bug #1020268)
3639         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3640         costs associated with the minimum switch case.
3641
3642 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * src/SDCC.lex: fixed bug #1030549
3645
3646 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3647
3648         * src/SDCCcse.h (struct cseDef),
3649         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3650         over a function call if the CSE is derived from a symbol whose
3651         address has been taken (fixes bug #1029883)
3652         * support/regression/tests/bug-1029883: a new regression test for
3653         this bug
3654
3655 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/hc08/gen.c (emitinline): fixed bug #1029778
3658         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3659         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3660         and starts toward RFE #905167)
3661
3662 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3663
3664         * src/pic16/gen.c (mov2f): New function to move an operand to
3665         another without considering if it is a literal or a register,
3666         * (pic16_sameRegs): don't check if they are both AOP_REG,
3667         * (AccRsh): removed andmask=0 lines,
3668         * (genLeftShift): duplicated to be improved in future versions,
3669         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3670         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3671         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3672         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3673         * (insertBankSwitch): fixed inserting banksel directives algorithm
3674         for instructions that follow a skip instruction, this fixes a report
3675         for broken subtraction code generation,
3676         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3677         iCode is a left op, just in case result and right share the same
3678         registers
3679
3680 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3681
3682         * src/hc08/main.c,
3683         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3684         preservation of HX
3685         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3686         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3687         on 2004-09-12; it was buggy
3688
3689 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3690
3691         * src/SDCCsymt.h: removed RESULT_CHECK
3692         * src/SDCCast.c,
3693         * src/SDCCglue.c,
3694         * src/SDCCval.c,
3695         * src/pic/glue.c,
3696         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3697
3698 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3699
3700         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3701         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3702         configuration values no more rejected by compiler, they are assigned
3703         to configuration registers with a warning message instead,
3704         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3705         the for-loop so last conf register is emitted too,
3706         * (_pic16_initPaths): link library libsdcc.lib by default,
3707         * (_hasNativeMulFor): modified test for multiplication according to
3708         Raphael Neider's remarks. Integer multiplication is also done with
3709         support functions,
3710         * device/include/pic16/pic18fregs.h: corrected type error in while
3711         testing and including 18f6720 header file
3712
3713 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3714
3715         * src/pic16/device.h (pic16_options): removed field use_crt,
3716         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3717         until an optimization to handle single bits is added,
3718         * (pic16_loadFSR0): moved before genUnpackBits,
3719         * (genAnd): some white lines removed,
3720         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3721         leave_reset flags in pic16_options when using crt modules,
3722
3723 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3724
3725         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3726           for bugs 898889 & 979599. Also used some safer print instructions.
3727
3728 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3729
3730         * src/pic16/device.h (pic16_options_t): added field use_crt,
3731         crt_name, no_crt,
3732         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3733         catch a probable future bug,
3734         * src/pic16/gen.c: aopIdx function commented out,
3735         * (genAssign): commented out old code which used aopIdx,
3736         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3737         code, added if conditionals to take into account the --use-crt
3738         command line options,
3739         * src/pic16/main.c (pic16_optionsTable): added new command line
3740         options, --use-crt= and --no-crt,
3741         * (_pic16_linkEdit): now the proper crt object is added in the
3742         linker command line except than when --no-crt is specified,
3743         * src/pic16/pcode.c,
3744         * src/pic16/pcode.h: added some structures and functions for a new
3745         optimization scheme to compansate for instruction overhead between
3746         same iCodes, this scheme is currently under development and is not
3747         working in any way,
3748         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3749         to && operator,
3750         * device/lib/pic16/startup/crt0i.c,
3751         * device/lib/pic16/startup/crt0iz.c: added global char variable
3752         __uflags to force the generation of an idata section
3753
3754 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3755
3756         * doc/Makefile,
3757         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3758         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3759
3760 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3761
3762         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3763         Frieder) and clarified the default code optimization mode
3764
3765 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3766
3767         * src/SDCC.lex (doPragma, process_pragma),
3768         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3769         "opt_code_size", and "opt_code_balanced"
3770         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3771         regrouped options by category, added support for category headers
3772         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3773         and "--opt-code-size"
3774         * doc/sdccman.lyx: documented these new options and pragmas
3775         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3776         preference into account
3777
3778 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3781           geniCodePreDec): Fixed bug 904237 by generating a warning
3782         * src/SDCCerr.h,
3783         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3784
3785 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3786
3787         * src/pic/device.c : When no max ram set validate full memory range.
3788         * src/pic/pcode.c,
3789         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3790
3791 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3792
3793         * device/lib/_gptrget.c,
3794         * device/lib/_gptrput.c: updated comment
3795         * device/lib/calloc.c,
3796         * device/lib/free.c,
3797         * device/lib/malloc.c,
3798         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3799         * src/SDCCcse.c (cseBBlock),
3800         * src/SDCCicode.c (printOperand, geniCodeArray),
3801         * src/SDCCicode.h (struct operand): fixed bug 868103
3802         * support/regression/tests/bug-868103.c: added
3803         * src/SDCCast.c (searchLitOp),
3804         * src/SDCCcse.h (struct cseDef),
3805         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3806         * src/SDCCicode.h (struct operand),
3807         * src/SDCCsymt.h (struct sym_link),
3808         * src/avr/gen.c (hasInc),
3809         * src/ds390/gen.c (hasInc),
3810         * src/hc08/gen.c (genPlusIncr, hasInc),
3811         * src/mcs51/gen.c (hasInc),
3812         * src/pic16/glue.c (pic16_printIvalChar),
3813         * src/pic16/ralloc.c (regWithIdx),
3814         * src/xa51/gen.c (hasInc) : removed warnings
3815         * src/SDCCast.c (createBlock): added comment ???
3816         * src/hc08/ralloc.c: updated comments
3817
3818 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3819
3820         * doc/sdccman.lyx: updated section on switch statements, added
3821         section about semaphore locking
3822         * doc/Makefile: added option -info for latex2html
3823         * device/lib/_gptrget.c,
3824         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3825
3826 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3827
3828         * src/pic/device.h,
3829         * src/pic/device.c,
3830         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3831          maxram is less than 0x100.
3832
3833 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3834
3835         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3836
3837 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3838
3839         * src/port.h,
3840         * src/mcs51/main.c,
3841         * src/ds390/main.c,
3842         * src/z80/main.c,
3843         * src/hc08/main.c,
3844         * src/pic/main.c,
3845         * src/pic16/main.c,
3846         * src/avr/main.c,
3847         * src/xa51/main.c
3848         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3849         a jump table is the best form for a switch statement, including
3850         automatic insertion of missing cases to make the case range
3851         continuous. Developed in collaboration with Frieder Ferlemann.
3852
3853 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3856         accumulator result if it needs sign extension
3857
3858 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3859
3860         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3861
3862 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3863
3864         * device/lib/gbz80/printf.c,
3865         * device/lib/z80/printf.c: removed define for NULL
3866
3867 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3868
3869         * as/xa51/xa_link.c,
3870         * device/examples/ds390/ow390/ad26.c,
3871         * device/examples/ds390/ow390/cnt1d.c,
3872         * device/examples/ds390/ow390/counter.c,
3873         * device/examples/ds390/ow390/ds2480.h,
3874         * device/examples/ds390/ow390/ds2480ut.c,
3875         * device/examples/ds390/ow390/findtype.c,
3876         * device/examples/ds390/ow390/gethumd.c,
3877         * device/examples/ds390/ow390/owllu.c,
3878         * device/examples/ds390/ow390/ownetu.c,
3879         * device/examples/ds390/ow390/swt12.c,
3880         * device/examples/ds390/ow390/swtloop.c,
3881         * device/examples/ds390/ow390/temp.c,
3882         * device/examples/ds390/ow390/temp10.c,
3883         * device/examples/ds390/ow390/thermo21.c,
3884         * device/examples/ds390/ow390/tinilnk.c,
3885         * device/examples/ds390/ow390/tstfind.c,
3886         * device/examples/serialcomm/windows/serial.cpp,
3887         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3888         * device/include/reg51.h: fixed line endings for cvs
3889
3890 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3891
3892         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3893         packRegsForAccUse, packRegisters): new accumulator register
3894         packing algorithm
3895         * support/regression/ports/hc08/support.c (_putchar): suppress
3896         warning of unused variable
3897         * src/SDCCicode.c: added SWAP entry to codeTable
3898
3899 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * device/lib/sprintf.c: forgot to add this file before previous commit
3902
3903 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3904
3905         * src/pic16/gen.c (genPackBits): added operand right in function
3906         parameters, load result directly if p_type is POINTER (that is
3907         called by genNearPointerSet)
3908         * (genUnPackBits): added operand left in function parameters,
3909         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3910         FSR0 if accessing bitfields,
3911
3912 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3913
3914         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3915           _print_format; updated printf, sprintf, vsprintf
3916         * device/include/asm/default/features.h: corrected comment/define
3917         * device/lib/Makefile.in: added sprintf.c
3918         * device/lib/libsdcc.lib: added sprintf module
3919         * device/lib/printf_large.c,
3920         * device/lib/vprintf.c,
3921         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3922           into these 3 files
3923         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3924         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3925         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3926           hc08 test
3927         * support/regression/tests/zeropad.c: define idata as data for hc08
3928
3929 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3930
3931         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3932         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3933         labels are referenced at least once (even if a reference is not found)
3934         * src/hc08/gen.c (emitcode): set isComment flag for comments
3935         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3936         loads), rules 6a..6b (optimize jumps to return)
3937
3938 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3939
3940         * device/lib/acosf.c (acosf),
3941         * device/lib/asinf.c (asinf),
3942         * device/lib/atanf.c (atanf),
3943         * device/lib/ceilf.c (ceilf),
3944         * device/lib/cosf.c (cosf),
3945         * device/lib/coshf.c (coshf),
3946         * device/lib/cotf.c (cotf),
3947         * device/lib/fabsf.c (fabsf),
3948         * device/lib/floorf.c (floorf),
3949         * device/lib/log10f.c (log10f),
3950         * device/lib/logf.c (logf),
3951         * device/lib/sinf.c (sinf),
3952         * device/lib/sinhf.c (sinhf),
3953         * device/lib/sqrtf.c (sqrtf),
3954         * device/lib/tanf.c (tanf),
3955         * device/lib/tanhf.c (tanhf),
3956         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3957         replaced all instances of "reentrant" in the library functions
3958         defined in math.h with this macro.
3959         * support/regression/tests/float_trans.c: reenabled test for hc08
3960
3961 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3962
3963         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3964         erroneously deleted
3965
3966 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3967
3968         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3969         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3970         multi-byte volatile operands are used
3971         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3972         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3973         initialization to area GSINIT0 so that it would always precede
3974         any static initializers in GSINIT
3975         * support/regression/tests/zeropad.c: fixed idata define for hc08
3976         * support/regression/tests/bug-927659.c,
3977         * support/regression/tests/float_trans.c: disabled tests for hc08
3978         pending missing library routines
3979         * .version: increased version number to 2.4.4 - hc08 port now passes
3980         regression tests
3981
3982
3983 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3984
3985         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3986         * Makefile.common.in,
3987         * as/Makefile,
3988         * as/hc08/Makefile.in,
3989         * as/mcs51/Makefile.in,
3990         * as/z80/Makefile.in,
3991         * debugger/mcs51/Makefile.in,
3992         * device/include/Makefile.in,
3993         * device/lib/Makefile.in,
3994         * doc/Makefile,
3995         * link/Makefile,
3996         * link/z80/Makefile.in,
3997         * packihx/Makefile.in,
3998         * sim/ucsim/main_in.mk,
3999         * sim/ucsim/avr.src/Makefile.in,
4000         * sim/ucsim/doc/Makefile.in,
4001         * sim/ucsim/gui.src/serio.src/Makefile.in,
4002         * sim/ucsim/hc08.src/Makefile.in,
4003         * sim/ucsim/s51.src/Makefile.in,
4004         * sim/ucsim/xa.src/Makefile.in,
4005         * sim/ucsim/z80.src/Makefile.in,
4006         * src/Makefile.in,
4007         * support/cpp2/Makefile.in,
4008         * support/librarian/Makefile,
4009         * support/makebin/Makefile: added DESTDIR to the install path proposed
4010         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4011         * doc/sdccman.lyx: added DESTDIR documentation
4012
4013 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4014
4015         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4016         instruction for interrupt handlers, use fast returns when returning
4017         from high priority interrupts
4018
4019 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4022         code generation
4023         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4024         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4025         bugs, ported much of Bernhard's code from mcs51
4026         * src/mcs51/gen.c (genSend),
4027         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4028         than one when calling a reentrant function
4029         * device/lib/_mullong.c: defined an alternate struct layout for big
4030         endian ports (hc08)
4031
4032 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4033
4034         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4035         test
4036
4037 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4038
4039         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4040         are sane and complete before asking the port its prefered parameter
4041         passing method (fixes bug #1017633)
4042         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4043         and _ret3
4044
4045 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4046
4047         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4048         problem in bitfields >= 8 bits.
4049
4050 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4051
4052         * src/SDCCsymt.c: undid changes that were not meant to be committed
4053
4054 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4055
4056         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4057
4058 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4059
4060         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4061           copied and wrong bit got inverted
4062
4063 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4066         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4067         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4068         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4069         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4070         assignments to bitfields at known addresses
4071         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4072         reads from bitfields at known addresses
4073         * src/hc08/ralloc.c (packRegisters),
4074         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4075         genhc08Code): optimize pointer get values used as conditionals
4076         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4077         and branch
4078
4079 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4080
4081         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4082         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4083         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4084         as conditionals
4085
4086 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4087
4088         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4089
4090 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4091
4092         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4093         related problems
4094
4095 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4096
4097         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4098
4099 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4100
4101         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4102         mcs51 port
4103
4104 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4105
4106         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4107
4108 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4109
4110         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4111         cases use more compact code.
4112
4113 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4114
4115         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4116
4117 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4118
4119         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4120
4121 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4122
4123         * src/SDCCsymt.h,
4124         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4125         parameter of changePointer() from symbol* to sym_link*
4126         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4127         * src/SDCCsymt.c (compareType): void* type is castable to other
4128         pointers, but not necesarily an exact match.
4129         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4130         is no longer blindly treated as an exact match.
4131         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4132
4133 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4134
4135         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4136
4137 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4138
4139         * src/pic/gen.c,
4140         * src/pic/pcode.c,
4141         * src/pic/ralloc.h,
4142         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4143
4144 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4145
4146         * src/pic/device.c,
4147         * src/pic/device.h,
4148         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4149
4150 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4151
4152         * src/mcs51/gen.c (emitcode): fixed bug #992819
4153
4154 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4155
4156         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4157           there's no need to make it worse
4158
4159 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4160
4161         * src/mcs51/ralloc.c (deassignLR),
4162         * src/ds390/ralloc.c (deassignLR),
4163         * src/hc08/ralloc.c (deassignLR),
4164         * src/z80/ralloc.c (deassignLR),
4165         * src/pic/ralloc.c (deassignLR),
4166         * src/pic16/ralloc.c (deassignLR),
4167         * src/avr/ralloc.c (deassignLR),
4168         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4169         rlivePoint): fixed another part of bug #971834
4170
4171 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/z80/main.c: enabled "critical" keyword
4174         * src/z80/mappings.i,
4175         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4176         functions (fixes bug #979646)
4177         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4178
4179 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4180
4181         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4182           such as c:\mydir.
4183
4184 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4185
4186         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4187           doesn't disable too much optimizations
4188
4189 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4190
4191         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4192
4193 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4196
4197 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4198
4199         * src/pic/gen.c tidied up tabs
4200         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4201         * src/pic/main.c tidied up tabs
4202         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4203         * src/pic/pcoderegs.c tidied up tabs
4204         * src/pic/ralloc.c tidied up tabs
4205
4206 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4207
4208         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4209         to S_FIXED for pic16 port and when symbol is not in level 0,
4210         allocate for S_REGISTER storage class and pic16 port, too,
4211         * src/pic16/device.h: prototype for checkSym,
4212         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4213         * (pic16_assignConfigWordValue): test the value and the mask to
4214         validate that the value is suitable for the configuration word,
4215         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4216         collect extern declared symbols, don't emit symbol twice, check
4217         first if symbol is in publics set first,
4218         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4219         * added command line '--fstack' which enables an experimental
4220         feature for stack access, too buggy to be used yet...
4221         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4222         * (pic16_allocDirReg): when register has storage class S_REGISTER
4223         allocate in pic16_dynAccessRegs,
4224         * device/include/pic16/pic18f????.h: modified configuration word
4225         naming convention, words started as CONFIG0H but should be CONFIG1H
4226
4227 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4228
4229         * device/include/mcs51reg.h: fixed bug 970993
4230
4231 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4232
4233         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4234         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4235         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4236         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4237         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4238         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4239           error/warning numbers,
4240           added function setWarningDisabled()
4241         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4242         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4243           _memcmp.c _memmove.c calloc.c realloc.c free.c
4244         * support/regression/tests/malloc.c: added tests for new functionality
4245         * support/regression/tests/zeropad.c: added tests for truncated initializers
4246           and initialized char arrays starting with '\x0'
4247         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4248
4249 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4250
4251         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4252
4253 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4254
4255         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4256         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4257         peephole 177.e. Thanks to anonymous
4258
4259 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4260
4261         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4262         function isn't used in the source but referenced as a
4263         variable initializer then declare it as extern in .asm file
4264
4265 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4266
4267         * .version: increased version number to 2.4.3
4268
4269         Adding version extension according to ChangeLog CVS revision
4270         * src/Makefile.in (target all): added dependency 'version.h'
4271         * (rule version.h): added rule to create version.h from ChangeLog,
4272         * (rule dep): added dependency version.h,
4273         * src/version.awk: AWK script to create version.h
4274         * src/SDCCdwarf2.c (dwWriteModule),
4275         * src/SDCCglue.c (initialComments),
4276         * src/SDCCmain.c (printVersionInfo): modified to write after
4277         version string the version extension number,
4278         * src/SDCCutil.c: included "version.h"
4279         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4280         number,
4281         * src/SDCCutil.h: added prototype for getBuildNumber
4282
4283         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4284         includeDirsSet, too,
4285         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4286         const char [] is found in function prototype...
4287
4288         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4289         moving to WREG with source is already in WREG,
4290         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4291         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4292         * (aopForSym): stack'ed symbols are partially supported, added
4293         if-clause to support symbols in FARSPACE,
4294         * (sameRegs): added test for AOP_ACC to see if registers are same,
4295         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4296         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4297         * (pic16_popRegFromString): will not allocate a new register if it
4298         doesn't find one by name, bug may have introduced...
4299         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4300         * (genIpush): revived to use pic16 port's stack,
4301         * (genAddrOf): added incomplete case for stack'ed operand,
4302         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4303         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4304         can handle multibyte operands,
4305         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4306         * (pic16initialComments): added message for MPLAB compatibility
4307         mode enabled,
4308         * src/pic16/main.h: prototype for pic16_mplab_comp,
4309         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4310         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4311         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4312         because of increased complexity of procedure,
4313         * (_process_pragma): stack pragma changed to format 'stack pos len',
4314         emit symbol '_stack_end' to conform with gplink,
4315         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4316         to search for register,
4317         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4318         PO_GPR_REGISTER,
4319         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4320         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4321         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4322         case for PO_GPR_REGISTER,
4323         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4324         dies, the new era is ahead !...
4325         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4326         pic16_dynInternalRegs,
4327         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4328         * (pic16_allocDirReg): minor optimizations and bug fixes,
4329         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4330
4331         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4332         load stack and frame pointer with address of 'stack_end' symbol
4333
4334 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4335
4336         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4337         without source code but only variable initializers
4338
4339 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4340
4341         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4342         external are not declared as extern to reduce overhead while linking
4343
4344 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4345
4346         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4347
4348 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4349
4350         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4351           Yee Keat for the patch
4352         * src/SDCCast.c (decorateType): fixed bug #979599
4353         * src/ds390/gen.h: removed local fReturnSizeDS390
4354         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4355         * src/ds390/gen.c (genAnd, genOr, genXor),
4356         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4357
4358 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4359
4360         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4361         add relFilesSet to $3, manipulate $2 to handle linking of object
4362         files without source files in command line,
4363         * device/include/pic16 (all headers): added ID location macros,
4364         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4365         entries for ID location bytes,
4366         * (pic16_assignIdByteValue): NEW,
4367         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4368         added field dumpcalltree to pic16_options_t,
4369         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4370         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4371         emitting rFalseIfx label after check_carry label,
4372         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4373         pic16_emitDIRegs), NEW
4374         * (pic16glue): dump .calltree file when option --calltree found,
4375         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4376         * (_pic16_genAssemblerPreamble): emit ID locations after
4377         configuration registers,
4378         * (pic16_linkCmd): modifications of the link command,
4379         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4380         * (pic16_pCodeInitRegisters): don't init stack registers,
4381         * (pic16_findPrevInstruction): fixed bug,
4382         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4383         bug with immediate registers,
4384         * (buildCallTree): traces stack push and pop,
4385         * (pct2): dump also stack usage for each function,
4386         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4387         * (pic16_allocDirReg): various modifications,
4388         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4389         fixed to 1,
4390
4391 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4392
4393         * src/pic16/pcode.c: removed buggy double colon
4394
4395 2004-07-01 Borut Razem <borut.razem AT siol.net>
4396
4397         * support/scripts/sdcc.nsi: added include/pic16 to setup
4398
4399 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4400
4401         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4402         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4403         target 'clean',
4404         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4405         specific command line arguments. Also added sample lkr script
4406         for placing a variable at a specific memory bank.
4407         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4408         at a specific memory bank,
4409         * (pic16_dump_isection): fixed bug which caused string literals to
4410         be omitted when dumping idata section,
4411         * (pic16_groupRegistersInSection): added code to handle registers
4412         in specific memory banks,
4413         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4414         public, all references are renamed too,
4415         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4416         AOP_DPTR2,
4417         * (pic16_storeForReturn): added case to handle when dest is WREG,
4418         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4419         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4420         pic16_rel_udata, check to see if that register is marked as being
4421         a member of a specific memory bank,
4422         * (pic16_printIvalCharPtr): added code to add string literals either
4423         to code or the idata sections,
4424         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4425         also accept the 'udata' pragma,
4426         * src/pic16/main.h: new structure types sectName and sectSym
4427         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4428         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4429         * (pic16_findPrevInstruction): fixed, it returned nothing,
4430         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4431         instruction combinations,
4432         * (pic16_FixRegisterBanking): heavily reorganised,
4433         * (pic16_AnalyzeBanking): if generating banksel directives is
4434         disabled, then don't call FixRegisterBanking at all,
4435         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4436         completely removed,
4437         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4438
4439 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4440
4441         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4442         Phuah Yee Keat <yk.phuah AT nestac.com>
4443
4444 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4445
4446         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4447         correctly the IVT even if it is relocated to some other location
4448
4449 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4450
4451         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4452         * device/include/pic16/pic18f2220.h: NEW,
4453         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4454         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4455         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4456         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4457         nodefaultlibs, ivt_loc is the location of the interrupt vector
4458         table, and nodefaultlibs signs that default libraries should not be
4459         linked in link stage,
4460         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4461         according to --ivt-loc argument,
4462         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4463         when pragma stack is found,
4464
4465 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4466
4467         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4468         256 (range check), 257 (do while), 258.a-f (bit banging
4469         f.e. on 3-wire SPI bus)
4470
4471 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4472
4473         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4474         variables used exclusively within a loop
4475
4476 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4477
4478         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4479
4480 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4481
4482         * src/SDCClrange.c (computeClash): fixed bug #971834
4483
4484 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4485
4486         * src/mcs51/gen.c (genCmp): fixed bug #975903
4487         * src/hc08/gen.c (operandsEqu),
4488         * src/ds390/gen.c (operandsEqu),
4489         * src/z80/gen.c (operandsEqu),
4490         * src/pic/gen.c (operandsEqu),
4491         * src/pic16/gen.c (operandsEqu),
4492         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4493         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4494
4495 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4496
4497         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4498
4499 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4500
4501         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4502         default case in switch statement,
4503         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4504         to eliminate problem with initialisation of pointers, but problem
4505         still exists,
4506         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4507         * (emitStaticSegment): removed various lines emitting debug info,
4508         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4509         added processor registers for utilizing EEPROM,
4510         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4511         configurable and set 8
4512
4513 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4514
4515         * .version: increased version number to 2.4.2,
4516
4517         Cumulative patch for pic16 port
4518         * src/pic16/device.c: changed scheme to dump initial values for
4519         variables in idata segment, all print_idata* functions were removed,
4520         now the pic16_printIval* will be called,
4521         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4522         * _pic16_printPointerType, pic16_printPointerType,
4523         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4524         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4525         NEW, similar to the respective functions in SDCCglue.c,
4526         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4527         way, emitting hex bytes,
4528         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4529
4530 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/avr/ralloc.c (serialRegAssign),
4533         * src/xa51/ralloc.c (serialRegAssign),
4534         * src/pic/ralloc.c (serialRegAssign),
4535         * src/pic16/ralloc.c (serialRegAssign),
4536         * src/hc08/ralloc.c (serialRegAssign),
4537         * src/z80/ralloc.c (serialRegAssign),
4538         * src/ds390/ralloc.c (serialRegAssign),
4539         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4540
4541 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4542
4543         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4544         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4545
4546 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4547
4548         Cumulative patch for pic16 port:
4549         * src/pic16/device.h (typedef PIC16_device) modified fields for
4550         defining microcontrollers,
4551         * src/pic16/device.c: added new info for all devices in Pics16 array,
4552         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4553         to be optimised out by the pCode optimiser,
4554         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4555         specially, bug reported by G.M. Gallant,
4556         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4557         as force'd so that cannot be optimised out by pCode optimiser,
4558         * src/pic16/pcode.c,
4559         * src/pic16/pcodepeeph.c,
4560         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4561         they are disabled by default, but can be enabled explicit with
4562         command argument --denable-peeps, for testing,
4563         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4564         --pomit-ivt in COMPILE_FLAGS
4565
4566 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4567
4568         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4569           compilation on MSVC
4570
4571 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4572
4573         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4574
4575 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4576
4577         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4578         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4579
4580 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4581
4582         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4583         would only assign 0x300001 register.
4584
4585 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4586
4587         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4588         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4589
4590 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4591
4592         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4593         for ds80c400
4594         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4595         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4596         added peephole 254 (left shift), 255 (jump table)
4597
4598 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4599
4600         * device/lib/Makefile.in: removed comment line with model-pic16,
4601         * (target port-specific-objects-pic16): the libraries and objects
4602         are copied to the build directory form the device/lib/pic16/bin
4603         directory
4604
4605         Cumulative patch concerning pic16 port:
4606         * library directory has been re-organized,
4607         * added support for PIC18F1220,
4608         * added headers and library sources for chips 18f1220,18f6520,
4609         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4610
4611         * configuration registers setting has changed, now each supported
4612         device has a complete description of the registers it uses,
4613         * all initialisations are moved to idata sections, these section
4614         can be absolute or relocatable,
4615         * fixed initialisation of codespace variables,
4616         * fixed warning about PCLATU and gpsim,
4617         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4618         * (genAssign): use table reads when assigning from variables in codespace,
4619         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4620         char/int variables placed in codespace,
4621         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4622         registers set in .asm file, no need for --pomit-config-words anymore,
4623         * (pic16glue): some 8051 legacy segments are commented out
4624         (to be removed completely),
4625         * added support for alternative assembler and linker with --asm=
4626         and --link= command line arguments,
4627         * peepholes are disabled automatically in the port, no need to
4628         specify on command line,
4629         * port supports natively char/int/long multiplication, but converts
4630         all divisions to support functions,
4631         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4632         to the file set in variable $2,
4633         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4634         strings in ASCII format and not in hex,
4635         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4636         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4637         allocate proper register if iCodes aren't temporary,
4638
4639 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4640
4641         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4642
4643 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4644
4645         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4646         is commented out
4647
4648 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4651         computed address is reused
4652         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4653         multi-byte bitfields
4654
4655 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4656
4657         * src/z80/gen.c: (genArrayInit): must check for pointers too
4658
4659 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4660
4661         * support/regression/tests/zeropad.c: never meant to commit the
4662           nestedstruct test: removed, added check for GCC version
4663
4664 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4665
4666         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4667         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4668         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4669           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4670           bugs 928906 and 954082 half-empty initializers
4671         * src/SDCCsymt.h,
4672         * src/SDCCsymt.c (getAllocSize): added for above fix
4673         * src/z80/gen.c (genArrayInit): fixed bug 741044
4674         * support/regression/tests/zeropad.c: added tests
4675
4676 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4677
4678         * src/pic16/device.c (pic16_dump_section): corrected bug which
4679         caused some symbols of the libraries to be misplaced
4680
4681 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4682
4683         * src/pic16/glue.c,
4684         * src/pic16/ralloc.h,
4685         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4686         to fix conflict with pic port
4687
4688 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4689
4690         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4691         externs configuration variables,
4692         * src/pic16/ralloc.h,
4693         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4694         prototype in header, commented out some debug messages
4695
4696 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4697
4698         * src/pic16/glue.c,
4699         * src/pic16/main.c,
4700         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4701         for gpasm COFF object generation. Thanks to D. Hawkins for
4702         his patch info
4703
4704 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4705
4706         * src/ds390/main.c,
4707         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4708         Brock for spotting this)
4709         * src/ds390/gen.c (genEndFunction),
4710         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4711         interrupt handler and critical. Disable push/pop optimizations when
4712         peephole optimizations disabled.
4713
4714 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4715
4716         Updated pic16 library sources and headers.
4717         * device/lib/pic16/pic18f*/ ,
4718         * device/include/pic16/*.h: modified to handle structured SFR
4719         definitions
4720
4721 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4722
4723         * src/port.h (PORT structure): added hook initPaths, now each
4724         port can declare its own default search paths,
4725         which can been seen with the --print-search-dirs option,
4726         see pic16 port for example,
4727         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4728         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4729         * (doPrintSearchDirs): NEW, replaces in a central manner the
4730         printing of search dirs which was split in set*Paths functions,
4731         * (main): added call to port->initPaths and doPrintSearchDirs,
4732         * src/avr/main.c,
4733         * src/ds390/main.c,
4734         * src/hc08/main.c,
4735         * src/izt/i186.c,
4736         * src/izt/tlcs900h.c,
4737         * src/mcs51/main.c,
4738         * src/pic/main.c,
4739         * src/pic16/main.c: modified port structures to reflect addition of
4740         initPaths hook,
4741
4742         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4743         * (pic16_dump_section): for registers in same address reserve memory once,
4744         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4745         to no_banksel,
4746         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4747         result is greater in size than right or left,
4748         * (pic16_genUMult8X8_8): there are some cases where the result can
4749         be 16 bits size, so handle these,
4750         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4751         * (pic16_outBitC): modified to emit pcodes,
4752         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4753         or not,
4754         * (genDivOneByte): implemented algorithm to divide 8-bits,
4755         * (genCmp): uncommented goto, but issues still exist,
4756         * (genAnd): fixed a bug with variables >8bits,
4757         * (genPackBits): optimization added that uses BCF/BSF to change a
4758         single bit,
4759         * (genAssign): fixed bug when assigning floating point literals,
4760         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4761         __sdcc_gsinit_startup label,
4762         * src/pic16/main.c (_pic16_init): removed search directory
4763         initialisations,
4764         * (_pic16_initPaths): NEW, used to initialise search directories,
4765         * (_hasNativeMulFor): support functions for all except char/int
4766         multiplication, and char division,
4767         * (PIC16_port struct): modified entry for native mul support,
4768         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4769         no_banksel option,
4770         * (buildCallTree): call to register_usage is ifdef'ed out,
4771
4772 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * device/include/string.h: applied Stas Sergeev's patch to make this
4775         header file compatible with the preprocessor -Wundef option
4776         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4777         failure (fixes bug #941458)
4778
4779 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4780
4781         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4782         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4783         that the variable, not the function, should be static
4784         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4785         to be consistent with non-literal case
4786
4787 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4788
4789         * src/SDCCast.c (isConformingBody): fixed bug #949967
4790         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4791         convilong): fixed bug #952086
4792
4793 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * src/SDCCmem.c (allocVariables): fixed bug #955321
4796
4797 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/hc08/main.c (_hc08_genAssemblerEnd),
4800         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4801         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4802         completely eliminated the use of a temporary file
4803         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4804         when more than one file linked
4805         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4806
4807 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4808
4809         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4810         which fixes bug #543481
4811         * support/regression/tests/bug-751703.c: fixed comments left from a
4812         cut and paste error
4813         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4814         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4815         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4816         scopes
4817         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4818         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4819         are now changed to underscores in moduleName
4820
4821 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4822
4823         * as/mcs51/lkmem.c: better fix for bug #954173
4824
4825 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4826         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4827
4828         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4829         * device/include/c8051f000.h,
4830         * device/include/c8051f120.h,
4831         * device/include/c8051f300.h,
4832         * device/include/c8051f310.h,
4833         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4834         PWM16) and detab'ed
4835
4836 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4837
4838         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4839         and mailing lists, doc'ed --no-peep-comments, removed reference
4840         to knoppix (newest version has no LyX/LaTeX), other minor changes
4841         * src/SDCCglue.c (glue): save 2 bytes stack space with
4842         option --main-return. The ljmp could probably be avoided too
4843
4844 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4845
4846         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4847
4848 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4849
4850         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4851         * src/SDCCopt.c (isLocalWithoutDef),
4852         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4853         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4854         (credit to Maarten Brock for patch #949363, on which this is based)
4855         * support/regression/tests/bug-751703.c: some test cases of extern used
4856         within inner scopes.
4857
4858 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4861         SPEC_STRUCT
4862         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4863         struct definitions
4864         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4865         dwWriteLabel): fix to create valid debugger symbols even when
4866         the module name has non-alphanumeric symbols in it
4867         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4868         when a variable's allocation has been optimized away
4869
4870
4871 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4872
4873         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4874         * src/hc08/main.c,
4875         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4876         * src/mcs51/main.c,
4877         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4878         * src/ds390/main.c,
4879         * src/z80/gen.c (z80_emitDebuggerSymbol),
4880         * src/z80/main.c,
4881         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4882         * src/pic/main.c,
4883         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4884         * src/pic16/main.c,
4885         * src/avr/gen.c (avr_emitDebuggerSymbol),
4886         * src/avr/main.c,
4887         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4888         * src/xa51/main.c,
4889         * src/SDCCdebug.c (emitDebuggerSymbol),
4890         * src/SDCCdebug.h,
4891         * src/port.h: added a debugger struct to the port struct. Added a
4892         callback for defining debugger symbols
4893
4894         * src/SDCCast.c (createLabel),
4895         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4896         with isitmp = 1
4897         * src/SDCCicode.h,
4898         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4899         iCode back to the ast for the function
4900
4901         * src/hc08/ralloc.c (hc08_assignRegisters),
4902         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4903         unneeded fields from the regs struct.
4904         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4905         pushReg() & pullReg() functions instead of emitcode()
4906
4907         * src/hc08/gen.c (genLabel, genhc08Code),
4908         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4909
4910         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4911         debugger hooks
4912
4913         * src/hc08/gen.c (genEndFunction, genhc08Code),
4914         * src/hc08/gen.h,
4915         * src/mcs51/gen.c (genEndFunction, gen51Code),
4916         * src/mcs51/gen.h,
4917         * src/ds390/gen.c (genEndFunction, gen390Code),
4918         * src/ds390/gen.h,
4919         * src/z80/gen.c (genEndFunction, genZ80Code),
4920         * src/z80/gen.h,
4921         * src/z80/z80.h,
4922         * src/pic/gen.c (genEndFunction, genpic14Code),
4923         * src/pic/gen.h,
4924         * src/pic16/gen.c (genEndFunction, genpic16Code),
4925         * src/pic16/gen.h,
4926         * src/avr/gen.c (genEndFunction, genAVRCode),
4927         * src/avr/gen.h,
4928         * src/xa51/gen.c (genEndFunction, genXA51Code),
4929         * src/xa51/gen.h,
4930         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4931         specific code to cdbFile.c and out of the backend code generators
4932
4933         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4934         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4935         starting address is now 0
4936
4937         * as/hc08/asm.h,
4938         * as/hc08/m08pst.c,
4939         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4940         assembler directive for DWARF support
4941         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4942
4943         * src/src.dsp,
4944         * src/Makefile.in,
4945         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4946
4947 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4948
4949         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4950         and inappropriate peephole optimization in jump tables
4951
4952 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4953
4954         * as/hc08/m08pst.c,
4955         * src/SDCCglue.c: sdccopt works for the hc08 port now
4956
4957 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4958
4959         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4960
4961 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4962
4963         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4964
4965 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4966
4967         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4968         rules
4969         * src/SDCCmain.c,
4970         * src/SDCCglobl.h,
4971         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4972         comments from the peephole optimizer replacement rules
4973         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4974         symbols
4975         * src/SDCCcse.c (updateSpillLocation),
4976         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4977         equivalents
4978         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4979         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4980         objects far pointers
4981
4982 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4983
4984         * src/SDCCsymt.h: a missing part of my last change
4985         * src/pic/ralloc.c (regTypeNum),
4986         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4987
4988 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4989
4990         * src/SDCCicode.h,
4991         * src/SDCCicode.c (aggrToPtrDclType),
4992         * src/SDCCptropt.h,
4993         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4994         ptrPseudoSymConvert),
4995         * src/pic/ralloc.c (regTypeNum),
4996         * src/pic16/ralloc.c (regTypeNum),
4997         * src/hc08/ralloc.c (regTypeNum),
4998         * src/ds390/ralloc.c (regTypeNum),
4999         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5000         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5001
5002 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5003
5004         * link/z80/lkmain.c (afile),
5005         * as/hc08/lkmain.c (afile),
5006         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5007         prevent a pointer problem when a filename has no directory and
5008         no extension specified.
5009
5010 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * link/z80/lkmain.c (afile): allow periods in directory names
5013         * link/z80/lkmain.c (afile),
5014         * as/mcs51/lkmain.c (afile),
5015         * as/hc08/lkmain.c (afile): allow linker script file to have an
5016         extension other than ".lnk"
5017         * link/z80/lklex.c (getfid),
5018         * link/z80/lkmain.c (parse),
5019         * as/mcs51/lklex.c (getfid),
5020         * as/mcs51/lkmain.c (parse),
5021         * as/hc08/lklex.c (getfid),
5022         * as/hc08/lkmain.c (parse): Support comments in the linker script
5023         file on lines by themselves and after filenames
5024
5025 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5026
5027         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5028
5029 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * src/z80/peeph-z80.def: removed some peephole rules that don't
5032         work with multibyte arithmetic (fixed bug #937126)
5033         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5034         to registers and not global variables
5035         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5036         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5037         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5038         checking for assignments not internally generated (fixed bug #931895)
5039         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5040         structure member (fixed bug #930072)
5041
5042 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5043
5044         * src/SDCCmain.c (linkEdit),
5045         * src/hc08/main.c (_hc08_parseOptions),
5046         * as/hc08/Makefile.in,
5047         * as/hc08/aslink.h,
5048         * as/hc08/asm.h,
5049         * as/hc08/m08pst.c,
5050         * as/hc08/lkrloc.c (relr, rele),
5051         * as/hc08/lkarea.c (lnkarea)
5052         * as/hc08/lkmain.c (afile, parse),
5053         * as/hc08/lkelf.c: support for ELF output
5054         * as/hc08/lks19.c (s19),
5055         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5056
5057 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5058
5059         * as/mcs51/lkihx.c: Fixed bug #899105.
5060
5061 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5062
5063         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5064         .dsp files from Unix to DOS.
5065
5066 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5067
5068         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5069         function pointers; we have been compliant for several months now.
5070         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5071         change that was accidently commented out
5072         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5073         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5074         bug #922319
5075
5076 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5077
5078         * src/hc08/gen.c: output of all of the internal debugging information
5079         is now controlled by the D() macro; it is disabled by default
5080
5081 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5082
5083         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5084         harder to keep the same registers during a CAST iCode
5085         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5086         long via int can be done in a single cast, if the signedness is
5087         correct.
5088         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5089         putchar() in tinibios.c in ds390's library
5090
5091 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5092
5093         * src/SDCCast.c (decorateType): fixed bug #898889,
5094         cast result of a literal complement too
5095         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5096         fixed check for bitfields
5097
5098 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5099
5100         * src/SDCCicode.c (geniCodeLogic): made it static,
5101         (geniCodeLogicAndOr): added in order to fix bug #905492,
5102         (ast2iCode): fixed bug #905492
5103         * support/regression/tests/bug-905492.c: added
5104         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5105         (processParms): fixed bug #927659: don't copy parms, this will clear
5106         decorated flag
5107         * support/regression/tests/bug-927659.c: added
5108
5109 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5110
5111         * src/SDCCast.c (addCast): don't cast float to char
5112         * device/lib/libsdcc.lib: added _memmove
5113
5114 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5115
5116         * device/lib/large/Makefile: fixed parallel execution by
5117         replacing `make` by `$(MAKE)`
5118
5119 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5120
5121         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5122         offsets (fixes bug #923936)
5123
5124 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5125
5126         * device/lib/small/Makefile: fixed parallel execution by
5127         replacing `make` by `$(MAKE)`
5128
5129 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5130
5131         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5132
5133 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5134
5135         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5136         * src/regression/Makefile: Regression test was not running.
5137
5138 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5139
5140         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5141         complement if possible
5142         * src/SDCCval.c (valComplement),
5143         * src/SDCCicode.c (operandOperation): fixed complement of literal
5144         * support/regression/tests/onebyte.c (testComplement): added
5145
5146 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5147
5148         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5149         return an optimized tree; actually replace actParm with the new tree
5150         * src/SDCCast.h: added some parantheses to remove side effects
5151         * support/regression/tests/bug-920866.c
5152
5153 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5154         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5155         Bit operands were not being handled properly in the pic14 port.
5156         (now src/regression/add.c passes again).
5157
5158 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5159
5160         * src/SDCC.y (labeled_statement): case and default no longer require
5161         a following statement (RFE #893037)
5162
5163 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5164
5165         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5166         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5167         disabled (fixes bug #916294)
5168         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5169         "mov a,acc"; patch provided by Lenny Story
5170         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5171
5172 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5173
5174         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5175         functions
5176         * src/ds390/gen.c (genFunction, genEndFunction),
5177         * src/ds390/ralloc.c (ds390_assignRegisters),
5178         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5179         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5180         pushed if there are parameters passed on the stack. Also, a cleaner
5181         way to decide if r0/r1 should be pushed/popped. (Together they fix
5182         bug #918693)
5183
5184 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5185
5186         * doc/sdccman.lyx,
5187         * device/lib/mcs51/crtpagesfr.asm,
5188         * device/lib/mcs51/crtxinit.asm,
5189         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5190         to avoid confusion with Si Lab's SFRPAGE register.
5191
5192 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/SDCCglue.c (emitMaps): allow public sfr variables
5195         * src/SDCCglue.c (initialComments): include compiler build date
5196         with compiler version and put the timestamp of the generated
5197         assembly file on a serperate line to be less confusing.
5198         * src/port.h: added genInitStartup hook
5199         * src/avr/main.c,
5200         * src/ds390/main.c,
5201         * src/hc08/main.c,
5202         * src/pic/main.c,
5203         * src/pic16/main.c,
5204         * src/xa51/main.c,
5205         * src/z80/main.c: genInitStartup initialize as NULL (default to
5206         historical behaviour)
5207         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5208         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5209         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5210         library instead of hard coding it into the compiler.
5211         * support/regression/ports/mcs51-stack-auto/spec.mk,
5212         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5213         * device/lib/mcs51/Makefile,
5214         * device/lib/small/Makefile,
5215         * device/lib/large/Makefile,
5216         * device/lib/mcs51/crtpagesfr.asm,
5217         * device/lib/mcs51/crtstart.asm,
5218         * device/lib/mcs51/crtxclear.asm,
5219         * device/lib/mcs51/crtxinit.asm,
5220         * device/lib/mcs51/crtclear.asm,
5221         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5222         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5223         and into user configurable files.
5224         * device/lib/clean.mk: clean mcs51 directory too
5225         * support/regression/tests/longlit.c: added static to T1 declaration
5226         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5227         accesses in the initialization code
5228
5229 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5230
5231         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5232         OSCTRIMVAL as noted in bug #916008
5233
5234 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5235
5236         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5237         in loops with multiple exits (reported as incorrect registers
5238         used by Martin Helmling in Sdcc-user list)
5239
5240 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5241
5242         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5243         made ds390 register extensions look less like error messages
5244
5245 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5246
5247         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5248         reported by Adam Wozniak in Sdcc-user list
5249
5250 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5251
5252         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5253         arithmetic optimizations, added debug output
5254
5255 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5256
5257         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5258         * sdcc.spec: updated and split sdcc into 3 rpms
5259         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5260         needed for literals of LEFT_OP and '+'
5261         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5262         introduced RESULT_TYPE_NOPROM
5263         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5264         left shift
5265         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5266         limited promotion to int only for '*'
5267         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5268
5269 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5270
5271         * src/pic16/gen.c (genSkip),
5272         (genc16bit2lit), (gencjneshort): commented out
5273         (is_LitOp): new helper function, checks operand type
5274         (genCmpEq): rewritten
5275
5276 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5277
5278         * support/regression/tests/bug-908454.c: added
5279
5280 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5281
5282         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5283         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5284         (geniCodeCast): cosmetic, don't preserve bit storage class
5285         (geniCodeLeftShift): added promotion
5286         (geniCodeLogic): fixed regression
5287         * src/SDCCsymt.c (computeTypeOr): accept bits too
5288         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5289
5290 2004-03-07  Borut Razem <borut.razem AT siol.net>
5291
5292         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5293
5294 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5295
5296         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5297         version of pic16_genPackRegisters which does not check if ic is a
5298         CAST operator,
5299         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5300         function cause string1.c regression test fails
5301
5302 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5303
5304         * sim/ucsim/configure.in,
5305         * sim/ucsim/configure,
5306         * sim/ucsim/doc/Makefile.in: use docdir
5307         * src/SDCC.y: fixed sbit atrributes
5308         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5309         * src/SDCCast.c (decorateType): |^& need special promotion handling
5310         * src/SDCCast.h,
5311         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5312         * src/SDCCsymt.h (computeType),
5313         * src/SDCCicode.c: computeType() needs op
5314         * src/SDCCsymt.c (checkTypeSanity),
5315         * doc/sddman.lyx: "plain" bitfields are unsigned
5316         * src/SDCCsymt.c (computeTypeOr): added
5317         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5318         |^& ops
5319         * src/SDCCval.c (val*): computeType() needs op
5320         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5321         * support/regression/tests/onebyte.c: added tests for |^&
5322
5323 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5324
5325         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5326         for writing icode into asm output.
5327
5328 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5329
5330         * src/pic16/device.c: added some debug lines enabled
5331         with macro DEBUG_CHECK,
5332         * src/pic16/genarith.c: more debug in genPlus,
5333         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5334         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5335         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5336         * (aopForSym): onStack symbols are re-placed in data memspace,
5337         and onStack flag is cleared,
5338         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5339         copy temporary pcodeop,
5340         * (genPcall): added warning for not updating PCLATU,
5341         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5342         always true for pic16 port,
5343         * (genMultOneWord): NEW, supports integer multiplication,
5344         * (genMult): modified to call genMultOneWord,
5345         * (ifxForOp): added warning when return NULL,
5346         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5347         flag is set before call to operandFromSymbol for implicit
5348         added structures,
5349         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5350         options.intlong_rent are set by default,
5351         * (_hasNativeMulFor): modified to allow port generation of integer
5352         multiplication,
5353         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5354         set regtype to REG_SFR for all registers, restricting seting the
5355         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5356
5357 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5358
5359         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5360         more than 500 times in the regression tests
5361
5362 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5363
5364         * support/Util/SDCCerr.h,
5365         * support/Util/SDCCerr.c,
5366         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5367         enumerator_list),
5368         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5369         for symbol conflicts.
5370         * support/valdiags/tests/enum.c,
5371         * support/valdiags/tests/tentdecl.c,
5372         * support/valdiags/tests/struct.c: expect possible error messages
5373         referring to original symbol definitions.
5374         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5375         * src/SDCCsymt.h,
5376         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5377
5378 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5379
5380         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5381
5382 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5383
5384         * src/pic16/ralloc.c (newReg): fixed bug #908929
5385
5386 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5387
5388         * src/ds390/gen.c: added missing #include "main.h"
5389
5390 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5393         checking if symbol is already in set,
5394         * src/pic16/device.h: prototype for checkAddSym,
5395         * src/pic16/gen.c: (_G): added entry interruptvector,
5396         * (assignResultValue): removed some commented out lines,
5397         * (genFunction): check for ISR via sym->type, absolute section for
5398         interrupt code is created via a new pBlock, the goto instruction is
5399         placed now correctly at the interrupt vector position, changed all
5400         references from ivec to _G.interruptvector,
5401         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5402         is the interrupt is a high priority one, same for return from ISR,
5403         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5404         externs to calls of checkAddSym,
5405         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5406         pic16_pcode_verbose flag is set,
5407         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5408         * src/pic16/pcoderegs.c: message about how many registers are saved
5409         will only be emitted if pic16_pcode_verbose flag is set,
5410
5411 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5412
5413         * src/ds390/ralloc.h,
5414         * src/ds390/ralloc.c (ds390_regWithIdx),
5415         * src/ds390/gen.c (emitcode),
5416         * src/ds390/main.h,
5417         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5418         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5419         ds390operandCompare, getRegsRead, getRegsWritten,
5420         initializeAsmLineNode): customized instruction size calculation for
5421         ds390, started basis for some register optimizations
5422         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5423         corresponding assembly output
5424         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5425         missing push/pop of r0/r1. Optimized push/pops
5426
5427 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5428
5429         * src/mcs51/main.c (instructionSize): fixed ACALL size
5430         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5431
5432 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5433
5434         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5435         the sorting of rlist with NULL elements
5436         * (print_idataType, print_idata): NEW to create idata sections
5437         * src/pic16/device.h: idataSymSet new variable
5438         * src/pic16/gen.c (genFunction): fixed some bugs in string
5439         comparing, improved the absolute section creation for ISRs,
5440         added FSR0L/FSR0H in registers that are saved in an ISR,
5441         * (genInline): fixed the processing of inline snippets,
5442         now they undergo no process by the peephole optimizer
5443         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5444         are placed in idataSymSet,
5445         * (pic16emitStaticSeg): extern symbols are added in externs,
5446         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5447         switching when aboslute variables are placed in access bank memory
5448         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5449         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5450         commented out with #if,
5451         * (pic16_packRegisters): reintroduce the check for CAST because some
5452         symbols are not correctly handled,
5453         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5454         pCodeInstruction instead of pCode,
5455         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5456         pCodeAsmDir definition,
5457         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5458         directive, then the argument directive is emitted without the leading
5459         tab, hack for inline labels which must be in the first column,
5460         * (compareLabel,pic16_findNextInstruction),
5461         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5462         * (insertBankSwitch): modified for the new pCodeAsmDir,
5463
5464 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5465         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5466
5467         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5468         instance,
5469         * (pushSide): commented out with #if,
5470         * (assignResultValue): fixed some typos in saving
5471         registers,
5472         * (genPcall): FIXED and sync'ed with genCall,
5473         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5474         * (genNearPointerGet): fixed to handle some more cases,
5475         implementation scheme via table reads,
5476         * (genConstPointerGet): modified to access code memory correct,
5477         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5478         and improved to handle some cases
5479         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5480         instead of "RETLW" for init data
5481         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5482         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5483         variables are placed in access bank memory (<0x80 and >=0xf80),
5484         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5485         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5486         TBLWT_POSTDEC,TBLWT_PREINC
5487         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5488         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5489         directives
5490         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5491         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5492         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5493         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5494
5495 2004-02-29  Borut Razem <borut.razem AT siol.net>
5496
5497         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5498         support/Util/findme.h, support/Util/system.h: enhance binary relative
5499         search for lib and include by using findProgramPath()
5500
5501 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5502
5503         * src/SDCCpeeph.h,
5504         * src/SDCCpeeph.c (pcDistance),
5505         * src/port.h,
5506         * src/mcs51/ralloc.h,
5507         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5508         * src/mcs51/main.h,
5509         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5510         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5511         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5512         size calculation port specific, started basis for some register
5513         optimizations
5514         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5515         missing push/pop of r0/r1. Optimized push/pops
5516         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5517         * device/lib/_modsint.c (_modsint),
5518         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5519         and stack version so regression tests pass
5520
5521 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5522
5523         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5524         * src/SDCCast.c (decorateType): catch another small optimization
5525         with '?' operator
5526         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5527         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5528         modified to finally use computeType() all over SDCC,
5529         see Feature Request #877103
5530         * src/SDCCval.h: cosmetic
5531         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5532         valCompare(); regression tested in muldiv.c
5533         * support/regression/tests/muldiv.c (testMod): mod sign follows
5534         dividend only
5535
5536 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5537
5538         * src/SDCCast.c (decorateType): fixed bug #902362
5539         * doc/INSTALL.txt: fixed install instructions for win32
5540
5541 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5542
5543         * device/include/Makefile.in (install): fixed by replacing spaces
5544         by tabs
5545         * doc/README.txt,
5546         * doc/INSTALL.txt: updated for release
5547         * doc/sdccman.lyx: added warning for --xstack being buggy
5548
5549 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5550
5551         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5552         to eliminate build warnings.
5553         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5554
5555 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5556            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5557
5558         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5559         removed -penable-stack, added comment for stack pragma, added
5560         warning for not initializing the stack/frame registers, removed
5561         comment at interrupts section
5562
5563         Stack is made permanent, there is no ability to disable stack usage.
5564         * src/pic16/device.h,
5565         * src/pic16/device.c: removed all references to USE_STACK macro,
5566         * src/pic16/device.c (pic16_dump_section): when no elements in
5567         rlist, free rlist before return,
5568         * (pic16_dump_int_registers): NEW, internal registers are a new set
5569         of general purpose registers reused by each function,
5570         * (checkAddReg): returns 1 if registers is added to set,
5571         * (pic16_groupRegistersInSection): when a registers is of type
5572         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5573         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5574         SRCASECMP macro is moved here from device.c
5575         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5576         PO_PCLATU, PO_PRODL, PO_PRODH,
5577         * (pic16_pCodeOpType, genMinus,
5578         changed compares to "a" register, with AOP_ACC,
5579         * (pic16_genPlus): fixed some bugs and indented properly,
5580         * (pic16_addSign): changed size to size+offset in the MOVWF
5581         instruction,
5582         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5583         multiply 8-bit operand by literal, result is 8-bit,
5584         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5585         multiply 2 8-bit operand, result is 8-bit,
5586         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5587         genUMult8X*_16,
5588         * src/pic16/gen.c: changed accUse to contain WREG only,
5589         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5590         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5591         true, do not use immediate addressing any more unless sym is a
5592         pointer in codespace,
5593         * (aopForRemat): do not use immediate addressing when symbol not in
5594         codespace and when symbol's address is requested,
5595         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5596         accUse size (= 1),
5597         * (aopGet): added case for AOP_ACC and don't return "accumulator
5598         bug" but WREG instead,
5599         * (popGetTempReg): pushes contents of temporary register in stack,
5600         * (popReleaseTempReg): pops contents of temporary register from
5601         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5602         * (pic16_popGet): separated case AOP_ACC to return register WREG
5603         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5604         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5605         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5606         the use of immediate pointers to certain cases only.
5607
5608         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5609         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5610         * (assignResultValue, genCall, genRet): modified to use the new
5611         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5612         genPcall is still broken,
5613         * (genFunction): added code to create 'A' type pBlocks when
5614         interrupt functions are generated, code not extensively tested yet,
5615         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5616         * (genEndFunction): modified so ISRs pop stored registers from stack,
5617         * (genMultOneByte): cleanup,
5618         * (AccRsh): added flag andmask, to and result with appropriate mask,
5619         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5620         * (genDataPointerGet): fixed and reenabled its use,
5621         * (genNearDataPointerGet): bugs fixed,
5622         * (genDataPointerSet): bugs fixed,
5623         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5624         pic16_DumpSymbol, pic16_DumpOp,
5625         * src/pic16/genutils.h: function prototypes for the above functions,
5626         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5627         pointers,
5628         * (pic16emitRegularMap): many many many improvements, but needs a
5629         major cleanup,
5630         * src/pic16/main.c: enable_stack in pic16_options is removed,
5631         * (_pic16_parseOptions): removed command line options -penable-stack,
5632         * (_process_pragma): emit stack symbol only when stack pragma is
5633         processed,
5634         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5635         redirected to FSR0L/FSR0H pair,
5636         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5637         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5638         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5639         for immediates,
5640         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5641         * (dumpPicOptype): NEW,
5642         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5643         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5644         with movff instruction,
5645         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5646         added pic16_int_regs, some packRegsFor* functions are commented out,
5647         because produce errors,
5648         * src/pic16/NOTES: minor modifications
5649
5650 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5651
5652         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5653         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5654         --pack-iram.
5655         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5656         * as/mcs51/lkaomf51.c: fixed bug #895763
5657
5658 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5661
5662 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5663
5664         * doc/sdccman.lyx: added details about the HC08 storage classes and
5665         interrupts, fixed the register usage info for z80 & gbz80
5666
5667 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5668
5669         * doc/sdccman.lyx: added more pic16 port documentation
5670         * device/include/pic16/: added header pic18fregs.h
5671
5672 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5673
5674         * doc/sdccman.lyx: added Vangelis' contribution
5675
5676 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5677
5678         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5679         extend to the next CALL or PCALL, not just to the next CALL.
5680
5681 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5682
5683         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5684
5685 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5686
5687         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5688         bug #895752 and a better fix for bug #716790
5689
5690 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5691
5692         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5693
5694 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5695
5696         * doc/sdccman.lyx: minor changes, minor changed
5697
5698 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5699
5700         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5701         which can't handle SDCC_NEWONEBYTEOPS,
5702         (geniCodeMultiply): removed conversion from mult to shift for pic14
5703         and pic16
5704
5705 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/hc08/gen.h,
5708         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5709         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5710         thus fixing bug #895406
5711
5712 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5713
5714         * device/lib/_modsint.c,
5715         * device/lib/_modslong.c: sign follows divisor only
5716         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5717         signs or signedness can be ignored
5718         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5719         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5720         added optimization for IFX,
5721         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5722         arguments;
5723         reenabled optimization for IFX, which was removed on 2004-01-11
5724         * src/SDCCast.h: added return type IFX
5725         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5726         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5727         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5728         SDCC_OLDONEBYTEOPS selects the old behaviour
5729         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5730         changed again and commented promotion rule
5731         * src/SDCCval.c (valDiv): promotion no longer necessary
5732         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5733         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5734         rewritten
5735         * support/regression/tests/onebyte.c: added
5736
5737 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5738
5739         * gen.c (genInline): reverted to old code for assemnling inline
5740         code because of bug reported James Chadd
5741
5742 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5743
5744         * ralloc.h: missing declarations from previous patch,
5745         seems that patch for ralloc.h was never applied, fixed
5746
5747 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5748            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5749
5750         * pcode.c,
5751         * pcode.h,
5752         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5753         indirect addressing. Marked FSR0 as deprecated
5754         * gen.c (pointerCode): commented out, not needed now
5755         (pic16_popGet2p): new MOVFF helper function
5756         (genGenPointerGet),
5757         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5758         (shiftRLong): removed duplicate debugging info
5759
5760 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5761
5762         * src/ds390/gen.c (genNearPointerGet),
5763         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5764         optimization with bits, but not bitfields.
5765         * src/ds390/ralloc.c (packRegisters),
5766         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5767
5768 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5769
5770         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5771
5772 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         * src/SDCCsymt.h,
5775         * src/SDCCicode.c (operandFromSymbol),
5776         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5777         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5778         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5779         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5780         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5781         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5782         bug #892038
5783         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5784         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5785         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5786         * src/SDCCsymt.c (newSymbol),
5787         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5788         enumerator_list),
5789         * src/SDCCval.h,
5790         * src/SDCCval.c (newiList): fixed bug #885705
5791
5792 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5793
5794         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5795         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5796
5797 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5798
5799         * device/include/c8051f120.h,
5800         * device/include/c8051f300.h,
5801         * device/include/c8051f310.h: added/updated header files for Silicon
5802         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5803         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5804         in new section Submitting patches
5805
5806 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5807
5808         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5809         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5810         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5811         genGenPointerSet),
5812         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5813         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5814         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5815         genGenPointerSet),
5816         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5817         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5818         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5819         genGenPointerSet),
5820         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5821         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5822         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5823         genGenPointerSet): fixed bug #892400
5824         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5825         to eliminate build warnings.
5826         * src/SDCCast.c (processParms),
5827         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5828         fixed bug 751859
5829         * support/valdiag/valdiag.py: added GCC to the list of defines active
5830         when compiling with gcc
5831
5832 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * support/Util/SDCCerr.h,
5835         * support/Util/SDCCerr.c,
5836         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5837         with an incomplete type (fixed bug #883734)
5838         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5839
5840 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5843
5844 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5845
5846         * src/SDCCast.c (decorateType),
5847         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5848         function pointer implementation
5849         * support/regression/tests/funptrs.c: added tests to verify both forms
5850         of function pointers work correctly. Added tests to verify parameters
5851         are passed in the correct order.
5852
5853 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5854
5855         * device.c (regCompare): registers are sorted by ascending
5856         address and increasing size,
5857         * main.c (_pic16_finaliseOptions): removed the declaration
5858         of compiler macro MCU. Now a macro of the format pic18fxxxx
5859         will be defined from the command line
5860
5861 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5862             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5863
5864         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5865         PCOP_RLCF was overwritten!
5866         * gen.c (genSkip): commented out calls to pic16_emitcode,
5867         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5868         * (genlshTwo),
5869         * (genRRC): added debugging info,
5870         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5871         overwritten while shifting,
5872         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5873         overwritten while shifting,
5874         * (AccLsh),
5875         * (AccRsh),
5876         * (shiftLLeftOrResult),
5877         * (shiftRLeftOrResult),
5878         * (shiftRLong),
5879         * (shiftLLong): Implemented with pic16_emitpcode
5880         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5881         * (genLeftShift): Fixed bug, operand for shift by variable always
5882         was "and"ed with 0x0f,
5883         * (genLeftShiftLiteral),
5884         * (genrshTwo),
5885         * (genRightShiftLiteral): added debugging info,
5886         * (genrshFour): added comment,
5887         * (genRightShift): determined signedness from operand "left"
5888         instead of "result"
5889
5890 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5891
5892         * src/SDCCicode.c (geniCodeParms),
5893         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5894         function pointers, fixed function pointer bugs #861242 and #861896
5895
5896 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5897
5898         * device/include/c8051f000.h,
5899         * device/include/c8051f120.h,
5900         * device/include/c8051f300.h: added header files for Silicon
5901         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5902
5903 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5904
5905         * src/SDCCast.c (processParams): added new type flow and restructured
5906         (gatherAutoInit): added new type flow
5907         (addCast): cosmetic changes
5908         (getLeftResultType): added new type flow for array indices, patch
5909         provided by Stas, see FR #877103
5910         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5911         array index patch by Stas
5912         * src/SDCCast.h: added prototype getResultTypeFromType()
5913         * src/SDCCval.h,
5914         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5915         * src/pic/glue.c (pic14emitStaticSeg),
5916         * src/pic16/glue.c (pic16emitStaticSeg),
5917         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5918         for initialization of symbols
5919         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5920         * support/Util/SDCCerr.h:
5921         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5922         * .version: bumped version number to 2.3.8
5923         * device/include/Makefile.in (install),
5924         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5925         avoid warnings
5926
5927 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5928
5929         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5930         Slade Rich fixed an optimization bug
5931         * src/pic/pcodepeep.c,
5932         * src/pic/pcoderegs.c
5933         * doc/Makefile (install): added test for directory
5934
5935 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5936
5937         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5938         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5939         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5940         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5941         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5942         * as/mcs51/asexpr.c (term),
5943         * as/hc08/asexpr.c (term): fixed bug #887146
5944
5945 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/z80/gen.c (genMult): handle single byte result product
5948         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5949         DUMMY_READ_VOLATILE (fixed bug #886367)
5950
5951 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5952
5953         * support/regression/tests/libmullong.c: fixed logic, on little endian
5954         hosts we ended without a mullong_wrapper()
5955
5956 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5957
5958         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5959         virus/worm forged address usage.
5960
5961 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5962
5963         Fixed promotion, it should be done on AST level:
5964         * src/SDCCast.c (addCast): added promotion to int
5965         (decorateType): updated call to upCast()
5966         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5967         usualUnaryConversions()
5968
5969 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5970
5971         * support/regression/tests/literalop.c (mulWrapper): Added a
5972         wrapper to remove integer overflow warnings.
5973
5974         * support/regression/tests/float_trans.c: Made work on host.
5975
5976         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5977         location of sz80.
5978
5979         * support/regression/generate-cases.py (main): Changed from inline
5980         to a main method.
5981
5982         * doc/Makefile (install): Changed to depth first to get rid of
5983         missing directory install warning.
5984
5985         * as/Makefile (install-doc): Made work on Mac.
5986
5987 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5988
5989         * src/SDCCast.c: added an additional type flow in decorateType() of
5990         opposite direction, see feature request #860006; it's enabled at runtime
5991         by setting the environment variable SDCC_NEWTYPEFLOW
5992         * src/SDCCast.h: changed prototype of decorateType()
5993         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5994         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5995         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5996         see feature request #877103
5997         * src/SDCCval.c: updated call of decorateType()
5998         (valBitwise): fixed bug #882876
5999         (valMinus): added promotion
6000         (valLogicAndOr): result is unsigned
6001         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6002         * src/SDCCsymt.c (computeType),
6003         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6004         must not cause an unsigned operation
6005         * src/pic/glue (pic14emitRegularMap),
6006         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6007
6008 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * src/pic/pcode.c (PCodeID): commented out left over debug code
6011
6012 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6013
6014         * support/valdiag/tests/overflow.c: added shift tests
6015         * src/pic/device.c,
6016         * src/pic/gen.c,
6017         * src/pic/gen.h,
6018         * src/pic/glue.c,
6019         * src/pic/main.c,
6020         * src/pic/pcode.c,
6021         * src/pic/pcode.h,
6022         * src/pic/pcodepeep.c,
6023         * src/pic/pcoderegs.c,
6024         * src/pic/ralloc.c,
6025         * src/pic/ralloc.h: applied patch from Slade Rich;
6026         added support for multiple code pages and multiple RAM banks on the
6027         PIC 14 port. The ASM files now no longer simply assume all the
6028         code / RAM are in the same page / bank. This means the linker can
6029         safely allocate code/RAM of separate ASM files to different pages/banks.
6030         * doc/sdccman.lyx: added Slade's tips
6031         * src/mcs51/peeph.def: fixed bug #880768
6032
6033 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6034
6035         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6036         * src/SDCCast.c (decorateType): fixed bug #880197
6037
6038 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6039
6040         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6041         getopt.h.
6042
6043         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6044         strtof is not part of C89 and isn't included with Mac OS X.
6045
6046 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6047
6048         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6049         shiftL2Left2Result): fixed bug #879326
6050         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6051         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6052         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6053         address fetch for clr instruction
6054         * device/lib/hc08/_mulint.c: created optimized assembly version
6055         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6056
6057 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6058
6059         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6060         proposed in FR #877103
6061
6062 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * src/SDCCval.c (cheapestVal): added missing checks
6065         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6066         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6067
6068 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6069
6070         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6071         equal operands
6072
6073 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6074
6075         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6076         loaded with the linker search paths (-L arguments) and the libraries
6077         to be linked with the current source (-l arguments). Changes
6078         currently will affect only the pic16 port.
6079         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6080         include path the port specific paths and port specific libraries,
6081         * gplink command now contains the $3 argument,
6082         * src/pic16/device.h,
6083         * src/pic16/device.c,: structure PIC_device is made public and
6084         renamed to PIC16_device, the same for variable Pics which is renamed
6085         to Pics16. Updated all references to them.
6086         * src/pic16/glue.c (pic16glue): corrected bug with code
6087         initialization which bypassed the variable initializations block.
6088
6089         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6090         COMPILE_FLAGS and added the --nostdinc option
6091
6092 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6093
6094         * device/include/mc68hc908jb8.h: Register defs for another member
6095         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6096
6097 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6098
6099         Documenting changes from previous commits.
6100         * configure.in (version 1.56),
6101         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6102         when generating output files to configure the pic16 library,
6103         but now I've commented it out, since gputils aren't installed in the
6104         SF compile farm, so library won't compile
6105
6106         * device/lib/Makefile.in (version 1.56): initially I've added in
6107         target 'all' the prerequestive 'model-pic16' so it compiled the
6108         pic16 library, but now I've commented it out for the same reasons
6109         above,
6110         * added targets 'model-pic16' and 'objects-pic16' to compile the
6111         library
6112         * added target 'port-specific-objects-pic16' to handle the
6113         generated libraries and copy them into the build/ directory
6114         * added target 'clean-intermediate-pic16' to clean intermediate
6115         files into pic16 directory
6116         * in target 'installdirs' added line to create directory pic16 in
6117         the installation path
6118
6119         * device/include/Makefile.in (version 1.11): in target 'install'
6120         added lines to copy all header files to installation path,
6121         * in target 'installdirs' added line create directory for pic16
6122         headers in the installation path
6123
6124 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6125
6126         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6127          a function call
6128
6129 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6130
6131         * configure,
6132         * device/lib/configure.in,
6133         * device/lib/configure: fixed for autoconf 2.57
6134
6135 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6136
6137         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6138         option so that it actually works. Made it specific to the z80, since
6139         the gbz80 doesn't have these kinds of I/O ports.
6140
6141 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6142
6143         * device/include/z180.h,
6144         * device/lib/_memcpy.c,
6145         * device/lib/_memmove.c,
6146         * device/lib/_mulint.c,
6147         * device/lib/ser_ir.c,
6148         * device/lib/ser_ir_cts_rts.c,
6149         * device/lib/_strcmp.c,
6150         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6151         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6152         portmode; added deprecation warning for bank= and protmode= forms.
6153         Also, guard against buffer overflow.
6154         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6155
6156 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6157
6158         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6159         changed interrupt vector table generation to only emit declared vectors.
6160         * device/include/Makefile.in: added missing backslash
6161         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6162
6163 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6164
6165         Mainly changes to support compilation of the device libraries
6166         * src/pic16/device.c: stack is allocated via symbol and not
6167         via literal number. The symbol is placed in the corresponding
6168         position of the data ram
6169         * (pic16_dump_section): relocatable and absolute uninitialized
6170         data are now emitted in sorted order to reduce section naming,
6171         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6172         weren't marked as being in the access bank,
6173
6174 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6175
6176         Added portion of GNU PIC Library under the directory
6177         device/include/pic16 and device/lib/pic16. These files
6178         contain the declarations of SFRs for the PIC18Fxx2 devices.
6179         The directory is initialized via configure from toplevel.
6180
6181 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6182
6183         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6184         the spilllocations to be compared correctly
6185
6186 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6187
6188         * src/SDCCast.c (decorateType): fixed bug introduced today
6189
6190 2004-01-12  Borut Razem <borut.razem AT siol.net>
6191
6192         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6193         doc/sdccman.lyx: upper case pragmas are deprecated
6194
6195 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6196
6197         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6198         in simpler and even better code
6199
6200 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6201
6202         * src/SDCCicode.c (operandOperation): fixed bug #874819
6203         * src/SDCCast.c (decorateType): fixed
6204         char foo (unsigned long ul) { return ul > 0; }
6205
6206 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6207
6208         * doc/sdccman.lyx: Moved and added some sections, small changes
6209         all over. Telling LaTeX to be less strict with word spacing
6210         to better keep the right margin. Changed some notes about
6211         maintainance of the ports in section 3.2.1 - is it OK like this?
6212
6213 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         SDCC source changes:
6216         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6217         convilong): modified to inform the pic16 port that builtin functions
6218         are external
6219
6220         PIC16 PORT specific changes:
6221         * src/pic16/device.c pic16_dump_equates() added,
6222         processor registers declared internally by the port are emitted in
6223         the translation as equates,
6224         * src/pic16/gen.c: inline code is passed unprocessed to the
6225         translation,
6226         * (pic16_popGetLit2): fnuction modified to take second operand as
6227         pCodeOp pointer and not as literal,
6228         * (popRegFromIdx): prefixed with pic16_,
6229         * (pic16_popCombine2): modified to receive already allocated pCode
6230         operands,
6231         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6232         * (genFunction): initializes local stack frame and pushes on stack
6233         all the registers used by this function,
6234         * (genEndFunction): restores all registers from stack and restores
6235         stack frame,
6236         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6237         improvements,
6238         * (pic16glue): changed the program startup sequence,
6239         * added new dbName code 'A' for functions placed in absolute section
6240         * src/pic16/main.c: added function attribute _naked,
6241         * added pragma 'code' to place a fnuction at an absolute address,
6242         * added command line arguments --debug-ralloc and --pcode-verbose,
6243         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6244         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6245         * (pic16_newpCodeOpLit2): modified to take the second operand as
6246         pCodeOp pointer,
6247         * (pic16_printpBlock): modified to emit each function in a separate
6248         section,
6249         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6250         UPPER for immediate operands,
6251         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6252         instruction,
6253         * src/pic16/peeph.def: all peepholes with movff are commented out,
6254         because there is a problem in the pcode peep optimizer,
6255         * src/pic16/ralloc.c: the register allocator can now reuse local
6256         function symbols for another function. This saves register usage.
6257         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6258
6259         Added file src/pic16/NOTES with information about program writing on
6260         the current port version.
6261
6262 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6263
6264         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6265         and peephole 252 (array access)
6266
6267 2004-01-09  Borut Razem <borut.razem AT siol.net>
6268
6269         * src/SDCCmain.c : fixed #872250: -l command line defined library
6270           files are scanned before standard library files
6271
6272 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6273
6274         * src/SDCCast.c (decorateType): fixed bug #874046
6275
6276 2004-01-09  Borut Razem <borut.razem AT siol.net>
6277
6278         * support/scripts/sdcc.nsi: remove previous installation
6279
6280 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6281
6282         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6283         bytes for last interrupt vector (mcs51)
6284         * sdcc.spec: fixed typo
6285
6286 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6287
6288         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6289         gen51Code): more efficient parameter receive for --model-large
6290         ("bug" #845294)
6291
6292 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         * src/ds390/main.c,
6295         * src/z80/main.c: added missed needLinkerScript flags (more than
6296         one port structure defined in these file)
6297         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6298         bug #795325
6299
6300 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6301
6302         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6303         * src/port.h: added flag needLinkerScript in port->linker
6304         structure to inform whether to create a .lnk file or not,
6305         * src/avr/main.c,
6306         * src/ds390/main.c,
6307         * src/hc08/main.c,
6308         * src/mcs51/main.c,
6309         * src/pic/main.c,
6310         * src/pic16/main.c,
6311         * src/xa51/main.c,
6312         * src/z80/main.c: changed appropriately to configure
6313         needLinkerScript flag
6314         * src/pic/gen.c,
6315         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6316         * src/pic/glue.c: added variable udata_section_name to
6317         override default uninitialized data segment definition for
6318         devices only with SHAREBANK memory (reported from Erik Epetrich)
6319         * (pic14emitOverlay): modified to emit a commented overlay segment
6320         directive when no overlay data exist
6321         * (picglue): modified to emit uninitialized data segment
6322         according to udata_section_name
6323         * src/pic/main.c (_pic14_parseOptions): added command line
6324         options --udata-section-name=[name] to override default
6325         udata definition name
6326         * modified _linkCmd and _asmCmd to include compiler passed
6327         arguments via -W option
6328         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6329         object file from '.rel' to '.o' in port->linker structure,
6330         changed size of fptr from 2 to 3 in port structure
6331
6332 2004-01-07  Borut Razem <borut.razem AT siol.net>
6333
6334         * support/scripts/sdcc.nsi: update PATH
6335         * support/scripts/sdcc.ico: craeted
6336
6337 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6338
6339         * device/include/Makefile.in: fix install
6340         * doc/Makefile: fix install
6341
6342 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6343
6344         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6345         in bug #860505
6346         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6347         how the function variable allocation summary is displayed; also
6348         include information about variables allocated to the overlay
6349         segment
6350
6351 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6352
6353         * as/mcs51/lkmain.c: Help about -Y option
6354         * as/mcs51/lkarea.c: Fixed gcc warnings
6355
6356 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6357
6358         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6359         fixed warning
6360         * support/valdiag/tests/overflow.c: added
6361         * src/SDCCast.c (decorateType),
6362         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6363         LEFT_OP (left shift)
6364
6365 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6366
6367         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6368         (default behaviour).
6369
6370 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6371
6372         A python script to validate compiler diagnostic messages. It can be
6373         used to verify that sdcc complains about bad c source code and
6374         gives a good location of the error.
6375         * support/valdiag/Makefile,
6376         * support/valdiag/valdiag.py,
6377         * support/valdiag/tests/*
6378
6379 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6382         * src/SDCCsymt.c (newEnumType),
6383         * src/SDCCsymt.h
6384         * support/Util/SDCCerr.c,
6385         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6386         enum related bugs.
6387         * support/regression/tests/enum.c: added test for enum values that
6388         require at least 2 bytes of storage.
6389
6390 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6391
6392         * src/common.h: added ifndef/define/endif macros
6393         around the header file.
6394         Bug reported from Jesus Calvino-Fraga
6395
6396 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6397
6398         * sdcc.spec: updated
6399         * device/include/Makefile.in: don't install CVS directories
6400         * device/lib/Makefile.in: added removal of CVS directories after install
6401         * doc/Makefile: fixed install, added local_icons
6402         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6403         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6404         * src/ds390/gen.c (genRightShift): fixed bug #870788
6405         * src/SDCCast.c (decorateType): fixed bug #870781
6406
6407 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6408
6409         PIC16 port related changes:
6410         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6411         added variable stackPos,
6412
6413         * gen.c: genCall, assignResultValue: added support for
6414         pushing/retrieving function parameters to/from stack,
6415         genFunction,genEndFunction: setup stack frame for the
6416         generated function,
6417         genAddrOf: will be changed according to bug 863624
6418
6419         * added files genutils.c and genutils.h which contain gen*
6420         debugged and optimised functions extracted from gen.c
6421
6422         * glue.c: added variable 'externs' which holds extern symbols,
6423         pic16emitRegularMap: is modified to properly handle relocatable
6424          symbols under the new scheme,
6425         pic16createInterruptVect: is modified
6426         pic16printPublics: is modified to emit 'global' assembler directives,
6427         added pic16_printExterns to print extern symbols,
6428         pic16glue: initializes stack/frame pointer in the beginning of
6429         the assembly output. Temporary hack, will be corrected later,
6430         because gplink yet does not support stack and SDCC does not
6431         yet support a type of crt0.o object to create the final binary.
6432
6433         * Removed many lines that contain 8051 legacy code.
6434         * The code is finally placed under a 'code' directive.
6435         * Added port specific options.
6436
6437         * _process_pragma: simplified since now we do not need *special*
6438         include file to define SFR registers. But a separate header
6439         will be needed. This will be developed later.
6440         * _pic16_parseOptions: added, parses port specific options:
6441         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6442         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6443         --preplace-udata-with=
6444
6445         * _pic16_setDefaultOptions: modified to initialize section names,
6446         but hack is temporarly out of order since it needs improvement.
6447         * _pic16_genAssemblerPreamble: configuration words are emitted by
6448         their address instead of their name. This part is incomplete and
6449         supports only the 18Fxx2 devices. Other devices will emit an error
6450         during assembly since they do not contain the same set of config
6451         registers
6452         * _pic16_genIVT: is modified,
6453
6454         * pcode.c: added definitions for some hardware registers that are needed
6455         for stack support
6456         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6457         All PCI entries are updated. Now LFSR is supported.
6458         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6459         * added pic16_newpCodeOpLit2 to support instructions with
6460         two literal arguments
6461         * pic16_pCode2str: corrected code that emits assembler instructions
6462         with two literal operands and those that have an access bit modifier
6463         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6464         this fixes a bug which caused some labels to be lost, when an
6465         assembler directive was added, i.e. banksel,
6466         * pic16_FixRegisterBanking: improved logic that causes the insertion
6467         of bank switching,
6468         * InlineFunction: functions that are called once, are not any more
6469         inlined. This can be a port option in the future,
6470
6471         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6472
6473         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6474         hold the corresponding uninitialized symbols,
6475         * pic16_allocProcessorRegister: registers have explicit marked the
6476         accessBank field,
6477         * pic16_allocInternalRegister: registers are explicit marked as
6478         not used,
6479         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6480         processing list, so bit registers were lost,
6481         *
6482
6483         * ralloc.h: added field 'accessBank' and original symbol operand
6484         in register definition,
6485         * removed the field isMapped from register definition,
6486
6487         ** Several functions have been removed from various sources:
6488         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6489         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6490         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6491         pic16_assignRelocatableRegisters
6492
6493         ** others have been introduced:
6494         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6495         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6496
6497 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6498
6499         * support/scripts/inc2h.pl: changed definition of BIT_AT
6500         to emit 'sbit at' instead of 'bit at'. This was a request.
6501
6502         PIC16 port related preliminary changes:
6503         * gen.c: prefixed function popRegFromString with
6504         pic16_ and all references to it corrected
6505         * pcode.c: all pic16_pc_* hardware registers prefixed
6506         with underscore (_),
6507         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6508         * ralloc.c: newReg(): when register is REG_SFR then
6509         set address to rIdx,
6510         pic16_allocProcessorRegister(): marks register wasUsed=0
6511         pic16_writeUsedRegs(): added a call to assign processor
6512         registers via pic16_assignFixedRegisters
6513
6514 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6515
6516         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6517         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6518         variables in unused register banks.  Also the SSEG is placed
6519         wherever there is enough space for it, and IDATA can be anywhere
6520         in internal RAM.  For now compile using -Wl-Y[stack_size].
6521         The mem file is different for this option as well, since it
6522         makes no sense of talking about DSEG lenght.
6523
6524 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6525
6526         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6527         in certain cases, e.g. when ROM assignment, patch provided
6528         from Albert den Haan.
6529
6530 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         Many signedness and type propagation fixes:
6533         * src/SDCCicode.c: made geniCodeCast() static
6534         replaced SPEC_ by IS_ (cosmetic)
6535         (operandOperation): fixed div and mod operation
6536         (usualBinaryConversions): added support for promotion of char
6537         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6538         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6539         (geniCodeAdd): an array index will stay unsigned, even if promoted
6540         from char to int
6541         (geniCodeArray): ditto
6542         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6543         * src/SDCCsymt.c (computeType): added more support for char;
6544         promotion of char is selectable by promoteCharToInt, fixed signedness
6545         for all cases
6546         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6547         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6548         * src/SDCCval (val*): replaced signedness calculation by
6549         computeType()
6550         rearranged if-branches (cosmetic)
6551         (valShift): added warning W_SHIFT_CHANGED
6552         (valCompare): fixed problem with different types
6553         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6554         * support/regression/tests/literalop.c: added many cases
6555         * support/regression/tests/ast_constant_folding.c: changed finally to
6556         'unsigned int'
6557         * .version: new year, new version: 2.3.7
6558         * src/SDCCmain.c (main): applied patch #866468
6559         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6560         provided by Scott Bronson
6561         * doc/sdccman.lyx: updated documentation for sdcdb
6562         updated and added chapter tips
6563
6564 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/SDCCsymt.h: missing from yesterday's commits
6567
6568 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/SDCC.y (struct_or_union_specifier),
6571         * support/Util/SDCCerr.c,
6572         * support/Util/SDCCerr.h: verify that struct & union tags are used
6573         as declared.
6574
6575 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6576
6577         * src/SDCCglobl.h: missing from yesterday's commits
6578
6579 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6580
6581         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6582         sft_attributes, struct_declaration, parameter_declaration,
6583         type_name, start_block, declaration_list),
6584         * src/SDCC.lex (check_type): support redefinition of typedef names
6585
6586 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6587
6588         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6589         aligned xdata arrays. Erik helped me with the if clause.
6590
6591 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6592
6593         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6594         warning
6595
6596 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6597
6598         * src/SDCCast.h,
6599         * src/SDCCast.c (newAst_),
6600         * src/SDCCicode.h,
6601         * src/SDCCicode.c (ast2iCode, newiCode),
6602         * src/SDCCglobl.h,
6603         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6604         expr, statement, expression_statement, selection_statement,
6605         iteration_statement, expr_opt, jump_statement): foundation for tracking
6606         sequence points
6607         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6608         point code too)
6609
6610 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * support/Util/SDCCerr.c,
6613         * src/SDCCast.h,
6614         * src/SDCCast.c (createCase, createDefault, decorateType),
6615         * src/SDCClabel.c (labelUnreach),
6616         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6617         to error messages.
6618         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6619         (with thanks to Stas Sergeev)
6620         * device/include/time.h,
6621         * device/lib/time.c (CheckTime): suppress unreachable code warning
6622
6623 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * src/SDCCast.c (createIvalCharPtr),
6626         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6627         bug #753752)
6628         * support/regression/tests/nullstring.c: tests for these two bugs
6629
6630 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         * support/Util/SDCCerr.h,
6633         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6634         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6635         about storage class and 'at' used inside struct or union
6636         * src/SDCCBBlock.c (iCodeFromeBBlock),
6637         * src/SDCCcse.c (ifxOptimize),
6638         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6639         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6640         printIval, emitStaticSeg, emitOverlay),
6641         * src/SDCClabel.c (deleteIfx),
6642         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6643         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6644         gatherAutoInit, processParms),
6645         * support/Util/SDCCerr.h,
6646         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6647         reporting for post-parse errors.
6648
6649 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6652         implicit casts via union; they don't work on big endian systems
6653         (possible fix for bug #861138)
6654
6655 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6656
6657         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6658         * src/mcs51/main.c: fixed the fix for bug #737001
6659
6660 2003-12-15  Borut Razem <borut.razem AT siol.net>
6661
6662         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6663
6664 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         * support/makebin/makebin.c: put output in binary mode
6667
6668 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6669
6670         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6671         xdata and data memory on startup. Set the environment variable
6672         SDCC_NOGENRAMCLEAR to disable this.
6673         * src/mcs51/peephole.def,
6674         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6675         (allows non-interrupt and interrupt code to safely compete for a resource
6676         without the non-interrupt code having to disable interrupts)
6677
6678 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6679
6680         * src/SDCCicode.c (geniCodeAdd),
6681         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6682         with valFromType if type might be a pointer and host is big endian).
6683         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6684         types, not just integer types.
6685         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6686         multiply defined with mismatching "at" address.
6687
6688 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6691         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6692         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6693         with embedded nulls (fixed bug #753752)
6694
6695 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6696
6697         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6698         Apparently this did not see much testing (endless loop)
6699
6700 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6703
6704 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6707         gracefully handle NULL memmap pointers
6708
6709 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6712         instead of deleting the iCode when an operand is volatile
6713         * src/z80/gen.c (genDummyRead),
6714         * src/mcs51/gen.c (genDummyRead),
6715         * src/ds390/gen.c (genDummyRead),
6716         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6717         not just IC_RIGHT
6718         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6719         * src/SDCC.y: fixed bug #850420
6720
6721 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         Applied z80 i/o port patch from Peter Townson and fixed some operators
6724         to better handle operands in A register.
6725         * device/include/z180.h
6726         * src/SDCC.y
6727         * src/SDCCglue.c
6728         * src/z80/gen.c
6729         * src/z80/gen.h
6730         * src/z80/main.c
6731         * src/z80/peeph-z80.def
6732         * src/z80/peeph.def
6733         * src/z80/z80.h
6734
6735 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6738
6739 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * device/lib/hc08/_mullong.c: Removed extra #endif
6742
6743 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         * sim/ucsim/hc08.src/inst.cc,
6746         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6747         carries from x to h
6748         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6749         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6750         * device/include/stdarg.h: fixed varargs for hc08
6751         * device/lib/Makefile.in,
6752         * device/lib/hc08/Makefile,
6753         * device/lib/hc08/_mulint.c,
6754         * device/lib/hc08/_mullong.c: fixed some endian problems
6755
6756 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6757
6758         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6759         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6760         * device/lib/_gptrget.c,
6761         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6762
6763 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6764
6765         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6766         * src/SDCCast.c (astErrors): fixed bug #846007
6767         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6768
6769 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6770
6771         * src/SDCCast.c (decorateType): disabled a transformation I added in
6772         revision 1.188 (access to fields of a structure at an absolute address);
6773         it breaks with bitfields, extern declarations, and gcse analysis.
6774         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6775         could be assigned through a pointer, so don't complain.
6776         * src/SDCCast.c (astErrors),
6777         * src/SDCCast.h,
6778         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6779
6780 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6781
6782         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6783         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6784         output of __config directives, since gpasm now supports them
6785         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6786         pre-processor macro, i.e. -DMCU=p18f452
6787         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6788         and modified to handle 'cast' icode similarly to '=' icode
6789         * src/pic16/device.h (typedef struct PIC_device): added field
6790         'extMIface' to indicate that chip has external memory interface
6791         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6792         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6793         18F8720
6794
6795 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/SDCC.y (pointer): fixed bug #846006
6798         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6799         * src/SDCCast.c (decorateType): fixed bug #846009
6800         * src/ds390/peeph.def,
6801         * src/ds390/gen.c (genAnd, genOr),
6802         * src/mcs51/peeph.def,
6803         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6804
6805 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6808         * src/SDCCdflow.c
6809         * src/SDCCcse.c
6810         * src/SDCCcse.h
6811         * src/SDCCBBlock.h
6812         * src/SDCCBBlock.c
6813
6814 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6815
6816         fixed bug #845089
6817         * src/SDCCbitv.h,
6818         * src/SDCCbitv.c: added function to free a bitvector
6819         * src/SDCClrange.h,
6820         * src/SDCClrange.c: added function to recompute the liveranges
6821         * src/avr/ralloc.c,
6822         * src/ds390/ralloc.c,
6823         * src/hc08/ralloc.c,
6824         * src/mcs51/ralloc.c,
6825         * src/pic/ralloc.c,
6826         * src/pic16/ralloc.c,
6827         * src/xa51/ralloc.c,
6828         * src/z80/ralloc.c: recompute the liveranges after register packing
6829
6830 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6831
6832         * src/SDCCloop.c (newInduction): fixed bug #845630
6833
6834 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6835
6836         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6837         inadvertantly left behind from my 2003-11-12 change
6838
6839 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         Updated headers I neglected to commit yesterday.
6842         * src/SDCClrange.h,
6843         * src/SDCCicode.h
6844
6845 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6846
6847         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6848         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6849         * src/SDCCopt.c (eBBlockFromiCode),
6850         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6851         the creation of the key hash table from the sequencing so it can be used
6852         earlier (for some GCSE bug fixes still pending)
6853
6854 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6855
6856         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6857         * support/regression/tests/addsub.c: testing genPlus shortcut
6858
6859 2003-11-15  Borut Razem <borut.razem AT siol.net>
6860
6861         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6862
6863 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6864
6865         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6866         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6867         ordering is immaterial.
6868         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6869
6870 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6873         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6874         (SIGSEV) of bug #840381
6875         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6876         unlink new file before rename if new and old filenames are the same)
6877
6878 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6879
6880         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6881         uninitialized variables) for the mcs51. Set environment variable
6882         SDCC_GENRAMCLEAR to test.
6883         xdata initialization slightly shorter
6884
6885 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * src/SDCCsymt.h,
6888         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6889         #838241 & 780691 (basicly the same bug)
6890         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6891         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6892
6893 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * src/SDCCmain.c (linkEdit): "fix" #834252
6896
6897 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6898
6899         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6900         * src/SDCCast.h,
6901         * src/SDCC.y: fixed bug #819403
6902
6903 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6906         the reentrant attribute.
6907         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6908         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6909         simulation
6910         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6911         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6912         erroneously reduced to a literal.
6913         * src/hc08/ralloc.c (packRegisters, rematStr),
6914         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6915         some cases
6916
6917 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6918
6919         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6920         * doc/sdccman.lyx: changed from 'article' to 'book'
6921         * doc/Makefile: readded test_suite_spec and cdbfileformat
6922
6923 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6924
6925         * device/include/stdlib.h: include malloc.h to comply with ANSI
6926         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6927
6928 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6929
6930         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6931         * doc/clean.mk: also remove *.out files
6932         * doc/sdccman.lyx: some additions, larger top/bottom margins
6933
6934 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/SDCC.y: fixed bug #837365
6937         * support/regression/tests/bitopcse.c
6938         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6939         a symbol (might be valop instead)
6940         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6941         * device/lib/clean.mk: added hc08 to the cleaning list
6942
6943 2003-11-04  Borut Razem <borut.razem AT siol.net>
6944
6945         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6946           made 2003-11-04
6947         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6948           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6949           malloc is declared in standard stdlib.h
6950
6951 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * device/lib/hc08/Makefile: need to clean .rel not .o files
6954         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6955
6956 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/port.h,
6959         * src/hc08/main.c,
6960         * src/mcs51/main.c,
6961         * src/ds390/main.c,
6962         * src/z80/main.c,
6963         * src/avr/main.c,
6964         * src/pic/main.c,
6965         * src/pic16/main.c,
6966         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6967         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6968         tests (which uses the port's oclsExpense function)
6969         * src/SDCC.y,
6970         * src/SDCCast.c,
6971         * src/SDCCicode.c,
6972         * src/hc08/gen.c,
6973         * src/ds390/gen.c,
6974         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6975
6976 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * src/SDCCcse.c (ifxOptimize),
6979         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6980         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6981         deleting the IFX iCode.
6982         * src/hc08/ralloc.c: reduced unneeded slocs
6983         * src/hc08/gen.c: fixed bug in asmopToBoolean
6984
6985 2003-11-04  Borut Razem <borut.razem AT siol.net>
6986
6987         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6988           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6989           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6990           transferred to configure
6991
6992 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         Use headers defined in the C[++] standards:
6995         * sim/ucsim/gui.src/serio.src/fileio.cc
6996         * sim/ucsim/gui.src/serio.src/frontend.cc
6997         * sim/ucsim/gui.src/serio.src/main.cc
6998         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6999         * support/Util/NewAlloc.c
7000         * as/hc08/lklibr.c
7001         * as/mcs51/lklibr.c
7002         * as/z80/aslist.c
7003         * as/z80/assym.c
7004
7005 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7006
7007         * Added MSVC projects for hc08 assembler and linker:
7008         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7009         /as/hc08/link_hc08.dsp
7010
7011 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7012
7013         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7014
7015 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7018
7019 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7020
7021         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7022
7023 2003-10-31  Borut Razem <borut.razem AT siol.net>
7024
7025         * support/cpp2/cpplib.h,
7026           support/cpp2/cpplib.c,
7027           support/cpp2/cpplex.c,
7028           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7029           to switch _asm block preprocessing on / off. Default is
7030           #pragma preproc_asm +
7031
7032 2003-10-31  Borut Razem <borut.razem AT siol.net>
7033
7034         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7035           when outputting comment blocks (when executed with -C option) and
7036           _asm (SDCPP specific) blocks
7037
7038 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7041
7042 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7043
7044         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7045
7046 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7049         * src/SDCCast.c (decorateType): fixed bug #832664
7050
7051 2003-10-31  Borut Razem <borut.razem AT siol.net>
7052
7053         * support\cpp2\cpplex.c: fixed for SDCPP:
7054           comments(when executed with -C option) and _asm blocks
7055           were included even if they where in skipped #if block.
7056           Applied solution from GCC cpp 3.3.2
7057
7058 2003-10-31  Borut Razem <borut.razem AT siol.net>
7059
7060         * src/SDCC.lex: sdcc now understands both formats:
7061           '# <line_number> <file_name>' and
7062           '#line <line_number> <file_name>'
7063         * support/cpp2/cppmain.c: sdcpp now generates the standard
7064           '# <line_number> <file_name>' instead of former
7065           '#line <line_number> <file_name>'
7066
7067 2003-10-30  Borut Razem <borut.razem AT siol.net>
7068
7069         * support/cpp2/cpphash.h,
7070         * support/cpp2/cpplib.h
7071         * support/cpp2/cpplex.c,
7072         * support/cpp2/cppmain.c,
7073         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7074
7075 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7076
7077         Fixed a number of problems revealed by bug #827883.
7078         * src/SDCCloop.c (loopInvariants): Spill location of the
7079         result operand should be recomputed if extracted from
7080         a loop. Also, don't extract assignments of an iTemp
7081         from a literal.
7082         * src/SDCCast.c (isConformingBody): loop reversal should
7083         not occur if the control variable is involved with a
7084         relational operator.
7085
7086 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7087
7088         * .version: bumped to 2.3.6 to reflect the big improvements
7089         made by Erik and Klaus. Thanks!
7090
7091 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7092
7093         Replaced the livrange code.
7094         * src/SDCClrange.c: added new LR code
7095         * src/SDCCloop.c,
7096         * src/SDCCBBlock.h: removed remainig parts from old LR code
7097         * src/ds390/ralloc.c,
7098         * src/ds390/gen.c: minor fixes to make it work with new code
7099
7100 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7101
7102         * as/hc08/asm.h,
7103         * as/hc08/lkrloc.c,
7104         * src/hc08/gen.c,
7105         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7106         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7107         (tweaked fix for bug #818696)
7108
7109 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7112
7113 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCCmain.c,
7116         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7117         * src/mcs51/gen.c (gencjneshort),
7118         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7119         more efficient (per Scott Bronson's suggestion)
7120
7121 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         Extended the semantics of the critical keyword to include
7124         individual statements. See RFE #827755 and #799831
7125         * src/SDCC.y
7126         * src/SDCCicode.c
7127         * src/SDCCopt.c
7128         * src/SDCCast.c
7129         * support/Util/SDCCerr.c
7130         * support/Util/SDCCerr.h
7131         * src/mcs51/gen.c
7132         * src/ds390/gen.c
7133         * src/hc08/gen.c
7134
7135 2003-10-19  Borut Razem <borut.razem AT siol.net>
7136
7137         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7138
7139 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7142         Fixed bug #818696
7143         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7144         and predecrement operand is displayed
7145
7146 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7147
7148         * src/SDCCval.c (valMinus): fixed bug #826041
7149
7150 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7151
7152         Some hc08 related updates that I missed earlier
7153         * sim/ucsim/stypes.h
7154         * support/regression/ports/hc08/spec.mk
7155
7156 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         New target "hc08" for the Motorola 68hc08 family of micros
7159
7160         * configure
7161         * configure.in
7162         * Makefile
7163         * src/hc08/*
7164         * src/SDCCmain.c
7165         * src/port.h
7166         * sim/ucsim/hc08.src/*
7167         * sim/ucsim/configure.in
7168         * src/ucsim/configure
7169         * sim/ucsim/packages_in.mk
7170         * as/hc08/*
7171         * as/Makefile
7172         * device/include/mc68hc908qy.h
7173         * device/lib/hc08/*
7174         * device/lib/Makefile.in
7175         * support/regression/ports/hc08/*
7176         * support/regression/Makefile
7177
7178 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7181         regression test
7182         * src/ds390/gen.c (genCast): fixed bug #821957
7183
7184 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         * device/lib/logf.c: "fixed" overlay bug
7187         * support/regression/ports/host/spec.mk: added m library
7188         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7189         * support/regression/tests/float_trans: added (for Eric)
7190
7191 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7192
7193         * src/mcs51/gen.c (genCpl): fixed bug
7194         http://sf.net/mailarchive/message.php?msg_id=6263915
7195
7196 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * src/SDCCast.c (decorateType): added extended constant folding
7199         * src/SDCCsymt.c (computeType): cleanup
7200         * src/SDCCval.c (valShift): minor optimization
7201         * support/regression/tests/ast_constant_folding.c: added
7202
7203 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * src/SDCCmain.c: removed some unintended changes
7206
7207 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7208
7209         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7210         * src/z80/gen.c: fixed part of bug #817589
7211         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7212
7213 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7214
7215         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7216         * src/SDCCcflow.c
7217         * src/SDCCcse.c
7218         * src/SDCCdflow.c
7219         * src/SDCClabel.c
7220         * src/SDCClrange.c
7221         * src/SDCCmem.c
7222         * src/SDCCopt.c
7223         * src/SDCCpeeph.c
7224         * src/SDCCset.c
7225         * src/avr/ralloc.c
7226         * src/ds390/ralloc.c
7227         * src/izt/ralloc.c
7228         * src/mcs51/ralloc.c
7229         * src/pic/ralloc.c
7230         * src/pic16/ralloc.c
7231         * src/xa51/ralloc.c
7232         * src/z80/ralloc.c
7233         * src/z80/gen.c: removed unused label "release:"
7234
7235 2003-10-06  Borut Razem <borut.razem AT siol.net>
7236
7237         * src/SDCC.lex: removed definition of unused variables
7238           save_optimize and save_options
7239
7240 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7241
7242         * clean.mk: removed '=' in "-maxdepth=1"
7243         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7244         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7245
7246 2003-10-06  Borut Razem <borut.razem AT siol.net>
7247
7248         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7249           my_unput() replaced by unput()
7250
7251 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7252
7253         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7254         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7255         type-punned pointer will break strict-aliasing rules"
7256         Old LR behaviour is again default; Klaus' LR can be choosen by
7257         defining the environment variable LRKLAUS
7258         * src/SDCCBBlock.h
7259         * src/SDCCloop.c
7260         * src/SDCClrange.c
7261         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7262         * clean.mk: fixed removal of files in bin/CVS/
7263         * device/lib/clean.mk: fixed removal of directories small and large
7264         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7265         * src/SDCCicode.c,
7266         * src/SDCCval.c: removed superflous test for pedantic
7267
7268 2003-10-05  Borut Razem <borut.razem AT siol.net>
7269
7270         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7271           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7272           message "unmatched #pragma SAVE and #pragma RESTORE"
7273
7274 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7275
7276         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7277           assembly, critical functions, atomic, nojtbound)
7278
7279 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7282         * src/SDCCBBlock.h
7283         * src/SDCCloop.c
7284         * src/SDCCloop.h
7285         * src/SDCClrange.c
7286
7287 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/z80/gen.h,
7290         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7291         * src/mcs51/gen.h
7292         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7293         * src/ds390/gen.h
7294         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7295         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7296         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7297
7298 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7299
7300         * src/z80/gen.c (genRet): fixed bug #524753
7301         * src/z80/gen.c (genCast): fixed internal error on cast from
7302         pointer to long
7303         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7304         fix for bug #477835 to the z80
7305         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7306         for tracking iCodes in the peephole optimizer for z80
7307
7308 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7311         the other part of bug #814548
7312         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7313
7314 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7315
7316         * src/SDCCcse.c: fixed part of bug #814548
7317
7318 2003-09-28  Borut Razem <borut.razem AT siol.net>
7319
7320         * src/asm.c: rewrite of printILine() to use temporary file instead
7321           a pipe
7322         * src/xa51/main.c: commented out declaration of int rewinds
7323
7324 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7327
7328 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7331         * src/asm.c (printILine): Fixed bug #811015
7332
7333 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7334
7335         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7336         freeing.
7337
7338 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7339
7340         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7341         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7342         to correctly handle general case of AOP_PAIRPTR
7343         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7344
7345 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/mcs51/ralloc.c (fillGaps),
7348         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7349         register positioning bug)
7350
7351 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7352
7353         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7354
7355 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7358         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7359         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7360         (ralloc doesn't intentionally do this now, but perhaps later)
7361         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7362         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7363         register positioning bugs (Fixed bug #762602 and #795325)
7364         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7365         (Fixed bug #808779)
7366         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7367         lines that --i-code-in-asm generates
7368
7369 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7370
7371         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7372         trying to fclose a FILE* that was already closed.
7373
7374 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7377         of const struct should be treated as if const themselves)
7378
7379 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7382
7383 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7384
7385         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7386         Unix (/n) and DOS (/r/n) line terminations.
7387
7388 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7389
7390         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7391         bug #613775
7392
7393 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/mcs51/gen.c (genFunction, genEndFunction),
7396         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7397         and restore of EA so that stack offsets to parameters are
7398         correct when using both critical and reentrant/stack-auto.
7399         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7400         size (can be triggered in error if sloc is shared between
7401         different sized objects)
7402         * device/include/float.h: fixed macros to explicitly use
7403         unsigned long where needed
7404
7405 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         Feature req. 799831: added code to allow nesting of critical functions
7408         * src/mcs51/gen.c (genFunction, genEndFunction)
7409         * src/ds390/gen.c (genFunction, genEndFunction)
7410
7411 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7412
7413         * src/SDCCsymt.c (sclsFromPtr),
7414         * src/SDCCsymt.h,
7415         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7416         support for standard C idiom of memory mapped variables; for
7417         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7418         to xdata int at 0x1234 tempvar = 1.
7419         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7420         provided by Akiya ISHIDA
7421
7422 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7423
7424         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7425         * src/SDCCval.c (constVal): added reduction from int to char
7426         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7427         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7428         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7429         to ignore the sign
7430         * support/regression/tests/shifts.c: fixed
7431
7432 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/z80/gen.c (genXor): Fixed bug #805445
7435
7436 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7437
7438         Fixed bug #621531 (const & volatile confusion in the type chain).
7439         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7440         refer to the const or volatile state of the pointer itself.
7441
7442         * src/SDCCast.c
7443         * src/SDCCglue.c
7444         * src/SDCCicode.c
7445         * src/SDCCsymt.c
7446         * src/SDCCval.c
7447         * src/SDCC.y
7448         * src/SDCCsymt.h
7449         * src/pic/gen.c
7450         * src/pic/ralloc.c
7451         * src/pic16/gen.c
7452         * src/pic16/ralloc.c
7453         * support/regression/tests/const.c
7454
7455 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7456
7457         When checking for duplicated modules, use absolute paths
7458         instead of relative paths.  Files changed:
7459
7460         * as/mcs51/lklib.c
7461         * link/z80/lklib.c
7462
7463 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7466
7467 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         * device/include/string.h: added size_t typedef, changed
7470         prototypes to use size_t, eliminated separate reentrant and
7471         non-reentrant declarations, added _memmove declaration
7472         * device/lib/_memcpy.c: changed to use size_t instead of int,
7473         changed /4 to >>2 to avoid division library call
7474         * device/lib/_memcmp.c,
7475         * device/lib/_memset.c,
7476         * device/lib/_strncat.c,
7477         * device/lib/_strncpy.c,
7478         * device/lib/_strncmp.c: changed to use size_t instead of int
7479         * device/lib/_memmove.c: new file (fixed bug #772294)
7480         * device/lib/Makefile.in: added _memmove.c
7481         * device/lib/z80/asm_strings.s: fixed bug #772290
7482         * support/regression/tests/bitfields.c: attempt to fix host assertion
7483         failure on amd64-unknown-linux2.2
7484
7485 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7486
7487         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7488         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7489         * as/z80/asmain.c (main): fixed bug #801766
7490
7491 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7492
7493         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7494         compilers
7495
7496 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7497
7498         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7499         reported in bug #800609
7500
7501 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7502
7503         * Top header beautifications in src/pic16 directory:
7504           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7505           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7506           pcoderegs.h, ralloc.c, ralloc.h
7507         * main.c: added top header and GPL license notice
7508         * pcode.c: fixed the if-conditional warning
7509
7510 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * device/lib/_mullong.c: replaced int by short for gcc
7513
7514 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7517         and JUMPTABLE iCodes properly now (worked by accident before)
7518         * src/mcs51/gen.c (leftRightUseAcc),
7519         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7520         iCode properly now. Use getSize instead of nRegs since a & b
7521         aren't part of the nRegs tally.
7522
7523 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7524
7525         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7526         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7527           before instructions that use the _STATUS register
7528
7529 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7532         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7533         fetching of the pointer
7534         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7535         copied from genNearPointerSet()
7536         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7537         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7538         If they pop r0/r1 they must be called in the opposite order than aopOp().
7539         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7540         (resp. --stack-auto), prepared for --xstack
7541
7542 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7543
7544         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7545
7546 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7547
7548         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7549         these ports have their own __sdcc_external_start()
7550
7551 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7554         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7555         type for bits was changed. It resulted in bit variables becoming
7556         global, which is not permitted in PIC 14 assembly output.
7557
7558 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7559
7560         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7561
7562 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7563
7564         Z80 and MCS51 linkers complaint if a public symbol is defined
7565         in more than one library module:
7566
7567         * as/mcs51/lklib.c
7568         * link/z80/lklib.c
7569         * as/mcs51/Makefile.in
7570
7571 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7572
7573         A few small changes that speed up the peephole optimizer.
7574
7575         * src/SDCCpeeph.c
7576
7577 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7578
7579         Try to make the peephole optimizer smarter by maintaining
7580         an association between the assembly source code and the
7581         iCodes that originated them. Put this information to use
7582         with a new peephole rule condition "notVolatile" so that
7583         the rules can be aggressive yet still safe.
7584
7585         * src/SDCCpeeph.c
7586         * src/SDCCpeeph.h
7587         * src/mcs51/gen.c
7588         * src/mcs51/peeph.def
7589
7590 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         Fixed bug #741761
7593
7594         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7595         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7596         if the left or right operand symbols have the accuse flag set.
7597
7598 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         Changed the type of the result of the ! (NOT) operator to char;
7601         previously it returned the same type as the source. This allows
7602         us to eliminate all the genFloatNot functions (all of its target
7603         implementations were very buggy) since !float can use the same
7604         code as !long now.
7605
7606         * src/SDCCicode.c (ast2iCode): ! returns char
7607         * src/mcs51/gen.c (genNot, genNotFloat),
7608         * src/ds390/gen.c (genNot, genNotFloat),
7609         * src/z80/gen.c (genNot, genNotFloat),
7610         * src/pic/gen.c (genNot, genNotFloat),
7611         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7612
7613 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7614
7615         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7616         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7617            during interrupts. Ensure WSAVE is located at a shared bank address.
7618         2. Fixed page selection in some places
7619         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7620            the registers name strings.
7621         4. Fixed "signed / unsigned compare" compiler warnings.
7622         5. The PIC port manages its own allocation of the general purpose
7623            registers, but makes no attempt to reuse them. As a result when
7624            compiling it soon runs out of general purpose registers. Some
7625            additional code was added to the files pcode.c and device.c to walk
7626            through the function call tree and rename the registers so that they
7627            get reused.
7628
7629         * src/pic/device.c
7630         * src/pic/gen.c
7631         * src/pic/glue.c
7632         * src/pic/pcode.c
7633         * src/pic/pcode.h
7634         * src/pic/ralloc.c
7635         * src/pic/ralloc.h
7636         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7637         genPlus() & genMinus() when the result is the same as left or right
7638
7639 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7640
7641         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7642
7643 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         Made bitfield a distinct type from bit so that bitfields
7646         convert as per ANSI C and bits retain their traditional
7647         boolean style behaviour. Implemented bitfield support in
7648         the z80 port.
7649
7650         * src/SDCCsymt.h,
7651         * src/SDCCsymt.c,
7652         * src/SDCCast.c,
7653         * src/cdbFile.c,
7654         * src/mcs51/gen.c,
7655         * src/ds390/gen.c: bit v bitfield split
7656         * src/z80/gen.c: New support for bitfields
7657         * support/regression/tests/bitfields.c: reenabled z80,
7658         added more tests
7659
7660 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7661
7662         Rules 246.x, 247.x relate to bitfields, the others speed up
7663         access to xdata mapped I/O devices.
7664
7665         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7666
7667 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7668
7669         Cleaned up genPackBits and genUnpackBits and added two helper
7670         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7671         for literal assignments in genPackBits (thanks to Frieder for
7672         reminding me).
7673
7674         * src/mcs51/gen.c
7675         * src/ds390/gen.c
7676
7677 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7678
7679         Fixed bug #748310 (pointer to function type mishandled when the
7680         function name is omitted). Also fixed a SIGSEGV when a function
7681         attribute (reentrant, etc) is used on a non-function or on a
7682         function but misplaced before the parameter list.
7683
7684         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7685         bug #748310
7686         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7687         * support/Util/SDCCerr.h,
7688         * support/Util/SDCCerr.c: Added func attr misuse error msg
7689
7690 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7691
7692         Fixed bug #787649 by anonymous
7693         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7694         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7695
7696 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7697
7698         Fixed numerous bitfield problems.
7699
7700         * src/SDCC.y: More bitfield related error checking
7701         * src/SDCCsymt.h,
7702         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7703         * support/Util/SDCCerr.h,
7704         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7705         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7706         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7707         * support/regression/tests/bitfields.c: tests added
7708
7709 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7710
7711         Made the constant following the "interrupt" keyword optional. If
7712         omitted, the function will not automatically be given an entry
7713         in the interrupt vector table (similar to #pragma NOIV, but
7714         less syntacticly kludgy). The interrupt number is also now
7715         range checked. Also fixed a bug in the high order bit example
7716         in the manual.
7717
7718         * src/SDCC.y
7719         * src/SDCCmem.c
7720         * src/SDCCglue.c
7721         * src/SDCCsymt.h
7722         * support/Util/SDCCerr.c
7723         * support/Util/SDCCerr.h
7724         * doc/sdccman.lyx
7725
7726 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7727
7728         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7729         * src/SDCCicode.c (operandOperation): rewritten some ops
7730         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7731         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7732         other type
7733         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7734         be re-activated by defining REDUCE_LITERALS)
7735         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7736         unsigned, but are signed by default
7737         * src/SDCCval.c (constVal): rearranged
7738         * src/SDCCval.c (valMod): preliminary fix
7739         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7740         * support/regression/literalop.c: added, work in progress
7741
7742 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         Generate warnings for useless declarations like "char data;"
7745         that don't do what new users expect.
7746
7747         * src/SDCC.y
7748         * support/Util/SDCCerr.h
7749         * support/Util/SDCCerr.c
7750
7751 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7752
7753         * src/SDCCval.c (valMult): fix overflow detection of negative int
7754
7755 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7756
7757         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7758
7759         Changes to support big endian targets:
7760
7761         * src/ports.h
7762         * src/SDCCglue.c
7763         * src/avr/main.c
7764         * src/ds390/main.c
7765         * src/izt/i186.c
7766         * src/mcs51/main.c
7767         * src/pic/main.c
7768         * src/pic16/main.c
7769         * src/xa51/main.c
7770         * src/z80/main.c
7771
7772 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7773
7774         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7775         * device/lib/time.c: fixed warning "integer overflow in expression"
7776
7777 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7778
7779         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7780         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7781         constants are unsigned; added recognition of "u" flag for unsigned
7782         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7783         * src/SDCCval.c (valDiv, valMod): fixed signdness
7784         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7785         signedness of modulo, left and right shift
7786         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7787         * support/Util/SDCCerr.h: added warning W_INT_OVL
7788         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7789         * src/SDCCast.c (ast_print): improved output of constants
7790
7791 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793         Fixed some warnings when building with MSVC:
7794
7795         * as\mcs51\asdata.c
7796         * as\z80\asdata.c
7797         * as\mcs51\asm.h
7798         * as\z80\asm.h
7799         * link\z80\aslink.h
7800         * link\z80\lkdata.c
7801         * link\z80\lkeval.c
7802         * link\z80\lkgb.c
7803         * link\z80\lkihx.c
7804         * link\z80\lks19.c
7805         * link\z80\lksym.c
7806         * support\cpp2\cpplib.c
7807         * src\ds390\gen.c
7808         * src\mcs51\gen.c
7809
7810 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7813
7814 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7815
7816         * support\librarian\clean.mk: Do not remove Makefile.
7817         * support\librarian\Makefile: added.
7818
7819 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7820
7821         Added librarian to MSVC build:
7822         * all.dsp
7823         * sdcc.dsw
7824         * support\librarian\librarian.dsp
7825
7826         'configure' not needed for librarian, removed:
7827         * support\librarian\configure
7828         * support\librarian\configure.in
7829         * support\librarian\config_in.h
7830         * support\librarian\Makefile.in
7831
7832         Hopefully these ones built the librarian and the rest of sdcc properly:
7833         * Makefile
7834         * Makefile.common.in
7835
7836         Messed up 'configure', so revert to previous version:
7837         * configure
7838         * configure.in
7839
7840 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7843         there, while the mantissa of a double is "only" 53 bits wide.
7844
7845 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847         Adding sdcclib to the build.  MSVC project coming soon.
7848         Files added/changed:
7849
7850         * support\librarian\clean.mk
7851         * support\librarian\configure
7852         * support\librarian\configure.in
7853         * support\librarian\config_in.h
7854         * support\librarian\Makefile.bcc
7855         * support\librarian\Makefile.in
7856         * support\librarian\sdcclib.c
7857         * Makefile.bcc
7858         * Makefile
7859         * Makefile.common.in
7860         * configure
7861         * configure.in
7862
7863 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7864
7865         Linker now complaints if linked modules have conflicting options, for
7866         example, one compiled using --model-large and another one compiled with
7867         --model-small.  The following files were modified:
7868
7869         * as\mcs51\asdata.c
7870         * as\mcs51\aslink.h
7871         * as\mcs51\asm.h
7872         * as\mcs51\asmain.c
7873         * as\mcs51\asout.c
7874         * as\mcs51\i51pst.c
7875         * as\mcs51\lkdata.c
7876         * as\mcs51\lklibr.c
7877         * as\mcs51\lkmain.c
7878         * as\z80\asdata.c
7879         * as\z80\asm.h
7880         * as\z80\asmain.c
7881         * as\z80\asout.c
7882         * as\z80\z80pst.c
7883         * link\z80\aslink.h
7884         * link\z80\lkdata.c
7885         * link\z80\lklibr.c
7886         * link\z80\lkmain.c
7887         * src\SDCCglue.c
7888
7889 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7890
7891         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7892         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7893
7894 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7895
7896         * src/z80/mappings.i: fix _mul[us][int,long] entries
7897
7898 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7899
7900         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7901
7902 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7903
7904         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7905         * support/regression/tests/bitopcse.c: added
7906         fixed warning:
7907         * src/avr/gen.c:
7908         * src/pic/gen.c:
7909         * src/pic16/gen.c:
7910         * src/z80/gen.c:
7911         * src/xa51/gen.c:
7912
7913 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7914
7915         added support for new library format to z80, gbz80 linkers:
7916         *link/z80/aslink.h
7917         *link/z80/lklex.c
7918         *link/z80/lklib.c
7919         *link/z80/lklist.c
7920
7921 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7922
7923         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7924         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7925
7926 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7927
7928         added DUMMY_READ_VOLATILE:
7929         * src/SDCC.y:
7930         * src/avr/gen.c:
7931         * src/xa51/gen.c:
7932         * src/z80/gen.c:
7933         * src/pic/gen.c:
7934         * src/pic16/gen.c:
7935         * src/mcs51/gen.c:
7936         * src/ds390/gen.c:
7937         * src/SDCCcse.c (algebraicOpts): many improvements
7938         * src/SDCCcse.h: removed algebraicOpts()
7939         * src/SDCCicode.c (picDummyRead): added
7940
7941 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7942
7943         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7944         "Insufficient space in data memory".
7945
7946 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/mcs51/gen.c: fixed bug #771358
7949         * src/z80/gen.c: fixed bug #759087
7950
7951 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7952
7953         * src/pic16/glue.c: minor cleanup by Vangelis
7954
7955 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7956
7957         * device/include/regc515c.h: fixed #758477
7958         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7959         * device/lib/_gptrput.c: saved a few bytes
7960         * my tab spacing is 8, yours too?)
7961         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7962         * device/lib/serial.c: process RX bytes earlier than TX bytes
7963         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7964
7965 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7966
7967         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7968
7969 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7970
7971     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7972
7973 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         * device/lib/Makefile.in: bad fix, reverted to 1.43
7976
7977 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7978
7979         * device/lib/Makefile.in: added missing z80 object files
7980
7981 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7982
7983         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7984         pic16 progress by Vangelis:
7985         * src/SDCCglobl.h:
7986         * src/SDCCmain.c:
7987         * src/pic/Makefile:
7988         * src/pic:
7989         * pic/Makefile:
7990         * pic16/device.c:
7991         * pic16/device.h:
7992         * pic16/gen.c:
7993         * pic16/gen.h:
7994         * pic16/genarith.c:
7995         * pic16/glue.c:
7996         * pic16/main.c:
7997         * pic16/pcode.c:
7998         * pic16/pcode.h:
7999         * pic16/pcodepeep.c:
8000         * pic16/peeph.def:
8001
8002 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8003
8004     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8005
8006 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8007
8008     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8009     added gbz80 build to MSVC project.
8010     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8011     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8012     from 8051 stuff and setup so it links using a .lnk file.
8013
8014 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8015
8016     * support/librarian/sdcclib.c: sdcc librarian.
8017     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8018     with sdcclib.
8019
8020 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8021
8022     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8023
8024 2003-07-02  Borut Razem <borut.razem AT siol.net>
8025
8026         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8027         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8028         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8029         src/xa51/main.c, src/z80/main.c:
8030         virtualization of glue() function: each port has it's own glue function,
8031         which is accessed by do_glue function pointer in PORT.general structure
8032
8033 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8034
8035         * DS800C400 fun, improved ROM interface and tinibios.
8036
8037 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8038
8039         * More support for DS80C400. Now includes beginning of interface to ROM.
8040
8041 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8042
8043         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8044
8045 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8046
8047         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8048
8049 2003-06-19  Borut Razem <borut.razem AT siol.net>
8050
8051         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8052
8053 2003-06-19  Borut Razem <borut.razem AT siol.net>
8054
8055         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8056         fixed Z80 port - crt0.o: cannot open.
8057
8058 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8059
8060         * support/Util/MySystem.c (merge_command): revert bad fix
8061
8062 2003-06-18  Borut Razem <borut.razem AT siol.net>
8063
8064         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8065
8066 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8067
8068         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8069         option --use-stdout sends errors to stdout instead of stderr.
8070
8071 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8074
8075 2003-06-15  Borut Razem <borut.razem AT siol.net>
8076
8077         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8078         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8079         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8080         fixed width array of pointers replaced with sets;
8081         multiple include and lib paths ared transferred to preprocessor and linker
8082         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8083         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8084         fixed width array of pointers
8085         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8086         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8087         fixupPath(), getPathDifference()
8088         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8089         fixed width array of pointers
8090
8091 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * src/pic16/ralloc.c: fix warnings
8094         * src/pic16/pcode.c: fix warning
8095
8096 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8097
8098          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8099         know all the details, but essentially this set of changes enable
8100         the pic16 port to generate movff instructions and generate assembler
8101         directives,
8102         * src/SDCCmain.c:
8103         * src/pic16/gen.c:
8104         * src/pic16/glue.c:
8105         * src/pic16/pcode.c:
8106         * src/pic16/device.c:
8107         * src/pic16/main.c:
8108         * src/pic16/pcode.h:
8109         * src/pic16/pcoderegs.c:
8110         * src/pic16/ralloc.c:
8111         * src/pic16/ralloc.h:
8112
8113 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8114
8115         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8116         added option --vc, so sdcc errors and warnings are compatible with
8117         Microsoft Visual Studio.
8118
8119 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8120
8121         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8122           device/lib/libfloat.lib: added atof function.
8123
8124 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8125
8126         * doc/sdccman.lyx: updated to Lyx 1.3
8127         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8128         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8129         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8130
8131 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8134
8135 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8136
8137         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8138           additions to the "related tools/documentation" section
8139
8140 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8141
8142         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8143
8144 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8145
8146         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8147         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8148
8149 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8150
8151         * doc/sdccman.lyx: fix double dash and other minor things
8152         * doc/Makefile: fix double dash
8153
8154 2003-05-28  Karl Bongers(patches from Martin Helmling)
8155         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8156           condition and ignore commands.
8157
8158 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8159
8160         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8161           is in parts still quite out of date, I did changes as far as I felt makes sense
8162           for a non-native english speaker.
8163           Please feel free to add to the manual or to correct my changes.
8164         * doc/Makefile: undid touching the date of intermediate tex files.
8165
8166 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8167
8168         * doc/sdccman.lyx: Manual has an index now
8169
8170 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         Finalize muluint/mulsint and mululong/mulslong merging:
8173         * device/lib/_mulint.c
8174         * device/lib/_mullong.c
8175         * device/lib/gbz80/mul.s
8176         * device/lib/gbz80/stubs.s
8177         * device/lib/z80/mul.s
8178         * device/lib/z80/stubs.s
8179         * src/SDCCsymt.c (initCSupport)
8180
8181 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8182
8183         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8184         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8185           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8186           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8187           instead of /Zm500.
8188
8189 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8190
8191         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8192           the regression tests I'm not brave enough to enable 245.b, 245.c
8193         * doc/sdccman.lyx: added latex preamble for hyperref package.
8194           Using pdflatex this will give you a hyperlinked pdf file with
8195           bookmarks. (prepend '%' before /usepackage if this breaks something)
8196
8197 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8198
8199          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8200
8201 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8204
8205 2003-05-21    <johan AT balder>
8206
8207         * src/SDCCglue.c (printIval): fixed bug #739934
8208
8209 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8210
8211         Applied patch from bug 737905 (renamed yylineo to mylineno):
8212         * src/altlex.c
8213         * src/SDCCast.c
8214         * src/SDCglobl.h
8215         * src/SDCC.lex
8216         * src/SDCCsymt.c
8217         * src/SDCCval.c
8218         * src/pic16/pcode.c: Cleaned warnings
8219         * src/pic16/pcodeflow.c: Cleaned warnings
8220         * src/pic16/pcoderegs.c: Cleaned warnings
8221
8222 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8223
8224         * src/pic16/pcode.c: Cleaned warnings
8225         * src/pic16/pcodepeep.c: Cleaned warnings
8226         * src/pic16/ralloc.c: Cleaned warnings
8227
8228 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8229
8230         * doc/sdccman.lyx: fixed bug 739745
8231         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8232
8233 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8236         it can be defined with CFLAGS when running configure
8237         * src/SDCCmain.c: fixed compiling + linking with object files
8238
8239 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8240
8241         * configure.in: configure for pic16 port,
8242             added --disable-pic16-port
8243         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8244         * src/SDCCmain.c: linkOptions is changed to set *,
8245             added if/endif conditional macros to remove options help
8246             messages from optionsTable when a port is not configured, added
8247             support for the PIc16 port in the ports table, when executing
8248             the compiler with no port specified on command line, a default
8249             port is selected with the new macro DEFAULT_PORT which is
8250             defined in port.h, in setDefaultOptions() linkOptions is removed
8251             from initialization assignment, since now it is a set,
8252             parseCmdLine uses setParseWithComma for linkOptions, in
8253             linkEdit() linkOptions are accessed with new function indexSet()
8254             which returns the i'th item of a set variable. See SDCCset.c, in
8255             linkEdit() when calling buildCmdLine(), added linkOptions as
8256             last argument. Now users can pass arguments to gplink via the
8257             -Wl option, main() uses pic16glue() to glue up pic16 programs
8258         * src/SDCCpeeph.c: various changes to support pic16
8259         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8260             return the i'th item of the set
8261         * src/SDCCset.h: added function prototype for indexSet()
8262         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8263         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8264         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8265             added macro DEFAULT_PORT
8266         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8267         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8268             generated
8269         * src/pic16/glue.c: commented out some error producing lines
8270         * src/pic16/main.c: __config directives are commented out to stop
8271             gpasm complaining and test the linkage with gplink, _linkCmd and
8272             _asmCmd changed to be more gplink and gpasm friendly
8273         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8274             produced an error when parsed, peep rule 12 is added to utilize
8275             movff, but it is commented out since the pCode does not support
8276             yet a command with 2 address arguments
8277
8278 2003-05-18    <johan AT balder>
8279
8280         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8281         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8282 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8283
8284         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8285   Added feature to script commands from file.
8286
8287 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8288
8289         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8290         * src/SDCCutil.c: include ctype.h for win32
8291
8292 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8293
8294         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8295
8296 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8297
8298         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8299   Fixed so you can set breakpoints prior to run, run does not stop
8300   on entry now.  Add tbreak.  Other enhancements and fixes for use
8301   with ddd.
8302
8303 2003-05-12  Borut Razem <borut.razem AT siol.net>
8304
8305         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8306
8307 2003-05-11  Borut Razem <borut.razem AT siol.net>
8308
8309         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8310         the path of bin directory, so that PATH is the only env. variable, which has to be set
8311         in case of standard installation.
8312         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8313         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8314         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8315
8316 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8317
8318         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8319         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8320         temp files are in the port dir; clean the gen/test directory when
8321         generating new test.c
8322         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8323         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8324         * support/regression/tests/zeropad.c: added
8325
8326 2003-05-09    <johan AT balder>
8327
8328         * src/SDCCglue.c: fixed bug #597940
8329
8330 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8331
8332         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8333   cache sfr, optimize next,step, fix off by one sourceline,
8334   support ddd list function.
8335         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8336
8337 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * support/regression/HTMLgen.py: added compare_s2f()
8340         * support/regression/Makefile: redo 1.27
8341         * support/regression/generate-cases.py: redo 1.5
8342
8343 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8344
8345         * support/regression/tests/float.c: workaround 33 bit hex constant
8346         * support/regression/tests/simplefloat.c: fix division for host
8347
8348 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8349
8350         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8351         that tame's the PIC's over-aggressive optimizer.
8352
8353 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8354
8355          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8356          support for MSVC.
8357
8358 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8359
8360         Initial support for DS80C400. "Hello world" runs on TINIm400
8361         (with polled I/O).
8362
8363 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8364
8365          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8366          * Some notes on ddd usage added in debugger/README
8367          Martin Helmling adding more features and fixes for ddd GUI debugger.
8368          Code added for nexti, stepi, up, down, and other adjustments.
8369
8370 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8371
8372         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8373         * src/pic/peeph.def Added two rules to optimize carry manipulation
8374         * src/pic/* removed debug printfs
8375
8376 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * debugger/mcs51/cmd.c: added header newalloc.h
8379
8380 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * as/Makefile: new EXEEXT
8383         * as/z80/Makefile: remove trailing slash of BUILDIR
8384         * as/z80/clean.mk: new EXEEXT
8385         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8386         * support/cpp2/Makefile.in: new EXEEXT
8387         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8388
8389 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8392         EXEEXT was introduced to fix all related problems with targets
8393         "clean", "install" and "uninstall"; a couple of further flaws
8394         especially with "clean" have been fixed too
8395         * as/mcs51/Makefile.in
8396         * as/mcs51/clean.mk
8397         * as/z80/Makefile
8398         * Makefile
8399         * clean.mk
8400         * debugger/mcs51/Makefile.in
8401         * debugger/mcs51/clean.mk
8402         * link/z80/Makefile
8403         * link/z80/Makefile.in
8404         * link/z80/clean.mk
8405         * link/Makefile
8406         * packihx/Makefile.in
8407         * packihx/clean.mk
8408         * sim/ucsim/Makefile
8409         * sim/ucsim/clean.mk
8410         * sim/ucsim/avr.src/Makefile.in
8411         * sim/ucsim/avr.src/clean.mk
8412         * sim/ucsim/s51.src/Makefile.in
8413         * sim/ucsim/s51.src/clean.mk
8414         * sim/ucsim/xa.src/Makefile.in
8415         * sim/ucsim/xa.src/clean.mk
8416         * sim/ucsim/z80.src/Makefile.in
8417         * sim/ucsim/z80.src/clean.mk
8418         * sim/ucsim/main_in.mk
8419         * sim/ucsim/packages_in.mk
8420         * sim/ucsim/gui.src/Makefile.in
8421         * sim/ucsim/gui.src/serio.src/Makefile.in
8422         * sim/ucsim/gui.src/serio.src/clean.mk
8423         * src/Makefile.in
8424         * src/clean.mk
8425         * support/cpp2/Makefile.in
8426         * support/cpp2/clean.mk
8427         * support/makebin/Makefile
8428         * support/makebin/clean.mk
8429         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8430         * doc/sdccman.lyx: --program-suffix no longer needed
8431
8432 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8433
8434          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8435          Martin Helmling added support for ddd GUI debugger.
8436          Code added to display assembly, set variables, and other commands
8437          to interface to ddd.
8438
8439 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * as/Makefile: fix target clean
8442         * as/clean.mk: fix target clean
8443         * as/z80/clean.mk: fix target clean
8444
8445 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * Makefile.common.in: added  AT EXEEXT AT
8448         * configure.in: removed all mingw32 stuff
8449         * configure: rebuilt from configure.in
8450         * doc/sdccman.lyx: updated section "installation"
8451         * support/scripts/sdcc_mingw32: adapted to configure
8452         * support/scripts/sdcc_cygwin_mingw32: added
8453
8454 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8455
8456         * src/pic Added object file support for the PIC port
8457         * src/pic Applied patch from Craig Franklin (this started the object file support)
8458         * src/regression Updated the PIC regression tests for object files
8459
8460 2003-04-20  Borut Razem <borut.razem AT siol.net>
8461
8462         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8463           lklex.c: In function `getfid':
8464           lklex.c:203: warning: array subscript has type `char'
8465         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8466           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8467         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8468           stack handling macros
8469
8470 2003-04-19  Borut Razem <borut.razem AT siol.net>
8471
8472         * "handling space characters in file path" task:
8473         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8474         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8475         * support/Util/MySystem.h: make it self-sufficient
8476         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8477           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8478           handling space characters in file path
8479         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8480           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8481         * support/Util/MySystem.c: handling space characters in executable's path
8482
8483 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8484
8485         * as/z80/Makefile: fix permanent rebuild of z80
8486         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8487         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8488
8489 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8490
8491         * src/SDCCopt.c: add special case optimization to replace modulo by
8492           a power of two with a bitwise AND.
8493
8494 2003-04-18    <johan AT balder>
8495
8496         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8497
8498 2003-04-17    <johan AT balder>
8499
8500         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8501         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8502
8503 2003-04-13  Borut Razem <borut.razem AT siol.net>
8504
8505         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8506         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8507           fixed mingw problem in adl_NORMALIZE_PATH
8508
8509 2003-04-12  Borut Razem <borut.razem AT siol.net>
8510
8511         * fixed "#pragma SAVE/RESTORE can not be nested":
8512         * src/SDCC.lex: reworked pragma handling functions
8513         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8514         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8515
8516 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8517
8518         * src/SDCCutil.c (pathEquivalent): defined but not used
8519         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8520         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8521         * configure: rebuilt from configure.in
8522         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8523         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8524         * device/include/Makefile.in: replace sdcc_datadir
8525         * device/lib/Makefile.in: replace sdcc_datadir
8526         * Makefile.common.in: add LDFLAGS from configure
8527         * packihx/Makefile.in: use LDFLAGS
8528         * src/Makefile.in: use LDFLAGS
8529         * support/cpp2/Makefile.in: add LDFLAGS from configure
8530         * support/makebin/Makefile: use LDFLAGS
8531         * .version: bumped version number to 2.3.5
8532
8533 2003-04-12  Borut Razem <borut.razem AT siol.net>
8534
8535         * completed "different paths" task:
8536         * src/SDCCmacro.c: fixed bug in handling quotes
8537         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8538         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8539
8540 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8541
8542         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8543
8544 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8545
8546         * ds390/gen.c ds390/peeph.def: fix bug 706781
8547
8548 2003-04-11  Borut Razem <borut.razem AT siol.net>
8549
8550         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8551
8552 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8553
8554         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8555         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8556          set - this bit used to not be set...).
8557         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8558           bad code in PIC Port
8559         * src/regression/and2.c added to test bug 609268
8560         * src/regression/Makefile added and2.c to regression test
8561
8562
8563 2003-04-08    <johan AT CP255758-A>
8564
8565         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8566         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8567         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8568
8569 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8572         fix bug #487815
8573         * support/cpp2/Makefile.in: fix bug #487815
8574         * configure: rebuilt from configure.in
8575         * Makefile.common.in: docdir changed, new path suffixes
8576         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8577         * sdcc_vc_in.h: reflect changes from sdccconf.h
8578         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8579         * src/SDCCutil.h: remove BINDIR hack
8580         * doc/sdccman.lyx: update new path hierarchy
8581
8582 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8583
8584         * src/SDCCpeeph.c: added okToRemoveSLOC test
8585
8586 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8587
8588         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8589
8590 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8591
8592         * src/SDCCpeeph.c: added labelIsReturnOnly test
8593         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8594
8595 2003-04-05    <johan AT balder>
8596
8597         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8598         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8599         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8600         * src/SDCCast.c: fixed a warning
8601         * src/SDCCast.h: fixed a warning
8602         * src/SDCCicode.c (operandFromAst): fixed a warning
8603
8604 2003-04-04    <johan AT balder>
8605
8606         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8607         * src/SDCCast.c (decorateType): fixed bug #715076
8608         * src/SDCC.y: fixed bug #702907
8609
8610 2003-04-03    <johan AT balder>
8611
8612         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8613         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8614         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8615         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8616         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8617
8618 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8619
8620         * _decdptr.c: fix return values
8621         * _gptrget.c: fix return values
8622         * _gptrgetc.c: fix return values
8623         * _gptrput.c: fix return values
8624         * _mulint.c: fix return values
8625         * as/z80/Makefile: fix 'make -j' problem
8626
8627 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8630         * configure.in: big cleanup, updated to autoconf 2.5x
8631         * configure: rebuilt from configure.in
8632         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8633         * sdcc_vc_in.h: reflect changes from sdccconf.h
8634         * doc/Makefile: fixed a flaw in "make install"
8635
8636 2003-04-02    <johan AT balder>
8637
8638         * src/ds390/gen.c (genCmp): no comments
8639         * src/mcs51/gen.c (genCmp): no comments
8640         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8641         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8642
8643 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8644
8645         * support/regression/generate-cases.py: place generated file in given sub directory
8646         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8647         * support/regression/Makefile: improvements for 'make -j';
8648         side effect: it's simpler and faster now
8649
8650 2003-03-31  Borut Razem <borut.razem AT siol.net>
8651
8652         * src/z80/main.c: link-{port} and as-{port} defined without path
8653         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8654
8655 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8656
8657         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8658
8659 2003-03-30  Borut Razem <borut.razem AT siol.net>
8660
8661         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8662           changed type of list parameter to set
8663         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8664         * src/port.h: changed type of do_assemble() parameter to set
8665         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8666           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8667           definition of "cppoutfilename" macro with NULL value in preProcess()
8668         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8669         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8670         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8671           replaced with set *binPathSet
8672         * shash_add() deallocates the item, if allready exsists, before adding the new one
8673         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8674
8675 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8676
8677         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8678           a nested for loop bug in the PIC port
8679         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8680           for loops
8681
8682 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * support/Util/dbuf.h: remove C++ stuff to make it portable
8685
8686 2003-03-28  Borut Razem <borut.razem AT siol.net>
8687
8688         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8689           literal strings in stringLiteral()
8690         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8691         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8692           to the project
8693
8694 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8695
8696         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8697
8698 2003-03-26    <johan AT balder>
8699
8700         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8701         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8702         * src/SDCCast.c (decorateType): fixed " -v < 3"
8703
8704 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8705
8706         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8707         Added Lenny Story's debug infrastructure changes:
8708         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8709         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8710         * src/cdbFile.c: added
8711         * src/SDCCdebug.c: added
8712         * src/SDCCdebug.h: added
8713         * src/SDCCast.c (createFunction)
8714         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8715         * src/SDCCmain.c (parseCmdLine, main)
8716         * src/SDCCmem.c (redoStackOffsets)
8717         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8718         * src/SDCCsymt.h
8719         * src/common.h
8720         * src/avr/gen.c (genAVRCode)
8721         * src/ds390/gen.c (gen390Code)
8722         * src/mcs51/gen.c (gen51Code)
8723         * src/pic/gen.c (genpic14Code)
8724         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8725         * src/xa51/gen.c (genXA51Code)
8726         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8727
8728 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8729
8730         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8731         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8732
8733 2003-03-22    <johan AT balder>
8734
8735         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8736
8737 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8738
8739         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8740         * doc/cdbfileformat.lyx: added, written by Lenny Story
8741         * doc/Makefile: added cdbfileformat.lyx
8742         * doc/clean.mk: added cdbfileformat.lyx
8743
8744 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8745
8746         * src/mcs51/peeph.def: fix bug #705773
8747
8748 2003-03-20    <johan AT balder>
8749
8750         An sfr/sbit can have an "at #" AND an initializer
8751         * src/SDCCsymt.c (checkSClass):
8752         * src/SDCCmem.c (allocGlobal):
8753         * src/SDCCmem.c (allocLocal):
8754         * src/SDCCast.c (createBlock):
8755
8756 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8759
8760 2003-03-16    <johan AT balder>
8761
8762         Undid the hackup of const and volatile, the problem is much bigger
8763         * src/SDCC.y:1.65
8764         * src/SDCCast.c:1.171
8765         * src/SDCCglue.c:1.138
8766         * src/SDCCicode.c:1.146
8767         * src/SDCCsymt.c:1.150
8768         * src/SDCCval.c:1.65
8769
8770 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8773         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8774
8775 2003-03-13    <johan AT balder>
8776
8777         Hackup const and volatile modifiers in type chains a bit:
8778         * src/SDCC.y:1.63
8779         * src/SDCCast.c:1.169
8780         * src/SDCCglue.c:1.136
8781         * src/SDCCicode.c:1.143
8782         * src/SDCCsymt.c1.146
8783         * src/SDCCsymt.h1.59
8784         * src/SDCCval.c:1.63
8785
8786 2003-03-12    <johan AT balder>
8787
8788         * src/SDCCBBlock.h: more LRH debugging junk
8789         * src/SDCCcflow.h: more LRH debugging junk
8790         * src/SDCCloop.c: more LRH debugging junk
8791         * src/SDCC.y (struct_declaration): fixed bug #697590
8792         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8793         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8794         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8795
8796 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8797         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8798         test function names must now match exactly).
8799         * src/SDCCcse.c: added special case in findCheaperOp to allow
8800         extending a short integer. Makes less awful code for bug 700121 test case.
8801
8802 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8803
8804         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8805         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8806
8807 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8808
8809         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8810         actually called (operandsNotEqual() was called for all
8811         operandsNotEqualX tests).
8812
8813 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8814
8815         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8816         with shorter literals. Fixes bug 700121.
8817
8818 2003-03-11    <johan AT balder>
8819
8820         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8821
8822 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8823
8824         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8825         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8826
8827 2003-03-10  Borut Razem <borut.razem AT siol.net>
8828
8829         * src/SDCCmain.c: pipe preprocessor's output
8830         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8831         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8832         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8833         which closes all pipes in pipeSet set
8834         * src/SDCCset.c: free deleted item in function deleteSetItem()
8835         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8836         moved from z80 to src subproject
8837         * .version: increased version number to 2.3.4
8838
8839 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8842         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8843         * support/regression/ports/xa51/spec.mk: fix typo
8844
8845 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8848
8849 2003-03-09  Borut Razem <borut.razem AT siol.net>
8850
8851         * src/SDCCmain.c: pipe preprocessor's output
8852         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8853         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8854         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8855         which closes all pipes in pipeSet set
8856         * src/SDCCset.c: free deleted item in function deleteSetItem()
8857         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8858         moved from z80 to src subproject
8859
8860 2003-03-09  Borut Razem <borut.razem AT siol.net>
8861
8862         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8863         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8864         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8865         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8866         * src/SDCCglobl.h: unification of WIN32 native definitions
8867
8868 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8869
8870         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8871
8872 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8873
8874         * src/configure.in:   check for endianess (even while cross-compiling)
8875         * src/configure:      check for endianess (even while cross-compiling)
8876         * src/configure_in.h: check for endianess (even while cross-compiling)
8877         * src/avr/gen.c:        remove old endianess stuff
8878         * src/mcs51/gen.c:      remove old endianess stuff
8879         * src/ds390/gen.c:      remove old endianess stuff
8880         * src/pic/gen.c:        remove old endianess stuff
8881         * src/pic/genarith.c:   remove old endianess stuff
8882         * src/pic/glue.c:       fix endianess check
8883         * src/pic16/gen.c:      remove old endianess stuff
8884         * src/pic16/genarith.c: remove old endianess stuff
8885         * src/pic16/glue.c:     fix endianess check
8886         * src/xa51/gen.c:       remove old endianess stuff
8887         * src/z80/gen.c:        fix endianess check
8888         * src/SDCCglue.c:       fix endianess check
8889         * src/ds390/peeph.def: fix bug 700036
8890
8891 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8892
8893         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8894         * src/configure: find appropriate data-types on host for SDCC's int and long
8895         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8896         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8897         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8898
8899 2003-03-07    <johan AT balder>
8900
8901         Just a big NOOP:
8902                 some minor cleanups before the big shot
8903                 OP_DEFS and OP_USES now use Kevin's protection
8904                 new option --nolabelopt
8905
8906         * src/SDCCBBlock.c:
8907         * src/SDCCast.c,:
8908         * src/SDCCcflow.c:
8909         * src/SDCCcse.c:
8910         * src/SDCCicode.c:
8911         * src/SDCCicode.h:
8912         * src/SDCClabel.c:
8913         * src/SDCCloop.c:
8914         * src/SDCCmain.c:
8915         * src/ds390/ralloc.c:
8916         * src/mcs51/ralloc.c:
8917         * src/pic/ralloc.c:
8918         * src/xa51/ralloc.c:
8919         * src/z80/ralloc.c:
8920
8921 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8922
8923         * src/pic/pcode.c (get_op): fix 64 bit warnings
8924         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8925         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8926         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8927         * support/regression/tests/malloc.c: fix 64 bit warnings
8928
8929 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         * src/mcs51/gen.c (genMinus): fixed bug 696436
8932
8933 2003-03-02  Borut Razem <borut.razem AT siol.net>
8934
8935         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8936
8937 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * configure.in: test for mkstemp
8940         * sdccconf_in.h: add HAVE_MKSTEMP
8941
8942 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8943
8944         * device/include/ctype.h: removed warning while using --stack-auto
8945         * device/include/malloc.h: removed warning while using --stack-auto
8946         * device/include/string.h: removed warning while using --stack-auto
8947
8948 2003-02-23  Borut Razem <borut.razem AT siol.net>
8949
8950         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8951         because NDEBUG is defined (see man assert)
8952         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8953
8954 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8955
8956         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8957         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8958
8959 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8960
8961         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8962         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8963
8964 2003-02-18    <johan AT balder>
8965
8966         * as/mcs51/asmain.c (asmbl): module can start with a digit
8967         * as/z80/asmain.c (asmbl): module can start with a digit
8968
8969 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8970
8971         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8972         * src/asm.c: fix pipe() for Mingw32
8973
8974 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8977         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8978         make -V work again; --c1mode reads now from stdin
8979         * doc/sdccman.lyx: added --c1mode
8980         * support/Util/SDCCerr.c: new messages for c1 mode
8981         * support/Util/SDCCerr.h: new messages for c1 mode
8982         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8983
8984 2003-02-15    <johan AT balder>
8985
8986         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8987
8988 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8989
8990         * doc/sdccman.lyx: Environment variables, -o and other minor things
8991
8992 2003-02-14    <johan AT balder>
8993
8994         * src/xa51/main.c: before anyone really tries to use it :)
8995
8996         * Install doc's in share/sdcc/doc
8997         * removed some obsolete files
8998         * Do a proper make distclean and uninstall
8999         M Makefile.common.in
9000         R sdccbuild.sh
9001         M as/Makefile
9002         M device/include/Makefile.in
9003         M device/lib/Makefile.in
9004         M doc/sdccman.lyx
9005         M link/Makefile
9006         M sim/ucsim/doc/Makefile.in
9007         M src/clean.mk
9008         R src/avr/peeph.rul
9009         R src/xa51/peeph.rul
9010         M support/cpp2/Makefile.in
9011         M support/makebin/Makefile
9012
9013
9014 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9015
9016         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9017
9018 2003-02-10  Borut Razem <borut.razem AT siol.net>
9019
9020         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9021         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9022         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9023         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9024         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9025         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9026         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9027         src/z80/Makefile.bcc: Borland Makefile cleanup
9028         * as/z80/Makefile.bcc: Added Borland Makefile
9029         * support/cpp2/borland.h: Removed
9030
9031 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9032
9033         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9034         * src/SDCC.lex: new pragma NOIV
9035         * src/SDCCglobl.h: new pragma NOIV
9036         * src/SDCCmem.c: new pragma NOIV
9037
9038 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9041
9042 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9043
9044         * src/SDCCmain.c: signal handling is switched off by --debug
9045         * doc/Makefile: small fix for install; use clean.mk again
9046         * doc/clean.mk: clean *.pdf and *.html too
9047
9048 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9049
9050         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9051         * device/lib/printfl.c: fix a ds390 bug by making it portable
9052         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9053         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9054         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9055         * debugger/mcs51/cmd.c: converted multi-line string literals
9056         * sim/ucsim/globals.cc: converted multi-line string literals
9057         * src/SDCCmain.c: introduced signal handler to remove temp files
9058         * doc/Makefile: small tweaks, implement clean
9059         * doc: removed generated files
9060
9061 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9062
9063         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9064         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9065         Address Record is not correctly generated for DS390."
9066
9067 2003-02-02  Borut Razem <borut.razem AT siol.net>
9068
9069         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9070         * as/mcs51/asm.h: fixed compilation with Borland C
9071         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9072         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9073         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9074         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9075         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9076         src/z80/Makefile.bcc: delete $(LIB) only if exist
9077         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9078
9079 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9080
9081         * device/include/malloc.h: introduced NULL
9082         * device/include/string.h: introduced NULL
9083         * device/include/stdlib.h: introduced NULL
9084         * device/lib/_memcpy.c: removed NULL
9085         * device/lib/_strcat.c: removed NULL
9086         * device/lib/_strchr.c: removed NULL
9087         * device/lib/_strcmp.c: removed NULL
9088         * device/lib/_strcpy.c: removed NULL
9089         * device/lib/_strcspn.c: removed NULL
9090         * device/lib/_strlen.c: removed NULL
9091         * device/lib/_strncat.c: removed NULL
9092         * device/lib/_strncmp.c: removed NULL
9093         * device/lib/_strncpy.c: removed NULL
9094         * device/lib/_strpbrk.c: removed NULL
9095         * device/lib/_strrchr.c: removed NULL
9096         * device/lib/_strspn.c: removed NULL
9097         * device/lib/_strstr.c: removed NULL
9098         * device/lib/_strtok.c: removed NULL
9099         * device/lib/malloc.c: removed NULL, include own header
9100
9101 2003-02-02    <johan AT balder>
9102
9103         * 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
9104         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9105         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9106         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9107         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9108         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9109
9110 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9111
9112         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9113         area 'DATA'"
9114
9115 2003-02-01    <johan AT balder>
9116
9117         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9118
9119 2003-01-31    <johan AT CP255758-A>
9120
9121         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9122
9123 2003-01-30    <johan AT balder>
9124
9125         * src/SDCCBBlock.c: automatic bug detection
9126         * src/SDCCicode.c: automatic bug detection
9127
9128 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9129
9130         * src/SDCCglobl.h:   now --xram-size 0 works
9131         * src/SDCCmain.c:    now --xram-size 0 works
9132
9133 2003-01-29    <johan AT balder>
9134
9135         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9136
9137 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9138
9139         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9140         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9141         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9142         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9143         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9144         * src/SDCCmain.c:    Added options --xram-size and --code-size
9145
9146 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9147
9148         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9149         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9150
9151 2003-01-27    <johan AT balder>
9152
9153         * src/SDCC.y: fixed bug #613764
9154
9155 2003-01-26    <johan AT balder>
9156
9157         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9158         * src/SDCCsymt.h: fixed bug #673374
9159         * src/SDCCglue.c: fixed bug #661910
9160         * src/SDCCast.c: fixed bug #458099 and 673374
9161
9162 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9163
9164         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9165         * as/mcs51/strcmpi.h: added
9166         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9167         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9168         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9169         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9170         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9171         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9172         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9173         * as/mcs51/Makefile.aslink: new module strcmpi
9174         * as/mcs51/Makefile.asx8051: new module strcmpi
9175         * as/mcs51/Makefil.bcc: new module strcmpi
9176         * as/mcs51/Makefile.in: new module strcmpi
9177         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9178
9179 2003-01-26    <johan AT balder>
9180
9181         * src/SDCCglue.c: reverted back to 1.124
9182         * src/SDCCast.c: reverted back to 1.156
9183         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9184
9185 2003-01-25    <johan AT balder>
9186
9187         * src/SDCCglue.c: A better fix for bug #661910
9188         * src/SDCCast.c: A better fix for bug #661910
9189         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9190
9191 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9192
9193         * src/Makefile.in: remove spawn.o
9194         * src/SDCCmain.c: remove spawn.h
9195         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9196         * src/spawn.c: removed
9197         * src/spawn.h: removed
9198         * support/regression/ports/ds390/spec.mk: link with -r
9199
9200 2003-01-24    <johan AT CP255758-A>
9201
9202         * src/ds390/gen.c (aopOp): fixed bug #667458
9203         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9204         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9205         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9206
9207 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9208
9209         * src/mcs51/peeph.def: better assembler identation by Frieder
9210         * src/mcs51/gen.c: better assembler identation by Frieder
9211
9212 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9213
9214         * as/z80/string.h: removed for gcc 3.2
9215         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9216         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9217
9218 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9219
9220         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9221         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9222         * support/regression/Makefile: separate temp files for ports
9223         * support/regression/generate-cases.py: separate temp files for ports
9224         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9225         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9226
9227 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * moved tinitalk to device/examples/ds390
9230
9231 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * as/mcs51/lkmem.c: rflag is for DS390
9234         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9235         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9236                          (linkEdit): move mem- and map-files the same way as ihx-files
9237         * src/z80/main.c (_setDefaultOptions): removed --generic
9238         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9239         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9240         * src/pic/glue.c (picglue): --c1mode works again
9241         * src/pic16/glue.c (pic16glue): --c1mode works again
9242         * src/asm.c (printCLine): fix #660034
9243
9244 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9247         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9248         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9249         * as/mcs51/lkmem (summary): better fix for sp problem
9250         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9251         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9252         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9253                                               remove --stack-after-data
9254
9255 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9256
9257         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9258         * src/SDCCutil.c (join): ugly bug: missing '\0'
9259         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9260
9261 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9262
9263         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9264         * src/port.h: typo
9265         * src/pic/main.c (_asmCmd): gpasm supports -o
9266         * src/z80/main.c: more general macros
9267         * device/lib/Makefile.in: remove intermediate files
9268
9269 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9270
9271         * .version: Bumped version number to 2.3.3
9272         * src/SDCCBBlock.c: new option -o
9273         * src/SDCCglobl.h: new option -o
9274         * src/SDCCglue.c: new option -o
9275         * src/SDCCmain.c: new option -o
9276         * src/asm.c: new option -o
9277         * src/ds390/main.c: new option -o
9278         * src/pic/glue.c: new option -o
9279         * src/pic/pcode.c: new option -o
9280         * src/pic/ralloc.c: new option -o
9281         * src/pic16/glue.c: new option -o
9282         * src/pic16/pcode.c: new option -o
9283         * src/pic16/ralloc.c: new option -o
9284         * src/z80/main.c: new option -o
9285         * device/lib/Makefile.in: use -o
9286         * support/regression/ports/ds390/spec.mk: use -o
9287         * support/regression/ports/gbz80/spec.mk: use -o
9288         * support/regression/ports/mcs51/spec.mk: use -o
9289         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9290         * support/regression/ports/z80/spec.mk: use -o
9291         * support/regression/ports/ucz80/spec.mk: use -o
9292         * support/regression/ports/xa51/spec.mk: use -o
9293         * support/regression/fwk/lib/timeout.c: fix usage string
9294
9295 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9296         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9297
9298 2003-01-07    <johan AT balder>
9299
9300         * src/SDCCast.c (decorateType): fixed bug #600035
9301
9302 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9303         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9304         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9305         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9306         * src/pic/pcode.c: outcommented unused variable to remove warnings
9307         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9308
9309 2003-01-06    <karl AT turbobit.com>
9310         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9311    regression tests.
9312
9313 2003-01-06    <johan AT balder>
9314
9315         * src/SDCCicode.c: fixed array add
9316
9317 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9318         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9319         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9320
9321 2003-01-04    <johan AT balder>
9322
9323         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9324
9325 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9326         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9327
9328 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9329         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9330         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9331
9332 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9333         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9334
9335 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9336         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9337
9338 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9339         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9340
9341 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9342
9343     * in \sdcc\as\mcs51\ changed these files in order to create an
9344     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9345     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9346     following files to include the previous two files: aslink.dsp,
9347     Makefile.aslink, Makefile.bcc, and Makefile.in.
9348
9349     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9350     .adb instead of .cdb
9351
9352 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9353
9354         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9355         value from option --iram-size.
9356
9357 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9358
9359         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9360         dram[] array.
9361
9362 2002-09-18    <wiml AT hhhh.org>
9363
9364         * SDCClrange.h: exposed setFromRange() and setToRange()
9365         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9366           packRegsForAccUse() (bug 542397)
9367         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9368           multiple times and emitting the fetch operations more than once
9369           added aopGetUsesAcc() function to allow binary operators to
9370           fetch their operands in the correct order; made genMinus() emit
9371           compact code for X = LITERAL - Y
9372
9373 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9374         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9375         sprintf() in line 1267.
9376
9377 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9378         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9379         like ports.
9380
9381 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9382         Changes to aslink (All the changes are marked with 'JCF'):
9383
9384         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9385         summary().
9386
9387         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9388         area BSEG.  Also moves, if possible, the DATA area down into the internal
9389         ram so more space is available.
9390
9391         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9392         sflag.
9393
9394         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9395         not bytes.  Function summary() which creates a memory usage summary
9396         file with extension .mem.  Reports of overlaping stack and small stack
9397         size.  If the space for the stack is less than 16 bytes aslink trows a
9398         warning.
9399
9400         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9401         the 8051.  Option 'y' for memory summary output file.
9402
9403         Changes to sdcc (All the changes are marked with 'JCF'):
9404
9405         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9406
9407         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9408         overlaying area for it (uses RegBankUsed[4]).
9409
9410         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9411         bank zero as used by default.  By default aslink locates the stack
9412         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9413         the creation of the .mem file.  Delegates the allocation of data area
9414         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9415         the begining of the stack area to aslink.
9416
9417         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9418         glue() in SDCCglue.c creates an area for it.
9419
9420 2002-09-03  Borut Razem <borut.razem AT siol.net>
9421         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9422         sdcc/src/pic/glue.c:
9423         introduced atexit() handler for teporay files removal in case of
9424         errors, assertions, ...
9425
9426 2002-08-29  Borut Razem <borut.razem AT siol.net>
9427         * sdcc/support/cpp2/auto-host_vc_in.h:
9428         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9429         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9430         Maybe there is a similar problem with BORLANDC? It should be checked!
9431
9432         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9433         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9434         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9435         was not executed, and the compiler (cl) launched a warning:
9436         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9437
9438 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9439         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9440
9441 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9442         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9443
9444         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9445           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9446           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9447           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9448           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9449           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9450           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9451         - added Release configuration in VS projects
9452         - review of compiler an linker options
9453         - VC .exe files are generated in bin_vc directory, not to interfere
9454           with binaries generated from other projects (cygwin, mingw, bcc ...)
9455
9456         * sdcc/src/yacc.dsp: added
9457
9458         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9459         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9460         and insert the version number definitions from .version
9461
9462         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9463
9464         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9465         added - genarate auto-host.h using auto-host_vc_in.h as template
9466
9467         * sdcc/sdcc_vc.h,
9468         removed from CVS, generated automatically
9469
9470 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9471         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9472
9473 2002-08-11  Borut Razem <borut.razem AT siol.net>
9474         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9475
9476 2002-08-10  Borut Razem <borut.razem AT siol.net>
9477         * src/SDCCmain.c (main):
9478         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9479         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9480         The consequence was that some temporary files were not removed.
9481
9482         * src/SDCCglue.c:
9483         unification of code in functions tempfilename() and tempfile():
9484         function tempnam() is defined in Visual Studio 6.0 and .NET
9485
9486         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9487
9488         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9489           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9490         - removed compiler command line option /WX: Treats all warnings as errors
9491         - update a list of source files, included into the project
9492
9493         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9494           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9495         changed project type to Generic Project so that can be correcly converted to VS.NET project
9496
9497         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9498
9499         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9500
9501         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9502
9503         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9504         added return 0 statements after assert() to make compiler happy
9505
9506         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9507         added newline in the def file to keep MSC compiler satisfied
9508
9509         * sdcc/src/z80/gen.c:
9510         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9511           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9512         - solved MSC error in function aopDump()
9513
9514         * sdcc_vc.h: define PREFIX as "\\sdcc"
9515
9516 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9517         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9518
9519 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9520         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9521         - Rewrote the register banking algorithm.
9522         - Added pCode live-range analysis to registers (for now, only non-used and
9523         singly-used registers optimized away)
9524
9525         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9526
9527         * 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.
9528
9529 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9530         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9531
9532 2002-04-22  Michael Hope  <michaelh AT vroom>
9533
9534         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9535
9536         * configure.in (DD_COPT): Added include support required for gbdk.
9537
9538         * .version: Bumped version number just to increase it.
9539
9540         * src/SDCCmain.c: Added -nostdinc to the default options.
9541
9542 2002-04-15  Michael Hope  <michaelh AT vroom>
9543
9544         * device/lib/z80/printf.c (sprintf): Added.
9545
9546         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9547
9548         * src/z80/peeph.def: Added transpose redundent load rule.
9549
9550         * src/z80/main.c: Added force callee saves for jaune.
9551
9552         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9553
9554         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9555
9556 2002-03-28  Johan Knol  <johan AT balder>
9557
9558         * src/SDCCval.c: fixed bug #532436
9559
9560 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9561         * /src/port.h:
9562         Added "char *Processor" field to the port structure.
9563
9564         * /src/SDCCmain.c:
9565         Added -p option. Allows port dependent processor to be specified.
9566
9567         * all ports:
9568         Initialized the new field char *Processor field to NULL in all ports
9569
9570         * /src/pic/*:
9571         Compiler generated registers for interrupt context saving
9572         were not getting allocated.
9573
9574 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9575
9576         * /src/SDCCast.c:
9577         Fixed left shift. Will promote the left side of a left shift
9578         if a) left shifting more than size of operand or b) when assigned
9579         to something size > size of left side
9580
9581 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9582         * src/pic/*
9583         tons of changes. Register allocation has been
9584         rewritten. Added customization for the various PICs. Flow
9585         analysis is restructured. ...
9586
9587         * src/pic/device.h:
9588         Added
9589
9590         * src/pic/device.c:
9591         Added. device.c is a PIC port hack to accomodate variations
9592         in PIC devices.
9593
9594 2002-03-13  Michael Hope  <michaelh AT vroom>
9595
9596         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9597
9598 2002-03-04  johanknol  <johanknol AT manik>
9599
9600         * /src/SDCCval.c: fixed
9601
9602         const unsigned char arr[][2] = { { 0, 1 } };
9603         t18.c:1: error: Initializer element is not constant
9604
9605 2002-03-04  bela  <bela AT manik>
9606
9607         * /device/include/mcs51reg.h:
9608         ds89c420 register definition update
9609
9610 2002-03-03    <johan AT FRIJA>
9611
9612         * support/Util/SDCCerr.c: did something, but don't no why anymore
9613
9614         * support/regression/tests/bug-524691.c: made it a little less shy
9615
9616         * src/SDCCast.c (decorateType): fixed bug #524697
9617
9618         * src/SDCCast.c: made some lineno improvements
9619
9620         * src/SDCCval.c (getNelements): changed warning to error
9621
9622         * src/SDCCglue.c (printIvalArray): changed warning to error
9623
9624         * src/SDCCicode.c: fixed a warning for mingw
9625
9626         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9627
9628         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9629
9630 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9631
9632         * src/ds390/peeph.def:
9633         Added some more peephole rules
9634
9635         * src/ds390/gen.c: Various fixes & enhancements
9636
9637         * src/SDCClrange.c, src/SDCClrange.h:
9638         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9639
9640         * src/ds390/ralloc.c:
9641         various fixes & enhancements (ds390) specific
9642
9643         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9644         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9645         from rallocs.
9646
9647         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9648
9649 2002-03-02    <johan AT FRIJA>
9650
9651         * src/SDCCast.c (decorateType): fixed bug #524708
9652
9653         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9654
9655         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9656
9657 2002-03-01  Michael Hope  <michaelh AT vroom>
9658
9659         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9660
9661         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9662
9663 2002-03-01    <johan AT FRIJA>
9664
9665         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9666
9667         * src/SDCCast.c (decorateType): fixed bug #524209
9668
9669         * src/SDCCval.c (valNot): fixed bug #524195
9670
9671 2002-02-26    <johan AT balder>
9672
9673         * src/xa51/gen.c: fixed a warning
9674
9675         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9676
9677         * src/SDCCast.c (decorateType): fixed bug #522534
9678
9679 2002-02-23    <johan AT balder>
9680
9681         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9682
9683 2002-02-22    <johan AT balder>
9684
9685         * src/SDCCast.c: fixed bug #514865
9686
9687         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9688
9689 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9690
9691         * sdcc/src/SDCCloop.c:
9692         Previous fix was not good. basic blocks that have "break" or "return" are
9693         not really partof a loop , but live ranges used in these blocks should
9694         be live thru the entire loop, so set partOfLoop but don't add them to
9695         loop region
9696
9697 2002-02-21    <johan AT FRIJA>
9698
9699         * src/SDCCcse.c: fixed bug #514308
9700
9701 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9702
9703         * src/SDCCloop.c:
9704         Fixed BUG #519583. If a conditional block ended in a return/break
9705         statement inside a loop, it was not being considered part of the loop.
9706
9707         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9708
9709 2002-02-10  Karl Bongers <karl AT turbobit.com>
9710
9711         * debugger/*:
9712         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9713         with lots of comments and notes.
9714
9715         * device/examples/test2.c:
9716         Fix bug, "red" variable not being initialized(compiler complained).
9717
9718         * device/examples/Makefile, examples/test3.c:
9719         Add Makefile in device/examples folder, compiles test3.c
9720         for use as a multiple module SDCDB test case.
9721
9722         * sim/ucsim/cmd.src/cmdset.cc:
9723         Took out debug printfs in ucsim "next" command.
9724
9725         * sim/ucsim/xa.src:
9726         Karl and Johan start ucsim XA support.  Most dissassembly working,
9727         about 75% emulation done(plenty of work remaining).
9728
9729         * sim/ucsim/z80.src:
9730         Add Z80 support to ucsim, add test-ucz80 regression test,
9731         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9732         Notice z80 compiler fails on examples/test3.c/crc code.
9733
9734 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9735
9736         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9737         Added support for --parms-in-bank1
9738
9739         * src/ds390/peeph.def:
9740         added a few more peephole optimzations
9741
9742         * src/ds390/main.c:
9743         1) added __builtin_inp & __builtin_outp used to read in data of given length
9744            from a memory mapped port
9745         2) added __builtin_memcmp
9746         3) added __builtin_swapw swap bytes of a short
9747
9748         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9749         1) handle multiple send & receives from register bank1
9750         2) ralloc can now allocate DPTR1 to some liveRanges
9751
9752         * src/SDCCsymt.c, src/SDCCsymt.h:
9753         changes to handle multiple sends & receives
9754
9755         * src/SDCCptropt.h:
9756         added some pointer arithmetic optimization
9757
9758         * src/SDCCptropt.c:
9759         added some pointer arithmetic optimizations but not stable yet so not
9760         called from anywhere (will get this working shortly)
9761
9762         * src/SDCCopt.c: fixed for multiple sends & receives
9763
9764         * src/SDCCmain.c:
9765         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9766         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9767            set preprocessor defines (depending on options)
9768
9769         * src/SDCCicode.c, src/SDCCicode.h:
9770         changes made to handle multiple sends & receives
9771
9772         * src/SDCCglobl.h:
9773         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9774
9775         * src/SDCCcse.c, src/SDCCcse.h:
9776         added function findbackward def (to be used in upcoming optimization)
9777
9778         * src/SDCCcflow.c, src/SDCCcflow.h:
9779         added function returnAtEnd - to determine if a basic block terminates with
9780         a RETURN iCode
9781
9782         * src/SDCCast.c, src/SDCCast.h:
9783         added option parms-in-bank1
9784
9785         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9786         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9787         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9788         adjusted for --parms-in-bank1 option
9789
9790         * device/include/string.h:
9791         donot redefine "reentrant" keyword
9792
9793         * device/include/ds80c390.h: Added some more SFRs
9794
9795 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9796
9797         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9798
9799 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9800
9801         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9802
9803 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9804
9805         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9806
9807 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9808
9809         * Added --xram-movc option
9810
9811 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9812
9813         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9814
9815 2002-01-11  Johan Knol
9816
9817         * Added math lib of Jesus Calvino-Fraga
9818
9819 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9820
9821         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9822         * support/regression/Makefile: new target test-mcs51-stack-auto
9823         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9824
9825 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9826
9827         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9828
9829 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9830
9831         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9832
9833 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9834
9835         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9836
9837         * src/SDCCglue.h: add definition for printIvalChar()
9838
9839 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9840
9841         * src/SDCCast.c: fix #498138 by Johan
9842
9843         * src/SDCCglue.c: fix #498138 by Johan
9844
9845 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9846
9847         * support/regression/Makefile: fix clean
9848
9849         * support/regression/ports/ds390/support.c: fix transmission of last character
9850
9851 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9852
9853         * /sdcc/src/ds390/gen.c:
9854         a) improved computing address of stack variable
9855         b) took out some #if 0 code
9856         c) improved parmBytes adjustment
9857         d) improved genPlusIncr & genMinusIncr
9858         e) genCmp could generate bad code (when left assigned to DPTR)
9859         f) Fixed bug in hasInc
9860
9861         * /sdcc/src/ds390/ralloc.c:
9862         a) packRegsForSupport could mess up live information (Fixed)
9863         b) packRegsDPTRuse could be incorrect for left & right shift
9864
9865         * /sdcc/src/mcs51/ralloc.c:
9866         packRegsForSupport could mess up the live information (Fixed)
9867
9868         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9869
9870         * /sdcc/src/SDCCast.c:
9871         can reverse a loop even if function call is present as long
9872         as the loop control variable is local & is not passed as parameter
9873
9874 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9875
9876         * /sdcc/ChangeLog: *** empty log message ***
9877
9878         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9879         More builtin function additions for TININative
9880
9881         * /sdcc/src/ds390/ralloc.c:
9882         Had broken the regression testsuite
9883
9884         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9885
9886         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9887         Added funcattr hasStackParms will be set for reentrant functions when there
9888         are paramteres on the stack, this helps in minimizing frame pointer generation
9889         typeFromStr can handle function pointers now
9890
9891         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9892         *** empty log message ***
9893
9894 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9895
9896         * /src/ds390/gen.c, /src/ds390/main.c:
9897         More builtin function additions for TININative
9898
9899         * /src/ds390/ralloc.c:
9900         Had broken the regression testsuite
9901
9902         * /src/SDCCast.c: Fixed a bug in dumptree
9903
9904         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9905         Added funcattr hasStackParms will be set for reentrant functions when there
9906         are paramteres on the stack, this helps in minimizing frame pointer generation
9907         typeFromStr can handle function pointers now
9908
9909         * /doc/builtins.txt, /doc/TININative.txt:
9910         *** empty log message ***
9911
9912
9913 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9914
9915         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9916         ALPHA version for -mTININative
9917
9918         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9919         updated to reflect changes in the port structure
9920
9921         * /src/port.h:
9922         added function do_assemble (similar to do_link) if non-null this function
9923         will be called to do assembly (-mTININative) requires a multi command
9924         assembly
9925         added function genAssemblerEnd will be called to generate assembler Epilogue
9926
9927         * /src/SDCCsymt.c:
9928         added _JavaNative to debug info printing
9929
9930         * /src/SDCCmain.c: added option --tini-libid
9931         added port->do_assemble function (-mTININative) has a multi command assemble
9932
9933         * /src/SDCCglue.c: Disabled "constExpr" check
9934         added port->genAssemblerEnd function
9935
9936         * /src/SDCCglobl.h: Added option --tini-libid value
9937
9938         * /src/SDCCast.h:
9939         tookout optimizeCompare from the header (has no external references)
9940
9941         * /src/SDCCast.c: made one more function "static"
9942
9943 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9944
9945         * src/z80/mappings.i: Added z80asm support.
9946
9947         * src/z80/main.c: Added z80asm support on --asm=z80asm
9948
9949         * src/z80/gen.c: Fixed asm portability issues.
9950
9951         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9952
9953         * src/SDCCglue.c (printExterns): Added global/extern split.
9954
9955 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9956
9957         * support/regression/Makefile: added test for mcs51 model large
9958
9959         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9960
9961         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9962
9963 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9964
9965         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9966
9967 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9968
9969         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9970
9971         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9972
9973 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9974
9975         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9976
9977         * support/regression/tests/simplefloat.c: Port to mcs51.
9978
9979 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9980         * support/regression/tests/bug-485362.c: Added.
9981
9982         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9983
9984         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9985
9986         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9987
9988         * src/z80/gen.c (aopDump): Added a dump function.
9989
9990 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9991         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9992
9993         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9994
9995         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9996
9997         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9998
9999         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10000
10001         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10002
10003         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10004
10005         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10006
10007         * support/regression/ports/ds390/support.c: Use tinibios.
10008
10009         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10010
10011 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10012
10013         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10014         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10015
10016         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10017
10018         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10019
10020 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10021
10022         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10023
10024         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10025         (packRegsForIYUse): Created and optimised.
10026
10027 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10028
10029         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10030 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10031
10032         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10033
10034         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10035
10036         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10037
10038 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10039
10040         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10041
10042         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10043
10044 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10045
10046         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10047
10048         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10049
10050         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10051
10052 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10053
10054         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10055         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10056         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10057
10058         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10059
10060         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10061         (genNotFloat): Added.
10062         (genUminusFloat): Added.
10063
10064         * device/lib/z80/Makefile: Added floating pt stubs.
10065
10066         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10067
10068         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10069
10070         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10071
10072 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10073
10074         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10075
10076         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10077
10078         * sdcc/support/regression/Makefile: Add port ds390.
10079
10080         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10081
10082         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10083
10084         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10085
10086         * sdcc/support/regression/ports/ds390/support.c: Added.
10087
10088         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10089
10090         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10091
10092         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10093
10094 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10095
10096         * device/include/malloc.h: Added z80 and gbz80 support.
10097
10098         * device/lib/gbz80/heap.s: Added.
10099
10100         * device/lib/z80/heap.s: Added.
10101
10102         * device/lib/malloc.c: Added z80 and gbz80 support.
10103
10104         * support/regression/tests/malloc.c (testMalloc): Added.
10105
10106         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10107
10108         * support/regression/tests/bug-478094.c: Added.
10109
10110         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10111
10112 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10113
10114         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10115
10116         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10117
10118         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10119
10120         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10121
10122         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10123
10124 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10125
10126         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10127
10128 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10129
10130         * support/regression/tests/bug-477927.c: Added.
10131
10132         * src/z80/peeph.def: Added minor rules.
10133
10134         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10135
10136         * src/z80/peeph.def: Added jump optimisation modification.
10137
10138 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10139
10140         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10141
10142 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10143
10144         * support/regression/tests/funptrs.c: Added.
10145
10146 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10147
10148         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10149
10150 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10151
10152         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10153
10154         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10155
10156         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10157         (movLeft2ResultLong): Created.
10158
10159         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10160         (joinPushes): Added.  Joins two char pushes into a word push.
10161
10162 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10163
10164         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10165
10166         * support/makebin/Makefile (install): Added creation of dest dir.
10167
10168 2001-10-24 Karl Bongers <karl AT turbobit.com>
10169
10170         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10171
10172 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10173
10174         * src/z80/ralloc.c: Turned off faulty pack for one use.
10175
10176         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10177
10178         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10179
10180 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10181
10182         * support/regression/Makefile: Improved clean
10183
10184         * support/regression/ports/gbz80/spec.mk: Added clean
10185
10186         * support/regression/ports/host/spec.mk: Added clean
10187
10188         * support/regression/ports/z80/spec.mk: Added clean
10189
10190         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10191
10192         * support/regression/ports/mcs51/timeout.c: little improvements
10193
10194 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10195
10196         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10197
10198         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10199
10200         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10201
10202 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10203
10204         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10205
10206         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10207
10208 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10209         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10210
10211         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10212
10213         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10214
10215         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10216
10217         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10218
10219         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10220
10221         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10222
10223         * support/regression/tests/longor.c: Added.
10224
10225 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10226
10227         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10228
10229         * as/mcs51/aslink.h: define PATH_MAX
10230
10231         * as/mcs51/asm.h: define PATH_MAX
10232
10233         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10234
10235         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10236
10237         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10238
10239         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10240
10241         * src/SDCCglobl.h: define PATH_MAX
10242
10243         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10244
10245         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10246
10247 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10248
10249         * src/z80/gen.c (gencjneshort): Fixed
10250
10251         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10252
10253 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10254
10255         * support/regression/tests/bug-469671.c: Added.
10256
10257         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10258
10259 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10260
10261         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10262
10263         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10264
10265 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10266
10267         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10268
10269         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10270
10271         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10272
10273         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10274
10275         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10276
10277         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10278
10279         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10280
10281 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10282
10283         * 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.
10284
10285         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10286
10287         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10288
10289 2001-10-07    <johan AT FRIJA>
10290
10291         * device/lib/gets.c (gets): fixed the return value.
10292
10293 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10294         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10295
10296         * 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.
10297
10298         * 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.
10299
10300         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10301
10302         * src/pic/gen.c: Removed Safe_strdup.
10303
10304         * configure.in: Added option to enable libgc support.
10305
10306         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10307         (bitVectUnion): Optimised.
10308         (bitVectIntersect): Optimised.
10309         (bitVectBitsInCommon): Optimised.
10310         (bitVectCplAnd): Optimised.
10311
10312         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10313
10314 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10315
10316         * src/SDCCmain.c: distinguish between assembler debug and plain options
10317
10318         * src/avr/main.c:   remove standard assembler options
10319
10320         * src/ds390/main.c: remove standard assembler options
10321
10322         * src/mcs51/main.c: remove standard assembler options
10323
10324         * src/port.h: removed "PENDING" comment
10325
10326 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         * src/device/lib/_mulint.c  : new, with assember functions
10329
10330         * src/device/lib/_mullong.c : new, with assember functions
10331
10332         * src/device/lib/_divuint.c : with assember functions
10333
10334         * src/device/lib/_divsint.c : with assember functions
10335
10336         * src/device/lib/_divulong.c: with assember functions
10337
10338         * src/device/lib/_divslong.c: with assember functions
10339
10340         * src/device/lib/_moduint.c : with assember functions
10341
10342         * src/device/lib/_modsint.c : with assember functions
10343
10344         * src/device/lib/_modulong.c: with assember functions
10345
10346         * src/device/lib/_modslong.c: with assember functions
10347
10348         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10349
10350         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10351
10352         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10353                                       replaced _mululong.c and _mulslong.c by _mullong.c
10354
10355 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10358
10359 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10360
10361         * src/SDCCglue.c: test, if win32api is available for MINGW
10362
10363 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10364
10365         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10366         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10367         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10368         * support/regression/ports/host/spec.mk: removed GENERIC
10369         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10370         * support/regression/ports/z80/spec.mk: removed GENERIC
10371
10372 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10373
10374         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10375
10376         * support/regression/tests/bug-467035.c: Created.
10377
10378 2001-10-01    <johan AT FRIJA>
10379
10380         * src/SDCC.y: fixed bug #466586 part 1
10381
10382 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10383
10384         * SDCCicode.c: z80 has no generic pointers
10385         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10386
10387 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10388
10389         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10390
10391 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10392
10393         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10394
10395         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10396
10397 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10398
10399         * configure.in: Fixed up so that ucsim is only configured once.
10400
10401         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10402
10403         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10404         (getPathDifference): As above.
10405
10406         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10407
10408         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10409
10410 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10411         * .version: Updated to 2.3.1
10412
10413         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10414         Added copyright header.
10415
10416         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10417         (assemble): Added support for macro based assembler commands.
10418         (linkEdit): Added support for macro based linker commands.
10419         (preProcess): Changed the pre-processor to use macros.
10420         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10421         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10422
10423         * device/lib/z80/crt0.s: Added module name for debugging.
10424
10425 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10426
10427         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10428
10429         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10430
10431         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10432
10433         * src/Makefile.in: Added SDCCmacro and SDCCutil
10434
10435 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10436
10437         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10438
10439 2001-09-16    <johan AT FRIJA>
10440
10441         * 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.
10442
10443 2001-09-15    <johan AT FRIJA>
10444
10445         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10446         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10447
10448 2001-09-11    <johan AT FRIJA>
10449
10450         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10451
10452 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10453
10454         * support/regression/tests/bug-460444.c: Added test case.
10455
10456         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10457         (genCast): Added justification for all of the asserts.
10458
10459 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10460
10461         * support/regression/support.c: _xdata replaced by xdata
10462
10463         * support/regression/spec.mk: removed _generic
10464
10465 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10466
10467         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10468
10469         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10470         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10471
10472         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10473
10474         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10475
10476         * support/regression/tests/bug-460010.c: Added test case.
10477
10478         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10479
10480 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10481
10482         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10483
10484         * support/regression/testfwk.c: removed workaround for bug #436344
10485
10486         * support/regression/tests/bp.c: use less memory with mcs51
10487
10488         * support/regression/tests/bug-441448.c: use less memory
10489
10490         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10491
10492         * support/regression/collate-results.py: typo
10493
10494 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10495
10496         * support/regression/tests/fetchoverlap.c: Added new test case.
10497
10498         * support/regression/tests/bp.c: Added new test case.
10499
10500         * support/regression/tests/bug-448984.c: Added new test case.
10501
10502         * support/regression/tests/pow2shifts.c: Added new test case.
10503
10504         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10505         (genlshTwo): Fixed right shift for count > 8.
10506
10507         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10508
10509 2001-09-08    <johan AT FRIJA>
10510
10511         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10512
10513 2001-09-07    <johan AT FRIJA>
10514
10515         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10516
10517         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10518
10519 2001-09-06    <johan AT FRIJA>
10520
10521         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10522         * bernhard noted me at this: "() equals to (void)" (1.38)
10523
10524 2001-09-05    <johan AT FRIJA>
10525
10526         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10527
10528 2001-09-04    <johan AT FRIJA>
10529
10530         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10531
10532
10533 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10534
10535         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10536
10537 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10538
10539         * link/z80/aslink.h: Fixed path for PATH_MAX
10540
10541 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10542
10543         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10544
10545         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10546
10547         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10548
10549         * 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.
10550
10551 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10552
10553         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10554         (genCmp): Fixed up genCmp for the GB with longs.
10555
10556         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10557
10558         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10559
10560         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10561
10562         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10563
10564 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10565
10566         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10567
10568 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10569
10570         * 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.
10571
10572         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10573
10574 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10575
10576         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10577
10578         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10579
10580 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10581
10582   * sim/ucsim/configure:    little improvement of Cygwin-detection
10583   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10584   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10585   * support/regression/tests/bug-221100.c: small changes for mcs51
10586   * support/regression/tests/bug-221168.c: small changes for mcs51
10587   * support/regression/tests/bug-227710.c: small changes for mcs51
10588   * support/regression/tests/staticinit.c: small changes for mcs51
10589   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10590   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10591   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10592
10593 $Revision$